@font-face {
  font-family: "Avenir";
  src: url("/fonts/vendor/avenir/Avenir Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  src: url("/fonts/vendor/helvetica/Helvetica.ttf") format("truetype");
}
body {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#top_logo {
  max-height: 40px;
  width: auto;
}

h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 0;
}

.color-custom-positive, .person_status, .sales_dashboard_card .client_direction, .sales_dashboard_card .client_name {
  color: #4EA100;
}

.color-custom-white, .card_header_positive, .card_header_save, .appointment_tab div.active {
  color: #fff !important;
}

.color-custom-negative {
  color: #D14539;
}

.bg-custom-negative, .btn_make_payment {
  background-color: #D14539 !important;
}

.bg-custom-positive, .card_header_positive, .appointment_tab div.active {
  background: #4EA100 !important;
}

.color-custom-save, #client_menu > div > div a i {
  color: #64BD79;
}

.bg-custom-save, .btn_approve, #client_menu > div > div.active, #client_menu > div > div, .card_header_save {
  background: #64BD79 !important;
}

.color-custom-grey {
  color: #B8B7B7;
}

.color-custom-grey-dark {
  color: #70777E;
}

.bg-custom-offwhite {
  background: #F9F9F9 !important;
}

.bg-custom-grey-light {
  background: #CDCDCD !important;
}

.bg-custom-grey-light2 {
  background: #cccccc !important;
}

.bg-custom-grey {
  background: #70777E !important;
}

.bg-custom-grey-dark {
  background: #B8B7B7;
}

.bg-custom-green, #client_menu > div > div {
  background: #D6EFC6 !important;
}

.color-custom-offwhite {
  color: #F9F9F9 !important;
}

.color-custom-brand {
  color: #317CF6;
}

.bg-custom-brand {
  background: #317CF6 !important;
}

.color-custom-orange {
  color: #89CFF0 !important;
}

.bg-custom-orange, .btn_cancel {
  background: #89CFF0 !important;
}

.color-custom-black, .client_service_type {
  color: #000000 !important;
}

.bg-custom-orange2 {
  background-color: #FF7A00 !important;
}

.bg-custom-white {
  background-color: #fff;
}

.btn-custom-save {
  background-color: #64BD79 !important;
  color: #fff !important;
}

.btn-custom-brand {
  background: #317CF6 !important;
  color: #fff !important;
}

.btn-custom-orange {
  background: #89CFF0;
  border: 1px solid #89CFF0;
  font-weight: 800;
  font-size: 14px;
}

.btn-custom-outselling {
  border-radius: 1px;
  color: #fff !important;
}

.btn-custom-black {
  background: #fff;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}

.btn-custom-positive {
  background: #4EA100 !important;
  color: #fff !important;
}

.btn-custom-negative {
  background: #D14539 !important;
  color: #fff !important;
}

.btn-custom {
  font-weight: 800;
  font-size: 14px;
}

.btn-custom-black:hover {
  color: #fff;
}

.btn-custom-white {
  background: #fff;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 14px;
  color: #000;
}

#logo {
  margin: 15px 25%;
  margin-bottom: 30px;
}

#login_card {
  border: 0px;
}

#login_card label {
  font-size: small;
  font-weight: bolder;
  margin: 15px 0;
}

#login_card #flexCheckChecked {
  margin: 15px 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #fff;
}

#full_width {
  width: 100%;
}

.bg-pink {
  background-color: #EFC8C6;
}

.bg-green {
  background-color: #D6EFC6;
}

.nodecoration {
  text-decoration: none;
}

.headline {
  margin-bottom: 40px;
  padding: 12px;
}

.offcanvas-body ul li a {
  font-size: 16px !important;
}

#top_right_menu {
  right: 5%;
  font-size: 12px;
  position: absolute;
  overflow: hidden;
}

#adminDropdown {
  text-align: right;
}

.mainbody {
  margin-top: 150px;
  min-height: calc(100vh - 150px);
}

.dashboard_card_notification {
  font-size: 9px !important;
  padding: 3px 8px;
  border-radius: 5px;
  float: right;
  border: 0px;
}

.dashboard_card_row {
  font-size: 16px !important;
}

.dashboard_card_row div:first-child {
  font-weight: 800;
}

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

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

.spacer {
  margin: 25px;
  display: block;
}

th {
  font-weight: 800;
  font-size: 14px;
}

#edit_user {
  border: 1px solid #cccccc;
  padding: 24px;
  border-radius: 5px;
}

#edit_user label {
  margin-bottom: 10px;
  font-size: 16px;
}

.doticon_holder i {
  float: left;
  padding-top: 5px;
}

.circleicon_hoder i {
  float: right;
  padding-top: 10px;
  margin-left: 1%;
}

.circleicon_hoder input {
  float: left;
  max-width: 92%;
}

.circleicon_hoder .wide {
  max-width: 96%;
}

#dataTable {
  font-size: 14px;
}

#dataTable th, #dataTable td {
  vertical-align: top;
}

.footer_bar {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 28.8px;
}

.client_status {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
}

.text_notification {
  color: #70777E;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
}

.order_highlight {
  background: #317CF6;
  color: #fff;
  max-width: 181px;
  padding: 11px;
  margin: 10px;
  border-radius: 5px;
  opacity: 0px;
  text-align: center;
}

.highlight_text {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  margin: 0px;
}

.highlight_figure {
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  margin: 0px;
}

.attach_filename {
  font-size: 9px;
  font-weight: 400;
  line-height: 12.29px;
}

.attach_frame {
  width: 100%;
  max-width: 80px;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin-left: 10px;
}

.appointment_tab div {
  text-align: center;
  padding: 10px 0px;
  color: #70777E;
}

.appointment_tab_body > div {
  display: none;
}

.appointment_tab_body > div.active {
  display: block !important;
}

.location_tab > div {
  display: none;
}

.location_tab > div.active {
  display: block !important;
}

.taxonomies_frame {
  width: 196px;
  height: 184px;
  padding: 21.41px 16px 22.5px 16px;
  border-radius: 5px;
  border: 1px #ccc solid;
  text-align: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.frame_plus {
  font-size: 40px;
  vertical-align: middle;
}

.p1_regular, .calling_tab {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 400;
}

.p1_bold {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 800;
}

.p2_bold, .card_header_positive, .card_header_save {
  font-size: 16px;
  font-weight: 800;
  line-height: 25.6px;
}

.p2_regular, #client_menu > div > div.active, #client_menu > div > div, .appointment_tab div.active {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.p3_regular, .sales_dashboard_card .card-body, .client_service_type, .sales_dashboard_card .client_name {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.p3_bold, .client_dash_resource, .client_dash_tabs div {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.heading_h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.heading_h6 {
  font-size: 18px;
}

.resource_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-align: left;
}

.progress {
  min-height: 40px;
  border: 1px solid #ccc;
}

.progress-bar {
  padding: 10px;
}

.order_notes {
  min-height: 80px;
  padding: 10px;
  border: 1px solid #ccc;
}

.show_trash {
  padding: 5px;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
}

.placeholder_example {
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid #CDCDCD;
}

.placeholder_example input {
  padding: 0px;
  margin: 0px;
}

.paddingleft_0 {
  padding-left: 0px;
}

.scrollable-div {
  height: 100%; /* Adjust the height as needed */
  overflow-y: scroll;
}

/* Hide scrollbar for webkit browsers (Chrome, Safari) */
.scrollable-div::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.scrollable-div {
  scrollbar-width: none;
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  width: auto !important;
}

.card_menu {
  float: right;
  padding-top: 5px;
  vertical-align: -webkit-baseline-middle;
  text-decoration: none;
}

.p2_button {
  font-size: 14px;
  font-weight: 800;
}

.radius-no {
  border-radius: 0px;
}

.radius-right-0 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.radius-left-0 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.activity_tab {
  background-color: grey;
}

.add_activity_tab {
  border-radius: 5px;
  border: 1px solid #CDCDCD;
}

.no_padding {
  padding: 0px !important;
}

.card-body-record {
  border-bottom: 1px solid #ccc;
  padding: 1rem !important;
}

.calling_tab {
  background-color: #70777E;
  margin: 10px;
  margin-right: 1px;
  padding: 5px;
  text-align: left;
  color: #fff !important;
  float: left;
  width: auto;
}

.custom-model-size {
  min-width: 55%;
}

.sales_dashboard_card {
  margin-bottom: 2rem;
  height: 200px;
}

.sales_dashboard_card .active {
  background-color: #e8ecef !important;
}

.sales_dashboard_card .card-header {
  border: 0;
  background: none;
  min-height: 170px;
}

.sales_dashboard_card .client_name {
  float: left;
  text-align: left;
}

.sales_dashboard_card .client_direction {
  font-size: 10px;
  font-weight: 800;
  float: right;
  text-align: right;
  line-height: 22px;
}

.description {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Show only 3 lines initially */
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.5em; /* Adjust based on line height */
  transition: max-height 0.3s ease-in-out;
  position: relative;
}

.read-more-btn {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  cursor: pointer;
  display: none; /* Initially hidden */
  margin-top: 5px;
}

.card.expanded .description {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none; /* Auto height when expanded */
}

.card.expanded {
  height: auto !important; /*  card auto-expands */
}

.client_service_type {
  float: right;
  text-align: right;
}

.border_light_grey {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}

.circle {
  background-color: #888;
  color: #fff;
  border-radius: 12px;
  /* display: block; */
  text-align: center;
  padding: 2px 5px;
  font-size: 14px;
}

div.active .circle {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  /* display: block; */
  text-align: center;
  padding: 3px 6px;
}

.sales_dashboard_card .card-body {
  padding: 0px;
}

.sales_status {
  font-family: Avenir;
  font-size: 9px;
  font-weight: 800;
  line-height: 12.29px;
  text-align: left;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
}

.customul {
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.customul li {
  text-align: left;
  list-style: none;
  padding: 2px;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .customul {
    flex-direction: row;
  }
  .customul li {
    float: left;
    width: auto;
    white-space: nowrap;
  }
}
.location_tab {
  padding: 0px;
}

.location_tab .heading_h5 {
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.camera_box {
  padding: 10px;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  padding: 20px;
}

.camera_box i {
  font-size: 44px;
}

.location_body {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 15px;
}

.myCheckbox {
  vertical-align: middle;
}

.row.no_gutters {
  --bs-gutter-x:0;
  --bs-gutter-y:0;
}

.icon_i {
  font-size: 40px;
}

/* Customize notification box styles here */
.notification-box {
  position: fixed;
  top: 100px;
  right: 40%;
  width: auto;
  z-index: 1000;
}

#client_menu > div > div {
  padding: 15px 10px;
  color: #000 !important;
  margin-right: 1rem;
  border-radius: 10px;
  text-align: center;
  /* max-width: 160px; */
  margin-bottom: 22px;
}

#client_menu > div > div.active {
  color: #fff !important;
}

#client_menu > div > div a {
  color: #000 !important;
}

#client_menu > div > div.active a {
  color: #fff !important;
}

#client_menu > div > div.active a i {
  color: #fff !important;
}

.client_dash {
  border: 10px solid #fff;
  border-radius: 15px;
}

.client_dash_tabs div {
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.client_dash_resource {
  text-align: left;
  background-color: #fff;
  border: 5px solid #f9f9f9;
  border-radius: 10px;
}

.title {
  font-size: 16px;
  font-weight: 800;
  line-height: 25.6px;
  text-align: left;
}

.img_block {
  height: 50px;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}

.customer_dash_p5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.customer_dash_p6 {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.row-cols-gap [class*=col-] {
  margin: 0 2.5px; /* Adjust margin to achieve the desired gap */
}

.row-gap [class*=col-] {
  margin: 5px; /* Adjust margin to achieve the desired gap */
}

.g-recaptcha {
  margin: 20px auto;
  margin-left: 20%;
}

.btn_make_payment {
  color: #fff !important;
  border: 0px !important;
  padding: 0 5px;
  text-decoration: none;
  box-shadow: 1px 1px #000;
}

.btn_approve {
  color: #fff !important;
  border: 0px !important;
  padding: 5px;
  text-decoration: none;
  box-shadow: 1px 1px #000;
}

.btn_cancel {
  color: #fff !important;
  border: 0px !important;
  padding: 5px;
  text-decoration: none;
  box-shadow: 1px 1px #000;
}

.navbar > .container {
  overflow: visible !important;
}

.page-item:first-child .page-link {
  margin-top: 5px;
}

.page-item:last-child .page-link {
  margin-top: 5px;
}

.page-item:not(:first-child) .page-link {
  margin-top: 5px;
}

.doticon_holder input {
  width: calc(100% - 16px);
}

#import_button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0px;
}

#create_button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 0px;
}

.taskmanager_option {
  width: 100%;
  border: 0px;
  padding: 5px;
  background: #fff;
}

.navbar-toggler {
  border: 0px;
  box-shadow: unset;
}

.navbar-toggler:focus {
  border: 0px;
  box-shadow: unset;
}

.bg-custom-green-light, .person_status {
  background: #D6EFC6 !important;
}

.person_status {
  display: block;
  width: 100%;
  padding: 3px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: flex;
  }
}
@media (min-width: 1800px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1700px;
  }
}
@media (max-width: 600px) {
  .col-md-3, .col-md-2 {
    margin-bottom: 15px;
  }
  .container {
    overflow-x: scroll;
  }
  .doticon_holder {
    margin-bottom: 10px;
  }
  .circleicon_hoder .wide {
    max-width: 93% !important;
  }
  #top_logo {
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
  #adminDropdown span {
    display: none;
  }
}
@media ((min-width: 600px) and (max-width: 1200px)) {
  .container-md, .container-sm, .container {
    max-width: 98%;
  }
}
/* Extra small devices (phones, 0px and up) */
@media (max-width: 575.98px) {
  .not_mobile {
    display: none;
  }
  #top_right_menu {
    right: 0;
    font-size: 12px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .not_mobile {
    display: none;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sales_dashboard_card .card-header {
    min-height: 350px;
  }
  #top_right_menu {
    right: 10%;
    font-size: 12px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sales_dashboard_card .card-header {
    min-height: 300px;
  }
  #top_right_menu {
    right: 10%;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #top_right_menu {
    right: 10%;
    font-size: 12px;
  }
}
