@charset "UTF-8";
/**
 *
 * FONT SMOOTHING
 *
 * Changes the font rendering,
 * allowing thinner fonts
 */
body {
  font-family: "poppins", sans-serif;
  font-size: 16px;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #000;
}

h2 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #000;
}

h3, .h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

p {
  font-size: 16px;
}

a {
  color: #000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a:hover {
  color: #6F63FF;
}

.f-12 {
  font-size: 1.2rem;
}

.f-14 {
  font-size: 1.4rem;
}

.f-16 {
  font-size: 1.6rem;
}

.note {
  font-size: 1.2rem;
  color: #BEBEBE;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
}

.temp-block {
  margin: 25.6rem auto;
}

.content-wrapper {
  padding: 4rem 3.6rem 4rem 1.1rem;
}
.content-wrapper .general-header {
  display: block;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 1rem;
  padding-left: 1rem;
}

.mb-6 {
  margin-bottom: 2.4rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1.6rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mt-6 {
  margin-top: 2.4rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 1.6rem;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-48 {
  width: 4.8rem;
}

.modal {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modal .modal-body, .modal .modal-content, .modal .modal-dialog {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modal .modal-dialog {
  max-width: 48.8rem;
}
.modal .modal-dialog.modal-xl, .modal .modal-dialog.modal-lg {
  width: 75%;
  max-width: 151.5rem;
}
.modal .modal-dialog.medium-modal {
  max-width: 60rem;
}
.modal .modal-dialog.medium-modal .title {
  margin-bottom: 2.4rem;
}
.modal .modal-body {
  padding: 3.2rem 2.8rem;
  text-align: center;
}
.modal .modal-body .title {
  margin-bottom: 0.8rem;
}
.modal .modal-body .modal-message {
  margin-bottom: 2.4rem;
  color: #000;
  font-size: 16px;
}
.modal .modal-body .modal-message > *:last-child {
  margin-bottom: 0;
}
.modal .modal-body .modal-cta .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.2rem;
  width: 100%;
  margin-bottom: 1.2rem;
}
.modal .modal-body .modal-cta .btn:last-child {
  margin-bottom: 0;
}

.modal-other-link {
  margin-top: 2.4rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
.modal-other-link svg, .modal-other-link path {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.modal-other-link:hover {
  color: #6F63FF;
}
.modal-other-link:hover svg, .modal-other-link:hover path {
  fill: #6F63FF;
}

.p-16 {
  padding: 1.6rem;
}

.table td {
  color: #666666;
  border-color: #F1F1F1 !important;
  padding: 0.8rem;
  min-height: 5.6rem;
  vertical-align: middle !important;
}
.table td.p-16 {
  padding: 1.6rem !important;
}
.table thead tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table thead tr th {
  font-weight: 500;
  font-size: 1.2rem;
  color: #9F9F9F;
  border-bottom: 0;
  padding: 1rem 0.8rem 0.6rem;
  min-height: 5.6rem;
  vertical-align: middle;
}
.table thead tr th.p-16 {
  padding: 1.6rem;
}
.table tbody tr td {
  border-color: #F1F1F1 !important;
  padding: 1rem 0.8rem 0.6rem;
  min-height: 5.6rem;
}
.table tbody tr td.p-16 {
  padding: 1.6rem !important;
}

.badge {
  min-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 8px 3px;
  border-radius: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.badge.bg-warning {
  color: #FF9A02 !important;
  background-color: #FFE3BA !important;
}
.badge.bg-disable {
  color: #666666 !important;
  background-color: #DFDFDF !important;
}
.badge.bg-danger {
  color: #E80000 !important;
  background-color: #FFDCDC !important;
}
.badge.bg-resolved {
  color: #6F63FF !important;
  background-color: #DDDAFF !important;
}
.badge.bg-gray {
  color: #666666 !important;
  background-color: #BEBEBE !important;
}

.card-body > .table > thead > tr > td, .card-body > .table > thead > tr > th {
  border-top-width: 1px;
}

.table-hover tbody tr:hover {
  background-color: #F6F5FF;
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

td .select2-container--default .select2-selection--single,
td .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.date-ranger-modal .modal-cta .btn {
  margin-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px;
}

.bg-violet {
  background-color: #6F63FF;
}

.decal-progress-bar {
  border-radius: 4px;
  margin-bottom: 10px;
}

.carriage-image-preview {
  background: #f1f1f1;
  padding: 20px 40px;
  border-radius: 12px;
  text-align: center;
}
.carriage-image-preview img {
  height: 270px;
}

.custom-link {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}
.custom-link svg, .custom-link path {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.custom-link:hover {
  cursor: pointer;
  color: #6F63FF;
}
.custom-link:hover svg, .custom-link:hover path {
  fill: #6F63FF;
}
.custom-link.disabled {
  color: #ccc;
}
.custom-link.disabled path {
  fill: #ccc;
}

.zoom-in-out {
  -webkit-animation: zoom-in-zoom-out 1s ease infinite;
          animation: zoom-in-zoom-out 1s ease infinite;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-28 {
  margin-bottom: 2.8rem;
}

.min-w-120 {
  min-width: 12rem;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.hr-custom {
  margin-top: 16px;
  margin-bottom: 16px;
}

.main-header {
  border: none !important;
  background: transparent;
  top: -5px;
  left: 0.6rem;
  z-index: 99;
}

.page-title {
  padding-left: 3.6rem;
  padding-bottom: 4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #BEBEBE;
}
.page-title h1 {
  margin-bottom: 0;
}

.main-header.navbar {
  margin-left: 0 !important;
  top: 3.4rem;
  left: 1rem;
}

.sidebar-mini.sidebar-collapse .main-header {
  margin-left: 0 !important;
}

.image.show-mobile {
  display: none;
  width: 4rem;
  margin: 0 auto 0 7.5px;
}

.image.show-desktop {
  display: block;
}

.sidebar-collapse .image.show-mobile {
  display: block;
}
.sidebar-collapse .image.show-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .sidebar:hover {
    border-right: 1px solid #f1f1f1;
  }
  body.sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 9.6rem !important;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    min-width: 9.6rem !important;
  }
}
.main-sidebar {
  width: 25.5rem;
}
.main-sidebar .sidebar {
  padding: 4.8rem 1.9rem 4.8rem 2.2rem;
  height: 100vh !important;
  max-height: var(--app-height) !important;
  -webkit-box-shadow: -1px 0px 13px 5px rgba(0, 0, 0, 0.03);
          box-shadow: -1px 0px 13px 5px rgba(0, 0, 0, 0.03);
}
.main-sidebar .sidebar-logo {
  display: block;
  margin-bottom: 3.6rem;
}
.main-sidebar .sidebar-logo > .image {
  max-width: 16.8rem;
}
.main-sidebar .nav-item {
  width: 100%;
  margin-bottom: 0.8rem;
}
.main-sidebar .nav-item:last-child {
  margin-bottom: 0;
}
.main-sidebar .nav-item .nav-link {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  padding: 1.2rem;
}
.main-sidebar .nav-item .nav-link, .main-sidebar .nav-item svg path {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.main-sidebar .nav-item:hover .nav-link {
  background-color: transparent !important;
  color: #6F63FF !important;
}
.main-sidebar .nav-item:hover svg path {
  fill: #6F63FF;
}
.main-sidebar .nav-item.active .nav-link {
  border-radius: 8px;
  background-color: #F6F5FF !important;
  color: #6F63FF !important;
}
.main-sidebar .nav-item.active svg path {
  fill: #6F63FF;
}
.main-sidebar .content-sidebar {
  height: calc(100% - 64px);
}

.login-page, .register-page {
  background-color: #fff;
}

.login-box {
  max-width: 100%;
  width: 44.6rem;
}
.login-box .login-logo {
  margin-bottom: 7.2rem;
}
.login-box .login-logo img {
  width: 20rem;
}

.card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-card-body {
  padding: 0 2rem;
}

.showPassword .input-group-text svg path {
  stroke: #6F63FF !important;
}

.page-wrap {
  display: block;
  width: 100%;
}

.show-password.active svg, .show-password.active path, .show-new-password.active svg, .show-new-password.active path, .show-confirm-password.active svg, .show-confirm-password.active path, .show-current-password.active svg, .show-current-password.active path {
  stroke: #6F63FF !important;
}

.authen-content .page-title {
  position: absolute;
  width: 100%;
  padding: 4rem 5.8rem;
  top: 0;
  left: 0;
  border: none;
}

.min-w-75 {
  min-width: 7.5rem;
}

.min-w-100 {
  min-width: 10rem;
}

.icon-area {
  min-width: 3.2rem;
  text-align: left;
}

td.ticket-id {
  color: #6F63FF;
  font-weight: 600;
}

.input-date {
  padding-top: 2.4rem !important;
  width: 75%;
  float: right;
}

.selectFilter {
  width: 14rem !important;
}

.filter-bar-inline {
  padding: 0 1.6rem 1.6rem;
}
.filter-bar-inline .d-flex > * {
  margin-right: 0.8rem;
}
.filter-bar-inline .d-flex > *:last-child {
  margin-right: 0;
}

.select-autocomplete .select2.select2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14rem !important;
  height: 3.2rem !important;
  min-width: 6.4rem;
  padding: 0.8rem 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  border: 1px solid #BEBEBE;
}
.select-autocomplete .select2.select2-container .selection {
  width: 100%;
}
.select-autocomplete .select2.select2-container .select2-selection {
  padding: 0 !important;
}
.select-autocomplete .select2.select2-container .select2-selection:focus-visible {
  outline: none !important;
}
.select-autocomplete .select2.select2-container .select2-selection__rendered {
  padding-left: 0 !important;
  margin-top: 0 !important;
  font-size: 1.2rem;
}
.select-autocomplete .select2.select2-container .select2-selection__rendered:focus-visible {
  border: none !important;
  outline: none !important;
}
.select-autocomplete .select2.select2-container .select2-selection__rendered .select2-selection__placeholder {
  font-size: 1.2rem;
}
.select-autocomplete .select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent;
}
.select-autocomplete .select2-selection__arrow {
  right: 3px !important;
  top: 2px !important;
}
.select-autocomplete .select2-search.select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  border: 1px solid #BEBEBE !important;
}

.small-class .select2-search__field {
  font-size: 1.2rem !important;
  border-radius: 6px;
  border: 1px solid #BEBEBE !important;
}
.small-class .select2-results .select2-results__options > li {
  padding: 8px 12px !important;
  font-size: 1.2rem !important;
}
.select2-container--open .select2-dropdown {
  min-width: 20rem !important;
}

#networkSelect option[value=""][selected] {
  color: #666666;
}

#lrvSelectWrap, #windowSelectWrap {
  position: relative !important;
}
#lrvSelectWrap .ui-menu, #windowSelectWrap .ui-menu {
  position: absolute !important;
  top: 4rem !important;
}

#damageTypeSelect + .select2.select2-container {
  width: 16rem !important;
}

.color-neu70 {
  color: #666666;
}

.assign-to-user {
  padding: 2.4rem 0;
}

.borderSelect .select2-container {
  margin: 0 auto;
  border: 1px solid #BEBEBE;
  width: 100%;
  height: 5.6rem;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.borderSelect .select2-container .select2-selection__rendered {
  padding-top: 0px;
}
.borderSelect .select2-container .select2-selection__arrow {
  top: 1.4rem !important;
}

.full-width-select .select2.select2-container.select2-container--default {
  width: 100% !important;
  max-width: 100% !important;
}
.full-width-select .select2.select2-container.select2-container--default .selection {
  width: 100%;
}

#assignSelectedTickets .modal .modal-body {
  padding-bottom: 1.8rem !important;
}
#assignSelectedTickets .modal-other-link {
  margin-top: 1.8rem;
}

.full-w-item {
  width: 100% !important;
  border-top: 1px solid #DFDFDF;
  padding-top: 2rem;
}

.select-control {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.5rem 2.8rem 0.3rem 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-down-bold.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
}

.page-title select {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.5rem 2.8rem 0.3rem 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-down-bold.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
}
.page-title select:focus, .page-title select:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.table.border-top-th-0 {
  margin-top: -1rem;
}
.table.border-top-th-0 thead tr th {
  border-top: 0 !important;
}

a:focus, a:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.card-border {
  border-radius: 0.8rem;
  border: 1px solid #E4E4E4;
  background: #fff;
}

.name-ticket {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}

.link-back {
  font-size: 1.2rem;
  font-weight: 500;
}
.link-back svg, .link-back path {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.link-back:hover svg, .link-back:hover path {
  fill: #6F63FF;
}

.damageIcon svg, .damageIcon path {
  fill: #FF9A02;
}

.tintIcon svg, .tintIcon path {
  fill: #6F63FF;
}

.ticket-detail .card-body {
  padding: 0;
}
.ticket-detail .table tbody tr td {
  border-color: transparent !important;
}
.ticket-detail .table tbody tr td:first-child {
  padding-left: 0 !important;
}

.card-bar.filter-bar {
  padding: 2.4rem 2.4rem 3.6rem;
}

.detail-content {
  padding: 0 2.4rem;
}
.detail-content__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-content__ticket > * {
  margin-bottom: 2.4rem;
  width: 50%;
}

.window-info {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 1.6rem;
}
.lbl {
  font-size: 1.2rem;
  color: #BEBEBE;
  margin-bottom: 4px;
  font-weight: 400 !important;
}

.value {
  font-size: 1.6rem;
  color: #000;
}

#showDateRanger {
  margin-top: -2px;
}
#showDateRanger .chartjs-render-monitor {
  border-radius: 10px;
  overflow: hidden;
}

.list-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-images .item-image {
  margin-right: 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  border-radius: 4px;
  overflow: hidden;
  width: 6.4rem;
  height: 6.4rem;
}
.item-image {
  position: relative;
}
.item-image .loading-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 4.8rem;
}
.item-image .modal-trigger {
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
  max-height: 400px;
}

.imagesModal .modal-dialog {
  max-width: 59.2rem;
}
.imagesModal .modal-body {
  padding: 0 7.2rem 0;
}
.imagesModal .slick-carousel {
  width: 40rem;
  max-width: 100%;
}
.imagesModal .modal-content {
  padding: 2.4rem;
}
.imagesModal .link-back {
  margin-bottom: 2.4rem;
}
.imagesModal .item-image {
  background-color: #000;
  width: 40rem;
  height: 40rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.imagesModal .item-image > img {
  width: 100%;
}
.imagesModal .slick-dotted.slick-slider {
  margin-bottom: 4rem;
}
.imagesModal .slick-dots {
  bottom: -4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.imagesModal .slick-dots > li {
  margin: 0;
}
.imagesModal .slick-dots > li button {
  padding: 0;
  margin: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #BBB6FF;
  background-color: #fff;
}
.imagesModal .slick-dots > li button:before {
  display: none;
}
.imagesModal .slick-dots > li.slick-active button {
  border-color: #6F63FF;
  background-color: #6F63FF;
}

.filter-bar__left > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.analysis-box__right .col-xxl-4 {
  min-width: 184px;
}
.analysis-box__right .windows-restored .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1360px) {
  .analysis-box__right .col-xxl-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .analysis-box__right .col-xxl-8 {
    max-width: 66.666667%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1359px) {
  .analysis-box__right .col-xxl-4 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .analysis-box__right .col-xxl-8 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .analysis-box__right .col-xxl-8 .change-tab {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1359px) {
  .donut-chart-box > .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .donut-chart-box > .d-flex > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
#popupVideo {
  display: none;
  z-index: 2015;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popupVideo .videoContainer {
  position: relative;
  height: 80%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease-in, transform 0.3s ease;
  transition: opacity 0.3s ease-in, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#popupVideo .videoContainer video {
  height: 100%;
}
#popupVideo .closeVideo {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

.videoBox {
  position: relative;
  display: inline-block;
  margin-right: 0.8rem;
}
.videoBox .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Center the icon */
  color: white; /* Adjust color as necessary */
  /* Optional: Add more styling to make the icon stand out */
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.videoBox .item-image {
  margin-right: 0 !important;
}

.requestComment .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0%;
}

.requestComment .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.requestComment:hover .tooltiptext {
  visibility: visible;
}

.frm-edit-ticket > .row, .frm-create-ticket > .row {
  margin-bottom: 2.4rem;
}
.frm-edit-ticket .frm-cta, .frm-create-ticket .frm-cta {
  padding-bottom: 2.4rem;
}
.frm-edit-ticket .frm-cta .btn, .frm-create-ticket .frm-cta .btn {
  width: calc(50% - 10px);
}

.group-images-ticket {
  padding-bottom: 0.8rem !important;
}

.image-preview, .images-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: calc(100% + 8px);
  margin-left: -4px;
}
.image-preview .item-preview, .images-ticket .item-preview {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.4rem;
  margin: 0 4px 8px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.image-preview .item-preview > img, .images-ticket .item-preview > img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-preview .item-preview .btn-remove-image, .images-ticket .item-preview .btn-remove-image {
  position: absolute;
  top: 0;
  right: 0.4rem;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.image-preview .item-preview .btn-remove-image:hover sgv, .image-preview .item-preview .btn-remove-image:hover rect, .image-preview .item-preview .btn-remove-image:hover path, .images-ticket .item-preview .btn-remove-image:hover sgv, .images-ticket .item-preview .btn-remove-image:hover rect, .images-ticket .item-preview .btn-remove-image:hover path {
  fill-opacity: 0.75;
}

.comment-text {
  height: 14.4rem !important;
}

.loading_component {
  font-size: 1.2rem;
  color: #000;
}

.users-list .badge {
  min-width: 10rem;
  margin-right: 0.9rem;
}

.under-title {
  margin-bottom: 3.4rem;
}

.card-table {
  border-radius: 0.8rem;
  border: 1px solid #E4E4E4;
}
.card-table .card-body {
  padding: 0;
}

.list-button.nav-pills {
  padding: 1.8rem 1.6rem;
  margin: 0;
}
.list-button.nav-pills .nav-item {
  margin-right: 0.8rem;
  border-radius: 0.8rem;
}
.list-button.nav-pills .nav-item .btn {
  border-radius: 0.8rem;
}

.user-name {
  color: #6F63FF;
  font-weight: 600;
}

.user-detail-page .badge {
  min-width: 10rem;
  height: 2.4rem;
}

.detail-content-padding {
  padding: 2.4rem;
}

.detail-content .content > .row {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.detail-content .content > .row:before {
  height: 1px;
  background-color: #DFDFDF;
  content: "";
  position: absolute;
  bottom: 0;
  left: 7.5px;
  right: 7.5px;
  z-index: 2;
}
.detail-content .content > .row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.detail-content .content > .row:last-child:before {
  display: none;
}

.user-cta .bottom-cta {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
  border: none;
}
.user-cta .bottom-cta .btn svg, .user-cta .bottom-cta .btn path {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.user-cta .bottom-cta .btn:focus, .user-cta .bottom-cta .btn.active {
  background-color: #6F63FF;
  color: #fff;
}
.user-cta .bottom-cta .btn:focus svg, .user-cta .bottom-cta .btn:focus path, .user-cta .bottom-cta .btn.active svg, .user-cta .bottom-cta .btn.active path {
  fill: #fff;
}
@media screen and (max-width: 1023px) {
  .user-cta .bottom-cta {
    width: calc(100% + 16px);
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .user-cta .bottom-cta .btn {
    min-width: calc(50% - 8px);
    margin-bottom: 8px;
  }
}

.max-88 {
  max-width: 88rem;
}

.edit_create_user .row > * {
  margin-bottom: 2.4rem;
}

.cta-frm .btn {
  width: calc(50% - 12px);
}

.lrvEditlScreen .detail-content .form-group, .lrvCreatelScreen .detail-content .form-group {
  margin-bottom: 2.4rem;
}
.lrvEditlScreen .cta-frm .btn, .lrvCreatelScreen .cta-frm .btn {
  width: calc(50% - 12px) !important;
}

.lrvDetailScreen .table svg, .lrvDetailScreen .table path {
  fill: #9F9F9F;
}

.analysis-box {
  padding: 2.4rem 0;
}
.analysis-box .card .title-card {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.analysis-box .card .content-card {
  color: #666666;
}
.analysis-box .card .text {
  font-size: 2.4rem;
  font-weight: 400;
}
.analysis-box .card .hightlight {
  font-size: 4.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .analysis-box .card .hightlight {
    font-size: 3.6rem;
  }
}

.analysis-box__left .card {
  padding: 2rem 2.4rem 2.4rem;
  margin-bottom: 2.4rem;
}
.analysis-box__left .card:last-child {
  margin-bottom: 0;
}

.analysis-box__right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.analysis-box__right .card {
  width: 100%;
  padding: 2rem 2.4rem 2.4rem;
}
.analysis-box__right .card:last-child {
  margin-bottom: 0;
}
.analysis-box__right .card .content-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}

.donut-chart {
  width: 100%;
  margin: 2.4rem 0 0;
}
.donut-chart .ltr {
  width: 100%;
}
.donut-chart .ltr circle {
  display: block;
  width: 12px !important;
  height: 24px !important;
  border-radius: 4px;
}
.donut-chart .ltr > div > svg > rect + g > rect {
  x: 20;
}
.legend-item {
  font-weight: 600;
}

.change-tab > * {
  margin-left: 1.6rem;
}
.change-tab > *:first-child {
  margin-left: 0;
}

.chart-tab {
  display: inline-block;
  padding: 1.2rem 1.6rem 0.6rem;
  border: 1px solid #BEBEBE;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .chart-tab {
    min-width: 18rem;
  }
}
.chart-tab__lbl {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.4rem;
}
.chart-tab .hightlight {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #666666;
  margin-right: 0.8rem;
}
.chart-tab .percent {
  font-size: 1.2rem;
}
.chart-tab .percent.increase {
  color: #FF9A02;
}
.chart-tab .percent.decrease {
  color: #6F63FF;
}
.chart-tab.active {
  border-color: #6F63FF;
  background-color: #F6F5FF;
}

.chart-container {
  position: relative;
  overflow: hidden;
}

canvas {
  border-radius: 8px;
}

.hightlight-id {
  font-weight: 600;
  color: #6F63FF !important;
}

.icon-svg span:first-child svg {
  margin-left: -8px;
}
.icon-svg a:first-child svg {
  margin-left: -8px;
}

.team-table thead th {
  border-top-width: 0 !important;
}
.team-table tr th:first-child, .team-table tr td:first-child {
  padding-left: 2.8rem !important;
}

.team-edit .card-border, .team-create .card-border {
  padding: 2.4rem !important;
}
.team-edit .card-border .list-options > div:nth-child(n+5), .team-create .card-border .list-options > div:nth-child(n+5) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .team-edit .card-border .list-options > *, .team-create .card-border .list-options > * {
    margin-top: 8px;
  }
}

.default-style .custom-control .custom-control-label:before {
  border-width: 2px;
  border-color: #666666 !important;
}
.default-style .custom-control .label {
  color: #666666;
}
.default-style .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6F63FF !important;
}
.default-style .custom-control-input:checked ~ .custom-control-label + .label {
  color: #000 !important;
}

.btn-circle {
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.btn-circle svg, .btn-circle path {
  fill: #BEBEBE;
}
.btn-circle:hover {
  border-color: #6F63FF;
  background-color: #DDDAFF;
}
.btn-circle:hover svg, .btn-circle:hover path {
  fill: #6F63FF;
}

.cta-1 {
  margin: 2.4rem 0 4.8rem;
}

.dashboard #showDateRanger {
  margin-top: 0;
}

.analysis-box-dashboard {
  padding-top: 0;
}
.analysis-box-dashboard .analysis-box__left .card {
  margin-top: 6px !important;
}

.up-row .analysis-box__left {
  height: 100%;
}
.up-row .analysis-box__left .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.first-col .card, .last-col .card {
  padding-bottom: 4px;
}

@media screen and (min-width: 1280px) {
  #legend-container {
    min-width: 18rem;
  }
  #legend-container + .content-card {
    width: 100%;
  }
}
#legend-container ul {
  min-width: 100%;
  display: block !important;
}
#legend-container ul li {
  margin-top: 4px;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #666666;
  font-weight: 400;
}
#legend-container ul li span {
  width: 2.2rem !important;
  border-radius: 2px;
  height: 1.1rem !important;
}
#legend-container ul li strong {
  font-weight: 600 !important;
}

.bar-chart-dashboard {
  margin-top: 2rem;
  padding-top: 2.4rem !important;
  border-top: 1px solid #DFDFDF;
}

.card-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem !important;
}

.wrap-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding: 0rem 0rem 1.2rem;
  margin-bottom: 1.2rem;
}
.wrap-card-header .title-card {
  margin-bottom: 0 !important;
}
.wrap-card-header svg, .wrap-card-header path {
  fill: #666666;
}

.cta-card {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  border-top: 1px solid #DFDFDF;
  margin-top: 1.2rem;
  padding-top: 1.2rem !important;
}
.cta-card a {
  font-weight: 500;
  color: #666666;
  font-size: 1.2rem;
}
.cta-card a svg, .cta-card a path {
  fill: #666666;
}

.view-all svg {
  margin-left: 4px;
}
.view-all:hover {
  color: #6F63FF;
}
.view-all:hover svg, .view-all:hover path {
  fill: #6F63FF;
}

.ul-report {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ul-report > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
  color: #666666;
}
.ul-report > li a {
  color: #666666;
}
.ul-report > li a:hover {
  color: #6F63FF;
}
.ul-report > li:last-child {
  margin-bottom: 0;
}
.ul-report > li .item-right {
  font-weight: 600;
}

.status-inventory {
  width: 12rem;
}
.status-inventory__content {
  padding: 0.6rem 0 0.6rem 0.8rem !important;
  text-align: right;
}

.view-all {
  color: #000 !important;
  font-weight: 500;
}
.view-all:hover {
  color: #6F63FF !important;
}

.filter-table {
  margin-bottom: 2.4rem;
}
.filter-table .selection .select2-selection {
  padding-left: 0;
}
.filter-table .selection .select2-selection .select2-selection__rendered {
  padding-left: 0;
  font-size: 1.2rem;
  color: #666666;
}
.filter-table .selection .select2-selection .select2-selection__arrow {
  background-size: 0.9rem;
}

.text-50 {
  color: #9F9F9F;
}

.border-top-first-tr-0 tbody tr:first-child td {
  border-top: none;
}

.account-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-content .acc-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.8rem;
  height: 10.8rem;
  background-color: #6F63FF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 600;
  border-radius: 5.4rem;
}
.account-content .acc-form {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  padding-left: 4.8rem;
}

.account-wrap {
  max-width: 88rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.account-wrap .card-body {
  border: 1px solid #E4E4E4;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.account-wrap .input-group-text {
  background-color: transparent;
}

#changePassword .error {
  margin-bottom: 1.6rem;
}

.small-lbl {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.acc-row {
  margin-bottom: 2.4rem;
}

.di-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.di-stack__component {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
}
.di-stack__component:not(:first-child) {
  padding: 0 35px;
}
.di-stack__component:not(:last-child) {
  border-right: 1px solid #DFDFDF;
}

.di-stack-component__title {
  color: #BEBEBE;
}

.di-image-example {
  margin-top: 12px;
  margin-bottom: 2rem;
  height: 286px;
}

.inventoryListing .ico-gray svg, .inventoryListing .ico-gray path {
  fill: #666666;
}

.decal-inventory-detail .filter-bar h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.decal-inventory-detail .filter-bar__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .decal-inventory-detail .filter-bar__left {
    margin-top: -5px;
  }
}
@media screen and (min-width: 1400px) {
  .decal-inventory-detail .filter-bar__right .btn {
    min-width: 13rem;
  }
}
.decal-inventory-detail .card.detail-content {
  margin-top: 3.6rem;
}

.frm-updateDecal .btn-add-thumbnail {
  margin-top: -5px;
}

.id-carriage {
  font-size: 1.2rem !important;
  font-weight: 500;
  margin-top: 2.4rem;
  text-transform: capitalize;
}

.name-file-uploaded {
  font-size: 1.2rem;
  color: #666666;
  text-align: center;
}

.images-cta-options svg, .images-cta-options path {
  fill: #6F63FF;
}

.carriage-image-preview {
  margin-top: 2.4rem;
}

.placement-tbl > tbody > tr > td {
  text-align: center;
  width: 20%;
}
.placement-tbl > tbody > tr > td:first-child {
  text-align: left;
}
.placement-tbl > tbody > tr > td:last-child {
  text-align: right;
}
.placement-tbl > tbody > tr:first-child td {
  border-top: none;
}

.action-btn {
  font-size: 1.2rem;
  font-weight: 500;
}

.place-example > img {
  border-radius: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
}

.add-placement-wrap .card.detail-content {
  border: none;
  padding: 0;
}
.add-placement-wrap .card.detail-content > .lrv-carriage-placement {
  margin-bottom: 2rem !important;
}
.add-placement-wrap .card.detail-content > *:last-child {
  margin-bottom: 0 !important;
}
.add-placement-wrap .form-group {
  margin-bottom: 2rem !important;
}

.cursor-not-allowed {
  color: #BEBEBE !important;
  cursor: not-allowed !important;
}
.cursor-not-allowed svg, .cursor-not-allowed path {
  fill: #BEBEBE;
}

.custom-placeholder.select-placement .select2-container .select2-selection__rendered[title="Select placement"] {
  color: #666;
}
.custom-placeholder.select-lrv .select2-container .select2-selection__rendered[title="Select LRV type"] {
  color: #666;
}
.custom-placeholder.select-side .select2-container .select2-selection__rendered[title="Select side"] {
  color: #666;
}

.sep-line hr {
  margin: 2rem 0;
}

.left-col h2, .detail-content h2 {
  font-size: 1.6rem;
}

.left-col .error {
  text-align: center;
}

.inventory-detail .cta-add-placement {
  margin-top: 0;
}
.inventory-detail .card.card-border {
  margin-bottom: 0;
}
.inventory-detail .detail-content .form-group.invalid-value .error {
  margin-bottom: 2rem;
}
.inventory-detail .detail-content .custom-upload-btn svg, .inventory-detail .detail-content .custom-upload-btn path {
  fill: #666666;
}
.inventory-detail .detail-content .custom-upload-btn:hover svg, .inventory-detail .detail-content .custom-upload-btn:hover path {
  fill: #6F63FF;
}

.lrvCarriagePlacement > .card {
  margin-top: 2rem;
}
.lrvCarriagePlacement > .card:last-child {
  margin-bottom: 1rem;
}

html {
  scroll-behavior: smooth;
}

.landing-page {
  background-color: #FAFAFA;
}
@media screen and (min-width: 1280px) {
  .landing-page .container {
    max-width: 1200px;
  }
}
.landing-page .header {
  border-top: 8px solid #6F63FF;
  padding-top: 4rem;
  width: 100%;
}
.landing-page .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing-page .header-content__right a {
  position: relative;
}
.landing-page .header-content__right a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #6F63FF;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .header-content__right a:hover:before {
  width: 100%;
}
.landing-page .header-content__logo {
  max-width: 16rem;
}
.landing-page .header-content span {
  display: inline-block;
  color: #6F63FF;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  padding: 0 1.6rem;
}
.landing-page .header-content a {
  font-size: 1.4rem;
  color: #6F63FF;
  line-height: 2rem;
}
.landing-page .btn {
  font-size: 1.6rem !important;
  padding: 1.7rem 1.6rem 1.5rem;
}
.landing-page .btn.btn-primary:not(.disabled) {
  border-color: #6F63FF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.landing-page .btn.btn-primary:not(.disabled):hover, .landing-page .btn.btn-primary:not(.disabled):focus {
  border-color: #8F86FF;
}
.landing-page .btn.disabled {
  opacity: 1;
}
.landing-page .btn.disabled:hover {
  background-color: #DFDFDF !important;
}
.landing-page .btn:hover, .landing-page .btn:focus {
  background-color: #8F86FF !important;
}
.landing-page .request-open {
  display: inline-block;
  cursor: pointer;
}
.landing-page .custom-checkbox > label {
  cursor: pointer;
}
.landing-page .placeholder {
  position: absolute;
  left: 12px;
  top: 13px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666;
  font-size: 1.6rem;
  font-weight: 400 !important;
  background: #F6F5FF;
  padding: 0 4px;
}
.landing-page .modal .placeholder {
  background: #fff;
}
.landing-page .form-control:not(:-moz-placeholder-shown) + .placeholder {
  top: -8px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #5E6368;
}
.landing-page .form-control:not(:-ms-input-placeholder) + .placeholder {
  top: -8px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #5E6368;
}
.landing-page .form-control:focus + .placeholder,
.landing-page .form-control:not(:placeholder-shown) + .placeholder {
  top: -8px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #5E6368;
}
.landing-page .invalid-value {
  margin-bottom: 1.6rem;
}
.landing-page .invalid-value .form-control:not(:-moz-placeholder-shown) + .placeholder {
  color: #E00000 !important;
}
.landing-page .invalid-value .form-control:not(:-ms-input-placeholder) + .placeholder {
  color: #E00000 !important;
}
.landing-page .invalid-value .form-control:focus + .placeholder,
.landing-page .invalid-value .form-control:not(:placeholder-shown) + .placeholder {
  color: #E00000 !important;
}
@media screen and (max-width: 991px) {
  .landing-page .header {
    height: 7.4rem;
    padding-top: 2.4rem;
  }
  .landing-page .container {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .landing-page .heading-section .section-content {
    margin: 8.6rem 0;
  }
  .landing-page .heading-section .section-content h1 {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.4rem;
  }
  .landing-page .reg-section {
    padding: 6.4rem 0 12.8rem;
  }
  .landing-page .reg-section__left {
    margin-bottom: 3.2rem;
  }
  .landing-page .footer-section {
    padding: 4.8rem 0 4rem;
  }
  .landing-page .footer-section__logo {
    margin-bottom: 2.4rem;
  }
  .landing-page .footer-section__des {
    margin-bottom: 4.8rem;
    font-size: 1.6rem;
  }
  .landing-page .footer-section__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .landing-page .footer-section__bottom--left {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .intro-section .intro-app {
    min-height: 29.4rem;
  }
  .landing-page .intro-section .row-custom-gutter > * {
    margin-bottom: 2rem;
  }
  .landing-page .intro-section .row-custom-gutter > *:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .reg-text {
    max-width: 36.5rem;
  }
}

.row-custom-gutter {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.col-custom-gutter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.heading-section .section-content {
  max-width: 93rem;
  margin: 8.61rem auto 15.2rem;
  text-align: center;
}
.heading-section .section-content > * {
  margin-bottom: 1.6rem;
}
.heading-section .section-content > *:last-child {
  margin-bottom: 0;
}
.heading-section h1 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.6rem;
}
.heading-section .btn {
  min-width: 14rem;
}

.intro-section {
  position: relative;
  width: 100%;
}
.intro-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FAFAFA;
  z-index: 1;
}
.intro-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F6F5FF;
  z-index: 1;
}
.intro-section .container {
  z-index: 2;
  position: relative;
}
.intro-section .intro-app {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #9185FF;
  background: #fff;
  padding: 3.2rem;
  min-height: 35.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.intro-section .intro-app__up .app-ico {
  margin-bottom: 0;
}
.intro-section .intro-app__up h2 {
  margin-top: -0.5rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  color: #000;
}
.intro-section .intro-app__bottom p {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  color: #666666;
}
.intro-section .intro-app:hover {
  border: 1px solid #7162FF;
  -webkit-box-shadow: 0px 24px 7px 0px rgba(113, 98, 255, 0), 0px 16px 6px 0px rgba(113, 98, 255, 0.03), 0px 9px 5px 0px rgba(113, 98, 255, 0.1), 0px 4px 4px 0px rgba(113, 98, 255, 0.17), 0px 1px 2px 0px rgba(113, 98, 255, 0.2);
          box-shadow: 0px 24px 7px 0px rgba(113, 98, 255, 0), 0px 16px 6px 0px rgba(113, 98, 255, 0.03), 0px 9px 5px 0px rgba(113, 98, 255, 0.1), 0px 4px 4px 0px rgba(113, 98, 255, 0.17), 0px 1px 2px 0px rgba(113, 98, 255, 0.2);
}

.label-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #666666;
  vertical-align: top;
}
.label-text + img {
  margin-left: 4px;
}

.reg-section {
  background-color: #F6F5FF;
  padding: 10.4rem 0 25.6rem;
}
.reg-section .select2-selection__arrow {
  background: url("../images/tabler_chevron-down.svg") no-repeat center center;
}
.reg-section__left > * {
  margin-bottom: 1.6rem;
}
.reg-section__left > *:last-child {
  margin-bottom: 0;
}
.reg-section__left h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.4rem;
  color: #7162FF;
}
.reg-section__left p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #666666;
}
.reg-section__frm {
  margin-top: 0.7rem;
}
.reg-section__frm > * {
  margin-bottom: 2rem;
}
.reg-section__frm > *:last-child {
  margin-bottom: 0;
}
.reg-section__frm .form-control {
  padding: 1.3rem 1.6rem 1.1rem;
  border-color: #BEBEBE;
  height: 4.8rem;
}
.reg-section__frm select:required:invalid {
  color: #666666 !important;
}
.reg-section__frm select option[value=""][disabled] {
  display: none !important;
}
.reg-section .custom-control .custom-control-label {
  margin-top: 4px;
}
.reg-section .custom-control .custom-control-label:before {
  border-color: #666666 !important;
}
.reg-section .custom-control .label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #666666;
  vertical-align: top;
  padding-top: 4px;
}
.reg-section .borderSelect .select2-container {
  height: 4.8rem;
}
.reg-section .borderSelect .select2-container .select2-selection__arrow {
  top: 0.8rem !important;
}
.reg-section .term-open {
  cursor: pointer;
}
.reg-section .selection {
  padding-left: 0.8rem;
  margin-top: -5px;
}

.footer-section {
  background-color: #7162FF;
  padding: 4.8rem 0;
}
.footer-section__logo {
  margin-bottom: 1.6rem;
}
.footer-section__logo .logo img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .footer-section__logo .logo img {
    width: 16rem;
  }
}
.footer-section__des {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #fff;
}
.footer-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-section__bottom > div a, .footer-section__bottom > div p {
  color: #fff;
}
.footer-section__bottom > div > p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0;
}
/* Modal */
.modal-landing .modal-dialog {
  padding: 0 1rem;
}
.modal-landing .modal-content {
  position: relative;
  border-radius: 8px;
}
.modal-landing .modal-body {
  text-align: left;
}
.modal-landing .title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  color: #6F63FF;
  margin-bottom: 0.8rem;
}
.modal-landing .modal-message p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #666666;
}
.modal-landing .modal-cta {
  margin-top: 2.4rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-landing .modal-cta .btn {
  width: auto !important;
  min-width: 12.8rem;
}

#requestModal .modal-dialog {
  max-width: 53.3rem;
  text-align: left;
}
#requestModal textarea {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  padding: 1.6rem;
  min-height: 15.1rem;
}

#termModal .modal-dialog {
  max-width: 64rem;
  text-align: left;
}
#termModal .modal-body > * {
  margin-bottom: 1.6rem;
}
#termModal .modal-body > *:last-child {
  margin-bottom: 0;
}
#termModal .modal-body .modal-message {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #666666;
  margin-bottom: 1.6rem;
}
#termModal .modal-body .modal-message:last-child {
  margin-bottom: 0;
}

#thankModal .modal-dialog {
  max-width: 53.3rem;
  text-align: left;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  padding: 0.4rem;
  cursor: pointer;
  z-index: 2;
}

.select2-results__option.select2-results__option--disabled {
  cursor: not-allowed !important;
  color: #9F9F9F !important;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  background-color: #6F63FF;
  color: #fff;
}
.btn:hover {
  border-color: #8F86FF;
  background-color: #8F86FF;
}
.btn.btn-icon {
  background-color: transparent !important;
  padding: 4px;
}
.btn.btn-icon:hover {
  border-color: transparent;
}
.btn.btn-disable {
  background-color: #DFDFDF;
  color: #9F9F9F;
  border-color: #DFDFDF;
  cursor: default !important;
}
.btn.btn-disable:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
  border-color: #DFDFDF;
}
.btn.btn-primary, .btn.btn-default {
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-default:hover {
  color: #fff;
  background-color: #8F86FF;
  border: none;
  outline: none;
}
.btn.btn-primary-outline {
  border-color: #6F63FF;
  color: #6F63FF;
  background-color: transparent;
}
.btn.btn-primary-outline:hover {
  background-color: #DDDAFF;
}
.btn.btn-primary-outline.active {
  color: #fff;
  background-color: #6F63FF;
}
.btn.btn-primary-outline.active svg, .btn.btn-primary-outline.active path {
  fill: #fff;
}
.btn.btn-secondary {
  color: #666666;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
  height: 3.2rem;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  border-color: #DDDAFF !important;
  background-color: #DDDAFF !important;
  color: #6F63FF !important;
}
.btn.btn-transparent {
  color: #6F63FF;
  background-color: transparent;
}
.btn.btn-transparent.no-active {
  color: #8F86FF;
}
.btn.btn-transparent.no-active svg, .btn.btn-transparent.no-active path {
  fill: #8F86FF;
}
.btn.btn-transparent:hover {
  border-color: transparent;
}
.btn.btn-small {
  font-size: 1.2rem;
  padding: 0.9rem 1.2rem 0.7rem;
}
.btn.btn-medium {
  height: 3.8rem;
  padding: 0.9rem 2.3rem 0.7rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn.btn-medium svg {
  margin-top: -2px;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #DFDFDF;
  color: #9F9F9F;
  border-color: #DFDFDF;
  cursor: default !important;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
  border-color: #DFDFDF;
}

@media screen and (max-width: 1023px) {
  .btn {
    font-size: 1.5rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.4rem;
    padding-left: 4px;
    padding-right: 4px;
  }
  .table tbody tr td {
    font-size: 1.4rem;
  }
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #666666 !important;
}

::-webkit-input-placeholder {
  color: #666666 !important;
}

::-moz-placeholder {
  color: #666666 !important;
}

:-ms-input-placeholder {
  color: #666666 !important;
}

::placeholder {
  color: #666666 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px white inset !important; /* Màu nền của input khi autocomplete */
  -webkit-text-fill-color: #333; /* Màu chữ của input khi autocomplete */
}

::-ms-input-placeholder {
  color: #666666;
}

::-webkit-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

.form-control {
  height: 5.6rem;
  border-radius: 0.8rem !important;
  border: 1px solid #BEBEBE;
  font-size: 1.6rem;
  padding: 8px 16px;
  color: #000;
  background-color: transparent !important;
}
.form-control:focus {
  color: #000;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/ico-down-70.svg");
  background-size: 1.2rem;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.input-group {
  border: 1px solid #BEBEBE;
  border-radius: 0.8rem !important;
  position: relative;
}
.input-group .input-label {
  position: absolute;
  background-color: #fff;
  font-size: 12px;
  padding: 0 4px;
  top: -0.8rem;
  left: 0.8rem;
  z-index: 9;
  color: #666;
}
.input-group .form-control {
  border: 0;
  height: 5.6rem;
}
.input-group .input-group-text {
  border: none;
  padding: 1.2rem 1.2rem 1.2rem 0 !important;
}

.custom-control {
  min-height: 1.6rem;
}
.custom-control .custom-control-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.custom-control .label {
  font-size: 1.6rem;
  color: #666666;
  font-weight: 400 !important;
  margin: 0 0 0 8px !important;
}

.custom-control-input {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-control-label:before {
  border-color: #DFDFDF !important;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6F63FF !important;
  background-color: #6F63FF !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff !important;
  background-color: transparent !important;
}

.custom-checkbox:hover .custom-control-label::before {
  border-color: #6F63FF !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
}

select.select-form {
  background-color: transparent;
  border: none !important;
}
select.select-form:focus-visible, select.select-form:focus {
  border: none !important;
  outline: none !important;
}

.select2-container {
  max-width: 200px;
  width: auto !important;
}

.select2-container--default .select2-selection--single {
  border-color: transparent;
  background-color: transparent;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #BEBEBE !important;
  border-radius: 0.8rem;
  margin-top: 0.8rem;
  overflow: hidden;
}

.select2-dropdown.select2-dropdown--above {
  border: 1px solid #BEBEBE !important;
  border-radius: 0.8rem;
  margin-top: -1rem;
  overflow: hidden;
}

.select2-container--default .select2-results__option {
  padding: 1.2rem;
  color: #666666;
}

.select2-container--default .select2-results__option--selected {
  background-color: #F6F5FF;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #DDDAFF;
  color: #666666;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #DDDAFF;
  color: #666666;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #F6F5FF;
}

.select2-selection__arrow {
  top: 3px !important;
  background: url("../images/ico-select-down.svg") no-repeat center center;
}

.select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent !important;
}

.date-ranger-modal .modal-body {
  padding: 0;
}
.date-ranger-modal .modal-body .modal-cta {
  width: 100%;
  float: left;
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.date-ranger-modal .modal-body .modal-cta .btn {
  min-width: 12.8rem;
  margin-left: 1.6rem;
  width: auto;
  margin-bottom: 0;
}
.date-ranger-modal .modal-body .modal-cta .btn:first-child {
  margin-left: 0;
}
.date-ranger-modal .left-filter {
  border-right: 1px solid #F1F1F1;
}
.date-ranger-modal .ul-ranger-filter {
  list-style-type: none;
  padding: 2.4rem;
}
.date-ranger-modal .ul-ranger-filter > li {
  display: block;
}
.date-ranger-modal .ul-ranger-filter > li a {
  padding: 0.8rem 1.6rem;
  height: 5.6rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
}
.date-ranger-modal .ul-ranger-filter > li a:hover {
  background-color: #F6F5FF;
}
.date-ranger-modal .ul-ranger-filter > li.active a {
  background-color: #F6F5FF;
}
.date-ranger-modal .right-calendar {
  padding: 0;
  overflow: hidden;
}
.date-ranger-modal .form-group .form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  border-color: #BEBEBE;
}
.date-ranger-modal .input-date {
  padding: 0 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.date-ranger-modal .input-date .form-group {
  width: calc(50% - 12px);
}
.date-ranger-modal .input-date .form-group .form-control {
  color: #000;
}

.form-group {
  position: relative;
}
.form-group .lbl {
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
  z-index: 2;
  background-color: #fff;
  padding: 0 4px;
  font-weight: 400 !important;
  color: #666666;
  font-size: 1.2rem;
}
.form-group.border-group {
  border: 1px solid #BEBEBE;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.form-group.disabled .lbl {
  color: #BEBEBE;
}
.form-group.disabled .form-control {
  color: #BEBEBE;
}

.daterangepicker {
  width: 100%;
  border: none !important;
}
.daterangepicker:before {
  display: none;
}
.daterangepicker .ranges {
  padding-top: 2.4rem;
  border-right: 1px solid #F1F1F1;
  margin-top: -10rem !important;
  position: relative;
  width: 25%;
}
.daterangepicker .ranges ul {
  width: 100%;
  list-style-type: none;
  padding: 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.daterangepicker .ranges ul > li {
  display: block;
  padding: 0.8rem 1.6rem !important;
  height: 5.6rem !important;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #666666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem !important;
  font-family: Poppins;
}
.daterangepicker .ranges ul > li:hover {
  color: #6F63FF;
  background-color: transparent !important;
}
.daterangepicker .ranges ul > li.active {
  color: #6F63FF;
  background-color: #F6F5FF !important;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: none !important;
}
.daterangepicker .drp-calendar {
  width: calc(37.5% - 12px);
}
.daterangepicker .drp-calendar.left {
  padding-left: 2.4rem;
}
.daterangepicker .drp-calendar.right {
  padding-left: 2.4rem;
  padding-right: 0;
}
.daterangepicker .calendar-table thead th.prev {
  background: url("../images/icon-left.svg") no-repeat center center;
}
.daterangepicker .calendar-table thead th.prev span {
  display: none;
}
.daterangepicker .calendar-table thead th.next {
  background: url("../images/ico-right.svg") no-repeat center center;
}
.daterangepicker .calendar-table thead th.next span {
  display: none;
}

.calendar-table tr {
  border-top: 2px solid white !important;
  border-bottom: 2px solid white !important;
}
.calendar-table tr th.month {
  padding-bottom: 1.2rem;
  font-size: 1.6rem !important;
}
.calendar-table tr th, .calendar-table tr td {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  color: #666666;
}
.calendar-table tr td {
  font-size: 1.2rem;
  min-width: 5rem !important;
  width: 5rem !important;
  height: 4.4rem !important;
}
.calendar-table tr td.in-range {
  background: #F6F5FF;
  color: #6F63FF;
}
.calendar-table tr td.active, .calendar-table tr td.active:hover {
  background-color: #6F63FF;
  color: #fff;
  border-radius: 0.6rem !important;
}
.calendar-table .modal-cta {
  width: 100%;
}

.daterangepicker {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  height: auto !important;
  float: left;
}
.daterangepicker .drp-calendar {
  max-width: 50%;
}
.daterangepicker .ranges, .daterangepicker .drp-calendar {
  overflow: hidden;
}

.daterangepicker.show-calendar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.daterangepicker.show-calendar + .daterangepicker.show-calendar {
  display: none !important;
}

.ui-menu.ui-autocomplete {
  width: 14rem;
  margin: 0 !important;
  list-style-type: none;
  background-color: #fff !important;
  border: 1px solid #BEBEBE;
  border-radius: 0.8rem !important;
  padding: 0.8rem 0 !important;
  z-index: 9;
}
.ui-menu.ui-autocomplete > li.ui-menu-item:last-child {
  margin-bottom: 0;
}
.ui-menu.ui-autocomplete > li.ui-menu-item .ui-menu-item-wrapper {
  padding: 8px 12px;
  display: block;
  font-size: 1.2rem;
  color: #000;
}
.ui-menu.ui-autocomplete > li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #DDDAFF;
}
.ui-menu.ui-autocomplete > li.ui-menu-item:hover {
  background-color: #DDDAFF;
}

.autocomplete-input {
  margin-bottom: 8px;
  width: 14rem;
  height: 3.2rem;
  border: 1px solid #BEBEBE;
  padding: 9px 12px 7px;
  font-size: 1.2rem;
  color: #000;
  padding-right: 2rem;
  background: url("../images/ico-search-inner.svg") no-repeat 90% center !important;
  background-size: 1.0203rem;
}
.autocomplete-input:focus-visible, .autocomplete-input:focus {
  border-color: #BEBEBE;
  outline: none !important;
}

.custom-upload-btn {
  margin-left: 4px;
}
.custom-upload-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  border: 1px solid #DFDFDF;
  padding-bottom: 12px;
  background: #fff;
}
.custom-upload-btn .btn div.outer-btn {
  width: 6.4rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-upload-btn .btn div.outer-btn > div.inter-btn div {
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
  margin-top: 0px;
  position: relative;
  display: block;
}
.custom-upload-btn .btn:hover {
  border-color: #6F63FF;
}
.custom-upload-btn .btn:hover svg, .custom-upload-btn .btn:hover path, .custom-upload-btn .btn:hover rect {
  fill: #6F63FF;
}
.custom-upload-btn .btn:hover div {
  color: #6F63FF !important;
}

.form-check span {
  color: #666666;
}

.windows-ios .pagination .page-item .page-link {
  padding: 1rem 1.2rem 0.6rem;
}

.error, .text-danger, .email-error {
  margin-top: 4px;
  display: block;
  padding-left: 1.6rem;
  font-size: 1.2rem;
  color: #E80000;
  font-weight: 400 !important;
  position: relative !important;
}

.invalid-value {
  margin-bottom: 0.8px;
}
.invalid-value.input-group {
  border-color: #E80000;
  margin-bottom: 0.8px;
}
.invalid-value .form-control {
  color: #E80000;
}
.invalid-value .input-label {
  color: #E80000;
}
.invalid-value .select2.select2-container {
  border-color: #E80000;
}
.invalid-value > .form-control {
  border-color: #E80000;
}
.invalid-value > .lbl {
  color: #E80000;
}

.overflow-x-auto {
  overflow-x: auto;
}

.select-wrap {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
}
.select-wrap .selection {
  height: 3.6rem;
}
.select-wrap .select2.select2-container {
  min-width: 11.1rem;
}
.select-wrap .select2-selection__rendered {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 6px;
}
.select-wrap .select2-selection__arrow {
  top: 5px !important;
  background: url("../images/arrow-select.svg") no-repeat center center;
}
.select-wrap .select2-selection.select2-selection--single {
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-type {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  background-color: transparent;
  border: none;
}
.select-type:hover, .select-type:focus {
  border-color: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.no-found {
  margin-top: 1rem;
  padding: 0 8px;
  display: inline-block;
}

.td-no-hover:hover {
  background-color: #fff !important;
}

.bottom-cta {
  padding: 1.2rem 0.8rem;
  border-radius: 0.8rem;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  position: fixed;
  bottom: 6rem;
  left: calc(50% + 127px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
.bottom-cta > .btn {
  margin: 0 4px;
}

.pagination-box {
  padding: 1.6rem;
  border-top: 1px solid #F1F1F1;
}
.pagination-box__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination {
  font-size: 1.2rem;
}
.pagination .page-item {
  margin-left: 1.2rem;
}
.pagination .page-item.next-page, .pagination .page-item.prev-page {
  border: none;
  color: #BEBEBE;
}
.pagination .page-item.next-page .page-link, .pagination .page-item.prev-page .page-link {
  background-color: transparent;
}
.pagination .page-item.next-page .page-link:hover, .pagination .page-item.prev-page .page-link:hover {
  color: #6F63FF;
}
.pagination .page-item.next-page.disabled, .pagination .page-item.prev-page.disabled {
  opacity: 0.5;
}
.pagination .page-item:first-child {
  margin-left: 0;
}
.pagination .page-item .page-link {
  background-color: #F1F1F1;
  padding: 0.8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 6.4rem;
  color: #666666;
  border-radius: 0.8rem;
  border: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pagination .page-item.active .page-link {
  color: #6F63FF;
  background-color: #DDDAFF;
}

@media screen and (max-width: 1279px) {
  .pagination-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination-box__left {
    width: 100%;
  }
  .pagination-box__right {
    margin-top: 8px;
    width: 100%;
  }
  .pagination-box__right .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.2rem;
  }
  .pagination-box__right .pagination .page-item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .filter-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-bar > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .ticket-detail .filter-bar__right {
    padding-left: 0 !important;
  }
}
.search-frm {
  position: relative;
}
.search-frm .btn {
  top: 4px;
  right: 4px;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;
}

.filter-bar__right {
  padding: 0 1.6rem;
}
.filter-bar__right > * {
  margin-left: 0.8rem;
}
.filter-bar__right > *:first-child {
  margin-left: 0;
}
