@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;
}

body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #151515;
    -webkit-text-size-adjust: none;
}


a {
  text-decoration: none;
}

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

.box {
  padding: 1.5rem !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: 1px solid #dcdee1c7;
  background-color: #fbfbfc !important;
}

.table>tbody {
  cursor: pointer;
}

/* .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;
}

.dynamic-fields-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cbcbcb;
}

.dynamic-fields-item .checkbox-group {
    width: 20px !important;
    float: left !important;
}

.tooltip-inner {
    max-width: 50% !important;
	text-align:left !important;
	background-color: #efefef !important;
	color: #000 !important;
}

@-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);
  }
}

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

.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.0rem;
}

.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 #e64e1f; */
  background-color: #e64e1f;
  color: #ffffff;
  background-image: linear-gradient(to left top, #ec9277, #e64e1f);
}

.pagination>li.active>a:hover,
.pagination>li.active>a:active,
.pagination>li.active>a:focus {
  border: 1px solid #fdb913;
  background-color: #fdb913;
  color: #002d62;
  background-image: linear-gradient(to left top, #fcc949, #fdb913);
}


.pagination>li>a {
  background: #fafafa;
  color: #666;
  font-size: 9pt;
}

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

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

.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;
}

.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;
  font-size: 1rem !important;
}

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

.combobox-group {
  padding: 0;
}

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

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

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

.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;
}

.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: 410 !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 #e64e1f;
  box-shadow: 0 0 5px #e64e1f;
}

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

.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);
}


.logo-bg-gradient-deepskyblue {
  border: solid 1px #036aab;
  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-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_success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.-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;
}

.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;
  /* #e64e1f d13s138*/
  /* box-shadow: 0 0 5px #d3cbcb; */
}

.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-bottom: 1px solid #dcdee1c7 !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;
}

.form-control {
  line-height: 1rem !important;
}
select.form-control {
  height: calc(2rem + 2px) !important;
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.btn_fixed_bottom {
  padding-bottom: 0.6rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  background-color: #ffffffdd;
  z-index: 99;
  width: 100%;
}

.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 {
  font-size: 0.9rem;
  font-style: italic;
}

.selectize-input {
  min-height: 34.6667px !important;
  margin-top: 2px !important;
}

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

#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: 1020;
  padding-left: 0.5rem;
  top: 74px;
  height: 58px;
  align-content: center;
}

.container-custom {
  padding: 1rem;
}

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

#menu_horizontal .nav-item span {
  color: #002d62 !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;
}

.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;
}

/* LOGIN */
.form-wrapper {
  position: relative;
}

.form-wrapper span {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.35rem;
  cursor: pointer;
}
.form-group{
  margin-bottom: 0.5rem !important;
}
.img_pre {
  width: 200px;
  height: 200px;
  max-height: 100%;
  margin-bottom: 10px;
  border: 1px dashed #383030;
}

main {
  padding: 0rem 1rem;
}

/* 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%;
}

.btn{
    padding: var(--cui-btn-padding-y) var(--cui-btn-padding-x) !important;
}