﻿@font-face {
    font-family: 'Cairo-Regular';
    src: url('/fonts/Cairo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Bold';
    src: url('/fonts/Cairo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ReemKufiInk-Regular';
    src: url('/fonts/ReemKufiInk-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url('/fonts/Tajawal-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Bold';
    src: url('/fonts/Tajawal-Bold.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    font-family: Cairo-Regular, sans-serif;
}

div {
    user-select: none;
}

:root {
    --forecolor1: #2c4f6b;
    --forecolor2: var(--forecolor1);
    --bcolor1: #2071ad;
    --lblbackground: #15202c;
    --lblcolor: #ff6a00;
    --hovercolor: #ff6a00;
}

::placeholder {
    font-size: 0.87em;
}

body {
    margin: 0;
    background-color: white;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

    body::-webkit-scrollbar {
        width: .75em;
        background: #15202c;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #46abf6;
        border-radius: 20%;
    }

header {
    top: 0;
    position: sticky;
    z-index: 9001;
}

.header {
    background: #15202c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.header-1 {
    padding: 1em 3em;
    color: white;
}

.header-2 {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        height: 3em;
        margin-left: 0em;
        align-items: center;
    }

.menu-section {
    display: flex;
    gap: 2em;
    justify-content: space-between;
}

    .menu-section a {
        text-decoration: none;
        color: white;
        font-size: 1.2em;
    }

.login-btns {
    display: flex;
    gap: 1em;
}

    .login-btns a {
        background: #0056b3;
        color: white;
        padding: .3em 1em;
        border-radius: .5em;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
    }

        .login-btns a:nth-child(2) {
            background: white;
            color: #15202c;
        }

.lang-toggle {
    background: #2071ad;
    color: white;
    border: none;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    cursor: pointer;
}

.Section-background {
    background: linear-gradient(to left, rgba(0,0,0,0.3), rgba(0,0,0,0.8)), url('/imgs/bkimg.png');
    background-size: cover;
    text-align: center;
    padding: 2em 0;
}

    .Section-background .adv-section {
        margin: 0 auto 2em;
        padding: .5em 1em 3em;
        background-color: rgb(28 48 64 / 0.57);
        border-radius: .5em;
        max-width: 76%;
        color: white;
    }

    .Section-background h1 {
        font-size: 2.5em;
        margin-bottom: 1em;
        color: var(--bcolor1)
    }

    .Section-background p {
        font-size: 1.55em;
    }

    .Section-background a {
        display: inline-block;
        margin-top: 1em;
        background: #0056b3;
        padding: .5em 2em;
        font-size: 1.2em;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        transition: background 0.3s;
    }

.car-search {
    max-width: 80%;
    margin: auto;
    background: white;
    border-radius: .8em;
    padding-bottom: .5em;
    box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.1);
}

.car-search-tabs {
    display: flex;
    margin-bottom: .5em;
}

    .car-search-tabs div {
        padding: .1em 2.5em .4em;
        cursor: pointer;
        font-size: 1em;
        transition: 0.3s;
        background-color: #2c4f6b;
        color: white;
    }

        .car-search-tabs div:first-child {
            background-color: #1f84cf;
            border-radius: 0 .8em 0 0;
        }


.car-search-body {
    margin: 0 .5em;
    text-align: initial;
    padding: 0.25em 1em .5em 1em;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: .5em;
}

    .car-search-body label {
        display: block;
        font-weight: bold;
        color: #2c4f6b;
    }


.input-conrainer {
    padding: .1em 0.4em;
    border: 1px solid #2c4f6b !important;
    border-radius: 0.3em;
}

    .input-conrainer .fa-style {
        font-size: 1.2em;
        color: #2c4f6b !important;
    }

    .input-conrainer input {
        outline: none;
        border: none;
        font-size: 1.1em;
        color: #2c4f6b;
        text-align: center;
    }

input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}

.search-btn {
    display: flex;
    align-items: center;
    padding: 0 2em;
    background: #2c4f6b;
    color: white;
    cursor: pointer;
    font-size: 1.4em;
    font-weight: bold;
    margin: .5em .5em .0em 0;
}

.daterangepicker {
    position: absolute;
    direction: rtl !important;
    font-family: inherit;
    z-index: 6000 !important;
}

    .daterangepicker .drp-calendar.left {
        float: right !important;
    }

    .daterangepicker .drp-calendar.right {
        float: left !important;
    }

    .daterangepicker td.off, .daterangepicker td.off span {
        text-decoration: none !important;
        opacity: 0.5;
        color: var(--gray-border) !important;
    }

    .daterangepicker:before,
    .daterangepicker:after {
        left: 50% !important; /* توسيط */
        margin-left: -8px !important; /* تعويض نصف العرض للسهم */
    }

    .daterangepicker select {
        outline: none;
        border: 1px solid #1f84cf !important;
        box-shadow: none !important;
        background-color: transparent !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        text-align: center;
        border-radius: .5em;
    }

        .daterangepicker select:first-child {
            border-left: none !important;
        }

        .daterangepicker select:last-child {
            border-right: none !important;
        }

.form-container {
    width: calc(25% - 4px);
    padding: 2%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 1.5em;
    transition: 100ms;
    height: 28em;
    cursor: pointer;
}

    .form-container:hover {
        transform: scale(1.02);
    }


.form-img {
    width: 7em;
    height: 7em;
    margin: 0;
    background-size: cover;
    margin-top: 1.5em;
    transition: 1s;
}

.container-header {
    font-size: 1.2em;
    font-weight: bolder;
    color: #1f84cf;
    background: var(--lblbackground);
}


.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    border: 1px solid #1f3245;
    border-radius: .3em;
    padding: .3em .7em;
    background: white;
    cursor: pointer;
}

    .filter-btn:hover {
        background: #f5f5f5;
    }


.filter-container {
    position: absolute;
    width: 46%;
    background: white;
    left: 5%;
    z-index: 1000;
    border-radius: .75em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
}

.filter-arrow {
    width: .5em;
    height: .5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1001;
    top: -.3em;
    left: 15.5em;
    background: white;
}

.filter-body {
    color: #204972;
    grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
    gap: 1em;
    background: white;
    position: relative;
    z-index: 1002;
    border-radius: .75em;
    padding: 1em 0;
}

.filter-block {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
    padding: .5em 1.5em;
}

    .filter-block input {
        width: 5em;
    }

.filter-label {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.9em;
    color: #0f172a;
}

.filter-inline {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    padding: .25em 0.5em;
}

.filter-label i {
    width: 1.8em;
    height: 1.8em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #204972;
    font-size: 1.1em;
}


.filter-block input[type="number"],
.filter-block select {
    border: 0.1em solid #1f3245;
    border-radius: .5em;
    padding: 0 0.8em;
    background: white;
    color: #204972;
    outline: none;
    font-size: 1em;
    height: 2.2em;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .filter-block input:focus,
    .filter-block select:focus {
        border-color: rgb(8 137 203 / 0.80);
        box-shadow: 0 0 0 0.2em rgba(47, 116, 200, 0.2);
    }

.filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    padding: 0.25em .75em;
    border: 1px solid #ccc;
    border-radius: .75em;
    background: #fff;
    cursor: pointer;
    font-size: 1em;
    transition: all 0.2s ease-in-out;
    color: #204972;
}

    .filter-toggle i {
        font-size: 1.2em;
        color: #204972;
    }

    .filter-toggle:hover {
        background: #f0f0f0;
        border-color: #999;
    }

    .filter-toggle.active {
        background: #007bff;
        color: #fff;
        border-color: #007bff;
    }

        .filter-toggle.active em {
            color: #fff;
        }

.filter-chip, .filter-chip-radio {
    display: flex;
    align-items: center;
    gap: .4em;
    border: 1px solid #ccc;
    border-radius: .75em;
    padding: 0.25em .75em;
    margin: .25em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #fff;
    color: #204972;
    font-size: .9em;
}

    .filter-chip input, .filter-chip-radio input {
        display: none;
    }

    .filter-chip span, .filter-chip-radio span {
        white-space: nowrap;
    }

    .filter-chip i, .filter-chip-radio i {
        color: #204972;
        font-size: 16px;
    }

    .filter-chip:hover, .filter-chip-radio:hover {
        background: #deeffe;
        border-color: #999;
    }

    .filter-chip input:checked + i {
        color: #007bff;
    }

    .filter-chip input:checked ~ span {
        font-weight: bold;
        color: #007bff;
    }

.filter-footer {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 13px #204972;
    border-radius: 0 0 .5em .5em;
    margin-top: 1em;
}

.filter-footer-btn {
    display: block;
    padding: .5em 0;
    background: #204972;
    color: white;
    border-radius: 0 0 0 .5em;
    width: 7em;
    text-align: center;
    cursor: pointer;
}

    .filter-footer-btn:first-child {
        border-radius: 0 0 .5em 0;
    }

.host-container {
    display: flex;
    align-items: center;
    gap: 0.5em;
}


.user-menu {
    font-size: 1em;
    cursor: pointer;
}

    .user-menu:hover .user-menu-lists {
        opacity: 1;
        visibility: visible;
    }

.user-header {
    display: flex;
    align-items: center;
    gap: .7em;
    background: #f5f5f5;
    padding: .25em 1em .25em;
    border-radius: 2em;
    border: 1px solid #204972;
    transition: 300ms ease-in-out;
}

.host-container i {
    font-size: 1.4em;
}

.user-header:hover {
    color: #007bff;
}

.header-menu {
    position: absolute;
    background: white;
    box-shadow: 0 2px 5px #999;
}

.user-menu-item {
    padding: .1em 1em .2em;
    cursor: pointer;
}

    .user-menu-item:hover {
        background: rgb(8 137 203 / 0.14);
    }

.separatorLine {
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    margin: 0;
    user-select: none;
}


.user-menu-lists {
    position: absolute;
    background: white;
    border: 1px solid #dcdada;
    border-top-color: transparent;
    border-radius: 0 0 .8em .8em;
    left: 0;
    transition: 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    float: left;
}

.menu-list {
    padding: .75em 0;
    width: 8.7em;
}

#uLoginlist2 {
    display: none;
}

.menu-list-item {
    padding: .5em 1em;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

    .menu-list-item:hover {
        background: #2c4f6b;
        color: white;
    }

.item-sub {
    background: #2c4f6b;
    color: white;
    border-radius: 2em;
    margin: 0 .5em;
    width: 8em;
}

    .item-sub:hover {
        background: #007bff;
    }





.footer, .home-footer {
    width: 100%;
    color: #eee;
}

.footer {
    background-image: url('/imgs/banner2.png');
}

.home-footer {
    padding: 1em 0 1em;
    background-image: url('/imgs/banner1.png');
    width: 100%;
    background-size: cover;
}

.AdvBanner1-wrapper {
    position: relative;
    width: calc(100% - 21em);
    margin: 2em 17em 0 2em;
    border-radius: 2em;
    padding: 1em;
}

.AdvBanner1-lbl {
    font-size: 1.7em;
    width: 70%;
    font-weight: bold;
}

.AdvBanner1-btn {
    background-color: #2071ad;
    color: white;
    font-weight: bold;
    border: none;
    padding: 1em 2.2em;
    font-size: 1.1em;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: fit-content;
    margin: 1.5em 1em;
}

    .AdvBanner1-btn:hover {
        background-color: #1f84cf;
    }

.AdvBanner1-words {
    width: 80%;
}

.AdvBanner1-word {
    display: inline-block;
    vertical-align: top;
    margin: .15em 1em;
    color: #dcdada;
}

    .AdvBanner1-word:hover {
        color: #1f84cf;
    }

    .AdvBanner1-word i {
        margin-left: .3em;
    }

.AdvBanner1-footer {
    margin-top: 2em;
    font-size: 1.1em;
}

.footer-columns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3em;
    padding: 1em 2em 2em;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 250px;
}

    .footer-column h3 {
        color: #0056b3;
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-column ul li {
            margin-bottom: 0.8em;
            font-size: 1em;
            transition: color 0.3s ease;
        }

            .footer-column ul li:hover {
                color: #1f84cf;
                cursor: pointer;
            }

.social-icons {
    display: flex;
    gap: 1em;
    margin-top: 1.5em;
}

    .social-icons a {
        color: #73abfa;
        font-size: 1.3em;
        transition: transform 0.3s ease;
    }

        .social-icons a:hover {
            transform: scale(1.2);
        }

.footer-bottom {
    direction: ltr;
    text-align: center;
    color: #aaa;
    padding: 1em;
    font-size: 0.9em;
    background-color: #0d2f48;
}

.section-4 {
    width: 95%;
    margin-top: 2em;
    margin-bottom: 3em;
}

.section-4-service1 {
    display: inline-block;
    vertical-align: top;
}

    .section-4-service1:first-child {
        width: 70%;
    }

    .section-4-service1:last-child {
        margin-right: 3em;
        width: calc(30% - 4em);
        background: #1f84cf;
        text-align: center;
    }

.section4-header {
    padding: 0 .5em .5em;
    font-size: 1.2em;
    background: var(--lblbackground);
    color: #1f84cf;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: .5em;
}

.section4-container {
    text-align: justify;
    font-size: .9em;
    margin-right: .5em;
    padding: 0 0.7em;
}

.logoimg-img {
    width: 100%;
}

.car-search-item {
    position: relative;
    z-index: 5000;
}

.markit-loc-list {
    box-shadow: 0 4px 10px #2c4f6b;
    position: absolute;
    background: white;
    width: 100%;
    display: none;
    max-height: 24em;
    overflow-y: auto;
}

.location-list-item {
    display: flex;
    align-items: center;
    padding: 0 .3em;
    font-size: .9em;
    color: #2c4f6b;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
}

    .location-list-item:hover {
        background: rgba(0,0,0,0.05);
        color: #2071ad;
    }

.location-fa {
    width: 2em;
    margin-left: .4em;
}

.location-list-item .fa {
    color: #2c4f6b;
    font-size: 1.1em;
    width: 100%;
    text-align: center;
}

.location-item-name {
    width: 66%;
    height: 3.8em;
    overflow: hidden;
}

    .location-item-name div:nth-child(1) {
        font-weight: bold;
        font-size: 1.1em;
        white-space: nowrap;
        overflow: hidden;
    }

    .location-item-name div:nth-child(2) {
        font-size: 0.9em;
        transform: translateY(-.5em);
    }

.location-type {
    font-size: 0.9em;
}


.Custume_notify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(145deg, rgba(44, 79, 107, 0.9), rgba(30, 50, 70, 0.55));
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 8000;
}

.notify-box {
    background: #ffffff;
    border-radius: 1em;
    text-align: center;
    width: 90%;
    max-width: 35%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.5s ease;
    position: relative;
}

.Custume_notify-Pnl {
    padding: 2.5em;
}

    .Custume_notify-Pnl h2 {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 25px;
        font-size: 1.6em;
    }

    .Custume_notify-Pnl p {
        color: #666;
        margin-bottom: 30px;
    }

.btn-option {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 12px;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-buyer {
    background: linear-gradient(135deg, #167208, #16e553);
}

.btn-owner {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.btn-option:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.close-btn {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 2em;
    height: 2em;
    background-color: #2c4f6b;
    border: none;
    color: white;
    font-size: 1.2em;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    padding-top: .44em;
}

    .close-btn:hover {
        transform: rotate(90deg);
    }

.form-group {
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
}

    .form-group label {
        text-align: right;
        display: block;
        margin-bottom: .4em;
        color: #34495e;
        font-weight: 600;
    }

        .form-group label i {
            color: #1f84cf;
            margin-left: .5em;
        }

    .form-group input {
        padding: .5em 1em;
        border: 1px solid #dfe6e9;
        border-radius: .6em;
        background: #f9fbfd;
        transition: all 0.3s ease;
        font-size: 1.1em;
        text-align: center;
        width: 100%;
    }

        .form-group input:focus {
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
            background-color: #ffffff;
            outline: none;
        }

.submit-btn {
    width: 100%;
    padding: .9em;
    background: linear-gradient(to right,#1f84cf, #2c4f6b, #46abf6);
    color: white;
    border: none;
    border-radius: .8em;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: auto;
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7em;
}

    .submit-btn i {
        font-size: 1em;
    }

    .submit-btn:hover {
        transform: translateY(-2px);
        opacity: 0.95;
    }

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.Custume_notify-Pnl {
    text-align: center;
    display: none;
}

.cnP-body {
    position: relative;
    width: 60%;
    margin: auto;
    border-radius: 1em;
    box-shadow: 0 4px 9px #999;
    padding: 5em 0 2em;
}

.notify-logo {
    margin: auto;
}

    .notify-logo img {
        height: 4em;
    }

.success-container h1 {
    font-size: 1.8em;
    margin-bottom: 1em;
    color: #0077cc;
    line-height: 1.6;
}

.success-container p {
    font-size: 1em;
    line-height: 1.8;
    margin: 0.8em 0;
    color: #444;
}

.success-highlight {
    color: #ff6f00;
    font-weight: bold;
    margin-top: 1em;
}

.success-btn {
    display: inline-block;
    margin-top: 2em;
    padding: 0.6em 2.2em;
    color: #5988ad;
    font-weight: bold;
    border: none;
    border-radius: 2em;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0.4em 1.2em rgba(0, 123, 255, 0.2);
}

.success-footer {
    margin-top: 2em;
    font-size: 0.9em;
    color: #999;
}

.Userlogin-Container {
    width: 32%;
    text-align: center;
    margin: 5em auto 0;
    padding: 2em 1em;
    border-radius: 1.5em;
    box-shadow: 0 4px 10px #999;
}

.UserLogin-login-card {
    max-width: 95%;
    margin: auto;
}

.UserLogin-logo {
    width: 10em;
}

.UserLogin-login-card p {
    margin: .3em;
}

.UserLogin-login-card h2 {
    margin: 0;
    font-size: 1.5em;
    color: #003d66;
    margin-bottom: 1em;
}

.UserLogin-form-group {
    position: relative;
    margin-bottom: 1em;
    text-align: right;
}

    .UserLogin-form-group i {
        position: absolute;
        left: 1em;
        top: 50%;
        transform: translateY(-50%);
        color: #003d66;
    }

    .UserLogin-form-group input {
        width: 100%;
        padding: 0.7em 1em 0.7em 2.5em;
        border: 0.0625em solid #ccc; /* 1px */
        border-radius: 0.5em;
        font-size: 1em;
        text-align: center;
        transition: border 0.3s;
    }

        .UserLogin-form-group input:focus {
            border-color: #007bff;
            outline: none;
        }

.UserLogin-login-btn {
    display: block;
    text-decoration: none;
    /*    width: 100%;*/
    background: linear-gradient(to right,#1f84cf, #2c4f6b, #204972);
    color: white;
    padding: 0.9em;
    /*border: none;*/
    border-radius: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    transition: background 0.5s ease;
    margin-top: 1em;
}

    .UserLogin-login-btn:hover {
        background-position: right center;
        background-image: linear-gradient(to right, #1f84cf, #007bff, #2c4f6b);
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    }

    .UserLogin-login-btn:active {
        transform: scale(0.98);
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        transition: transform 0.05s ease;
    }

.UserLogin-extras {
    font-size: 0.9em;
    color: #555;
    margin-top: .5em;
}

    .UserLogin-extras a {
        color: #003d66;
        font-weight: bold;
        text-decoration: none;
    }

.UserLogin-support {
    margin-top: 1em;
    font-size: 0.85em;
    background: #f1f1f1;
    padding: 0.8em;
    border-radius: 0.5em;
    color: #333;
}

    .UserLogin-support i {
        margin-left: 0.3em;
        color: #007bff;
    }

@media (min-width: 301px) and (max-width: 800px) {
    body {
        font-size: 7px;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    body {
        font-size: 10px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    body {
        font-size: 12px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    body {
        font-size: 19px;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1801px) and (max-width: 3160px) {
    body {
        font-size: 24px;
    }
}