:root {
    --white: #ffffff;
    --blue: #0f578b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000000;
    background: var(--white);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: inherit;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}*/

.default-transition {
    width: 100%;
    height: calc(100vh - 40px);
    position: fixed;
    background: #ffffff;
    overflow: hidden;
}

.form-side {
    padding: 40px 35px;
    border-radius: 15px;
    background-color: #f3f3f3;
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 7px 2px #ededed;
}

.form-group {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .form-group h3 {
        font-size: 18px;
        font-weight: 800;
    }

    .form-group label {
        color: #282828;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: normal;
    }

.form-control {
    font-size: .8rem;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    border: 0;
    background: #fff;
    color: #3a3a3a;
    height: 40px;
    outline: unset !important;
    border-radius: 25px;
}

    .form-control::-webkit-input-placeholder {
        color: #acacac;
    }

    .form-control::-moz-placeholder {
        color: #acacac;
    }

    .form-control::-ms-placeholder {
        color: #acacac;
    }

    .form-control::placeholder {
        color: #acacac;
    }

.logo_wrap {
    display: inline-block;
    padding: 5px;
}

.login_btn {
    padding: 8px 20px;
    background: var(--blue);
    color: #ffffff;
    border: 1px solid var(--blue);
    border-radius: 25px;
    display: inline-block;
    width: 100%;
}

    .login_btn:hover {
        background: transparent;
        color: var(--blue);
    }

@media(max-width:767px) {
    .form-side {
        border-radius: 20px;
        padding: 40px 15px;
    }
}

button {
    background: transparent;
    border: 0;
}

.page_wrap {
    height: 100vh;
}

.text-gray-600 {
    color: #676767;
}

.text-gray-850 {
    color: #262626;
}

.side_toggleBtn {
    padding: 7px;
}

.toggle_text {
    font-size: 13px;
    font-weight: 600;
}

/*.sideBar_open .offcanvas {
    position: relative;
}*/

#users-tabs-container button.active {
    color: #4e4e4e;
}

#users-tabs-container button:not(.active) {
    color: rgb(205 205 205 / var(--tw-text-opacity));
}

/* Switch 1 Specific Styles Start */


input[type="checkbox"].switch_checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.25rem;
    height: 1.25rem;
    background: #e3e3e3;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    input[type="checkbox"].switch_checkbox:checked {
        background: #059669;
    }

    input[type="checkbox"].switch_checkbox:after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        left: 4px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        top: 2px;
    }

    input[type="checkbox"].switch_checkbox:checked:after {
        left: calc(100% - 1.5em);
    }

.tab-content > .active {
    display: inline;
}


#offcanvasAlwaysOpen,
#offcanvasAlwaysOpen1 {
    position: relative;
    top: 0;
    left: -365px;
    width: 0 !important;
    height: 100%;
    color: #212529;
    z-index: 1000;
}

    #offcanvasAlwaysOpen.show {
        left: 0;
        width: 35% !important;
    }

#offcanvasAlwaysOpen1 {
    position: absolute;
    top: 0;
    left: -550px !important;
    width: 0 !important;
    box-shadow: #cdcdcd 0px 0px 10px 2px;
    /* -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px)); */
    transition: all 0.4s;
    opacity: 0;
}

    #offcanvasAlwaysOpen1.show {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        left: 0 !important;
        width: 400px !important;
        min-width: 400px !important;
    }

.cstm_checkbox input[type="checkbox"] {
    display: none;
}

.cstm_checkbox label {
    position: relative;
    cursor: pointer;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .cstm_checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #484848;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 6px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
    }

.cstm_checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #054802;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.cstm_checkbox {
    position: relative;
}

.plus_minus {
    position: absolute;
    left: -25px;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_sec .accordion .accordion-item {
    background: transparent;
    border: 0;
}

.center_sec .accordion .accordion-header {
    text-align: center;
}

.center_sec .accordion .accordion-button {
    background: #ffffff;
    border: 0;
    box-shadow: none;
    width: auto;
    display: inline-flex;
    border-radius: 50px !important;
    padding: 6px;
}

    .center_sec .accordion .accordion-button.collapsed {
        position: absolute;
        top: 6px;
    }

.sidebar_panel {
    box-shadow: #cdcdcd 0px 0px 10px 2px;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cstm_drop {
    transform: unset !important;
    inset: unset !important;
    bottom: 100% !important;
    left: 0 !important;
    border: 0;
    border-radius: 0;
    box-shadow: #cdcdcd 1px 0px 14px -3px;
    width: 100%;
    margin: auto !important;
    padding: 0 0 10px 0;
    background: #f9f9f9;
    overflow-y: scroll;
    height: 200px;
}

    .cstm_drop li {
        padding: 12px 25px;
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        display: block;
        width: 100%;
        clear: both;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        /*        background-color: transparent;*/
    }

    .cstm_drop li {
        border-radius: 10px;
    }

        .cstm_drop li a span,
        .toast-body span {
            display: block;
            font-size: 10px;
            margin: 6px 0 0;
        }

        .cstm_drop li:not(:last-child) {
            border-bottom: 1px solid #e3e3e3;
        }

.cstm_drop_collections {
    cursor: pointer;
}

    .cstm_drop_collections.active {
        background-color: #4e4e4e1a;
    }

.selected_noti {
    position: absolute;
    bottom: 110%;
    width: 100%;
    left: 0;
}

.bg-blue {
    background: #368dd1;
}

.bg-blue-500 {
    background: #f5fbff;
}

.hover\:bg-bluetext:hover {
    color: #0f578b;
}

.cstm_icon {
    position: absolute;
    right: -120px;
    width: 15%;
    top: 14px;
}

#pills-tab .nav-item .active {
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.openFile {
    cursor: pointer;
}
