/* Top nav css */

/* Comman CSS */
.cursor-pointer {
  cursor: pointer;
}

/* Comman CSS / end */

#sidebar .nav-link {
  font-size: 18px;
  color: black !important;
}

.navbar-toggler-icon {
  width: 30px;
  height: 30px;
}

#bundleProductListTable_filter {
  display: inline-flex;
}

.side-navbar {
  width: 250px;
  height: 100%;
  position: fixed;
  margin-left: auto;
  right: -250px;
  background-color: #f8f9fa !important;
  transition: 1s;
  z-index: 999999999999999999;
}

#sidebar .nav-link:active,
#sidebar .nav-link:focus,
#sidebar .nav-link:hover {
  background-color: #ffffff26;
}

.my-container {
  transition: 1s;
}

.active-nav {
  right: 0;
}

/* for main section */

#menu-btn {
  color: #fff;
}

.mt--10px {
  margin-top: -10px;
}

.close-nav-main-div {
  z-index: 99;
}

/* End of top nav css */

/* Group table button  */

.button_add {
  height: 40px;
  width: 80px;
}

.height-40 {
  height: 40px;
}

input[type="radio"]:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -2px;
  left: -2px;
  position: relative;
  background-color: #a7a4a4;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid;
}

#groupForm input[type="radio"]:checked:after {
  width: 13px;
  height: 13px;
}

#groupForm input[type="radio"]:checked:after {
  /* top: 1px;
    left: -1px; */
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#groupForm input[type="radio"] {
  position: relative;
}

#registerLandingForm input[type="radio"]:checked:after {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#registerLandingForm input[type="radio"] {
  position: relative;
}

.all-checkbox-product-setting {
  margin-left: 50px;
}

.all-checkbox-product {
  margin-left: 50px;
}

.figma-label-input-row input[type="radio"]:checked:after {
  width: 13px !important;
  height: 13px !important;
  top: 1px;
  left: 0px;
}

/* CSS to style the modal and hide it by default */
.verifyGroupMember {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.verifyGroupMember .modal-content {
  max-width: 460px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  padding-top: 5px;
  border-radius: 5px;
}

.verifyGroupMember span.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.verifyGroupMember span.close:hover,
.verifyGroupMember span.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.swal2-title {
  font-size: 26px;
}

.error-message,
label.error {
  color: red;
  font-size: 13px;
}

/** Upload csv group mebership -start **/
.progress-bar {
  background-color: black;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
}

.progress-bar-count {
  float: left;
  color: white;
}

.main_div {
  white-space: nowrap;
  /* Prevent line break */
}

.box {
  display: inline-block;
  /* width: 100px; */
  width: auto;
  height: 100px;
  margin-right: 50px;
}

.assign_btn {
  padding-right: 30px;
  padding-top: 10px;
  border-radius: 50px;
}

.heading_title {
  font-weight: bold;
}

.custom_width {
  max-width: 65%;
  /* old- 56 */
}

/** Upload csv group mebership - end **/

.showProductExpLabel {
  font-weight: bolder;
}

.swal-wide {
  width: 662px !important;
}

.ml-177px {
  margin-left: 177px;
}

.groupsMembersLabelTable {
  margin-top: 6px;
}

.showMemberWithGroup {
  /* height: 170px; */
  overflow-y: scroll;
  margin-bottom: 20px;
  border-collapse: inherit;
}

table.dataTable#employeesTable thead>tr>th.sorting_asc,
table.dataTable#employeesTable thead>tr>th.sorting {
  padding: 1rem 1rem;
}

#employeesTable {
  width: 100% !important;
}

.reuploadDiv {
  margin-top: 10px;
}

#groupsTable thead {
  border-bottom: 2px solid;
}

#groupsTable tbody {
  border-width: 0px !important;
}

/* New style css */

.getHelpSubBtn {
  margin: 8px 0px;
  width: 170px;
  text-align: center;
  height: auto;
}

.email_send .getChatBtnTrigger,
.email_send .getVideoBtnTrigger {
  margin-left: 15px;
}

/* New Chat CSS */

/* Add this to your CSS stylesheet */
.chat-bar {
  position: absolute;
  top: 103;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: transparent;
  transition: height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: 9;
}

.chat-bar.expanded {
  width: 25%;
  height: 100%;
}

.chat-heading,
.chat-heading-observer {
  padding-left: 10px;
  padding-top: 10px;
}

.chat-toggle {
  /* background-color: #007bff; Or your preferred background color */
  color: #000;
  /* Or your preferred text color */
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 5px;
  transition: background-color 0.3s ease-in-out;
  z-index: 9999;
}

.chat-toggle i {
  font-size: 24px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAP9JREFUWEftlmEKwzAIhV9vtp1k28m2nWQ72hAqBGni07TQgf4qRJPPZ0xdcDJbTsaDAvIqUgqVQp4C3vrf36ELgK+XpVkPxUQUugN4AngBeJBQ4ntb/eXbNRZIsvw0uzFQCqNhV0ZdFkg2tQeMoKzvG4Ao7FoEiIVKw8gBUSAPagomC9SDkuTkAqvRZWrrmFFI460a7b4pmBmFRlBpmKOAmCeh221HlSwNlQXa6ibJur3UKagM0Ki1I4/nZtmiQMw7MwUVAWJget1Hl48Fsj9XprUP/7nq+MHAWKVkXNl1/NADQsPWGhSKYUvmjg17ORSQp2QpVAp5CnjrdYc8hX5FzjolAHomqAAAAABJRU5ErkJggg==);
  display: block;
}

.participant-name {
  font-size: 1.2rem;
  font-weight: 500;
  /* position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 0.5em 0.5em 0.5em;
    /* background: rgba(242, 47, 70, 0.8); */
  /* color: #fff;
    font-size: 16px;
    line-height: 1; */
}

#temp-custom-messages {
  display: flex;
  flex-direction: column;
}

.chatbothcontain {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: white;
}

/* #chatContainer, .chat_ajax_base_div {height: 100%;} */

.video-bar {
  position: fixed;
  top: 105px;
  right: 0;
  height: 40px;
  width: 40px;
  /* Adjust the width as needed */
  background-color: transparent;
  transition: height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  z-index: 9999;
}

.video-bar.expanded {
  width: 25%;
  height: 100%;
}

.video-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  right: 20px;
  top: -10px;
}

.video-toggle i {
  font-size: 24px;
  z-index: 9999999;
  position: absolute;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAP9JREFUWEftlmEKwzAIhV9vtp1k28m2nWQ72hAqBGni07TQgf4qRJPPZ0xdcDJbTsaDAvIqUgqVQp4C3vrf36ELgK+XpVkPxUQUugN4AngBeJBQ4ntb/eXbNRZIsvw0uzFQCqNhV0ZdFkg2tQeMoKzvG4Ao7FoEiIVKw8gBUSAPagomC9SDkuTkAqvRZWrrmFFI460a7b4pmBmFRlBpmKOAmCeh221HlSwNlQXa6ibJur3UKagM0Ki1I4/nZtmiQMw7MwUVAWJget1Hl48Fsj9XprUP/7nq+MHAWKVkXNl1/NADQsPWGhSKYUvmjg17ORSQp2QpVAp5CnjrdYc8hX5FzjolAHomqAAAAABJRU5ErkJggg==);
  display: block;
  width: 40px;
}

.base-video-container {
  width: 30%;
  overflow-y: auto;
  background: white;
  border: 1pt solid grey;
  padding-top: 40px;
  bottom: 0;
  right: 0;
  position: fixed;
  height: calc(100vh - 15vh);
}

.chat-heading h4 {
  width: 100%;
}

.chat-close-modal button {
  font-size: 17px;
}

@media only screen and (max-width: 1366px) {
  .base-video-container {
    width: 50%;
    height: calc(100vh - 28vh);
  }
}

@media only screen and (max-width: 1024px) {
  .base-video-container {
    width: 50%;
    padding-top: 45px;
    height: auto;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .base-video-container {
    width: 60%;
    padding-top: 45px;
    height: auto;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .base-video-container {
    width: 100%;
    height: calc(100vh - 5vh);
    overflow: hidden;
  }
}

@media (max-width: 768px) {

  #video-chat-window video,
  #remote-media video {
    height: 240px;
  }
}

.message-notify {
  justify-content: space-around;
}

.queueMessage {
  padding-top: 10px;
  padding-left: 10px;
}

.queueMessage .content {
  padding: 20px;
  border: 1px solid;
  background: white;
  color: red;
}

/* Global setting page CSS */
.row_height {
  margin-bottom: 15px;
}

.label_height {
  padding-top: 6px;
}

.checkbox-container {
  margin: 5px;
  padding: 5px;
}

.language {
  border: 1px solid;
  height: 150px;
  overflow: scroll;
}

.cutsom_height {
  height: 45px !important;
  white-space: break-spaces;
}

/* End Global Setting page */

/* Manage Languages form */
.manual_css {
  background-color: #0d6efd !important;
  color: white !important;
}

.manual_css2 {
  background: #e9ecef;
}

.bw-0 {
  border-width: 0;
}

.bg-transparent {
  background: transparent !important;
}

/* End Manage Languages From */

.language_pagination .active {
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.language_pagination {
  float: right;
}

.modalMessageTranslate {
  width: 620px;
}

/* Observer page redesign */
.chat_observer_div {
  border: 1px solid;
  padding: 10px;
  width: 100%;
  background: #f4cccc;
  font-size: 0.9rem;
}

.chat_observer_div .wbtwPrimaryBtn {
  width: 180px;
  font-size: 0.9rem;
}

.selected-row {
  color: #fff;
  background-color: #0a58ca !important;
  border-color: #0a53be;
}

table#bundleProductListTable .selected-row, table#bundleProductListTable .selected-row td{
    color: #fff;
    background-color: #0a58ca !important;
    border-color: #0a53be;
}

.hovered-row {
  background-color: #0a58ca;
}

.hovered-row td{
  color: #fff;
}

.wbtw-nobborder {
  border-bottom: 0 none !important;
}

#video-chat-window {
  margin-bottom: 20px;
  margin-top: 40px;
}

#video-chat-window video,
#remote-media video {
  width: 100%;
  border: 3mm solid #dddcdc;
}

.logout-nav {
  margin-left: 20px;
}

.product-list-account-inner {
  overflow: hidden;
}

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

.video_ajax_base_div {
  background: white !important;
}

.cancel_new_acc_btn {
  margin: 0px !important;
}

.w-100px {
  width: 100px !important;
}

#notification_content {
  overflow-x: scroll;
}

.add-question-btn,
.delete-question-btn {
  margin-top: 18px !important;
  margin-bottom: 65px !important;
}

.table_wrapper .dataTables_scrollBody {
  overflow: auto !important;
}

.w-200px {
  width: 200px;
}

#base-custom-messages {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  word-break: break-word;
}

.pb-30px {
  padding-bottom: 30px !important;
}

#video-chat-window video,
#remote-media video {
  height: 250px;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

@media (max-width: 1050px) {
  .base-chat-container {
    overflow: scroll;
  }
}

/* Mobile-specific rule */
@media (max-width: 768px) {
  .center_only_mobile {
    text-align: center;
  }

  .mlr_mobile_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .w_max_m_100 {
    max-width: 100% !important;
  }

  .customTable ul.dropdown-menu.show {
    transform: translate3d(-2px, -82px, 0px) !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    color: #333 !important;
    border: 1px solid transparent;
  }

  .w-sm-auto {
    width: auto;
  }

  .chat-bar.expanded,
  .loading-screen,
  .video-bar.expanded {
    width: 100% !important;
    height: 90vh !important;
  }

  .dataTables_scrollBody {
    overflow: scroll !important;
  }

  .mobile-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .table_wrapper .dataTables_scrollBody,
  .dataTables_wrapper,
  .toggle-display.experience_data,
  .toggle-display.product_data,
  .product-list-account-inner,
  .overflow-sm-scroll,
  #selected_products,
  #unselected_products {
    overflow-x: scroll !important;
  }

  .product-list-account-inner {
    width: 90%;
  }

  .mobile-overflow-x-scroll .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .logout-nav {
    margin-top: 20px;
  }

  .logout-nav .nav-link {
    width: 25%;
  }

  .group-member-add {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-div.product-list-account-user {
    margin-top: 60px;
    margin-left: -140%;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .language_main_div_navbar .dropdown-menu.show {
    position: absolute;
    left: -79px;
  }

  #video-chat-window video,
  #remote-media video {
    height: 200px;
  }

  .dataTables_filter {
    float: right !important;
  }

  .ml-sm-0 {
    margin-left: 0rem !important;
  }

  .col-sm-custom-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-custom-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .d-sm-none {
    display: none;
  }

  #copyTranslatesModal {
    overflow: auto;
  }

  .registerLandingForm {
    grid-template-columns: auto !important;
  }

  #testEmail {
    margin: 0px !important;
  }

  .screens-div {
    margin-left: -100px !important;
  }

  .ms-5 {
    margin-left: 0px !important;
  }

  .ms-5 button {
    min-width: 124px !important;
  }

  .modalMessageTranslate {
    width: 100% !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .all-checkbox-product {
    margin-left: 35px;
  }

  .video-observation,
  .action-observation.mt-3 {
    width: 100% !important;
    border-radius: 0;
  }

  .ajax-loader img {
    top: 30%;
    left: 130px;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
    margin-bottom: 0rem !important;
  }

  .mt-sm-3 {
    margin-top: 0rem !important;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Screen Overlay Loader start */

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overlay_outsideClick {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.borderClass {
  border-color: black;
}

.email_sendHeading {
  font-size: 1.3rem;
}

.email_send {
  margin-top: -20px;
}

.edit-schedule-table .dataTables_filter {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.vertically-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#budletwo #bundleProductListTable_wrapper .dataTables_filter {
  margin: 1.2rem 0;
  gap: 1rem;
  display: flex;
}

#show_current_status td,
#show_current_status th,
#show_accounts td,
#show_accounts th {
  text-align: center;
}

#show_current_status th:first-child {
  text-align: left !important;
}

.dataTables_filter input[type="search"]:focus-visible {
  outline: 0;
}

.custom_small_show {
  display: none;
}

#bundleProductListTable_wrapper div#bundleProductListTable_info {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #budletwo #bundleProductListTable_wrapper #bundleProductListTable_filter {
    display: inline-block;
  }

  #budletwo #bundleProductListTable_wrapper #bundleProductListTable_filter select {
    margin: 13px 0;
  }

  .custom_small_show {
    display: block;
  }

  .custom_small_hide {
    display: none !important;
  }

  .mb-sm-2 {
    margin-bottom: 1rem;
  }

  #bundleProductListTable_filter {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-right: 60px;
  }

  .table-custom-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .chat_ajax_base_div {
    min-height: calc(100vh - 20vh);
    height: 100%;
  }
}

/* new css  */
.Custom_Cancel>.swal2-actions>.swal2-cancel {
  background-color: #6c757d;
  border-color: #6c757d;
}

#supportEntityTable,
#productsTable,
#product_listTable {
  padding-top: 20px;
}

#supportEntityTable_paginate,
#productsTable_paginate,
#usersListedTable_paginate,
#product_listTable_paginate {
  margin-bottom: 50px;
}

#product_listTable.dataTable tbody td {
  border-width: 0px !important;
}

#product_listTable.dataTable tbody td.bl-w-1 {
  border-left-width: 1px !important;
}

#product_listTable.dataTable tbody td.br-w-1 {
  border-right-width: 1px !important;
}

.attach-observ-modal .attach-form-field-label select,
.attach-flow-modal-max-with select,
.product-list-account-user select {
  width: 100%;
}

.save_new_acc_btn {
  min-width: 200px;
}

.userregisterLandingForm {
  grid-template-columns: 330px auto;
}

.tempregisterLandingForm {
  grid-template-columns: 220px auto;
}

.taskPage table tr th {
  width: 100px !important;
}

#usersListedTable tr th:nth-child(4) {
  min-width: 130px;
}

/* @media (max-width: 509px) {
    .obsertabcontent{
        justify-content: center!important;
    }
    .obsertabcontent button {
        width: 100%;
    }
} */
.showMemberWithGroup tr th:first-child {
  min-width: 230px;
}

#infoIcon {
  color: #0d6efd;
  border-color: #0d6efd;
}

#groupForm input[type="button"]:focus {
  box-shadow: none !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.recorder-back-btn,
.recorder-next-btn {
  width: auto;
}

#accounts_current_status_btn button.active,
#prodbundnav button.active {
  color: #0d6efd;
}

#accounts_current_status_btn button,
#prodbundnav button {
  color: #495057;
}

.iti__selected-flag:focus-visible {
  outline: none !important;
}

.mw-1130 {
  max-width: 1130px;
  margin: auto;
}

input[type="number"].hideArrows::-webkit-inner-spin-button,
input[type="number"].hideArrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-text-wrap {
  width: 200px;
  /* Set a specific width for wrapping */
  word-wrap: break-word;
  /* Allow words to break and wrap if they exceed the width */
}

.custom-text-wrap2 {
  width: 100px;
  /* Set a specific width for wrapping */
  word-wrap: break-word;
  /* Allow words to break and wrap if they exceed the width */
}

div:where(.swal2-icon).swal2-info {
  border-color: rgb(13, 110, 253) !important;
  color: rgb(13, 110, 253) !important;
}

#leaveVideoChat,
#reconnectVideoChat {
  z-index: 9999 !important;
}

.overlay_text {
  font-size: 1.4rem;
}

.chat-heading h3 {
  width: 90%;
}

table.dataTable tbody tr,
table tbody tr {
  word-break: break-word;
}

.showChatDiv {
  word-break: break-word;
}

.queueBorder {
  border: 5px solid #808080;
  border-radius: 0;
  outline: 0;
  height: calc(100vh - 15vh) !important;
  background-color: white;
  position: fixed;
  top: 13vh;
}

.wrap-text-dropdown option {
  white-space: normal;
}

.wrap-text-dropdown {
  white-space: normal;
  word-break: break-all;
}

.word-wrap-break {
  word-wrap: break-word;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  color: #ccc !important;
}

/* 6 Nov CSS */

.group-member-add {
  border-radius: 0.25rem;
  border: none;
  height: 40px;
  width: 80px;
}

@media only screen and (max-width: 767px) {
  /* .form-select,
  .form-control {
    font-size: 14px;
  } */

  .text-lable {
    font-size: 14px;
  }

  .group-member-add {
    height: 40px;
    width: 80px;
    font-size: 14px;
  }

  .uploadMembersBtn {
    font-size: 14px;
  }

  div#accountUser {
    padding-right: 0 !important;
  }

  div#accountUser .modal-footer {
    justify-content: center;
  }

  table.dataTable#employeesTable thead>tr>th.sorting_asc,
  table.dataTable#employeesTable thead>tr>th.sorting {
    padding: 0.5rem 0.5rem;
  }

  table.dataTable tbody tr,
  table tbody tr {
    word-break: break-word;
    font-size: 12px !important;
  }

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    font-size: 12px !important;
  }

  table.dataTable thead>tr>th.sorting:before,
  table.dataTable thead>tr>th.sorting:after,
  table.dataTable thead>tr>th.sorting_asc:before,
  table.dataTable thead>tr>th.sorting_asc:after,
  table.dataTable thead>tr>th.sorting_desc:before,
  table.dataTable thead>tr>th.sorting_desc:after,
  table.dataTable thead>tr>th.sorting_asc_disabled:before,
  table.dataTable thead>tr>th.sorting_asc_disabled:after,
  table.dataTable thead>tr>th.sorting_desc_disabled:before,
  table.dataTable thead>tr>th.sorting_desc_disabled:after,
  table.dataTable thead>tr>td.sorting:before,
  table.dataTable thead>tr>td.sorting:after,
  table.dataTable thead>tr>td.sorting_asc:before,
  table.dataTable thead>tr>td.sorting_asc:after,
  table.dataTable thead>tr>td.sorting_desc:before,
  table.dataTable thead>tr>td.sorting_desc:after,
  table.dataTable thead>tr>td.sorting_asc_disabled:before,
  table.dataTable thead>tr>td.sorting_asc_disabled:after,
  table.dataTable thead>tr>td.sorting_desc_disabled:before,
  table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: 0.125;
    right: 0px !important;
    line-height: 9px;
    font-size: 0.9em;
  }

  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 14px !important;
    line-height: normal;
  }

  div#submit_btn {
    padding-bottom: 20px !important;
  }
}

select {
  word-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important;
}

.customFont h2 {
  text-align: left;
  font-weight: 500;
}

.customFont button.swal2-close {
  color: #545454 !important;
}

.msg-body ul {
  margin-bottom: 0;
}

.disableOptions,
.disableOptions+label {
  pointer-events: none;
  opacity: 0.5;
}

li.custom_nav {
  border-radius: 5px;
  border: 1px solid black;
  background-color: lightgray;
  color: white;
  margin-left: -4px;
}

li.custom_nav .custom_nav_link {
  color: #000 !important;
}

li.custom_nav .custom_nav_link.active {
  color: #fff !important;
}

.custom_nav_link {
  color: black;
}

.custom_nav a:hover {
  color: black;
}

.order_div input[type="radio"]:checked::after {
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px;
}

#custom-accounts-tab-row .nav-link {
  height: 45px;
}

span.showLabelAccounts {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .w-11Per {
    width: 11% !important;
  }
}

.base_commonField {
  cursor: pointer;
  position: relative;
  /* width: 100%; */
  font-weight: normal;
}

.edit_select_commonField_79 {
  left: 79% !important;
}

/* .add_select_commonField {
    position: absolute;
    right: 8%;
    margin-left: -12%;
} */

.commonFieldBorder {
  border: 1px solid;
  border-collapse: collapse;
  border-top: 0px;
  padding: 5px 10px;
  width: 480px;
  border-bottom-width: 0;
}

.availableFieldLabel {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 5px 10px;
  width: 480px;
}

.data-type-heading {
  width: 510px;
}

@media (min-width: 992px) {

  .availableFieldLabel,
  .commonFieldBorder {
    min-width: 480px;
  }
}

.bt-1 {
  border-top: 1px solid;
}

.bb-1 {
  border-bottom: 1px solid;
}

.w-50 {
  width: 50%;
}

.w-80 {
  width: 80%;
}

.fieldActive {
  background-color: #0d6efd;
  color: white;
  border: 1px solid black;
}

.activeRow {
  background-color: #b4b3b3 !important;
}

.iframerIntakeForm {
  padding: 10px;
  margin: auto;
  border: 1px solid;
  word-wrap: break-word;
}

.bundleIntakeForm> :not(caption)>*>* {
  border: none;
}

.bundleIntakeForm tbody {
  border: 1px solid !important;
}

.form_with_border {
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 20px;
}

/* =============== intake form style starts == */

.fontManupulatorButton {
  font-size: 1rem;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 3px;
  color: black;
}

a.fontManupulatorButton:hover {
  color: black;
}

.intakeFormBody .fontHeadline {
  font-size: 24px;
}

.intakeFormBody .fontInstruction {
  font-size: 20px;
}

.intakeFormBody .fontOthers {
  font-size: 16px;
}

.min-w-22 {
  min-width: 22%;
}

.w-15 {
  width: 15%;
}

.w-156 {
  width: 156px;
}

.intakeFormBody .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 15%;
}

.inputCountryDiv .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 105px;
}

.inputCountryDiv .digitNumOnly {
  max-width: 370px;
}

.inputCountryDiv .custom-width {
  max-width: 370px;
}

.error {
  color: red;
}

.success {
  color: green;
}

.selected {
  color: #fff;
  background-color: #0b5ed7;
}

tr.accountData.active {
  background: #8dbaff82;
}

.form-select.error {
  color: black !important;
}

.intakeFormBody input[type="radio"]:checked:after {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.intakeFormBody input[type="radio"]:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: 8px;
  left: 7px;
  position: relative;
  background-color: #a7a4a4;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid;
}

div#selected_bundles div, div#selected_default_bundles div {
  display: flex;
}

.api-method-checkbox {
  padding-left: 34px !important;
}

.w-110 {
  width: 110% !important;
}

.font-18px {
  font-size: 18px;
}

.padding-rec {
  padding-left: 21px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.w-28 {
  width: 28%;
}

.w-30 {
  width: 30% !important;
}

.w-32 {
  width: 32% !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

@media (max-width: 768px) {
  .flex-sm-column-custom {
    flex-direction: column;
    gap: 1rem;
    float: left;
  }
}

@media (min-width: 768px) {
  .w-d-22 {
    width: 22%;
  }
}

@media (max-width: 768px) {
  .flex-sm-column-custom {
    flex-direction: column;
    gap: 1rem;
    float: left;
  }

  .emailInputMobile {
    width: 78%;
  }

  .mobileInputMobile {
    width: 64.5%;
  }
}

.w-max-content {
  width: max-content;
}

.hr-thick {
  border-top: 4px solid #000;
}

.h-fit-content {
  height: fit-content;
}

.paddingRight {
  padding-right: 30px !important;
}

.accountDetailtable-container table td {
  cursor: default;
}

/* bundle intake form new css */
.btn_bundle_IntakeForm_Field {
  min-height: 50px;
  border-radius: 8px;
  margin-left: 10px;
  text-align: center;
  margin-top: 5px;
  align-items: center;
  width: 90%;
  border: 1px solid;
}

.btn_bundle_IntakeForm_Field.active {
  color: black;
  background: #c8c8c8;
  border: 1px solid;
  width: 90%;
  font-weight: bolder;
}

.btn_bundle_IntakeForm_Field .checkIcon .fa-solid {
  color: blue;
}

.btn_bundle_IntakeForm_Field .checkIcon .fa-solid {
  color: #3e65f4;
  font-size: 1.4rem;
}

li.ui-state-default.row.active {
  background: gray;
  width: 104.5%;
}

.custom_border {
  border: 1px solid black !important;
}

.custom-padding-table td {
  padding: 4px 6px 4px 6px !important;
}

.font-17px {
  font-size: 17px;
}

.font-19px {
  font-size: 19px;

  width: 104.5%;
}

#form_sortable {
  overflow: hidden;
  padding: 0 5px;
}

.w-10Per {
  width: 10%;
}

.statusMapTableScroll {
  display: table;
  overflow: auto;
  max-height: 500px;
}

.setContentSelect {
  width: fit-content;
}

#intakeUserForm select,
#intakeAttendeeUserForm select,
.iframerIntakeForm select {
  width: 100%;
}

ul#form_sortable>li:first-child .upSortArrow,
ul#form_sortable>li:last-child .downSortArrow {
  visibility: hidden;
}

.edit_delete_Field {
  padding-left: 7px;
  margin-bottom: 0px !important;
}

.w-140 {
  width: 140% !important;
}

.w-14 {
  width: 14% !important;
}

.w-13 {
  width: 13% !important;
}

.w-3 {
  width: 3% !important;
}

.w-8 {
  width: 8% !important;
}

.w-6 {
  width: 6% !important;
}

.fit-content {
  width: fit-content;
}

.primary-label {
  position: relative;
  bottom: 32px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: none;
  /* Initially hide the primary label */
}

#dropArea {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.card-img-top {
  max-height: 130px;
  width: 100%;
  object-fit: cover;
}

.loading {
  display: none;
  /* Initially hide the loader */
  text-align: center;
  margin: 20px auto;
}

.progressLoader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
  border-radius: 0px;
}

.close-btn {
  position: absolute;
  left: 135px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.primaryBtn {
  width: 56%;
  position: absolute;
  top: 7px;
  height: auto;
  left: 70px;
  border-color: #888e93;
  background-color: #888e93;
}

.delete-confirmation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  z-index: 999;
  text-align: center;
}

div#imageContainer {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

div#imageContainer .imageData .card {
  min-height: 145px;
  height: 145px;
  width: 100%;
}

div#imageContainer .imageData .card img.card-img-top {
  min-height: 145px;
  object-fit: cover;
  height: 145px;
}

.carousel-wrapper {
  /* position: relative; */
  overflow: hidden;
  width: 100%;
  max-width: 720px;
}

.carousel {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel .card {
  min-width: 171px;
  width: 100%;
  margin-right: 15px;
}

.arrow-scroll-left,
.arrow-scroll-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ddd;
  /* padding: 5px; */
  border: none;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-scroll-left {
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.arrow-scroll-right {
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.carousel-wrapper div#imageContainer {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  /* margin-left: 14px; */
  /* gap: 4px; */
}

.carousel-wrapper div#imageContainer .col-md-3.imageData {
  width: 22% !important;
  margin: 0 25px 0 0;
  max-width: 22% !important;
}

@media (max-width: 1025px) {
  div#imageContainer .imageData .card button.close.close-btn {
    font-size: 12px;
  }

  div#imageContainer .imageData .card {
    min-height: 182px;
    height: auto;
    width: 100%;
  }

  div#imageContainer .imageData .card img.card-img-top {
    min-height: 95px;
    object-fit: cover;
    height: auto;
  }

  .col-md-3.mb-3.imageData {
    max-width: 33%;
    width: 33%;
  }

  div#imageContainer .imageData .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .carousel-wrapper div#imageContainer .col-md-3.imageData {
    width: 32% !important;
    margin: 0 20px 0 0;
    max-width: 36% !important;
  }

  .arrow-scroll-left,
  .arrow-scroll-right {
    position: absolute;
    top: 30%;
  }
}

@media (max-width: 922px) {
  div#imageContainer .imageData .card button.close.close-btn {
    font-size: 12px;
  }

  div#imageContainer .imageData .card {
    min-height: 205px;
    height: auto;
    width: 100%;
  }

  div#imageContainer .imageData .card img.card-img-top {
    min-height: 95px;
    object-fit: cover;
    height: auto;
  }

  .col-md-3.mb-3.imageData {
    max-width: 33%;
    width: 33%;
  }

  div#imageContainer .imageData .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bundleproductadd .col-md-3 button.btn.btn-primary {
    padding: 10px 5px;
    font-size: 12px;
  }

  .arrow-scroll-left,
  .arrow-scroll-right {
    position: absolute;
    top: 30%;
  }

  .carousel-wrapper div#imageContainer .col-md-3.imageData {
    width: 50% !important;
    margin: 0 20px 0 0;
    max-width: 50% !important;
  }
}

@media (max-width: 768px) {
  div#imageContainer .imageData .card button.close.close-btn {
    font-size: 12px;
  }

  div#imageContainer .imageData .card {
    min-height: 205px;
    height: auto;
    width: 100%;
  }

  div#imageContainer .imageData .card img.card-img-top {
    min-height: 95px;
    object-fit: cover;
    height: auto;
  }

  .col-md-3.mb-3.imageData {
    max-width: 33%;
    width: 33%;
  }

  div#imageContainer .imageData .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bundleproductadd .col-md-3 button.btn.btn-primary {
    padding: 10px 5px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  div#imageContainer {
    padding-top: 24px;
  }

  .arrow-scroll-left,
  .arrow-scroll-right {
    position: absolute;
    top: 55%;
  }

  .primaryBtn {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.max-width-52 {
  max-width: 53%;
  width: 52%;
}

.copyclip-icon {
  width: 28px;
}

.testKitImages {
  margin-top: -13px;
}

@media screen and (max-width: 1025px) {
  .max-width-52 {
    max-width: 47%;
    width: 50%;
  }

  .copyclip-icon {
    width: fit-content;
    margin-bottom: 15px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 922px) {
  .max-width-52 {
    max-width: 47%;
    width: 50%;
  }

  .copyclip-icon {
    width: fit-content;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .max-width-52 {
    max-width: 47%;
    width: 50%;
  }

  .copyclip-icon {
    width: fit-content;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .max-width-52 {
    max-width: 88%;
    width: 100%;
  }

  .copyclip-icon {
    width: fit-content;
  }
}

.add_edit_dropdown {
  /* width: 3rem !important; */
  min-width: 4.75rem;
}
.pr_23{
  padding-right: 23px!important;
}

.add_edit_dropdown input {
  width: 76px !important;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.add_edit_dropdown .btn:focus {
  box-shadow: none !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.picdelete {
  font-size: 30px;
  margin-bottom: 5px;
}

.imageData {
  height: 160px;
}

.sendUnsentBtnCSS {
  max-width: 180px;
  width: 100%;
  min-height: 48px;
  height: auto;
  font-size: 12px;
  /* border: 1px solid #0d0d0d; */
}

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

.text2 {
  display: inline-block;
  width: 15%;
  /* Adjust the width as needed */
  margin-left: 35px;
  /* Additional styling */
}

/*
.ui-sortable-disabled .ui-state-default {
    cursor: not-allowed;

  } */
.qrReader video,
canvas {
  width: 100%;
  height: 45px;
  object-fit: cover;
  vertical-align: middle;
}

.drawingBuffer {
  display: none;
}

div#imagesContainer .imageRow .imageRow-popup,
div.customViewKit #imagesContainer .imageRow-popup {
  min-height: 200px;
  height: 250px;
  display: flex;
  align-items: flex-start;
}

.skipVideoPhoto {
  font-size: 18px !important;
  font-weight: normal;
}

.swal-flow {
  text-align: left;
  color: black;
}

.mt-5px {
  margin-top: -5px;
}

.larger-font {
  font-size: larger;
}

.font-size {
  font-size: 19px;
}

/* .image-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.image-container img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.bundleName {
    margin-left: 10px;
}
} */

.card .close-btn,
.card .set-primary {
  display: none;
  /* Hide by default */
}

.card:hover .close-btn,
.card:hover .set-primary {
  display: flex;
  /* Show on hover */
}

#uploadModal .modal-body {
  padding: 2rem;
}

#uploadModal .progress {
  height: 0.5rem;
}

.w-280px {
  width: 280px;
}

@media (max-width: 768px) {
  .iframerIntakeForm .row.mb-3 .col-md-3:first-child {
    border-right: 1px solid #ccc;
  }
}

/*
* intakeFormView page changes
*/
#intakeAttendeeUserForm select {
  max-width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
  #intakeAttendeeUserForm .col-md-12.mt-3.acceptanceMainDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  #intakeAttendeeUserForm .col-md-12.mt-3.acceptanceMainDiv .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #intakeAttendeeUserForm .font-size {
    font-size: 16px;
  }
}

/*
* intakeAccountData Page css chagnes
*/
.search-term-text {
  font-size: 23px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) {
  .search-term-text {
    font-size: 18px;
  }
}

.dataTables_filter {
  margin-bottom: 15px;
}

/*
* intake_form_user page css changes
*/

@media only screen and (min-width: 768px) {
  .w-md-25 {
    width: 25%;
  }

  .w-md-35 {
    width: 35%;
  }
}

.intakeFormBody .mainSetupForm .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 105px;
}

.mainSetupForm .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  width: 100%;
}

.mainSetupForm .form-control.mobileInputMobile.mobileNoInupt {
  width: calc(100% - 105px);
  margin-left: 5px;
}

#intakeUserForm .btn_bundle_IntakeForm_Field {
  width: calc(100% - 26px);
}

@media only screen and (max-width: 767px) {
  #intakeUserForm .font-size {
    font-size: 16px;
  }
}

/*
*   account/dashboard page
*/
@media only screen and (max-width: 991px) {
  .wbtwAIconText {
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
    padding: 10px 5px 5px 5px;
  }

  .wbtwAIconText h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .w-100-m {
    width: 100%;
  }
}

/*
*   account/assignments
*/
#detailsAssignmentsTable_wrapper .table thead th,
table#assignmentsTable.dataTable thead th {
  vertical-align: middle;
}

table#assignmentsTable.dataTable tbody tr td .btn-view {
  min-width: 65px;
}

table#assignmentsTable thead th.w-10.sorting {
  min-width: 48px;
}

@media only screen and (max-width: 767px) {
  table thead tr th {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  #assignmentsTable_wrapper.dataTables_wrapper {
    overflow-x: scroll !important;
  }
}

.v-m-middle thead tr th {
  vertical-align: middle !important;
}

/*
* observer_queue page
*/
@media only screen and (max-width: 767px) {
  .observer-form-queue {
    font-size: 14px;
  }

  .form-control-file {
    max-width: 100%;
  }
}

/* .country_code_field .iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 115px;
} */

.country_code_field .iti--separate-dial-code .iti__flag-container {
  width: auto;
  min-height: 25px;
}

.hide-important {
  display: none !important;
}

.ks-request-lable {
  max-width: 95px;
}

.ks-fw-normal {
  font-weight: normal !important;
}

.ks-order-label {
  max-width: 250px !important;
}

.ks-order-label2 {
  max-width: 350px !important;
}

#progress-bar-container {
  width: 100%;
  background: #ddd;
}

#progress-bar {
  width: 0%;
  height: 20px;
  background: #0d6efd !important;
}

.countryState {
  row-gap: 16px;
}

.identificationTab {
  display: flex;
}

.selectedTab {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.selectedTab.active {
  background-color: #ddd;
}

#contentTab {
  display: none;
  margin-top: 20px;
}

.contentTab.active {
  display: block;
}

#selectedManualEntry {
  margin-top: 10px;
}

.white_space_nowrap {
  white-space: nowrap;
}

.font-20px {
  font-size: 20px !important;
}

#uploaded,
#not-uploaded {
  display: none;
}

#uploaded.active,
#not-uploaded.active {
  display: block;
}

#tab-uploaded.active {
  font-weight: bold;
}

#tab-not-uploaded.active {
  font-weight: bold;
}

#uploaded-edit,
#not-uploaded-edit {
  display: none;
}

#uploaded-edit.active {
  display: block;
}

#not-uploaded-edit.active {
  display: block;
}

#tab-uploaded-edit.active {
  font-weight: bold;
}

#tab-not-uploaded-edit.active {
  font-weight: bold;
}

.msgRead {
  background-color: lightgray !important;
}

/* #nav-drawSignature {
    background: #ececec;
} */
#signatureCanvas {
  background: #fff;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  border: 1px solid #4b00ff;
}

#clear-drawSignature {
  background: #4b00ff;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  height: 100%;
}

#clear-drawSignature span {
  transform: rotate(90deg);
  display: block;
}

.disabledClass {
  pointer-events: none;
  background-color: lightgray;
}

#electronicordertable thead tr th {
  white-space: nowrap;
}

.input-error {
  background-color: #ffc4c4 !important;
}

.input-success {
  background-color: #cff3cf !important;
}

.nav-tabs.patient-signature-tabs {
  border-bottom: 0px !important;
  max-width: 570px;
}

#onlineOrdersTable thead tr th {
  white-space: nowrap;
}

.patient-signature-tabs .custom_nav {
  background-color: #fff;
  margin: 0;
  border-radius: 0;
  /* flex-basis: inherit !important;
    flex-grow: inherit  !important; */
  border-color: #ced4da;
}

.patient-signature-tabs .custom_nav:nth-child(1) {
  max-width: 160px;
}

.patient-signature-tabs .custom_nav:nth-child(2) {
  max-width: 150px;
}

.patient-signature-tabs .custom_nav .custom_nav_link {
  border-radius: 0px;
  padding: 0.83rem 0.5rem;
  height: 100%;
}

.patient-signature-tabs .custom_nav .custom_nav_link:hover {
  color: black;
}

.patient-signature-tabs .custom_nav .custom_nav_link.active:hover {
  color: #fff;
}

button.btn-clear {
  border-radius: 6px;
  height: auto;
  border: 1px solid #919191;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  height: 38px;
  color: #000000 !important;
}

#clear-uploadSignatureImage {
  margin-right: -31px;
}

#fullNameInput {
  background-color: #eee;
  border-radius: 0px;
  border-color: #000;
  max-width: 570px;
}

@media (min-width: 992.98px) {
  #nav-drawSignature .col-md-7 {
    max-width: 568px;
    min-width: 569px;
  }
}

.uploadSignatureImage img {
  height: 100%;
  max-width: 569px;
  width: auto;
}

.custom_dynamic_data_type .doubleBlindFieldNumber,
.mw-75 {
  width: 75px;
}

.w-142 {
  max-width: 135px;
  width: 100%;
}

#custom_instruction {
  height: 55px;
}

.vital .default_label_col {
  width: fit-content;
}

.vital .col-md-2.col-12 {
  width: fit-content;
}

.doubleBlindFieldNumber.custom-width {
  width: auto;
}

/* mobile and desktop responsiveness */
.preview {
  overflow: hidden;

  .device {
    position: relative;
    width: 680px;
    height: 400px;
    margin: 0 auto;
    border: 1px solid #999;

    &,
    &:after,
    iframe {
      transition: all 0.5s ease;
    }

    iframe {
      transform: scale(0.5);
      border-radius: 1em;
    }

    &:after {
      content: " ";
      background-color: #444;
      position: absolute;
    }
  }

  .device-desktop {
    max-width: 680px;
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0;
    border-radius: 1em;
    border: none;

    &:after {
      display: none;
    }

    iframe {
      width: 1360px;
      height: 800px;
    }
  }

  .device-tablet-p {
    width: 384px;
    height: 512px;
    padding: 1em 1em 3em;
    border-radius: 1em;

    &:after {
      width: 1.5em;
      height: 1.5em;
      bottom: 0.75em;
      left: 47%;
      border-radius: 100em;
    }

    iframe {
      width: 768px;
      height: 1024px;
    }
  }

  .device-tablet-l {
    width: 512px;
    height: 384px;
    padding: 1em 3em 1em 1em;
    border-radius: 1em;

    &:after {
      width: 1.5em;
      height: 1.5em;
      left: 93.5%;
      bottom: 47%;
      border-radius: 100em;
    }

    iframe {
      width: 1024px;
      height: 768px;
    }
  }

  .device-mobile-p,
  .device-mobile-l {
    iframe {
      transform: scale(0.75);
    }
  }

  .device-mobile-p {
    width: 240px;
    min-height: 420px;
    height: auto;
    padding: 1em 1em 3em;
    border-radius: 1em;

    &:after {
      width: 2em;
      height: 2em;
      bottom: 0.5em;
      left: 45%;
      border-radius: 100em;
    }

    iframe {
      width: 320px;
      height: 560px;
    }
  }

  .device-mobile-l {
    width: 420px;
    height: 240px;
    padding: 1em 3em 1em 1em;
    border-radius: 1em;

    &:after {
      width: 2em;
      height: 2em;
      left: 91.5%;
      bottom: 45%;
      border-radius: 100em;
    }

    iframe {
      width: 560px;
      height: 320px;
    }
  }

  iframe {
    margin: 0;
    border: 0;
    transform-origin: 0 0;
  }
}

.devices {
  list-style: none;
  width: 100%;
  text-align: right;
  margin: 0px;
  padding: 0px;

  &>li {
    display: inline-block;
    line-height: 2em;
    margin: 0 1em 0 0;
  }
}

#getHelpModalLabel {
  font-weight: 600;
}

.expectText {
  font-style: italic;
  font-weight: 400;
}

.prefilledContent {
  min-height: 180px;
}

.temperatureField_lable {
  width: 60px;
}

.container.overflow-sm-scroll.w-100 img {
  max-width: 100%;
  height: auto;
}

.RadioBtnHeightWidth input[type="radio"]:checked::after {
  width: 16px;
  height: 16px;
  /* top: -1px;
    left: -1px; */
}

.form-des-col {
  width: 40% !important;
}

.form-entity-col {
  width: 92px !important;
}

@media (max-width: 767.98px) {
  #custom-question-group {
    font-size: 16px;
  }

  #custom-question-group input[type="radio"] {
    width: 12px;
    height: 12px;
  }

  #custom-question-group input[type="radio"]:checked::after {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 768px) {
  #custom-question-group {
    font-size: 22px;
  }

  #custom-question-group input[type="radio"] {
    width: 16px;
    height: 16px;
  }

  #custom-question-group input[type="radio"]:checked::after {
    width: 20px;
    height: 20px;
  }
}

.signature_view {
  border: 1px solid #000;
  width: 100%;
  height: 230px !important;
  background: #eee;
}

@media (min-width: 1200px) {
  .signature_view {
    width: 570px;
  }
}

@media (max-width: 1199.98px) {
  .signature_view_canvash {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .patient-signature-tabs .custom_nav .custom_nav_link {
    min-height: 110px;
  }
}

.f-none {
  float: none !important;
}

.mw-40 {
  width: 40px;
}

span.show-text-label {
  margin-left: 4px;
}

.required-text-label,
.show-text-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.available-prder-sec .form-check {
  padding-left: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.available-prder-sec .form-check .form-check-input {
  float: none;
  margin: auto;
}

.di-tabs .nav-tabs .nav-link,
#locationsUserEdit .nav-tabs .nav-link,
#locationsUser .nav-tabs .nav-link {
  border-radius: 5px;
  border: 1px solid black;
  background-color: lightgray;
  color: black;
  margin-left: -4px;
  padding: 0.5rem 0.5rem;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  height: auto;
}

.di-tabs .nav-tabs .nav-link.active,
#locationsUserEdit .nav-tabs .nav-link.active,
#locationsUser .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0d6efd;
}

@media (min-width: 768px) {
  .col-md-3.location-lable {
    width: 20%;
  }
}

.di-tabs .table> :not(caption)>*>*,
#locationsUserEdit .table> :not(caption)>*>*,
#locationsUser .table> :not(caption)>*>* {
  padding: 0.2rem 0.3rem;
}

.di-tabs .table td.text-truncate,
#locationsUserEdit .table td.text-truncate,
#locationsUser .table td.text-truncate {
  max-width: 330px;
  padding-right: 0px !important;
}

#locationsUserEdit .form-control {
  padding: 0.2rem 0.75rem;
}

#locationsUserEdit .form-select {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.contact1-table_editview tr {
  position: relative;
}

.contact1-table_editview tr .show-action-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.contact1-table_editview tr .role-col-text {
  display: block;
}

.contact1-table_editview tr:hover .show-action-button {
  display: block;
}

.contact1-table_editview tr:hover .role-col-text {
  opacity: 0;
}

.required-text {
  color: red;
}

.contacts-information-div>.row>.col-md-9,
.contacts-information-div>.row>.col-md-3 {
  width: 100%;
}

.entity_communications {
  padding-left: 15px;
}

.btn.btn-50 {
  height: 50px;
}

.bi-check-lg::before {
  font-size: 22px;
  vertical-align: middle;
}

.bi-x::before,
.bi-x-22::before {
  font-weight: bold !important;
  font-size: 22px;
  vertical-align: middle;
}

.downSortArrow .bi-arrow-down-short::before,
.upSortArrow .bi-arrow-up-short::before {
  font-size: 25px;
  vertical-align: middle;
  font-weight: bold !important;
}

.bi-truck::before {
  font-size: 22px;
  font-weight: 900 !important;
}

.fontManupulatorButton .bi-arrow-down-short::before,
.fontManupulatorButton .bi-arrow-up-short::before {
  font-size: 24px;
  vertical-align: bottom;
  font-weight: 700 !important;
}

div:where(.swal2-icon) {
  margin: 2.5em auto 0.6em !important;
}

.share-response-observer {
  font-size: 13px;
  color: red;
}

.shipmentCarrier {
  height: calc(100% - 25px);
}

.underlined-hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 768px) {
  .col-md-4.col-md-27 {
    width: 27%;
  }
}

#successModal .modal-dialog {
  max-width: 400px;
}

#successModal .bi-check2 {
  display: block;
  margin: auto;
  font-size: 54px;
  border: 1px solid #2224fd;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  color: #2224fd;
  box-shadow: 0 0 0px 8px #2224fd47;
  height: 80px;
}

#successModalContent {
  width: fit-content;
  font-size: 18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .col-md-2.view-form {
    width: 13.66666667%;
  }
}

.wbtwAIconText {
  background: #ffffff;
  padding: 10px 8px;
  border-radius: 5px;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}

.wbtwAIconText h5 {
  font-size: 1rem;
  order: 2;
  margin: 0 !important;
  min-height: 45px;
}

.wbtwAIconText h1 {
  order: 1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.registerLandingForm .event-form-field div {
  margin: inherit;
}

.w-fit {
  width: fit-content;
}

#global-sso {
  font-size: 20px;
}

.selectedTable-row {
  background-color: lightgray;
}

.selectedTable-row td{
    background-color: lightgray !important;
}

ul.suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  list-style: none;
  border: 1px solid #ccc;
  padding: 0px;
  margin: 0;
  overflow: auto;
  max-height: 500px;
}

ul.suggestions-list li.suggestion-item {
  padding: 5px 12px;
}

ul.suggestions-list li.suggestion-item:hover {
  background: #eeeeee;
}

#addAssigneeForm i.bi.bi-arrow-right-circle,#addAssigneeForm i.bi.bi-arrow-left-circle ,#addAssigneeFormBulkOrder i.bi.bi-arrow-right-circle, #addAssigneeFormBulkOrder i.bi.bi-arrow-left-circle {
  font-size: 2rem;
}

.order-phone-col {
  width: 31.2%;
}

.add_support_id_col .form-control {
  width: 65%;
}

.col-w-21 {
  width: 19%;
  padding-right: 0px !important;
}

@keyframes ellipsis {
  0% {
    content: ".";
  }

  10% {
    content: "..";
  }

  20% {
    content: "...";
  }

  30% {
    content: "....";
  }

  40% {
    content: ".....";
  }

  50% {
    content: "......";
  }

  60% {
    content: ".......";
  }

  70% {
    content: "........";
  }
}

#retrying-loader::after {
  content: ".";
  animation: ellipsis 2s steps(10, end) infinite;
}

#resubmitting-loader::after {
  content: ".";
  animation: ellipsis 2s steps(10, end) infinite;
}

#detailsModal.modal.modal-static .modal-dialog {
  transform: scale(1);
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.v-middle {
  vertical-align: middle;
}

/* #nav-tabContent .table tr td{
    vertical-align: middle;
} */

.edit_delete_Field input:focus,
.edit_delete_Field input:active,
.add_edit_dropdown input:focus,
.add_edit_dropdown input:active {
  border: none;
  outline: none;
}

@media (min-width: 992px) {
  .contacts-information-div .form-group .col-md-9 {
    width: 50%;
  }

  .w-50_account_name {
    width: 66%;
    max-width: 408px;
  }

  .contacts-information-div .form-group .col-md-8:not(.provider_credentials_field) {
    width: 50%;
  }
}

.contacts-information-div .col-md-10.col-lg-9.col-xl-8,
.contacts-information-div .col-lg-3.col-md-4.d-flex.flex-column {
  width: 100%;
}

.contacts-information-div #nav-samplePickup1 table td,
#intakeUserForm table td,
#addLocationFormPopup table td {
  vertical-align: middle;
}

.action-btns.support-entities-action {
  margin-right: -115px;
  margin-top: -38px;
}

div#secureFaxLabResults.col-1,
div#secureFaxLabOrders.col-1,
div#secureFaxProviderOrders.col-1 {
  width: 16.66666667%;
}

.admin_prder-sec .col-1 {
  width: 10.33333333%;
}

#apiMethodsTable tr th,
#apiMethodsTable tr td {
  padding-left: 15px;
  vertical-align: middle;
}

.available-locations-checkbox .form-check {
  margin-left: 17px;
}

.select-bundle-box {
  position: relative;
  width: 65%;
}

.err-msg-txt {
  position: absolute;
}

#newLoginsTable .col-tasktype {
  width: 35% !important;
}

#newLoginsTable .col-name {
  width: 50% !important;
}

#newLoginsTable .col-action {
  width: 120px !important;
}

.showLegalContent img {
  max-width: 100%;
}

.input-radio-field input[type="radio"] {
  position: relative;
}

.input-radio-field input[type="radio"]:checked:after {
  position: absolute;
}

.priceInupt span {
  position: absolute;
  left: 10px;
  top: 7px;
}

@media (max-width: 767px) {
  .priceInupt span {
    top: 5px;
  }
}

.priceInupt .form-control {
  padding-left: 18px;
}

body {
  overflow-y: scroll !important;
  overflow-x: hidden;
  padding-right: 0px !important;
}

.event_tag_select-col.col-md-4 {
  width: 34.6%;
}

#groupForm .modal-body {
  overflow: auto;
  max-height: 86.5vh;
}

.pt-05 {
  padding-top: 6px;
}

.pt5 {
  padding-top: 5px;
}

button#continue-btn.shadow {
  font-weight: bold;
  box-shadow: none !important;
  font-size: 18px;
}

.btn-primary.btn-view-store {
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom_message_data {
  overflow: hidden;
  min-height: 50px;
}

#credentials {
  height: 60px;
}

.viewKitImages {
  color: var(--bs-link-color);
  text-decoration: underline;
}

.viewKitImages:hover {
  color: var(--bs-link-color) !important;
}

.viewKitImages:active,
.viewKitImages:focus {
  color: var(--bs-link-color) !important;
  box-shadow: none;
  outline: 0px;
  border-color: transparent !important;
}

.availabel-col {
  width: 112px;
}

.weight_unit {
  width: 54%;
}

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

@media (min-width: 768px) {
  #addApiMethodForm .col-md-4.w-29 {
    width: 29%;
    padding-right: 0px;
  }

  .add_support_id_col.w-55 {
    width: 55px;
  }
}

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

.btn-custom-dropdown {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.table-support-entity th,
.table-support-entity td {
  font-size: 14px;
  vertical-align: middle;
}

/* .table-support-entity>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
} */
.table-support-entity tbody tr.table-active td {
  background-color: #0d6efd;
  color: #fff;
}

.table-support-entity tbody tr.table-select td {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-support-entity th .btn-small {
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.field-mapping-table tbody tr td {
  vertical-align: middle;
}

.field-mapping-table tbody tr td.arrow-right-wt {
  position: relative;
  padding-right: 40px;
}

.map_input_field_identifier_td .form-control,
.map_input_field_name_td .form-control {
  padding: 0.175rem 0.75rem;
}

.btn-arrow-next {
  background: url();
  background-image: url('data:image/svg+xml;utf8,<svg height="20px" width="20px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 227.096 227.096" xml:space="preserve"><g><g><polygon points="152.835,39.285 146.933,45.183 211.113,109.373 0,109.373 0,117.723 211.124,117.723 146.933,181.902 152.835,187.811 227.096,113.55 "></polygon></g></g></svg>');
  /* background-color: #fff; */
  position: absolute;
  height: 100%;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  width: 30px;
  right: 5px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

table.vl-middle tr td {
  vertical-align: middle;
}

.mappings-popup-class {
  max-width: 380px;
}

.mappings-actions-class {
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  flex-direction: row-reverse;
}

.mappings-actions-class button:where(.swal2-styled) {
  padding: 0.325em 0.5em;
  width: 85px;
}

.swal2-popup.mappings-popup-class {
  padding-top: 32px;
}

.mappings-title-class {
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  width: 100%;
}

.mappings-title-class~.swal2-html-container {
  text-align: left;
}

.fixed-size-button {
  width: 60px;
  height: 30px;
  padding: 0;
  font-size: 0.8rem;
}

.invalid-feedback {
  color: red;
}

@media (min-width: 992px) {
  .form-control.method-id-input {
    width: 50%;
  }
}

.temperature-label {
  white-space: nowrap;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .temperature-group.d-flex {
    flex-wrap: wrap;

    .temperature-label {
      width: auto !important;
    }
  }
}

.genderField select.figma-row-select.form-select.modal-input.w-25 {
  max-width: 153px;
}

@media (min-width: 1400px) {
  .col-12.col-md.otherField.global-set {
    max-width: 27%;
  }

  .col-12.col-md.otherField.global-set .asset_type_label {
    width: 37%;
  }

  .account-label-col {
    width: 29.5%;
  }

  .col-12.col-md.otherField.account-set {
    max-width: 22%;
  }
}

@media (min-width: 992px) {
  .available-prder-sec {
    min-width: 840px;
  }
}

@media (min-width: 768px) {
  .available-prder-sec {
    min-width: 700px;
  }

  .modal .available-prder-sec {
    min-width: auto;
  }

  .di-error.di-error-lg {
    min-width: 28vw;
    margin-left: -6vw;
  }

  td.samplePickup-col {
    width: 29.5%;
  }

  .pe-8 {
    padding-right: 8px;
  }
}

.optionFieldsSet {
  width: 33.5%;
}

.w-85 {
  min-width: 85px;
}

td.phone-number-col {
  white-space: nowrap;
}

.available-prder-sec .col-1 {
  min-width: 55px;
}

.available-prder-sec .col-2 {
  min-width: 130px;
}

@media (max-width: 767.9px) {
  .samplePickup-col {
    width: 35% !important;
  }

  #nav-samplePickup1 .table tr td {
    vertical-align: middle;
  }

  .mobile-field .col-md-3 {
    margin-bottom: 3px;
  }

  .m-w-100 {
    width: 100%;
  }

  #nav-samplePickup1 .table tr td .col-6 {
    width: 100%;
  }

  .accountTypeField select.figma-row-select.form-select.w-32 {
    width: 100% !important;
  }

  .notesField input.form-control.w-50 {
    width: 100% !important;
  }

  select.form-select.w-32 {
    width: auto !important;
  }

  .col-w-21 {
    width: 100% !important;
  }

  .w-28 {
    width: 100% !important;
  }
}

.custom-swat2 {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.5em auto 0.6em;
  border: 0.25em solid #facea8;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
  color: #f8bb86;
  display: flex;
}

.custom-swat2 span {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.custom-swat2-title {
  font-size: 26px;
  color: rgb(84, 84, 84);
}

.custom-swat2-content {
  font-size: 18px;
  color: rgb(84, 84, 84);
}

#deactivateModal .btn.btn-primary,
#deactivateModal .btn.btn-secondary {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  color: #fff;
  font-size: 1em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}

#deactivateModal .btn.btn-secondary {
  background-color: #6e7881;
}

#deactivateModal .btn.btn-primary {
  background-color: rgb(13, 110, 253);
}

#deactivateModal .modal-dialog {
  max-width: 512px;
}

#nav-samplePickup1 .table tr td {
  font-size: 1rem;
}

.template_variables_scroll {
  max-height: 75vh;
  overflow: auto;
}

#nav-samplePickup1 .table.table-borderless td.pe-0 .col-6>.d-flex.w-100 {
  flex-wrap: wrap;
}

#nav-samplePickup1 .table.table-borderless td.pe-0 .col-6 .d-flex.inputCountryDiv,
#nav-samplePickup1 .table.table-borderless td.pe-0 .col-6 .d-flex.w-100.inputCountryDiv {
  width: 100px !important;
  margin-right: 15px;
}

#nav-samplePickup1 .table.table-borderless td.pe-0 .col-6 input.form-control.mobileInputMobile {
  width: calc(100% - 115px);
}

.commslog-tabs table tr td {
  vertical-align: middle;
}

.ml-n3 {
  margin-left: -3px;
}

.btn-templateview {
  text-decoration: underline;
}

#collapseTypeExample {
  position: absolute;
  width: 320px;
  margin-left: 20px;
  margin-top: 5px;
  height: auto !important;
  z-index: 10;
}

.setting-account-data-table tr td {
  padding: 0.1rem 0.3rem;
}

@media (min-width: 992px) {
  .info-type-col .collapse:not(.show) {
    display: none;
  }

  .info-type-col:hover .collapse {
    display: block;
  }

  /* span.info-type-icon:hover + .collapse {
        display: block;
    } */
}

.setting-account-data-table tr td:first-child {
  padding-left: 1rem;
}

@media (max-width: 480px) {
  .available-prder-sec {
    font-size: 14px;
  }

  .available-prder-sec .col-2 {
    min-width: 85px;
  }

  .available-prder-sec .col-1 {
    min-width: 48px;
  }
}

/*  Fixed calendar Icon issues */
@media (max-width: 1200px) {
  input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }

  input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }

  input[type="date"],
  input[type="time"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 0;
    background-size: 1.1rem;
    text-align: left;
  }

  input[type="date"] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="Granite Gray"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/></svg>');
  }

  input[type="time"] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="Granite Gray"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>');
  }
}

.test_result_accordion .accordion-button::after {
  display: none;
}

.carrierOptionTab {
  max-width: 768px;
}

/*  Inbound Fax Styles */
.inbound-container {
  --border-color: #999;
  --list-bg: #d3d3d3;
  height: 100%;
}

.inbound-container .inbound-mobile-view {
  max-width: 420px;
  margin: auto;
  border: 1px solid #999;
  border-radius: 24px;
  padding: 0px 0px 0px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.inbound-container .inbound-mobile-view .tab-content {
  height: 100%;
  overflow: auto;
  border-radius: 0 0 20px 10px;
}

.inbound-container .inbound-mobile-view .image-review-content {
  /* min-height: 480px; */
  border: 1px solid #999;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.inbound-container .inbound-mobile-view .image-review-content canvas {
  width: auto;
  height: auto;
}

.inbound-container .inbound-mobile-view .user_routing_completed #reviewImage.tab-pane.active {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.inbound-container .inbound-mobile-view .panel-top-stickey {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  margin-left: -1rem;
  padding: 1rem;
  margin-right: -1rem;
}

.inbound-container .inbound-mobile-view .panel-top-stickey.destination-sec {
  padding: 0.3rem 1rem;
}

.inbound-container .routing-search-list-container {
  margin-left: -1rem;
  margin-right: -1rem;
}

.inbound-container .routing-search-list-container .routing-search-list .routing-search-title {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.inbound-container .routing-search-list-container .routing-search-list ul {
  list-style: none;
}

.inbound-container .routing-search-list-container .routing-search-list ul li {
  border-top: 1px solid var(--border-color);
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}

.inbound-container .routing-search-list-container .routing-search-list ul li:nth-child(odd) {
  background-color: var(--list-bg);
}

.inbound-container .routing-search-list-container .routing-search-list ul li:hover {
  background-color: #007bff;
  color: #fff;
}

.inbound-container .destination-list {
  margin-left: -1rem;
  margin-right: -1rem;
}

.inbound-container .destination-list .destination-user-list-div .user-type-title {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.inbound-container .destination-list .destination-user-list-div ul {
  list-style: none;
}

.inbound-container .destination-list .destination-user-list-div ul li {
  border-top: 1px solid var(--border-color);
  padding-top: 3px;
  padding-bottom: 3px;
}

.inbound-container .destination-list .destination-user-list-div ul li:nth-child(odd) {
  background-color: var(--list-bg);
}

.inbound-container .fax-details-list .fax-details-list-div .fax-details-title {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.inbound-container .fax-details-list .fax-details-list-div ul {
  list-style: none;
}

.inbound-container .fax-details-list .fax-details-list-div ul li {
  border-top: 1px solid var(--border-color);
  padding-top: 3px;
  padding-bottom: 3px;
}

.fax-details-list-div ul li:nth-child(odd) {
  background-color: var(--list-bg);
}

.inbound-container .route-fax-now-sec {
  background-color: var(--list-bg);
  border: 1px solid #212529;
}

.inbound-container .responsive-fax-viewer {
  background-color: var(--list-bg);
  border: 1px solid var(--border-color);
  padding: 1rem;
  height: calc(100vh - 190px);
  padding: 0px;
}

.inbound-container .responsive-fax-viewer .pdf-canvas-view {
  overflow: auto;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .responsive-fax-viewer {
    height: calc(100vh - 235px) !important;
  }

  .inbound-main {
    height: calc(100vh - 235px);
  }
}

@media (max-width: 767px) {
  .inbound-container .inbound-mobile-view {
    border: none;
  }
}

/*  Inbound Fax Styles  / End */

.user_routing_completing {
  display: flex;
  flex-direction: column;
  height: calc(100% - 110px);
}

.user_routing_completing .routing-completed-container {
  overflow: auto;
  height: 100%;
}

.routing-success {
  display: flex;
  flex-direction: column;
  height: calc(100% - 110px);
}

.routing-success .fax-details {
  overflow: auto;
  height: 100%;
}

.destination-list {
  overflow: auto;
  max-height: 478px;
}

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

.custom-checkbox .form-check-input {
  background-color: transparent;
  background: none;
  border: 1px solid #ccc;
  /* Ensure the box is visible */
  width: 1rem;
  height: 1rem;
  position: relative;
  float: none;
  border-radius: 0.25rem;
  /* Optional rounded corners */
}

.custom-checkbox .form-check-input::after {
  font-family: bootstrap-icons !important;
  background: transparent;
  content: "";
  /* Blank state */
  color: transparent;
  font-weight: bold;
}

.custom-checkbox .form-check-input:checked::after {
  content: "\f26c";
  /* Checked icon */
  background-color: #fff;
  color: var(--bs-success);
  font-size: 16px;
  font-weight: normal;
  line-height: 1rem;
}

.custom-checkbox .form-check-input.state-2::after {
  font-family: bootstrap-icons !important;
  background: transparent;
  content: "\f659";
  color: var(--bs-danger);
  font-weight: bold;
  line-height: 1rem;
}

/* Remove the default focus box shadow and outline */
#main-result-state:focus {
  box-shadow: none;
  outline: none;
}

/* Default checkbox styling for main-result-state */
#main-result-state {
  background-color: transparent;
  background: none;
  border: 1px solid #ccc;
  /* Ensure the box is visible */
  width: 1rem;
  /* Adjust the size of the checkbox */
  height: 1rem;
  position: relative;
  float: none;
  border-radius: 0.25rem;
  /* Optional rounded corners */
}

/* State 0: Unchecked - no icon */
#main-result-state.state-0::after {
  content: "";
  /* Blank content */
  background-color: transparent;
  color: transparent;
  font-size: 16px;
  line-height: 1rem;
}

/* State 1: Checked - Green check mark */
#main-result-state.state-1::after {
  content: "\f26c";
  /* Bootstrap check mark icon */
  font-family: bootstrap-icons !important;
  background-color: transparent;
  color: var(--bs-success);
  /* Green color */
  font-size: 16px;
  font-weight: normal;
  line-height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* State 2: Crossed - Red cross mark */
#main-result-state.state-2::after {
  content: "\f659";
  /* Bootstrap cross icon */
  font-family: bootstrap-icons !important;
  background-color: transparent;
  color: var(--bs-danger);
  /* Red color */
  font-size: 16px;
  font-weight: bold;
  line-height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.test-cases {
  padding-top: 0;
  margin-top: 0;
}

.newOrderModal {
  max-height: 85vh;
  overflow: auto;
}

.nav-tabs.mb-n4 {
  @media (min-width: 767px) {
    margin-bottom: -2.2rem;
    z-index: 2;
    position: relative;
  }
}

.geographick-col-detail {
  max-width: 300px;
}

#setExclusionsModal .modal-body {
  height: 300px;
  max-height: 300px;
}

#setExclusionsModal .modal-body ul {
  list-style: none;
  padding: 0px;
}

#setExclusionsModal .modal-body ul li {
  padding: 0rem 1rem;
}

#setExclusionsModal .modal-body ul li.active {
  background-color: #007bff;
  color: #fff;
}

.custom-search-dropdown .dropdown-menu {
  max-height: 280px;
  overflow: auto;
}

.custom-search-dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0px;
}

.custom-search-dropdown .dropdown-menu ul li .dropdown-item {
  padding-left: 2rem;
  padding-top: 0.2px;
  padding-bottom: 2.2px;
}

#permittedDocumentTypeModal .modal-lg {
  --bs-modal-width: 600px;
}

#fileTypeList {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

#fileTypeList li {
  list-style: none;
  padding: 2px 10px;
}

#fileTypeList li.active {
  background-color: #0d6efd;
  color: #fff;
}

.newOrderModal {
  max-height: 85vh;
  overflow: auto;
}

.inbound-main {
  height: calc(100vh - 130px);
}

.permitted-doc-max-widh {
  max-width: 540px !important;
}

#view-canvas {
  height: 599px;
  width: 463px;
}

.view-pdf-canvas {
  height: auto;
  width: auto;
}

.pdf-zoom-control {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}

.pdf-zoom-control .btn-pdf-zoom {
  cursor: pointer;
  font-size: 22px;
  padding: 1px 4px;
}

.pdf-zoom-control .btn-pdf-zoom:hover {
  background-color: #f8f9fa;
}

/* Dropdown should appear just below the input field */
#geoResults {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  /* Match the width of the input field */
  background-color: white;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
}

/* Styling for selected country and state */
.dropdown-item.active {
  background-color: #0b5ed7;
  color: white;
  /* Make text white when selected */
}

/* Optional: To give hover effect on the dropdown items */
.dropdown-item:hover {
  background-color: #007bff;
  color: white;
}

@media (min-width: 992px) {
  .btn-manage {
    position: relative;
    top: -10px;
  }
}

@media (min-width: 768px) {
  .col-md-7.mange-table-col {
    width: 76%;
  }

  .col-md-7.mange-table-col2 {
    width: 78%;
  }
}

.card-logo {
  cursor: pointer;
}

.card-logo .img-fluiid {
  aspect-ratio: 1;
  object-fit: contain;
  max-height: 185px;
}

#selectImageModal .modal-lg {
  --bs-modal-width: 620px;
}

#selectImageModal .modal-lg .modal-body {
  max-height: 530px;
}

.template-model-view {
  position: absolute;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  right: 0;
  transition: none !important;
  z-index: 10;
  width: 615px;
}

.btn-bulk {
  border: 1px solid #000;
  height: 40px;
  border-radius: 4px;
}

.included-product-text {
  line-height: 18px;
  font-size: 14px;
}

.highlighted-row {
  background-color: #e1f9e1;
}

.w-105 {
  width: 105px;
}

a.dropdown-item {
  cursor: pointer;
}

div:where(.swal2-icon).swal2-question {
  border-color: #facea8 !important;
  color: #f8bb86 !important;
}

#fileTypeList li {
  cursor: pointer;
}

.mt-n7 {
  margin-top: -7px;
}

button.btn.btn-secondary.wbtwPrimaryBtn.btn-sm {
  white-space: nowrap;
}

.bulk-user-upload-table {
  --bs-border-color: #9ea4a9;
}

.bulk-user-upload-table thead tr th {
  border-bottom-width: 2px;
}

#selectImageModalForSections .modal-lg,
#selectImageModal .modal-lg {
  --bs-modal-width: 620px;
}

#selectImageModalForSections .modal-lg .modal-body,
#selectImageModal .modal-lg .modal-body {
  max-height: 530px;
}

.text-style-buttons:hover {
  background-color: rgba(32, 33, 36, 0.12);
}

.selected-button {
  background-color: rgba(32, 33, 36, 0.2);
}

.image-preview-text {
  z-index: 1;
}

@media (min-width: 992px) {
  .right-image-sec {
    position: relative;
    left: -2rem;
  }
}

@media (min-width: 992px) {
  .w-39 {
    width: 39%;
  }
}

.copy-template-account .modal-content {
  --bs-modal-bg: rgb(242 242 242);
  --bs-modal-border-radius: 0;
  border: 1px solid #000;
}

@media only screen and (min-width: 991px) {
  .slug-pad {
    padding-left: 90px;
    font-size: 15px;
  }
}

.circle-number.grey-circle {
  background-color: #ababab96;
}

.encapsulated-table.mytask-table .table-row .table-cell:nth-child(3) {
  flex: 0.5;
}

.pdf-canvas-view {
  max-height: 635px;
  overflow: auto;
}

.checkbox-form .form-check-input:disabled~.form-check-label,
.checkbox-form .form-check-input[disabled]~.form-check-label {
  opacity: 1;
}

.inner_tabs_sec {
  margin-left: -1.2rem;
  padding-right: 60px;
}

.attach-flow-modal-max-with.user-select-bundle-list-model {
  max-width: 710px !important;
}

.price-field {
  position: relative;
}

.price-field .price-symbol {
  position: absolute;
  left: 12px;
  top: 7px;
}

.price-field .form-control,
.price-field .price-control {
  padding-left: 1.6rem;
}

.user-select-bundle-table thead {
  border-bottom: 1px solid #000;
}

.user-select-bundle-table .custom-border-1 {
  border: 1px solid #000;
}

#bundleDropdown {
  left: 0;
  min-width: 420px;
  border-radius: 0;
}

.alert-circle-number {
  width: 30px;
  height: 30px;
  border: 1px solid #85a596;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a6e1c6;
}

.mw-200 {
  min-width: 200px;
}

#selected_bundles>div,
div#unselected_bundles>div {
  cursor: pointer;
}

#selected_default_bundles>div,
div#unselected_default_bundles>div {
  cursor: pointer;
}


.g-recaptcha {
  transform: scale(0.9);
  transform-origin: left;
}

div.dataTables_processing {
  z-index: 10;
}

.form-check-input:not(:checked[type="checkbox"]):disabled {
  background: #e9ecef;
  border-color: #cdcdcd;
}

.newOrderModal {
  max-height: 85vh;
  overflow: auto;
}

.yesNoRadioMax {
  width: 15.2%;
}

.rangewidth {
  width: 13%;
}

.ps-30 {
  padding-left: 30px;
}

#assign_dynamic_commonField .pe-explanation-1 {
  padding-right: 0.25rem;
}

input[type="radio"].custom_yes_nowButton:checked:after {
  top: 7px !important;
  width: 1em !important;
  height: 1em !important;
}

.range-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.range-wrapper {
  position: relative;
  width: 100%;
}

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background-color: #6c757d;
  border-radius: 5px;
  outline: none;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  margin: 0px;
  vertical-align: top;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #0d6efd;
  border: 1px solid #6c757d;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.range-slider:hover {
  opacity: 1;
}

.result-range-container .range-slider {
  height: 4px;
  background: rgb(245, 11, 5);
  background: linear-gradient(90deg,
      rgba(245, 11, 5, 1) 0%,
      rgba(82, 142, 56, 1) 22%,
      rgba(101, 163, 74, 1) 42%,
      rgba(68, 119, 46, 1) 77%,
      rgba(217, 22, 5, 1) 100%);
}

.start-value {
  position: absolute;
  top: 10px;
  width: 20px;
  text-align: center;
}

.range-view-circle {
  position: relative;
}

.range-wrapper::before,
.range-wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #6c757d;
  top: -4px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.range-wrapper::after {
  left: 0px;
}

.range-wrapper::before {
  right: 0px;
}

.subQuestionInput {
  width: 64%;
}

.w-60 {
  width: 60%;
}

.rangeDiv {
  margin-top: 20px;
}

.remove-sub-question {
  margin-right: -19px;
  text-align: left;
  padding-left: 2px;
  padding-right: 3px;
}

.subQuestionInput.ms-2 {
  margin-left: 11px !important;
}

@media (min-width: 768px) {
  #assign_commonField .sub-question-col {
    width: 25%;
  }
}

#imageContainer .close-btn {
  z-index: 1;
}

.catalog-box {
  border: 1px solid #000;
  width: 405px;
  max-width: 100%;
  min-height: 45px;
  margin-top: 6px;
}

.catalog-box .catalog-item {
  padding: 3px 8px;
  cursor: pointer;
  font-size: 14px;
}

.catalog-box .catalog-item:not(.selected):hover {
  color: #fff;
  background-color: #0d6efd;
}

.instructions {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.btn-catalogs-account {
  width: 112px;
}

@media (min-width: 768px) {
  .w-21 {
    width: 21%;
  }
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.tox .tox-edit-area {
  border: 2px solid transparent;
  border-radius: 0px 0px 4px 4px;
}

.tox-edit-focus .tox-edit-area {
  border: 2px solid #006ce7 !important;
}

.tox .tox-edit-area::before {
  display: none;
}

.btn-edit {
  width: 58px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

input[type="radio"].custom_yes_nowButton_preview:checked:after {
  top: -3px !important;
  width: 1em !important;
  height: 1em !important;
  left: -1px;
}

@media (min-width: 992px) {

  .productsBundleTable #usersListedTable_filter,
  .productsBundleTable #productsTable_filter {
    position: absolute;
    top: -52px;
    right: 140px;
    margin: 0px !important;
  }

  .productsBundleTable table.dataTable {
    padding-top: 0px !important;
  }
}

@media (max-width: 991.9px) {
  .productsBundleTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.highlight-blue {
  background-color: #dbe7fb;
  color: white;
}

.view-imports-details-main {
  max-width: 1011px;
}

.sync-tab-nav {
  display: none;
}

.previewFormView input[type="radio"].custom_yes_nowButton:checked:after {
  top: -3px !important;
  left: -1px;
}

table.event-table-view tbody tr td:not(:last-child),
table.event-table-view thead tr th:not(:last-child) {
  padding-right: 0.5rem !important;
}

/* MLB Sprint-1 start*/

.myPatients h3 {
  font-size: 25px;
}

.myPatients p{
  font-size:20px;
}

.myPatients .table-header{
  --bs-text-opacity: 1;
  background-color: rgba(var(--bs-primary2-rgb), var(--bs-text-opacity));
  color: var(--bs-white);
}

.myPatients .table-header .table-cell {
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid var(--bs-black);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.myPatients table tbody tr{
  border-bottom: 1px solid var(--bs-black);
  text-align: center;
}

.myPatients  .form-control:not(.form-sm-control) {
  padding: 0.48rem 0.75rem;
  border-radius: 0;
}

.myPatients .table-bordered>:not(caption)>*>* {
  border-width: 0 0px;
}

.myPatients .edit-btn{
  background-color: rgb(103, 148, 198);
  color:#fff;
}

/* image popup */
#popupDialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 7px;
  min-width: 40%;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popbody .close{
  position: absolute;
  right: -20px;
  top: -20px;
  border: 0;
  font-size: 14px;
  border-radius: 20px;
  width: 28px;
  height: 28px;
}

.popbody h5{
  font-size:28px;
  text-align: left;
}

.popbody p{
  text-align: left;
  margin-bottom:0;
}
/* end image popup */

/* MLB Sprint-1 end */

.catalog-item.disabled {
  pointer-events: none;
}

#form_sortable li:not(.active) {
  background: transparent !important;
  border: none !important;
}

#form_sortable li.active{
  color: #000
}

/* adjust the width of Country code dropdown */
.iti__country-list {
  width: max-content;
}

.iti__country-list li.iti__country {
  display: flex;
  align-items: center;
}

.iti__country-list li.iti__country span.iti__country-name {
  max-width: 250px;
  white-space: normal;
}

.ui-state-default.custom-override {
  border: none !important;
  background: transparent !important;
}

.reorder_color_change.active {
  border: none !important;
  background: #0d6efd !important;
}

.taskPage input[type="radio"]:checked::after {
  width: 16px;
  height: 16px;
  top: -1px;
  left: -1px;
}

.purchaser-tasks input[type="radio"]:checked::after {
  width: 16px;
  height: 16px;
  top: -3px;
  left: -1px;
}

.hide-important {
  display: none !important;
}


.me-6{
  margin-left: 5rem!important;
}

.custom-case-remove-button{
  position: relative;
}

.custom-case-remove-button .remove-option{
  position: absolute;
  right: -6.3rem;
  top: -8rem;
}

#assign_products_modal{
  font-size: 14px;
}

#unselected_case_type{
  min-height: 12.5rem;
}

.w-1{
  width: 1rem;
  margin-right: 4px;
}

.w-2{
  width: 1.8rem;
  margin-right: 4px;
}

.w-5{
  width: 1.4rem;
  margin-right: 4px;
}


#male_lower_value-error {
  position: absolute;
  left: -12px;
}

#female_lower_value-error {
  position: absolute;
  left: -12px;
}

#male_higher_value-error{
  position: absolute;
  left: -12px;
}

#female_higher_value-error{
  position: absolute;
  left: -12px;
}

/* #decimal_value_lower-error{
  position: absolute;
  left: -4rem;
} */

/* #decimal_value_higher-error{
  position: absolute;
  left: -4rem;
} */
#starting_units_on_hand-error{
  position: absolute;
  left: -3rem;
}

#viewPatientLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view_patient_spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}


/* global-settings add-button */
.add-case{
  padding: 30px;
}

/* case management quick-notes */
.quick-notes{
  min-width: 837px;
}

.case-note ul li{
  cursor: pointer;
}

.fname{
  font-size: 14px;
}

.from_name .form-control{
  margin-left: 40px !important;
}

.emname{
  font-size: 14px;
}

.from_email .form-control{
  margin-left: 45px !important;
}

.status-sec {
  min-width: 83.5rem;
}

.h-8{
  min-height: 8rem;
}

.accordion {
  --bs-accordion-border-width: 0px;
}

.accordion-body{
  padding-left: 2rem;
  padding-top: 0;
}

@media (max-width:767px){
  .status-sec {
    min-width: auto !important;
}
}

#list-note-text li.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.status-sec .form-select{
  padding: .375rem 2.25rem .375rem .75rem;
  border-radius: .375rem;
  
}

.new-note .form-select{
  padding: .375rem 2.25rem .375rem .75rem;
  background: none;
  border-radius: .375rem;

}

.std{
  color: #fff;background-color: #0b5ed7; cursor: pointer;padding: 0px 5px;
}

.case-note ul li{
  text-wrap-style: pretty;
}

.card-title {
  letter-spacing: 0.025em;
}

.generate-key-style{
  padding-right: 44px;
}

.fs-7{
  font-size: 19px;
}

#case_status_main{
  padding-left: 0;
  margin-right: 1.4rem;
}

.pur-note{
  overflow-y: scroll;
  height: 8rem;
}

.ps-6{
  padding-left:2rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding: .375rem 2.25rem .375rem .75rem;
  background: none;
  padding-left: 0.8rem !important;
}

.select2-container .select2-selection--single{
  min-height: 40px;
}

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

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

.subject{
  min-height: 38px;
}
#resolution-section{
  display: contents;
}

.space-email{
  margin-right: .5rem !important;
}

.space-sms{
  margin-right: 0.66rem !important;
}

.gs-1{
  padding-left: 6px;
}

.inbound_api_key_input{
  width: 260px;
}

#electronicTableDiv{
  margin:20px 0px; 
  max-width: 350px;
}
#electronicBulkTableDiv{
  margin:20px 0px; 
  max-width: 350px;
}

#electronicTableTag{
  table-layout: fixed; 
  width: 100%;
}

#electronicTablePurchased{
  width: 106px;
}

#electronicTableType{
  width: 170px;
}

#cases-table_length{
 margin-bottom: 10px; 
}

.auth-left .error {
  position: absolute;
  left: 0;
  bottom: -17px;
}

.auth-right .error {
  position: absolute;
}


@media (max-width:767px){
  #case_status_main {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

#case_note_main .ps-6 {
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.with-sm{
  width: 100% !important;
}
.sm-center{
  text-align: center;
}

#update_case_management{
  margin-top:8rem;
}

#enable-edit-mode{
  margin-top:8rem;
}

#case_note_main .select2{
  margin-bottom: 5px !important;
}
.sm-mb-10{
  margin-bottom: 10px; 
}

#cases-table_length{
  text-align: left;
}

}


/*  start assignment.php */


.btn-grey{
        padding: 9px 12px;
        background-color: #eeeeee !important;
        border-radius: 7px !important;
        border: 1px solid #ddd;
}

.order-tab-buttons .btn.active{
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}

#patientOrdersSection .nav-tabs .nav-link.active{
    color: #0a58ca !important;
}

#patientOrdersSection .nav-tabs .nav-link{
    color: #000 !important;
}

#myTabContent .dataTables_scrollBody{
  min-height: 14em;
}

/*  end assignment.php */


/* my-bulk-orders */

.mytask-table .max-w9{
  max-width: 9em;
}

.mytask-table .max-w28{
  padding-left: 16em !important;
    max-width: 28em !important;
}

.mytask-table .max-w10{
  max-width: 10.5em;
}

.mytask-table .ml-2{
  margin-left: 2.4em;
}

@media only screen and (min-width: 1024px) {  
    .mytask-table .qty_number {
      padding-left: 21em !important;
      max-width: 28em !important;
    }
}
.btn-hover-primary{
  padding: 10px 40px;
}

.btn-hover-primary:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary);
    color: #fff;
}

/* end my-bulk-orders */



/* dashboard  Available Actions tab*/
  .down_temp a:last-child{
      position: relative;
    top: 2.4em;
    right: 12em;
  }

  .mt2{
    margin-top:2rem;
  }


/* end dashboard */

.permit_data_phone_chkbox{
  margin-left: 9%;
}

.permit_data_phone_chkbox_label{
  width:100% !important;
}

#disallow_data_phone{
  width:78% !important;
}

#data_rules_phone{
  width:86% !important;
}

#disallow_data_email{
  width:78% !important;
}

#data_rules_email{
  width:86% !important;
}

#suppress_communication_modal{
  margin-left: 5.5rem ;
}
