.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;

}
.pagination__btn {
    border: none;
    outline: none;
}


/* RTL.CSS OVERRIDES */
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto !important;
}
.form-control {
    /* height: calc(1.5em + 1.25rem + 2px); */
    line-height: 4;
}
/* select {
    background-position:calc(100% - 20px) 14px,100% 0;
    background-size:20px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
  } */

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition: transform 0.2s cubic-bezier( 0.895, 0.03, 0.685, 0.22 );
    transform-origin: center;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.show {
    display: block;
}


.your-design #create-store {
    font-size: 1.5rem;

}
.your-design #create-store a {
    font-size: 1.5rem;
    margin-top: 1rem ;
    border: 0;
    border-radius: 20px ;

}

.your-design p {
    font-size: 1.5rem;
    text-align: center;
}
.your-design li {
    margin-top: 0.5rem ;
    text-decoration: underline;
    color: black;
}

.your-design li a {
    font-size: 1.3rem;
    color: black;
}

.your-design li a {
    font-size: 1.3rem;
    color: black;
    background-color: transparent;
}

.your-design .form-content {
    border: 1px solid black;
    border-radius: 20px ;
}

.your-design .modal-body li {
    text-decoration: none;
    font-size: 1.1rem;
}

.your-design .modal-body a{
    border: 0;
    border-radius: 20px ;
    background-color: black;
    color: white;
    font-size: 1.1rem;

}

#saudi-business-center {
    width: 10rem;
}

#login_form svg, #register_form svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    z-index: 1;
    object-fit: contain;
}



