/* Custom styles */
body, html {
    margin: 0; padding: 0;
    width: 100%; height: 100%;
    background-color: #E9E9E9;
    font-family: 'Candara', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
.sidebar-header {
    display: block; position: relative; margin-bottom: 8px;
    /*background-image: url('../img/ncore_logo_background.png');*/
    width: 100%; height: 136px;
}
.sidebar-header-profile-pic {
    display: block; position: absolute; 
    width: 56px; height: 56px;
    top: 8px; left: 16px;
    border-radius: 50%;
    background-color: #ffffff;
}
.sidebar-header-user-info-block {
    display: block; position: absolute; left: 16px; bottom: 8px;
    width: calc(100% - 16px); height: 56px;
    font-size: 14px; color: #ffffff;
}
.sidebar-header-username, .sidebar-header-account {
    font-size: 14px; line-height: 28px;
}
.sidebar-header-username {
    font-weight: bold;
}
.sidebar-item {
    width: 100%; height: 48px;
    cursor: pointer;
    color: #000000;
}
.sidebar-item-header {
    width: calc(100% - 16px); height: 48px; margin-left: 16px;
    font-weight: bold; font-size: 14px; line-height: 48px;
    opacity: 0.54;
}
.sidebar-item-icon {
    display: block;
    width: 48px; height: 48px;
    font-size: 24px; text-align: center;
    opacity: 0.54;
}
.sidebar-item-label {
    display: block;
    width: calc(100% - 48px);
    font-size: 14px; line-height: 48px;
    opacity: 0.87; overflow: hidden;
}
.util-divider {
    display: block; 
    width: 100%; height: 1px;
    background-color: #F6F6F6;
    margin-top: 8px; margin-bottom: 7px;
}
.br-20 {
    border-radius: 20px !important;
}
.br-15 {
    border-radius: 15px !important;
}
.font-header {
    font-size: 26px;
}
.font-bigheader {
    font-size: 36px;
}
.font-giant {
    font-size: 48px;
}
.font-subheader {
    font-size: 18px !important; font-weight: bold;
}
@media(max-width:650px){
    .font-subheader {
        font-size: 15px !important ;
        margin-top: 2px;
        line-height: 24px;
    } 
}
.ff-bookos {font-family: Bookos !important;}
.font-normal {
    font-size: 16px;
}
.font-small {
    font-size: 14px;
}
.icon-compact {
    display: block; float: left;
    height: 48px;
    line-height: 48px;
    opacity: 0.56;
}
.icon-first {
    display: block; float: left;
    width: 36px; height: 48px;
    line-height: 48px;
    opacity: 0.56;
}
.icon-between {
    display: block; float: left;
    width: 48px; height: 48px;
    line-height: 48px; text-align: center;
    cursor: pointer;
}
.icon-last {
    display: block; float: left; margin-left: 12px;
    width: 24px; height: 48px;
    line-height: 48px;
}
@media (max-width: 768px) {
    .hidden-sm-down {
        display: none !important; } }
@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important; } }


header, main, footer {
    /*padding-left: 240px;*/
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

/* Efectos Hover */
.hover-blue {
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}
.hover-blue:hover {
    color: blue !important;
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}
.hover-red {
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}
.hover-red:hover {
    color: red !important;
    -webkit-transition:all .30s ease-in-out;-o-transition:all .30s ease-in-out;transition:all .30s ease-in-out;
}

/* Auxiliares */
.noselect {
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;  /* Non-prefixed version, currently
                         supported by Chrome and Opera */
}
.timeline-event-selected {background-color: #f2f2f2 !important;}
.bg-lighter {background-color: #f2f2f2 !important;}
.cursor-pointer {cursor: pointer;}
.cursor-move {cursor: grab;}
.cursor-default{cursor: default !important;}
.cursor-disallowed{cursor: not-allowed !important;}
.custom-modal-btn {line-height: 48px; text-align: center; text-transform: uppercase;}
.text-small{font-size:.95rem}
.text-smaller{font-size:.85rem}
.text-bold{font-weight: bold;}
.text-underline{text-decoration: underline;}
.line-height-48 {line-height: 48px;}
.line-height-38 {line-height: 38px; height: 38px;}
.line-height-24 {line-height: 24px;}
.line-height-74 {line-height: 74px;}
.force-height-48 {height: 48px !important;}
.custom-stepper {width: 48px; border: 1px solid #e4e4e4;}
.custom-border {border: 1px solid #f2f2f2;}
*:focus {
    outline: none !important;
}
.transparent {
    background-color: transparent !important;
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.bg-white-important {
    background-color: white !important;
}
.square-48{
    width: 48px; height: 48px; line-height: 48px; text-align: center;
}
.h-48px {
    height: 48px;
}
.h-24px {
    height: 24px;
}
.h-38px {
    height: 48px;
}
.h-56px {
    height: 56px;
}
.w-150px {
    width: 150px;
}
.w-234px {
    display: inline-block;
    width: 234px !important;
    margin-right: 4px;
}
.w-100px {
    width: 100px;
}
.w-48px {
    width: 48px;
}
.producto-card-nombre {
    position: fixed; 
    bottom: 0; left: 0; 
    opacity: 0.8; 
    max-height: 70px; overflow-y: auto; background-color: white;
}
.h-350px {
    height: 350px;
}
.h-250px {
    height: 250px;
}
.h-1px {
    width: 24px;
    background-color: red;
    content: "----"
}
.rounded-pill-left {
    border-top-left-radius: 50rem!important;
    border-bottom-left-radius: 50rem!important;
}
.rounded-pill-right {
    border-top-right-radius: 50rem!important;
    border-bottom-right-radius: 50rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.line-below {
    border-bottom: 5px solid #6b07e5 ;
}
.opacity-1{
    opacity: 1 !important;
}

.w100-48px {
    width: calc(100% - 48px);
}
.w100-96px {
    width: calc(100% - 96px);
}
.w100-144px {
    width: calc(100% - 144px);
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
textarea {
    resize: none;
}
.gray-gradient {
    background: rgb(56,56,56);
    background: linear-gradient(280deg, rgba(56,56,56,1) 0%, rgba(102,102,102,1) 35%, rgba(154,154,154,1) 100%);
}
.ns-nombre-producto{
    font-weight: bold;
}
.ns-observaciones-titulo {
    
}
.ns-observaciones-texto {
    font-size: 12px;
    text-align: justify;
    color: grey;
}

.ns-comp-cantidad:nth-child(even) {
    color: black;
    background-color: #f2f2f2;
    min-width: 50px;
    text-align: center;
    border-radius: 3px;
}
.ns-input-error {
    border-color: red !important;
    background-color: #ffc9c9;
}
/*
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}*/
.hidden-important{
    display: none !important;
}
* {box-sizing: border-box;}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: black;
    color: white;
    min-width: 50px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid #ff0080;
}

/* Set a style for the submit button */
.btn {
    background-color: black;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
}
.cardSubscripcion{
    /*width: 200px;*/
    height: 270px;
    border: 2px solid #8781bd;
    border-radius: 25px;
    cursor: pointer;
    padding: 15px
}
.p10{
    padding: 15px;
}
.separator{
    width: 80%;
    height: 8px;
    margin-left: 10%;
    background: #8781bd;
}
.card-form{
    width: 500px;
    height: 500px;
    border: 1px solid purple;
    border-radius: 9px;
}
.txt-title{
    font-size: 20px;
    font-weight: bold;
}
.txt-sybTitle{
    font-size: 20px;
}
.btnHeroHaven{
    font-size: 15px;
    font-family: sans-serif;
    color: #604A7B; 
    font-size: .8rem;
    font-weight: bold;
}
.f-size-20{
    font-size:50px;
}
.input-container-nm {
    display: flex;
    width: 100%;
}
.nm{
    margin: 0px !important;
}
.mlr30{
    margin-left: 30%;
    margin-right: 30%;
}
.form-label{
    margin: 0px !important;
    padding-left: 0px;
}
.red-border-important{
    border: 1px solid red !important;
}
.transparent-border-important{
    border: 1px solid transparent !important;
}
.error-label{
    font-size: 12px;
    text-align: end;
    padding-right: 0px;
    color: red !important;
}

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}
.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}
.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}
.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}
.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}
.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}
.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}
.creditCardForm .CVV {
    width: 35%;
}
.creditCardForm #card-number-field {
    width: 100%;
}
.creditCardForm #expiration-date {
    width: 49%;
}
.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}
.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}
.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}
.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}
.transparent {
    opacity: 0.2;
}
.card-group-mode{
    position: absolute;
}
.card-img-mod{
    width: 30px;
    height: 20px;
}
@media(max-width: 650px) {
    
}
@media(max-width: 650px) {
    .card-img-mod{
        width: 25px;
        height: 20px;
    }
    
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}
.form-control-transparent {
    display: block;
    width: calc(100% - 105px);
    padding: 0px 0px 0px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.color-trasparent{
    color: transparent !important;
}
.card-pay {
    border: 1px solid #c0c0c0;
    background: #efeff0;
    border-radius: 10px;
    /* box-shadow: 0px 3px 10px #888888; */
    margin-bottom: 30px;
    margin-top: 16px;
}
.text-2lines{
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.addPositionAbsolute{
    position: absolute !important;
}
.p-10{
    padding: 10px !important;
}
.labelInfo{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-style: italic;
    color: gray;
    font-weight: bold;
}
.line-height-45{
    line-height: 45px;
    height: 45px;
}
.btnRedGrid{
    color: white !important;
    background: red;
    border-radius: 10px;
}
.btnGreenGrid{
    color: white !important;
    background: #2ec4a5;
    border-radius: 10px;
}

.btnGreenGridCustom{
    color: white !important;
    background: #5a0db8;
    border-radius: 10px;
}
.btnBlueGrid{
    color: white !important;
    background: #00b8d4;
    border-radius: 10px;
}

.btnBlueGridCustom{
    color: white !important;
    background: #5a0db8;
    border-radius: 10px;
}
.mr-10{
    margin-right: 10px;
}
.mr-25{
    margin-right: 25px;
}
.ml-25{
    margin-left: 25px;
}
.width-100{
    width: 100px;
}
.bottom-p{
    position: absolute;
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.rowGray{
    background: gray
}
.titleGrid{
    font-size: 25px;
    font-weight: bold;
    color: gray;
}
.p16gray{
    font-size: 16px;
    color: gray;
}
.p16red{
    font-size: 16px;
    color: red;
}
.p20underiline{
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
}
.mart5{
    margin-top: 5px;
}
.tCenter{
    text-align: center;
}
.w-60{
    width: 60px;
}
.w-50{
    width: 50px;
}
.white-card{
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.hiddenImportant{
    display: none !important;
}
.errorFormLabel{
    color: red;
    text-align: end;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-style: italic;
}
.simpleBold{
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
.simpleInfoLabel{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: start;
    padding-top: 20px;
}
@media(max-width: 650px) {
    .simpleInfoLabel{
        width: 100%;
        font-size: 19px;
        font-weight: bold;
        text-align: start;
        padding-top: 28px;
    }
}
.noOverFlow{
    overflow: hidden;
}
input.pw {
   -webkit-text-security: disc;
-moz-text-security: disc;
text-security: disc;
}
.noPadding{
    padding: 0px!important;
}

/*GRID GALERIA DE MIS SUSCRIPCIONES*/
#fPerfilG{
    height: 90px; 
    width: 90px;
    margin-bottom: 5px;
    margin-right: 40px;
}
#nModeloG{
    font-size: 25px;
    font-weight: bold;
    color: gray;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
#sDesdeFechaG{
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    line-height: 24px;
    font-weight: bold;
    margin-left: 0.25rem!important;
}
#sDesdeG{
    font-size: 20px;
    margin-top: 2px;
    line-height: 20px;
}
@media(max-width: 650px) {
    #fPerfilG{
        height: 50px;
        width: 50px;
        margin-bottom: 0px;
        margin-right: 7px;
        margin-top: 10px;
    }
    #nModeloG{
        font-size: 18px;
        font-weight: bold;
        color: gray;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        
    }
    #sDesdeFechaG{
        font-size: 14px;
        font-style: italic;
        text-decoration: underline;
        line-height: 24px;
        font-weight: bold;
        margin-left: 0.25rem!important;
    }
    #sDesdeG{
        font-size: 14px;
        margin-top: 2px;
        line-height: 20px;
    }
}
/*GRID GALERIA DE MIS SUSCRIPCIONES*/

.noSelect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}