@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    overflow:hidden;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
        content: "An error has occurred."
}

/*font family*/

@font-face {
    font-family: 'icons';
    src: url(assets/fonts/icomoon.ttf?gcjn6a) format('truetype'), url(assets/fonts/icomoon.woff?gcjn6a) format('woff'), url(assets/fonts/icomoon.svg?gcjn6a#sbicons) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ── MÓVIL: sidebar colapsado por defecto ──────────────────────────────────
   El template CSS sólo mueve el sidebar cuando data-toggled es "open" o "close".
   Sin atributo, el sidebar queda en su posición natural (visible en móvil).
   Esta regla lo oculta por defecto; el botón hamburger pone data-toggled="open"
   para mostrarlo, y data-toggled="close" (o sin atributo) lo mantiene oculto.
   ───────────────────────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    html:not([data-toggled="open"]) .app-sidebar {
        transform: translateX(-15rem);
        transition: all 300ms ease;
    }
    html:not([data-toggled="open"])[dir="rtl"] .app-sidebar {
        transform: translateX(15rem);
    }
}


/* item style container */
.item-details-container {
    padding-bottom: 15px;
}

.item-details-container header {
        display: flex;
        flex-direction: column;
}

.item-details-container header .item-details-header-title {
            display: flex;
}

.item-details-container header .item-details-header-title span {
                padding-right: 10px;
                font-size: 25px;
                cursor: pointer;
}

.item-container {
    display: flex;
    margin-right: 10px;
}

.icon-previous:before {
    content: "\e90a";
}

header .module-title .title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.54px;
    padding-bottom: 10px;
}

header .module-title .e-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.54px;
    padding-bottom: 5px;
}

header .module-title .underline {
    background: #7575ff;
    border-radius: 5px;
    width: 100%;
    height: 4px;
    padding-bottom: 5px;
}

header .module-title .e-underline {
    background: #7575ff;
    border-radius: 5px;
    height: 4px;
    padding-bottom: 5px;
}

.page-top-options {
    display: flex;
    justify-content: flex-start;
    margin: 5px 5px 0px 5px;
}

.page-top-options button {
    margin: 0px 5px 0px 5px;
}

.page-footer-content-left {
    display: flex;
    justify-content: flex-start;
    margin: 5px 5px 0px 5px;
}

.page-footer-content {
    display: flex;
    justify-content: flex-end;
    margin: 5px 5px 0px 5px;
}

.page-footer-content button,
.page-footer-content-left button 
{
    margin: 0px 5px 0px 5px;
}

.sticky-bottom {
    position: sticky !important;
    bottom: 0;
    padding: 1px 1px;
}

.sticky-bottom .page-footer-content {
        padding-top: 0px;
        padding-bottom: 5px;
}

/* spinner */

.spin-row {
    position: relative;
    height: 120px;
    width: 120px;
}

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
    stroke: none;
}

.bootstrap-dark .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
    stroke: rgba(255, 255, 255, 0.4);
}

.bootstrap .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
    stroke: rgba(0, 0, 0, 0.4);
}

.bootstrap-dark .e-spinner-pane .e-spinner-inner .e-spin-material, .bootstrap-dark .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc, .bootstrap-dark .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4, .bootstrap-dark .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc {
    stroke: #fff;
}

/* group items */
.group {
    padding-bottom: 5px;
}

    .group .group-title {
        font-weight: 600;
        font-size: 14px;
        color: #333;
        letter-spacing: 0.54px;
        padding-bottom: 5px;
    }

    .group .group-underline {
        background: #7575ff;
        border-radius: 3px;
        height: 2px;
        width: 100%;
        padding-bottom: 3px;
    }

.button-container { display:flex;}
.delete-button {float:left;}

/* menus */

.e-menu-item {
    height: 36px !important;
    line-height: 36px !important;
}

#idHome .e-menu-text.e-menu-url, 
#idDashboard .e-menu-text.e-menu-url,
#idAgenda .e-menu-text.e-menu-url,
#idEmails .e-menu-text.e-menu-url {
    color: #ffffff !important;
}

.e-dashboard {
    background-image: url('/shared/images/dashboard(32x32).png');
}

.e-home {
    background-image: url('/shared/images/home(32x32).png');
}

.e-user {
    background-image: url('/shared/images/usuario(32x32).png');
}

.e-agenda {
    background-image: url('/shared/images/weddingAgenda(32x32).png');
}

.e-cotizaciones {
    background-image: url('/shared/images/cotizaciones(32x32).png');
}

.e-agenda-general {
    background-image: url('/shared/images/agenda(32x32).png');
}

.e-clientes {
    background-image: url('/shared/images/clientes(32x32).png');
}

.e-eventos {
    background-image: url('/shared/images/eventos(32x32).png');
}

.e-fotografos {
    background-image: url('/shared/images/fotografos(32x32).png');
}

.e-productos-servicios {
    background-image: url('/shared/images/productos(32x32).png');
}

.e-wedding-planners {
    background-image: url('/shared/images/weddingPlanner(32x32).png');
}

.e-wedding-venue {
    background-image: url('/shared/images/weddingVenue(32x32).png');
}

.e-wedding-vendedores {
    background-image: url('/shared/images/vendedores(32x32).png');
}

.e-administracion-presupuestos {
    background-image: url('/shared/images/budget(32x32).png');
}

.e-administracion-cuentas-por-pagar {
    background-image: url('/shared/images/cuentasPorPagar(32x32).png');
}

.e-administracion-transacciones-stripe {
    background-image: url('/shared/images/transaccionesStripe(32x32).png');
}

.e-administracion-bancos {
    background-image: url('/shared/images/bancos(32x32).png');
}

.e-administracion-estado-resultados {
    background-image: url('/shared/images/estadoResultados(32x32).png'); 
}

.e-usuarios {
    background-image: url('/shared/images/usuarios(32x32).png');
}

.e-leads {
    background-image: url('/shared/images/leads(32x32).png'); 
}

.e-administracion-presupuestos.e-core-img,
.e-clientes.e-core-img,
.e-fotografos.e-core-img,
.e-dashboard.e-core-img,
.e-wedding-planners.e-core-img,
.e-wedding-venue.e-core-img,
.e-wedding-vendedores.e-core-img,
.e-eventos.e-core-img,
.e-agenda.e-core-img,
.e-cotizaciones.e-core-img,
.e-productos-servicios.e-core-img,
.e-agenda-general.e-core-img,
.e-administracion-cuentas-por-pagar.e-core-img,
.e-administracion-bancos.e-core-img,
.e-administracion-estado-resultados.e-core-img,
.e-administracion-transacciones-stripe.e-core-img,
.e-usuarios.e-core-img,
.e-home.e-core-img,
.e-user.e-core-img,
.e-leads.e-core-img {
        background-repeat: no-repeat;
        background-position: top -2px;
        width: 32px !important;
        height: 32px !important;
}

/* dashboard home */

.dashboard-home {
    margin: 10px 5px; 
    font-size: 14px; 
    height: calc(100vh - 4.5rem);
    width: calc(100vw - 2.0rem);
    overflow:auto;
}

/* schedule */

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-past-app,
.e-schedule .e-month-view .e-appointment.e-cita-lead,
.e-appointment.e-cita-lead {
    background-color: green;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-past-app,
.e-schedule .e-month-view .e-appointment.e-cita-evento,
.e-appointment.e-read-only.e-cita-evento {
    background-color: blue !important;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-past-app,
.e-schedule .e-month-view .e-appointment.e-cita-evento-fotografia,
.e-appointment.e-read-only.e-cita-evento-fotografia {
    background-color: gold !important;
    position: relative !important;
    top: auto !important;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-past-app,
.e-schedule .e-month-view .e-appointment.e-cita-evento-video,
.e-appointment.e-read-only.e-cita-evento-video {
    background-color: blueviolet !important;
}

.e-schedule .e-month-view .e-appointment.e-evento-default,
.e-appointment.e-read-only.e-evento-default {
    background-color: #FFB6C1 !important;
}

.e-schedule .e-month-view .e-appointment.e-evento-editoriales,
.e-appointment.e-read-only.e-evento-editoriales {
    background-color: #FFA500 !important;
}
.e-schedule .e-month-view .e-appointment.e-evento-engagement,
.e-appointment.e-read-only.e-evento-engagement {
    background-color: #87CEFA !important;
    position: relative !important;
    top: auto !important;
}

.e-schedule .e-month-view .e-appointment.e-evento-otro,
.e-appointment.e-read-only.e-evento-otro {
    background-color: #EE82EE !important;
    position: relative !important;
    top: auto !important;
}

.e-schedule .e-timeline-month-view .e-resource-cells.e-resource-fotografia-video {
    background-color: #1E90FF !important;
    border-color: blue;
    color: #ffffff !important;
}

.e-schedule .e-timeline-month-view .e-resource-cells.e-resource-fotografia {
    background-color: gold !important;
    border-color: #EEE8AA;
    color: #ffffff !important;
}

.e-schedule .e-timeline-month-view .e-resource-cells.e-resource-video {
    background-color: #9370DB !important;
    border-color: blueviolet;
    color: #ffffff !important;
}

.e-schedule .e-timeline-month-view .e-resource-cells.e-resource-editoriales {
    background-color: #FFA500 !important;
    border-color: #FF8C00;
    color: #ffffff !important;
}



.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-past-app,
.e-schedule .e-month-view .e-appointment.e-cita-operacion {
    background-color: black;
}

.e-schedule .e-timeline-view .e-date-header-wrap table col,
.e-schedule .e-timeline-view .e-content-wrap table col {
    width: 295px;
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
.e-schedule .e-timeline-month-view .e-content-wrap table col {
    width: 295px;
}

.e-schedule .e-timeline-week-view .e-appointment,
.e-schedule .e-timeline-month-view .e-appointment {
    height: auto !important;
}

.e-schedule .e-timeline-week-view .e-appointment .e-appointment-details,
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
    height: auto !important;
}

.e-schedule .e-timeline-month-view .e-resource-left-td,
.e-schedule .e-timeline-week-view .e-resource-left-td {
    width: 350px !important;
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
.e-schedule .e-timeline-month-view .e-content-wrap table col,
.e-schedule .e-timeline-month-view .e-work-cells {
    width: 210px !important;
}


.e-schedule .e-timeline-month-view .e-resource-cells, 
.e-schedule .e-timeline-month-view .e-work-cells {
    height: 130px !important; 
}

/*
.e-schedule .e-timeline-month-view .e-resource-cells {
    height: auto !important;
}

.e-schedule .e-timeline-month-view .e-work-cells {
    height: 150px !important; 
}
*/

.e-schedule .e-timeline-month-view .e-resource-cells {
    vertical-align:top !important;
}

.e-schedule .e-timeline-month-view .e-appointment .e-subject {
    font-weight:400 !important;
}

/*  break-word; */

.template-wrap .e-subject {
    word-break: break-all; 
    white-space: normal;
    font-size: 12px !important;
    padding-top: 1px !important;
    padding-bottom: 2px !important;
}

.e-schedule-event-tooltip .tooltip-wrap {
    display: flex;
    align-items: center;
}

.e-schedule-event-tooltip .tooltip-wrap .content-area {
    padding-left: 6px;
    font-size: 12px;
}

.e-schedule .e-month-view .e-other-month {
    background-color: dimgrey !important;
    color: linen !important;
    opacity: 1;
}

.e-agenda-item .e-month-agenda-view {
    color: #ffffff;
}

/* evento talento */

.talento-en-planeacion {
    background-color: lightskyblue !important; 
    border:1px solid steelblue;
    color: white !important; 
}

.talento-confirmado {
    background-color: lawngreen !important;
    border: 1px solid green; 
    color: white !important;
}

.talento-por-confirmar {
    background-color: orangered !important;
    border: 1px solid red;
    color: white !important;
}

.talento-por-requerir {
    background-color: black !important; 
    color: white !important;
}

.talento-declinado {
    background-color: purple !important;
    border: 1px solid purple;
    color: white !important;
}

.talento-confirmado, .talento-por-confirmar, .talento-declinado, .talento-en-planeacion, .talento-por-requerir {
    text-align: center; 
    font-size: x-small; 
    font-weight: bold;
}

.talento-declinado-grid {
    background-color: red;
    font-color: white;
}


/* emails */

.outlook-layout-content table {
    width: 100%;
}

.outlook-layout-content td {
    padding: 2px;
}

.outlook-splitter .settings.e-list-wrapper.e-list-multi-line.e-list-avatar {
    padding: 15px;
}

.email-desc-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.email-desc-wrapper .email-header {
        margin-bottom: 1.5rem;
}

.email-desc-wrapper .email-header .email-date {
            /*color: #727686;*/
            font-size: 13px;
            margin-bottom: .3rem;
}

.email-desc-wrapper .email-header .email-subject {
            /*color: #394044;*/
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 500;
            margin-bottom: .8rem;
            flex-shrink: 0;
}

.email-desc-wrapper .email-header .recipient {
            margin: 0;
            font-size: 14px;
            line-height: 1;
            /*color: #727686;*/
}

.email-desc-wrapper .email-header .recipient span {
                font-weight: 500;
                /*color: #394044;*/
}

.email-desc-wrapper .email-body {
        min-height: 350px;
        margin-bottom: 2rem;
}

.email-desc-wrapper .email-body p {
            font-size: 13px;
            margin-bottom: 1rem;
            line-height: 2;
}

.e-list-wrapper.e-list-multi-line {
    width: 100%;
}

.e-list-template .e-content {
    padding-top: 0px !important;
}

.email-desc-wrapper .email-header .email-subject {
    margin-bottom: .0rem !important;
}

.e-list-template .e-content li.e-list-item {
    padding-left: 2px;
    padding-right: 2px;
}

/* rating */

.rating-content {
    width: 220px;
    margin: 2px 0px;
    text-align: center;
    min-height: 75px;
}


/* cuestionarios */

.questionnaire-logo {
    margin: 0 30px;
    text-align: center;
    max-width: 400px;
}

.client-company-image-max-height {
    max-height: 210px;
    margin-bottom: 20px;
    object-fit: contain;
}

.client-company-image {
    max-width: 100%;
}

.questionnaire-logo img {
    height: auto;
}

.form-default-group {
    position: relative;
    word-break: break-word;
}

.form-styled-group {
    font-size: var(--generalFontSize);
    margin-bottom: var(--widgetSpacing);
}

.form-styled-heading {
    color: var(--labelColor);
    font-size: var(--headingFontSize);
}

.form-default-heading {
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    word-break: break-word;
}

.preview-field {
    margin: 8px;
}

.questionnaire-status-container {
    padding: 10px 15px;
    color: #43444c !important;
    min-width: 74px;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #00000008 !important;
    -webkit-print-color-adjust: exact;
}

/* general */
.click-item {
    cursor: pointer;
    text-decoration: underline;
}

/* kanban */

