@charset "UTF-8";

:root {
  --cui-blue: #0d6efd;
  --cui-indigo: #6610f2;
  --cui-purple: #6f42c1;
  --cui-pink: #d63384;
  --cui-red: #dc3545;
  --cui-orange: #fd7e14;
  --cui-yellow: #ffc107;
  --cui-green: #198754;
  --cui-teal: #20c997;
  --cui-cyan: #0dcaf0;
  --cui-black: #000015;
  --cui-white: #fff;
  --cui-gray: #9da5b1;
  --cui-gray-dark: #768192;
  --cui-gray-100: #f0f4f7;
  --cui-gray-200: #ebedef;
  --cui-gray-300: #d8dbe0;
  --cui-gray-400: #c4c9d0;
  --cui-gray-500: #b1b7c1;
  --cui-gray-600: #9da5b1;
  --cui-gray-700: #8a93a2;
  --cui-gray-800: #768192;
  --cui-gray-900: #636f83;
  --cui-primary: #5046e5;
  --cui-secondary: #ebedef;
  --cui-success: #51cc8a;
  --cui-info: #747af2;
  --cui-warning: #fc0;
  --cui-danger: #ef376e;
  --cui-light: #f0f4f7;
  --cui-dark: #636f83;
}

a {
  text-decoration: none;
}

a:focus {
  background-color: transparent !important;
}

.box {
  padding: 0.75rem !important;
}

.nav-underline-custom .nav-link.active {
  border-bottom: 2px solid #e64e1f;
  color: #636f83;
}

.nav-underline-custom a {
  color: #636f83 !important;
}

.file_upload {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid #ffffff;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #2590eb 50%, #ffffff 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #ffffff;
  font-size: 100px;
}

.file_upload:hover {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid #2590eb;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #ffffff 50%, #2590eb 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #2590eb;
  font-size: 100px;
  cursor: pointer;
}

.file_upload_small {
  height: 100%;
  margin-left: 0.25rem;
  /* width:200px; */
  border-radius: 50%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid #ffffff;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #807e7ee3 50%, #ffffff 50%);
  /* background-image: linear-gradient(to bottom, #2590EB 50%, #FFFFFF 50%); */
  background-size: 100% 200%;
  transition: all 1s;
  color: #ffffff;
  font-size: 22px;
  padding: 5px;
}

.file_upload_small:hover {
  height: 100%;
  /* width: 100%; */
  border-radius: 50%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid #2590eb;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #ffffff 50%, #2590eb 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #2590eb;
  font-size: 23px;
  padding: 5px;

  cursor: pointer;
}

.file_upload_change {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid #ffffff;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #b7e023 50%, #ffffff 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #ffffff;
  font-size: 70px;
  padding: 15px;
}

.file_upload_change:hover {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid #b7e023;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #ffffff 50%, #b7e023 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #b7e023;
  font-size: 70px;
  padding: 15px;
  cursor: pointer;
}

/* @media (max-width:767px) {
    .mobile_d_none {
        display: none;
    }
}
@media (max-width:991px) {
    .ipad_d_none {
        display: none;
    }
}
.btn_full_screen:hover{
    cursor: pointer;
} */

/* css draggable file */

.on_drag_css {
  border: 2px dashed #2647b3b9 !important;
}

/* table */
.border {
  border: 1px solid var(--cui-border-color, #d8dbe0) !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td {
  border: 1px solid var(--cui-border-color, #d8dbe0) !important;
}

.table>thead {
  /* border-bottom: 2px solid #ccc; */
  background-color: #fbfbfc !important;
}

.table>tbody {
  cursor: pointer;
}

/* Div display table */
.div-table {
  display: table;
}

.div-tr {
  display: table-row;
  height: 0 !important;
}

.div-td {
  display: table-cell;
  /* border-bottom: #dcdee0 solid 0.5px; */
  line-height: 1 !important;
  height: 0 !important;
}

/* .header-sticky {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 5;
    background: #fff;
    box-shadow: 0 20px 40px -40px #000;
    top: 0;
} */
.drag_cursor:hover {
  cursor: all-scroll;
}

/* #preloader {
  overflow: hidden;
  background: linear-gradient(145deg, #06879eaa 0%, #029fbbaa 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 100px;
  height: 100px;
}

#preloader .jumper>div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 100px;
  height: 100px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
} */

/* @-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
} */

#preloader {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #deb8872f;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#dual_ring_preloader {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #deb8872f;
}

#dual_ring_loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid #BA55D3;
  border-color: #BA55D3 transparent #BA55D3 transparent;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;

}

#dual_ring_loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid #9370DB;
  border-color: #9370DB transparent #9370DB transparent;
  -webkit-animation: reverse_spin 2s linear infinite;
  animation: reverse_spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes reverse_spin {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}

@keyframes reverse_spin {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}

.mobile_show {
  display: none;
}

@media (max-width: 576px) {
  .mobile_dnone {
    display: none;
  }

  .mobile_show {
    display: block;
  }
}



/* border: 3px solid #9370DB;
border-color: #fff transparent #fff transparent; */

.dropdown-item.active {
  background-color: #e1e3e9;
}

/* .diagram-container {
    background-image: url(../assets/img/tile.png);
    background-repeat: repeat;
    background-size: 30px 30px;
    background-color: #FBFBFB;
    height: 100%;
} */

@media (max-width: 767px) {
  .mobile_d_none {
    display: none;
  }
}

@media (max-width: 991px) {
  .ipad_d_none {
    display: none;
  }
}

.btn_full_screen:hover {
  cursor: pointer;
}

.full_screen_container:fullscreen #toolbar-container {
  background-color: #198754 !important;
  position: fixed;
  top: 0.1rem;
  z-index: 1000;
}

.combobox-control .input-group-addon {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background-color: transparent !important;
  border: 0px solid transparent !important;
}

.combobox-control {
  position: relative !important;
}

.combobox-control .form-control {
  border-radius: 0.25rem !important;
}

.combobox-control a {
  color: #002d62 !important;
}

.input-group.date-group {
  position: relative !important;
}

.input-group.date-group .input-group-addon {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background-color: transparent !important;
  border: 0px solid transparent !important;
}

.input-group.date-group .form-control {
  border-radius: 0.25rem !important;
}

.overflow_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow_ellipsis .date-group {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.overflow_ellipsis_show:hover {
  z-index: 100;
  overflow: visible;
}

.avartar_image:hover {
  cursor: pointer;
}

.avatar_button {
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.avatar_button:hover {
  border: 0.7px solid #66afe9;
  box-shadow: 0 0 0 0.25rem #66afe999;
}

/* .form-control::placeholder {
    color: #b3b3b3 !important;
} */

/* .table_color{
    border-color: #f2f2f2;
    pagination: #009966;
} */
/* #tiepnhan-hoso-container .form-control{
    border-radius: 0px !important;
} */

.sticky_bottom_bar {
  position: fixed;
  bottom: 0;
  background-color: #ffffffdd;
  z-index: 99;
  width: 100%;
}

.table .table-col-thumbnail .mat-icon {
  width: 56px;
  height: 40px;
  display: inline;
}

.mat-icon {
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 1.5rem;
}

.input-group .input-group-addon {
  background-color: #e7e7e7;
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 100% !important;
  border: 1px solid #9696c1;
}

.pagination>li.active>a {
  padding: 7px 12px !important;
  margin: 1px;
  border-radius: 0.25rem;
  border: 1px solid #bab4ff;
  background-color: #3a97fb;
  color: #ffffff;
  /* background-image: linear-gradient(to left top, #e68388, #d13138, #e68388); */
}

.pagination>li.active>a:hover,
.pagination>li.active>a:active,
.pagination>li.active>a:focus {
  border: 1px solid #bab4ff;
  background-color: #74b7ff;
  color: #ffffff;
  /* background-image: linear-gradient(to left top,#e68388, #a62a30, #e68388); */
}

.pagination>li>a {
  background: #fafafa;
  color: #666;
}

/* ec762c fdb913 */
.pagination>li>a {
  padding: 7px 12px !important;
  margin: 1px;
  border: 1px solid #bab4ff;
  border-radius: 0.25rem;
}

.bg-custom {
  padding: 0px !important;
  background-color: #036aab !important;
  background-image: linear-gradient(to left top, #278ac7, #036aab);
}

/* 
.bg-custom {
  padding: 0px !important;
  background-color: #d13138 !important;
  background-image: linear-gradient(to left top, #e68388, #d13138);
} */

.page_header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 2rem;
  padding: 0.25rem 0.25rem;
  background: var(--cui-header-bg, #fff);
  border-bottom: var(--cui-header-border-width, 1px) solid var(--cui-header-border-color, #d8dbe0);
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  color: #000015;
  text-shadow: 0 1px 0 #fff;
}

[id$="grid_th_stt"] {
  text-align: center;
}

.header-nav-sticky {
  position: sticky;
  top: 0;
  z-index: 1029;
}

.w-100 {
  width: 100% !important;
}

.modal-dialog {
  max-width: 1000px !important;
  margin: 1.75rem auto;
}

.modal-dialog.modal-sm {
  max-width: 500px !important;
}

.modal-dialog.modal-lg {
  max-width: 94vw !important;
}

/* .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  } */
/* <li class="dropdown-item"><a class="dropdown-item" href="#"> Thông tin chung » </a>
  <ul class="submenu dropdown-menu"> */
.dropdown {
  transition: 0.2s;
  /*   transition-timing-function: cubic-bezier(0, 0, 0.58, 1); */
}

.dropdown.dropdown-hover:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-item .menu-arrow::after {
  transform: rotate(-135deg) translateY(-100%) !important;
}

.menu-arrow::after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: .4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all .3s ease-out;
  width: .4em;
}

.submenu-cushion {
  position: absolute;
  background-color: transparent;
  margin-left: -2rem;
  top: 0;
  width: 0;
  height: 100%;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 3rem solid transparent;
}

.nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  margin-left: 5px;
}

.nav-item {
  transition: 0.2s;
  /*   transition-timing-function: cubic-bezier(0, 0, 0.58, 1); */
}

.nav-item .dropdown-item:hover .submenu {
  display: block;
}

.nav-item .dropdown-submenu:hover>.submenu {
  display: block;
}

.nav-icon {
  /* color: #002d62 !important; */
  color: #6e7488 !important;
  font-size: 1rem !important;
}

.form-group {
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 5px;
}

.combobox-group {
  padding: 0;
}

.combobox-group .dropdown-menu {
  max-height: 40vh !important;
  overflow-x: auto;
}

.date-group {
  padding-left: 0px;
  padding-right: 0px;
}

.form-label-custom {
  padding: 0;
  line-height: 17px !important;
  font-size: 14px !important;
}

.form-note {
  font-size: 0.8rem !important;
  font-style: italic;
}

.form-control {
  border-radius: 0.25rem !important;
  line-height: 1rem !important;
  border-color: #ced4da;
}

.form-control:focus {
  box-shadow: none;
}

.callout-custom {
  padding: 0.25rem;
  margin: 0 0;
  border: var(--cui-callout-border-width, 0.3rem) solid var(--cui-callout-border-color, #ebedef);
  border-radius: 0.375rem;
}

.callout-custom:hover {
  cursor: pointer;
}

.selectize-dropdown {
  z-index: 9 !important;
}

.option_item_selectize {
  padding: 0.2rem 0.3rem;
}

.selectize-dropdown {
  background-color: #ffffff !important;
}


.col-xl-2-4 {
  flex: 0 0 auto;
  width: 20%;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid #2f4f4f;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 60px solid green;
}

.arrow-left {
  position: absolute;
  margin-left: -0.5rem;
  top: 1rem;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;

  border-right: 0.5rem solid #dfdff1;
}

/* svg path {
    stroke: #ffffff; 
    stroke-width: 20px !important; 
}  */

/* #nhanvien_giamdinhs tbody td,
#nhanvien_giamdinhs tbody th{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
} */

td,
th {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

th {
  font-weight: 510 !important;
  color: #636f83;
}


#div_menu_horizontal.hide {
  display: none;
}

div.form-control,
input.form-control,
.form-control span,
textarea.form-control,
.form-control .item {
  color: #002d62 !important;
  /* font-weight: 450; */
}


p {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

h4.header-title {
  margin: 0 !important;
}

.header_box:hover {
  /* background-color: #fff; */
  border-radius: 3px;
  /* box-shadow: 0 0 8px var(--cui-cyan); */
  /* color: #ff0000 !important; */
}

.user_box:hover {
  /* background-color: #ccc; */
  border-radius: 3px;
  /* box-shadow: 0 0 8px var(--cui-cyan); */
  /* color: #ff0000 !important; */
}

.user_name {
  text-transform: capitalize;
}

.nav-underline-primary .nav-link:hover {
  border-bottom: 2px solid #0d6efd;
  box-shadow: 0 0 5px #0d6efd;
}

.nav-underline-primary .nav-link:focus {
  border-bottom: 2px solid var(--cui-blue);
}

.nav-underline-danger .nav-link:hover {
  border-bottom: 2px solid #d13138 !important;
  box-shadow: 0 0 5px #d13138;
}

.nav-underline-danger .nav-link:focus {
  border-bottom: 2px solid var(--cui-danger) !important;
}

.logo_bg_white {
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

.logo_bg_white:hover {
  cursor: pointer;
}

.bg-gradient-orange {
  border: solid 1px #e64e1f;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ec752c3c, #ffffff, #ec752c3c);
}

.bg-gradient-deepskyblue {
  border: solid 1px #00bfff;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ffffff, #00bfff, #ffffff);
}

.bg-gradient-green {
  border: solid 1px #008000;
  border-radius: 50%;
  background-image: linear-gradient(to right, #32CD32, #ffffff, #32CD32);
}

.logo-bg-gradient-deepskyblue {
  border: solid 1px #007bff;
  border-radius: 50%;
  background-image: linear-gradient(to right, #00bfff, #ffffff, #00bfff);
  overflow: hidden;
}

.logo-bg-gradient-orange {
  border: solid 1px #e64e1f;
  border-radius: 50%;
  background-image: linear-gradient(to right, #d1540c, #ffffff, #d1540c);
  overflow: hidden;
}

.logo-bg-gradient-orange-narrow {
  border: solid 1px #ec762c;
  border-radius: 50%;
  background-image: linear-gradient(to right, #d1540c, #ffffff, #d1540c);
  overflow: hidden;
}

.logo-bg-gradient-green {
  border: solid 1px #008000;
  border-radius: 50%;
  background-image: linear-gradient(to right, #32CD32, #ffffff, #32CD32);
  overflow: hidden;
}

.logo-bg-gradient-green-narrow {
  border: solid 1px #008000;
  border-radius: 50%;
  background-image: linear-gradient(to right, #32CD32, #ffffff, #32CD32);
  overflow: hidden;
}

.logo-bg-gradient-red {
  border: solid 1px #d13138;
  border-radius: 50%;
  background-image: linear-gradient(to right, #e68388, #ffffff, #e68388);
  overflow: hidden;
}

.logo-bg-gradient-red-narrow {
  border: solid 1px #d13138;
  border-radius: 50%;
  background-image: linear-gradient(to right, #e68388, #ffffff, #e68388);
  overflow: hidden;
}

.logo-bg-gradient-deepskyblue:hover {
  cursor: pointer;
}

.logo-bg-gradient-orange:hover {
  cursor: pointer;
}

tr:hover td {
  background-color: #dcdee0;
}

tr:active,
tr:focus {
  background-color: #41cdfce3;
}

.ov_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gonrin-datetimepicker-widget {
  z-index: 1030;
}

.btn {
  transition: 0.2s;
}

.btn-flaticon {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 0px;
}

.btn-table {
  width: 100% !important;
  text-align: center;
}

.btn-table-50 {
  width: 50% !important;
  text-align: center;
}

.btn_success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn_success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.alert-sm {
  padding: 0.1rem 0.3rem;
}

.alert-md {
  padding: 0.3rem 0.3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 0;
  padding-right: 1rem;
  transform: translateY(-50%);
}

.-space-x-1> :not([hidden])~ :not([hidden]) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.form-control.selectize-control.is-invalid {
  padding: 0 !important;
}

.status-box {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.1rem 0.25rem !important;
  border-radius: 1rem;
  border: 1px solid rgb(159, 237, 207);
  background-color: rgb(243, 252, 249);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
}

.status-success {
  border: 1px solid rgb(159, 237, 207);
  background-color: rgb(243, 252, 249);
  color: rgb(13, 180, 115);
}

.status-warning {
  border: 1px solid rgb(255, 223, 155);
  background-color: rgb(255, 247, 231);
  color: rgb(228, 156, 6);
}

.status-danger {
  border: 1px solid rgb(255, 184, 184);
  background-color: rgb(255, 246, 246);
  color: rgb(238, 71, 71);
}

.transports_status {
  padding: 5px;
  border-radius: 0.75rem;
  color: #fff;
  text-align: center;
}

.input-group.combobox-control .dropdown-menu {
  min-width: 50px !important;
}

.border-red {
  border: solid 0.5px #e64e1f !important;
  /* #e64e1f d13s138*/
  box-shadow: inset 0 0 5px #e64e1f !important;
}

.table {
  font-size: 0.875rem !important;
}


.table>thead>tr>th {
  text-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td {
  vertical-align: middle;
  border: 1px solid #b4c9de !important;
}

.table>thead {
  background-color: #f0f4f7 !important;
}

.text-custom {
  color: #e64e1f !important;
}

.text-dark-blue {
  color: #002d62 !important;
}


.dropdown-menu {
  font-size: 0.9rem;
  border-radius: 0.125rem;
  padding: 0.25rem 0rem;
}

.dropdown-menu li a.dropdown-item {
  padding: 0.4rem 0.5rem;
}

.selectize-input>* {
  vertical-align: middle !important;
}

.text-tittle {
  color: #002d62;
  font-size: 2rem;
  font-weight: 600;
}

.text-tittle-small {
  color: #002d62;
  font-size: 1.2rem;
  font-weight: 600;
}

.item_option_selectize {
  padding: 8px 4px !important;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  line-height: 1rem !important;
}

input::placeholder,
textarea::placeholder {
  font-size: 0.9rem;
  font-style: italic;
}

.selectize-input {
  min-height: 32.583334px !important;
}

.card-custom {
  border: 0.5px solid #00001540;
  min-height: 40vh;
  box-shadow: #88a5bf43 4px 2px 8px 0px, #ffffffa9 -4px -2px 8px 0px;
}

.card-custom:hover {
  border: 0.5px solid #0088ff;
}

.card-normal {
  border: 0.5px solid #00001540;
  padding: 0.5rem;
  box-shadow: #00000040 0px 0px 10px 0px;
}

.card-overview {
  border: 0.5px solid #00001b23;
  padding: 0.2rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
}

.card-overview:hover {
  border: 0.5px solid #0088ff;
}

.card-order {
  border: 0.5px solid #00001540;
  padding: 0.2rem;
  overflow-x: auto;
  max-height: calc(100vh - 9rem);
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}


#agreement_preview table>thead>tr>th,
#agreement_preview table>tbody>tr>th,
#agreement_preview table>thead>tr>td,
#agreement_preview table>tbody>tr>td {
  border: 1px solid #759ee4 !important;
}

.note_text {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}

.section_title {
  position: relative;
  margin-top: 1rem;
  color: #002d62;
}

.ignore_keys {
  position: absolute;
  right: 0px;
  top: -5px;
}

.hover_action:hover {
  cursor: pointer;
  font-size: 1.05rem;
  /* position: relative; */
}

/* .caret::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #adb5bd #adb5bd transparent;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .15s ease-in-out;
  width: 7px;
}

.caret.active::after {
  margin-top: -5px;
  border-width: 0 2px 2px 0;
  border-color: transparent #adb5bd #adb5bd transparent;
  transform: rotate(-135deg);
} */



.field-dropdown-arrow::after {
  border-color: initial;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: .5em;
  display: inline-block;
  margin-bottom: 0.14rem;
  margin-left: 10px;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .3s ease-out;
  width: .5em;
}

.field-dropdown-arrow.active::after {
  transform: rotate(-135deg);
}

/* .dropdown-item .field-dropdown-arrow::after {
  transform: rotate(-135deg) translateY(-100%) !important;
} */

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}


.nav-active {
  border-bottom: 4px solid #036aab !important;
  border-radius: 0%;
  color: #036aab !important;
}

.btn-nav {
  color: #5f6368;
  border: none;
  margin-left: 1rem !important;
  padding: 0px !important;
  height: 2.5rem;
}

.btn-nav-disable-active {
  color: #5f6368;
  border: none;
  margin-left: 1rem !important;
  padding: 0px !important;
  height: 2.5rem;
}

.btn-nav-menu {
  color: #5f6368;
  border: none;
  margin-left: 1rem !important;
  padding: 0px !important;
  height: 2.5rem;
  display: inline-flex;
}

.btn-nav:hover {
  color: #036aab;
  border: none;
}

.btn-nav-disable-active:hover {
  color: #036aab;
  border: none;
}

.btn-nav-menu:hover {
  color: #036aab;
  border: none;
}

.btn-nav-item {
  color: #5f6368;
  margin-top: 5px;
  border: none;
}

.btn-nav-item:hover {
  background-color: #9390f5;
}

#nav-menu {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  padding-left: 0.5rem;
}

.container-custom {
  padding: 1rem;
  overflow-y: auto;
}

.document-container {
  margin-top: 20px;
  margin-bottom: 150px;
}

#menu_horizontal .nav-item span {
  color: #525d70 !important;
}

#menu_horizontal .nav-link {
  padding: 0.4rem !important;
}

#menu_horizontal span {
  font-weight: 450;
}

#menu_horizontal .nav-item .nav-link>span {
  font-weight: 450;
}

.container-and-bottom-fixed {
  padding-bottom: 5rem !important;
}

.fund_container {
  border-radius: 0.3rem;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  box-shadow: #00000040 0px 0.0625em 0.0625em, #00000040 0px 0.125em 0.5em,
    #ffffff1a 0px 0px 0px 1px inset;
}

.fund_image {
  width: 100%;
  height: auto;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.fund_container {
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.fund_container:hover {
  cursor: pointer;
  scale: 1.05;
  border-radius: 0.3rem;
  box-shadow: #00000040 0px 0.0625em 0.0625em, #00000040 0px 0.125em 0.5em,
    #ffffff1a 0px 0px 0px 1px inset;
}

.apply-link-card {
  min-height: 60vh;
}

.card-custom2 {
  padding: 0.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0.5px solid #1f9ae6;
  min-height: 10vh;
  box-shadow: #ccdbe8 2px 2px 4px 0px inset, #ffffff80 -2px -2px 4px 1px inset;
}

.form-control-custom:hover {
  /* border-color: #ec762c; */
  border-color: #45ad75;
  outline: 0;
  box-shadow: none;
}

.form-control-custom:focus {
  border-color: #45ad75;
  outline: 0;
  box-shadow: none;
}

.width-40 {
  width: 40px !important;
}

.text-9 {
  font-size: 0.9rem;
}

.text-11 {
  font-size: 1.1rem !important;
}

.text-12 {
  font-size: 1.2rem !important;
}

.text-13 {
  font-size: 1.3rem !important;
}

.text-14 {
  font-size: 1.4rem !important;
}

.text-15 {
  font-size: 1.5rem !important;
}


.no-shadow {
  box-shadow: none !important;
}

.no-shadow::placeholder {
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
}


.input-group-append g {
  fill: #636f83 !important;
}

.card-oec {
  padding: 4px;
  border: 0.5px solid #036aab;
  min-height: 20vh;
  box-shadow: #88a5bf2f 4px 2px 5px 0px, #ffffffab -4px -2px 5px 0px;
}

.img_pre {
  width: 200px;
  height: 300px;
  max-height: 100%;
  /* margin-bottom: 10px; */
  border: 1px dashed #383030;
}

.img_pre:hover {
  cursor: pointer;
  transform: scale(1.05);
}


main {
  padding: 0rem 1rem;
}

@media (max-width: 575.98px) {
  main {
    padding: 0 !important;
  }
}

/* LOGIN  END*/
.step1_text {
  font-size: 18px;
}

.signature-image-class {
  height: 5rem;
  max-height: 5rem;
  width: auto;
}

.close_button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 3px;
  background-color: red;
  z-index: 9;
}

.stage_doc {
  position: absolute;
  top: 0.5rem;
  background-color: transparent;
}

/* Step 2 */
.agreement_preview {
  max-width: 1400;
}

.agreement_preview figure.table table {
  width: 100%;
}

.overflow-cont,
.overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 0.5rem;
}

.overflow-cont button {
  max-width: 200px;
}

.min-100 {
  min-height: 100vh;
}

.card-gon,
.card-7c {
  margin-bottom: 1rem;
  min-height: 100vh;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.02) 0px 2px 5px -1px, rgba(0, 0, 0, 0.05) 0px 1px 3px -1px;
  padding-bottom: 2rem;
  word-wrap: break-word;
}

.card-model {
  margin-bottom: 1rem;
  min-height: 100vh;
  padding-bottom: 2rem;
  word-wrap: break-word;
}

.card-collection {
  margin-bottom: 1rem;
  min-height: 100vh;
  padding-bottom: 2rem;
  word-wrap: break-word;
}

.container-model {
  margin-bottom: 1rem;
  min-height: 100vh;
  padding-bottom: 2rem;
  word-wrap: break-word;
}

.empty_container {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* .card-model{
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 100vh;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.02) 0px 2px 5px -1px, rgba(0, 0, 0, 0.05) 0px 1px 3px -1px;
  padding-bottom: 20px;
  word-wrap: break-word;
} */

/* .card-collection {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  min-height: 100vh;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.02) 0px 2px 5px -1px, rgba(0, 0, 0, 0.05) 0px 1px 3px -1px;
  padding-bottom: 20px;
  word-wrap: break-word;
} */

.card-collection .page_header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card-collection .header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}


/* input pretty  begin */
.form__group {
  position: relative;
  padding: 1rem 0 0;
  margin-top: 0.5rem;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 0.5px solid #9b9b9b;
  outline: 0;
  font-size: 0.95rem;
  color: #2c384af2;
  padding: 0.2rem 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:focus::placeholder {
  color: #959595;
}

.form__field:placeholder-shown~.form__label {
  font-size: 0.95rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.95rem;
  color: #959595;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 400;
  border-width: 1px;
  border-image: linear-gradient(to right, #959595, #2c384af2);
  border-image-slice: 1;
}

.form__field:focus~.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #2c384af2;
  font-weight: 400;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.form-bottom-border-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  border-bottom: solid 0.5px #242323;
  margin: 0;
  display: block;
  padding: 6px 6px 10px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  -webkit-tap-highlight-color: transparent;
}

.form-bottom-border-input:focus,
.form-bottom-border-input:active {
  background-color: var(--cui-input-focus-bg, #fff);
  border-bottom: solid 0.5px #80bdff;
  outline: 0;
}

/* input pretty  end */

.button-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
  width: 100%;
  padding: 1px 6px;
  border-radius: 10px;
  border: none !important;
}

.width-selectize {
  width: 15rem !important;
}

.hoverable:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.fit {
  width: 100% !important;
  height: 100% !important;
}

.z-top {
  z-index: 9999;
}

.z-2000 {
  z-index: 2000;
}

.z-1100 {
  z-index: 1100;
}


.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}