.page-item {
    margin: 0 4px;
}

.page-link {
    border-radius: 50px;
    background-color:  rgb(255, 176, 45);
    border: none;
    color:  rgb(255, 176, 45) !important;
}

.page-link:hover {
    background-color: rgb(255, 176, 45);
    color: #fff;
}

.page-item.active .page-link {
    background-color: rgb(255, 176, 45);
    border-color:  rgb(255, 176, 45);
    color: #fff !important;
}
/* فرم سرچ کلی */
.search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 200px;
    margin: 0;
    height: 70px;
}

/* استایل input */
.search-form input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border: 1px solid #859397;
    border-radius: 20px !important;
    background-color: rgba(226, 232, 240);
    outline: none;
    transition: all 0.3s ease;
    height: 50px;
}

/* فوکوس */
.search-form input[type="text"]:focus {
    border-color: #FEAF2D;
    background-color: #fff;
}

/* دکمه */
.search-form button {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: #777;
    transition: color 0.3s ease;
}

/* هاور دکمه */
.search-form button:hover {
    color: #FEAF2D;
}

/* svg آیکن */
.search-form svg {
    width: 20px;
    height: 20px;
    color: gainsboro !important;
}
.search-titre{
    transition: .3s;
    font-size: 24px;
    margin-bottom: 10px !important;
}
.search-titre:hover{
    transition: .3s ;
    color: #FEAF2D;
}
