﻿.wrapper {
    display: flex;
    align-items: stretch;
    min-height: 85vh;
    height: 100%;
    max-width: 100%;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');


body {
    font-family: 'Inter', sans-serif !important;
    background: white;
    font-size: 15px !important;
}

footer {
    background-color: #2B2264;
    min-height: 15vh;
}

label {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: white;
    /*color: #1A3762;*/
}

a, a:hover, a:focus {
    color: inherit !important;
    text-decoration: none;
    transition: all 0.3s;
}

.gj-datepicker [role="right-icon"] {
    cursor: pointer;
    margin-top: 0px !important;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #004990;
    color: #696969;
    transition: all 0.3s;
    min-width: 250px;
    max-width: 300px;
    font-weight: bold;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #004990;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        display: block;
    }

    #sidebar ul li > a:hover {
        color: white !important;
        background: #C2D9CB;
        border-radius: 10px;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: white;
        background: #2B2264;
        border-radius: 10px;
    }


ul ul a {
    padding-left: 30px !important;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

/*Rotating border*/

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    animation-name: spinner-border;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.spinner-border-reverse {
    border-color: transparent currentColor transparent transparent;
    &::after

{
    position: absolute;
    top: -.25em;
    right: -.25em;
    bottom: -.25em;
    left: -.25em;
    display: inline-block;
    content: "";
    border: .25em solid rgba(0, 0, 0, .1);
    border-radius: 50%;
}

}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
    &.spinner-border-reverse::after

{
    border-width: .2em;
}

}


/* Growing circle*/

@keyframes spinner-grow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.spinner-grow {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    animation-name: spinner-grow;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.requerido {
    border-color: #C2D9CB;
}

.ui-datepicker-trigger {
    position: relative;
    left: 110px;
    top: -40px;
}

.preview-box {
    padding: 15px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #e6e6e6;
    margin: 15px;
}

.modal:nth-of-type(odd) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

.iconos {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.explicacion {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #004990;
}

.divRequeridoRadio {
    border: 1px solid red;
}

.req_label:after {
    content: " *";
}

.title-brand {
    font-family: "Kaisei Decol", serif;
    font-weight: bold;
    font-size: 24px;
    font-style: normal;
    color: white;
}

.input-group-ec {
    border-radius: 10px 0px 0px 10px;
}

.prepend-group-ec {
    border-radius: 0px 10px 10px 0px !important;
    background-color: #47A786;
    color: white;
}

.input-invert-ec {
    background-color: #C2D9CB !important;
    color: white !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    height: 50px !important;
    font-weight: bold;
    border-color: white !important;
    border: 2px solid !important;
}

    .input-invert-ec::placeholder {
        color: white !important;
    }

.prepend-invert-group-ec {
    border-radius: 5px 0px 0px 5px !important;
    background-color: #C2D9CB;
    color: white;
    border: 2px solid !important;
}

.prepend-invert-group-mix-ec {
    border-radius: 0px !important;
    background-color: #C2D9CB;
    color: white;
    border: 2px solid !important;
}

.input-invert-mix-ec {
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
}

.input-invert-left-ec {
    border-radius: 0px 5px 5px 0px !important;
    border-left: none !important;
}

.invert-prepend-left-ec {
    border-right: none !important;
}

.invert-prepend-right-ec {
    border-left: none !important;
}

.logo-footer {
    width: 40px;
    height: 39px;
}

.logo-header {
    width: 65px;
    height: 65px;
}

.logo-header-principal {
    width: 80px;
    height: 65px;
}

.logo-login {
    width: 150px;
    height: 150px;
}

.logo-sidebar {
    width: 60px;
    height: 60px;
}

.logo-card {
    width: 45px;
    height: 40px;
}

.img-sidebar {
    width: 20px;
    height: 20px;
}

.img-sidebar-lg {
    width: 30px;
    height: 30px;
}

.img-table {
    width: 30px;
    height: 30px;
}

.img-table-home {
    width: 180px;
    height: 120px;
}

.label-invert {
    color: white;
}

.icon-info-ec {
    color: #ACDBBE;
}

.btn-info-ec {
    background-color: #ACDBBE;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-success-ec {
    background-color: #80BD07;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-primary-ec {
    background-color: #4F76B6;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-danger-ec {
    background-color: #E01616;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-white-ec {
    background-color: white;
    color: black;
    padding: 10px;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 20px;
    min-height: 5vh;
}

.btn-mutted-ec {
    background-color: transparent;
    color: #80BD07;
    font-weight: bold;
    text-decoration: underline;
}

.card {
    border-radius: 10px !important;
    background-color: #313888;
    border: none;
}

.card-success {
    border-radius: 10px !important;
    background-color: #60B296;
    border: none;
}

.card-header {
    background-color: #313888;
    min-height: 6vh;
    border-radius: 25px !important;
    border-bottom: none;
    padding: 0px;
}

.card-header-success {
    background-color: #313888;
    min-height: 6vh;
    border-radius: 25px !important;
    border-bottom: none;
    padding: 0px;
}

.card-body {
    background-color: white;
    border-radius: 25px 25px 10px 10px;
}

.modal-content {
    border-radius: 10px !important;
    border: none;
}

.modal-header {
    min-height: 2vh;
    border: none;
}

.modal-footer {
    border-top: none;
}

.modal-title {
    color: black;
    font-weight: bold;
}

.select-ec {
    background-color: #C2D9CB !important;
    color: white !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    height: 30px !important;
}

    .select-ec > option {
        font-family: 'Inter', sans-serif !important;
    }


.control-label {
    font-weight: bold;
}

.input-ec {
    background-color: #C2D9CB !important;
    color: white !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    height: 30px !important;
    font-weight: bold;
}

    .input-ec::placeholder {
        color: white;
    }

.textarea-ec {
    background-color: #C2D9CB !important;
    color: white !important;
    border-radius: 5px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: bold;
}

    .textarea-ec:disabled {
        background-color: #96ad9f !important;
    }

.prepend-ec {
    border-radius: 0px 10px 10px 0px !important;
    background-color: #C2D9CB !important;
    color: white !important;
    height: 30px !important;
}

.title-ec {
    padding: 5px;
    color: black;
    border: 1px solid white;
    border-radius: 10px;
    font-weight: bold;
}

.title-white-ec {
    padding: 5px;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    font-weight: bold;
}

.title-white-card-ec {
    padding: 5px;
    color: white;
    font-weight: bold;
}

.title-white-home-ec {
    padding: 10px;
    color: white;
    border: 1px solid white;
    font-weight: bold;
}

.text-sm-ec {
    font-size: 15px;
}

.text-md-ec {
    font-size: 20px;
}

.text-lg-ec {
    font-size: 25px;
}

.text-xl-ec {
    font-size: 30px;
}

.title-sidebar {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: black;
}

hr.hr-ec {
    border-top: 1px solid #63B498;
}

.breadcrumb {
    background-color: transparent;
}

.bg-success-ec {
    background-color: #313888;
}

.bg-info-ec {
    background-color: #2B2264;
}

.table-success {
    background-color: #60B296 !important;
}

.table-info {
    background-color: #ACDBBE !important;
}

.table-ec {
    background-color: inherit;
    border-radius: 15px !important;
    color: white;
    border: 2px solid #BAD7C5 !important;
    overflow: hidden
}

.table-ec2 {
    background-color: inherit;
    border-radius: 15px !important;
    color: white;
    overflow: hidden;
}


.table-ec > tbody {
    background-color: white !important;
    color: black;
}

    .table-ec > tbody > tr > td {
        border-bottom: 2px solid #BAD7C5;
    }


.table-ec th {
    font-size: 17px;
    vertical-align: middle !important;
}

.btn-info-ec2 {
    background-color: white;
    color: black !important;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    font-weight: bold !important;
}

.img-brand {
    max-height: 450px;
}

.carousel-item {
    max-height: 450px;
}

.carousel-indicators .active {
    background-color: #ACE0C1;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 20px;
    background-color: white;
}

.img-card {
    max-height: 180px;
    max-width: 260px;
}

.page-buttom-ec {
    border-radius: 10px !important;
}


.page-link-ec {
    background-color: transparent;
    border: none;
    color: #706F6F !important;
    font-weight: bold;
}

    .page-link-ec:not(.disabled):hover {
        background-color: #60B296;
        color: white !important;
        border-radius: 10px;
    }

    .page-link-ec .disabled :hover {
        background-color: transparent;
    }

.paginaActual {
    background-color: #60B296 !important;
    color: white !important;
    border-radius: 10px;
}

.img-pagination {
    height: 19px;
}


.table > tbody > tr > td {
    vertical-align: middle;
}

.password-ec {
    border-right: none;
    border-radius: 5px 0px 0px 5px !important;
}

.password-prepend-ec {
    border-left: none;
}

.invalid-feedback {
    color: #4F76B6 !important;
    font-weight: bold;
}

.big-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #4F76B6;
    margin-left: 0px;
}

.label-check-login {
    color: white;
}

.label-check-notification {
    color: black;
}

.img-general {
    width: 380px;
    height: 320px;
}

.img-general2 {
    width: 100px;
    height: 100px;
    border-radius: 150px;
}

.text-grey {
    color: #696969;
}

.border-ec {
    border: 1px solid #2B2264;
}

.img-product-detail {
    max-height: 500px;
    max-width: 500px;
}

.textarea-chat {
    color: black !important;
    resize: none !important;
}

.btn-circle-ec {
    width: 60px;
    height: 60px;
    border-radius: 150px;
}

.chat-ec {
    min-height: 100px;
}

.btnNavbar {
    border-radius: 10px;
    background: #cccccc;
}

    .btnNavbar:hover {
        background: #2B2264;
        border-radius: 10px;
        color: white !important;
    }

.title-black-ec {
    padding: 5px;
    color: black;
    border: 1px solid white;
    border-radius: 10px;
}

.bg-success-chat-ec {
    background-color: #C2D9CB;
}

.bg-info-chat-ec {
    background-color: #ACDBBE;
}

.checkbox-ec {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
}

    /* Hide the browser's default checkbox */
    .checkbox-ec input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #C2D9CB;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-ec input:checked ~ .checkmark {
    background-color: #60B296;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-ec input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-ec .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label-green-ec {
    color: #80BD07;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 25px;
        color: #80BD07;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.seleccionado {
    color: black !important;
}


.size-sm-ec {
    height: 4vh;
}

.size-md-ec {
    height: 6vh;
}

.size-lg-ec {
    height: 8vh;
}

.size-xl-ec {
    height: 10vh;
}

/*Movil*/
@media (max-width: 1000px) {
    #escritorio, #escritorioL, #escritorioF {
        display: none !important;
    }

    #movil {
        display: block !important;
    }

    #movilL {
        display: block !important;
    }

    #movilF {
        display: block !important;
    }
}
/*Escritorio*/
@media (min-width: 1000px) {
    #movil, #movilL, #movilF {
        display: none !important;
    }

    #escritorio {
        display: block !important;
    }

    #escritorioL {
        display: flex !important;
    }

    #escritorioF {
        display: block !important;
    }
}

.img-titulo {
    height: 100px; 
}


select {
    min-height: 25px;
}