@font-face {
    font-family: iransans;
    src: url('../font/IRANSansWebFaNum.ttf');
}

@font-face {
    font-family: aviny;
    src: url('../font/aviny.ttf');
}

strong,
.btn-question,
p {
    font-family: 'iransans' !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.btn-question {
    font-size: 12px;
    line-height: 16.8px;
    border: 2px solid #b2d8fe;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    padding: 3px 6px;
    margin-bottom: 6px;
    font-weight: 700;
    height: 43px;
    unicode-bidi: plaintext;
    max-width: 100%;
    width: 100%;
    padding: 20px;
}

.btn-color-true {
    background-color: green !important;
}

.btn-color-false {
    background-color: red !important;
}


a {
    text-decoration: none !important;
}


#menu_bar_btn {
    cursor: pointer;
}

.iransans {
    font-family: 'iransans';
}

.text-justify {
    text-align: justify !important;
}

.kh-bg-blue {
    background-color: #00CED1 !important;
}

.kh-bg-white {
    background-color: #E6F7F7 !important;
}

.kh-blue {
    color: #00CED1 !important;
}

.kh-white {
    color: #E6F7F7 !important;
}

.ul-menu {
    list-style: none;
}


.menu-item-:hover>li {
    cursor: pointer;
    border-bottom: 2px solid #E6F7F7;
}

.menu-item-active {
    border-bottom: 2px solid #E6F7F7 !important;
    border-radius: 2px;
}

.menu-item-text- {
    color: #E6F7F7;
}

.menu-item-text-:hover {
    cursor: pointer;
}

.menu-item-text-active {
    color: #E6F7F7;
}

/*  **********************   main content *************************************************/

.main-sec {
    position: relative;
    background-color: #E6F7F7;
    height: auto;
    width: auto;
}

#special_memorial_background {
    position: relative;
    background-image: url(../img/memorialback.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    display: grid;
}




#div_safiran {
    position: absolute;
    right: 10px;
    width: 33%;
    top: 50px;
}




#guest_bread_div {
    position: fixed;
    bottom: 0;
    right: 0;
}

.menu-bar-user {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #7cb1bf;
    z-index: 9999999;
    width: 230px;
}

#HomePage_khayesho {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/bg.png');
    width: 100%;
    height: auto;
}

#game_col {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



@media only screen and (max-width: 992px) {

    .menu-bar {
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        background-color: #7cb1bf;
        z-index: 9999999;
        width: 230px;
    }

    .main-sec {
        position: unset !important;
        background-color: #E6F7F7;
        padding: 0 !important;
        height: auto;
    }


    #div_safiran {
        width: auto;
        position: unset;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    /* برای قسمت تابلو امتیازات */
    #guest_bread_div {
        position: sticky !important;
        top: 0;
        bottom: unset;
        right: unset;
    }
}


/* ********************for**********    authentication                 *************************/

.category-input,
.category-label {
    cursor: pointer;
}

.custom-input::placeholder {
    font-family: 'iransans';
    text-align: right;
}

.custom-input {
    width: 100%;
    max-width: 100%;
    font-family: 'iransans';
    border-radius: 20px;
    background-color: rgb(217, 224, 230);
    border: none;
    padding: 10px;
    margin-bottom: 15px;
}

.input-group-join {
    border-radius: 0;
    padding: 1.5rem;
    width: 100%;
    max-width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: rgb(217, 224, 230);
    border: none;
}

.input-group-join::placeholder {
    font-family: 'iransans';
    text-align: center;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}

.tasin-text::after {
    content: "»" !important;
}

.tasin-text::before {
    content: "«" !important;
}

/********* for memorial photos ********************/

#div_photo {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

#div_photo img {
    position: absolute;
}

.swal2-popup {
    font-family: 'iransans' !important;
}