html {
    font-size: 16px;
    margin-top: 130px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.login-panel {
    width: 300px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .login-panel h1 {
        text-align: center;
        margin-bottom: 20px;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .form-group input[type="text"],
    .form-group input[type="password"] {
        width: calc(100% - 10px);
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .form-group button {
        width: 100%;
        padding: 10px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .form-group button:hover {
            background-color: #0056b3;
        }

        .form-group button[type="submit"] {
            width: 100%;
            padding: 10px;
            border: none;
            border-radius: 5px;
            background-image: linear-gradient(to right, #831F1E, #932B2A);
            color: white;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

            .form-group button[type="submit"]:hover {
                background-color: #a72a29;
            }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.navbar-nav {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-left: 16px;
}

    .navbar-nav .nav-item {
        margin: 0 10px;
    }

        .navbar-nav .nav-item a {
            color: #000 !important;
            text-decoration: none;
            transition: color 0.3s;
            display: block;
            padding: 10px 20px;
            font-size: 20px;
            text-align: center;
        }

            .navbar-nav .nav-item a:hover {
                color: #831F1E !important;
            }

.logo {
    width: 10vw;
    max-width: 100px;
}

.cart-count {
    font-size: 10px;
    background-color: #831F1E;
    color: white;
    border-radius: 50%;
    padding: 0.2em 0.6em;
    position: absolute;
    top: 18px;
    right: -9px;
    display: none;
    margin-top: -12px;
} 

.notification-count {
    font-size: 10px;
    background-color: #831F1E;
    color: white;
    border-radius: 50%;
    padding: 0.2em 0.6em;
    position: absolute;
    top: 18px;
    right: -7px;
    display: none;
    margin-top: -12px;
}

@media (max-width: 1200px) {

    .navbar-nav .nav-item a {
        font-size: 20px;
    }
    .navbar-brand {
        display: none;
    }
    main {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .cart-count,
    .notification-count {
        right: -10px;
        top: 14px;
    }
    .files-count {
        right: -10px !important;
        top: 14px !important;
    }
        .navbar-nav .nav-item a {
            font-size: 18px;
        }
}

@media (max-width: 901px) {
    html {
        margin-top: 110px;
    }
    .navbar-nav {
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center;
        max-width: 100%;
        flex-wrap: nowrap;
    }
    .cart-count {
        right: -7px;
    }
    .notification-count {
        right: -4px;
    }
    .files-count {
        right: -4px !important;
    }

    .navbar-nav .nav-item {
        margin: 0px;
        padding: 1px 1px;

    }

    .navbar-brand {
        display: none;
    }
    .navbar-nav .nav-item a {
        font-size: 18px;
        padding: 10px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    html {
        margin-top: 180px;
    }
}
    @media (max-width: 575px) {
        html {
            margin-top: 160px;
        }

        .navbar-nav .nav-item {
            margin: 10px 0;
        }

        .navbar-nav {
            justify-content: flex-end;
            align-items: center;
            flex-grow: 1;
        }

        .cart-count {
            right: 0px;
            top: 11px;
        }

        .notification-count {
            right: 3px;
            top: 11px;
        }

        .files-count {
            right: 0px !important;
            top: 11px !important;
        }
    }

    @media (max-width: 525px) {
        html {
            margin-top: 190px;
        }
    }

    @media (max-width: 483px) {
        html {
            margin-top: 180px;
        }

        .navbar-nav .nav-item a {
            padding: 0px;
        }

        .cart-count,
        .notification-count {
            right: 0px;
            top: 10px;
        }

        .files-count {
            right: 0px !important;
            top: 10px !important;
        }

        .navbar-nav .nav-item a {
            font-size: 16px;
            padding: 10px;
        }
    }

    @media (max-width: 453px) {
        html {
            margin-top: 140px;
        }

        .navbar-nav .nav-item a {
            padding: 6px;
        }

        .cart-count,
        .notification-count,
        .files-count {
            right: -5px !important;
            top: 6px !important;
        }
    }

    @media (max-width: 441px) {
        html {
            margin-top: 140px;
        }

        .navbar-nav .nav-item a {
            font-size: 14px;
        }
    }

    @media (max-width: 414px) {
        html {
            margin-top: 130px;
        }
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    @media (max-width: 363px) {

        .navbar-nav .nav-item a {
            font-size: 12px;
        }
    }

    a {
        color: #0077cc;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    .footer {
        margin-bottom: -20%;
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px;
    }

    .custom-select-wrapper {
        position: relative;
        display: inline-block;
        width: 150px;
        margin-left: 10px;
    }

    .custom-select {
        display: none;
    }

    .custom-select-trigger {
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
        transition: color 0.2s ease, font-weight 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }

        .custom-select-trigger:hover,
        .custom-option:hover {
            color: #831F1E;
            font-weight: bold;
            background-color: #f8f8f8;
            border-color: #831F1E;
        }

        .custom-select-trigger .custom-option {
            display: flex;
            align-items: center;
        }

        .custom-select-trigger img {
            margin-right: 10px;
            width: 20px;
            height: 14px;
        }

    .custom-options {
        position: absolute;
        display: none;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        z-index: 10;
    }

    .custom-option {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
        transition: color 0.3s ease, font-weight 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    }

        .custom-option img {
            margin-right: 10px;
            width: 20px;
            height: 14px;
        }

        .custom-option:hover, .custom-option.selected {
            background: #f1f1f1;
        }

    .custom-select-wrapper.opened .custom-options {
        display: block;
    }

    .error-message {
        color: red;
        font-size: 12px;
    }

    .invalid-input {
        border: 1px solid red;
    }

    .greyed-out {
        color: #888;
        background-color: #f5f5f5;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 100px;
    }

    .header-icons:hover {
        filter: brightness(1.5);
    }

    .files-count {
        font-size: 10px;
        background-color: #831F1E;
        color: white;
        border-radius: 50%;
        padding: 0.2em 0.6em;
        position: absolute;
        top: 18px;
        right: -7px;
        display: none;
        margin-top: -12px;
    }