body {
    background-color: #f6f7f9;
}

.navbar {
    position: fixed !important;
    top: 0;
    width: 100vw;
    height: 60px;
}

.side-bar {
    position: fixed;
    left: 0px;
    z-index: 999;
    background: #142533;
    width: 220px;
    height: 100vh;
    overflow-y: scroll;
    font-family: 'Maven Pro', sans-serif;
    top: 0px;
    padding-top: 80px;
    min-height: 300px;
    font-size: 0.9rem;
}

.side-bar::-webkit-scrollbar {
    width: 8px;
}

.side-bar::-webkit-scrollbar-track {
    background: #1a2b3a;
}

.side-bar::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
}

.side-bar {
    scrollbar-width: thin;
    scrollbar-color: #000000 #1a2b3a;
}

.color-wh {
    color: #fff;
}

.btn-s {
    display: inline-flex;
    width: 86%;
    height: 32px;
    background: #808080;
    font-weight: normal;
    padding-left: 10px;
    line-height: 32px;
    border-radius: 0 18px 18px 0;
    margin-top: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-s:hover,
.s-active {
    width: 98%;
    background: #1b779c;
    padding-left: 20px;
    font-weight: bold;
}

.sub-items-container {
    width: 100%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
}

#ads-cont {
    width: calc(100% - 220px) !important;
    margin-left: 220px !important;
    margin-top: 60px;
    min-height: calc(100vh - 112px);
}

.card-deck:not(:first-child) {
    padding-top: 50px;
}

.card {
    width: 250px;
    margin: 20px 0;
    flex: unset !important;
}

.card-top {
    background: white !important;
    border-bottom: none !important;
    position: relative;
    color: white;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-icon {
    background: none !important;
}

.card-icon:hover {
    background: none !important;
    transform: scale(1.1);
    transition: all 0.2s;
}

.card a {
    color: white;
    transition: all 0.2s;
}

.card a:hover {
    color: rgba(255, 255, 255, 1);
}

.image-hover-setting {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(10, 10, 10, 0.4);
}

.card-edit {
    padding: 10px;
}

.card-name-edit {
    font-size: 16px;
    font-weight: bolder;
    border: 0px;
    border-bottom: 1px solid black;
}

.card-name-edit:focus,
.card-heading-edit:focus {
    outline: none;
}

.card-heading-edit {
    font-size: 13px;
    border: 0px;
    border-bottom: 1px solid black;
}

.card-edit h4 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    word-break: break-all;
}

.card-edit h5 {
    font-size: 13px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
}

.card-edit p {
    font-size: 13px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    margin-top: 27px;
}

.previous,
.next {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: white;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 6px 7px 61px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 61px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 61px -20px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    font-weight: 900;
    padding: 0 30px;
}

.current {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: white;
    height: 25px;
    padding: 0 10px;
    cursor: default;
}

.pagination {
    margin-top: 20px;
}

.text-light {
    color: white;
}


.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.MuiIcon-root {
    width: 1em;
    height: 1em;
    overflow: hidden;
    font-size: 2.4rem;
    flex-shrink: 0;
    user-select: none;
}

.material-icons {
    font-family: 'material-outline-icons' !important;
    font-size: 24px;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#loader-wrapper {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.475);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Circular spinning loader */
#loader {
    width: 80px;
    height: 80px;
    border: 8px solid #ccc;
    border-top: 8px solid #1b779c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animation keyframes */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 576px) {

    .side-bar {
        height: 65px;
        top: 60px;
        padding: 5px !important;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100vw;
        min-height: unset;
        position: absolute;
    }

    .pro-menu-container {
        display: flex;
        gap: 10px;
        margin: 5px !important;
    }

    .menu-item.desktop {
        min-width: 200px;
        box-sizing: border-box;
    }

    #ads-cont {
        box-sizing: border-box;
        width: 100vw !important;
        margin: 120px 0 0 0 !important;
        min-height: unset;
    }

    .card-deck {
        align-items: center;
    }

}