
.hide__element {
    display: none !important;
}

/* ------------------------------------- */
/* BODY ELEMENT START */
/* ------------------------------------- */

.page__section__wrapper {
    display: flex;
    height: 100%;
}

/* ------------------------------------- */
/* BODY ELEMENT END*/
/* ------------------------------------- */


/* ------------------------------------- */
/* SSIDE BAR ELEMENT START*/
/* ------------------------------------- */

.side__bar__wrapper {
    position: relative;
    display: none;
}

.side__bar {
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    border: 1px solid var(--clr-border-black);

    padding: 0.6rem 1rem 1.2rem 1rem;
}


.side__bar__top__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    gap: 1.8rem;
}

.side__bard__logo__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 0.6rem;
}

.side__bard__logo__container .logo {
    width: 100px;

    padding: 0.4rem 0rem 0.7rem 0rem;
}

.side__bard__logo__container hr {
    width: 100%;
}

.nav__container {
    width: 100%;
}

.nav__links__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;

    gap: 1rem;

    margin: 0;
    padding: 0rem 1rem 0rem 0rem;
    padding: 0rem;
    margin-right: 1.2rem;
}

.nav__links__wrapper .nva__link {
    list-style: none;

    width: 100%;
    display: grid;
    grid-template-columns: 16px 1fr;
    justify-content: start;
    align-items: center;

    gap: 0.5rem;
    padding-left: 1rem;
}

.nav__link__active {
    background-color: var(--clr-whitish-teal);
    border-radius: 0.5rem;
    padding: 0.7rem 0rem;
}

.my__account__container {
    display: flex;
    justify-content: start;
    align-items: center;

    gap: 0.4rem;
}

.my__account__container p {
    padding: 0rem 1rem 0rem 0rem;
}

.side__bar .logout__btn__container {
    width: 100%;
}

/* xxxs */
/* @media (min-width: 320px) {} */

/* xxs */
/* @media (min-width: 380px) {} */

/* xs */
/* @media (min-width: 475px) {} */

/* sm */
/* @media (min-width: 640px) {} */

/* md */
/* @media (min-width: 768px) {} */

/* lg */
@media (min-width: 1024px) {

    .side__bar__wrapper {
        position: relative;
        display: block;
    }
}

/* xl */
/* @media (min-width: 1280px) {} */

/* 2xl */
/* @media (min-width: 1536px) {} */


/* ------------------------------------- */
/* SIDE BAR ELEMENT END */
/* ------------------------------------- */


/* ------------------------------------- */
/* MOBILE SIDE BAR ELEMENT END */
/* ------------------------------------- */

.mobile__side__bar__wrapper {
    display: none;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    background-color: var(--clr-white);

    transition: all 0.9s all;
}

.mobile__side__bar__active {
    right: 0;
}

.mobile__side__bar__wrapper .side__bard__logo__container {
    width: 100%;
}

.mobile__side__bar__wrapper .side__bard__logo__container .top__nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    color: var(--clr-black);
    font-size: var(--size-2xl);
}

.mobile__side__bar__wrapper .logout__btn__container {
    margin-bottom: 3.5rem;
}

/* xxxs */
/* @media (min-width: 320px) {} */

/* xxs */
/* @media (min-width: 380px) {} */

/* xs */
/* @media (min-width: 475px) {} */

/* sm */
/* @media (min-width: 640px) {} */

/* md */
/* @media (min-width: 768px) {} */

/* lg */
@media (min-width: 1024px) {

    .mobile__side__bar__wrapper {
        display: none;
    }
    
}

/* xl */
/* @media (min-width: 1280px) {} */

/* 2xl */
/* @media (min-width: 1536px) {} */


/* ------------------------------------- */
/* MOBILE SIDE BAR ELEMENT END */
/* ------------------------------------- */


/* ------------------------------------- */
/* PAGE CONTENT CONTAINER START */
/* ------------------------------------- */

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex: 1;

    /* gap: 1rem; */
}

/* ------------------------------------- */
/* PAGE CONTENT CONTAINER END */
/* ------------------------------------- */


/* ------------------------------------- */
/* MOBILE NAV BAR START */
/* ------------------------------------- */

.mobile__nav__bar {
    background-color: var(--clr-white);
    border: none;
    border-bottom: 1px solid var(--clr-light-black-text);

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    padding: 0.5rem 0.8rem;
}

.mobile__nav__bar .mobile__nav__logo__container .logo {
    width: 100px;

    padding: 0.4rem 0rem;
}

/* xxxs */
/* @media (min-width: 320px) {} */

/* xxs */
/* @media (min-width: 380px) {} */

/* xs */
/* @media (min-width: 475px) {} */

/* sm */
/* @media (min-width: 640px) {} */

/* md */
/* @media (min-width: 768px) {} */

/* lg */
@media (min-width: 1024px) {

    .mobile__nav__bar {
        display: none;
    }
}

/* xl */
/* @media (min-width: 1280px) {} */

/* 2xl */
/* @media (min-width: 1536px) {} */

/* ------------------------------------- */
/* MOBILE NAV BAR END */
/* ------------------------------------- */


/* ------------------------------------- */
/* TOP BANNER START */
/* ------------------------------------- */

.top__banner {
    width: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border: none;
    border-bottom: 1px solid var(--clr-border-black);
    padding: 1rem 0.8rem;
}

.top__banner__title {
    color: var(--clr-black);
    font-size: var(--size-text);
    font-weight: 500;
}

/* xxxs */
/* @media (min-width: 320px) {} */

/* xxs */
/* @media (min-width: 380px) {} */

/* xs */
/* @media (min-width: 475px) {} */

/* sm */
/* @media (min-width: 640px) {} */

/* md */
/* @media (min-width: 768px) {} */

/* lg */
@media (min-width: 1024px) {

    .top__banner__title {
        color: var(--clr-black);
        font-size: var(--size-2xl);
        font-weight: 400;
    }
}

/* xl */
/* @media (min-width: 1280px) {} */

/* 2xl */
/* @media (min-width: 1536px) {} */


/* ------------------------------------- */
/* TOP BANNER END */
/* ------------------------------------- */

/* ------------------------------------- */
/* PAGE CONTAINER WRAPPER START */
/* ------------------------------------- */

.page__content__wrapper {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem 1rem;
}

/* Custom Scrollbar Styles */
.page__content__wrapper::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
}

.page__content__wrapper::-webkit-scrollbar-track {
    background: transparent; 
    margin: 3px 0;
}

.page__content__wrapper::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 5px;
}

.page__content__wrapper::-webkit-scrollbar-thumb:hover {
    background: #C1C1C1;
}

/* ------------------------------------- */
/* PAGE CONTAINER WRAPPER END */
/* ------------------------------------- */

/* ------------------------------------- */
/* PAGE TOP BANNER START */
/* ------------------------------------- */

.page__content__container .page__top__banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 1rem;
}

.page__content__container .page__top__banner .page__title__container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

    gap: 0.6rem;
}

.page__content__container .page__top__banner .page__title__container .img {
    width: 28px;
}

.page__content__container .page__top__banner .page__title__container .title {
    color: var(--clr-black);
}

.page__content__container .page__top__banner .page__title__container .title {
    color: var(--clr-black);
}


/* ------------------------------------- */
/* PAGE TOP BANNER END */
/* ------------------------------------- */

/* ------------------------------------- */
/* ERRORS CONTAINER START */
/* ------------------------------------- */

.errors__container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;

    gap: 0.5rem;
}

.single__error__box__solid {
    background-color: var(--clr-btn-red-light);
    color: var(--clr-white);
    font-size: var(--size-base);
    font-weight: 500;
    border-radius: 0.5rem;

    padding: 0.5rem 0.8rem;
}

.form__field__error__text {
    color: var(--clr-btn-red-light);
    font-size: var(--size-sm);
    font-weight: 500;
}


/* ------------------------------------- */
/* ERRORS CONTAINER END */
/* ------------------------------------- */

/* ------------------------------------- */
/* GREEN ALERTS MESSAGES START */
/* ------------------------------------- */

.green__alert__container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;

    gap: 0.5rem;
}

.single__green__alert__box__solid {
    background-color: var(--clr-bg-green);
    color: var(--clr-white);
    font-size: var(--size-base);
    font-weight: 500;
    border-radius: 0.5rem;

    padding: 0.5rem 0.8rem;
}

.form__field__green__alert__text {
    color: var(--clr-bg-green);
    font-size: var(--size-sm);
    font-weight: 500;
}


/* ------------------------------------- */
/* GREEN ALERTS CONTAINER END */
/* ------------------------------------- */


/* ------------------------------------- */
/* SLIDE NOTIFICATIONSCONTAINER START */
/* ------------------------------------- */


.slide__left__notification__wrapper {
    position: relative;
}

.slide__left__notification__container {
    position: absolute;
    top: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    text-align: start;

    gap: 0.5rem;
}

.slide__left__notification__box {
    position: relative;
    top: 0;
    right: -150%;

    color: var(--clr-white);
    font-size: var(--size-base);
    font-weight: 400;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 8px #00000030;

    padding: 0.8rem 2rem 0.8rem 1.2rem;

    transition: all 0.6s ease-in-out;

}

.success__notification {
    background-color: var(--clr-bg-green);
    background-color: #00FF00;
    color: var(--clr-black);
    font-weight: 400;
}

.error__notification {
    background-color: var(--clr-btn-red-light);
    color: var(--clr-white);
    font-weight: 400;
}

.notification__active {
    right: 0%;
}


/* ------------------------------------- */
/* SLIDE NOTIFICATION CONTAINER END */
/* ------------------------------------- */


/* ------------------------------------- */
/* PAGES PAGINATION COMPONENT START */
/* ------------------------------------- */

.pagination__wraper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pagination__wraper.mg__tp {
    margin-top: 2.5rem;
}

.pagination__wraper.mg__btm {
    margin-bottom: 2.5rem;
}


.pagination__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 1.6rem;
}

.pagination__page__numbers__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 0.6rem;
}

.pagination__page__numbers__wrapper .page__number,
.pagination__container .page__nav__btn {
    width: 35px;
    height: 35px;
    border: 2px solid var(--clr-white);
    border-radius: 0.3rem;
    cursor: pointer;
    
    color: var(--clr-black);
    font-size: var(--size-base);
    font-weight: 500;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease-in-out;
}

.pagination__page__numbers__wrapper .page__number:hover,
.pagination__container .page__nav__btn:hover {
    border: 2px solid var(--clr-primary-teal);
}

.pagination__page__numbers__wrapper .page__number.active__page__number {
    background-color: var(--clr-primary-teal);
    border: 2px solid var(--clr-primary-teal);
}

.pagination__container .page__nav__btn {
    background-color: var(--clr-whitish-teal);
    border: 2px solid var(--clr-primary-teal);
}

.pagination__container .page__nav__btn:hover {
    background-color: var(--clr-primary-teal);
}

.pagination__text__element {
    color: var(--clr-black);
    font-size: var(--size-base);
    font-weight: 500;
}


/* ------------------------------------- */
/* PAGES PAGINATION COMPONENT END */
/* ------------------------------------- */


/* ------------------------------------- */
/* IMAGE PREVIEW CONTAINER START */
/* ------------------------------------- */

.img__preview__container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 0.8rem;
}

.img__preview {
    width: 250px;
    height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.6rem;
}


/* ------------------------------------- */
/* IMAGE PREVIEW CONTAINER END */
/* ------------------------------------- */

/* ------------------------------------- */
/* POPUP MODAL ELEMENT START */
/* ------------------------------------- */

.modal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    background-color: #00000070;
}

.modal__box {
    width: 285px;
    background-color: var(--clr-white);
    color: var(--clr-black);
    font-size: var(--size-lg);
    font-weight: 500;
    border-radius: 0.5rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    gap: 1rem;
    padding: 1.5rem 2rem;
}

.modal__btn__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;

    gap: 0.5rem;
}


/* ------------------------------------- */
/* POPUP MODAL ELEMENT END */
/* ------------------------------------- */