.box-login{
    padding: 15px 20px;
}
.box-login h6{
    text-align: right;
}
.div-phone{
    margin: 5px 0;
}

.div-phone input{
    margin: 15px 0;
    text-align: center;
}
.div-phone input::placeholder {
    color: #c0c0c0;
    opacity: 1;
}
.btn-login{
    width: 100%;
    margin: 10px 0;
    border: 0;
    border-radius: .375rem;
    padding: 10px 0;
    color: #fff;
    background: linear-gradient(135deg, #00b09b, #96c93d);
}
.btn-login:disabled{
    background: linear-gradient(135deg, #bafaef, #d6f1a7);
}
.alert-m-login{
    text-align: center;
}

#resendOtp{
    color: #ef8e1f;
}

#stepOtp #timer{
    color: #9b9b9b;
    font-size: 15px;
    font-weight: bold;
}

.recent__post img{
    width: 120px;
}

.txt-alert-download{
    text-align: right;
    padding: 0 20px 10px 20px;
    direction: rtl;
    font-size: 15px;
}


.row-image-blog{
    margin: 20px 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.row-image-blog .img-blog{
    padding: 10px 20px;
}


.text-title-blog{
    font-size: 25px;
    text-align: right;
    margin: 0 20px;
    border-bottom: 1px solid #E01916;
    padding: 25px 0 20px 0;
}
.box-file-details{
    padding: 10px 20px;
}
.item-file{
    background: #f4f5f9;
    height: 100%;
    border-radius: 7px;
    padding: 7px 15px;
    transition: .3s;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    display: flex;
    margin: 0 0 8px 0;
    justify-content: space-between;
    color: #757575;
    direction: rtl;
}

.txt-15px{
    font-size: 12px;
}

.box-price{
    direction: rtl;
    padding: 10px 0;
}
.txt-price{
    font-size: 24px;
    color: green;
    font-weight: bold;
}

.txt-discount{
    font-size: 20px;
    text-decoration-line: line-through;
    color: #6c757d;
}
.alert-vpn{
    font-size: 15px;
    animation: colorChangeVpn 1s infinite;
    font-weight: bold;
}
@keyframes colorChangeVpn {
    0% {
        color: red;
    }
    50% {
        color: #595858;
    }
    100% {
        color: red;
    }
}

.btn-payment{
    width: 100%;
    background-color: #12c712;
    border: 1px solid #0dbe0d;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
}

.btn-payment:hover{
    background-color: #fff;
    color: #12c712;
}

.main-menu{
    flex: 1;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .main-menu {
        flex: auto;
        padding: 0 30px;
    }
}

.blog__list__item .content ul li {
    list-style: square;
    margin-right: 0;
}

.blog__list__item .content ol li {
    margin-bottom: 8px;
}

.bx-download-pdf{
    margin: 140px auto 80px auto;
    text-align: center;
    border-radius: 7px;
    width: 100%;
    padding: 20px 15px;
    max-width: 500px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}
.blog__list__item .content table{
    border-collapse: collapse;
    border-radius: 8px;
    border: 1px solid #dddddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 100%;
}
.blog__list__item .content table tbody tr td {
    padding: 12px 5px;
}


.personal__details__name input{
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: right;
}

.pagination a.active{
    background-color: #157ff0 !important;
    color: #fff !important;
}

.icon-success{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--success);
    margin: 0 auto 20px;
}

.icon-success i {
    color: var(--white);
    font-size: 1.625rem;
    margin-top: -3px;
}


.box-search form {
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
    border-radius: 5px;
    border: 1px solid #D5DAF3;
    padding: 0 15px 0 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.box-search form input {
    border: unset;
    outline: none;
    background: transparent;
    color: var(--text);
    position: relative;
    text-align: right;
    padding: 0;
    width: 80%;
}

.box-search form button {
    border: unset;
    outline: none;
    background: transparent;
}

.box-search form button i {
    font-size: 26px;
    color: var(--base);
}

/*question*/
.form-question {
    margin: auto;
    padding: 20px 0;
}
.dir-rtl{
    direction: rtl;
}
.form-question .title {
    margin-bottom: 15px;
    margin-top: 10px;
}

.form-question label {
    margin-bottom: 15px;
}

.txt-questions{
    direction: rtl;
    margin-bottom: 15px;
    margin-top: 10px;
}
.txt-questions p{
    color: #939393;
}

.form-check-input{
    padding: 0;
}

.bx-t-1{
    position: relative;
    display: inline-block;
    background-color: #46c8e6;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.bx-t-1::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #26b5d5;
    clip-path: polygon( 100% 0, 0 20%,0 80%,100% 100%);
}

.bx-t-1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #26b5d5;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}



.bx-t-2{
    position: relative;
    display: inline-block;
    background-color: #ffb84a;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.bx-t-2::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #e6a642;
    clip-path: polygon( 100% 0, 0 20%,0 80%,100% 100%);
}

.bx-t-2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #e6a642;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}




.bx-t-3{
    position: relative;
    display: inline-block;
    background-color: #3be346;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.bx-t-3::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #35cb3e;
    clip-path: polygon( 100% 0, 0 20%,0 80%,100% 100%);
}

.bx-t-3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #35cb3e;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}


.bx-t-4{
    position: relative;
    display: inline-block;
    background-color: #eae72b;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.bx-t-4::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #d5d32b;
    clip-path: polygon( 100% 0, 0 20%,0 80%,100% 100%);
}

.bx-t-4::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #d5d32b;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}


.bx-t-1 a{
    color: #fff;
}
.bx-t-2 a{
    color: #fff;
}
.bx-t-3 a{
    color: #fff;
}
.bx-t-4 a{
    color: #fff;
}

.bx-t-1 a:hover{
    color: #2f2f2f;
}
.bx-t-2 a:hover{
    color: #2f2f2f;
}
.bx-t-3 a:hover{
    color: #2f2f2f;
}
.bx-t-4 a:hover{
    color: #2f2f2f;
}

.alert-contact{
    font-size: 13px;
    direction: rtl;
    margin-top: 10px;
    color: #2773ea;
    text-align: justify;
}


.blog__list__item table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Tahoma", sans-serif;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.blog__list__item thead {
    background: #2563eb;
    color: #fff !important;
}

.blog__list__item thead th {
    padding: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.blog__list__item tbody td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.blog__list__item tbody tr:nth-child(even) {
    background: #f8fafc;
}

.blog__list__item tbody tr:hover {
    background: #dbeafe;
}

.blog__list__item tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .blog__list__item table {
        font-size: 14px;
    }

    .blog__list__item thead th,
    .blog__list__item tbody td {
        padding: 10px;
    }
}