﻿@font-face {
    font-family: 'iransansweb';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/IRANSans.eot");
    src: url("fonts/IRANSans.eot?#iefix") format("embedded-opentype"), url("fonts/IRANSans.woff2") format("woff2"), url("fonts/IRANSans.woff") format("woff"), url("fonts/IRANSans.ttf") format("truetype"), url("fonts/IRANSans.svg#fontawesome") format("svg");
}
* {
    text-decoration: none !important;
}
html {
    padding: 0 !important;
    width: 100% !important;
    margin: 0px !important;
    overflow-x: hidden !important;
}

body {
    font-size: 14px;
    font-family: "iransansweb", sans-serif;
    direction: rtl;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;

}

#container {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background-size: 25% !important;
    min-height: 100vh !important;
}
.container {
    background-color: rgba(218, 218, 218, 0.247) !important;
    backdrop-filter: blur(10px) !important;
    border: 2px solid rgba(255, 255, 255, 0.1)!important;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.14)!important;
    border-radius: 12px !important;
    margin: 10px auto;
}
.custom-color {
    background-color: rgba(218, 218, 218, 0.247) !important;
}

/**********Top menu***********/
.menutop {
    display: block !important;
    height: 35px !important;
    width: 100% !important;
    margin: 0 !important;
    /*    background-color: #5EBB74;
*/
    background-color: #000000;
    padding: 0 !important;
}

    .menutop ul {
        list-style-type: none;
        height: 35px;
        display: flex !important;
        align-items: center;
        font-size: 13px;
        color: #ffffff !important;
        padding-right: 0 !important;
        margin: 0 !important;
        z-index: 5 !important;

    }

        .menutop ul li {
            display: flex;
            height: auto;
            transition: all 0.3s ease-out;
            padding: 0.5rem 1rem;
            justify-content: center;
        }

            .menutop ul li a {
                text-decoration: none;
                color: #fff;
            }

    .menutop li:hover {
        background-color: #3B7549;
    }



    .menutop .active {
        background-color: #3B7549;
    }
/**********Top menu***********/
/***Header****/
.header {
    height: 60px;
    background-color: #0E0F0F;
    position: relative;
    z-index: 3 !important;
    color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
}

    .header a {
        text-decoration: none;
        color: #ffffff;
    }

    .header ul {
        list-style: none;
        margin: 0;
        padding: 0 !important;
    }

.menu-items {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100% !important;
    padding-right: 10px !important;
    margin-right: 15px !important;
    overflow: hidden
}

    .menu-items li {
        transition: background 0.3s ease-in-out;
        white-space: nowrap !important;
        height: 45px;
        margin: 0 5px;
    }

        .menu-items li a {
            padding: 0.5rem 10px;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center !important;
            font-size: 11px !important;
        }

.menu-item i {
    margin-right: 10px !important;
    z-index: 0;
}

.menu-items .active {
    background-color: #3B7549 !important;
}

.menu-items li:hover {
    /*    background-color: #ff652f;
*/ background-color: #3B7549;
}
/***Header****/
/**********Sub menu***********/
header {
    z-index: 0 !important;
}

    header #logo, header #logo2 {
        padding: 0 !important;
        height: 60px !important;
    }

        header #logo2 a img {
            width: 80%;
            height: auto;
        }

        header #logo a, header #logo2 a {
            height: 100%;
            padding: 0 !important;
            display: flex;
            align-items: center;
            margin: 0 !important;
        }

nav {
    display: block;
    width: 66.666667% !important;
    padding-right: 0 !important;
}

.header .logo {
    padding: 0 !important;
}

/*#datetime {
    padding-right: 25px !important;
}*/
.datetime li {
    display: flex;
    align-items: center !important;
    padding: 0 !important;
    justify-content: flex-start;
    width: 100%;
}

.datetime p {
    display: flex;
    align-items: center !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/**********Sub menu***********/

/**********Footer************/
.footer {
    background-color: #0e0f0f;
    color: #ffffff;
    padding-top: 10px;
    margin-bottom: 35px;
}



    .footer ul {
        list-style-type: none;
        text-align: center;
        width: 100%;
        padding: 0;
        margin-top: 30px !important;
    }

        .footer ul li {
            margin: 10px 0;
            transition: all 0.3s ease-in-out;
        }

            .footer ul li a {
                color: #fff;
                text-decoration: none;
            }

            .footer ul li:hover {
                padding-right: 5px;
                color: #002661 !important;
            }

                .footer ul li:hover a {
                    color: #f978a6 !important;
                }

    .footer .title {
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        text-shadow: 4px 4px 2px #000000;
        position: relative;
    }

    .footer div {
        text-align: center;
    }

    .footer .title:after {
        position: absolute;
        width: 80%;
        height: 3px;
        content: '';
        border-radius: 3px;
        background-color: #031838;
        bottom: -22px;
        right: 0;
        left: 0;
        margin: 10px auto;
    }

.subfooter {
    width: 100%;
    height: 35px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #000;
    text-align: center;
    padding: 0;
    justify-content: center;
}

    .subfooter p {
        font-size: 15px;
        margin: 0;
        padding: 0
    }
/**********Footer************/

/**********Carousel**********/
.carousel {
    z-index: 0 !important;
}

.carousel__img {
    width: 100vw;
    /*    height: calc(100vh - 115px);
*/ height: calc(100vh - 115px);
    object-fit: cover;
}

.carousel__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/**********Carousel**********/

/**********Login Modal*******/
.main-section {
    margin: 0 auto;
    border-radius: 5px;
    padding: 0px;
}

.user-img {
    margin-top: -50px;
}

    .user-img img {
        height: 100px;
        width: 100px;
    }

.user-name {
    margin: 10px 0px;
}

    .user-name h1 {
        font-size: 30px;
        color: #676363;
    }

    .user-name button {
        position: absolute;
        top: -50px;
        right: 20px;
        font-size: 30px;
    }

.form-input button {
    width: 100%;
    margin-bottom: 20px;
}

.link-part {
    border-radius: 0px 0px 5px 5px;
    background-color: #ECF0F1;
    padding: 15px;
    border-top: 1px solid #c2c2c2;
}

.open-modal {
    margin-top: 100px !important;
}
/**********Login Modal*******/
.text-left {
    justify-content: left !important;
}
/**********Breadcrumb*******/
.breadcrumbContainer {
    width: 100% !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0 auto;
}

.breadcrumbs {
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    margin: 0 !important;
    z-index: 0 !important;
}

    .breadcrumbs a {
        text-decoration: none;
    }

.breadcrumbs__item {
    background: #fff;
    color: #333;
    outline: none;
    padding: 0.2em 2em 0.2em 0.75em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
    min-width: 100px !important;
}

    .breadcrumbs__item:hover:after,
    .breadcrumbs__item:hover {
        background: #edf1f5;
    }

    .breadcrumbs__item:focus:after,
    .breadcrumbs__item:focus,
    .breadcrumbs__item.is-active:focus {
        background: #323f4a;
        color: #fff;
    }

    .breadcrumbs__item:after,
    .breadcrumbs__item:before {
        background: white;
        bottom: 0;
        clip-path: polygon(100% 0, 0 54%, 100% 100%);
        content: "";
        right: 99%;
        position: absolute;
        top: 0;
        transition: background 0.2s linear;
        width: 1em;
        z-index: 2 !important;
    }

    .breadcrumbs__item:before {
        background: #cbd2d9;
        margin-right: 1px;
    }

    .breadcrumbs__item:last-child {
        border-right: none !important;
        border-radius: 20px 0 0 20px;
    }

    .breadcrumbs__item:first-child {
        border-radius: 0 20px 20px 0;
    }

    .breadcrumbs__item:last-child:before, .breadcrumbs__item:last-child:after {
        visibility: hidden !important
    }

    .breadcrumbs__item.is-active {
        background: #e0e5e8;
    }


/*******News********/

.newscontainer {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap
}

    .newscontainer .newswrapper {
        background-color: #fff;
        display: flex;
        width: 100%;
        flex-basis: 100%;
        position: relative !important;
        padding: 0 !important;
        justify-content: flex-start;
        overflow: hidden;
        margin-top: 30px;
        -webkit-box-shadow: 3px 5px 18px -2px rgba(0,0,0,0.46);
        box-shadow: 3px 5px 18px -2px rgba(0,0,0,0.46);
        height: auto !important;
        align-items: stretch !important;
        box-sizing: border-box !important;
    }

    .newscontainer a {
        text-decoration: none !important;
        color: inherit;
    }

.newswrapper .imgwrapper {
    flex-basis: 30%;
    height: 200px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
   
}

.imgwrapper img {
    width: 100%!important;
    height: auto;
    object-fit: fill;
    transition: all 25s ease-in-out;
}

.newswrapper .newsitem {
    flex-basis: 70%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    padding: 20px 5% 0 5%;
}

.newsitem .date {
    background: url('../img/calander.png') no-repeat center right;
    background-size: 25px;
    padding: 10px;
    color: #003383;
    text-align: right;
    width: 100%;
    margin: 0 auto;
}

.date span {
    margin: 0 20px;
}

.newsitem .caption {
    font-weight: bold;
    padding: 5px 10px;
    text-align: right;
    font-size: 1.1rem;
}

}

.newsitem p {
    color: #A9B0BB;
    text-align: right;
}

.newsitem .detail {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    margin: 10px 0;
    border-top: solid 1px #E0E0E0;
}

.newsitem .description {
    max-height: 120px !important;
    overflow: hidden;
    text-align: right !important;
}

.newscontainer nav {
    margin: 30px auto
}

    .newscontainer nav .pagination {
        text-align: center;
        justify-content: center
    }

.newswrapper:hover .imgwrapper img {
    transform: scale(2.5);
    /*    filter: grayscale(80%);
*/
}
/*****News*****/


/******Article******/
.articleheader {
    background-color: #0e0f0f;
    width: 100% !important;
    height: 380px !important;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
    padding-top: 20px;
    position: relative !important;
    /*    display: flex;
    justify-content: center;
    align-items: center;
*/ border-bottom: solid 1px #e4e4e9;
}

.articlewrapper {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    position: relative;
    margin: -200px 0 50px 0;
    -webkit-box-shadow: 3px 5px 18px -2px rgba(0,0,0,0.46);
    box-shadow: 3px 5px 18px -2px rgba(0,0,0,0.46);
}

/*    .articlewrapper img {
        max-width: 100% !important;
    }*/

/*    .articlewrapper .topimg {
        width: 100%;
        height: auto;
    }*/

        /*.articlewrapper .topimg img {*/
            /*            width: 100%;
*/ /*height: auto;
            border-radius: 10px 10px 0 0;
            max-width: 100%;
        }*/

    .articlewrapper .content {
        padding: 20px;
        line-height: 40px !important;
        text-align: right;
    }

.articleheader .breadcrumbarticle {
    display: flex !important;
    overflow: hidden !important;
    justify-content: center !important;
    margin: 20px 0;
    border-radius: 0 !important;
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.breadcrumbarticle .breadcrumbarticle__item {
    color: #fff !important;
    outline: none !important;
    padding: 0 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    transition: all 0.2s linear !important;
    display: flex !important;
    align-items: center !important;
}

.breadcrumbarticle__item:hover {
    color: #27a4fc;
}



.breadcrumbarticle__item:after {
    color: #fff;
    bottom: 0;
    content: ">";
    right: 99%;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: background 0.2s linear;
    width: 1em;
}

.breadcrumbarticle__item:last-child:after {
    content: "" !important;
    display: none !important;
}

.under--article {
    margin-top: -150px;
}
/*******Article*****/
/************Scroll*/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: block !important;
    opacity: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99999;
    transition: all 0.3s ease-in-out !important;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
/************Scroll*/

/**********Owl-slider*/


.owl-carousel .item {
    margin: 3px;
}

    .owl-carousel .item img {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1 !important;
    }

.owl-carousel .item {
    margin: 3px
}

.owl-carousel {
    margin-bottom: 15px;
    z-index: 0 !important;
}
/**********Owl-slider*/


/***********Copy-Write*/
.copywrite {
    position: fixed;
    bottom: 0;
    height: 35px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999 !important;
    color: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

    .copywrite ul {
        height: 35px;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        list-style-type: none;
        justify-content: center;
    }

        .copywrite ul li {
            padding: 0 !important;
            height: 35px;
            display: flex;
            align-items: center;
        }
/***********Copy-Write*/

/***********Card*******/
.modal {
    direction: rtl !important;
    text-align: right;
}
/***********Card*******/
/***********Chart*****/
#tree {
    width: 100%;
    height: 100%;
}

.boc-light {
    font-family: "iransansweb" !important;
    text-align: right !important;
    direction: rtl !important;
}

    .boc-light text {
        float: right !important;
        border: solid !important
    }

.boc-edit-form-title {
    font-size: 2em !important;
    padding-right: 10px !important
}

.boc-edit-form-close {
    margin-right: 20px !important;
}

.boc-form-fieldset {
    padding-right: 20px !important;
    font-family: "iransansweb" !important;
}

.boc-input input, .hasval {
    font-family: "iransansweb" !important;
}
/***********Chart*****/


/***********PhoneBook*/
.phonebook {
    position: fixed;
    bottom: 10%;
    left: 0;
    height: 43px;
    width: 40px;
    background-color: rgb(0, 46, 115);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
    text-align: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

    .phonebook:hover {
        width: 130px;
    }

    .phonebook img {
        width: 40px;
        height: 43px;
    }

    .phonebook span {
        color: #fff;
        width: 110px;
        text-align: center;
        padding: 0 5px;
    }
/***********PhoneBook*/


/***********Personel Panel Menu*/
.mega-personelpnl {
    position: relative;
}

    .mega-personelpnl .personelpnl {
        display: block;
        position: absolute;
        right: 0;
        width: 240px;
        min-height: 300px;
        top: 35px;
        transition: all 0.3s ease;
        margin-top: 25px;
        z-index: 3 !important;
        background-color: #fff;
        padding: 5px 0 !important;
        box-sizing: border-box;
        background: url("../img/salary.png") left bottom no-repeat #fff;
        background-size: 150px;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 3px 5px 18px -2px rgba(0,0,0,0.46);
        box-shadow: 3px 5px 18px -2px rgba(0,0,0,0.46);
        opacity: 0;
        visibility: hidden !important;
    }

.personelpnl ul {
    list-style-type: none !important;
    height: auto !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

    .personelpnl ul li {
        display: inline-block !important;
        color: #000000;
        width: 90% !important;
        text-align: right;
        cursor: pointer;
        text-align: right !important;
        justify-content: right !important;
        box-sizing: border-box;
        padding: 10px 0 !important;
    }

        .personelpnl ul li:hover {
            background-color: transparent;
            color: #377f19;
            padding-right: 10px !important;
        }




.mega-personelpnl:hover .personelpnl {
    top: 15px;
    opacity: 1 !important;
    visibility: visible !important;
}
/***********Personel Panel Menu*/

/*Polls*/
.accordion #PollsLoading, #divGallery .loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background: url("../img/Loading.gif") no-repeat center center rgba(0, 0, 0, 0.9);
    background-size: 90px;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}
/*Polls*/

/*Validation*/
.field-validation-error {
    color: #d70c36;
    font-weight: bold;
    margin-right: 0 !important;
    margin-top: 4px !important;
    display: block !important;
    width: 100% !important;
    text-align: right
}
/*Validation*/

.color-white {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 5px 7px -1px rgba(115,115,115,0.7);
    box-shadow: 0px 5px 7px -1px rgba(115,115,115,0.7);
    /*  min-height: 537px;*/
/*    min-height: calc(100vh - 292px) !important;
*/}

.select-2 {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-results__options, .select2-selection__rendered {
    direction: rtl !important;
    text-align: right !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
}

.form-group label {
    width: 100%;
    text-align: right;
}

.loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background: url("../img/Loading.gif") no-repeat center center rgba(0, 0, 0, 0.9);
    background-size: 90px;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.form {
    background-color: #fcfcfc;
    padding: 20px;
    border: solid 1px #e7e7eb;
    border-radius: 5px 5px 0 0;
}

/*Notification*/
.notBtn .notifications {
    width: 46px;
}

.notifications svg {
    display: inline-block;
    vertical-align: middle;
}

    .notifications svg:not(:root) {
        overflow: hidden;
    }

.notifications.have-messages .notification-bell {
    animation: ring 6s linear infinite;
}


.notifications.have-messages span {
    display: block;
}

.notifications span {
    position: absolute !important;
    background: #50a9f5;
    color: #fff;
    font-size: 1rem;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center !important;
    border-radius: 50%;
    left: -7px;
    top: 2px !important;
    display: none;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.notificationmob {
    display: inline-block;
    color: #fff;
    font-size: .6rem;
    width: 16px !important;
    height: 16px !important;
    line-height: 18px;
    text-align: center !important;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
}

.menu-item {
    position: relative !important
}

    .menu-item .pollcount {
        position: absolute !important;
        background: #50a9f5;
        color: #fff;
        font-size: .6rem;
        width: 16px;
        height: 16px;
        line-height: 18px;
        text-align: center !important;
        border-radius: 50%;
        right: 0 !important;
        top: 5px !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        display: none;
    }

@keyframes ring {
    0%, 15%, 50%, 65%, 100% {
        transform: rotate(0deg);
        transform-origin: 11px 0;
    }

    2%, 4%, 6%, 8%, 10%, 12%, 14%, 52%, 54%, 56%, 58%, 60%, 62%, 64% {
        transform: rotate(7deg);
        transform-origin: 11px 0;
    }

    1%, 3%, 5%, 7%, 9%, 11%, 13%, 51%, 53%, 55%, 57%, 59%, 61%, 63% {
        transform: rotate(-7deg);
        transform-origin: 11px 0;
    }
}
/*Notification*/

.loadingContainer {
    position: relative !important;
}

    .loadingContainer .loadingInput {
        position: absolute !important;
        right: 5px !important;
        top: 5px !important;
        z-index: 1 !important;
        display: none;
    }

.logo2 {
    max-width: 90px !important;
    height: auto !important;
    margin-right: 20px;
    max-height: 55px;
}
/*Download Style*/
#online-user ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    justify-content: flex-start;
    padding-right: 30%;
}
    #online-user ul li {
        font-size: 13px !important;
    }

#notify .tabcontent {
    max-height: 300px !important;
    overflow-y: scroll !important;
    overflow-x: hidden;
}


#readMsg ul, #unreadMsg ul {
    height: auto !important;
    align-items: flex-start !important;
}



    /******ScrollBar*/


#notify .tabcontent::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
#notify .tabcontent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

    /* Handle */
#notify .tabcontent::-webkit-scrollbar-thumb{
    background: #0F448B;
    border-radius: 10px;
}

        /* Handle on hover */
    #notify .tabcontent::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
/******ScrollBar*/
#notify ul li {
    width: 50% !important;
    flex-basis: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

    #notify ul li a.active {
        background-color: #1b485e !important;
    }

    #notify ul li a {
        justify-content: center !important;
        width: 100% !important;
        padding: 0 !important;
    }

        #notify ul li a span:nth-child(2):not(.badge) {
            display: inline-block !important;
            justify-content: right;
            white-space: nowrap;
            overflow: hidden !important;
            flex-grow: 1;
            min-width: 0;
            text-overflow: ellipsis !important;
        }

        #notify ul li a.active {
            color: #fff !important;
        }

        #notify ul li a .badge {
            display: flex !important;
            align-items: center;
            position: absolute !important;
            top: 5px !important;
            right: 30% !important;
            width: 20px !important;
            height: 20px !important;
            border-radius: 5px !important;
            text-align: center !important;
            padding: 0 !important;
            justify-content: center !important;
            color: #fff !important;
            font-size: 0.850rem !important;
            background-color: #50A9F5 !important;
        }

#notify .tab-content {
    width: 100% !important;
    height: auto !important;
    min-height: 45px;
}

#notify .tab-pane {
    width: 100% !important;
    background-color: #fff !important;
    color: #000 !important;
    padding: 0 !important;
}

    #notify .tab-pane ul {
        flex-direction: column !important;
        padding: 0 !important;
    }

        #notify .tab-pane ul li {
            width: 100% !important;
            flex-basis: 100% !important;
            height: 45px !important;
        }

            #notify .tab-pane ul li a {
                height: 35px !important;
                text-align: right !important;
                justify-content: flex-start !important;
                direction: rtl !important;
            }

                #notify .tab-pane ul li a span {
                    font-size: 0.800rem !important;
                }

            #notify .tab-pane ul li .alert {
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                text-align: center !important;
                width: 100% !important;
            }

                #notify .tab-pane ul li .alert p {
                    padding: 0 !important;
                    margin: 0 !important;
                }

.adv {
    position: fixed;
    left: 0;
    bottom: 35px;
    z-index: 9999 !important;
    width: 240px !important;
}

    .adv img {
        width: 100%;
        height: auto;
    }

.ulCircular li {
    position: relative;
}

    .ulCircular li .btnReadArticle {
        background-color: #6a9301;
        color: #fff;
        position: absolute;
        width: auto;
        padding: 5px;
        left: 10px;
        top: 0;
        font-size: 10px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
        border: solid 1px #567802;
        transform: translateY(50%);
        margin: 0;
    }

        .ulCircular li .btnReadArticle:hover {
            background-color: #597b04;
            color: #fff;
            cursor: pointer;
        }

ul li .unreadnews {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5dc3f6;
    position: absolute;
    top: 2px;
    right: 8px;
}

ul li.active .unreadnews {
    background-color: #ffffff;
}

.unreadBox {
    height: 100%;
    width: 5px;
    animation: fadeunreadBox 0.7s infinite linear;
    animation-direction: alternate;
    animation-play-state: running;
}

.newswrapper .unreadIcon {
    position: absolute;
    left: 10px;
    top: 10px;
    background: url('../img/UnReadNews.png') center center no-repeat;
    background-size: contain;
    width: 38px;
    height: 20px;
}

@keyframes fadeunreadBox {
    0% {
        background-color: #f5f1c2;
    }

    100% {
        background-color: transparent;
    }
}

#topmenu2 ul li {
    position: relative !important;
    cursor: pointer;
}

    #topmenu2 ul li ul {
        position: absolute;
        background-color: #fff;
        color: #000;
        display: none !important;
        flex-direction: column;
        height: auto;
        top: 33px;
        width: 100%;
        transition: all 0.3s ease-in-out;
        padding: 0 !important;
    }

        #topmenu2 ul li ul li {
            text-align: right !important;
            justify-content: flex-end !important;
            position: relative !important;
            width: 100%;
            padding: 0!important;
            height: auto !important;
        }

            #topmenu2 ul li ul li a {
                color: #000;
                width: 100% !important;
                padding: 8px;
            }

    #topmenu2 ul li:hover ul {
        display: block !important;
    }

    #topmenu2 ul li ul li:hover a {
        color: #ffffff !important;
    }

#fullname {
    width: 0;
    height: 0;
    border: solid 5px black;
    margin: 0 auto;
    position: absolute;
}

.card-header h5 button {
    white-space: normal !important;
    max-width: 100%;
    word-wrap: normal !important;
    text-align: right;
}

.small-logo {
    width: 60px;
    height: auto;
    max-height: 100%;
    margin-left: 10px;
    background-color: #ffffff;
    padding: 5px;
}

.small-logo-notify {
    width: 40px;
    height: auto;
}

.imgwrapper .logo-overlay, .imgcontainer .logo-overlay {
    position: absolute !important;
    width: 58px !important;
    height: 50px !important;
    right: 10px !important;
    top: 10px !important;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #d7cdcd;
    object-fit: contain;
}

textarea {
    text-align: right !important;
}

.slider-main-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ffffff !important;
}

    .slider-main-logo img {
        width: 80px !important;
        height: auto !important;
    }



/*#birthday .owl-carousel .owl-item img:not(.employee-img) {
    width: auto !important;
}
*/

#birthday .overlay {
    direction: rtl;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    z-index: 0 !important;
}

.birthday-item {
    height: calc((100vh / 5) + 20px);
    width: 33.333%;
    background: #1E2024;
    z-index: 0 !important;
}

#birthday .badge-primary {
    font-size: 13px !important;
    white-space: nowrap !important;
    padding: 5px !important;
    width: 100%;
}

#birthday a {
    display: inline-block ;
    text-overflow: ellipsis ;
    overflow: hidden;
    width: auto ;
    min-height: 20px;
    font-size: 11px;
}

#breaking-news {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: 37px;
    width: 100%;
    background-color: #ffffff;
    gap: 0 !important;
}

    #breaking-news a {
        text-decoration: none !important;
    }

        #breaking-news a:hover {
            color: #50a8f4 !important;
        }

    #breaking-news .owl-nav {
        left: -7px !important;
        right: auto !important;
    }

.str_move {
    height: 30px !important;
    max-height: 30px !important;
    display: flex;
    padding: 0 !important;
    align-items: center!important;
    margin: 0 !important;
}

.str_wrap {
    height: 30px !important;
    background-color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
    box-shadow: none !important;
    position: relative;
}

    .str_wrap a:not(.tasliat) {
        display: inline-flex !important;
        height: 35px !important;
        align-items: center;
        margin: 0 20px !important;
        font-size: 14px;
        padding: 0 10px !important;
    }

    .str_wrap a:not(.tasliat) {
        color: #000 !important;
    }

.tasliat {
    margin: 0 !important;
    background: #000 !important;
    color: #fff !important;
    height: 30px !important;
    display: inline-flex !important;
    padding: 0 20px !important;
    align-items: center;
}

/*.bg-primary {
    background-color: #b09541 !important;
    color: #fff !important;
    text-shadow: 1px 1px #000;
}
*/
.breaking-logo {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    object-fit: fill;
    border: solid 1px #3b7549;
    border-radius: 5px;
}

.block {
    position: relative;
    width: 100% !important;
    max-width: 90px !important;
    height: 100% !important;
    max-height: 90px !important;
    margin: 10px auto 5px auto;
    border-radius: 5px;
    border: solid 1px #3B7549;
    padding: 5px !important;
}

    .block img {
        object-fit: fill;
        width: 100% !important;
        height: 100% !important;
        border-radius: 5px;
        border: solid;
        margin: 0;
    }

.hb {
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #000;
    padding: 10px;
    z-index: 0 !important;
}

    .hb span {
        color: #fff;
        font-size: 1.7rem;
    }

.hb-logo {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -15px;
    object-fit: contain;
    z-index: 1 !important;
}

.congratulations .hb-badge {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #27a4fc;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding-top: 3px;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-group {
    margin-bottom: 1rem;
}
.articletitle {
    padding: 20px 10px !important;
    font-weight: bold;
}
.imgcontainer .logo-overlay {
    position: absolute;
}
.pager-mobile {
    display: none;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.m-menu ul li.active {
    background-color: #3b7549!important;
    color: #ffffff!important
}
    .m-menu ul li.active > a {
        color: #ffffff !important
}
.custom-file-container__custom-file {
    z-index: 0;
}
.badge-dark {
    color: #fff;
    background-color: #000000 !important;
}
.tasliat-desc {
    color: #dadada !important;
    font-size: 11px !important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.owl-dot, .owl-dot active {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
}
.owl-dot.active {
    background: #27a4fc!important;
}
.select2-container {
    max-width: 100%;
}
.form-select {
    font-size: 12px !important;
}
.badge-danger {
    background-color: rgb(233, 151, 2)!important;
}
/* استایل دکمه */
.login-btn {
    padding: 12px 25px;
    font-size: 12px;
    color: white;
    background: #4E80BA;
    border: none;
    border-radius: 40px; /* گوشه‌های گرد */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* سایه نرم */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; /* انیمیشن‌ها */
}

    .login-btn:hover {
        background: #083E89; /* رنگ دکمه */
}