:root {
    --primary: #2AABE1;
    --sec: #0F284B;
    --ter: #F0F0F0;
    --cuar: #2B4C8C;
    --colorText: #0F284B;
    --white: #FFFFFF;
    --hover: #0F284B;
    --back: #0C203C;
    --hint: #AAAAAA;
    --hintHover: #FAFAFA;
    --danger: #FA5454;
    --success: #55C339;
    --secondary: #5c636a;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

html {
    height: 100%;
    font-family: Ubuntu;
    font-style: normal;
}

body {
    height: 100%;
    background-color: var(--ter);
    overflow-x: hidden;
    font-family: Ubuntu;
}


.btn-nav {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16.09px;
}

.pointer {
    cursor: pointer;
}


.sticky {
    position: sticky;
    top: 0;
}


#hero-section .container,
#we-are-section .container,
#reviews-section .container,
#how-section .container {
    right: 120px;
}

/* Hero Section */
#hero-section {
    background: var(--ter);
}

#nav-section {
    background: var(--ter);
}

    #nav-section .logo {
        padding: 20px
    }

        #nav-section .logo img {
            width: 80%;
        }

    #nav-section nav {
        margin-top: 40px;
    }

        #nav-section nav ul {
            list-style-type: none;
        }

            #nav-section nav ul li {
                display: block;
                float: left;
                margin-right: 30px;
            }

                #nav-section nav ul li a {
                    outline: none;
                    text-decoration: none;
                    font-size: 14px;
                    line-height: 16.09px;
                    color: var(--colorText);
                }

#storeNav-section {
    background: var(--ter);
    width: 100%;
    padding: 50px 0px 50px 0px;
}

    #storeNav-section .logo img {
        width: 100%;
    }

    #storeNav-section nav {
        float: right;
        width: 100%;
    }

        #storeNav-section nav ul {
            list-style-type: none;
            width: 100%;
            margin-top: 20px;
        }

            #storeNav-section nav ul li {
                display: block;
                float: left;
                margin-right: 20px;
            }

                #storeNav-section nav ul li a {
                    outline: none;
                    text-decoration: none;
                    font-size: 14px;
                    line-height: 16.09px;
                    color: var(--colorText);
                }

.input-group-text {
    background-color: var(--white);
    color: var(--hint);
}

#hero-section p {
    color: rgba(15, 40, 75, 0.5);
}

#video-section iframe {
    border-radius: 60px;
}

/* We Are Section */
.call-to-action {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 45px 15px 45px;
}

#reviews-section {
    height: auto;
    margin-top: 110px;
    left: 0px;
    top: 0px;
}

.btn-circle {
    border-radius: 100px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}

#reviews-section .box {
    padding-left: 24px;
    padding-top: 24px;
    background: #FFFFFF;
    box-shadow: 5px 7px 12px -5px rgba(15, 40, 75, 0.15);
    border-radius: 16px;
    height: auto;
}

    #reviews-section .box .label {
        font-family: Nunito;
        font-style: normal;
        font-weight: normal;
        font-size: 80px;
        line-height: 109px;
        letter-spacing: 0.5px;
        color: var(--sec);
        height: 65px;
    }

    #reviews-section .box .text {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        /* or 179% */
        letter-spacing: 0.5px;
        color: #AAAAAA;
        padding-right: 50px;
    }

    #reviews-section .box .user {
        height: 65px;
    }

        #reviews-section .box .user img {
            width: 90%;
            height: 90%;
            padding-bottom: 20px;
        }


        #reviews-section .box .user .user-name {
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
            /* identical to box height, or 125% */
            letter-spacing: 0.5px;
            color: #000000;
        }

        #reviews-section .box .user .user-type {
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            /* identical to box height, or 143% */
            letter-spacing: 0.5px;
            color: var(--primary);
        }

#contact-section {
    width: 100%;
    height: auto;
    background: #F0F0F0;
}

    #contact-section img {
        filter: drop-shadow(10px 24px 54px rgba(0, 0, 0, 0.04));
        border-radius: 60px;
    }

    #contact-section h2 {
        margin-top: 100px;
    }

footer {
    width: 100%;
    height: 400px;
    background: var(--sec);
}

    footer .box-footer {
        margin-top: 150px !important;
    }

    footer .box-links {
        margin-top: 100px !important;
    }

    footer img .logo {
        width: 283px;
        height: 72px;
    }

    footer .text {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        color: #FFFFFF;
        opacity: 0.6;
    }

    footer .box-links .links a {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 34px;
        color: #FFFFFF;
        opacity: 0.6;
        text-decoration: none;
    }

        footer .box-links .links a:hover {
            color: var(--white);
            opacity: 1;
        }

#footer {
    background-color: var(--back);
    height: 90px;
    color: var(--white);
}

#store-section {
    background: var(--ter);
    height: auto;
    left: 0px;
    top: 0px;
}

.box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 5px 7px 12px -5px rgba(15, 40, 75, 0.15);
    border-radius: 16px;
    margin: 10px;
    height: auto;
    transition: 0.4s;
}

    .box:hover {
        padding: 24px;
        background: #FFFFFF;
        box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.09);
        height: auto;
        border-radius: 15px;
        transition: 0.7s;
    }

    .box img {
        width: 100%;
        height: 100px;
    }

    .box .title {
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
    }

    .box .prices {
        margin-bottom: 20px;
    }

    .box .price {
        text-align: center;
        font-weight: normal;
        margin-top: 10px;
        color: var(--sec);
    }

    .box .price-hint {
        text-align: center;
        font-weight: normal;
        margin-top: 10px;
        text-decoration: line-through;
        color: var(--hint);
    }

.btn-add {
    border-radius: 14px;
    background-color: var(--primary) !important;
    border-color: var(--primary);
    color: var(--white);
    padding: 5px 15px 5px 15px;
}

    .btn-add:hover {
        background-color: var(--white) !important;
        border-color: var(--primary);
        border-width: 1px;
        color: var(--primary);
        transition: 0.7s;
    }

.actions .btn-eye {
    border-radius: 14px;
    background-color: var(--cuar) !important;
    border-color: var(--cuar);
    color: var(--white);
    padding: 5px 15px 5px 15px;
}

    .actions .btn-eye:hover {
        background-color: var(--white) !important;
        border-color: var(--primary);
        border-width: 1px;
        color: var(--primary);
        transition: 0.7s;
    }

.box .offert {
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    margin-top: 15px;
    margin-left: 170px;
    float: right;
    background-color: var(--primary);
    color: var(--white);
}

.box-filter {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 5px 7px 12px -5px rgba(15, 40, 75, 0.15);
    border-radius: 16px;
    margin: 10px;
    width: 100%;
    height: 130px;
    justify-content: center;
    align-content: center;
}

    .box-filter:hover {
        box-shadow: 20px 24px 20px rgba(0, 0, 0, 0.05);
    }

    /*    .box-filter img {
        width: 50%;
        height: 40%;
    }*/

    .box-filter p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }

.box:hover {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    height: auto;
}

.banner-store {
    border-radius: 30px;
    margin-top: 10px;
    height: 260px;
}

    .banner-store .carousel-inner {
        box-shadow: 5px 7px 12px 1px rgba(15, 40, 75, 0.15);
        border-radius: 16px;
    }

#section-car {
    position: fixed;
    background-color: var(--cuar);
    color: var(--white);
    padding: 15px 25px 15px 15px;
    top: 50%;
    right: -1%;
    height: 100px;
    width: 100px;
    z-index: 100;
    border-radius: 11px 0px 0px 11px;
}

    #section-car:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        transition: 0.4s;
    }

    #section-car label {
        font-size: 12px;
        color: var(--white);
    }

    #section-car .price {
        background-color: var(--white);
        padding: 5px;
        color: var(--colorText);
        border-radius: 10px;
        font-size: 10px;
        margin-top: 10px;
        text-align: center;
        align-items: center;
        width: auto;
        height: auto;
    }

#heroSingle-section {
    height: 896px;
    left: 0px;
    top: 0px;
    background: var(--ter);
}


.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.row {
    --bs-gutter-x: 0rem !important;
}

main {
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
    /*    margin-left: 25px;
    margin-right: 15px;*/
}

.sidebar {
    background-color: var(--white) !important;
}

.top-row {
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row .container-fluid {
        padding-bottom: 20px;
        border-bottom: 1.5px solid;
        border-color: #C4C4C4;
    }

    .top-row a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

        .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    main {
      /*  padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }

    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 248px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-radius: 0px 24px 24px 0px;
        box-shadow: 5px 0px 12px -5px rgba(15, 40, 75, 0.15);
    }
}
/* _content/Clients.WebClient/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler {
    /*background-color: rgba(255, 255, 255, 0.1);*/
}

.top-row {
    height: auto;
}

    .top-row .logo img {
        width: 184px;
        height: 44px;
    }

    .top-row .user {
        margin-left: 10px;
        margin-right: 10px;
    }

        .top-row .user label {
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 60px;
            letter-spacing: 0.5px;
            color: var(--sec);
        }

        .top-row .user img {
            width: 36px;
            height: 36px;
        }

.top-link {
    margin-top: 20px;
}

.navbar-brand {
    font-size: 1.1rem;
}


.nav-item {
    font-size: 0.9rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 40px;
        color: #d7d7d7;
        height: 3rem;
        display: flex;
        align-items: center;
    }

        .nav-item a.active {
            border-left: 0px solid;
            border-left-color: #102747;
            border-radius: 0px 0px 0px 0px;
            background-color: #102747;
            color: white;
        }


            .nav-item a.active span {
                font-size: 16px;

            }

        .nav-item a:hover {
            border-left: 0px solid;
            border-left-color: #102747;
            background-color: #102747;
            border-radius: 0px 0px 0px 0px;
            color: white;
        }

.nav-item-btn-active {
    border-bottom: 4px solid;
    background-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: var(--primary);
    font-weight: bold;
    color: var(--sec);
}

.nav-item-btn-inactive {
    background-color: transparent;
    border-color: transparent;
    color: darkgray;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.btn-without-outline {
    background-color: transparent;
    border-color: transparent;
}


.dataTables_filter label {
    color: gray;
}

.label {
    color: gray !important;
}

.product-card-image {
    border-radius: .5rem .5rem 0 0;
}
