@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,800;1,900&display=swap");
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@keyframes animation-pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(10, 10);
  }
  100% {
    opacity: 0;
    transform: scale(20, 20);
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "Poppins", sans-serif;
}

.w-80px {
  width: 80px;
}

.w-90px {
  width: 90px;
}

.w-100px {
  width: 100px;
}

.w-120px {
  width: 120px;
}

.w-125px {
  width: 125px;
}

.w-130px {
  width: 130px;
}

.w-140px {
  width: 140px;
}
@media only screen and (max-device-width: 768px) {
  .w-140px {
    width: 125px;
  }
}

.w-160px {
  width: 160px;
}

.w-168px {
  width: 168px;
}

.w-175px {
  width: 175px;
}
@media only screen and (max-device-width: 768px) {
  .w-175px {
    width: 100px;
  }
}

.w-185px {
  width: 185px;
}
@media only screen and (max-device-width: 768px) {
  .w-185px {
    width: 125px;
  }
}

.w-200px {
  width: 200px;
}

.h-32px {
  height: 32px;
}

.h-30px {
  height: 30px;
}

@media only screen and (max-device-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
}
.w-70 {
  width: 70% !important;
}
@media only screen and (max-device-width: 768px) {
  .w-70 {
    width: 100% !important;
  }
}

@media only screen and (max-device-width: 1024px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 1200px) {
  .btn-primary.w-lg-100 {
    width: 163px !important;
    margin-right: 12px;
    padding: 5px 5px !important;
  }
}
.fs-12 {
  font-size: 12px !important;
}

.p-20px {
  padding: 20px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.br-6 {
  border-radius: 6px;
}

.text-sm {
  font-size: 13px !important;
}

header {
  z-index: 5;
}
header .navbar {
  background-color: white !important;
}
@media only screen and (min-device-width: 768px) {
  header .navbar .navbar-brand {
    padding: 0px;
  }
}
header .navbar .navbar-brand .logo {
  width: 180px;
  max-width: unset;
  vertical-align: middle;
  margin-right: 0px;
  padding: 5px 5px;
  margin-left: 8px;
}
@media only screen and (max-device-width: 768px) {
  header .navbar .navbar-brand .logo {
    width: 100px;
  }
}
header .navbar .navbar-toggler {
  border: 0;
  margin-right: 4px;
}
header .navbar .navbar-toggler .menu-background {
  width: 32px;
  height: 2px;
  background-color: #67748e;
  margin: 6px 0px;
  transition: 0.4s;
  display: block;
}
header .navbar .navbar-toggler[aria-expanded=true] .top {
  transform: translate(0, 8px) rotate(-45deg);
}
header .navbar .navbar-toggler[aria-expanded=true] .middle {
  opacity: 0;
}
header .navbar .navbar-toggler[aria-expanded=true] .bottom {
  transform: translate(0, -8px) rotate(45deg);
}
header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:active {
  box-shadow: none;
}
header .navbar .navbar-collapse ul li .nav-link {
  font-size: 16px !important;
  color: #231f20 !important;
  font-weight: 500;
}
header .navbar .navbar-collapse ul li .nav-link.active {
  color: #ed683c !important;
}
header .navbar .navbar-collapse ul li .nav-link:hover {
  color: #f8754a !important;
}
header .right select {
  width: 110px;
  padding: 5px 11px !important;
  margin-top: 2px;
}
header .right i {
  font-size: 20px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
header .right i:hover {
  color: #3c3c3c;
}
header .right .count {
  position: absolute;
  top: -3px;
  right: -10px;
  padding: 0px 0px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px !important;
  background-image: linear-gradient(254deg, #ea4c3b 0%, #ffc107 100%);
}
header .right .message-wrap,
header .right .notification-wrap,
header .right .cart-wrap {
  padding-top: 11px;
}
header .right .message-wrap li ul.noti-show li .avatar-sm, header .right .message-wrap li ul.msg-show li .avatar-sm,
header .right .notification-wrap li ul.noti-show li .avatar-sm,
header .right .notification-wrap li ul.msg-show li .avatar-sm,
header .right .cart-wrap li ul.noti-show li .avatar-sm,
header .right .cart-wrap li ul.msg-show li .avatar-sm {
  -o-object-fit: cover;
     object-fit: cover;
}
header .right .message-wrap li ul.noti-show li h6, header .right .message-wrap li ul.msg-show li h6,
header .right .notification-wrap li ul.noti-show li h6,
header .right .notification-wrap li ul.msg-show li h6,
header .right .cart-wrap li ul.noti-show li h6,
header .right .cart-wrap li ul.msg-show li h6 {
  font-size: 13px !important;
  margin-top: -3px;
  color: #404040 !important;
}
header .right .message-wrap li ul.noti-show li h6 span, header .right .message-wrap li ul.msg-show li h6 span,
header .right .notification-wrap li ul.noti-show li h6 span,
header .right .notification-wrap li ul.msg-show li h6 span,
header .right .cart-wrap li ul.noti-show li h6 span,
header .right .cart-wrap li ul.msg-show li h6 span {
  margin-right: 4px;
}
header .right .message-wrap li ul.noti-show li p, header .right .message-wrap li ul.msg-show li p,
header .right .notification-wrap li ul.noti-show li p,
header .right .notification-wrap li ul.msg-show li p,
header .right .cart-wrap li ul.noti-show li p,
header .right .cart-wrap li ul.msg-show li p {
  font-size: 11px !important;
  margin-top: -3px;
  color: #404040 !important;
}
header .right .message-wrap li ul.noti-show li p i, header .right .message-wrap li ul.msg-show li p i,
header .right .notification-wrap li ul.noti-show li p i,
header .right .notification-wrap li ul.msg-show li p i,
header .right .cart-wrap li ul.noti-show li p i,
header .right .cart-wrap li ul.msg-show li p i {
  font-size: 12px;
  color: #ed683c;
}
header .right .profile-menu-wrap {
  padding-top: 4px;
  display: flex;
  align-items: center;
}
header .right .profile-menu-wrap .sidenav-normal {
  max-width: 88px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-left: 12px;
  margin-right: 6px;
  text-align: end;
  line-height: 17px;
  margin-top: -8px !important;
  margin-bottom: -4px !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header .right .notification-section {
    position: absolute;
    top: 5px;
    margin-right: 0px;
    right: 65px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  header .right .notification-section {
    position: absolute;
    top: 20px;
    margin-right: 0px;
    right: 65px;
  }
}
@media only screen and (max-device-width: 720px) {
  header .right .notification-section {
    position: absolute;
    top: 15px;
    margin-right: 8px;
  }
}
@media only screen and (max-device-width: 900px) and (orientation: landscape) {
  header .right .notification-section {
    position: absolute;
    top: 15px;
    margin-right: 8px;
  }
}
@media only screen and (max-device-width: 768px) {
  header select.form-select {
    width: 140px;
    padding: 7px 11px !important;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 12px;
    border-color: #d9dfe9;
  }
  header .navbar-collapse ul {
    margin-bottom: 0 !important;
  }
  header .navbar-collapse ul li {
    padding: 2px 14px !important;
    border-bottom: 1px solid #e7ebf3;
  }
  header .navbar-collapse ul li:last-child a {
    border-bottom: none;
  }
  header .navbar-collapse ul:last-child a {
    border-bottom: none;
  }
}

main {
  margin-top: 84px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  main {
    margin-top: 50px;
    min-height: calc(100vh - 422px);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  main {
    margin-top: 75px;
    min-height: calc(100vh - 445px);
  }
}
@media only screen and (min-device-width: 1201px) and (max-device-width: 1700px) {
  main {
    min-height: calc(100vh - 455px);
  }
}
@media only screen and (max-device-width: 720px) {
  main {
    margin-top: 115px;
  }
}

.btn-primary {
  border: 1px solid #ed683c !important;
  background-color: #ed683c !important;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
}
.btn-primary:hover {
  background-color: #e75323 !important;
  border: 1px solid #e75323;
}

.btn-primary-outline {
  border: 1px solid #ed683c !important;
  background-color: #ffffff !important;
  color: #ed683c;
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
  font-size: 10px !important;
}
.btn-primary-outline:hover {
  background-color: #e75323 !important;
  border: 1px solid #e75323;
  color: #ffffff !important;
}
.btn-primary-outline:disabled {
  color: #67748e !important;
  border: 1px solid #67748e !important;
}
.btn-primary-outline.fs-12 {
  font-size: 12px !important;
}

.btn-outline-secondary {
  border: 1px solid #d1d1d1 !important;
  background-color: #ffffff !important;
  color: #0e0e0e;
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
}
.btn-outline-secondary:hover {
  background-color: #d1d1d1 !important;
  border: 1px solid #d1d1d1;
  color: #0e0e0e !important;
}
.btn-outline-secondary:disabled {
  color: #67748e !important;
  border: 1px solid #67748e !important;
}

.btn-success-outline {
  border: 2px solid #12b368 !important;
  background-color: #ffffff !important;
  color: #231f20;
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
}
.btn-success-outline:hover {
  background-color: #12b368 !important;
  color: #ffffff !important;
}
.btn-success-outline:disabled {
  color: #67748e !important;
  border: 1px solid #67748e !important;
}
@media only screen and (max-device-width: 720px) {
  .btn-success-outline.search-btn {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .btn-success-outline.search-btn {
    font-size: 11.2px;
  }
}

.btn-outline-success {
  border: 1px solid #13a762 !important;
  background-color: #ffffff !important;
  color: #13a762;
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
}
.btn-outline-success:hover {
  background-color: #20b76b !important;
  border: 1px solid #20b76b;
  color: #ffffff !important;
}
.btn-outline-success:disabled {
  color: #67748e !important;
  border: 1px solid #67748e !important;
}

.btn-outline-danger {
  border: 1px solid #ed2f41 !important;
  background-color: #ffffff !important;
  color: #ed2f41;
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
}
.btn-outline-danger:hover {
  background-color: #ed2f41 !important;
  border: 1px solid #ed2f41;
  color: #ffffff !important;
}
.btn-outline-danger:disabled {
  color: #67748e !important;
  border: 1px solid #67748e !important;
}

.btn-danger-outline {
  font-weight: 600;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 5px;
  line-height: 15px;
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.btn-danger-outline:disabled {
  color: #67748e !important;
  border: 1px solid #67748e !important;
}

.button-row .btn i {
  font-size: 18px;
}

.bg-primary-light {
  background-color: #fff3ef !important;
}

.bg-primary {
  background-color: #ed683c !important;
}

.assign-btn {
  padding: 5px 10px !important;
  font-size: 10px !important;
}
.assign-btn.w-lg-100 {
  padding: 5px 5px !important;
}

.form-check .form-check-input:checked[type=checkbox], .form-check .form-check-input:checked[type=radio] {
  background-image: linear-gradient(310deg, #e75323 0%, #ed683c 100%);
}
.form-check .custom-control-label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px;
  padding-top: 4px;
  cursor: pointer;
}

.form-group {
  padding: 0px;
}
.form-group .form-control-label {
  font-size: 13px;
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 5px;
}
.form-group .form-control {
  padding: 6px 8px;
  font-size: 12px;
}
.form-group .form-control:focus {
  border-color: #ffcdbd;
  box-shadow: 0 0 0 1px #ffcdbd;
}
.form-group .add-btn {
  padding: 10px 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.form-group .error {
  font-weight: 500;
  color: #e93e3a !important;
  margin-left: 0;
}
.form-group .input-group .form-control {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.form-group .input-group .btn i {
  font-size: 15px;
  color: #67748e;
}

.form-switch .form-check-input {
  margin-top: 3px;
}
.form-switch .form-check-input:checked {
  border-color: #e65b2d;
  background-color: #e65b2d;
}

.select2 .selection .select2-selection {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  height: 38px;
  padding: 6px 12px;
}
.select2 .selection .select2-selection .select2-selection__clear {
  font-size: 20px;
  color: #e93e3a;
}
.select2 .selection .select2-selection .select2-selection__clear span {
  display: block;
  line-height: 21px;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  top: 6px;
  right: 6px;
}
.select2 .selection .select2-selection__rendered {
  line-height: 25px;
  padding-left: 0px;
}

.select2-container .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  height: 38px;
  padding: 6px 12px;
}
.select2-container .select2-results ul .select2-results__option {
  font-size: 13px;
  color: #344767;
  padding: 6px 12px;
}
.select2-container .select2-results ul .select2-results__option.select2-results__option--highlighted {
  background-color: #e76942;
  color: #ffffff;
}
.select2-container .select2-results ul .select2-results__option.select2-results__option--disabled {
  color: #999;
}
.select2-container.select2-container--default {
  width: 100% !important;
}

.text-primary {
  color: #e95a2b !important;
}

.font-size-13 {
  font-size: 13px !important;
}

a {
  color: #525252;
}
a:hover {
  color: #231f20;
}

.hb-left .hb-search .search-btn {
  padding: 10px 30px;
  height: 40px;
}
.hb-left .hb-search .input-group {
  height: 40px;
}
.hb-left .hb-brows .browse-btn {
  padding: 10px 30px;
  height: 40px;
}

.hb-right {
  padding-top: 4px;
}
.hb-right .hr-cart .dash-cart {
  font-size: 20px;
  padding-top: 7px;
}
.hb-right .hr-cart span {
  position: absolute;
  top: -3px;
  right: -10px;
  left: 15px;
  padding: 0px 0px;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px !important;
  background-image: linear-gradient(254deg, #ea4c3b 0%, #ffc107 100%);
}

.dataTable-wrapper .dataTable-container .table thead tr th {
  padding: 0.75rem 0.75rem;
  opacity: 1;
  font-weight: bolder;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ffffff;
}
.dataTable-wrapper .dataTable-container .table thead tr th a {
  letter-spacing: 1px;
}
.dataTable-wrapper .dataTable-container .table tbody tr td {
  padding: 0.3rem 0.75rem;
}
.dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-trash {
  color: #fd4254 !important;
}
.dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-trash:hover {
  color: #e23042 !important;
}
.dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-eye {
  color: #6199eb !important;
}
.dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-eye:hover {
  color: #4983da !important;
}
.dataTable-wrapper .dataTable-bottom .dataTable-info {
  font-size: 12px;
}
.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list a {
  width: 25px !important;
  height: 25px !important;
  font-size: 12px !important;
  line-height: 22px;
}
.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a {
  background-image: linear-gradient(310deg, var(--color-red) 0%, var(--color-yellow) 100%);
}
.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a:hover {
  background-image: linear-gradient(310deg, #cf2b27 0%, #e5d92b 100%);
}

.zone-range .range-bg {
  height: 5px;
  border-radius: 50px;
  background: #e9ecef 100%;
}
.zone-range .range {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 50px;
}
.zone-range .range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}
.zone-range .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  border-radius: 50%;
  background: #ed683c;
  cursor: pointer;
  border: 0 !important;
}
.zone-range .range input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  border-radius: 50%;
  background: #ed683c;
  cursor: pointer;
  border: 0 !important;
}
.zone-range .range input::-ms-thumb {
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  border-radius: 50%;
  background: #ed683c;
  cursor: pointer;
  border: 0 !important;
}
.zone-range .range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: #eeeeee;
}
.zone-range .range input::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: #eeeeee;
}
.zone-range .range input::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: #eeeeee;
}
.zone-range .range input:focus {
  background: none;
  outline: none;
}
.zone-range .range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.zone-range .range-labels {
  margin: 18px -17% 0%;
  padding: 0;
  list-style: none;
}
.zone-range .range-labels li {
  position: relative;
  float: left;
  width: 33.333333%;
  text-align: center;
  color: #020202;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.zone-range .range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 0px;
  height: 0px;
  background: #c4c4c4;
  border-radius: 50%;
}
.zone-range .range-labels .active {
  color: #ed683c;
}
.zone-range .range-labels .selected::before {
  background: #ed683c;
}
.zone-range .range-labels .active.selected::before {
  display: none;
}

.ranges-select {
  /* IE*/
}
.ranges-select .range-item {
  position: relative;
}
.ranges-select .range-item:not(:last-child) {
  margin-bottom: 24px;
}
.ranges-select .range-item .range-input {
  margin-top: 6px;
}
.ranges-select .range-item .range-input input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.ranges-select .range-item ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% + 5px);
  margin: 0px;
}
.ranges-select .range-item ul .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.ranges-select .range-item ul .list-inline-item span {
  position: relative;
  min-width: 0px;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-top: 8px;
  word-break: break-word;
  color: #020202;
  font-weight: 600;
}
.ranges-select .range-item ul .list-inline-item.active span {
  color: #ed683c;
}
.ranges-select .range-item .range-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: calc(100% - 4px);
  background-color: #e9ecef;
  z-index: 0;
  margin: 0px;
  border-radius: 50px;
  overflow: hidden;
}
.ranges-select .range-item .range-input.disable-range + ul .list-inline-item span::before {
  background-color: #b1b1b1;
}
.ranges-select .range-item .range-input.disable-range .range-line .active-line {
  background-color: #b1b1b1;
}
.ranges-select .range-item .range-input.disable-range + ul .list-inline-item.active span::before {
  background-color: #777777;
}
.ranges-select .range-item .range-input .dot-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 24px);
  left: 0;
  z-index: 1;
}
.ranges-select .range-item .range-input .active-dot {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  background-color: #ed683c;
  height: 20px;
  width: 20px;
  border: 1px solid #ed683c;
  z-index: 11;
  left: 0%;
  border-radius: 50%;
}
.ranges-select .range-item .range-input .range-line .active-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ed683c;
  transition: all 0.1s ease;
}
.ranges-select .range-item ul .list-inline-item span::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: transparent;
}
.ranges-select .range-item ul .list-inline-item.active span::before {
  background-color: transparent;
}
.ranges-select .range-item .range-input input:disabled ~ .dot-line .active-dot {
  background-color: #d9d9d9;
  border: 4px solid #b1b1b1;
}
.ranges-select input[type=range]::-moz-range-thumb {
  -webkit-appearance: none; /* Override default look */
  -moz-appearance: none;
       appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  background-color: rgba(0, 0, 0, 0);
  height: 15px;
  width: 15px;
  border: 4px solid rgba(0, 0, 0, 0);
  z-index: 11;
  box-shadow: none;
}
.ranges-select input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  background-color: rgba(0, 0, 0, 0);
  height: 24px;
  width: 24px;
  border: 4px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  z-index: 11;
}
.ranges-select input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]::-moz-range-progress {
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]::-ms-track {
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]::-moz-range-track {
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]::-ms-fill-lower {
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]::-ms-fill-upper {
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: none !important;
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]:focus::-moz-range-thumb {
  box-shadow: none !important;
  background-color: rgba(240, 240, 240, 0);
}
.ranges-select input[type=range]:focus::-ms-thumb {
  background-color: rgba(240, 240, 240, 0);
  box-shadow: none !important;
}
.ranges-select input[type=range]:disabled::-webkit-slider-thumb {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
}
.ranges-select input[type=range]:disabled::-moz-range-thumb {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
}

.datepicker.datepicker-dropdown {
  border: 1px solid #d2d6da;
  padding: 12px;
  text-align: center;
  box-shadow: 1px 1px 3px 2px #cfcfcf;
  width: 220px;
}
.datepicker.datepicker-dropdown .table-condensed {
  width: 100%;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th.dow {
  font-weight: 500;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day {
  color: #344767;
  cursor: pointer;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day.disabled {
  color: #b7b7b7;
  cursor: no-drop;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day.today {
  background-color: #ffede7;
  border-radius: 5px;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day.old, .datepicker.datepicker-dropdown .table-condensed tbody tr td.day.new {
  color: #ebebeb;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day.active {
  background: #dee5f1;
  border-radius: 5px;
}

.select-category-card .nav-pills .nav-link {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0rem;
  padding: 8px 15px;
  background-color: #fbfbfb;
}
.select-category-card .nav-pills .nav-link:first-child {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.select-category-card .nav-pills .nav-link:last-child {
  border-bottom-color: transparent;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.select-category-card .nav-pills .nav-link.active {
  background-color: #ffe5dd;
  color: #626262;
  font-weight: 600;
}
.select-category-card .tab-content .tab-pane.active .list-group .list-group-item {
  border-bottom-color: #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.select-category-card .tab-content .tab-pane.active .list-group .list-group-item.active {
  background-color: transparent;
  color: #1e1e1e;
  font-weight: 500;
  border-color: #e5e5e5;
  border-left: 5px solid #ed683c;
  padding-left: 12px;
}

.profile-user-img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.avatar-upload {
  position: relative;
  max-width: 180px;
  margin: auto;
  margin-bottom: 20px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 25px;
  z-index: 1;
  top: 150px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #d2d6de;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  margin-left: 0;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f030";
  font-family: "FontAwesome";
  color: #ed683c;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 33px;
  margin: auto;
  font-size: 15px;
}

.location-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}
.location-pulse::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: rgba(237, 104, 60, 0.2);
  opacity: 0;
  border-radius: 999px;
  animation: animation-pulse 800ms linear infinite;
}
.location-pulse i {
  font-size: 35px;
  color: #ed683c;
}

.oblique {
  right: 0rem;
  border-bottom-left-radius: 0rem;
}
.oblique .oblique-image {
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}

.unset-box-shadow {
  box-shadow: unset !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.panel {
  padding: 15px;
  background-color: #fbfbfb;
  margin-bottom: 15px;
}

.modal .modal-dialog .modal-content {
  padding: 18px;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border-bottom: 0 !important;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  border-bottom: 1px solid #c7cdd5;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 0.7;
  margin-top: -40px !important;
}
.modal .modal-dialog .modal-content .modal-header .btn-close span {
  font-size: 30px;
  line-height: 10px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0px;
}

.card .card-body {
  font-family: unset;
}

.card-logging {
  align-items: center;
  display: flex;
  justify-content: center;
  height: calc(100vh - 125px);
  width: 100%;
  margin-top: 85px;
}
@media only screen and (max-device-width: 720px) {
  .card-logging {
    height: 100vh;
    margin-top: 118px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-device-width: 900px) and (orientation: landscape) {
  .card-logging {
    height: unset !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.card-logging .bg-cover {
  background-image: url(../img/Twin-Mascot.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.card-logging .card {
  min-height: 480px;
}
@media only screen and (max-device-width: 720px) {
  .card-logging .card {
    min-height: unset;
  }
}

.alert {
  border-radius: 0;
  border: none;
  font-size: 15px;
  text-align: center;
  padding: 15px 15px;
  text-transform: capitalize;
  position: fixed;
  width: 100%;
  background-image: none;
  z-index: 2000;
  top: 0;
}
.alert.alert-danger {
  background-color: #ffd1d1;
  color: #a30000;
  box-shadow: 1px 1px 9px rgba(191, 2, 29, 0.26);
}
.alert.alert-danger .btn-close {
  background: #f57f7f;
}
.alert.alert-success {
  background-color: #d2f7c2;
  color: #345609;
  box-shadow: 1px 1px 9px rgba(52, 171, 0, 0.26);
}
.alert.alert-success .btn-close {
  background: #37b102;
}
.alert .btn-close {
  padding: 0 !important;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid #fff;
  margin: 10px 15px 0px 5px;
}
.alert .btn-close span {
  line-height: 0px;
  box-sizing: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-top: -1px;
}

footer .footer-top {
  background-color: #1d1d1d;
  padding-top: 55px;
  padding-bottom: 50px;
}
footer .footer-top h3 {
  color: #ea5f32;
  font-family: poppinssemibold;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 20px !important;
}
footer .footer-top span p {
  font-size: 13px !important;
  font-family: "Poppins";
  letter-spacing: 0.5px;
  font-weight: 300 !important;
}
footer .footer-top ul li {
  list-style: none;
}
footer .footer-top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
footer .footer-top ul li a:hover {
  color: #e9e9e9;
}
footer .footer-top .pay-icons .icon-img {
  width: 200px;
  margin-left: -3px;
}
footer .footer-top .apps-section img {
  width: 120px;
}
footer .footer-top .social-icons li a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  background: none !important;
  border: 2px solid #ffffff;
}
footer .footer-top .social-icons li a:hover {
  background: #f8b199;
  background: #f8b199 !important;
}
footer .footer-top .contact-icons li a {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 600;
}
footer .footer-top .contact-icons i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  color: #ea5f32;
}
footer .footer-bottom {
  background-color: #141414;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer-bottom p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.accordion-cus-header {
  background: #fff8eb;
  padding: 10px 14px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.07);
}
.accordion-cus-header h6 {
  font-size: 14px;
}
.accordion-cus-header .accordion-cus-header-price h6 {
  font-size: 13px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ff865d;
  text-align: center;
  color: #fff;
}
.jumbotron h1 {
  font-size: 60px;
  font-weight: 600;
  color: white;
  font-family: "Poppins";
}

.faq-page,
.about-us-page {
  margin-top: 84px;
}
.faq-page .accordion .accordion-item.card,
.about-us-page .accordion .accordion-item.card {
  border-radius: 8px !important;
}
.faq-page .accordion .accordion-item h5,
.about-us-page .accordion .accordion-item h5 {
  color: #505b71;
  font-weight: 400;
}
.faq-page .accordion .accordion-item p,
.about-us-page .accordion .accordion-item p {
  font-size: 15px;
}
.faq-page .accordion .accordion-item .accordion-header[aria-expanded=true] i::before,
.about-us-page .accordion .accordion-item .accordion-header[aria-expanded=true] i::before {
  content: "\f106";
}
.faq-page .accordion .accordion-item .accordion-header[aria-expanded=false] i::before,
.about-us-page .accordion .accordion-item .accordion-header[aria-expanded=false] i::before {
  content: "\f107";
}

.contact-page {
  margin-top: 84px;
}
.contact-page span img {
  width: 70%;
}
.contact-page .contact-icons li {
  display: flex;
  align-items: center;
  color: #2e2e2e;
}
.contact-page .contact-icons li i {
  font-size: 17px;
  color: #ed683c;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ed683c;
}

#full-stars {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars .rating-group {
  display: inline-flex;
}
#full-stars .rating__icon {
  pointer-events: none;
}
#full-stars .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars .rating__input--none {
  display: none;
}
#full-stars .rating__label {
  cursor: pointer;
  padding: 0px 8px 0px 0px;
  font-size: 22px;
  margin-left: 0px;
}
#full-stars .rating__icon--star {
  color: #f3903f;
}
#full-stars .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars .rating-group:hover .rating__label .rating__icon--star {
  color: #f3903f;
}
#full-stars .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.table-rating #full-stars .rating__label {
  font-size: 15px;
}

.swal2-popup .swal2-actions .swal2-confirm.swal2-styled {
  border: 1px solid #ed683c !important;
  background-color: #ed683c !important;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 6px;
  line-height: 18px;
  min-width: 100px;
  background-image: none !important;
  text-transform: capitalize;
  font-size: 15px;
}
.swal2-popup .swal2-actions .swal2-confirm.swal2-styled:hover {
  background-color: #e75323 !important;
  border: 1px solid #e75323;
  background-image: none !important;
}
.swal2-popup .swal2-actions .swal2-cancel.swal2-default-outline {
  border: 1px solid #ed683c !important;
  background-color: #ffffff !important;
  color: #ed683c;
  font-weight: 400;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 6px;
  line-height: 18px;
  min-width: 100px;
  background-image: none !important;
  text-transform: capitalize;
  font-size: 15px;
}
.swal2-popup .swal2-actions .swal2-cancel.swal2-default-outline:hover {
  background-color: #e75323 !important;
  border: 1px solid #e75323;
  color: #fff;
  background-image: none !important;
}
.swal2-popup .swal2-actions .swal2-cancel.swal2-styled {
  border: 1px solid #6e7d88 !important;
  background-color: #6e7d88 !important;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px !important;
  font-family: inherit;
  border-radius: 6px;
  line-height: 18px;
  min-width: 100px;
  background-image: none !important;
  text-transform: capitalize;
  font-size: 15px;
}
.swal2-popup .swal2-actions .swal2-cancel.swal2-styled:hover {
  background-color: #647480 !important;
  border: 1px solid #647480;
  color: #fff;
  background-image: none !important;
}

.nav-wrapper .nav.nav-pills {
  background: #ffffff;
  border-radius: 8px;
}
.nav-wrapper .nav.nav-pills .nav-item .nav-link {
  font-size: 15px;
  font-weight: 500;
}
.nav-wrapper .nav.nav-pills .nav-item .nav-link.active {
  color: #ffffff;
  border-radius: 5px;
}
.nav-wrapper .nav.nav-pills .moving-tab .nav-link {
  background: #ff8a63;
  color: #ff8a63;
  border-radius: 5px;
}

.profile-menu-wrap .profile-menu {
  right: -4px;
  top: 55px;
}
.profile-menu-wrap .profile-menu .card-header {
  padding: 8px 8px !important;
  border-radius: 12px;
}
.profile-menu-wrap .profile-menu .card-header ul li {
  padding: 8px 10px;
  align-items: center !important;
}
.profile-menu-wrap .profile-menu .card-header ul li:hover {
  background-color: #efefef;
  border-radius: 8px;
}
.profile-menu-wrap .profile-menu .card-header ul li i {
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center !important;
  color: #ed683c;
}
.profile-menu-wrap .profile-menu .card-header ul li a.nav-link {
  padding: 0px 10px;
}
.profile-menu-wrap .profile-menu .card-header ul li a.nav-link h6 {
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.notification-wrap .nav-item ul.dropdown-menu {
  right: -2px !important;
}
.notification-wrap .nav-item ul.dropdown-menu.noti-show {
  padding: 8px 8px !important;
  border-radius: 12px;
  right: -2px !important;
}
.notification-wrap .nav-item ul.dropdown-menu.noti-show li {
  padding: 8px 10px;
  align-items: center !important;
}
.notification-wrap .nav-item ul.dropdown-menu.noti-show li:hover {
  background-color: #efefef;
  border-radius: 8px;
}
.notification-wrap .nav-item ul.dropdown-menu.noti-show li a {
  padding: 0;
}
.notification-wrap .nav-item ul.dropdown-menu.noti-show li a p i {
  font-size: 14px;
}

.message-wrap .nav-item ul.dropdown-menu {
  right: -2px !important;
}
.message-wrap .nav-item ul.dropdown-menu.msg-show {
  padding: 8px 8px !important;
  border-radius: 12px;
  right: -2px !important;
}
.message-wrap .nav-item ul.dropdown-menu.msg-show li {
  padding: 8px 10px;
  align-items: center !important;
}
.message-wrap .nav-item ul.dropdown-menu.msg-show li:hover {
  background-color: #efefef;
  border-radius: 8px;
}
.message-wrap .nav-item ul.dropdown-menu.msg-show li a {
  padding: 0;
}
.message-wrap .nav-item ul.dropdown-menu.msg-show li a p i {
  font-size: 14px;
}
.message-wrap .nav-item ul.dropdown-menu.msg-show li a .view-all {
  margin-bottom: 0px;
}

.tooltip .tooltip-inner {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.bg-yellow {
  background-color: #fff8e0;
}

.services-wrapper .carousel .carousel-inner {
  border-radius: 20px;
}
@media only screen and (min-device-width: 768px) {
  .services-wrapper .carousel .carousel-inner .carousel-item {
    height: 350px;
  }
}
.services-wrapper .carousel .carousel-indicators {
  margin-bottom: -2rem;
}
.services-wrapper .carousel .carousel-indicators button {
  border: 1px solid #e76942;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
}
.services-wrapper .carousel .carousel-indicators button.active {
  width: 30px;
  background-color: #e76942;
}
.services-wrapper .card span img {
  width: 100px;
}
.services-wrapper .card.unset-box-shadow {
  cursor: pointer;
  transition: all 0.15s ease-in;
}
.services-wrapper .card.unset-box-shadow:hover {
  border: 1px solid #e76942 !important;
  background: #fff5f2;
  transform: scale(1.01);
}
.services-wrapper .card.unset-box-shadow.green:hover {
  border: 1px solid #4caf50 !important;
  background: #f4fff6;
  transform: scale(1.01);
}
.services-wrapper h5 {
  font-size: 18px;
}

.products-wrapper .card span img {
  width: 100px;
}
.products-wrapper .card.unset-box-shadow {
  cursor: pointer;
  transition: all 0.15s ease-in;
}
.products-wrapper .card.unset-box-shadow:hover {
  border: 1px solid #e76942 !important;
  background: #fff5f2;
  transform: scale(1.01);
}
.products-wrapper .card.unset-box-shadow.green:hover {
  border: 1px solid #4caf50 !important;
  background: #f4fff6;
  transform: scale(1.01);
}
.products-wrapper h5 {
  font-size: 18px;
}

.filter-wrapper .form-group .form-control {
  height: 38px;
  padding: 6px 12px;
}
.filter-wrapper article {
  padding: 10px 0px;
  margin: 0 auto;
}
.filter-wrapper article h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.filter-wrapper article h4::before, .filter-wrapper article h4::after {
  content: "";
  width: 35%;
  height: 1px;
  background: #d3d3d3;
  display: inline-block;
}
.filter-wrapper article h4::before {
  margin: 0 20px 0 0;
}
.filter-wrapper article h4::after {
  margin: 0 0 0 20px;
}
.filter-wrapper .position-middle {
  height: calc(100% - 0px);
  background-color: #fdf1c1;
  border-radius: 1rem 0 0 1rem;
}
.filter-wrapper .position-middle .position-middle-sub {
  height: calc(100% - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-section {
  display: flex;
  justify-content: space-between;
}
.search-section .form-group {
  width: 100%;
}
.search-section .search-btn {
  border: 1px solid #e76942 !important;
  background: #e76942;
  color: #ffffff !important;
  width: 48px;
  height: 38px;
  padding: 10px;
  transition: all 0.15s ease-in;
}
.search-section .search-btn:hover {
  border: 1px solid #e75323 !important;
  background: #e75323;
  transform: scale(1.01);
}
.search-section .search-btn:hover i {
  color: #ffffff;
}
.search-section .search-btn i {
  font-size: 16px;
}
.search-section .h-40px {
  height: 40px;
}

.main-card-section .main-card .avatar {
  height: 40px;
  width: 40px;
}
.main-card-section .main-card h4,
.main-card-section .main-card h6,
.main-card-section .main-card span {
  font-family: "Poppins";
  color: #495057;
}
.main-card-section .main-card h4 img,
.main-card-section .main-card h6 img,
.main-card-section .main-card span img {
  width: 13px;
  margin-top: 2px;
}
.main-card-section .main-card span {
  font-size: 13px;
}
.main-card-section .main-card h4 {
  font-size: 20px;
  color: #231f20;
}
.main-card-section .main-card h6 {
  font-size: 14px;
  color: #231f20;
}

.table-responsive .table tbody tr td span {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #344767;
  width: 100%;
  line-height: 18px;
  display: block;
}
.table-responsive .table.table-fixed {
  width: 100%;
}
.table-responsive .table.table-fixed tbody {
  overflow-y: scroll;
  width: 100%;
}
.table-responsive .table.table-fixed thead,
.table-responsive .table.table-fixed tbody,
.table-responsive .table.table-fixed tr,
.table-responsive .table.table-fixed td,
.table-responsive .table.table-fixed th {
  display: block;
}
.table-responsive .table.table-fixed tbody td {
  float: left;
  height: 38px;
  line-height: 27px;
}
.table-responsive .table.table-fixed tbody td span {
  line-height: 25px;
}
.table-responsive .table.table-fixed thead {
  overflow-y: scroll;
}
.table-responsive .table.table-fixed thead tr th {
  float: left;
}

.card.bg-light.p-4.unset-box-shadow, .card.bg-light.p-20px.unset-box-shadow {
  border: 1px solid #e7e7e7;
}
.card.bg-light.p-4.unset-box-shadow .remark-card, .card.bg-light.p-20px.unset-box-shadow .remark-card {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.card.bg-light.p-4.unset-box-shadow .remark-card .text-dark, .card.bg-light.p-20px.unset-box-shadow .remark-card .text-dark {
  color: #383838 !important;
}
.card.bg-danger {
  background-color: #fff3f3 !important;
  border: 1px solid #fde1e1;
  border-radius: 8px;
}
.card.bg-danger .text-red {
  color: #a74343 !important;
  font-weight: 500;
  font-size: 12px;
}

.chat-msg .avatar {
  height: 65px;
  width: 65px;
}
.chat-msg .bg-gradient-primary {
  background: #ededed !important;
  border-color: #ededed !important;
}

@media only screen and (max-device-width: 800px) {
  .sm-w-49 {
    width: 49%;
  }
  .sm-w-125px {
    width: 125px;
  }
  .track-btn-section.mt-n3 {
    margin-top: 2.5rem !important;
  }
  .track-btn-section .btn-group {
    width: 100%;
  }
  .track-btn-section .btn-group .mw-90px {
    width: 100%;
  }
}
#ticketBtn {
  background-color: #e76942 !important;
  padding: 4px !important;
  border-radius: 50% !important;
  display: block !important;
  bottom: 10px;
  right: 25px;
}
#ticketBtn span {
  border-radius: 50%;
}
#ticketBtn span img {
  border-radius: 50%;
  width: 60px;
}

.price-comparison-table .dataTable-wrapper .dataTable-container .table thead tr th {
  padding: 10px;
  opacity: 1;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #ffffff;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table thead tr th a {
  letter-spacing: 1px;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td {
  padding: 5px 10px;
  font-size: 12px;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td p {
  font-size: 12px;
  line-height: initial;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td .form-group .form-control {
  padding: 6px 8px;
  font-size: 12px;
  line-height: initial;
  border-radius: 4px !important;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td .form-check .form-check-input {
  width: 18px;
  height: 18px;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td .hardware-name p {
  font-size: 12px;
  line-height: initial;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td .hardware-rating {
  font-size: 11px;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-trash {
  color: #fd4254 !important;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-trash:hover {
  color: #e23042 !important;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-eye {
  color: #6199eb !important;
}
.price-comparison-table .dataTable-wrapper .dataTable-container .table tbody tr td.action-btn i.fa-eye:hover {
  color: #4983da !important;
}

.hardware-title .hardware-address {
  padding-top: 7px;
  font-size: 14px;
}
.hardware-title .hardware-phone span {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000000;
}
.hardware-title .hardware-phone span i {
  background-color: #ed683c;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.iti--allow-dropdown {
  width: 100%;
}
.iti--allow-dropdown .iti__selected-flag {
  background-color: transparent !important;
  font-size: 12px;
}

.promo-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 285px;
  border-radius: 8px;
}
@media only screen and (max-device-width: 720px) {
  .promo-img img {
    height: 155px;
  }
}

.no-data {
  text-align: center;
  background-color: #f9f9f9 !important;
  padding: 100px 10px !important;
  width: 100% !important;
}
.no-data p {
  font-size: 13px;
  color: #a7a7a7;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  height: 36px;
}

.item-popup-title {
  color: #344767;
  font-size: 20px;
  text-transform: capitalize;
}

.item-popup-body .item-popup-body-img {
  height: 112px;
  margin: auto;
  display: flex;
  align-items: center;
  border: 3px dashed #ed683c;
  border-width: 2px;
  border-radius: 20px;
  padding: 5px;
}
.item-popup-body .item-popup-body-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.item-popup-body p {
  font-size: 13px;
  color: #344767;
  margin-bottom: 5px;
}

.card-disabled {
  background: #ffffff;
  position: absolute;
  height: inherit;
  height: -webkit-fill-available;
  z-index: 55;
  width: 100%;
  top: 0;
  border-radius: 20px;
  opacity: 0.6;
  display: none;
}
.card-disabled.show {
  display: block;
}

.gallery-container.zoom {
  transition: transform 0.2s;
}
.gallery-container.zoom:hover { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.05);
}

.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
}
@media only screen and (max-device-width: 720px) {
  .slideshow-thumbnails {
    width: 60px;
  }
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
}

#lens, #result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens, .slideshow-items, .slideshow-thumbnails, #result {
  border: solid var(--light-grey-2) 1px;
}

/* Hide the default date picker icon in Chrome, Safari, and Edge */
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0; /* Ensures the calendar still shows up */
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Hide the default date picker icon in Firefox */
input[type=date] {
  -moz-appearance: textfield;
  position: relative;
  z-index: 2;
  background: transparent;
}

/* Container to position the icon and input field */
.date-input-container {
  position: relative;
  display: inline-block;
}

/* Custom icon style */
.custom-date-icon {
  position: absolute;
  left: 10px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #4CAF50; /* Icon color */
  z-index: 1;
}

/* Input field style */
input[type=date] {
  padding-left: 40px; /* Make space for the custom icon */
  box-sizing: border-box;
  border: 1px solid #ccc; /* Normal border style */
}

/* Remove the border and outline on focus */
input[type=date]:focus {
  border: none;
  outline: none;
}/*# sourceMappingURL=masterstyle.css.map */