.hidden  { /* Used for copmpany fixed topbar */
    display: none !important;
}

.section-block {
    margin: 0.5rem 0rem;
}

.loadingoverlay {
    background-color: transparent !important;
}

.isloading .loadingoverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.tab-content {
    padding: 10px;
}

/* .toast-close-button {
    top: 0.9rem !important;
    border: none !important;
    background: transparent !important;
}

#toast-container.toast-bottom-right,
#toast-container.toast-top-right {
    position: fixed;
} */

.dropdown-menu-rich .dropdown-item.globalactions {
    display: block;
}
.dropdown-item:hover {
    color: white!important;
}

.dropdown-scroll.globalactionsscrool {
    height: auto;
}

a {
    cursor: pointer;
}

.required:after {
    content: "*";
}

.radio .required:after {
    content: "";
}


.pace .pace-progress {
    top: 3.4rem !important;
}

.pace .pace-activity {
    top: 4rem !important;
    border-color: #2e3192 transparent transparent #2e3192;
}

.login-base-page .pace .pace-progress, .login-base-page .pace .pace-activity {
    top: 0rem !important;
}

.top-bar {
    /* height: 3rem !important; */
    background-color: #2e3192;
}

@media (max-width: 991px){
    .page-navs {
        height: 5rem !important;
    }
}

.login-container {
    display: flex;
    height: 100vh;
}

.moto {
    padding-left: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 46.85%;
    color: #fff;
    border-left: 5px solid #346cb0;
}

.moto h2,
.moto h4 {
    color: #fff;
}

.calendar-app .app-footer {
    position: relative !important;
}

.calendar-app .app-footer {
    position: relative!important;
}



.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

.group-field {
    margin-top: -12px;
}

.changeformtick {
    margin-top: -40px;
}

.card-header-managearo {
    padding-top: 15px;
    padding-left: 15px;
    text-align: left;
    letter-spacing: 0.15px;
    /* color: #071E4E; */
    opacity: 1;
    font-size: 20px;
}

.card-secheader-managearo {
    padding-top: 15px;
    text-align: left;
    letter-spacing: 0.15px;
    /* color: #071E4E; */
    opacity: 1;
    font-size: 15px;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #071E4E;
} */

.top-box {
    width: 180px;
    border-right: 1px solid #071E4E;
    height: 70px;
}

.page-navs-2 {
    position: relative;
    align-items: center;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
    z-index: 5;
}

.border-r {
    border-right: 1px solid;
}

.company-header .nav-tabs {
    border-bottom: none !important;
}

.text-danger {
    color: #FF2727 !important;
}
.text-danger1 {
    color: #b76ba3 !important;
}

.text-info {
    color: #4B84DA !important;
}

.category-list li,
.folder-list li {
    padding: 2% 0 2% 0 !important;
    border-bottom: 0 !important;
    display: block !important;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ed5565 !important;
}

.has-error .control-label {
    color: #ed5565 !important;
}

.help-block {
    color: #FF1F1F !important;
}

.flatpickr-day {
    line-height: 24px !important;
}

.toast {
    z-index: 90000 !important;
}

#toast-container .toast { /* Undo Bootstrap/Looper toast sizing for Toastr */
  flex: 0 0 auto !important;    /* cancels flex-basis */
  flex-basis: auto !important;  /* belt & suspenders */
  max-width: none !important;   /* optional if that also bites */
}

.loginbtn {
    background-color: #4D7EBA !important;;
}

.forgotpass {
    text-align: left;
    letter-spacing: 0px;
    color: #F8F8F8;
    font-size: .8em;
    font-weight: 100;
}
/* 
.app-header {
    height: 3rem !important;
} */


.top-bar-logo {
    width: 100%;
}


/* Left group (hamburger + logo) should be only as wide as its contents */
.top-bar-list { display:flex; align-items:center; }
.top-bar-item:first-child {
  display:flex;
  align-items:center;
  flex: 0 0 auto !important;   /* no growing, no fixed basis */
  width: auto !important;
  min-width: 0 !important;
  gap: .5rem;                   /* small space between burger and logo */
}

/* The logo itself: explicit size, no extra inline spacing */
.top-bar-logo-sm {
  height: 38px;                 /* pick the size you want */
  width: auto;
  display: block;               /* removes inline-img white space */
}

/* In case the anchor around the logo has padding in the theme */
.top-bar-item:first-child a {
  padding: 0 !important;
  margin: 0 !important;
}

.menu-link .cls-1 {
    fill: #a6abbd !important;
}
.menu-link:hover .cls-1 {
    fill: #888c9b !important;
}
.menu-item.has-active>.menu-link .cls-1 {
    fill: #2e3192 !important;
}
/* Keep the right section pinned to the edge */
.top-bar-item-right { margin-left: auto; }


/* 
.top-bar-brand {
    margin-top: 0px;
    height: 3rem;
} */


.top-bar-item-icon span, .top-bar-item-icon i {
    font-size: 1rem;
}
/*
.user-avatar-md {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
} */

.has-eye {
    position: relative;
}

.has-eye.input-group>.close.show~.input-group-append {
    margin-right: 1.875rem;
}

.has-eye .form-control {
    padding-right: 30px;
}

.has-eye .close {
    display: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    color: #888c9b;
    z-index: 4;
    transform: translate3d(0, -50%, 0);
}

.has-eye .close:hover {
    color: #363642;
}

.has-eye .close.show {
    display: block;
}

.has-eye.has-spinner .close,
.has-eye.has-spinner .close.show {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

/* .header-nav .nav-link {
    height: 2.7rem !important;
} */

.auth {
    background-color: #2e3192 !important;
}

.auth-footer {
    color: white !important;
    font-weight: 100;
}

@media(min-width:1119px) {
    #task_board .tasks {
        width: 32% !important;
    }
    #task_board.board {
        overflow-x: hidden !important;
    }
}

.company-tasks .badge,
.mytasks .badge,
.reportedtasks .badge,
.alltasks .badge {
    margin-bottom: 0px !important;
}

.icon-edit {
    color: #0066FF;
}

.icon-claim {
    color: #0066FF;
}

.icon-show {
    color: #0066FF;
}

.icon-remove {
    color: #dc3545;
}

.collection-add-button-absolute {
    position: absolute;
    right: 1rem;
    z-index: 3;
}

.collection-add-button {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 2rem;
    background-color: #114a8f;
}

.collection-add-button:hover {
    text-decoration: none;
}

.collection-remove-button {
    font-size: 20px;
}

.collection-icon {
    color: #ffffff;
}

.app-header-dark .btn-account.focus,
.app-header-dark .btn-account.show,
.app-header-dark .btn-account:active,
.app-header-dark .btn-account:focus,
.app-header-dark .top-bar-brand {
    background-color: #1c1f7b;
}

/* .stacked-menu-has-collapsible .has-child>.menu-link:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='white' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E") 50% no-repeat;
    filter: brightness(0%);
} */

.nav-tabs .nav-item-2 {
    margin-bottom: -1px;
    background: #CBCBCB;
    padding: 0px 7px;
    border-radius: 20px 20px 0px 0px;
    opacity: 1;
    border: 1px solid;
}

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

.nav-link-2.active {
    color: #222230;
    background-color: transparent;
}

.nav-tabs .nav-link-2 {
    padding: 1rem;
    border-width: 0 0 3px;
}

.nav-link-2 {
    font-size: .875rem;
    outline: 0;
    color: #1E315D;
    display: block;
}

.nav-item-2.active {
    background-color: #ffffff;
}

#search_results {
    list-style-type: none;
    padding-left: 0px;
}

#service-card .card-metric {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding-bottom: 15px;
    box-shadow: 0px 2px 10px #00000029;
    text-align: none;
    height: 190px;
}

#service-card .metic-header {
    text-align: left;
    letter-spacing: NaNpx;
    color: #000000;
    opacity: 1;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
}

#service-card .metric-m {
    text-align: left;
    letter-spacing: NaNpx;
    color: #000000;
    opacity: 1;
    font-size: 30px;
    padding-top: 25px;
    padding-left: 10px;
}

#service-card .metric-b {
    text-align: left;
    letter-spacing: NaNpx;
    color: #000000;
    opacity: 1;
    font-size: 16px;
    padding-left: 10px;
}

#crmmenu .border-bottom {
    border-bottom: 1px solid #9CA5B9 !important;
}

/* #crmmenu .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #222230;
    background-color: transparent;
    border-color: #346CB0;
}

#crmmenu .nav-link {
    color: #011E51;
} */

@media(max-width:1200px) {
    .company-header .tile-lg {
        width: 1.5rem !important;
        height: 1.5rem !important;
        font-size: .75rem !important;
        line-height: 1.5rem !important;
    }
}

.change-password-form label,
.change-expired-password-form label {
    color: #000000 !important;
}

.changepassword .change-password-form label {
    color: #363642 !important;
}

.profile-form .calendar-duration .form-group legend,
.generalsetting-form .calendar-duration .form-group legend {
    margin-bottom: -0.5rem !important;
}

#calendar .fc-basic-view .fc-body .fc-row {
    min-height: 12em !important;
}
.leaveapplication #calendar .fc-basic-view .fc-body .fc-row {
    min-height: 4em !important;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 100;
    color: #FFFFFF;
}

.auth-footer-text {
    font-size: .8rem;
}

.forgotpass:hover {
    color: #FFFFFF;
}

.stacked-menu {
    padding-top: 0px !important;
}

.has-compact-menu .stacked-menu-has-compact>.menu>.menu-header {
    visibility: visible;
    opacity: 1;
    line-height: 0rem;
    overflow: visible;
    padding: 1rem 0px;
    text-align: center;
}

.nav-scroller>.nav.tab-service {
    margin-top: 5px !important;
}

.custom-dt-striped thead th {
    border: 0 !important;
    text-align: center;
}

.edit-btn:hover {
    text-decoration: none !important;
}

.cancel-btn:hover {
    text-decoration: none !important;
}

.action-btn:hover {
    text-decoration: none !important;
}

.calendar-page .flatpickr-calendar,
.calendar-page .flatpickr-current-month,
.calendar-page .flatpickr-rContainer {
    width: 100% !important;
}

.calendar-page .flatpickr-days {
    width: 100% !important;
    max-width: 100% !important;
}

.calendar-page .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
}

.calendar-page .flatpickr-current-month {
    left: 0px !important;
}

.calendar-page .flatpickr-day {
    max-width: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.today,
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    border-radius: 0 !important;
}
/* 
.btn-primary {
    background-color: #114a8f;
    border-color: #114a8f;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #346cb0;
    border-color: #346cb0
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 1px #114a8f
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #114a8f;
    border-color: #114a8f
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #114a8f;
    border-color: #114a8f
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #114a8f;
} */

.btn-delete {
    color: #ffffff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-cancel {
    color: #ffffff !important;
    background-color: #a6abbd;
    border-color: #a6abbd;
}

.btn-cancel:not(:disabled):not(.disabled).active,
.btn-cancel:not(:disabled):not(.disabled):active,
.show>.btn-cancel.dropdown-toggle {
    color: #fff;
    background-color: #73788a;
    border-color: #73788a;
}

.btn-action {
    color: #ffffff !important;
    background-color: #071E4E;
    border-color: #071E4E;
}

.btn-info {
    color: #ffffff !important;
}

.tab-service li a {
    color: #071E4E;
    font-size: 16px;
}

.tab-service li a:hover {
    text-decoration: none !important;
}

.tab-service li.active a {
    font-weight: bold;
}

.step-custom-body {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

.steps .active+li:before,
.steps .active a {
    background-color: #114a8f
}

.steps .active:hover+li:before,
.steps .active:hover a {
    background-color: #346cb0;
}

.collapse-btn {
    text-decoration: none !important;
}

.finalize-border {
    border-left: 1px solid #DDDDDD;
}

.title-border {
    border-left: 4px solid #346cb0 !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.title-border h4 {
    margin-left: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    display: inline !important;
    font-size: 24px !important;
    color: #B0B0B0 !important;
    font-weight: normal !important;
}

#six_onboarding_six_approval_status .form-check,
#six_onboarding_six_approval_onlinestatus .form-check {
    display: inline-block !important;
    padding-right: 10px !important;
}

.competitor-tabs .nav-tabs {
    border-bottom: none;
}

.remove-button {
    color: #dc3545 !important;
    margin-left: 10px !important;
}


/*base menu*/

.nav-mainmenu-header {
    border-bottom: 1px solid #f8f8f8;
    margin: 5px 17px 0px !important;
    padding: 0 0 !important;
}

.stacked-menu .menu-header {
    margin-top: 0rem;
}

/* .nav-mainemu-header-color {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.stacked-menu .menu-item.has-active>.menu-link .menu-icon {
    color: #114a8f;
}

.stacked-menu .menu-item.has-active>.menu-link .menu-icon {
    color: #114a8f;
}

.stacked-menu .menu-link>.menu-icon {
    color: #000000;
}

.stacked-menu .menu-item.has-active>.menu-link .menu-text {
    color: #114a8f;
} */

td.details-control {
    width: 5%;
    background: url('../img/details.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control:before {
    cursor: pointer;
    background: url('../img/details.png') no-repeat center center;
}

#SixOnboardingBeneficialOwnerType_directindirect .radio {
    margin-right: 10px !important;
    display: inline-block !important;
}

.history-changes.table-striped tbody tr:nth-child(even) {
    background-color: transparent !important;
}

/* .stacked-menu .menu-link:hover .menu-icon {
    color: #000000;
}

.stacked-menu .menu-item.has-open:not(.has-active)>.menu-link .menu-icon {
    color: #000000;
} */

.informationneeded-top-buttons {
    display: inline-block !important;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 10px;
}

.informationneeded-top-text {
    text-align: center;
    padding-top: 7px;
    float: left;
    width: 100%;
    font-weight: 600;
}

#onboardingLinkModal .email-and-buttons input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #fff;
    border-right: none;
}

#onboardingLinkModal .email-and-buttons .link-buttons {
    float: left;
    width: 20%;
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
}

#onboardingLinkModal .email-and-buttons .link-buttons button {
    border: 1px solid grey;
}

#onboardingLinkModal .email-and-buttons::after {
    content: "";
    clear: both;
    display: table;
}

.has-compact-menu .stacked-menu-has-compact>.menu>.menu-header .nav-mainemu-header-color {
    padding: 1rem 0 !important;
}

.tree {
    margin: 18px;
    padding: 0;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li>div {
    background-color: #eee;
    color: #222;
    padding: 10px;
    width: 200px;
    /* text-align: center;*/
    display: inline-block;
}

.tree.cascade li {
    margin-left: 24px;
}

.tree.cascade li div {
    margin-top: 12px;
}

.tree.cascade li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #ddd;
    width: 12px;
    left: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade>li:first-child:before {
    top: 24px;
}

.tree.cascade>li:only-child {
    margin-left: 0;
}

.tree.cascade>li:only-child:before,
.tree.cascade>li:only-child:after {
    content: none;
}

.tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.tree.horizontal li div {
    margin: 6px 0;
}

.tree.horizontal li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
}

.tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
}

.tree.horizontal li:after,
.tree.horizontal li ul:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
}

.tree.horizontal li:only-child:before {
    content: none;
}

.tree.horizontal li ul:after {
    left: 0;
}

.tree.horizontal>li:only-child {
    margin-left: 0;
}

.tree.horizontal>li:only-child:before,
.tree.horizontal>li:only-child:after {
    content: none;
}

.tree.vertical {
    display: flex;
}

.tree.vertical ul {
    display: flex;
    justify-content: center;
}

.tree.vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tree.vertical li div {
    margin: 12px 6px;
}

.tree.vertical li:before {
    border-left: 1px solid #ddd;
    height: 12px;
    width: 0;
    top: 0;
}

.tree.vertical li:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 100%;
}

.tree.vertical li:first-child:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 50%;
    left: 50%;
}

.tree.vertical li:last-child:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 50%;
    right: 50%;
}

.tree.vertical li:only-child:after {
    content: none;
}

.tree.vertical li ul:before {
    border-left: 1px solid #ddd;
    height: 12px;
    width: 0;
    top: -12px;
}

.tree.vertical>li:only-child:before,
.tree.vertical>li:only-child:after {
    content: none;
}

.select2-container--focus .select2-selection--single {
    border: none !important;
    box-shadow: none !important;
}
.select2-selection--multiple .select2-selection__choice{
   margin-left: 0px !important;
}

.select2-container,
.select2-container:active,
.select2-container:focus,
.select2-container--open {
    box-shadow: inset 0 1px 0 0 rgb(34 34 48 / 5%) !important;
    backface-visibility: hidden !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #363642 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #c6c9d5 !important;
    border-radius: 0.25rem !important;
    /*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;*/
}

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

.select2-selection.select2-selection--single {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
}

.select2-dropdown--below {
    box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 2px 7px 1px rgb(20 20 31 / 16%) !important;
    border: none !important;
    margin-top: 5px !important;
    max-height: 250px;
    overflow-y: auto;
}

.select2-search__field {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363642;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c6c9d5;
    border-radius: 0.25rem;
    /*    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.select2-search__field:focus,
.select2-search__field:active {
    border: none !important;
}

#bs-select-55 {
    max-height: 250px !important;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 1.25em !important;
}

.dropdown-menu .status {
    padding: 0.75em;
}

fieldset.well {
    overflow-x: unset;
    overflow-y: unset;
}

.conversation-message {
    width: 100%;
}

.list-group-item {
    border-color: #ecedf1;
}

.task-issue {
    list-style: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

iframe[name="merchantimportiframe"] {
    height: 650px!important;
    width: 100%!important;
    border-color: #eee!important;
    border-width: 1px 1px!important;
    border-style: solid!important;
}

iframe[name="transactionuploadiframe"] {
    height: 650px!important;
    width: 100%!important;
    border-color: #eee!important;
    border-width: 1px 1px!important;
    border-style: solid!important;
}

#dtTransaction .dataTables_info {
    clear: both!important;
    position: absolute;
    bottom: 55px;
}

#dtTransaction .dataTables_length,
#dtTransaction .dataTables_paginate {
    text-align: right;
    float: right;
}

/* .has-compact-menu .menu-text.submenu {
    color: #95A1B5!important;
} */

.notifications-page-sidebar {
    z-index: 1!important;
}

#dtinbox .unread {
    background-color: #ebe9e9cc !important;
}

input :read-only {
    cursor: not-allowed!important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef!important;
    opacity: 1!important;
}

.flatpickr-input[readonly] {
    background-color: #fff!important;
}

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

.unread>td>a {
    font-weight: 600;
}

/* .btn-account {
    padding: 0 0.5rem!important;
} */

#tab-comments .conversation-message {
    width: auto!important;
}

#tab-comments .conversations {
    padding: 15px;
    height: 400px;
    overflow-y: auto;
}

#tab-comments .conversation-outbound .conversation-message-text {
    color: #363642!important;
    background-color: #ecedef!important;
}

#tab-comments .message-body {
    padding: 0rem 1rem!important;
}

.ms-container {
    width: 100%!important;
}

.form-check .required:after {
    content: "";
}

.multiselect-box select {
    height: 9em!important;
}

.multiselect-box button {
    height: 30px;
    width: 30px;
}

#multiselect_move_up,
#multiselect_move_down {
    height: 20px;
    width: 20px;
    padding: 1px 2px;
}
.auth-header {
    background-color: #1c1f7b;
}
.auth-header a {
    color: white !important;
}
.auth-header .auth-brand {
    margin: 0 auto;
    max-width: 420px;
}
.auth-header .auth-brand img {
    max-width: 100%;
}

.auth-floated .auth-announcement {
    padding: 6rem 1rem;
}

.auth-floated .announcement-body {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.auth-floated .announcement-title {
    text-align: left;
    color: #fff;
    font-weight: 350;
}

.auth-form h2 {
    font-weight: 300;
    font-size: 32px;
    color: #000000;
}

.auth-form {
    border-radius: 1.25rem !important;
    padding: 3rem 2rem 1rem;
    background-color: #fff;
}

.auth-form h3 {
    font-weight: 300;
    font-size: 32px;
    color: #969696;
}

.auth-floated .auth-form {
    text-align: left;
}

.auth-floated .auth-form .btn-primary {
    padding: 0.375rem 1.375rem;
    border-radius: 0px;
}

.auth-floated .auth-form .btn-link {
    color: #114a8f;
}
.awarenesscolour {
    background-color: #e87060 !important;
    color: white !important;
}
.interestcolour {
    background-color: #f18747 !important;
    color: white !important;
}
.evaluationcolour {
    background-color: #e0d45f !important;
    color: white !important;
}
.purchasecolour {
    background-color: #85d57e !important;
    color: white !important;
}
.awarenesstextcolour {
    color: #e87060 !important;
}
.interesttextcolour {
    color: #f18747 !important;
}
.evaluationtextcolour {
    color: #e0d45f !important;
}
.purchasetextcolour {
    color: #85d57e !important;
}
.lessthan50colour {
    background-color: #e87060 !important;
}
.lessthan75colour {
    background-color: #e0d45f !important;
}
.morethan75colour {
    background-color: #0066cc !important;
}
.failedcolour {
    background-color: #585a58 !important;
    color: white !important;
}
.ordersummaryth {
    padding: 7px!important;
}
#companyorder_orderlines td{
    padding-left: 0.25rem!important;
    padding-right: 0.25rem!important;
}
.fleetqrcode{
    margin-left: 45%!important;
}

.code-input {
    margin-left: 5px;
    font-size: 1.5em;
    width: 1em;
    text-align: center;
    flex: 1 0 1em;
    border: 1px solid #e5e6e7;
    padding: 6px 12px;
}

.a.btn.btn-outline-delete:hover {
    background: #dc3545 !important;
    color: #FFF !important;
}
a.btn.btn-outline-delete {
    border: 1px solid #dc3545;
    color: #dc3545;
}
.top-actions-divider {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    min-width: 1px;
    display: block;
    padding: 0px 0px 8px 5px;

}
#toast-container>.toast-info, .toast-info{
    background-color: #0179a8!important;
}
.qrcode{
    width: 180px!important;
    height: 180px!important;
}
.moduleiconstyling img{
    position: relative!important;
    height: 65%!important;
    width: auto!important;

}



#card-element--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

#card-element--invalid {
    border-color: #fa755a;
}

#card-element--webkit-autofill {
    background-color: #fefde5 !important;
}

#cards-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
}

.card-box {
    width: 285px;
    height: 180px;
    position: relative;
    background: #fff;
    border: 2px solid #e8ebed;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    transition: all .5s ease;
    opacity: 0.5;
    margin-top: 15px;
    margin-right: 5px;
}

.card-box.selected,
.card-box:hover {
    border-color: #28333b;
    opacity: unset;
}

.card-box-footer {
    position: absolute;
    bottom: 1em;
    left: 0;
}

.card-box-empty {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

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

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

#card-element {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

#card-errors {
    height: 20px;
    padding: 4px 0;
    color: #fa755a;
}
.comment{
    padding: .75rem;
    background-color: rgba(20,20,31,.05);
    overflow-x: scroll;
}
.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.card-radio 
{
    margin-right: 5px;
} 

.card-radio input 
{
  display: none;
}

.card-radio-btn
{
    /* margin: 10px; */
    width: 100%;
    height: 100%;
    border: 1px solid lightgray;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0px;
    cursor: pointer;
    padding: 10px 10px;
}

.card-radio-btn > i {
  color: #ffffff;
  background-color: #346cb0;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.card-radio-btn h5
{
  color: #555;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
}
.card-radio-btn h6
{
  font-size: 14px;
  font-weight: 300;
}

.card-radio input:checked + .card-radio-btn 
{
  border: 2px solid #346cb0;
}

.card-radio input:checked + .card-radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}


.pay-form {
    padding: 3rem 2rem 1rem;
    border-radius: 1.25rem !important;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}
  .menu-alevel{
    padding-left: 1rem !important;
  }
  .menu-blevel{
    padding-left: 3rem !important;
  }
  .stacked-menu-has-compact .menu-blevel{
    padding-left: 1rem !important;
  }

  .compact-menu{
    display: none !important;
  }
.stacked-menu-has-compact .compact-menu{
    display: block !important;
}


.table td.no-border-top{
    border-top: none!important;
}
.leadcontactupdate-form{
    max-width: 780px!important;
}


.doc-mngmt-folder-card.selected { border: 2px solid #35b5bb;}
.doc-mngmt-file-card.selected { border: 2px solid #35b5bb;}


.doc-mngmt-folder-card .card-footer-item .col-md-9,
.doc-mngmt-file-card .card-footer-item .col-md-9
{
    overflow: hidden;
    height: 2.8em;
    line-height: 1.4em;
}
.doc-mngmt-root-icon{
    font-size: 25px;
}
.doc-mngmt-icon{
    font-size: 60px;
    color: #a6abbd;
}
.doc-mngmt-actions-icon.focus,.doc-mngmt-actions-icon:focus {
    box-shadow:0 0 0 0!important;
}

.root-folder-color{
    background-color: #f7f8fa!important;
} 
.list-group-item.active .list-group-item-figure {
    color: #35b5bb!important;
}
.list-group-item.active {
    color: #363642;
    border-color: transparent;
    border-radius: 0 !important;
    box-shadow: inset 4px 0 0 0 #35b5bb;
}

.flex-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.table tbody tr > td.info,
.table tbody tr > th.info {
    /* background-color: #d9edf7 !important; */
    font-weight: bolder;
}
.table tbody tr > td.bold{
    font-weight: 800;
    font-size: 16px;
}

.display-flex{
    display: flex;
    gap: 5px;
}

.main-container 
{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-container h2 
{
  margin: 0 0 80px 0;
  color: #555;
  font-size: 30px;
  font-weight: 300;
}

.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 10px;
  width: 220px;
  height: 240px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #FFDAE9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon 
{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
}

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid #FFDAE9;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.two-factor-options .option-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.two-factor-options .option {
    border: 1px solid #ccc;
    border-radius: .3rem;
    padding: 15px;
    display: flex;
    align-items: center;
    background: white;
    cursor: pointer;
    transition: box-shadow 0.3s, border-color 0.3s;
    position: relative;
}
.two-factor-options input[type="radio"],.two-factor-options .form-check {
    display: none;
}
.two-factor-options .icon {
    font-size: 24px;
    margin-right: 15px;
    color: #666;
}
.two-factor-options .option-content {
    display: flex;
    flex-direction: column;
}
.two-factor-options .option-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.two-factor-options .option-description {
    color: #666;
    font-size: 14px;
}
.two-factor-options .option.selected{
    box-shadow: 0 0 0 3px #30619F;
    border-color: #30619F;
}
.two-factor-title{
    font-size: 28px;
}
.form-extra-buttons-wrapper{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:15px;
    margin-bottom:15px;
    color: #346cb0;
}
.qr_section{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 15px 0;
    padding: 15px 0;
}

/* .default-skin .stacked-menu>.menu>.menu-item>.menu-link {
    border-bottom: 1px solid rgba(20,20,31,.05)
}
.stacked-menu>.menu>.menu-item>.menu-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, .038);
} */

.news-timeline{
    padding-left: 0px !important;
}
.news-timeline .timeline-body,
.news-timeline .timeline-figure{
    margin-bottom:0px !important;
}
.alert-heading.announcement-title a{
    color: inherit !important;
}
.alert-heading.announcement-title a:hover{
    text-decoration: inherit !important;
}

.full-height{
    min-height: 100vh
}

.module-box{
    display: flex;
    flex-direction: column;
    min-height: 385px;
    height: 100%;
    padding: 10px 15px 15px;
    position: relative;
}

.passBtn{
    padding: 0.5em 0.5em; 
}