﻿body.mobile,
body.individuals.mobile,
body:not(.highcontrast).individuals.mobile {
    background-color: #f6f7fd;
    background-image: url(../images/mobile_bg.webp);
    background-position: center bottom;
    background-size: auto 33vh;
}

body:not(.highcontrast).mobile .individuals,
body.individuals.mobile {
    --secondary: #7B87FF;
    --highlight: #7B87FF;
    --individuals-color: #7B87FF;
    --primary-bg-color: #7B87FF;
    --primary-bg-color-alt: #7B87FF;
}
.btn-arrow-inside.btn-loading:after {
    display: block;
    transform: scale(0.90);
}
.is-invalid~.btn.btn-arrow-inside:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
    opacity: 1;
}
body:not(.rtl) .btn-arrow-inside {
    right: 4px;
    left: auto;
}

.rtl .btn-arrow-inside {
    left: 4px;
}