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

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

/* .btn:hover {
    box-shadow: inset 0 0 8px #f9f8fc;
}  */
@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;
}

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

.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: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: 1px solid #d13138;
  border-radius: 0.25rem;
  background-color: #d13138;
  color: #ffffff;
}

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

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

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

/* .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.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;
  transition: 300ms;
}

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

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

.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;
  line-height: 17px !important;
  font-size: 15px !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;
}

#div_menu_horizontal.hide {
  display: none;
}

div.form-control,
input.form-control,
.form-control span,
textarea.form-control,
.form-control .item {
  color: #246bb3 !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 #d13138;
  box-shadow: 0 0 5px #d13138;
}

.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-deepskyblue {
  border: solid 1px #00bfff;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ffffff, #00bfff, #ffffff);
}

.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-red {
  border: solid 1px #ff0000;
  border-radius: 50%;
  background-image: linear-gradient(to right, #d1540c, #ffffff, #d1540c);
  overflow: hidden;
}

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

.logo-bg-gradient-red: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_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 #d13138;
  /* box-shadow: 0 0 5px #d3cbcb; */
}


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

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