/** custom **/
.modal-backdrop.opacity-0 {
  opacity: 0;
}

.bg-indigo {
  background-color: var(--bs-indigo);
}

.bg-purple {
  background-color: var(--bs-purple);
}

.bg-purple-100 {
  background-color: #e2d9f3;
}

.bg-purple-200 {
  background-color: #c5b3e6;
}

.bg-purple-300 {
  background-color: #a98eda;
}

.border-1-purple {
  border: 1px solid var(--bs-purple);
}

.bg-success-custom {
  background-color: #ECFFE9;
}

.bg-danger-custom {
  background-color: #FFE7E7;
}
.bg-yellow-custom {
  background-color: #FFFFED;
}
.bg-blue-custom {
  background-color: #ADD8E6;
}
.bg-grey-custom {
  background-color: #D3D3D3;
}
.bg-grey-custom-label{
  border-color: #a19e9e !important;
  color: #a19e9e !important;
}
.bg-yellow-custom-label{
  border: 2px solid #ffc107 !important;
  color: #ffc107 !important;
}
.bg-blue-custom-label{
  color: #007bff !important;
  border: 1px solid #007bff !important;
}
.min-w-125px{min-width: 125px !important;}
.max-w-850{max-width: 850px;}

/*media*/
.avatar-upload .avatar_close {
  z-index: 10 !important;
}

.avatar-preview #imagePreview {
  background-color: #EEEEEE;
  position: relative;
  z-index: 1;
}

.uploading_comment_media {
  border: 3px solid #f58020;
}

.video-fluid {
  max-width: 100%;
  height: auto;
}

.inspection_uploadimg .uploadimg.video,
.inspection_uploadimg .uploadimg.audio {
  width: unset;
  height: unset;
}

.inspection_uploadimg .uploadimg.audio .inspection_dropdown {
  position: absolute;
  right: -30px;
  top: 0px;
}

.pointer-event-none {
  pointer-events: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  background: #00000091;
  /* z-index: 99999; */
  /* below will show loader on modal instead of staying behind */
  z-index: 222222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.profile-image {
  height: 200px !important;
  width: 200px !important;
}

.profile-image-added {
  z-index: 1 !important;
  position: relative !important;
}

.height-inherit {
  height: inherit;
}

.object-fit-cover {
  object-fit: cover;
}

#card-errors {
  height: 20px;
  padding: 4px 0;
  color: #fa755a;
}

.token {
  color: #32325d;
  font-family: 'Source Code Pro', monospace;
  font-weight: 500;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  height: 100%;
}

#stripe-token-handler {
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  padding: 20px 30px;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transform: translateY(0);
  opacity: 1;
  background-color: white;
}

#stripe-token-handler.is-hidden {
  opacity: 0;
  transform: translateY(-80px);
}

.form-row {
  width: 70%;
  height: 100px;
  float: left;
}

.text-align-left {
  text-align: left;
}

.swal2-container {
  z-index: 111111;
}

.select2-container .select2-selection--single {
  height: 57px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 10px !important;
}

.upcoming-inspection-dashboard {
  overflow-y: auto;
  max-height: 350px !important;
  min-height: 350px !important;
}

.upcoming-inspection-dashboard::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.upcoming-inspection-dashboard::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.upcoming-inspection-dashboard::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #F58020;
}

.twitter-typeahead {
  display: block !important;
}

.dashboard_head.sticky .twitter-typeahead{
  width: 100%;
}

ul {
  list-style-type: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.custom-icon-btn {
  border: 2px solid #F58020;
  background: #F58020;
  padding: 5px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.custom-icon-btn:hover,
.custom-icon-btn:focus {
  border-color: #F58020;
  background: #fff;
}

.custom-icon-btn:hover svg,
.custom-icon-btn:focus svg {
  fill: #F58020;
}

.custom-icon-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.form-check-input:checked {
  background-color: #F58020;
  border-color: #F58020;
}

.sign-input {
  /* width: 100%;
	height: 130px; */
  border-radius: 12px;
  border: 1px solid #c9c9c9 !important;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  padding: 17px 21px;
  box-shadow: none;
}

.sign-img-upload .profile-image {
  width: 100% !important;
}

.tt-menu.tt-open {
  background: #fff;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  line-height: normal;
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
  max-height: 300px;
  overflow: auto;
}

.tt-menu.tt-open .tt-suggestion {
  margin-bottom: 12px;
  transition: ease 0.5s;
}

.tt-menu.tt-open .tt-suggestion:hover {
  color: #f58020;
  cursor: pointer;
}

.tt-menu.tt-open .tt-suggestion:last-child {
  margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-header {
  color: #fff;
  background: #f58020;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  border: 1px solid #abb5ba;
  background: #e3e3e3;
  color: #f58020;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  border: 1px solid #f58020;
  background: #f58020;
}

body .ui-widget-header .ui-icon {
  background-image: url(../images/right-arrow.svg);
  background-position: center;
}

body .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  transform: rotate(180deg);
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus,
body .ui-button:hover,
body .ui-button:focus {
  background: transparent;
  border: 0;
  right: 2px !important;
  top: 2px !important;
  cursor: pointer;
}

body .ui-datepicker .ui-datepicker-prev-hover {
  right: unset;
  left: 2px !important;
}

.custom-eroor-msg {
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
}

.custom_modal.md .modal-dialog {
  max-width: 600px;
}

.custom-calendar .fc-header-toolbar {
  padding: 15px 0px;
  margin-bottom: 0px !important;
}

.custom-calendar .fc-header-toolbar .fc-toolbar-title {
  font-size: calc(16px + (24 - 16) * ((100vw - 280px) / (1920 - 280)));
  margin-right: 10px;
}

.custom-calendar .fc-button {
  padding: calc(3px + (5 - 3) * ((100vw - 280px) / (1920 - 280))) calc(4px + (10 - 4) * ((100vw - 280px) / (1920 - 280)));
  font-size: calc(14px + (22 - 14) * ((100vw - 280px) / (1920 - 280)));
  border-radius: 30px;
}

.custom-calendar .fc-button-group {
  margin-left: 5px !important;
}

.custom-calendar {
  margin: 2rem;
  padding: 1rem;
}

.custom-calendar {
  background: #fff;
  border-radius: 20px;
}

.custom-calendar .fc-view-harness table thead tr th a {
  color: #333333;
  font-family: 'Poppins';
}

.custom-calendar .fc-view-harness table tbody tr td .fc-daygrid-day-top {
  margin-right: auto;
  flex-direction: inherit;
}

.custom-calendar .fc-view-harness table tbody tr td .fc-daygrid-day-top a {
  color: #333;
  font-family: 'Poppins';
}


.custom-calendar .fc-view-harness table tbody tr td .fc-daygrid-day-events .fc-event-title {
  font-family: 'poppins';
  font-weight: 500;
  cursor: pointer !important;
}

.custom-calendar .fc-header-toolbar .fc-button-primary:disabled {
  background-color: #f58020 !important;
  border-color: #f58020 !important;
  color: var(--fc-button-text-color) !important;
}

.custom-calendar .fc-header-toolbar .fc-button-primary {
  background-color: #f58020 !important;
  border-color: #ffffff !important;
  color: var(--fc-button-text-color) !important;
}

.custom-calendar .fc-header-toolbar .fc-button-primary:focus {
  box-shadow: none;
}

.custom-calendar .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

.custom-calendar .fc-header-toolbar .fc-button-primary:hover {
  background-color: #d97829 !important;
  border-color: #ffffff !important;
  color: var(--fc-button-text-color) !important;
}
.add-schedule-modal .select2-container .select2-dropdown {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  transform: translate(0, 0) !important;
}
.ui-timepicker-container {z-index: 999999 !important;width: 200px !important;}
.inspector_select .star-rating {line-height: 0;}
.main_section .dashboard_inner .finalreport_wrapper .finalreport_block h6 small {color: #666666;}

.property-detail-wrapper{
  border-radius: 22.18px;
  border: 1px solid #C4C4C4;
  margin-bottom: 24px;
}


.property_details_main{
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0px;
  padding: 30px 13px 10px 15px;
}
.welcome_inner .search_form{
  width: 80% !important;
}
.welcome_section .welcome_wrapper .welcome_inner .search_control {
  max-width: 100% !important;
}
/* Start CMS */
.cms_page ul{list-style-type: revert !important;}
/* /End CMS */
.blinking_span svg.active path{
  fill: #ffffff !important;
}
.tooltip{z-index: auto !important}
/* Start Blink icon !!*/
.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}
.bg-warning-light{background-color: rgb(255 193 7 / 72%) !important;}
@keyframes "blink" {
  from, to {opacity: 0;}
  50% {opacity: 1;}
}
@-moz-keyframes blink {
  from, to {opacity: 0;}
  50% {opacity: 1;}
}

@-webkit-keyframes "blink" {
  from, to {opacity: 0.3;}
  50% {opacity: 1;}
}

@-ms-keyframes "blink" {
  from, to {opacity: 0;}
  50% {opacity: 1;}
}

@-o-keyframes "blink" {
  from, to {opacity: 0.5;}
  50% {opacity: 1;}
}
/* End Blink icon !!*/
.main_section .dashboard_head .dashboardhead_inner .notification_wrapper .notification_link.before_none:before{ display: none;}
.disabled_btn{background: #e0d3d3;border: gray;pointer-events: none;}
.swal-no-animate > * {animation: none !important;}
.welcome_section .welcome_wrapper{max-width:770px}
.find-inspector-table tr th, .find-inspector-table tr td{border-top: 5px solid #dee2e6; border-bottom: 0;}
/* Start: Button flash. */
.btn-flash{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #fab073; -webkit-box-shadow: 0 0 3px #fab073; }
  50% { background-color: #F58020; -webkit-box-shadow: 0 0 40px #F58020; }
  100% { background-color: #fab073; -webkit-box-shadow: 0 0 3px #fab073; }
}

@-moz-keyframes glowing {
  0% { background-color: #fab073; -moz-box-shadow: 0 0 3px #fab073; }
  50% { background-color: #F58020; -moz-box-shadow: 0 0 40px #F58020; }
  100% { background-color: #fab073; -moz-box-shadow: 0 0 3px #fab073; }
}

@-o-keyframes glowing {
  0% { background-color: #fab073; box-shadow: 0 0 3px #fab073; }
  50% { background-color: #F58020; box-shadow: 0 0 40px #F58020; }
  100% { background-color: #fab073; box-shadow: 0 0 3px #fab073; }
}

@keyframes glowing {
  0% { background-color: #fab073; box-shadow: 0 0 3px #fab073; }
  50% { background-color: #F58020; box-shadow: 0 0 40px #F58020; }
  100% { background-color: #fab073; box-shadow: 0 0 3px #fab073; }
}
/* End: Button flash. */


/* Area tree design to identify 1,2,3 levels */
.category_level_1, .category_level_2, .category_level_3 {
  border: 1px solid #c2c2c2;
}
.category_level_2 {
  margin-left: 25px !important;
}
.category_level_3 {
  margin-left: 50px !important;
}
/* /Area tree design to identify 1,2,3 levels */

/* No home inspection */
.no-records {background-color: #f9f9f9; border: none;}
.no-records-content {display: flex;flex-direction: column;align-items: center;justify-content: center;}
.no-records-logo {width: 100px;height: auto;}
.no-records-text {font-size: 18px;font-weight: 500;color: #555; }
.no-records-content img {height: 82px;width: 145px;}
/* No Inspector card */
.no-inspectors-card {
  border: 2px solid #f8f9fa;
  border-radius: 10px;
  padding: 12px;
  background-color: #f8f9fa;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.no-inspectors-icon {font-size: 80px;margin-bottom: 20px;}
.no-inspectors-title {margin-bottom: 10px;color: #343a40;}
/* Call tooltip */
.call_label .tooltip {position: relative;display: inline-block;opacity: 1;}
.call_label .tooltip:hover .tooltiptext {visibility: visible;}
.call_label .tooltip .tooltiptext {width: fit-content;position: absolute;z-index: 1;top: 140%;right: 0;margin-right: 0px;visibility: hidden;border-radius: 16px;background: #FFFFFF;box-shadow: 4.59px 11.48px 34.4px 0px rgba(0, 0, 0, 0.1);padding: 12px 20px;color: #ef7d1f; font-weight: 700; padding: 10px;}
.certified.call_label .tooltip .tooltiptext{width: 110px;}
.certified{cursor: pointer;}
.call_label.btn_line_orange:hover svg path{fill: #f5ab6e;}
.btn_orange:disabled {
  background-color: #d6d6d6;color: #a0a0a0;cursor: not-allowed;opacity: 0.7;
  border: 1px solid #ccc;
}
.text-orange{color: #ff7300 !important;}
/* !! Animate notification !! */
@keyframes fadeSlideUp {
0% {opacity: 1;transform: translateY(0);}
100% {opacity: 0;transform: translateY(-20px);}
}
.notification-wrapper.removing {animation: fadeSlideUp 0.5s forwards;}
.navbar-brand:hover{transform: translateY(-2px);}
.ul-child-lh-short li{line-height: 1rem !important;}

@media(max-width:576px){
  .property_details_main{
    grid-template-columns: 26% 26% 26%;
    gap: 16px;
    padding: 30px 6px 10px 5px;
  }
}

.property_details_main .propertydetails_inner h6{
  margin-bottom: 35px;
}

.property_details_main .details_count {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.custom-report hr{border: 6px solid grey !important;}

@media(max-width:991px) {
  .buyer_panel .custom-calendar {
    margin: 4rem 1.5rem;
  }
}

/* custom select2 css to match current designs */
.select2-container .select2-selection--single {
  min-height: 55px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 21px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 13px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #c9c9c9 !important;
}

.select2-dropdown {
  z-index: 1055 !important;
  border-color: #c9c9c9 !important;
}

/* info fields */
.info-field {
  border: unset !important;
  border-radius: unset !important;
  border-bottom: 1px solid #f58020 !important;
}

#dashboard_map {
  position: unset !important;
}

.cursor-pointer {
  cursor: pointer;
}

#assignment_form .tt-menu {
  max-height: 300px;
  overflow: auto;
}

.add-schedule-modal .tt-menu {
  z-index: 222222 !important;
}

.twitter-typeahead .tt-menu::-webkit-scrollbar,
.tt-menu.tt-open::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.twitter-typeahead .tt-menu::-webkit-scrollbar-track,
.tt-menu.tt-open::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 0, 0, .3);
}

.twitter-typeahead .tt-menu::-webkit-scrollbar-thumb,
.tt-menu.tt-open::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #F58020;
}

.fc .fc-day-past {
  background: #f1f1f1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(255 227 204);
}


.menu-name {
  width: calc(100% - 36px);
  min-width: 121px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}

.typeahead-result.hover:hover {
  background: #cfcfcf;
}

.add-new-buyer-inspection {
  color: #F58020;
}

.condition_comment {
  /*max-height: 200px;
	overflow: auto;*/
}

/* #notifications{
	max-height: 150px;
	overflow-y: scroll;
  }  */

.notification-wrapper {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  flex-direction: column;
}

.notification-wrapper+.notification-wrapper {
  margin-top: 10px;
}

.delete-icon:hover svg path {
  stroke: #000;
}

.notification-main {
  height: 100%;
  overflow-y: auto;
}


.notification-main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #F58020;
}

.notification-main::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.notification-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.notification-content{justify-content: space-between;display: flex;gap: 2px;}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f5802012 !important;
  color: #666666 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #74747412 !important;
  color: #666666 !important;
}


.fc .fc-scrollgrid table,
.fc .fc-daygrid-body {
  width: 100% !important;
}

.searchcontrol svg,
.searchcontrol_inner svg {
  z-index: 1;
}

.welcome_section input.typeahead {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  line-height: 1.75;
}

.three-dots-menu {
  position: relative;
  float: right;
  top: -35px;
  right: 15px;
  width: 10px;
}

.three-dots-menu.white-dot svg circle {
  fill: #fff;
}
.three-dots-menu a[data-bs-toggle="dropdown"] {
  width: 10px;
  text-align: center;
}

.three-dots-menu.inline {
  position: relative;
  float: right;
  top: unset;
  right: unset;
  left: 10px;
}

.custom-event-danger {
  background-color: #ff0000 !important;
  color: white !important;
}

.custom-event-success {
  background-color: rgb(29, 187, 29) !important;
  color: white !important;
}

.custom-event-warning {
  background-color: #F58020 !important;
  color: white !important;
}

.custom-event-primary {
  background-color: #007bff !important;
  color: white !important;
}

/* temporary changes */
.comment_wrapper .child_categories_comment{
  min-height: 132px;
}

/* Comment css start */
.categories_inner .form-check{
  padding-left: 18px;
}

.categories_inner .form-check .count_comment_media{
  float: left;
  position: relative;
  margin-left: -24px;
  margin-top: 27px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  left: -4px;
  font-size: 15px;
}

.categories_inner .form-check .count_comment_media b{
  min-width: 12px;
}

.main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img.more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000094;
}

.main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img.more span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.finalreport_leftsummary.video,
.finalreport_rightinner.video{
    background: #f580203d;
}

.finalreport_leftsummary.video img
{
    max-width: 80px;
    margin: auto;
    display: block;
}

.finalreport_rightinner.video img{
    max-width: 50px;
    margin:auto;
    display:block;
}

.finalreport_summarydetails.audio {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 10px;
  background: #abb5ba38;
  border-radius: 10px;
  max-height: 85px;
  overflow: auto;
}

.finalreport_summarydetails.audio svg {
  width: 24px;
  height: 24px;
}

.finalreport_summarydetails.audio svg path {
  fill: #f58020;
}

.finalreport_summarydetails.audio::-webkit-scrollbar,
.areas_img.audio::-webkit-scrollbar,
.service_list_detail::-webkit-scrollbar,
.custom-accordion .accordion-body::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.finalreport_summarydetails.audio::-webkit-scrollbar-thumb,
.areas_img.audio::-webkit-scrollbar-thumb,
.service_list_detail::-webkit-scrollbar-thumb,
.custom-accordion .accordion-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 18%);
  background-color: #c5c5c5;
}

.finalreport_summarydetails.audio::-webkit-scrollbar-track,
.areas_img.audio::-webkit-scrollbar-track,
.service_list_detail::-webkit-scrollbar-track,
.custom-accordion .accordion-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 18%);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.areas_img.video {
  background: #f580203d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.areas_img.video img {
  max-width: 100px;
}

.areas_img.video {
    background: #f580203d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.areas_img.video img {
    max-width: 100px;
}

.areas_img.audio {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 15px;
    background: #abb5ba38;
    border-radius: 10px;
    width: auto !important;
    max-height: 85px;
    height: auto !important;
    overflow: auto !important;
}

.areas_img.audio svg {
    width: 24px;
    height: 24px;
}

.areas_img.audio svg path {
    fill: #f58020;
}

.report_card .select2-container {
  z-index: inherit;
}

.main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summarydetails .tooltip .tooltiptext,
.main_section .dashboard_inner .ad-contractor .tooltip .tooltiptext{
  right: -22%;
}

/* Distance rangeslider css */
.distance_rangeslider_wrapper{
  max-width: 230px;
  width: 100%;
}
.distance_rangeslider {
  display: flex;
  align-items: center;
  gap: 12px;
}

.distance_rangeslider input[type="range"] {
/* removing default appearance */
-webkit-appearance: none;
appearance: none; 
/* creating a custom design */
width: 100%;
cursor: pointer;
outline: none;
/*  slider progress trick  */
overflow: hidden;
border-radius: 16px;
}

/* Track: webkit browsers */
.distance_rangeslider input[type="range"]::-webkit-slider-runnable-track {
height: 15px;
background: #ccc;
border-radius: 16px;
}

/* Track: Mozilla Firefox */
.distance_rangeslider input[type="range"]::-moz-range-track {
height: 15px;
background: #ccc;
border-radius: 16px;
}

/* Thumb: webkit */
.distance_rangeslider input[type="range"]::-webkit-slider-thumb {
/* removing default appearance */
-webkit-appearance: none;
appearance: none; 
/* creating a custom design */
height: 15px;
width: 15px;
background-color: #fff;
border-radius: 50%;
border: 2px solid #f58020;
/*  slider progress trick  */
box-shadow: -407px 0 0 400px #f58020;
}


/* Thumb: Firefox */
.distance_rangeslider input[type="range"]::-moz-range-thumb {
height: 15px;
width: 15px;
background-color: #fff;
border-radius: 50%;
border: 1px solid #f58020;
/*  slider progress trick  */
box-shadow: -407px 0 0 400px #f58020;
}

.distance_rangeslider .distance_rangeslider_control {
  max-width: 210px;
  width: 100%;
  position: relative;
}

.distance_rangeslider output {
  border: none;
  background: #f58020;
  color: #fff;
  margin: 0px;
  width: auto;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 10px;
  position: relative;
}

.distance_rangeslider .distance_rangeslider_control .rangeslider_count {
  position: absolute;
  width: 100%;
}

.distance_rangeslider output:before {
  position: absolute;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 8px solid #f58020;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  left: -12px;
  top: 8px;
  transform: rotate(90deg);
}

.distance_rangeslider .distance_rangeslider_control .rangeslider_count h5 {
  color: #666666;
  background: #eeeeee;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 11px;
}

.custom_pagination .pagination .page-item{
    margin-left: 2px;
}
.custom-card .star-rating{display: flex;}
.inspector-find-paginate ul{ 
  flex-wrap: wrap;
  gap: 10px 0px;
}

/* Home Sponsor section css start */
.sponsor_section {
  background: linear-gradient(180deg, rgb(242 242 242) 0%, rgba(254, 195, 88, 0.3) 100%);
  padding: 60px 0px;
}

.sponsor_section .sponsor_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor_section .sponsor_img {
  height: 110px;
  max-width: 250px;
}

.semicircule_section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25% 0;
  border-radius: 0px 0px 800px 800px;
  background: linear-gradient(180deg, rgba(240, 165, 76, 0) 0%, rgba(254, 195, 88, 0.3) 100%);
}
.semicircule_section {
  padding: 150px 0px 80px;
}
.disabled-btn{background: #c0b3b3;border: grey;pointer-events: none;}
.loading-wrapper {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(5px);padding: 20px;border-radius: 10px;z-index: 10;display: none;}
.inspection-import-shedule-action-btn:hover svg path, .inspection-shedule-action-btn:hover svg path, #import_new_report:hover svg path {fill:#f58020 !important;}
.cust-alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
  
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border-color: var(--bs-alert-border-color);
}

/* */
.social-button-wrapper ul{
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.social-button-wrapper ul li a {
  display: flex;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #c9c9c9;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.social-button-wrapper ul li a svg{
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;

}

.social-button-wrapper ul li a svg path{
  fill: #F58020;
}

.social-button-wrapper ul li a:hover{
  background-color: #f58020;
  border-color: #f58020;
}

.social-button-wrapper ul li a:hover svg path{
  fill: #ffffff;
}

.lh-2 {
  line-height: 1.5;
}

.custom-input-wrapper::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  .custom-input-wrapper::-webkit-scrollbar-track{
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  .custom-input-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; 
  }

.custom-input-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-height: 110px;
  overflow-y: auto;
  gap: 10px;
  margin-bottom: 20px;
}

.custom_input .label{word-break: break-all;}
.custom_input input{accent-color: #F58020;}

.form-check-input[type=checkbox]{
  width: 20px;
  height: 20px;
}

.form-check-input:focus{
  box-shadow: none;
}

.inspector_select img{
  width: 25px !important;
  height: 25px !important;
}
.inspector_select {
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280))) !important;
  line-height: 26px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  white-space: normal !important;
}

.select2-container--default .select2-selection--single{
  height: 100% !important;
}
.cust-textarea-form-control{
  border-radius: 12px;
  border: 1px solid #c9c9c9;
  font-size: calc(13px +(16 - 13)*((100vw - 280px) /(1920 - 280)));
  font-weight: 400;
  line-height: normal;
  padding: 17px 21px;
  box-shadow: none;
  accent-color: #F58020;
  display: block;
  width: 42%;
  max-width: 100%;
}
.cust-textarea-form-control:focus {
  border-color: #F58020 !important;
}
.cust-textarea-form-control:focus-visible {
  border-color: #F58020 !important;
}

.book-inspection-left {
  height: 100%;
  max-height: calc(100% - 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 1rem;
}

.services-list label {
  display: inline-block;
  font-size: 14px;
  background: #ffeddd;
  padding: 5px 12px;
  border-radius: 10px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 160px;
  overflow: auto;
  padding-right: 10px;
}

.services-list::-webkit-scrollbar {
  width: 4px;
}

.services-list::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 10px;
}

.services-list::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.approx-block {
  background: #ffeddd;
  box-shadow: 0px -2px 12px -2px #4361ee33;
  padding: 10px 20px;
  border-radius: 10px;
}

.inspectors-body {
  padding: 16px 16px 10px 16px;
  /* background: #FAFAFA; */
  background: #f9ead5;
  border-radius: 10px;
  margin-top: 10px;
}

.inspectors-body .inspectors-info {
  padding: 12px 0px;
  border-bottom: 1px solid #dee2e6;
  min-height: 50px;
  margin-bottom: 8px;
}

.inspectors-body .inspectors-info label span {
  font-weight: 600;
  color: #000;
}

.inspectors-body .inspectors-info label a svg {
  width: 24px;
  fill: #f58020;
}

.inspectors-body .inspectors-info label a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 12vw;
  width: 100%;
  display: inline-block;
}

.inspector-video h6 {
  min-width: 170px;
}

.inspector-service h6 {
  min-width: 80px;
}

.btn_line_orange.btn-flash {
  background: #fff !important;
  transition: ease-in-out 0.5s;
}

.btn_line_orange.btn-flash:hover {
  color: #3A0CA3 !important;
}

.education-details-modal .modal-dialog {
  max-width: 540px;
}

.schedule_inspector .book_inspector_right{
  display: flex;
}

.service_list_detail {
  max-height: 250px;
  overflow: auto;
  margin: 10px 0px;
  padding: 0px 6px;
}

.logout_impersonate {
  padding: 6px 15px;
  background: #3a0ca30d !important;
  transition: ease 0.5s;
}

.logout_impersonate svg path {
  fill: #3A0CA3;
}

.logout_impersonate:hover {
  box-shadow: 0px 1px 5px 0px #3a0ca37d;
}

.custom-accordion .accordion-item {
  border: none;
  box-shadow: 0px 3.5px 5.5px 0px #00000005;
  border-radius: 14px;
  overflow: hidden;
}

.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffdcc3 !important;
  color: #000;
  border-bottom: 1px solid #f58020;
  box-shadow: none !important;
}
.book_card h6 {font-size: 13px;line-height: 1.75;}
.book_card span {color: #f58020;font-size: 15px;}
.book_card h6 {font-size: 13px;}

.inquiry-btn{display: flex;align-items: center;justify-content: center;width: fit-content;gap: 8px;margin: 0 auto;}
.custom_modal.inquiry-form-modal .modal-dialog .modal-content{border-radius: 20px;}
.inquiry-btn:hover path{fill: #3A0CA3;}
.font-12{font-size: 12px;}
.border-orange { border-color: #ff770091 !important}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
} 

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.custom-disc-list {list-style-type: disc;}

@media (min-width:992px){
  .main_navbar .navbar-nav li a{
    text-align: center;
    margin: 0px 13px;
  }
}

@media (max-width:1199px){
 .semicircule_section {
      padding: 120px 0px 50px;
  } 
  .inspectors-body .inspectors-info label a{
    max-width: 450px;
  }

  .inspectors-body .inspectors-info h6,
  .inspectors-body .inspectors-info label span,
  .inspectors-body .inspectors-info label a {
    font-size: 14px;
  }

  .inspector-video h6 {
    min-width: 150px;
  }

  .inspector-service h6 {
    min-width: 70px;
  }
}

@media (max-width:767px){
  .semicircule_section:before {
       /* border-radius: 0px 0px 50px 50px; */
       border-radius: 0px 0px 800px 800px;
       padding: 35% 0 !important;
  }
}

@media (max-width:991px){
  .sponsor_section{
      padding: 40px 0px;
  }
  .sponsor_section .sponsor_img {
      height: 90px;
      max-width: 150px;
  }
}

@media (max-width:767px){
  .sponsor_section{
      padding: 20px 0px;
  }
  .sponsor_section .sponsor_img {
    height: 82px;
    max-width: 145px;
  }
  .book_inspector_wrapper.schedule_inspector .book_inspector_inner,
  .book_inspector_wrapper.schedule_inspector .book_inspector_inner .book_inspector_left {
    flex-wrap: wrap;
  }
  .book_inspector_wrapper .book_inspector_inner .book_inspector_left{
    margin-bottom: 10px;
    max-width: 100%;
  }
}

@media (max-width:575px){
  .sponsor_section .sponsor_img{
       margin: 0 auto 1rem;
       max-width: 200px;
       height: 100px;
  }
  .custom-input-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Home Sponsor section css end */


.section_sticky{
  z-index:  9 !important;
  top: 0px;
}


.main_section .dashboard_inner .unlockrecord_label.custom-unlockrecord_label {
  z-index: 1;
}

.accordion-inspector-wrapper{background-color: #fdeed9;padding: 20px;margin-bottom: 20px;}
.records_wrapper .record_table .table tbody tr td{padding: 15px 10px 15px 10px;}
.records_wrapper .record_table .table thead tr th{padding: 8px 10px 8px 10px;}
.fs-14{font-size: 14px;}

.custom_modal.custom_modal2 .modal-dialog {
  max-width: 38% !important;
  width: 100% !important;
}
.welcome-modal-link{color: #F58020 !important;border-bottom: 1px solid ;font-size: 16px;transition: 0.3s ease-in-out;}
.welcome-modal-link:hover{color: #000000 !important;}
.bg-orange{background: #F58020 !important;}
.fs-18{ font-size: 18px !important;}
.fc-event.unavailable-date {
  background-color: #d3d3d3 !important;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.fc-event.fc-event.unavailable-date .fc-event-title{ color: black; }
.select2-container{width: -webkit-fill-available !important;}
td.fc-day.fc-day-future.fc-daygrid-day{opacity: 1 !important;}
.fc .fc-daygrid-event-harness-abs {margin-top: 0.65rem;}
.bottom_sticky {
  padding: 14px 16px;
  background: #f7f7f7;
  position: sticky;
  bottom: 0;
  box-shadow: 0px 4px 22px 0px #0000002e;
  border-radius: 8px;
}

.submenu_dropdown ul.dropdown-menu { position: relative !important; inset: 0 !important; transform: unset !important; border: none; padding: 0; display: block; max-height: 0; opacity: 0; overflow: hidden; visibility: hidden; transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.4s; background: #abb5ba24; border-radius: 16px; margin-top: 0 !important; }

.submenu_dropdown ul.dropdown-menu.show { max-height: 500px; opacity: 1; visibility: visible; }

.submenu_dropdown ul.dropdown-menu.show .nav-link {
  border-radius: 16px !important;
  /* background: transparent !important; */
}

/* .submenu_dropdown ul.dropdown-menu .nav-link .nav-icon {
  margin-right: 5px !important;
} */

.submenu_dropdown ul.dropdown-menu li {
  margin: 6px 10px;
}

.submenu_dropdown .dropdown-toggle.show {
  color: #f58020 !important;
  background: #f5802012 !important;
}

.submenu_dropdown .dropdown-toggle {
  margin-bottom: 6px;
}

.mini_menu .custom_sidebar .offcanvas-body .nav .nav-item.submenu_dropdown .nav-link::after {
  background-image: url('../images/select_downarrow.svg');
  width: 8px;
  height: 8px;
  margin-left: -20px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mini_menu .custom_sidebar .offcanvas-body .nav .nav-item.submenu_dropdown ul.dropdown-menu li {
  margin: 6px;
}

.mini_menu .custom_sidebar .offcanvas-body .nav .nav-item.submenu_dropdown ul.dropdown-menu li .nav-link:hover svg path {
  fill: #f58020;
}

.mini_menu .custom_sidebar .offcanvas-body .nav .nav-item.submenu_dropdown ul.dropdown-menu li .nav-link svg path {
  transition: ease-in-out 0.5s;
}

.service_block {
  padding: 15px;
  background: #f7f7f7;
  border-radius: 16px;
  position: relative;
}

@media (max-width: 1136px){
  .custom_modal.custom_modal2 .modal-dialog {max-width: 48% !important;width: 100% !important;}
}
@media (min-width: 1024px) { 
  .navbar-brand .comp-logo {max-width: 205px;}
}
@media (max-width: 890px){
  .custom_modal.custom_modal2 .modal-dialog {max-width: 70% !important;width: 100% !important;}
}
@media (max-width:767px){
  .bottom_sticky{ padding: 10px; }
}

@media (max-width: 749px){
  .custom_modal.custom_modal2 .modal-dialog {max-width: 60% !important;width: 100% !important;}
}

@media (max-width: 620px){
  .custom_modal.custom_modal2 .modal-dialog {max-width: 75% !important;width: 100% !important;margin: 0 auto;}
}

@media (max-width: 499px){
  .custom_modal.custom_modal2 .modal-dialog {max-width: 85% !important;width: 100% !important;margin: 0 auto;}
  .custom_modal.custom_modal2 .modal-dialog .modal-header .modal-title {font-size: 18px;}
  .custom-account-text{font-size: 18px !important;}
  .welcome-modal-link {font-size: 16px;}
  .custom_modal.custom_modal2 .modal-dialog .modal-body {padding: 0px 16px 16px;}
}

@media (max-width: 399px){
.custom_modal.custom_modal2 .modal-dialog .modal-header .modal-title {font-size: 14px;}
.custom_modal.custom_modal2 .modal-dialog .modal-body {padding: 0px 0 16px;}
.custom-account-text,.custom-account2 {font-size: 15px !important;}
.custom-account-text,.custom-account2 {font-size: 15px !important;}
}
@keyframes slideInFromLeft {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.modal.show .welcome-modal,
.splash_modal .modal-dialog {
  /* display: block;  */
  animation: slideInFromLeft 0.5s ease-out;
}

.custom-btn-orange.btn_orange{
  font-size: 14px;
  padding: 12px 15px;
}

.btn-cancel{
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #FFDEC2;
  border-color: #FFDEC2;
  color: #F58020;
  padding: 12px 15px;
  transition: 0.5s ease-in-out;
}

.btn-cancel:hover{
  background-color: #ffffff;
  border-color: #F58020;
  color: #F58020;
}
.custom-reschedule-inspection{border: 1px solid #E0E0E0;}
.cooming_soon_wrapper{max-width: 90%;}