@font-face {
  font-family: "SVG-Gilroy";
  src: url("../fonts/SVN-Gilroy\ Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVG-Gilroy";
  src: url("../fonts/SVN-Gilroy\ Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

/* @font-face {
  font-family: "DroidSerif";
  src: url("DroidSerif-Italic-webfont.ttf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "DroidSerif";
  src: url("DroidSerif-Bold-webfont.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DroidSerif";
  src: url("DroidSerif-BoldItalic-webfont.ttf") format("opentype");
  font-weight: bold;
  font-style: italic;
} */

/*custom css====================*/
body {
  /* background-color: #fff !important; */
  font-family: "SVG-Gilroy", sans-serif;
  font-size: 14px;
}

span, label, p, a {
  font-family: "SVG-Gilroy", sans-serif;
}
#page-content {
    padding: 0px;
}
#page-content .panel {
    border-radius: 15px;
}
.panel-body {
    padding: 15px;
}
.title-page-top {
  color: #001eff;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
}

header .navbar-top-links {
  display: flex;
  align-items: center;
}

.navbar-content .tgl-menu-btn .mainnav-toggle {
  display: flex;
  align-items: center;
  color: #0050d8;
}
.navbar-content .tgl-menu-btn .mainnav-toggle:hover,
.navbar-content .tgl-menu-btn .mainnav-toggle:focus {
  color: #0050d8;
}

.top-right-header {
  display: flex;
  align-items: center;
}

.email-selector i {
  font-size: 24px !important;
}
/* CONTAINER */

#content-container {
  /* background: #fff; */
}
.form-group label {
    color: #151515;
    font-weight: normal;
}

.searchbox .input-group-btn i {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 10;
}
.searchbox .custom-search-form input {
  background-color: white;
  padding-right: 30px;
}

.searchbox > .input-group.custom-search-form input {
  width: 300px;
  border: 1px solid #ededed;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  padding: 6px 15px;
}

.demo-pli-magnifi-glass {
  color: #001eff;
  font-size: 20px;
}

.searchbox button {
  left: -40px;
  top: 2px;
}

/* PAGE CONTENT - RESPONSIVE LAYOUT */

/*======================================*/
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.brand-icon {
  width: auto;
  height: auto;
}

/* NAVBAR
/*====================================*/

#navbar {
  position: fixed;
  width: 100%;
  z-index: 10;
  /* background-color: #0061ff; */
  left: 0;
  top: 0;
}

.navbar-header {
  background-color: #404eff;
  padding: 5px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 5px 5px 0px 5px;
  border-bottom: 2px solid #0061ff;
}

.navbar-header .navbar-brand {
  background-color: #404eff;
}

.navbar-top-links:last-child > li {
  border-left: none;
}

.navbar-top-links:last-child > li:first-child {
  border-left: none;
}

.navbar-top-links:first-child > li {
  border-right: none;
}

.navbar-top-links > li > a, .navbar-top-links > li > a:hover {
  width: 40px;
    background-color: white;
    border-radius: 20px;
}
/* DROPDOWN USER */

/*======================================*/

/*page login*/
.page-login,
.page-login .form-control {
  font-size: 14px;
}
.page-login .cls-container {
  background: url("../img/bg.jpg") #fff no-repeat;
  background-size: cover;
}

.page-login .header img {
  max-width: 270px;
  margin: 0 auto;
}

.page-login .header p {
  font-family: "SVG-Gilroy";
  color: #FFF;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 24px;
}

.page-login .form-control {
  height: 44px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding-left: 50px;
}

.page-login .form-group {
  position: relative;
}

.page-login .icon {
  position: absolute;
  top: 10px;
  left: 20px;
}

.page-login .icon img {
  max-width: 15px;
}

.page-login .btn {
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 44px;
  font-size: 18px;
}

.page-login .cls-content .panel {
  /* background-color: #ffd3d3; */
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* border: 1px dashed #001eff; */
}

.cls-content .cls-content-sm {
  min-width: 500px;
}

.magic-checkbox:checked + label:before {
  border: #001eff;
  background: #001eff;
  border-radius: 5px !important;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  border-color: #e0e0e0 !important;
}
.magic-radio + label:before, .magic-checkbox + label:before {
    top: 3px;
}
.magic-checkbox + label:after {
    top: 3px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: unset;
  border: solid 1px #001eff;
  background-color: #001eff;
  border-radius: 10%;
  color: #FFF;
  box-sizing: border-box;
}
.pagination > li > a,
.pagination > li > span {
  border: unset;
}
.pager li > a:hover,
.pager li > a:focus,
.pagination > li a:hover,
.pagination > li a:focus {
  background-color: unset;
  border: solid 1px #001eff;
  border-radius: 10%;
  color: #758697;
  box-sizing: border-box;
  box-shadow: unset;
  transition: unset;
}
/* NAVBAR RESPONSIVE */

/*======================================*/

@media (min-width: 992px) {
  .navbar-header:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
  }

  #container.mainnav-lg #footer,
  #container.mainnav-lg #content-container {
    padding-left: 280px;
  }
}

@media (min-width: 768px) {
  #content-container {
    padding-top: 70px;
  }

  #container.mainnav-in .navbar-brand,
  #container.mainnav-lg .navbar-brand,
  #container.mainnav-in .brand-title,
  #container.mainnav-lg .brand-title {
    width: 280px;
  }

  .navbar-content {
    margin-left: 280px;
  }

  .mainnav-sm#container.mainnav-sm .brand-icon {
    height: auto;
  }

  .cls-content .cls-content-sm {
    min-width: 500px;
  }

  .navbar-header:before {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .cls-content .cls-content-sm {
    min-width: 100%;
  }

  .page-login .cls-content {
    max-width: 100%;
  }

  .page-login .form-control {
    height: 40px;
  }

  .page-login .btn {
    height: 40px;
    font-size: 14px;
  }

  .page-login .icon {
    top: 5px;
  }

  .page-login .header p {
    font-size: 18px;
  }
}

/* NAVBAR : FIXED */

/*======================================*/

/* NAVIGATION */

/*======================================*/

#mainnav-container {
  position: fixed;
  width: 280px;
  left: -280px;
  padding-top: 70px;
  top: 0;
  bottom: 0;
  z-index: 4;
  min-height: 100%;
}

#mainnav {
  height: 100%;
  background: #e5e7eb;
  margin: 0px 5px 5px 5px;
  padding-bottom: 5px;
}

.group-top-table {
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #d6e6ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.group-top-table .form-control {
  height: 40px;
  min-width: 300px;
  max-width: 300px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.group-ip {
  margin-right: 50px;
  display: inline-flex;
  align-items: center;
}

.group-ip strong {
  margin-right: 10px;
  color: #333;
}

.group-top-table .btn-primary {
  min-width: 150px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  height: 40px;
}

.btn-primary {
  background: #001eff;
}

/* PROFILE WIDGET */

/*======================================*/

/* NAVIGATION MENU */

/*======================================*/

#mainnav-menu ul li,
.mainnav-widget ul li,
.menu-popover ul li {
  position: relative;
}

#mainnav-menu ul li:before,
.mainnav-widget ul li:before,
.menu-popover ul li:before {
  content: "";
  left: 25px;
  position: absolute;
  right: auto;
  border-left: 1px dashed #0050d8;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

#mainnav-menu ul li:after,
.mainnav-widget ul li:after,
.menu-popover ul li:after {
  content: "";
  left: 25px;
  position: absolute;
  right: auto;
  border-top: 1px dashed #0050d8;
  height: 20px;
  top: 18px;
  width: 25px;
}

#mainnav-menu-wrap {
  background: #404eff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
}

#navbar-container {
  box-shadow: none;
}

#mainnav-menu a {
  display: block;
  color: #333;
  /* padding: 12px 18px; */
  font-size: 13px;
  text-align: center;
}

#mainnav-menu a .origin {
  display: none;
}

#mainnav-menu a .hover {
  display: inline-block;
}

#mainnav-menu > li.active a {
  background: rgba(255, 255, 255, 0.1);
  color: #464646;
}

#mainnav-menu > li.active a i {
  color: #464646;
}

#mainnav-menu > li.active a .hover {
  display: inline-block;
}

#mainnav-menu > li.active a .origin {
  display: none;
}

#mainnav-menu > li.active ul a {
  color: #464646;
  background: transparent;
}
#mainnav-menu > li > a {
  position: relative;
}

#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active,
#mainnav-menu > li.active ul a:hover {
  color: #464646;
  /*background: #fff;*/
  /*background: url("../img/bg-hover.png") no-repeat;*/
  /*background-size: 100% 100%;*/
}

#mainnav-menu > li.active ul a:hover {
  color: #0061ff;
}

#mainnav-menu > li > a:hover i,
#mainnav-menu > li > a:active i {
  color: #333;
}

.hidden {
  display: none;
}

#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover {
  color: #464646;
  padding-left: 20px;
  font-weight: 600;
  /*box-shadow: inset 2px 0 0 0 #0c80df;*/
}

#mainnav-menu > .active {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #FFF;
}

#mainnav-menu i {
  padding: 0 5px 0 0;
  vertical-align: middle;
  color: #333;
}

#mainnav-menu i.icon-lg {
  width: 25px;
  overflow: hidden;
  font-size: inherit;
}

#mainnav-menu li .menu-title {
  text-transform: uppercase;
  font-weight: 300;
}

#container:not(.mainnav-sm) #mainnav-menu {
  margin-top: 0;
}

#mainnav-menu ul a:hover,
.menu-popover .sub-menu ul a:hover {
  color: #0050d8;
}

#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul ul a:hover {
  color: #0050d8;
}

#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  font-weight: 600;
  color: #0050d8;
  /*box-shadow: inset 2px 0 0 0 #0c80df;*/
}

/* NAVIGATION - SHORTCUT BUTTONS */

/*======================================*/

/* FORM CONTROL  */

/*======================================*/

/*.form-control, .ip_text {*/
/*font-size: 13px;*/
/*height: 100%;*/
/*border-radius: 0;*/
/*box-shadow: none;*/
/*border: none;*/
/*border-bottom: 1px solid #e9e9e9;*/
/*transition-duration: .5s;*/
/*}*/

.form-group {
  display: inline-block;
  width: 100%;
}

.dropzone {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropzone p {
  padding: 0 15px;
  margin: 0;
}

.red {
  color: #fc3f3f !important;
}
/* BADGES */

/*======================================*/

#container .badge {
  color: #fff;
  font-size: 0.7em;
  font-weight: 600;
  padding: 3px 4px;
  margin-left: -10px;
  position: absolute;
    top: 0px;
    right: 5px;
}

@media (max-width: 1024px) {
  #mainnav-container {
    width: 260px;
  }

  #container.mainnav-in .navbar-brand,
  #container.mainnav-lg .navbar-brand,
  #container.mainnav-in .brand-title,
  #container.mainnav-lg .brand-title {
    width: 260px;
  }

  #container.mainnav-lg #footer,
  #container.mainnav-lg #content-container {
    padding-left: 260px;
  }

  .navbar-content {
    margin-left: 260px;
  }

  .searchbox,
  .searchbox > .input-group.custom-search-form input {
    width: 260px;
    display: none;
  }

  .group-ip {
    padding: 5px 0;
  }

  .group-top-table .form-control {
    min-width: 170px;
    width: 200px;
  }

  .group-top-table .form-control,
  .group-top-table .btn-primary {
    height: 34px;
  }

  .group-ip strong {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  #container:not(.mainnav-sm) #mainnav-menu-wrap > .nano > .nano-content {
    padding-top: 31px;
  }

  .navbar-top-links .tgl-menu-btn {
    top: -40px;
  }

  header .navbar-top-links .searchbox {
    margin-left: 15px;
  }
}

@media (max-width: 580px) {
  .navbar-content .tgl-menu-btn .mainnav-toggle,
  .navbar-content .tgl-menu-btn .mainnav-toggle:hover,
  .navbar-content .tgl-menu-btn .mainnav-toggle:focus {
    color: #fff;
  }

  header .navbar-top-links {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }

  #content-container {
    padding-top: 120px;
  }

  .top-right-header li:first-child {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .top-right-header li:first-child {
    width: 50%;
  }

  .top-right-header li .head-list li {
    width: 100%;
  }

  .top-right-header li .email-selector {
    display: flex;
    align-items: center;
  }

  .navbar-content {
    margin-left: 0;
  }

  /*.navbar-top-links > li > a {*/
  /*  height: 40px;*/
  /*}*/
  #content-container {
    padding-top: 120px;
  }

  #container.mainnav-in.footer-fixed #footer,
  #container.mainnav-in #navbar,
  #container.mainnav-in #content-container,
  #container.mainnav-in #footer {
    left: 260px;
  }

  #container.mainnav-in .navbar-header {
    left: -260px;
  }
}

@media (max-width: 480px) {
  #content-container {
    padding-top: 160px;
  }
}

.tab-map .tab-content {
  padding: 15px;
}

#mapid {
  height: 180px;
}

.tab-content > .tab-pane {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  display: block;
  opacity: 1;
  height: auto;
  overflow: visible;
}

/*booking============*/
.top-header .title {
  font-size: 18px;
  text-transform: uppercase;
}
.choose-one {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-one .navigation-thumbs {
  width: calc(100% - 100px);
  padding-right: 10px;
  display: inline-block;
}
.choose-one .slider-nav .item {
  padding: 0 5px;
}
.choose-one .map-street {
  width: 100px;
  height: 72px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
}
.choose-one .map-street .inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.choose-one .map-street .inside img {
  max-width: 30px;
}

.gallery-images {
  margin-bottom: 30px;
}
.lb_code_id {
  background: #efefef;
  padding: 2px 10px;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.item-detail {
  padding-right: 15px;
}

.item-detail .lb-wrap {
  margin-bottom: 10px;
}
.item-detail .title-name {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #2b425b;
}
.item-detail .price {
  font-size: 20px;
  margin-bottom: 10px;
}
.item-detail .price .unit {
  color: #818181;
  font-size: 14px;
}
.item-detail .location {
  margin-bottom: 10px;
}
.item-detail .show-info {
  margin-bottom: 10px;
}
.item-detail .button_action {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-detail .button_action .btn {
  width: 48%;
  height: 40px;
}
.item-detail .button_action .btn svg {
  font-size: 18px;
}
.button_action .location {
  border-radius: 24px;
  border: 1px solid #0061ff;
  font-size: 14px;
  color: #0061ff;
  padding: 8px 15px;
  cursor: pointer;
}
.lb-pj {
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 13px;
}
.lb-noibat {
  background: #ffae00;
}
.lb-giamgia {
  background: #0061ff;
}
.content-info-block {
  color: #333;
  padding: 10px;
}
.content-info-block .name {
  font-weight: 700;
}
.item-detail .location {
  margin-bottom: 5px;
}
.item-detail .location svg {
  color: #0061ff;
}
.item-detail .location span {
  color: #818181;
  font-weight: 400;
}
.current-price {
  font-weight: 700;
  color: #0061ff;
}
.show-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.show-info img {
  display: inline-block;
}
.loan-support {
  margin-top: 15px;
}
.loan-support p {
  margin-bottom: 0;
}
.loan-support .price {
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  display: block;
  margin-bottom: 10px;
}
.loan-support .price .unit {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.loan-support .view-more {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.tab_booking_order {
  padding: 20px 0;
}

.tab_booking_order .show_text {
  margin-bottom: 20px;
}

.tab_booking_order .show_text .info_booking {
  display: inline-block;
}

.tab_booking_order .right-action {
  float: right;
  display: flex;
  align-items: center;
}

.tab_booking_order .right-action .check-key {
  margin-right: 50px;
}

.tab_booking_order .check-key {
  display: inline-block;
}

.tab_booking_order .title {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #2b425b;
}

.tab_booking_order .view-more {
  background: #ff0000;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

.tab_booking_order .view-more:hover {
  opacity: 0.6;
}

.tab_booking_order .info-block {
  margin-bottom: 20px;
}

.tab_booking_order .info-block ul {
  padding-left: 15px;
}

.tab_booking_order .info-block ul .icon {
  margin-left: 10px;
  font-size: 20px;
}

.tab_booking_order .info-block ul li {
  padding: 4px 0;
}

.wrap-box .btn {
  text-transform: uppercase;
  font-weight: bold;
  /*width: 100%;*/
}

.form-add-person {
  display: none;
}

.tab_booking_order .action-add {
  margin-left: 10px;
}

.modal-dialog button.close {
  position: relative;
  z-index: 4;
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header .title-left {
  display: inline-block;
}

.top-right-header {
  display: inline-block;
  float: right;
}

.top-right-header .action {
  height: 36px;
  padding: 0 20px;
  background: #fff;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.top-right-header .action:hover,
.top-right-header .action:focus,
.top-right-header .action.active {
  background: #ff0000;
  color: #fff;
}

.top-right-header .action i {
  margin-right: 6px;
  font-size: 20px;
}
.top-right-header .notifications {
    margin-right: 25px;
    margin-left: 15px;
}
/*news dashboard=====*/
/* .effect .navbar-content {
  box-shadow: 0px 0px 8px #0000001a;
} */
.header-dashboard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashborad .header-dashboard .title {
  font: normal normal normal 18px/48px Quicksand;
  color: #001eff;
  text-transform: uppercase;
  margin: 0;
    font-weight: bold;
}
.dashborad .header-dashboard .title span {
    font-weight: normal;
    text-transform: capitalize;
    color: #151515;
    font-size: 14px;
}
.header-dashboard .title .time {
  font: normal normal normal 18px/48px Quicksand;
  color: #001eff;
  width: auto;
  background: transparent;
}
.header-dashboard .dropdown-time {
  position: relative;
  border-radius: 25px;
  background: #fff;
}
.header-dashboard .dropdown-time input {
    width: 235px;
  padding: 6px 45px 6px 20px;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 16px;
}
.header-dashboard .dropdown-time svg, .header-dashboard .dropdown-time i.far {
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 0;
  color: #001eff;
}
.dashborad section {
  margin-bottom: 15px;
}
.dashborad .one-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 7px 0;
  cursor: default;
  color: #333;
}
.dashborad .one-box .inside {
  text-align: center;
}
.dashborad .one-box p {
  text-transform: uppercase;
}
.dashborad .one-box .number {
  font-size: 36px;
  color: #001eff;
  font-weight: bold;
}
.dashborad .one-box:hover,
.dashborad .one-box.active {
  border: 3px solid #f16624;
}
.dashborad .direct {
  display: inline-flex;
  align-items: flex-end;
  font-weight: bold;
}
.dashborad .direct svg {
  font-size: 30px;
  margin-right: 5px;
}
.dashborad .direct.up {
  color: #009e16;
}
.dashborad .direct.down {
  color: #f16624;
}
.dashborad .one-box {
    border-radius: 10px;
}
.dashborad .box-green {
  height: 120px;
  background: url("../img/box-green.png") no-repeat;
  background-size: 100% 100%;
  border: solid 1px #00860a;
}
.dashborad .box-green .number {
  float: right;
  color: #00860a;
}
.dashborad .box-orange {
  height: 120px;
  background: url("../img/box-orange.png") no-repeat;
  background-size: 100% 100%;
  border: solid 1px #f16624;
}
.dashborad .box-orange .number {
  color: #f16624;
  float: right;
}
.dashborad .box-purple {
  height: 120px;
  background: url("../img/box-purpel.png") no-repeat;
  background-size: 100% 100%;
  border: solid 1px #00860a;
}
.dashborad .box-purple .number {
  float: right;
  color: #707070;
}
.dashborad .box-finish {
  height: 255px;
  background: url("../img/box-finish.png") no-repeat;
    background-color: #404EFF;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 20px;
}
.dashborad .box-finish .number {
  color: #fff;
}
.dashborad .box-cancel {
  height: 255px;
    background: url("../img/box-finish.png") no-repeat;
    background-color: #FF8181;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 20px;
}
.dashborad .box-cancel .number {
  color: #fff;
}
.dashborad .box-finding {
  height: 392px;
  background: url("../img/box-finding.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashborad .top {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dashborad .top .wrap-col {
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 0 -10px;
}
.dashborad .top .wrap-col .col-chart {
  width: 25%;
  padding: 10px;
}
.dashborad .middle {
  background: #fff;
  padding: 15px 100px;
}
.dashborad .middle .list-action {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.dashborad .middle .list-action li {
  width: 25%;
  text-align: center;
  position: relative;
}
.dashborad .middle .list-action li:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #001eff;
  display: block;
  position: absolute;
  top: 33%;
  left: 50%;
}
.dashborad .middle .list-action li .text {
  display: block;
  max-width: 130px;
  margin: 10px auto 0;
  font-weight: bold;
}
.dashborad .middle .list-action li:last-child:after {
  display: none;
}
.dashborad .middle .list-action li img {
  position: relative;
  z-index: 1;
}
.dashborad .bottom .name-table {
  background: #ff9d9d;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dashborad .bottom .footer-table {
  background: #ff9d9d;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.dashborad .bottom .footer-table .right {
  text-align: right;
}
.dashborad .bottom .table-show-result {
  margin-bottom: 0;
}
.dashborad .bottom .table-show-result thead th {
  background: #fff;
  padding: 10px;
  color: #818181;
}
.dashborad .bottom .table-show-result tbody tr:nth-child(odd) {
  background: #ffe5e5;
}
.dashborad .bottom .table-show-result tbody tr:nth-child(even) {
  background: #fff;
}
.dashborad .bottom .table-show-result a {
  color: #001eff;
}
.dashborad .label-new {
  background: #cde9bd;
  color: #3e8327;
  border: solid 1px #3e8327;
  padding: 2px 7px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  white-space: nowrap;
}
.daterangepicker.opensright:after {
  left: auto;
  right: 50px;
}
.daterangepicker.opensright:before {
  left: auto;
  right: 50px;
}
.btn-primary {
  background: #001eff;
}
@media (max-width: 1024px) {
  .dashborad .middle {
    padding: 15px 0;
  }
  .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  #content-container .dashborad {
    margin-top: 20px;
    margin-left: 0;
  }

  #content-container {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .dashborad .top .wrap-col,
  .dashborad .middle .list-action {
    flex-wrap: wrap;
  }
  .dashborad .top .wrap-col .col-chart,
  .dashborad .middle .list-action li {
    width: 50%;
  }
  .dashborad .top .wrap-col .col-chart:after,
  .dashborad .middle .list-action li:after {
    display: none;
  }
  .dashborad .one-box .number {
    font-size: 30px;
  }
  .dashborad .header-dashboard {
    flex-wrap: wrap;
  }
  .dashborad .header-dashboard .title {
    margin-bottom: 10px;
  }

  #content-container {
    padding-top: 150px;
  }
}

#container .dashborad .bottom .table-show-result thead th {
  color: #818181;
}

.dashborad .middle .list-action li {
  list-style: none;
}

.dashborad {
  padding: 20px !important;
}

@media (min-width: 992px) {
  #content-container {
    padding-top: 90px;
  }
}

.pagination-custom .info {
  float: left;
  padding: 25px 0;
}
.pagination-custom .info span {
  color: #001eff;
}
.per_page {
  width: 150px;
  float: right;
  margin: 20px 0;
  height: 32px;
}

#sync1 .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

/*============*/
.list-bds-thue .header-dashboard {
  margin-bottom: 30px;
}
.list-bds-thue .choose-select {
  display: inline-flex;
}

.list-bds-thue .choose-select .form-control {
  min-width: 180px;
  margin-right: 10px;
}

.list-bds-thue .choose-select .dropdown-time {
  margin-right: 15px;
}

.show-infomation-bds .show-block-info .item {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  height: 100%;
}

.show-infomation-bds .show-block-info {
  margin-bottom: 30px;
}

.show-infomation-bds .show-block-info .item .icon {
  color: #00a950;
  font-size: 35px;
  margin-right: 15px;
}

.show-infomation-bds .show-block-info .owl-stage {
  display: flex;
}

.show-infomation-bds .show-block-info .item .text {
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
}

.show-infomation-bds .show-block-info .item-second .text {
  color: #0061ff;
}

.show-infomation-bds .show-block-info .item-third .text {
  color: #f67019;
}

.show-infomation-bds .show-block-info .item-four .text {
  color: #00a950;
}

.show-infomation-bds .chart {
  background: #fff;
  padding: 15px;
}

@media (max-width: 1024px) {
  .list-bds-thue .header-dashboard {
    flex-wrap: wrap;
  }

  .list-bds-thue .choose-select {
    flex-wrap: wrap;
  }

  .list-bds-thue .choose-select .form-control {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.tab_booking_order {
  background: #fff;
}

.tab_booking_order .radio input[type="radio"] {
  position: static;
  margin-left: 0;
}

.tab_booking_order .radio label {
  padding-left: 0;
}

.tab_booking_order .checkbox + .checkbox,
.tab_booking_order .radio + .radio {
  margin-top: 10px;
}

.tab_booking_order .box {
  padding: 15px;
  border: 1px solid #e1e1e1;
}

.tab-content.tab_booking_order {
  padding: 20px 30px;
}

.content-account-pay .top__content {
  margin: 20px 0;
}
.content-account-pay .top__content p {
  display: inline-block;
}
.content-account-pay .top__content .btn {
  display: inline-block;
  margin-left: 15px;
}
.content-account-pay .box-bank {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 20px;
}
.content-account-pay .block-bank .body,
.content-account-pay .block-money .body {.
  padding-left: 30px;
}
.content-account-pay .block-bank .sub-title,
.content-account-pay .block-money .sub-title {
  display: block;
  margin-bottom: 15px;
}
.content-account-pay .block-bank label,
.content-account-pay .block-money label {
  font-weight: 400;
  cursor: pointer;
}
.content-account-pay .choose-bank {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.content-account-pay .choose-bank .radio {
  margin: 4px 0;
  width: 20%;
}
.content-account-pay .choose-money {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.content-account-pay .choose-money .radio {
  width: 15%;
}
.content-account-pay .choose-money .radio label {
  width: 95px;
  height: 50px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content-account-pay .choose-money .radio input[type="radio"]:checked + label {
  border-color: #0061ff;
  color: #0061ff;
  font-weight: bold;
}
.content-account-pay .form-account {
  width: 70%;
}
.table-history .title-table {
  display: block;
  margin-bottom: 10px;
}
.table-history table .thead-color {
  background: #ddeaff;
  color: #333;
}
.table-history .table-responsive > .table-bordered {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}

.btn-border {
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid #0061ff;
  font-size: 14px;
  color: #0061ff;
  padding: 6px 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus,
.btn-border:active:hover,
.btn-border:active:focus {
  background-color: #0061ff;
  border-color: #0061ff;
  outline: none;
  color: #fff;
}

.block {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .content-account-pay .choose-bank .radio {
    width: 33.33333333%;
  }
  .content-account-pay .choose-money .radio {
    width: 33.33333333%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 480px) {
  .content-account-pay .choose-bank .radio,
  .content-account-pay .choose-money .radio {
    width: 50%;
  }
  .content-account-pay .form-account {
    width: 100%;
  }
  .content-account-pay .top__content .btn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }

  .content-account-pay .block-bank .body,
  .content-account-pay .block-money .body {
    padding-left: 0;
  }
}

.wrap-box .box {
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #e1e1e1;
}

.box-district .title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 0;
}

.box-district .list-district {
  padding-left: 0;
}

.box-district .list-district li {
  margin: 7px 0;
  list-style: none;
}

.block-interior .list-interior {
  padding-left: 15px;
}
.block-interior .list-interior li {
  position: relative;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.block-interior .list-interior li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/checked.png");
  display: inline-block;
  margin-right: 10px;
}

.block-utilities .content {
  display: flex;
  justify-content: space-between;
  height: 490px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.block-utilities .content .map {
  width: 450px;
}
.block-utilities .content .near-areas {
  width: calc(100% - 450px);
  padding-left: 20px;
}
.list-utilities {
  overflow: scroll;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 0;
}
.list-utilities a {
  color: #333;
  width: calc(100% - 32px);
}
.list-utilities a:hover,
.list-utilities a:focus {
  color: #0061ff;
}
.list-utilities li {
  padding: 7px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
}
.list-utilities li:last-child {
  border-bottom: none;
}
.list-utilities li .address {
  color: #818181;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 2.125em;
}
.list-utilities li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/favorite.png");
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
}

.breadcrumb {
  padding: 0;
    margin-bottom: 0px;
}
.breadcrumb li, .breadcrumb li a {
    color: #001eff;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb .active {
    text-transform: capitalize;
}
.code-qr {
  margin-bottom: 10px;
  padding: 15px 0;
}

.code-qr strong {
  display: block;
}

.code-qr .lb {
  margin-bottom: 10px;
}

.code-qr .text {
  margin: 10px 0 0;
}

.detail-project-poverty .title-block {
  text-transform: uppercase;
  font-size: 16px;
}

.table-price-poverty {
  margin-bottom: 30px;
}
.table-price-poverty .col-price .status-col,
.table-price-poverty .col-price .price-col {
  display: inline-block;
}
.table-price-poverty .col-price .status-col {
  min-width: 100px;
}
.table-price-poverty .ion-arrow-down-b {
  color: #ff0000;
}
.table-price-poverty .ion-arrow-up-b {
  color: #00a80c;
}
.table-price-poverty .header-table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.table-price-poverty .header-table strong {
  display: block;
}
.table-price-poverty .header-table .form-table {
  max-width: 288px;
  display: inline-block;
  position: relative;
}
.table-price-poverty .header-table .form-table .icon {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.table-price-poverty .action-page {
  white-space: nowrap;
}
.table-price-poverty .action-page .icon {
  width: 27px;
  height: 27px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.table-price-poverty .action-page .icon:hover,
.table-price-poverty .action-page .icon:focus {
  background: #e1e1e1;
}

.table-price-poverty a {
  color: #007bff;
}

.group-btn-search input {
  height: 34px;
}

.view-price-poverty .view-quick .title-block {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.icon-chat-comment {
  position: fixed;
  bottom: 40px;
  right: 30px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #007bff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}

.icon-chat-comment .ion-chatbubbles {
  font-size: 43px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-comment-windown {
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 3;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition-timing-function: ease-in;
  width: 375px;
}

.ant-list-item-meta-avatar img {
  max-width: 30px;
  width: 100%;
}

.chat-comment-windown .header-chat {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.chat-comment-windown .header-chat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-comment-windown .header-chat .text {
  display: inline-block;
}

.header-chat .text .title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.header-chat .text span {
  font-size: 13px;
}

.action .click-act {
  cursor: pointer;
  margin-left: 15px;
  font-size: 20px;
}

.action .action-add .ion-more:before {
  transform: rotate(90deg);
}

.chat-comment-windown .nav-tabs li {
  width: 50%;
}

.chat-comment-windown .nav-tabs li a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.ant-list-items {
  padding: 0;
  margin-bottom: 0;
}

.ant-list-items li {
  list-style: none;
  padding: 10px 0;
}

.ant-list-items li .response-as-guest {
  text-align: right;
}

.ant-list-items li .response-as-guest .reply {
  color: #fff;
  background: #007bff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.ant-list-item-meta {
  display: flex;
  align-items: center;
}

.ant-list-item-meta-avatar {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.ant-list-item-meta-content {
  width: calc(100% - 45px);
}

.ant-list-item-meta-content .ant-list-item-meta-title {
  margin: 0;
  font-size: 13px;
}

.ant-list-item-meta-description p {
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
}
.chat-comment-windown {
  display: none;
}
.chat-comment-windown .tab-base {
  margin-bottom: 0;
}

.chat-comment-windown .tab-base .tab-content {
  box-shadow: none;
}

.footer-comment-chat {
  border-top: 1px solid #e1e1e1;
  height: 60px;
  padding: 15px 10px;
  display: flex;
  width: 100%;
  align-items: center;
}

.footer-comment-chat .inside {
  position: relative;
  width: 100%;
}

.icon-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 18px;
}

.icon-left .icon {
  cursor: pointer;
}

.icon-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  font-size: 20px;
}

.icon-right .icon {
  margin-left: 5px;
  cursor: pointer;
}

.footer-comment-chat .inside input {
  width: 100%;
  border: none;
  padding: 0 60px 0 35px;
}

.footer-comment-chat .inside input:focus,
.footer-comment-chat .inside input:hover,
.footer-comment-chat .inside input:active {
  outline: none;
}

.content-chat {
  height: 250px;
  overflow: auto;
}
.scroll-top.in {
  background-color: #dde7ff;
}
.scroll-top.in > i::after {
  border-color: #001eff;
}
.scroll-top.in > i::before {
  border-color: #001eff;
}
.pace .pace-progress,
.nano > .nano-pane > .nano-slider {
  background-color: #001eff;
}
.btn-primary-basic,
.btn-primary,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-hover-primary:hover,
.btn-hover-primary:active,
.btn-hover-primary.active,
.btn.btn-active-primary:active,
.btn.btn-active-primary.active,
.dropdown.open > .btn.btn-active-primary,
.btn-group.open .dropdown-toggle.btn.btn-active-primary {
  background-color: #cc2c22;
  border-color: #cc2c22;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #001eff;
  border-color: #001eff;
  color: #fff;
}
.form-control:focus {
  border-color: #001eff;
  box-shadow: none;
  transition-duration: 0.5s;
}

.page-login .form-login {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.page-login input.login-input {
  width: 100%;
  background-color: transparent;
  border: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e3e3e3;
  color: #FFF;
}

.page-login input.login-input::placeholder {
  color: #FFF;
}

.page-login input.login-input:focus {
  outline: none;
}

.page-login label {
  color: #FFF;
  float: left;
  font-weight: 100;
}

.page-login .btn-login {
  background-color: #FFF;
  color: #001eff;
  border-radius: 10px;
  border: 0px;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 600;
}

.page-login .pad-btm {
  margin-top: 20px;
}

.page-login .pad-btm .magic-checkbox {
  border-radius: 5px;
}

.page-login .pad-btm .magic-checkbox + label::after {
  top: 2px;

}

.page-login .pad-btm .magic-checkbox + label::before {
  top: 2px;
  border-radius: 5px !important;
}

.page-login .pad-btm .magic-checkbox + label:hover::before {
  border-color: #FFF !important;
}

.page-login .group-password {
  margin-top: 60px;
}

.page-login a.forgot-password {
  color: #FFF;
  text-decoration: underline;
}

.page-login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@-webkit-keyframes autofill {
  0%,100% {
      color: #666 !important;
      background: transparent !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
}

@media (min-width: 768px) {
  #container.mainnav-sm #mainnav-container{
      width: 90px !important;
      left: 0;
  }

  #container.mainnav-sm #navbar .navbar-brand {
    width: 80px !important;
  }

  #container.mainnav-sm #mainnav-menu a {
    padding: 20px 0px !important;
    white-space: normal !important;
    color: #FFF;
  }
}

#mainnav img.hover {
  width: 28px;
}

#mainnav .menu-label {
  display: block;
  font-size: 12px;
}

#mainnav li a.hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#mainnav .account {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 100%;
}

#mainnav .account a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

#mainnav img.profile {
  width: 40px;
}

@media (min-width: 768px) {
  #container.mainnav-sm #content-container, #container.mainnav-sm #footer {
      margin-left: 100px;
      padding-left: 0px !important;
      left: 0;
  }
}

@media (min-width: 768px) {
  #container.mainnav-sm #navbar .navbar-content {
      margin-left: 80px;
  }
}


nav.side-slide {
  top: 0;
  left: 85px;
  height: 100%;
  display: none;
  position: fixed;
  width: 285px;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: red; */

}

nav.side-slide .menu-bg {
  background-color: #FFF;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

nav.side-slide ul{
  /* margin-top: 70px; */
  /* border-top: 1px solid #F44646; */
  list-style: none;
  padding-left: 0px;
  padding: 15px;
}

nav.side-slide li {
  /* text-align: center; */
  /* border-bottom: 1px solid #F44646; */
  /* line-height: 40px; */
  display: flex;
  align-items: center;
  /* padding: 15px 5px; */
  border-radius: 10px;
  margin-bottom: 10px;
}

nav.side-slide li:hover {
  background-color: #f0f5ff;
}

nav.side-slide li:hover > a i {
  color: #001eff;
}

nav.side-slide li.active-link {
  background-color: #f0f5ff;
}

nav.side-slide li i {
  /* width: 16px; */
  /* height: 16px; */
  margin: 0px 5px;
  color: gray;
}

nav.side-slide li.active-link i {
  color: #001eff;
}

nav.side-slide #submenu a {
  color: #000;
  /* font-weight: bold; */
  font-size: 16px;
  display: flex;
  width: 100%;
  padding: 15px 5px;
  align-items: center;
  /* text-transform: uppercase; */
}

nav.side-slide .menu-title {
  /* text-align: center; */
  padding: 15px;
  border-bottom: 0.5px solid rgba(64,78,255,0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

nav.side-slide .menu-title span {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
}

nav.side-slide .menu-title img {
  width: 20px;
}

@media (min-width: 768px) {
  #navbar-container {
      background-color: #ecf0f5;
  }
}

.menu-popover {
  display: none !important;
}

#footer {
  background-color: #ecf0f5 !important;
  border-top: 0;
}

.navbar-content {
  display: flex;
  justify-content: space-between;
}

table thead th {
  background-color: #001eff !important;
  color: #FFF !important;
}

table {
  border-collapse: collapse !important;
  border-top-left-radius: 1em !important;
  border-top-right-radius: 1em !important;
  overflow: hidden !important;
}

table tbody tr:nth-child(odd) {
  background-color: #F4F7FF !important;
}

.panel {
  border: none !important;
    margin-bottom: 0px;
}

.fixed-table-container {
  border: none !important;
}

table thead th {
  border-left: none !important;
}

table tbody td {
  border-left: none !important;
  border-top: none !important;
}

#order-detail .nav-tabs > li.active > a {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color: #001eff;
  font-weight: 700;
  border-bottom: 2px solid #001eff;
}

.timeline-order {
  border-left: 3px solid #001eff;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  /* background: rgba(114, 124, 245, 0.09); */
  /* margin: 0 auto; */
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
}

@media (max-width: 767px) {
  .timeline-order {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline-order h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline-order h2,
.timeline-order h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #000;
}

.timeline-order .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline-order .event {
      padding-top: 30px;
  }
}

.timeline-order .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline-order .event:before,
.timeline-order .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-order .event:before {
  /* left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px; */
}

@media (max-width: 767px) {
  .timeline-order .event:before {
      left: 0px;
      text-align: left;
  }
}

.timeline-order .event:after {
  -webkit-box-shadow: 0 0 0 3px #001eff;
  box-shadow: 0 0 0 3px #001eff;
  left: -58px;
  background: #fff;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  content: "";
  top: 2px;
}

.timeline-order p {
  color: #000;
}

.timeline-order p.date {
  color: gray;
}

@media (max-width: 767px) {
  .timeline-order .event:after {
      left: -31.8px;
  }
}

.rtl .timeline-order {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #001eff;
}

.rtl .timeline-order .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline-order .event::after {
  left: 0;
  right: -55.8px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c;
}

.fixed-table-pagination .pagination a {
  margin: 0px 2px;
}
.dashboard_total {
    color: #FF8900 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
.dashboard_total sup {
    font-size: 14px !important;
    text-transform: none;
}

.form-custom .radio label {
    margin-right: 10px;
}
.form-custom .radio input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.form-custom .radio {
    margin-top: 0px;
}
