﻿#wrapper.active #sidebar-wrapper {
    left: 50px;
}


.scrollable-menu {
    height: auto;
    max-height: 90vh;
    overflow-x: hidden;
}

.navbar {
    background-image: linear-gradient(to bottom, #2f4699 0%, #081020 100%, rgba(47, 70, 153, 0) 100%);
}

:root {
    --input-text-color: #495057;
    --gray-color: #dee2e6;
    --blue-color: #2f4699;
    --red-color: #dc3545;
    --green-color: #28a745;
    --yellow-color: #ffc107;
    --black-color: #000000;
    --white-color: #ffffff;
    /*--blue: #007bff;*/
    /*--white: #ffffff;*/
    --muted: #6c757d;
    --bodyt: #212529;
}

body {
    font-family: Roboto;
    font-stretch: normal;
    font-style: normal;
    /*line-height: normal;*/
    letter-spacing: normal;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar {
    /*vertical-align: middle;*/
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
}
.totalincart {
    vertical-align: middle;
    font-size: 0.8rem;
    color: var(--blue-color);
    background-color: var(--light);
    font-weight: 600;
    padding-right: 0.4em;
    padding-left: 0.4em;
}

.badge-white {
    color: var(--blue-color);
    background-color: var(--white);
    border: solid 1px var(--blue-color);
}

.badge-blue {
    color: var(--white);
    background-color: var(--blue-color);
    border: solid 1px var(--white);
}

.selected {
    color: var(--white);
    background-color: var(--blue-color);
    border: solid 1px var(--white);
}

.badge-white, .badge-blue, .selected {
    font-weight: normal;
}

.item-desc {
    color: var(--muted);
}

.input-text {
    color: var(--input-text-color);
}

.summary-title {
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.summary-text {
    flex-grow: 0;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    /*text-align: left;*/
    /*color: #4f4f4f;*/
}

.item-long-d {
    color: var(--bodyt);
}

.available {
    color: var(--blue-color);
    line-height: 1.5;
}
/*.btnSelected {
                z-index: 999;
                background-color: #62a2b8;
                color: white;
            }*/
.nav-item-notselected:hover {
    background-color: #2f4699;
    cursor: pointer;
}

div.card-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 12%;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 1%;
}

.nav-item-notselected {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid #000000;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-item-selected {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f8f9fa;
    border: 0px solid #000000;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-text-blue {
    color: #4563bf;
}

.btn-text-white {
    color: #fff;
}

img.card {
    /*width: auto;*/
    max-height: 10rem;
    flex-grow: 0;
    object-fit: contain;
}

.dot {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #bbb;
    border: 1px solid var(--gray-color);
    border-radius: 50%;
    display: inline-block;
}

.dot-selected {
    height: 2rem;
    width: 2rem;
    background-color: #bbb;
    border: 3px solid var(--blue);
    border-radius: 50%;
    display: inline-block;
}

.dot:disabled {
    height: 0.1rem;
    width: 0.1rem;
    background-color: #ccc;
    border: 1px solid var(--gray-color);
    border-radius: 50%;
    display: inline-block;
}

.fa {
    font-size: 1.3rem;
}

#d-svgI {
    color: #828282;
}

    #d-svgI:hover {
        color: var(--blue);
    }

.filter-gray {
    filter: invert(45%) sepia(1%) saturate(4521%) hue-rotate(20deg) brightness(114%) contrast(93%);
    cursor: pointer;
}

.filter-blue {
    filter: invert(32%) sepia(67%) saturate(3275%) hue-rotate(199deg) brightness(101%) contrast(104%);
    cursor: pointer;
}

.swal-title {
    /*margin: 0px;*/
    font-size: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    */ color: #212529;
    margin-bottom: 15px;
}

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: -5px auto;
}

    .swal-icon:first-child {
        margin-top: 21px;
    }

.swal-title:first-child {
    margin-top: 7px;
    margin-bottom: 7px;
}

.swal-footer {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0px 0px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.swal-modal {
    width: 22rem;
}

.swal-button {
    background-color: #2f4699;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0;
    cursor: pointer;
}

.swal-button--confirm {
    background-color: #2f4699;
    color: #fff;
}

    .swal-button--confirm:hover {
        background-color: #3752b3 !Important;
        color: #fff;
    }

.swal-button--cancel {
    color: #555;
    background-color: #6c757d;
    color: #fff;
}

.swal-button--cancel:hover {
    color: #555;
    background-color: #7d868e !Important;
    color: #fff;
}

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 6px solid #e3eeff;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
    background-color: #2f4699 !Important;
}

.swal-icon--success__line {
    height: 4px;
    background-color: #fff !Important;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 3;
}

.swal-icon--success__line--long {
    width: 46px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}

.mouseover:hover {
    /*border: 1px solid #dee2e6;*/
    color: var(--blue);
    cursor: pointer;
}
