@font-face {
    font-family: iranYekan;
    font-weight: normal;
    src: url(font/Yekan.woff);
}

@font-face {
    font-family: iranYekan;
    font-weight: 500;
    src: url(font/Yekan.woff);
}

@font-face {
    font-family: iranYekan;
    font-weight: bold;
    src: url(font/Yekan.woff);
}


#letmeknow_sbp_modal_header {
    font-size: 20px;
    position: static;
}

#letmeknow_sbp_modal_span {
    font-size: 15px;
}

#letmeknow_sbp_overaly_black {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0);
    opacity: .5;
    z-index: 5;
}

#letmeknow_sbp_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#letmeknow_sbp_cross_btn {
    font-size: 2rem;
    background-color: white;
    border: none;
    outline: none;
    color: rgb(78, 76, 76);
    cursor: pointer;
}

#letmeknow_sbp_line_modal_head {
    margin: 8px 0;
    width: 100%;
}

#letmeknow_sbp_modal_form {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 12px;
}

#letmeknow_sbp_modal_form_header {
    margin-bottom: 7px;
}

#letmeknow_sbp_modal_form_item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 550;
}

#letmeknow_sbp_modal_form_item2 {
    align-items: center;
    gap: 12px;
    font-weight: 550;
}

#letmeknow_sbp_submit_wrapper {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

#letmeknow_sbp_modal_form_btn {
    font-size: 1.2rem;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 30px;
    border-radius: 7px;
    color: white;
    justify-self: end;
}

@media screen and (max-width: 800px) {
    #letmeknow_sbp_modal2 {
        width: 311px;
        border-radius: 10px;
    }
}

.radio_letmeknow_sbp {
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 2px;
    padding: 0;
    vertical-align: middle;
}

.checkbox_letmeknow_sbp2 {
    width: 5mm;
    height: 5mm;
}

.modal_form_letmeknow_sbp {
    margin-top: 25px;
}

.allcheck_letmeknow_sbp {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.checkers_letmeknow_sbp {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.check_box_containe_letmeknow_sbp {
    display: flex;
    gap: 1px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
}

.get_mobile_letmeknow_sbp {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

#mobile_input_letmeknow_sbp {
    height: 30px;
    width: 100%;
    outline: none;
    font-size: 18px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

