@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #525252;
}

.wrapper {
    display: flex;
}

.main {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
    display:flex;
    flex-direction:column;
}

.hidden {
    display: none;
}

.icon-dual {
    color: #adb5bd;
    fill: rgba(173, 181, 189, .16);
}

.page-content {
    flex:1 1 auto;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}

@media (max-width: 575.98px) {
    .auth-one-bg-position {
        height: 280px;
    }
}

.auth-one-bg {
/*    background-image: url("../images/auth-one-bg.jpg");*/
    background-position: center;
    background-size: cover;
}

    .auth-one-bg .bg-overlay {
        background: linear-gradient(to right, #032c48, #6cc3ca);
        opacity: .9;
    }

    .auth-one-bg .shape {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }

        .auth-one-bg .shape > svg {
            width: 100%;
            height: auto;
            fill: var(--vz-body-bg);
        }

#sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #4eb8ff17;
    display: flex;
    flex-direction: column;
}

    #sidebar.expand {
        width: 260px;
        min-width: 260px;
    }

    #sidebar:hover {
        width: 260px;
        min-width: 260px;
    }

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

    .toggle-btn i {
        font-size: 1.5rem;
        color: #136daa;
    }

.sidebar-logo {
    margin: auto 0;
}

    .sidebar-logo a {
        color: #FFF;
        font-size: 1.15rem;
        font-weight: 600;
    }

/*#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}*/

#sidebar:not(:hover) .sidebar-logo,
#sidebar:not(:hover) a.sidebar-link span,
#sidebar:not(:hover) span.logo-m {
    display: none;
}

#sidebar:not(:hover) span.logo-sm {
    display: block;
}

#sidebar:hover span.logo-m {
    display: block;
}

#sidebar:hover span.logo-sm {
    display: none;
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #136daa;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

    a.sidebar-link.disabled {
        color: #136daa73;
        cursor:not-allowed;
    }
.pl-3 {
    padding-left: 3.5rem !important;
}

.pl-4 {
    padding-left: 4.5rem !important;
}

.pl-5 {
    padding-left: 5.5rem !important;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item {
    position: relative;
}

/*#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #4eb8ff17;
    padding: 0;
    min-width: 15rem;
    display: none;
}



#sidebar:not(.expand) .sidebar-item:hover .has-dropdown + .sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}*/

#sidebar:not(:hover) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #4eb8ff17;
    padding: 0;
    min-width: 15rem;
    display: none;
}



#sidebar:not(:hover) .sidebar-item:hover .has-dropdown + .sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

#sidebar:hover .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar:hover .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #136daa;
    --bs-btn-border-color: #136daa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6cc3ca;
    --bs-btn-hover-border-color: #6cc3ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6cc3ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #136daa;
    --bs-btn-disabled-border-color: #136daa;
}

.btn-soft-primary {
    color: #25a0e2;
    background-color: rgba(37, 160, 226, .1);
    border-color: transparent;
}

.btn-soft-danger {
    color: #f06548;
    background-color: rgba(240, 101, 72, .1);
    border-color: transparent;
}

.btn-soft-warning {
    color: #ffbc0a;
    background-color: rgba(255, 188, 10, .1);
    border-color: transparent;
}

.form-group {
    margin-bottom: 1rem;
}

.float-right {
    float: right !important;
}

.text-right {
    text-align: right !important;
}

.col-form-label, .form-control, .btn {
    font-size: 0.9rem !important;
}

.input-group-text {
    border-radius: 0.375rem 0px 0px 0.375rem;
    font-size: 0.9rem !important;
}

div.card {
    box-shadow: 0 4px 8px 0 #eff9ff, 0 6px 20px 0 #eff9ff;
    border: 1px;
    margin-bottom:4rem;
}

.card-header {
    border-bottom: 0px;
    background-color: #fafbfe;
}

hr {
    color: #297baf;
    border-top: 2px solid;
}

.ck-editor__editable {
    max-height: 600px;
}

.ck-editor__editable {
    min-height: 645px !important;
}

.profile-details .ck-editor__editable {
    min-height: 310px !important;
}

thead tr {
    border-width: 0px !important;
}
thead tr th {
    background-color: #eff9ff !important;
}
    thead tr th span {
        color: #136daa;
        font-weight: lighter;
    }

tbody tr:hover td {
    background-color: #eff9ff !important;
    color: #136dad;
}

#dropdowm-lang {
    min-width: 2rem !important;
}
