.header__right__btn button {
    color: var(--rts-button-1);
}
.header__right__btn button:hover {
    border-color: var(--rts-button-3);
}
.absolute__header.sticky .rts__menu__background {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.pt-200 {
    padding-top: 200px !important;
}
.home__one__banner {
    background: linear-gradient(226.58deg, #fef2eb 1.52%, var(--rts-gray) 47.05%, #e4e0ea 99.84%);
}
.rts__workprocess__box .rts__icon i {
    color: var(--rts-button-3);
}
.rts__workprocess__box {
    border-radius: 10px;
    height: 100%;
}
.footer__home__one {
    background: linear-gradient(226.58deg, #fef2eb 1.52%, var(--rts-gray) 47.05%, #e4e0ea 99.84%);
}
.brand__item img {
    border-radius: 10px;
}
.rts__job__card .vehicle-icon {
    height: 16px;
    margin-right: 10px;
    width: 16px;
}
.rts__job__card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rts__job__card .job__title {
    font-size: 16px;
}
.rts__job__card .vehicle-details {
    padding: 0 20px 20px 20px;
}
.breadcrumb__background {
    background: linear-gradient(226.58deg, #fef2eb 1.52%, var(--rts-gray) 47.05%, #e4e0ea 99.84%);
}
.rts__job__details .gallery img {
    border-radius: 10px;
}
.lightbox-btn:disabled {
    background-color: var(--rts-black);
}
.rts__workprocess__box.is__contact {
    border-radius: 10px;
}
.job__contact .search__item textarea {
    resize: none;
}
.job__contact .rts__btn {
    border-radius: 10px;
}
.contact__image img {
    border-radius: 10px;
}
.font-14 {
    font-size: 14px !important;
}
.rts__job__card {
    background: var(--rts-gray);
}
.rts__pagination li a {
    background: var(--rts-gray);
}
.rts__banner__content .rts__job__search .single__input input {
    border: none;
}
.buttons-wrapper {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.buttons-wrapper .buttons-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.buttons-wrapper .fill__btn.inverse {
    background-color: var(--rts-button-3);
    border-color: var(--rts-button-3);
}
.buttons-wrapper .fill__btn.inverse:hover {
    background-color: var(--rts-primary);
    border-color: var(--rts-primary);
}
.buttons-wrapper .fill__btn {
    gap: 4px;
    height: max-content;
    line-height: 1;
    padding: 10px 20px;
}
.rounded-10 {
    border-radius: 10px;
}
.account.similar__form {
    max-width: 100%;
    min-width: 100%;
}
.laravel-alert {
    border-radius: 10px;
}
.laravel-alert .laravel-alert-message {
    line-height: 1.5;
}
.laravel-alert .laravel-alert-action .laravel-alert-action-link {
    border-radius: 10px;
}
.paginator {
    margin-top: 50px;
}
.text-muted {
    color: var(--rts-para) !important;
}
.page-item:first-child .page-link {
    border-radius: 10px;
    font-size: 30px;
    padding-bottom: 4px;
}
.disabled>.page-link, .page-link.disabled {
    background-color: var(--rts-gray);
    border-color: transparent;
}
.page-link {
    align-items: center;
    background-color: var(--rts-primary);
    border: none;
    border-radius: 10px;
    color: var(--rts-white);
    display: flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
}
.pagination {
    gap: 5px;
}
.page-link:hover {
    background-color: var(--rts-button-3);
    color: var(--rts-white);
}
.page-item:last-child .page-link {
    border-radius: 10px;
    font-size: 30px;
    padding-bottom: 4px;
}
.active>.page-link, .page-link.active {
    background-color: var(--rts-button-3);
    border-color: transparent;
}
.page-link:focus {
    background-color: var(--rts-button-3);
    box-shadow: none;
    color: var(--rts-white);
}
.common__btn {
    font-weight: 400;
}
.rts__btn {
    font-weight: 400;
}
button {
    font-size: 14px;
}
.laravel-markdown strong {
    font-weight: 700;
}
.rts__listing.about {
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
    .districts-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        max-height: 60vh;
        min-width: 762px !important;
        left: -370% !important;
    }
    .cities-wrapper {
        max-height: 40vh;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}
@media (max-width: 1400px) {
    .buttons-wrapper {
        bottom: 10px;
        left: 50%;
        right: unset;
        top: unset;
        transform: translateX(-50%);
    }
    .buttons-wrapper .buttons-inner {
        flex-direction: row;
    }
    .rts__copyright {
        padding-bottom: 60px;
    }
    .rts__back__top.show {
        bottom: 70px;
    }
}
@media (max-width: 768px) {
    .buttons-wrapper {
        display: none;
    }
    .rts__copyright {
        padding-bottom: 0;
    }
    .rts__back__top.show {
        bottom: 10px;
    }
}
@media (max-width: 576px) {
    .pagination {
        justify-content: space-between;
        width: 100%;
    }
    .page-link {
        padding: 0 14px;
        width: max-content;
    }
    .page-item:first-child .page-link {
        font-size: 18px;
        padding-bottom: 0;
    }
    .page-item:last-child .page-link {
        font-size: 18px;
        padding: 0 14px;
    }
}
