.logo.pull-left {
    /** Remove By Sahejad landing-pade_new-design **/
    /* margin-top: 0.5rem;
    margin-bottom: 0.5rem; */
    /** Remove By Sahejad landing-pade_new-design **/

    /**  Added By Sahejad landing-pade_new-design **/
    /* margin: 13px 0; */
    /**  Added By Sahejad landing-pade_new-design **/
}

.categories_tabs {
    /* padding: 1em 0; */

    padding: 3em 0 1em 0;
}

.back_btn-border-black {
    /* display: grid;
    align-items: center;
    grid-template-columns: 250px 1fr */
}

.enter-corpa_front .enter-corpa_front_inner-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;

    /** Remove By Sahejad landing-pade_new-design **/
    /* border-radius: 20px; */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_front_inner-title {
    /** Remove By Sahejad landing-pade_new-design **/
    /* height: 70px; */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_front_inner-content {
    position: relative;

    /** Remove By Sahejad landing-pade_new-design **/
    /* height: 78px;
    padding: 1.5rem 0 0 0;
    z-index: -1; */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_front_inner-content p {
    margin-bottom: 0;
    line-height: inherit;

    /** Remove By Sahejad landing-pade_new-design **/
    /* font-size: 18px; */
    /** Remove By Sahejad landing-pade_new-design **/
    
    font-weight: 600;
}

.enter-corpa_front_inner a {
    /** Remove By Sahejad landing-pade_new-design **/
    /* position: absolute;
    background-color: #00000096;
    padding: 1rem;
    border-radius: 8px; */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_box_inner {
    text-align: center;
    /** Remove By Sahejad landing-pade_new-design **/
    /* position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 20px;
    background-color: var(--text-white);
    padding: 10px 10px; */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_front_inner a {
    /** Remove By Sahejad landing-pade_new-design **/
    /* font-size: 15px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 4px 8px; */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_front_back_inner {
    position: relative;

    /** Remove By Sahejad landing-pade_new-design **/
    /* perspective: 1000px;
    width: 294px;
    height: 196px; 
    margin: 0 auto; 
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;*/
    /** Remove By Sahejad landing-pade_new-design **/   

}

.enter-corpa_front_back-img-content {
    height: 100%;
    /** Remove By Sahejad landing-pade_new-design **/   
    /* transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    -ms-transition: 0.8s ease-out;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible; */
    /** Remove By Sahejad landing-pade_new-design **/   
}

.enter-corpa_front_back_inner.applyflip .enter-corpa_front_back-img-content {
    /** Remove By Sahejad landing-pade_new-design **/
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg); */
    /** Remove By Sahejad landing-pade_new-design **/
}

.enter-corpa_front_back_inner .enter-corpa_front_back-img-content .enter-corpa_front_inner-img
/** Remove By Sahejad landing-pade_new-design **/
/* .enter-corpa_front_back_inner .applyflip .enter-corpa_front_back-img-content .enter-corpa_front_inner-img  */
/** Remove By Sahejad landing-pade_new-design **/
{
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.enter-corpa_front_back_inner .enter-corpa_front_back-img-content .enter-corpa_back
/** Remove By Sahejad landing-pade_new-design **/
/* .enter-corpa_front_back_inner.applyflip .enter-corpa_front_back-img-content .enter-corpa_back  */
/** Remove By Sahejad landing-pade_new-design **/
{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.tabs_admin_one {
    /** Remove By Sahejad 05/13/2025 **/
    /* position: fixed;
    top: 60px;
    right: 0;
    z-index: 8;
    border-radius: 0 0 8px 8px;
    min-width: 200px;
    background-color: var(--bg-light-periwinkle);
    box-shadow: 0 0px 38px rgba(0, 0, 0, 0.30), 0 0px 12px rgba(0, 0, 0, 0.22); */
    /** Remove By Sahejad 05/13/2025 **/

    /** Add By Sahejad 05/13/2025 **/
    /* position: absolute; */
    position: fixed;

    /** Remove By Sahejad landing-pade_new-design **/
    /* top: 16px; */
    /** Remove By Sahejad landing-pade_new-design **/

    right: 15px;
    z-index: 9;
    /** Add By Sahejad 05/13/2025 **/
}

.tabs_admin_one ul li a {
    padding-right: 24px;
    display: inline-block;
    width: 100%;
    color: var(--text-black);
    padding: 8px 16px;
    border-bottom: 1px solid var(--text-black);
    font-weight: 500;
    transition: all 0.3s ease;

    font-size: 16px;
}

.tabs_admin_one_box {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 16px;
    transition: all 0.3s ease;
}

.tabs_admin_one ul li .menu_arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /** Remove By Sahejad 05/13/2025 **/
    /* font-weight: 500;
    padding: 8px 4rem 8px 0;
    transition: all 0.3s ease; */
    /** Remove By Sahejad 05/13/2025 **/

    /** Add By Sahejad 05/13/2025 **/
    /* padding: 2px 8px; */
    width: 32px;
    height: 32px;
    border: 2px solid var(--text-white);
    border-radius: 50%;
    transition: all 0.3s ease;
    /** Add By Sahejad 05/13/2025 **/
}

.tabs_admin_one ul li .menu_arrow:hover {
    /** Remove By Sahejad 05/13/2025 **/
    /* color: var(--text-black);
    background-color: var(--text-white);
    border-radius: 0 0 8px 8px; */
    /** Remove By Sahejad 05/13/2025 **/

    /** Add By Sahejad 05/13/2025 **/
    /* border-color: var(--text-black); */
    transform: scale(1.1);
    /** Add By Sahejad 05/13/2025 **/
}

.tabs_admin_one_dropdown_box {
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}

.tabs_admin_one ul li .menu_arrow i {
    /** Remove By Sahejad 05/13/2025 **/
    /* position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.3s ease; */
    /** Remove By Sahejad 05/13/2025 **/
}

.tabs_admin_one_dropdown {
    position: absolute;
    background-color: var(--bg-periwinkle);
    width: 100%;
    border-radius: 8px;
    margin-top: 1px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.30), 0 5px 10px rgba(0, 0, 0, 0.22);

    /** Add By Sahejad 05/13/2025 **/
    min-width: 200px;
    /* top: 48px; */
    /** Remove By Sahejad landing-pade_new-design **/
    /* top: 43px; */
    /** Remove By Sahejad landing-pade_new-design **/
    right: 0;
    /** Add By Sahejad 05/13/2025 **/
}

/** Add By Sahejad 05/14/2025 **/
.open--dropdown-menu .tabs_admin_one_dropdown ul {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
}
/** Add By Sahejad 05/14/2025 **/

.open--dropdown-menu .menu_arrow i {
    /** Remove By Sahejad 05/13/2025 **/
    /* transform: translateY(-50%) rotate(180deg) !important; */
    /** Remove By Sahejad 05/13/2025 **/
}

.tabs_admin_one-active_class {
    background-color: var(--text-white);
    /** Remove By Sahejad 05/13/2025 **/
    /* border-radius: 0 0 8px 8px; */
    /** Remove By Sahejad 05/13/2025 **/

    /** Add By Sahejad 05/13/2025 **/
    border-radius: 50%;
    /** Add By Sahejad 05/13/2025 **/
}

.tabs_admin_one_dropdown ul li a .tabs_admin_one_dropdown-span {
    display: block;
    padding-left: 32px;
    word-break: break-word;
    /* margin-top: -3px; */
    margin-top: -2px;
}

/** Remove By Sahejad 05/14/2025 **/
/* @media (min-width: 568px) and (max-width: 992px) {
    .right-cont-reduce {
        margin-right: 40px !important;
    }
} */
/** Remove By Sahejad 05/14/2025 **/

@media (min-width: 491px) and (max-width: 991px) {
    /* .grid_view {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (min-width: 280px) and (max-width: 767px) {
    .tabs_admin_one {
        /** Remove By Sahejad 05/13/2025 **/
        /* bottom: 50px !important; */
        /** Remove By Sahejad 05/13/2025 **/
    }
}

@media (min-width: 280px) and (max-width: 567px) {
    /* .back_btn-border-black {
        display: block;
    }

    .back_btn-border-black .back-routines_button {
        margin-bottom: 16px;
    } */

    .grid_view {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .back_btn-border-black {
        /* float: inherit; */
    }

    .tabs_admin_one {
        /** Remove By Sahejad 05/13/2025 **/
        /* top: inherit;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        width: 200px;
        border-radius: 8px 8px 0 0;
        border: 2px solid var(--text-black);
        border-bottom: 0; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one ul li .menu_arrow {
        /** Remove By Sahejad 05/13/2025 **/
        /* font-size: 14px;
        padding: 4px 4rem 4px 0;
        display: inline-block; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one_box {
        /** Remove By Sahejad 05/13/2025 **/
        /* width: 16px;
        height: 16px;
        float: left;
        margin-top: 6px;
        margin-right: 0; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one ul li .menu_arrow .tabs_admin_one_dropdown-span {
        /** Remove By Sahejad 05/13/2025 **/
        /* display: block;
        padding-left: 42px;
        word-break: break-word; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one ul li .menu_arrow:hover {
        /** Remove By Sahejad 05/13/2025 **/
        /* border-radius: 8px 8px 0 0; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one_dropdown {
        /** Remove By Sahejad 05/13/2025 **/
        /* bottom: 100%;
        margin-top: 0;
        margin-bottom: 2px; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one-active_class {
        /** Remove By Sahejad 05/13/2025 **/
        /* border-radius: 8px 8px 0 0; */
        /** Remove By Sahejad 05/13/2025 **/
    }

    .tabs_admin_one_dropdown ul .tabs_admin_one_dropdown-active-profile {
        font-size: 16px;
        padding: 4px 16px !important;
    }
}

@media (max-width: 490px) {
    /* .grid_view {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } */
}

/* @media (max-width: 373px) {
    .manage_profile_tabs .edit_profile {
        margin-bottom: 1rem;
    }
} */