#namayande_cards .row{
    display: flex;
    flex-wrap: wrap;

}
#namayande_cards .row .col{
    margin-bottom: 20px;
}

.namayande-header{
    font-size: 35px;
    line-height: 30px;
    color: #2E3192;
    margin-bottom: 35px;
    text-align: center;
}
.custom-card-font{
    color: #393838;
    font-size: 14px;
}
.select2-selection {
    font-size: 14px;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    height: 40px !important;
}
.custom-card-namayande{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 50%);
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 600px;
    height: 100%;
}
.btn-insta {
    display: block;
    width: 100%;
    border: 1px solid #2E3192;
    color: #2E3192;
    transition: 0.5s;
}
.btn-insta:hover{
    background-color: #2E3192;
    color: white;
}
.search-namayande-btn{
    background-color: #2E3192;
    color: white;
}
iframe{
    width:100%;
    height: 250px;
    padding-bottom: 15px;
    border-top-left-radius:calc(.25rem - 1px);
}
.title-res {
    line-height: 30px;
    color: #2E3192;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    direction: rtl;
}
.search-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    direction: rtl; /* کل جعبه راست‌چین بشه */
}
.search-box input {
    width: 49%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease;
    direction: rtl; /* برای فارسی‌نویسی */
    background-color: #c5c0c0;
    color: #111111;
}

.search-box input:focus {
    border-color: #007bff; /* وقتی کلیک می‌کنی رنگ دورش عوض میشه */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
@media  (max-width: 767px) {
    .search-box input {
        width: 100%;
    }
}

