:root {
    --a-yellow: #F2C131;
    --a-brown: #262626;
}

.active.nav-link {
    background-color: var(--a-yellow) !important;
}

[class*=sidebar-dark] {
    background-color: var(--a-brown);
}

[class*=sidebar-dark] .btn-sidebar,
[class*=sidebar-dark] .form-control-sidebar {
    background-color: var(--a-brown) !important;
}

.main-header {
    height: 56px;
    padding: 0px !important;
}

.card-yellow:not(.card-outline)>.card-header {
    background-color: var(--a-yellow);
}

.brand-link {
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: black;
}

.btn-yellow {
    background: #F2C131;
    border-radius: 4px;
}

.btn-outlined {
    border: 1px solid #A4A4A4;
}

.btn-dark {
    background: #262626 !important;
}

.breadcrumb-item a {
    color: #AEAEAE!important;
}

.breadcrumb-item.active {
    color: black;
}

.content-wrapper {
    background-color: white !important;
}

.nav-sidebar .nav-link p {
    /*   font-weight: 600;*/
    font-size: 18px;
    line-height: 25px;
}

.nav-sidebar .nav-item>.nav-link {
    height: 56px;
    display: flex;
    align-items: center;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    top: 22px;
}

.footer-black-text,
.footer-black-text:hover {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    color: #000000;
}

.nav-sidebar .menu-is-opening>.nav-link i.right,
.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
}

.main-footer {
    background-color: white !important;
    border: none;
    color: #869099;
}

.brand-link .brand-image {
    margin-top: 3px;
}

.user-panel {
    justify-content: center;
    overflow: visible;
}

.business-selector-dropdown {
    height: 54px;
    width: 90%;
    background: #404040;
    overflow: hidden;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    padding: 16px;
    display: flex;
    align-items: center;
    position: relative;
    color: #FFFFFF;
}

.drop-down-menu {
    background-color: white;
    z-index: 1000;
    position: absolute;
    width: 90%;
    transform: translateY(56px);
    background: #404040;
    border-radius: 4px;
    border-radius: 4px;
    /* identical to box height */
    display: none;
    align-items: center;
}

.drop-down-menu ul {
    list-style: none;
    padding: 0px !important;
    width: 100%;
    margin: 0px !important;
}

.drop-down-menu ul li {
    width: 100%;
}

.drop-down-menu ul li a {
    font-weight: 600;
    display: block;
    padding: 8px 16px;
    ;
    width: 100%;
    ;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF !important;
}

.drop-down-menu ul li a:first-child {
    padding-top: 16px;
    ;
}

.drop-down-menu ul li a:last-child {
    padding-bottom: 16px;
}

.drop-down-menu:focus {
    display: flex;
}

.drop-down-menu-active.drop-down-menu {
    display: flex;
}

#drop-down-button {
    background-color: transparent;
    ;
    border: transparent;
    position: absolute;
    right: 10px;
}

.dropdown-menu-user {
    right: 20px !important;
    border-radius: 4px;
    border: transparent;
    min-width: 100px !important;
    width: 165px !important;
    ;
}

.drop-down-backdrop {
    width: 100vw;
    height: 100%;
    position: absolute;
    ;
}

.dropdown-item {
    height: 44px;
    align-items: center;
    padding: 12px 20px;
}

.dropdown-item:hover p {
    color: #000000 !important;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.dropdown-menu-lg p {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

#drop-down-button i {
    color: white;
}

#contentFAQ {
    padding: 50px 44px;
    padding-bottom: 0px;
}

.card {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.clause {
    margin-bottom: 40px;
}

.clause span {
    display: block;
}

.table,
.tab-content>.active,
.overflow-x-auto {
    overflow-x: auto;
}

.clause .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.clause .text {
    font-size: 18px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .drop-down-menu,
    .sidebar-mini.sidebar-collapse .business-selector-dropdown span {
        margin-left: -10px;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: hidden;
    }
    .sidebar-mini.sidebar-collapse .business-selector-dropdown button {
        padding-left: 0px;
        left: 20px;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar:hover .drop-down-menu,
    .sidebar-mini.sidebar-collapse .main-sidebar:hover .business-selector-dropdown span {
        display: inline-block;
        margin-left: 0;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: visible;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar:hover .business-selector-dropdown button {
        left: initial;
        right: 10px;
    }
}

.card-outlined {
    box-shadow: none;
    border: 1px solid #c6c6c6;
}


/* .card {
    overflow: hidden;
} */

.card-outlined .card-footer {
    background-color: white;
}

.card-seamless {
    box-shadow: none;
}

.hidden {
    display: none;
}

.timer-otp {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.add-member-pic {
    height: 115px;
    border-radius: 100%;
}

.add-member-span {
    margin-top: 51px;
    display: block;
    max-width: 349px;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #787878;
    position: relative;
    ;
}

.add-member-span .member-name {
    font-weight: 600;
    color: black;
}

.grey-dropdown,
.grey-dropdown:hover {
    color: #686868
}

.status {
    color: white;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    ;
    width: 29%;
    height: 35px;
    max-width: 114px;
    max-height: 38px;
    border-radius: 4px;
}

.status[type="delivered"] {
    background: #28A745;
    color: #FFFFFF;
}

.status[type="shipped"] {
    background: #007BFF;
}

.status[type="pending"] {
    background: #E2AF0B;
}

.status[type="resolved"] {
    background: #28A745;
}

.status[type="cancelled"] {
    background: #DC3545;
}

.status[type="inactive"] {
    color: #626262;
    background: #D4D4D4;
}

.status[type="active"] {
    color: #FFFFFF;
    background: #007BFF;
}

.remarks-span {
    display: block;
    padding: 24px;
    background: rgba(242, 193, 49, 0.1);
    border: 2px solid #F2C131;
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    color: #787878;
}

.customer-heads-up span {
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #121212;
    padding: 20px 41px
}

.customer-heads-up span i {
    margin-right: 18px;
}

.seamless-top {
    border-top: none;
}

.radios-div>div {
    margin-top: 10px;
    ;
}

.radios-div label {
    display: flex;
    justify-content: space-between;
}

.user-block .username {
    color: #121212;
}

.post {
    border-bottom: none;
}

.post-response {
    background: #EFEFEF;
    border-radius: 8px;
    padding: 2vh 2vw;
}

.post-response .response-date {
    color: #6c757d;
    font-size: 13px;
    margin-top: -3px;
}

.post p {
    color: #787878;
}

.post-response p {
    margin: 0px;
    color: #000000;
}

.post-input-group .input-group-append {
    margin-left: 20px;
}

.post-input-group input {
    border-radius: 0.2rem !important;
}

.post-input-group .input-group-append button {
    border-radius: 0.2rem !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 100px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.profile-modal .modal-dialog {
    max-width: 266px;
    ;
}

.profile-modal .modal-content {
    display: flex;
    align-items: center;
    text-align: center;
}

.validation-span {
    float: right;
    display: none;
}

.unavailable-modal .modal-header {
    border-bottom: 5px solid #a71d2a;
}

.available-modal .modal-header {
    border-bottom: 5px solid #19692C;
}

.booked-modal .modal-header {
    border-bottom: 5px solid #007BFF
}

.btn-danger {
    background-color: #C82333;
}

.border-none {
    border: none;
}

.booked-modal .modal-body {
    padding: 0px;
}

.booked-ul {
    padding: 0px;
    list-style: none;
}

.booked-ul li {
    padding: 20px;
    border-bottom: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
}

.booked-ul li .event-color {
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    background-color: #007BFF;
    display: inline-block;
}

.booked-ul li .event-time {
    color: #666666;
    margin-left: 20px;
}

.booked-ul li .event-name {
    margin-left: 20px;
    font-weight: 600;
}