
/** {
    font-family: 'iransansweb';
}*/

body {
    background-color: #f3f3f3 !important;
}

.active {
    background-color: #fff !important;
    color: #4e7fb9 !important;
    border-radius: 50px;
}
/* mobile sidebar hamburger */
.mobile-active {
    background-color: #f3f3f388 !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 10000;
    height: 100%;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    background-color: #034da2af;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.14);
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #f1f1f1;
        }

    .sidepanel .closebtn {
        font-size: 36px;
        margin-left: 10px;
        padding: 0;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    color: 000;
    border: none;
    margin: auto 0;
    display: flex;
    align-items: center;
}

.mobile-logos img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
/* header */
header {
    padding: 10px;
    background-color: #f3f3f3 !important;
}

.header-ul {
    display: none;
    list-style: none;
    margin: auto 0 !important;
    border-radius: 50px;
    padding: 10px 10px;
    background-color: #4e80ba;
}

    .header-ul li {
        font-size: 12px;
    }

        .header-ul li a:hover {
            background-color: #034da2af;
            color: #fff !important;
            border-radius: 50px;
        }

        .header-ul li a.active:hover {
            color: #769CC9 !important;
        }

        .header-ul li a {
            color: #ffffff;
            padding: 5px 12px;
            text-decoration: none;
        }

.modiriat-dropdown-button {
    border: none !important;
    color: #fff;
    display: flex;
    background-color: transparent !important;
}

.modiriat-dropdown-menu {
    text-align: start !important;
}

    .modiriat-dropdown-menu li a {
        color: #808080;
    }

.logos {
    display: none;
}

.today-date {
    font-size: 8px;
    margin: auto 0;
    color: #808080;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 50px;
    height: 30px;
    display: none;
}

    .today-date p {
        margin: auto 0;
        padding: 5px 10px;
    }

/* حساب کاربری */
.user-information {
    font-size: 8px;
    color: #fff;
    background-color: #034da2af;
    border-radius: 50px;
    padding: 0 3px 0 10px;
    outline: none !important;
    border: none !important;
    height: 35px !important;
    display: flex;
    margin: auto 0;
}

.dropdown-menu li {
    font-size: 11px;
}

    .dropdown-menu li a:hover {
        background-color: #034da2af !important;
        color: #fff;
        border-radius: 0 !important;
    }

.avatar-top {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto 0 auto 5px;
    border: 2px solid #fff;
}

.header-icons {
    border-radius: 50px;
    margin: auto 0;
}

.bell-icon {
    background-color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #034da2af;
    margin: auto 5px;
    border: 1px solid #034da2af;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab {
    overflow: hidden;
    border: none !important;
    background-color: #f1f1f1;
    box-shadow: 3px 3px 10px gray;
}

.tablinks {
    border-radius: 0;
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bell-dropdown {
    width: 305px !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

.bell-dropdown-buttons {
    display: flex !important;
    flex-direction: row;
}

.dropdown-toggle::after {
    display: none !important;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    text-align: center !important;
    justify-content: center !important;
}
    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }

    .tab button.active {
        background-color: #034da2af !important;
        color: #ffffff !important
    }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px;
    border-top: none;
    background-color: #034da2af;
    margin: auto 0;
    font-size: 11px;
    color: #fff;
}

    .tabcontent img {
        background-color: #fff;
        border-radius: 50%;
    }

.note-icon {
    background-color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #034da2af;
    outline: none;
    border: none;
    border: 1px solid #034da2af;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-search {
    border: 1px solid #8080806b;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
}

.modal-alert {
    font-size: 12px !important;
}

.ruydad-perseneli-parent {
    background-color: #fff;
    height: 30px;
    display: flex;
    font-size: 8px;
    overflow: hidden;
}

.ruydad-perseneli-text {
    background-color: #034da2af;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ruydad-perseneli-child {
    margin: 0 !important;
    text-decoration: none !important;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ruydad-perseneli-img {
    border: 1px solid #034da2af;
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto 0;
}

.main-section {
    display: flex !important;
    justify-content: center;
    /*    flex-direction: column;
*/ padding: 10px;
    z-index: 1;
    min-height: 70vh;
}
/* right swiper */
.right-swiper {
    width: 100%;
    height: 200px;
    border-radius: 30px;
    z-index: 0 !important;
    position: relative;
}

.right-swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}

.right-swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-swiper-slide span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    left: 5px;
    top: 5px;
    content: "";
    background-color: rgba(218, 218, 218, 0.7);
    border-radius: 50px !important;
    padding: 1px;
    border: 2px solid #fff;
    position: absolute;
}

.right-swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(to top, #000, transparent);
    z-index: 1;
}

.right-swiper-slide .right-swiper-text {
    content: "";
    bottom: 10px;
    right: 20px;
    position: absolute;
    text-align: right;
    z-index: 2 !important;
    color: #fff;
}

    .right-swiper-slide .right-swiper-text p {
        margin: auto 0;
    }

        .right-swiper-slide .right-swiper-text p:nth-child(1) {
            font-size: 10px;
            margin-bottom: 5px;
        }

        .right-swiper-slide .right-swiper-text p:nth-child(2) {
            font-size: 11px;
        }

/* left swiper */
.congratulations {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 8px;
    font-size: 12px;
    background-color: #fff;
}

/* The animation starts here */
.animated-box {
    position: relative;
}

    .animated-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        background: linear-gradient(120deg, #00f260, #0575e6, #00f260);
        background-size: 300% 300%;
        clip-path: polygon( 0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0% );
    }

    .animated-box.in:after {
        animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 4s ease-in-out infinite;
    }

/* motion */
@keyframes gradient-animation {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@keyframes frame-enter {
    0% {
        clip-path: polygon( 0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0% );
    }

    25% {
        clip-path: polygon( 0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) 100%, 100% 100%, 100% 0%, 0% 0% );
    }

    50% {
        clip-path: polygon( 0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, 100% 0%, 0% 0% );
    }

    75% {
        -webkit-clip-path: polygon( 0% 100%, 3px 100%, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 0%, 0% 0% );
    }

    100% {
        -webkit-clip-path: polygon( 0% 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 0% 100% );
    }
}
/* left swiper */
.left-swiper {
    background-color: rgba(218, 218, 218, 0.247) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    width: 100%;
    height: 450px !important;
    margin: 10px auto;
}

.mySwiper-board {
    width: 100%;
    height: 93%;
    padding: 10px !important;
}

.left-swiper-slide {
    text-align: center;
    height: calc((100% - 30px) / 3) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .left-swiper-slide img {
        border-radius: 20px !important;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
    }

    .left-swiper-slide span img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        left: 5px;
        top: 5px;
        content: "";
        background-color: rgba(218, 218, 218, 0.7);
        border-radius: 50px !important;
        /* padding:2px; */
        border: 2px solid #fff;
        position: absolute;
    }

.left-swiper-text {
    content: "";
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 2 !important;
    color: #fff;
    text-shadow: 3px 3px 10px black;
    width: 100%;
}

    .left-swiper-text p:nth-child(1) {
        font-size: 7px;
        text-align: center !important;
        margin: auto 0;
        background-color: #07c8f9d3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1px 0;
    }

    .left-swiper-text p:nth-child(2) {
        font-size: 7px;
        text-align: center;
        margin: auto 0;
        background-color: #09a5f3d7;
        padding: 1px 0;
    }

.persenel-location {
    font-size: 7px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #0a87edd7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .persenel-location span {
        font-size: 13px;
        margin: auto 3px;
        padding: 1px 0;
    }

    .persenel-location p {
        background-color: transparent !important;
        margin: auto 3px;
    }
/* footer */
footer {
    width: 100%;
    height: auto;
    color: #000;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    background-color: rgba(218, 218, 218, 0.247) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.14), 0px 10px 10px rgba(0, 0, 0, 0.14);
    margin-bottom: 35px;
    position: relative;
}

.footer-right-section {
    margin: auto 0;
    font-size: 12px;
    display: grid;
    grid-template-columns: auto;
    width: 100%;
}

.footer-left-section {
    width: 100%;
}

.formha {
    list-style: none;
    margin: 10px 0;
}

    .formha h6 {
        margin: 5px 10px;
    }

    .formha li {
        color: #808080;
        margin: auto 10px;
    }

.link-mofid {
    list-style: none;
    margin: 10px 0;
}

    .link-mofid h6 {
        margin: 5px 10px;
    }

    .link-mofid li {
        color: #808080;
        margin: auto 10px;
    }

.download-sari {
    list-style: none;
    margin: 10px 0;
}

    .download-sari h6 {
        margin: 5px 10px;
    }

    .download-sari li {
        color: #808080;
        margin: auto 10px;
    }

.website-information {
    width: 100%;
    background-color: #034da2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    content: "";
    position: absolute;
    bottom: 0 !important;
}

    .website-information p {
        margin: 5px 0;
        font-size: 10px;
    }

.notify-text {
    display: inline-block !important;
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    min-width: 0;
    cursor: pointer;
    text-align: right;
    color: #fff;
    margin: auto 2px;
    width: 100%;
}

.modal-dialog {
    width: 90%;
}

.modal-dialog {
    margin-right: auto;
    margin-left: auto;
}

.modal-body {
    max-height: 50vh;
    overflow-y: auto;
}

.notify-top-circle {
    position: absolute !important;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50% !important;
}

.company-logo {
    width: 30px;
    height: auto;
}

@media (max-width:1024px) {
    .main-section {
        display: flex !important;
        flex-direction: column !important;
        margin: 10px !important;
    }
}
