@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
.iran-sans {
    font-family: "IRANSans", sans-serif !important;
}
.card-title{
    font-size: 16px !important;
    text-align: justify;
    font-weight: bolder;
}

.countdown{
    background-color: #2bb34f;
    color: #F1EECB !important;
    margin-left: 20px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.countdown2{
    background-color: indianred;
    color: white !important;
    margin-left: 20px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.card-text{
    padding-top: 10px;
    text-align: justify;
}
/*.btn.btn-primary{*/
/*    border-radius: 3px;*/
/*    background-color: #F1EECB !important;*/
/*    color: #1c8b39 !important;*/
/*    border-width: 0px;*/
/*}*/
body{
    font-family:  "IRANSans", sans-serif !important;
    direction: rtl;
    background-color: #F1EECB;
    background-image: url(bg-1-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.header-top{
    background-color: #046839;
    padding-top: 5px;
}
.nav-link{
    color: #F1EECB !important;
    font-size: 20px;
    margin-left: 3px;
    flex-grow:1;
}
.nav-link.active{
    border-radius: 3px;
    background-color: #F1EECB !important;
    color: #2bb34f !important;
}
.nav-link:hover{
    border-radius: 3px;
    background-color: #F1EECB !important;
    color: #2bb34f !important;
}
.search-input{
    /*background: none;*/
    background-color: transparent !important;
    border-radius: 50px;
    /*color: #F1EECB;*/
    /*fill: #F1EECB;*/
    outline: 0;
    fill: transparent;
    padding: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-color: #F1EECB !important;
    border-width: 2px !important;
    color: #F1EECB !important;
}
.search-input::placeholder{
    color: #F1EECB;
}
.search-input:focus{
    outline: 0;
    color: inherit;
    background: none;
}

.header-top .right-header{
    /*text-align: end;*/
    margin-top: auto;
}
.header-top .center-header{

}
.header-top .left-header{
    /*text-align: start;*/
    margin-top: auto;
}
.menu-header{
    display: flex;
    flex-direction: row;
    gap: 0px 0px;
    border-style: none;
    background-color: #2bb34f;
    justify-content: space-evenly;
    padding-top: 5px;
    margin: 0 auto !important;
}

.header-cover-homepage{
    background-image: url("bg-home-png.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.latest-news{
    padding-top: 50px;
    padding-bottom: 20px;
}
h3{
    font-weight: bolder;
	margin-top:25px !important;	
}
a{
    color: #2bb34f !important;
}
h3 a{
    text-decoration: none;

}
.time-sheet{
    padding-top: 50px;
    padding-bottom: 20px;
}

.group-timesheet{
    text-align: center;
}

.gallery{
    padding-top: 50px;
    padding-bottom: 20px;
}
.group-gallery{
    direction: ltr;
    text-align: center;
}
.footer{
    border-top: 1px solid #2bb34f;
    border-width: 2px 0px 0px 0px !important;
    padding-top: 30px;
}
.img-radius{
    border-radius: 20px;
}
.header-top a{
    color: #F1EECB !important;
    text-decoration: none;
}
.login-register{
    padding-top: 128px;
    padding-bottom: 128px;
    /*background-image: url("/assets/bg-login-min.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}
.event-form{
    padding-top: 128px;
    padding-bottom: 128px;
    /*background-image: url("/assets/bg-register-min.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}
.login-register-form{
    /*margin: 0 auto;*/
    border-radius: 10px;
    /*padding-top: 64px;*/
    padding-bottom: 64px;
    /*background-image: url("/assets/bg-port.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}
.login-register-form .form-control-custom{
    text-align: right;
    width: 80%;
    margin: 0 auto;
}
.form-control{
    background-color: rgb(210, 210, 210);
    border-color: rgb(210, 210, 210);
    color: rgb(51, 51, 51);
    box-shadow: none;
    box-sizing: border-box;
    outline-color: rgb(51, 51, 51);
    outline-style: none;
    outline-width: 0px;
    padding: 10px;
}
.form-control:focus{
    outline: 0;
    color: inherit;
}
.btn.btn-primary{
    background-color: #2bb34f !important;
    color: rgb(255, 255, 255) !important;
    border-color:  transparent;
}
.profile{
    padding-top: 30px;
    padding-bottom: 30px;
}

textarea:focus, input:focus{
    outline: 0 !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.is_required:after {
    content:"*";
    color:red;
}


.container-gallery {
    position: relative;
    text-align: center;
    color: white;

}

/* Centered text */
.bottom-centered {
    background-color: rgba(1,1,1,0.6);
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    font-size: 12px;
    font-weight: 600;
}
@media only screen and (min-width: 1024px) {
    .header-fixed {
        position: fixed;
        width: 100%;
        z-index: 10000;
    }
    .content-fixed{
        padding-top: 200px;
    }
}
