/* 
    Created on : Jan 25, 2024, 11:39:55 a.m.
    Author     : josh
*/
.viewAppTD:hover{
    cursor: pointer !important;
}

.loadersvg {
 width: 2.75em;
 transform-origin: center;
 animation: rotate4 2s linear infinite;
}

.loadcirc {
 fill: none;
 stroke: var(--bs-primary);;
 stroke-width: 4;
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 stroke-linecap: round;
 animation: dash4 2s ease-in-out infinite;
}

@keyframes rotate4 {
 100% {
  transform: rotate(360deg);
 }
}

@keyframes dash4 {
 0% {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
 }

 50% {
  stroke-dasharray: 90, 200;
  stroke-dashoffset: -35px;
 }

 100% {
  stroke-dashoffset: -125px;
 }
}
.menu-horizontal .menu-inner > .menu-item > .homeBtnAdv::after {
    color:transparent !important;
}

.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link.homeBtnAdv {
    background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
    color: #fff !important;
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
}

.offcanvas.offcanvas-end {
    max-width: 1200px !important;
    width: 65% !important;
    /*min-width: 65% !important;*/
}

.offcanvas {
    display:block !important; 
}

.appRowSelected{
    background-color: rgba(115, 103, 240, 0.7) !important;
    color:#FFF !important;
}

.appRowSelected > td{
    color:#FFF !important;
}

.appAccordIcon{
    position:relative;
    margin-right:5px;
    top:2px;
}

.accordion-button:not(.collapsed){
    background-color: var(--bs-primary) !important;
    color:#FFF !Important;
}

.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
    
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.jobItemRow:hover{
    background-color: rgba(75, 70, 92, 0.04)!important;
}
.jobSearchItemRow:hover{
    background-color: rgba(75, 70, 92, 0.04)!important;
}
.careerItemRow:hover{
    background-color: rgba(75, 70, 92, 0.04)!important;
}

.clientCheck{
    vertical-align: middle !important;
    width:50px;
}

.client-multi-select-menu{
    text-transform: none !important;;
}

.loadMoreRow:hover{
    cursor: pointer;
}

.suggest-btn{
    position: relative;
    top:20px;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color) !important;
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.list-item-header{
    font-size: 1.125rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.37;
}

.downloadButton{
    margin-left: 3px;
    position: relative;
    bottom: 1px;
}

.listItemTitle{
    font-size: 18px;
    font-weight:bold;
    margin-right:10px;
}

.listItemNum{
    font-size: 18px;
    font-weight:bold;
}

.lockedIcon{
    filter: grayscale(100%) !important;
}

.followUpDate{
    font-weight:bold;
    font-size:15px;
}

.sidePContentDiv{
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5)  !important;
}

#viewNotesQuickBtn{
    margin-bottom:4px;
}

.deleteNoteBtn{
    position:relative;
    bottom:2px;
}

.statusCounter:hover{
    cursor: pointer;
}

.unreadRow{
    font-weight:bold !important;
}

.avatar-initial {
    font-weight: 200 !important;
}

.newdot{
    color: #ea5455 !important;
    font-size: 10px;
    margin-left:2px;
    position: relative;
    top:11px;
}

.sectionActivityIcon{
    color: #ea5455 !important;
}
.btn-skinny{
    max-height: 25px;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.select2-search__field{
    width: 100% !important;
}

.d-flex-center{
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin:0;
}

.chapComplete{
   color: #28c76f !important;
}

.chapIncomplete{
   color: #ea5455 !important;
}

.btn-shift{
    background-color: #7367f0 !important;
    opacity: 1 !important;
    background-image: none !important;
    color: #FFF !important;
    position: relative; 
    bottom:2px;
}

.btn-more{
    background-color: #f2f2f3 !important;
    color: #000 !important;
    opacity: 1 !important;
    background-image: none !important;
    /* color: #FFF !important; */
    position: relative; 
    bottom:2px;
}

.btnResend{
    font-size: 1rem !important;
}

.btnResendDisabled{
    font-size: 1rem !important;
    opacity: 0.5;
}

.btnResendDisabled:hover{
    cursor: not-allowed !important;
}

.btnIcon{
    position: relative; 
    bottom:3px;
}

.btn-more::after{
    display: none !important;
}

.dropdownIcon{
    position: relative;
    bottom:2px;
    margin-right:5px;
}

#followupDateApp input {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.skinnyInput{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.countLink:hover{
    cursor: pointer;
}

.readOnlyInput{
    background-color: #f2f2f3 !important;
    color: #000 !important;
}

@media (max-width: 1240px) {
    .offcanvas.offcanvas-end {
        width: 100% !important;
        max-width: none !important;
    }
}

.taskListTD:hover{
    cursor: pointer !important;
}

.boldOverride{
    font-weight: bold !important;
}

.disable-link:hover{
    /* pointer-events: none; */
    cursor: not-allowed !important;
}

.iconBtnMd{
    font-size: 1.5rem !important;
}

.modal-loader-div{
    width:100%;
    height:100%;
    text-align: center;
    margin-bottom: 50px;
}

.lowericon{
    position: relative;
    bottom: 2px;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 1 !important;
    color:#000 !important;
    font-weight: bold !important;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 1 !important;
    color:#000 !important;
    font-weight: bold !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 {
    opacity: 0.6 !important;
}

.overview-icon{
    position: relative;
    bottom: 1px;
    margin-right:2px;
}

.nameTD{
    display: flex;
}

.appName{
    position: relative;
    top:5px;    
}

.avatar-sm .avatar-initial {
    font-size: 0.85rem !important;
}

#applicantSidePanel{
    overflow-x: hidden;
    transition: 0.30s;
}

.welcomeWidgetSub{
    height: 100%;
    white-space: wrap;
}

.dataTables_processing > div {
    display: none !important;
}

.dataTables_processing {
    padding-top:15px !important;
    padding-bottom:15px !important;
}

.dataTables_processing {
    position: fixed !important;
    top: 50% !important;
    margin:auto !important;
    transform: translate(-50%, -50%) !important;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.addTaskBtn, .removeTaskBtn{
    position: relative;
    top: 8px;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.font-bold{
    font-weight: bold;
}

.task-group{
    margin-top:0px !important;
}

h5.text-body {
   margin-top:20px !important;
   font-weight: bold;
}

.taskAddedSpan{
    margin-left:5px;
    color:#28c76f;
    font-weight:bold;
}

.summaryTaskItem:hover{
    cursor: grab !important;
}

.summaryRemoveTaskBtn:hover{
    cursor: pointer !important;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #1a92b6;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin:1% auto;
    box-shadow: inset 0px 0px 0px #1a92b6;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #1a92b6;
    }
}

.msg-success{
    color: #28c76f;
    margin-bottom: 10px !important;
}

.color-success{
    color: #28c76f;
}

.color-danger{
    color: #ea5455;
}

.color-warning{
    color: #ff9f43;
}

.color-primary{
    color: #7367f0;
}

.color-info{
    color: #00cfe8;
}

.appRowSelected .color-date {
   color:#FFF !important;
}

.tag-description{
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--open{
    z-index: 1100 !important;
}

.skinnyselect{
    padding-top:0rem;
    padding-bottom:0rem;
}

.app-chat {
    position: relative;
    height: calc(100vh - 10rem);
  }
  .layout-navbar-hidden .app-chat {
    height: calc(100vh - 7.5rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat {
      height: calc(100vh - 10rem) !important;
    }
  }
  @media (max-width: 992px) {
    .app-chat .app-sidebar {
      z-index: 4;
    }
  }
  .app-chat .app-sidebar .sidebar-header {
    position: relative;
    padding: 0.73rem 1.25rem;
  }
  .app-chat .app-sidebar .sidebar-header .close-sidebar {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    margin: 0.15rem 0.15rem 0 0;
  }
  .app-chat .app-chat-contacts {
    position: absolute;
    left: calc(-21rem - 1rem);
    height: calc(100vh - 10rem);
    width: 21rem;
    flex-basis: 21rem;
    transition: all 0.25s ease;
  }
  .layout-navbar-hidden .app-chat .app-chat-contacts {
    height: calc(100vh - 7.5rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-contacts {
      height: calc(100vh - 10rem);
    }
  }
  @media (min-width: 992px) {
    .app-chat .app-chat-contacts {
      position: static;
    }
  }
  .app-chat .app-chat-contacts.show {
    left: 0rem;
  }
  .app-chat .app-chat-contacts .sidebar-body {
    height: calc(calc(100vh - 10rem) - 3.9rem);
    height: calc(calc(100vh - 10rem) - 3.5rem);
  }
  .layout-navbar-hidden .app-chat .app-chat-contacts .sidebar-body {
    height: calc(calc(100vh - 7.5rem) - 3.9rem);
    height: calc(calc(100vh - 10rem) - 3.5rem);
  }
  @media (min-width: 992px) {
    .layout-horizontal .app-chat .app-chat-contacts .sidebar-body {
      height: calc(calc(100vh - 10rem) - 5rem + 2.2rem / 2);
    }
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-contacts .sidebar-body {
      height: calc(calc(100vh - 10rem) - 0rem);
    }
  }
  .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    margin: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
  }
  .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item a {
    width: 100%;
  }
  .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item .avatar {
    border: 2px solid transparent;
    border-radius: 50%;
  }
  .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item .chat-contact-info {
    min-width: 0;
  }
  .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item .chat-contact-info .chat-contact-name {
    line-height: 1.5;
  }
  .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item small {
    white-space: nowrap;
  }
  .app-chat .app-chat-sidebar-left {
    position: absolute;
    top: 0;
    left: calc(-21rem - 1rem);
    width: 21rem;
    height: calc(100vh - 10rem);
    opacity: 0;
    z-index: 5;
    transition: all 0.25s ease;
  }
  .layout-navbar-hidden .app-chat .app-chat-sidebar-left {
    height: calc(100vh - 7.5rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-sidebar-left {
      height: calc(100vh - 10rem);
    }
  }
  .app-chat .app-chat-sidebar-left.show {
    left: 0;
    opacity: 1;
  }
  .app-chat .app-chat-sidebar-left .sidebar-body {
    height: calc(calc(100vh - 10rem) - 10rem);
  }
  .layout-navbar-hidden .app-chat .app-chat-sidebar-left .sidebar-body {
    height: calc(calc(100vh - 7.5rem) - 10rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-sidebar-left .sidebar-body {
      height: calc(calc(100vh - 10rem) - 10.9rem);
    }
  }
  .app-chat .app-chat-history {
    position: relative;
    height: calc(100vh - 10rem);
    transition: all 0.25s ease;
  }
  .layout-navbar-hidden .app-chat .app-chat-history {
    height: calc(100vh - 7.5rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-history {
      height: calc(100vh - 10rem);
    }
  }
  .app-chat .app-chat-history .chat-history-header {
    padding: 0.575rem 1.25rem;
  }
  .app-chat .app-chat-history .chat-history-header .user-status {
    margin-bottom: 0.1rem;
  }
  .app-chat .app-chat-history .chat-history-body {
    height: calc(100vh - 20.5rem);
    padding: 2rem 1.5rem;
    overflow: hidden;
  }
  .layout-navbar-hidden .app-chat .app-chat-history .chat-history-body {
    height: calc(100vh - 16.5rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-history .chat-history-body {
      height: calc(100vh - 20.5rem);
    }
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message {
    display: flex;
    justify-content: flex-start;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message:not(.chat-message-right) .chat-message-text {
    border-top-left-radius: 0;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right {
    justify-content: flex-end;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text {
    border-top-right-radius: 0;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .user-avatar {
    margin-right: 0rem;
    margin-left: 1rem;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .thumbnail {
    cursor: zoom-in;
  }
  .app-chat .app-chat-history .chat-history-body .chat-history .chat-message:not(:last-child) {
    margin-bottom: 1rem;
  }
  .app-chat .app-chat-history .chat-history-footer {
    padding: 0.575rem 0.5rem;
    margin: 0 1.5rem;
    border-radius: 0.375rem;
  }
  .app-chat .app-chat-sidebar-right {
    position: absolute;
    top: 0;
    right: calc(-21rem - 1rem);
    width: 21rem;
    height: calc(100vh - 10rem);
    opacity: 0;
    z-index: 5;
    transition: all 0.25s ease;
  }
  .layout-navbar-hidden .app-chat .app-chat-sidebar-right {
    height: calc(100vh - 7.5rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-sidebar-right {
      height: calc(100vh - 10rem);
    }
  }
  .app-chat .app-chat-sidebar-right.show {
    opacity: 1;
    right: 0;
  }
  .app-chat .app-chat-sidebar-right .sidebar-body {
    height: calc(calc(100vh - 10rem) - 11.75rem);
  }
  .layout-navbar-hidden .app-chat .app-chat-sidebar-right .sidebar-body {
    height: calc(calc(100vh - 7.5rem) - 11.75rem);
  }
  @media (min-width: 1200px) {
    .layout-horizontal .app-chat .app-chat-sidebar-right .sidebar-body {
      height: calc(calc(100vh - 10rem) - 11.1rem);
    }
  }
  
  @media (max-width: 576px) {
    .app-chat .app-chat-sidebar-right.show,
    .app-chat .app-chat-sidebar-left.show,
    .app-chat .app-chat-contacts.show {
      width: 100%;
    }
  }
  .light-style .app-chat .app-chat-contacts,
  .light-style .app-chat .app-chat-sidebar-left {
    background-color: #fff;
    /* box-shadow: 0 0 0 1px rgba(75, 70, 92, 0.075); */
  }
  .light-style .app-chat .app-chat-contacts .chat-actions .chat-search-input,
  .light-style .app-chat .app-chat-sidebar-left .chat-actions .chat-search-input {
    background-color: #f8f7fa;
  }
  .light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active,
  .light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active {
    color: #fff;
  }
  .light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active h6,
  .light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .text-muted,
  .light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active h6,
  .light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .text-muted {
    color: #fff !important;
  }
  .light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .avatar,
  .light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .avatar {
    border-color: #fff;
  }
  .light-style .app-chat .app-chat-history .chat-history-header,
  .light-style .app-chat .app-chat-history .chat-history-footer {
    background-color: #fff;
  }
  .light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
  }
  .light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right {
    justify-content: flex-end;
  }
  .light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text {
    color: #fff;
  }
  .light-style .app-chat .app-chat-sidebar-right {
    background-color: #fff;
    box-shadow: 16px 1px 45px 3px rgba(75, 70, 92, 0.5);
  }
  @media (max-width: 992px) {
    .light-style .app-chat .app-chat-contacts .chat-actions .chat-search-input {
      background-color: #fff;
    }
  }
  
  .dark-style .app-chat .app-chat-contacts,
  .dark-style .app-chat .app-chat-sidebar-left {
    background-color: #2f3349;
  }
  .dark-style .app-chat .app-chat-contacts .chat-actions .chat-search-input,
  .dark-style .app-chat .app-chat-sidebar-left .chat-actions .chat-search-input {
    background-color: #25293c;
  }
  .dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active,
  .dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active {
    color: #fff;
  }
  .dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active h6,
  .dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .text-muted,
  .dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active h6,
  .dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .text-muted {
    color: #fff !important;
  }
  .dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .avatar,
  .dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .avatar {
    border-color: #2f3349;
  }
  .dark-style .app-chat .app-chat-history .chat-history-header,
  .dark-style .app-chat .app-chat-history .chat-history-footer {
    background-color: #2f3349;
  }
  .dark-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
    background-color: #2f3349;
    box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
  }
  .dark-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right {
    justify-content: flex-end;
  }
  .dark-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text {
    color: #fff;
  }
  .dark-style .app-chat .app-chat-sidebar-right {
    background-color: #2f3349;
  }
  
  [dir=rtl] .app-chat .app-chat-sidebar-left,
  [dir=rtl] .app-chat .app-chat-contacts {
    right: calc(-21rem - 1rem);
    left: auto;
  }
  [dir=rtl] .app-chat .app-chat-sidebar-left.show,
  [dir=rtl] .app-chat .app-chat-contacts.show {
    left: auto;
    right: 0;
  }
  [dir=rtl] .app-chat .app-chat-sidebar-right {
    left: calc(-21rem - 1rem);
    right: auto;
  }
  [dir=rtl] .app-chat .app-chat-sidebar-right.show {
    left: 0;
    right: auto;
  }
  [dir=rtl] .app-chat .app-chat-history .chat-history-body .chat-history .chat .user-avatar {
    margin-left: 1rem;
    margin-right: 0;
  }
  [dir=rtl] .app-chat .app-chat-history .chat-message:not(.chat-message-right) .chat-message-text {
    border-top-right-radius: 0;
    border-top-left-radius: 0.375rem !important;
  }
  [dir=rtl] .app-chat .app-chat-history .chat-message.chat-message-right .chat-message-text {
    border-top-left-radius: 0;
    border-top-right-radius: 0.375rem !important;
  }
  

  .positon-sidebar{
    position: absolute;
    left: calc(-21rem - 1rem);
    height: calc(100vh - 10rem);
    width: 21rem;
    flex-basis: 21rem;
    transition: all 0.25s ease;
  }

  .step-sidebar{
    position: absolute;
    left: calc(-12rem - 1rem) !important;
    height: calc(100vh - 10rem);
    width: 12rem !important;
    flex-basis: 12rem !important;
    transition: all 0.25s ease;
  }

  .appTD:hover{
    cursor: pointer;
  }

  .filterIconSelected{
    position: relative;
    bottom:2px;
    margin-left:5px;
    font-weight: bold;
    
  }


.app-chat .sidebar-body .chat-contact-list li.active {
    /* background: linear-gradient(72.47deg, #1a92b6 22.16%, #0ecdd5 76.47%) !important; */
    background: linear-gradient(72.47deg, #1a92b6 22.16%, #1a92b6 76.47%) !important;
}

.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link.menu-toggle {
  background: linear-gradient(72.47deg, #1a92b6 22.16%, #0ecdd5 76.47%) !important;
  color: #fff !important;
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #1a92b6;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: #1a92b6;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #1a92b6 inset;
}

.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus, .nav-pills .nav-link:not(.active):hover, .nav-pills .nav-link:not(.active):focus {
  color: #1a92b6;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #1a92b6 !important;
    border-color: #1a92b6 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #1a92b6 !important;
  border-color: #1a92b6 !important;
}

.text-primary {
  color: #1a92b6  !important;
}

.btn-primary {
  color: #fff;
  background-color: #1a92b6;
  border-color: #1a92b6;
}

.steps .step.completed .step-icon {
  border-color: #d2eff7 !important;
  background-color: #d2eff7 !important;
  color: #1a92b6 !important;
}


.steps .step.completed .step-icon-wrap::before, .steps .step.completed .step-icon-wrap::after {
  background-color: #d2eff7 !important;
}

.steps .step.current .step-icon {
  border-color: #1a92b6 !important;
  background-color: #1a92b6 !important;
  color: #fff;
}

.steps .step.current .step-icon-wrap::before, .steps .step.current .step-icon-wrap::after {
  background-color: #d2eff7 !important;
}


.currentStepText{
  color: #1a92b6 !important;
  font-weight: bold !important;
}

.app-brand-logo.demo {
  justify-content: left;
}

.accordion-button:not(.collapsed), .accordion-button:not(.collapsed)::after{
  background-color: #1a92b6 !important;
  color: #FFF ! important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 5.5L12.5 10.5L7.5 15.5' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

a {
  color: #1a92b6 ;
}

.light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active, .light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active {
  color: #fff !important;
}

.summaryScore{
  font-weight: bold;
  font-size: 14.5px;
}

.btn-outline-primary {
  color: #1a92b6;
  border-color: #1a92b6;
  background: transparent;
}

.btn-outline-primary:hover {
  color: #1a92b6 !important;
  background-color: #f4f3fe !important;
  border-color: #1a92b6 !important;
}

/* .accordion-item:hover{
  box-shadow: 0px 5px #1a92b6 !important;
} */

.accordion-button.collapsed:hover {
  color:#1a92b6 !important;
  box-shadow:0px 1px 10px 1px #1a92b6 !important;
}

.editPosBtn{
  padding: 5px !important;
  display:none !important;
}
.position-item.active .editPosBtn{
  color:#FFF !important;
  display:inline !important;
}
.position-item:hover .editPosBtn {
  display:inline !important;
}

.pill-icon{
  position: relative;
  bottom: 2px;
}

.form-control:focus, .form-select:focus {
  border-color: #1a92b6 !important;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #1a92b6;
  border-color: #1a92b6;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3397b5;
  border-color: #3397b5;
  box-shadow: none;
}

.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
  border-color: #1a92b6 !important;
}

.loadcirc {
  stroke: #1a92b6 !important;
}



.dropdown-item:not(.disabled).active, .dropdown-item:not(.disabled):active {
  background-color: #1a92b6;
  color: #fff !important;
}


.card.card-border-shadow-primary::after{
  border-bottom-color: #3397b5;
}

.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #1a92b6;
}

.bg-label-primary{
  background-color: #d2eff7 !important;
  color: #3397b5 !important;
}
/* 71abbd */
.masterdash-card.active, .position-card.active {
  background-color: #d2eff7 !important;
  color: #3397b5 !important;
  box-shadow: 0 4px 6px rgba(26, 146, 182, 0.3);
}

.masterdash-card.active h4, .position-card.active h4 {
  color: #3397b5 !important;
  font-weight: bold;
}

.masterdash-card:hover, .position-card:hover {
  color: #1a92b6 !important;
}
.loadersvg.dashcountloader{
  width: 1.00em;
}

.page-item.active .page-link, .pagination li.active > a:not(.page-link) {
  border-color: #1a92b6;
  background-color: #1a92b6;
  color: #fff;
}

.page-link:hover{
  border-color: #1a92b6;
  background-color: #1a92b6;
  color: #fff !important;
}

.position-item{
  color:#5d596c !important;
}

.position-item.active{
  color: #FFF !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1a92b6 !important;
  background-color: #d2eff7 !important;
}

.color-primary{
  color: #1a92b6 !important;
}

.cloadcontainer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically */
}

.position-item:not(.active):hover, .step-item:not(.active):hover {
  background-color:rgba(75, 70, 92, 0.04) !important;
      /* color: #1a92b6 !important;
    background-color: #d2eff7 !important; */
}

.dropdown-item {
  width: calc(100% - 1rem) !important;
}

.scorebadge{
  font-size: 14px !important;
}

.select2-results__option[role=option][aria-selected=true] {
  background-color: #1a92b6;
  color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #1a92b6 !important;
}


.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 180px;
  height: 180px;
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -56px;
  background-image: url("data:image/svg+xml;utf8,<svg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%231a92b6' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/><rect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%231a92b6' fill-opacity='0.08'/></svg>");
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 238px;
  height: 233px;
  content: " ";
  position: absolute;
  top: -55px;
  left: -40px;
  background-image: url("data:image/svg+xml;utf8,<svg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%231a92b6' stroke-opacity='0.16'/><rect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%231a92b6' fill-opacity='0.08'/></svg>");
}
.pos-table-btns{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size:12px !important;
}

#qvPtypeName{
  font-weight: normal;
  font-size: 14px;
}

.form-check-input:focus {
  border-color: #1a92b6 !important;
}

/* .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%231a92b6'/%3E%3C/svg%3E%0A") !important;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%231a92b6'/%3E%3C/svg%3E%0A") !important;
} */

.qsButton{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size:12px !important;
}

.settings-header{
  padding-bottom:10px !important;
}

.settings-icon{
  position: relative;
  bottom: 2px;
  margin-right: 3px !important;
}

.btn-label-primary {
  color: #1a92b6;
  border-color: transparent;
  background: #d2eff7;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #1a92b6;
  color: #fff;
}

.completedStep{
  background-color: #d2eff7 !important;
  color: #1a92b6 !important;
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: #1a92b6 !important;
  color: #fff !important;
}

.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link.homeBtnAdv {
background: linear-gradient(72.47deg, #1a92b6 22.16%, #0ecdd5 76.47%) !important;
    color: #fff !important;
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);

}

.swiper-container.swiper-card-advance-bg {
  background-color: #1a92b6;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

.jump-banner{
  color:#FFF;
  background-color:#1a92b6;
  width:100%;
  margin-top:55px;
  z-index: 1000;
  position: fixed;

}

.currentCompanyName{
  font-size:14px !important;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #1a92b6;
  background-color: #f4f3fe;
  border-color: #1a92b6;
  box-shadow: none;
}

.invalid_input{
  border: 1px solid #ea5455 !important;
  box-shadow: 0 0 0 0.2rem rgba(234, 84, 85, 0.25) !important;
}

.bootstrap-select .dropdown-menu a:not([href]):not(.active):not(:active):not(.selected):hover {
  color: #1a92b6 !important;
}

.steploadersvg{
  width:15px;
}

.steploadercirc{
  stroke: #5d596c !important;
}

.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: '';
  z-index: 1
}

.steps .step .step-icon-wrap::before {
  left: 0
}

.steps .step .step-icon-wrap::after {
  right: 0
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 51px;
  z-index: 5
}

.steps .step .step-title {
  margin-top: 10px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
  display: none
}

.steps .step:last-child .step-icon-wrap::after {
  display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #7367f0
}

.steps .step.completed .step-icon {
  border-color: #7367f0;
  background-color: #7367f0;
  color: #fff
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

.bg-faded, .bg-secondary {
  background-color: #f5f5f5 !important;
}

.step-icon-i{
  position: relative;
  bottom:6px;
}

.wfstate:hover, .flowstep:hover {
  cursor: pointer;
  color: #1a92b6 !important;
}
.wfstate:hover .step-title  {
  color: #1a92b6 !important;
}

.wfstate:hover .step-icon  {
  background-color: #1a92b6 !important;
  color:#FFF !important;
}
.steps .step.completed.wfstate:hover .step-icon {
  background-color: #1a92b6 !important;
  color: #FFF !important;
}

.flowstep:hover .step-title  {
  color: #1a92b6 !important;
}

.flowstep:hover .step-icon  {
  background-color: #1a92b6 !important;
  color:#FFF !important;
}
.steps .step.completed.flowstep:hover .step-icon {
  background-color: #1a92b6 !important;
  color: #FFF !important;
}



.btn-label-primary:hover {
  border-color: transparent !important;
  background: #1a92b6 !important;
  color: #FFF !important;
}

.btn-label-primary:focus, .btn-label-primary.focus {
  border-color: transparent !important;
  background: #1a92b6 !important;
  color: #FFF !important;
}

.largeModalText{
  font-size: 18px !important;
}

.primText{
  color: #1a92b6 !important;
}

.moveToStepText{
  display:none;
  font-size:14px;
  border:1px solid #1a92b6;
  border-radius: 25px;
  padding-left:10px;
  padding-right:10px;
  margin-top: 0px;
}

.steps .step.completed.wfstate:hover .moveToStepText {
  display: inline-block;
}

.wfstate:hover .moveToStepText  {
  display: inline-block;
}

.steps .step.current.wfstate:hover .moveToStepText {
  display: none;
}

.flowstep:hover .moveToStepText  {
  display: inline-block;
}

.stepDateText{
  margin-top:3px !important;
  margin-bottom:3px !important;
}

.flowstep:not(.current):hover .stepDateText {
  display: none;
}

.wfstate:not(.current):hover .stepDateText  {
  display: none;
}


.smallloader {
  width: 1.00em;
  height: 1.00em;
}

.alert-primary{
  color: #1a92b6 !important;
  background-color: #d2eff7 !important;
  border-color: #d2eff7 !important;
}

.activeAppRow{
  border-color: #d2eff7 !important;
  background-color: #d2eff7 !important;
  color: #1a92b6 !important;
}

a:hover {
  color: #1a92b6;
}

.oldPostWarning{
  margin-left: 5px;
  border: 1px solid transparent; 
}

.oldPostWarning:hover {
  border-color: #ff9f43 !important;
}

.oldPosDash:hover {
  border: 1px solid #ff9f43 !important;
  cursor: pointer;
}

.oldPosDash{
  border: 1px solid transparent; 
  color: #ff9f43 !important;
}

.newBadge{
  padding-right:7px;
  padding-left: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.sidePanelMoreBtn{
  /* margin:10px !important; */
  font-size:14px !important;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:5px;
}

.smallTextLi{
  margin-left: 15px !important;
}

.noUi-primary .noUi-base .noUi-connect {
    background: #1a92b6 !important;
}

.noUi-primary .noUi-base .noUi-origin .noUi-handle {
    background: #1a92b6 !important;
}

.success-primary{
  color: #1a92b6 !important;
  font-weight: bold !important;
}

.form-switch .form-check-input:focus, .form-switch .form-check-input:active {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%231a92b6'/%3E%3C/svg%3E") !important;;
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%231a92b6'/%3E%3C/svg%3E") !important;
}

.fitbadge.bg-label-danger{
  background-color: #ea5455 !important;
  color: #fff !important;
}


.fitbadge.bg-label-success{
  background-color: #28c76f !important;
  color: #fff !important;
}

.fitbadge.bg-label-warning{
  background-color: #ff9f43 !important;
  color: #fff !important;
}

.newBadge.bg-label-danger{
  background-color: #ea5455 !important;
  color: #fff !important;
}

.scorebadge.bg-label-primary{
  background-color: #1a92b6 !important;
  color: #fff !important;
}

.summaryScore.bg-label-primary{
  background-color: #1a92b6 !important;
  color: #fff !important;
}

.sidenavtopbtn{
    font-size: 14px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.approwbtn{
  background-color:#FFF !important;
}

.swiper-container .swiper-wrapper .swiper-slide .website-analytics-text-bg {
    background-color: #FFF;
    padding: 0.25rem 0.65rem;
    border-radius: 0.375rem;
    min-width: 46px;
    text-align: center;
    color: #1a92b6;
    font-weight: bold !important;
}

.noteHeading{
  font-weight: bold !important;
  border-bottom: 1px solid var(--bs-heading-color) !important;
  margin-bottom: 10px !important;
}

.noteNavBtn{
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  margin-left:2px;
  margin-right:2px;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #1a92b6 !important;
    background-color: #d2eff7 !important;
    border-color: #1a92b6 !important;
}

.gridRow {
  border-bottom: 1px solid #dbdade !important;
  padding-top:10px !important;
}

.chxkbox-col{
  max-width:35px !important;
}

.multitoggle-button{
  position: relative;
  right:10px;
}

.answerNotDesired{
  color: #ea5455 !important;
  font-weight: bold !important;
}

.cloadcontainer {
  display: flex;
  flex-direction: column;
  align-items: center; /* keeps them centered horizontally */
  justify-content: center; /* optional: centers vertically if parent has height */
}

.welcomespinner{
  width:1.5em !important;
}

.attachspinner{
  min-width:60px !important;
}

.NoAnswerText{
  font-style: italic !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1a92b6 !important;
    border-color: #1a92b6 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover {
    color: #1a92b6 !important;
    background-color: #d2eff7 !important;
    border-color: #1a92b6 !important;
}

.referenceRow:hover {
  background-color: rgba(75, 70, 92, 0.04) !important;
  cursor: pointer;
}


.btn-refgetrow{
  display:none !important;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 4px;
  font-size:12px !important;
  margin-left:3px;
}

.referenceRow:hover .btn-refgetrow {
  display:inline !important;
}

.stepcirc{
  stroke: #1a92b6 !important;
}

.flowstep:hover .stepcirc  {
  stroke: #FFF !important;
}

.multiFailureText{
  color: #ea5455 !important;
  /* font-weight: bold !important; */
}
.multiSuccessText{
  color: #28c76f !important;
  /* font-weight: bold !important; */
}

.progress-bar{
  background-color: #1a92b6 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #539ab0 !important;
    border-color: #539ab0 !important;
    box-shadow: none !important;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  cursor: not-allowed !important;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, #1a92b6 22.16%, #0ecdd5 76.47%) !important;
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
    color: #fff !important;
}

.jobPostedIcon, .jobNotPostedIcon {
    margin-left: 5px;
    border: 1px solid transparent;
}

.jobPostedIcon:hover {
    border-color: #28c76f !important;
}
.jobNotPostedIcon:hover {
    border-color: #ea5455 !important;
}


#smPosInputGroup{
  display: flex;
  align-items: stretch;
}

#stepInputGroup{
  display: flex;
  align-items: stretch;
}

#smQVBtn{
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height:51px;
}

#smallScrDiv{
  display: none;
}

@media (max-width: 991px) {
  #smallScrDiv{
    display: flex;
  }
}

@media (max-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 65rem;
    }
}

.table th {
  text-transform: none !important;
}


@media (min-width: 992px) and (max-width: 1446px) {
    .maxview  {
        display: none !important;
    }
}

@media (max-width: 862px) {
    .maxview  {
        display: none !important;
    }
}

/* @media (max-width: 862px) {
    .microview  {
        display: none !important;
    }
} */

.c-success{
  color: #28c76f !important;
}

.btn-outline-default{
      border-color: var(--bs-btn-active-border-color)  !important;
}

.btn-label-danger:hover {
    border-color: transparent !important;
    background: #ea5455 !important;
    color: #FFF !important;
}
.thbold {
  font-weight: bold !important;
}

.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
    color: #fff !important;
    background: #1a92b6 !important;
    border-color: #1a92b6 !important;
}

.disabledLoc{
  pointer-events: none;
  opacity: 0.6;
}
.disabledLoc:hover {
  cursor: auto !important;
}

.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
    background: #1a92b6;
    border-color: #1a92b6 !important;
    color: #fff;
}

.bg-menu-theme.menu-horizontal .menu-item.active > .menu-link:not(.menu-toggle) {
    background: #d2eff7 !important;
    color: #1a92b6 !important;
}


@media (max-width: 1180px) {
    
    .overview-field-label{
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .overview-field-boxes{
        width:100% !important;
    }

}


.ai-score-tooltips{
  /* font-size: 12px !important; */
  /* max-width: 200px !important; */
}

.ai-score-tooltips .tooltip-inner {
  font-size: 12px !important;
  width: 350px !important;
  max-width: 350px !important;
  white-space: normal; /* allow wrapping */
}

.resumeBadge.bg-label-success{
  border: 1px solid #28c76f !important;
  /* background-color: #fff !important; */
  color: #28c76f !important;
}
.resumeBadge.bg-label-danger{
  border: 1px solid #ea5455 !important;
  /* background-color: #fff !important; */
  color: #ea5455 !important;
}
.resumeBadge.bg-label-warning{
  border: 1px solid #ff9f43 !important;
  /* background-color: #fff !important; */
  color: #ff9f43 !important;
}
.resumeBadge.bg-label-secondary{
  border: 1px solid #5d596c !important;
  /* background-color: #fff !important; */
  color: #5d596c !important;
}

.returnToLiveLink:hover {
  font-weight:bold !important;
}

.sidePanelMax{
  width:100% !important;
}

.hideMainTable{
  display:none !important;
}

.chat-app-name{
  color:#1a92b6 !important;
}

.sidenavtopbtn:disabled,
.sidenavtopbtn.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed !important;
}
.sidenavtopbtn:disabled:hover,
.sidenavtopbtn.disabled:hover {
  cursor: not-allowed !important;
  background-color: #f5f5f5 !important;
  color: #bdbdbd !important;
}

.list-group-item.drag-item:hover {
  background-color: #f4f3fe !important;
  color: #1a92b6 !important;
  cursor: grab !important;
}