
@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/RobotoCondensed-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Black.ttf');
  font-weight: 900;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto/Roboto-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html:after {
  background-color: #F0EFEF !important;
}

body {
  background-color: #f4f8fa;
  font-family: Roboto;
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.content-flex {
  display: flex;
  flex-wrap: wrap;
}

.content-flex.flex-align-center {
  align-items: center;
}

.content-flex.justify-content-center {
  justify-content: center;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-flex {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-column {
  flex-direction: column;
}


.full-w {
  width: 100%;
}

.pad-t-0 {
  padding-top: 0 !important;
}

.pad-t-10 {
  padding-top: 10px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-t-30 {
  padding-top: 30px;
}

.pad-t-40 {
  padding-top: 40px;
}

.pad-t-50 {
  padding-top: 50px;
}

.pad-t-60 {
  padding-top: 60px;
}

.pad-t-70 {
  padding-top: 70px;
}

.pad-b-30 {
  padding-bottom: 30px;
}

.pad-b-40 {
  padding-bottom: 40px;
}

.pad-b-50 {
  padding-bottom: 50px;
}

.pad-b-60 {
  padding-bottom: 60px;
}

.pad-b-70 {
  padding-bottom: 70px;
}

.mar-t-50 {
  margin-top: 50px;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

/*PADDINS*/

.no-padding {
  padding: 0 !important;
}

/*OPACITY*/

.opacity-80 {
  opacity: 0.8;
}

.full-width {
  width: 100%;
}

/*ICONS*/

.icon-link {
  margin-left: 5px;
}

.icon-user {
  margin-left: 15px;
}

/*BUTTONS*/

.content-btn-horizontal {
  display: flex;
  flex-direction: row;
}

.btn-profile-edit {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  margin: 5px 0;
  display: block;
}


.btn-profile-edit:hover {
  color: #EFB504;
}

.btn-profile-edit img {
  margin-right: 5px;
}

.btn-style-1 {
  background: #FFC000;
  border-radius: 3px;
  height: 43px;
  width: 138px;
  font-size: 14px;
  border: none;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-style-1:hover {
  background: #00b8c3;
}

.btn-circle-info {
  background-color: transparent;
  border: none;
  margin-left: 5px;
}

.btn-circle-info img {
  width: 16px;
}


.btn-icon {
  background-color: transparent;
  border: none;
}

.btn-edit-info {
  background-color: transparent;
  border: none;
  margin-left: 5px;
}

.btn-edit-info img {
  width: 16px;
}

.btn-download {
  background-color: transparent;
  border: none;
  margin-right: 5px;
}

.btn-download img {}

.btn-clear-filter {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  padding: 10px 0;
}

.btn-clear-filter i {
  color: #A1AEB7;
  margin-right: 5px;
}

.btn-clear-filter:hover {
  color: #FFC000;
}

.btn-clear-filter:hover i {
  color: #FFC000;
}

.btn-adding {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  margin-top: 20px;
  display: block;
  width: 300px;
}


.btn-adding:hover {
  color: #FFC000;
}

.btn-adding span {
  margin-right: 5px;
  width: 14px;
}

.button-main .btn-main {
  background: #FFC000;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  height: 40px;
  width: 175px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.button-main .btn-main:hover {
  background: #EFB504;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.button-main-white .btn-main {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #FFC000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #626262;
  height: 40px;
  width: 175px;
}

.button-main-white .btn-main:hover {
  background: #f0f0f0;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  color: #626262;
}


/*TITLES*/

.title-footer {
  font-family: 'Roboto';
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  margin: 20px 0;
}

.title-footer span {
  font-family: 'Roboto Condensed';
  font-weight: 700;
}

/*FORMS*/

.input-form-style-1 {
  /*margin: 20px 0;*/
  margin-bottom: 15px;
  position: relative;
}

.input-form-style-1 input {
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #D1D1D1;
  padding-left: 40px;
  height: 40px;
  min-width: 263px;
  font-size: 14px;
  color: #bebebe;
}

.input-form-style-1 input::placeholder {
  font-size: 14px;
  color: #C7C7C7;
}

.input-form-style-1 label {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
}

.input-form-style-1 label img {
  display: block;
  margin: auto;
}

.input-form-style-1 button {
  width: 100%;
}

.input-form-style-1 .link-1 {
  font-size: 10px;
  font-weight: 400;
  color: #626262;
}

.input-form-style-1 .link-1:hover {
  border-bottom: 1px solid #626262;
}

.input-form-style-1 .link-2 {
  font-size: 12px;
  font-weight: 400;
  color: #626262;
}

.input-form-style-1 .link-2:hover {
  color: #555555;
  font-weight: 500;
}

.input-form-style-2 {
  position: relative;
  width: 280px;
}

.input-form-style-file {
  position: relative;
  width: 175px;
}

.input-form-style-2 .label-file {
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #C2D1D9;
  padding-left: 10px;
  height: 40px;
  min-width: 145px;
  width: 175px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #626262;
  cursor: pointer;
}

.input-form-style-2 .file-icon {
  width: auto;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
}

.input-form-style-2 input {
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #C2D1D9;
  padding-left: 15px;
  height: 40px;
  min-width: 280px;
  width: 280px;
  font-size: 14px;
  /*color: #C2D1D9;*/
}

.input-form-style-2 input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C2D1D9;
}

.input-form-style-2 label {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
}

.input-form-style-2 label img {
  display: block;
  margin: auto;
}

.input-form-style-2 button {
  width: 100%;
}

.input-form-style-2 .link-1 {
  font-size: 10px;
  font-weight: 400;
  color: #626262;
}

.input-form-style-2 .link-1:hover {
  border-bottom: 1px solid #626262;
}

.input-form-style-2 .link-2 {
  font-size: 12px;
  font-weight: 400;
  color: #626262;
}

.input-form-style-2 .link-2:hover {
  color: #555555;
  font-weight: 500;
}


/*CHECKBOX*/

.item-filter-checkbox {
  margin-left: auto;
  margin-right: 4%;
}

.item-filter-checkbox .input-check-table {
  width: 200px;
  display: flex;
  align-items: center;
}

.item-filter-checkbox .checkmark {
  position: relative;
  display: block;
}

.item-filter-checkbox .text-check {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
}

/*BACKGROUND*/

.bg-white {
  background-color: #ffffff;
  transition: all ease .5s;
}

.bg-grey-1 {
  background-color: #F7F7F7;
}

.bg-dark {
  background-color: #171515;
  transition: all ease .5s;
}

.bg-opacity .bg-dark {
  background-color: rgba(23, 21, 21, 0.80) !important;
  transition: all ease .5s;
}

.bg-opacity .bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
  transition: all ease .5s;
}

/*BORDERS*/

.border-top-style {
  border-top: 5px solid #000000;
}

.content-btn-responsive {
  display: none;
  background-color: transparent;
}

.btn-responsive-navbar {
  margin-left: auto;
  background-color: transparent;
  border: none;
}

.btn-responsive-navbar span {
  font-size: 28px;
  color: #1F1F1F;
}

/*FLOATING CHAT*/

.chat-online {
  background-color: #FFC820;
  width: 90px;
  height: 75px;
  position: fixed;
  top: 50vh;
  right: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9;
}

.chat-online a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.chat-online span {
  color: #353535;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 12px;
}

.navbar {
  display: flex;
  align-items: center;
  height: 105px;
  /*padding: 15px 0;*/
  -webkit-box-shadow: 0px 2px 6px rgba(198, 198, 198, 0, 5);
  -moz-box-shadow: 0px 2px 6px rgba(198, 198, 198, 0, 5);
  box-shadow: 0px 2px 6px rgba(198, 198, 198, 0, 5);
}

.navbar-brand {
  height: 105px;
  width: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand img {
  width: 100%;
}

.navbar-nav {
  float: right;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-item {
  color: #1d396b;
  margin: 8px 2px;
  font-weight: 600;
  font-size: 14px;
}

.nav-item a {
  padding: 8px 35px;
}

.nav-style-two .nav-item.active a {
  color: #ffffff;
  background-color: #FFC000;
  padding: 20px 35px;
}

.nav-style-one {
  width: 100%;
  height: 48px;
}

.nav-style-one .nav-item a {
  padding: 8px 25px;
}

.nav-style-one .nav-item a:hover {
  color: #ffffff;
  background-color: #3A3838;
  border-radius: 2px;
  padding: 10px 25px;
}

.nav-style-one .nav-item.active a {
  color: #ffffff;
  background-color: #3A3838;
  border-radius: 2px;
  padding: 10px 25px;
}

.nav-style-one .nav-item.active a img {
  filter: brightness(10)
}

.nav-style-one .nav-item a:hover img {
  filter: brightness(10)
}

.nav-style-one ul>li>a {
  color: #3A3838;
  font-weight: 700;
  font-size: 14px;
  text-transform: inherit;
}

.nav-style-two {
  width: 100%;
  height: 57px;
}

.nav-style-two .nav-item a:hover {
  color: #ffffff;
  background-color: #FFC000;
  padding: 20px 35px;
}

.nav-style-two ul>li>a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-style-two .btn-login {
  color: #252424;
  background-color: #FDCE00;
  text-transform: capitalize;
  border: 2px solid #ffffff;
  font-weight: 700;
  border-radius: 2px;
  padding: 10px 25px;
  text-transform: inherit;
}

.nav-style-two li:hover .btn-login {
  padding: 10px 25px;
  background-color: #f0c401;
}

.block-dark {
  display: block;
  width: 173px;
  background-color: #171515;
  height: 105px;
}


.menu-sidebar {
  top: 70px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
}

/*MAIN OPTION*/

.main-dashboard {
  margin-top: 105px;
  background-color: #F0EFEF;
  min-height: 576px;
  padding-bottom: 75px;
}

.separator-20 {
  padding: 20px 0;
}

.main-head {
  padding: 20px 4% 20px 7%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-head .title-main {
  margin: 5px 0;
}

.main-head .title-main h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-align: center;
  font-family: 'Roboto Condensed';
}

.main-head .title-main p {
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  margin: 0;
}

.main-head .button-main {
  order: 2;
  margin-left: auto;
}

.main-head .info-main {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0939198);
  border-radius: 3px;
  padding: 10px 15px;
  margin: 5px 0;
  order: 2;
  margin-left: auto;
}

.main-head .info-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-head .info-main ul>li {
  margin: 0 10px;
}

.main-head .info-main ul>li>a {
  font-weight: 400;
  font-size: 16px;
  color: #626262;
}

.main-head .info-main ul>li>a span {
  margin-right: 10px;
}

.main-head .info-main a span img {
  width: 21px;
  margin-top: -3px;
}

.main-title-section {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.main-title-section .title-main h2 {
  font-size: 28px;
  color: #303030;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
}

.main-title-section .title-main p {
  font-size: 16px;
  color: #626262;
  font-weight: 400;
  line-height: 24px;
}

.main-title-section .button-main {
  margin-left: auto;
}

/*MAIN FOOTER*/

.main-footer {
  padding: 50px 4% 0 7%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.container-result {
  display: flex;
  flex-wrap: wrap;
}

.content-result {
  display: flex;
  flex-wrap: wrap;
}

.item-result {
  margin-right: 50px;
}

.item-result .title-item-result {
  font-size: 28px;
  font-weight: 700;
  color: #828282;
  position: relative;
  margin-bottom: 30px;
  width: 170px;
}

.item-result .title-item-result:after {
  content: "";
  display: block;
  height: 2px;
  width: 175ox;
  background-color: #000000;
  margin-top: 15px;
}


.item-result .description-item-result {}

.item-result .item-description-result {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}

.item-result .item-description-result .item-description-text {
  font-size: 16px;
  font-weight: 700;
  color: #828282;
  margin-bottom: 5px;
  line-height: 0;
}

.item-result .item-description-result .item-description-value {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
  margin: 0;
}

.content-result-final {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(145, 145, 145, 0.349609);
  border-radius: 10px;
  min-height: 320px;
  min-width: 517px;
  padding: 30px;
}

.content-result-final>div {
  display: flex;
  flex-direction: column;
}

.content-result-final .title-item-result {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
  position: relative;
}

.content-result-final .title-item-result:after {
  content: "";
  display: block;
  height: 2px;
  width: 175ox;
  background-color: #000000;
  margin-top: 25px;
}

.content-result-final .item-description-result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.content-result-final .item-description-result .content-vertical {
  display: flex;
  flex-direction: column;
}

.content-result-final .item-description-result .item-description-text {
  font-size: 16px;
  font-weight: 700;
  color: #828282;
  margin-bottom: 5px;
  line-height: 0;
}

.content-result-final .item-description-result .item-description-value {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
  margin: 0;
}

.content-result-final .button-description-result .btn-main {
  background: #FFC000;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  height: 40px;
  width: 175px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.content-result-final .button-description-result .btn-main:hover {
  background: #EFB504;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.content-annotation {
  max-width: 430px;
}

.content-annotation p {
  font-size: 14px;
  color: #626262;
  font-weight: 400;
}

/*PROFILE*/

.profile-title-section {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-title-section .title-main {
  margin: 5px 0;
}

.profile-title-section .title-main h2 {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
  margin: 0;
}

.profile-title-section .title-main p {
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  margin: 0;
  margin-top: 10px;
}

.profile-title-section .info-main {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0939198);
  border-radius: 3px;
  padding: 10px 15px;
  margin: 5px 0;
  order: 2;
  margin-left: auto;
}

.profile-title-section .info-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile-title-section .info-main ul>li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  text-align: center;
}

.profile-title-section .info-main ul>li .name-charge {
  font-size: 16px;
  color: #303030;
  font-weight: 700;
}

.profile-title-section .info-main ul>li .name-user-profile {
  font-size: 16px;
  color: #626262;
  font-weight: 400;
  margin-left: 5px;
}

.profile-title-section .info-main ul>li>a {
  font-weight: 400;
  font-size: 16px;
  color: #626262;
}

.profile-title-section .info-main ul>li>a span {
  margin-right: 10px;
}

.profile-title-section .info-main a span img {
  width: 21px;
  margin-top: -3px;
}

.content-info-profile {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  margin-top: 20px;
  column-gap: 20px;
  row-gap: 30px;
}

.item-info-profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icon-info-profile {
  border: 2px solid #313131;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-info-profile {
  margin-left: 20px;
}

.name-info-profile {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  line-height: 21px;
  margin-bottom: 5px;
}

.description-info-profile {
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  line-height: 21px;
  max-width: 200px;
}

.content-profile-edit {
  display: none;
  background-color: #F7F7F7;
  padding: 30px 0;
  min-height: 350px;
}

.content-profile-edit.active {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  display: block;
}


/*ANIMATIONS*/

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.content-option-profile-edit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.option-profile-select {
  width: 175px;
  margin: 10px 0;
}

.item-profile-select {
  position: relative;
  min-width: 175px;
  height: 40px;
}

.item-profile-select select {
  display: none;
  /*hide original SELECT element:*/
}


.item-profile-select .select-selected {
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #C2D1D9;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

/*style the arrow inside the select element:*/

.item-profile-select .select-selected:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-radius: 2px;
  border-color: #FFC000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.item-profile-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #9db1bc transparent;
  top: 25%;
}

/*style the items (options), including the selected item:*/

.item-profile-select .select-items div,
.item-profile-select .select-selected {
  cursor: pointer;
  user-select: none;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.item-profile-select .select-items div:not(:last-child) {
  border-bottom: 2px solid #D1D1D1;
}

/*style items (options):*/

.item-profile-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 14px;
  font-weight: 400;
  color: #626262;

  border: 1px solid #FFC000;
  border-radius: 2px;
}



.item-profile-select .select-hide {
  display: none;
}

.item-profile-select .select-items div:hover,
.item-profile-select .same-as-selected {
  background-color: #f1f1f1;
}

.option-profile-input {
  margin: 10px 20px;
}

.option-profile-input-file {
  margin: 10px 0;
  margin-right: 15px;
}

.option-profile-input-file .inputfile {
  opacity: 0;
  position: relative;
  z-index: -1;
}



/*BALANCE PROFILE*/

.content-balance {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  column-gap: 30px;
  row-gap: 30px;
}

.item-balance {
  background: #F9F9F9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0939198);
  width: 175px;
  max-height: 95px;
  padding: 16px;
  align-self: center;
  justify-self: center;
}

.item-balance .title-balance {
  font-size: 14px;
  color: #626262;
  font-weight: 400;
  line-height: 21px;
}

.item-balance .value-balance {
  font-size: 28px;
  color: #303030;
  font-weight: 700;
  line-height: 38px;
}


/*PAGINATION*/

.content-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.content-pagination .custom-pagination {
  list-style: none;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.content-pagination .custom-pagination .page-item {
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-pagination .custom-pagination .page-item:not(:last-child):after {
  display: block;
  content: "";
  height: 48px;
  width: 3px;
  background-color: #D1D1D1;
  position: absolute;
  right: 0;
  top: 0;
}


.content-pagination .custom-pagination .page-item .link-page {
  color: #C2D1D9;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-pagination .custom-pagination .page-item .link-page:hover {
  color: #424B5A;
  font-weight: 700;
  font-size: 24px;
  position: relative;
}

.content-pagination .custom-pagination .page-item.active .link-page {
  color: #424B5A;
  font-weight: 700;
  font-size: 24px;
  height: 100%;
  width: 100%;
  position: relative;
}

.content-pagination .custom-pagination .page-item.page-arrow .link-page i {
  color: #FFC000;
  position: relative;
  font-size: 24px;
}

.content-pagination .custom-pagination .page-item.page-arrow:hover .link-page i {
  color: #00b7c1;
}


/*MAIN BODY*/

.main-body {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.249802);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  min-height: 500px;
  margin-left: 3%;
  padding-top: 40px;
  position: relative;
}

.custom-margin-dashboard {
  padding: 0 4%;
}

.legend-section {
  border: 1px solid #D1D1D1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 585px;
  width: 500px;
  min-height: 200px;
  height: 200px;
  margin-top: 20px;
  margin-right: 15px;
}

.legend-section:after {
  position: absolute;
  left: 40%;
  width: 2px;
  height: 100%;
  display: block;
  content: "";
  background-color: #D1D1D1;
}

.item-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  width: 60%;
}

.legend-section .item-legend:first-child {
  width: 40%;
}

.item-legend span {
  font-size: 28px;
  color: #303030;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-legend .legend-color {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.item-legend .legend-color {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-legend .legend-color .fill-yellow-dark {
  width: 23px;
  height: 23px;
  display: block;
  content: "";
  background-color: #D4AC00;
  border-radius: 5px;
  margin-right: 15px;
}

.item-legend .legend-color .fill-yellow {
  width: 23px;
  height: 23px;
  display: block;
  content: "";
  background-color: #FDCE00;
  border-radius: 5px;
  margin-right: 15px;
}

.item-legend .legend-color .legend-content {
  border: 1px solid rgba(0, 130, 138, 0.221467);
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 200px;
  justify-content: space-evenly;
}


.item-legend .legend-color .legend-content .legend-number {
  text-align: center;
  color: #303030;
  font-size: 28px;
  font-weight: 700;
}

.item-legend .legend-color .legend-content .legend-text {
  width: 70px;
  text-align: center;
  color: #626262;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.item-legend .legend-color .legend-content .legend-button {}

.item-legend .legend-color .legend-content .legend-button button {
  background-color: transparent;
  border: none;
}


.data-dashboard-section {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  margin-left: auto;
  min-height: 200px;
  margin-top: 20px;
  column-gap: 10px;
  row-gap: 10px;
}

.data-dashboard-section .item-data-dashboard {
  border: 1px solid #D1D1D1;
  display: flex;
  width: 220px;
  height: 96px;
  align-items: center;
  justify-content: center;
}

.data-dashboard-section .item-data-dashboard .content-data-dashboard {
  display: flex;
  flex-direction: column;
}

.data-dashboard-section .item-data-dashboard .item-data-title span {
  font-size: 12px;
  font-weight: 400;
  color: #626262;
}

.data-dashboard-section .item-data-dashboard .item-data-title button {
  border: none;
  background-color: transparent;
  margin-left: 12px;
}

.data-dashboard-section .item-data-dashboard .item-data-title button img {
  width: 16px;
  margin-top: -3px;
}

.data-dashboard-section .item-data-dashboard .item-data-value {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
}

/*ALERTS*/

.content-alert {
  max-width: 810px;
}

.content-alert .item-alert {
  width: 100%;
  min-height: 44px;
  height: 44px;
  background-color: #F2F5F7;
  display: block;
  content: "";
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 10px 0;
}

.text-alert {
  font-size: 14px;
  font-weight: 400;
  color: #424B5A;
}

.close-alert {
  border: none;
  background-color: transparent;
  display: flex;
  margin-left: auto;
  margin-right: 15px;
}


.warning-alert {
  border: none;
  background-color: transparent;
  display: flex;
  margin: 0 15px;
}

/*TABS*/

.content-tabs {
  padding-top: 80px;
}

.custom-tabs {
  border-bottom: 5px solid #ffc000;
  width: 100%;
  padding: 0 4%;
  display: flex;
}


.tab-content {
  background-color: #F7F7F7;
  padding: 25px 0;
}

.action-tab {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.content-action-tab {
  display: flex;
  align-items: center;
  width: 354px;
}

.item-action-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-action-tab .count-select {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
}

.item-action-tab .text-count-select {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-left: 15px;
  line-height: 15px;
}

.item-action-tab:first-child .text-count-select {
  width: 120px;
}

.custom-tabs .button-main {}

.custom-tabs li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.custom-tabs li.active a {
  font-size: 20;
  font-weight: 700;
  color: #000000 !important;
  background-color: #FFC000 !important;
}

.custom-tabs li a {
  font-size: 20px;
  font-weight: 400;
  color: #626262;
  padding: 20px 25px;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.custom-tabs li a:checked {
  background-color: #000000;
}

.custom-tabs li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-tabs li:last-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
}

.custom-tabs li a:hover,
.custom-tabs li.active a:hover {
  background-color: #FFC000;
  border-color: #cc9a04;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
}

#tabs-add-invoice {
  display: none;
  padding-top: 0px !important;
}


#tabs-add-invoice.active {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  display: block;
}

#tabs-add-credit-note {
  display: none;
  padding-top: 0px !important;
}


#tabs-add-credit-note.active {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  display: block;
}

/*CONTENT DATA*/

.container-data {
  max-height: 700px;
  overflow-y: scroll;
  padding-right: 10px;
}

.container-data.w-100 .primary-content-data {
  width: 100%;
}

.container-single-data {
  width: 100%;
  overflow-x: auto;
}

.container-single-data.w-100 .primary-content-data {
  width: 100%;
}

.primary-content-data {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
  position: relative;
}

.w-100 .primary-content-data {
  width: 100%;
}

.primary-content-data:hover {
  border: 1px solid #FFC000;
}

.primary-content-data.active {
  border: 1px solid #FFC000;
}

.primary-content-data .item-data {
  display: flex;
  flex-direction: column;
  margin: 5px 5px;
  position: relative;
  padding: 0 20px;
}

.primary-content-data .item-data .title-data {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.primary-content-data .item-data .description-data {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
}

.primary-content-data .item-data .description-data[data-toggle] {
  cursor: pointer;
}

.primary-content-data .item-data:not(:first-child)::before {
  content: "";
  height: 46px;
  width: 1px;
  display: block;
  background-color: #EAEAEA;
  position: absolute;
  left: 0;
}

.content-collapse {
  display: none;
  height: 0;

  transition: all 300ms cubic-bezier(1, 0, 0, 1) !important;
}

.content-collapse.collapse.in {
  display: block;
  height: auto;
  transition: all 300ms cubic-bezier(1, 0, 0, 1) !important;
}

.secondary-content-data {
  margin-top: -15px;
  background: #F7F7F7;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 0;
  height: auto;
  max-width: 98%;
}

.secondary-content-data:hover {
  border: 1px solid #FFC000;
}

.secondary-content-data .item-data {
  display: flex;
  flex-direction: column;
  margin: 5px 10px;
  position: relative;
  padding: 0 20px;
}

.secondary-content-data .item-data .title-data {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.secondary-content-data .item-data .description-data {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
}

.secondary-content-data .item-data:not(:first-child)::before {
  content: "";
  height: 46px;
  width: 1px;
  display: block;
  background-color: #EAEAEA;
  position: absolute;
  left: 0;
}

.btn-data {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.12316);
  transform: matrix(1, 0, 0, -1, 0, 0);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.btn-data img {
  width: 13px;
  padding-bottom: 3px;
}

.btn-collapse-data {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.12316);
  transform: matrix(1, 0, 0, -1, 0, 0);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.btn-collapse-data img {
  width: 13px;
  padding-bottom: 3px;
}

.btn-collapse-data[aria-expanded="true"] img {
  transform: rotate(-180deg);

}

.content-sesion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-sesion .content-text-sesion {
  margin: 0 50px;
}

.content-sesion .content-text-sesion h2 {
  color: #303030;
  font-weight: 700;
  font-size: 50px;
  width: 350px;
}

.content-sesion.sesion-multiple-item {
  align-items: center;
}

.content-sesion.sesion-multiple-item .content-text-sesion {
  margin: 0;
}

.content-sesion.sesion-multiple-item .content-text-sesion h2 {
  width: 540px;
}

.content-sesion .content-text-sesion p {
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  width: 350px;
}

.content-sesion.sesion-multiple-item .content-text-sesion p {
  width: 540px;
}

.content-sesion .separator {
  background-color: #000000;
  height: 208px;
  width: 2px;
  display: block;
  content: '';
}

.content-sesion .content-form-sesion {
  margin: 0 50px;
  padding: 5px 20px;
}

.content-sesion .content-form-sesion.form-two-col {
  padding: 10px 0;
  margin-left: 0;
}

.content-sesion .content-form-sesion.form-two-col .content-two-col {
  display: flex;
  flex-wrap: wrap;
}

.content-sesion .content-form-sesion.form-two-col .item-btn-col {
  width: 263px;
}

.content-sesion .content-form-sesion.form-two-col form .item-form-col:nth-child(1) {
  margin-right: 20px;
}


.text-policy {
  font-size: 16px;
  color: #626161;
  font-weight: 400;
  line-height: 30px;
  margin: 40px 0;
  text-align: justify;
}


/*MAIN OPTION*/

.main-option {
  background-color: #F0EFEF;
  min-height: 201px;
  display: flex;
}

.content-main-option {
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  min-height: 272px;
  width: 100%;
  padding: 40px 50px;
  margin: -40px 70px;
  z-index: 2;
  justify-content: center;
  align-content: center;
}

.content-main-option .item-option {
  width: 24%;
  height: 92px;
  background-color: #000000;
  margin: 2px;
  position: relative;
}

.content-main-option .item-option:hover {
  background-color: #005F65;
}

.content-main-option .item-option a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
}

.content-main-option .item-option h3 {
  font-size: 14px;
  color: #ffffff;
  margin: 0 10px;
  text-transform: uppercase;
}

.content-main-option .item-option .chevron-icon {
  margin-left: auto;
  color: #fff;
  margin-right: 10px;
}

.content-main-option .item-option .icon-option {
  width: 41px;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*VIDEO SECTION*/

.video-section {
  min-height: 689px;
  width: 100%;
  background-image: url('../img/bg/bg-video.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section .content-text-video {
  position: absolute;
  top: 15%;
  left: 15%;
  z-index: 2;
}

.video-section .content-text-video h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
}

.video-section .content-text-video p {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  width: 465px;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100;
  height: 100;
  background-color: rgba(10, 10, 10, 0.80);
}

.video-section .play-btn {
  background-color: #FFC000;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.396201);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section .play-btn i {
  color: #ffffff;
  font-size: 28px;
}

.video-sesion {
  height: 330px;
  width: 583px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.video-sesion figure {
  width: 250px;
  height: 250px;
}

.video-sesion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-sesion .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100;
  height: 100;
  background-color: rgba(10, 10, 10, 0.80);
}

.video-sesion .play-btn {
  background-color: #FFC000;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.396201);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.video-sesion .play-btn i {
  color: #ffffff;
  font-size: 28px;
}

/*CONTACT ACTION*/

.contact-action {
  width: 100%;
  min-height: 130px;
  background-color: #FFC000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.content-contact-action {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.title-contact-action {
  font-family: 'Roboto Condensed';
  font-weight: 200;
  text-transform: uppercase;
  font-size: 25px;
  color: #212020;
  margin: 10px 15px;
  text-align: center;
}

.title-contact-action span {
  font-family: 'Roboto';
  font-weight: 700;
}

.list-contact-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  justify-content: center;
}

.list-contact-action>li {
  margin: 10px 15px;
  font-weight: 700;
  background-color: #FFC000;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); */
  border-radius: 3px;
  width: 173px;
  height: 50px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}

/* .list-contact-action>li:hover {
  background-color: #f7c900;
} */

.list-contact-action>li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #252424;
  font-size: 16px;
  height: 100%;
}

.list-contact-action .icon-action {
  height: 22px;
  margin-left: 29px;
  margin-right: 13px;
  margin-top: -5px;
}

.list-contact-action .icon-action img {
  height: 100%
}

.list-contact-action .icon-action span {
  line-height: 0;
}

/*FOOTER*/

footer {}

.footer-info {
  min-height: 400px;
  background-color: #1F1F1F;
  width: 100%;
}

.content-footer-info {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
  /*grid-template-columns: repeat(6, 1fr);*/
}

.content-footer-info .logo-footer {
  padding: 10px 0;
  display: inline-block;
}

.content-footer-info .title-info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.content-footer-info .title-info::before {
  content: "- "
}

.link-info {
  margin: 15px 10px 30px;
  list-style: none;
}

.link-info li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

.link-info li {
  margin: 5px 0;
}

.link-info li a:hover {
  color: #FFCF00;
}

.dropdown-info {
  margin: auto 10px;
  list-style: none;
}

.dropdown-info li {
  margin: 0;
}

.dropdown-info li::before {
  content: "\2022";
  color: #ffffff;
  margin-right: 3px;
}

.social-info {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.social-info>li {
  float: left;
  margin-right: 10px;
}

.social-info>li>a {
  border: 1px solid #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}

.social-info>li:hover a {
  color: #1F1F1F;
  background-color: #FFCF00;
}

.contact-info {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}

.contact-info a {
  color: #ffffff;
}

.contact-info a:hover {
  color: #FFCF00;
}

.form-newsletter .input-form {
  margin: 25px 0;
}

.form-newsletter .input-form input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px;
  width: 100%;
}

.form-newsletter .input-form input::placeholder {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}

.footer-copyright {
  height: 60px;
  width: 100%;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-copyright a {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 0;
  margin: 0;
  color: #ffffff;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.footer-copyright p {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 20px;
  margin: 0;
  color: #ffffff;
  text-align: center;

}

.content-circle-chart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 173px;
}

.content-text-chart {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-text-chart .number-chart {
  font-size: 38px;
  font-weight: 700;
  color: #303030;
  margin: 0;
  line-height: 40px;
}

.content-text-chart .text-chart {
  font-size: 8px;
  font-weight: 400;
  color: #626262;
  margin: 0;
  width: 60px;
  line-height: 7.8px;
}

.input-check-table {
  display: block;
  position: relative;
  padding-left: 35px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.input-check-table input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #C2D1D9;
  border-radius: 2px;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
}

/* On mouse-over, add a grey background color */
.input-check-table:hover input~.checkmark {
  background-color: #e8ebf0;
}

/* When the checkbox is checked, add a blue background */
.input-check-table input:checked~.checkmark {
  /*COLOR AL CHECKEAR*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input-check-table input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input-check-table .checkmark:after {
  left: 35%;
  top: 20%;
  width: 5px;
  height: 10px;
  border: solid #1F2432;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*CUSTOM SELECT*/

.content-filters {
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.content-input-filters {
  display: flex;
  flex-wrap: wrap;
}

.content-filters .button-main {
  margin-left: auto;
}


.item-filter-datepicker {
  position: relative;
}

.item-filter-datepicker input:hover {
  cursor: pointer;
}

.item-filter-datepicker input {
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #F2C503;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  min-width: 235px;
  height: 40px;
  padding: 0 20px 0 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12684);
}

.item-filter-datepicker input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.item-filter-datepicker label:before {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-color: #212B36 transparent transparent transparent;
}

.item-filter-datepicker label:hover {
  cursor: pointer;
}

.content-filter-select {
  margin-left: 25px;
}

.title-filter {
  font-size: 14px;
  color: #626262;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.item-filter-select {
  position: relative;
  min-width: 235px;
  height: 40px;
}

.item-filter-select select {
  display: none;
  /*hide original SELECT element:*/
}


.item-filter-select .select-selected {
  /*background-color: transparent;
    border-radius: 5px;
    border: 1px solid #e0e7ec;
    color: #9db1bc;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 10px;*/

  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #C2D1D9;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

/*style the arrow inside the select element:*/

.item-filter-select .select-selected:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #212B36 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.item-filter-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #9db1bc transparent;
  top: 25%;
}

/*style the items (options), including the selected item:*/

.item-filter-select .select-items div,
.item-filter-select .select-selected {
  cursor: pointer;
  user-select: none;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

/*style items (options):*/

.item-filter-select .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  border: 1px solid #FFC000;
  border-radius: 2px;
}

.item-filter-select .select-items div:not(:last-child) {

  border-bottom: 2px solid #D1D1D1;

}

.item-filter-select .select-hide {
  display: none;
}

.item-filter-select .select-items div:hover,
.item-filter-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*CUSTOM SMALL SELECT*/

.content-small-select {
  margin-left: 25px;
}

.item-small-select {
  position: relative;
  min-width: 115px;
  height: 30px;
}

.item-small-select select {
  display: none;
  /*hide original SELECT element:*/
}


.item-small-select .select-selected {
  /*background-color: transparent;
    border-radius: 5px;
    border: 1px solid #e0e7ec;
    color: #9db1bc;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 10px;*/

  background-color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #939090;
  line-height: 41px;
}

/*style the arrow inside the select element:*/

.item-small-select .select-selected:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #FFC000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.item-small-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #9db1bc transparent;
  top: 25%;
}

/*style the items (options), including the selected item:*/

.item-small-select .select-items div,
.item-small-select .select-selected {
  cursor: pointer;
  user-select: none;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

/*style items (options):*/

.item-small-select .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  border: 1px solid #FFC000;
  border-radius: 2px;
}

.item-small-select .select-items div:not(:last-child) {

  border-bottom: 1px solid #e6e6e6;

}

.item-small-select .select-hide {
  display: none;
}

.item-small-select .select-items div:hover,
.item-small-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*CONFIRM PAYMENT*/

.content-confirm-payment {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  align-items: center;
}

.content-confirm-payment .icon-confirm {
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2D1D9;
  border-radius: 50%;
  margin-bottom: 10px;
}

.content-confirm-payment .title-confirm {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #303030;
}

.content-confirm-payment .content-confirm {
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(2, 33%);
  column-gap: 25%;
  row-gap: 20px;
  margin: 15px 0;
}

.content-confirm-payment .content-confirm .item-confirm {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.content-confirm-payment .content-confirm .item-confirm .item-confirm-name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #626262;
}

.content-confirm-payment .content-confirm .item-confirm .item-confirm-value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #303030;
}

.content-confirm-buttons {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 10px;
}

.content-confirm-buttons .button-main .btn-main {
  width: 205px;
}

/*TOOLTIP*/

.content-toolkit {
  max-width: 270px;
  min-height: auto;
  padding: 20px;
}

.content-toolkit .name-toolkit {
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  line-height: 24px;
  margin-bottom: 5px;
}

.content-toolkit .description-toolkit {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.content-toolkit-delete {
  max-width: 125px;
  min-height: auto;
  /*padding: 20px;*/
  background-color: #C2D1D9;
  border-radius: 4px;
  border: 2px solid #FFC000;
}

.content-toolkit-delete .name-toolkit-delete {
  font-size: 14px;
  font-weight: 400;
  color: #3A3838;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
}

/*CUSTOM FLOATING EDIT*/

.content-edit-floating {
  position: absolute;
  right: 15px;
  background: #ffffff;
  display: flex;
  padding: 5px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.edit-floating-input {
  position: relative;
  width: 110px;
}

.edit-floating-input .input-edit input {
  background-color: #ffffff;
  border: none;
  border-bottom: 5px solid #C2D1D9;
  padding-left: 5px;
  height: 40px;
  width: 110px;
  font-size: 14px;
  /*color: #C2D1D9;*/
  font-weight: bold;
}

.edit-floating-input .input-edit input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C2D1D9;
}

.edit-floating-input .input-edit label {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
}

.edit-floating-button-main .btn-main {
  background: #FFC000;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  height: 40px;
  width: 82px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.edit-floating-button-close {
  background: #C2D1D9;
  height: 40px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edit-floating-button-close .btn-close {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  padding: 5px;
}

/*CUSTOM MODAL*/
/* 
.modal-backdrop {
  position: fixed;
} */

/* .modalCenter {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.modal-open {
  padding: 0 !important;
} */

.content-custom-modal {
  min-height: 340px;
  max-width: 580px;
  padding: 42px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-custom-modal .icon-modal {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2D1D9;
  border-radius: 50%;
  margin-bottom: 10px;
}

.content-custom-modal .title-modal {
  color: #303030;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin: 10px 0;
}

.content-custom-modal .text-modal {
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 15px;
  width: 100%;
}

.content-custom-modal .btn-close-modal {
  color: #363636;
  font-size: 14px;
  margin-top: 20px;
}

.content-custom-modal .btn-close-modal img {
  margin-right: 10px;
}

.content-detail-modal {
  min-height: 570px;
  width: 650px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.content-detail-modal .title-modal {
  color: #303030;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 5px;
}

.content-detail-modal .text-modal {
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 15px;
  max-width: 410px;
}

.content-detail-modal .btn-close-modal {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.content-detail-modal .content-data-detail {
  position: relative;
  border: 1px solid #D8D8D8;
  min-height: 200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  column-gap: 30px;
  row-gap: 30px;
  padding: 30px;
  margin-top: 20px;
}

.content-detail-modal .content-data-detail .item-detail {
  min-width: 155px;
  min-height: 50px;
  position: relative;
}

.content-detail-modal .content-data-detail .item-detail:not(:nth-child(3)):not(:nth-child(6)):after {
  display: block;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #EAEAEA;
  position: absolute;
  right: 0;
  top: 0;
}

.content-detail-modal .content-data-detail .item-detail .title-detail {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  line-height: 21px;
}

.content-detail-modal .content-data-detail .item-detail .value-detail {
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  line-height: 24px;
}

.content-detail-modal .content-data-balance {
  display: grid;
  /*grid-template-columns: repeat(3, 33%);
    column-gap: 10px;*/
  margin-top: 25px;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  row-gap: 25px;
}

.content-detail-modal .content-data-balance .item-balance {
  display: flex;
  flex-wrap: wrap;
  background: #F9F9F9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0939198);
  min-width: 175px;
  min-height: 96px;
}

.content-detail-modal .content-data-balance .item-balance .title-balance {
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  line-height: 21px;
}

.content-detail-modal .content-data-balance .item-balance .value-balance {
  font-size: 28px;
  font-weight: 700;
  color: #626262;
  line-height: 38px;
}

.content-detail-modal .content-data-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.content-modal-delete {
  min-height: 250px;
  padding: 42px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-modal-delete .content-confirm-buttons {
  margin-top: 10px;
}


.content-modal-delete .content-confirm-buttons .button-main-white button,
.content-modal-delete .content-confirm-buttons .button-main button {
  width: 125px !important;
}

.content-modal-delete .title-modal {
  color: #303030;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}

.fill-red {
  width: 23px;
  height: 23px;
  display: block;
  content: "";
  background-color: rgba(221, 4, 4, 0.973);
  border-radius: 5px;
  margin-right: 15px;
}

.btn-primary, .btn-main {
  background-color: #000000!important;
  color: white!important;
  border-radius: 10px!important;
  min-height: 46px!important;
  min-width: 180px!important;
  border: 2px solid #F79F41!important;
}

.btn-info {
  background-color: #000000;  
  border-radius: 5px!important;
  border-color: #F79F41!important;

}



.btn-info:hover {
  background-color: #ffc000;
}
