﻿html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.adsbox {
    top: 0;
}
/*
.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/cslogo2.png');
    mask: url('../images/cslogo2.png');
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 164px;
    height: 18px;
}*/
.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/cslogo2.png');
    mask: url('../images/cslogo2.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 50%;
    mask-size: 50%;
    width: 200px;
    height: 35px;
}

.header-left-side {
    background-color: #00af43; /*hsl(204, 35%, 39%);*/
    color: white;
    /* background: black;*/
    /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#0179ae, #12a6e8, #12a6e8);*/
    /*   For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#0179ae, #12a6e8, #12a6e8);*/
    /*  For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#0179ae, #12a6e8, #12a6e8);*/
    /*  For Firefox 3.6 to 15 */
    /*background: linear-gradient(#0179ae,#12a6e8,#12a6e8 );*/
    box-shadow: 0px 0px 8px #000000 !important;
}


.header-right-side {
    background-color: #00af43; /* hsl(204, 35%, 39%);*/
    color: white;
    /* background: black;*/
    /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#0179ae, #12a6e8, #12a6e8);*/
    /*   For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#0179ae, #12a6e8, #12a6e8);*/
    /*  For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#0179ae, #12a6e8, #12a6e8);*/
    /*  For Firefox 3.6 to 15 */
    /*background: linear-gradient(#0179ae,#12a6e8,#12a6e8);*/
    box-shadow: 8px 0px 8px #000000 !important;
    /*  z-index: 1;*/
}

/* =========================================================
   XAF BLAZOR - NESTED LISTVIEW GRID
   Solução estável: altura real na grid
   ========================================================= */

/*.dxbl-grid.nested-grid {
    height: calc(100dvh - 360px) !important;
    min-height: 320px !important;
    max-height: 720px !important;
    overflow: hidden !important;
}*/

    /* Garante que a grid não estica a DetailView */
    /*.dxbl-grid.nested-grid .dxbl-grid-container {
        height: 100% !important;
        max-height: 100% !important;
        overflow: hidden !important;
    }*/

    /* Scroll apenas na área das linhas */
    /*.dxbl-grid.nested-grid .dxbl-grid-rowsview,
    .dxbl-grid.nested-grid .dxbl-grid-table-container,
    .dxbl-grid.nested-grid .dxbl-grid-content {
        min-height: 0 !important;
        overflow: auto !important;
    }*/

.dxbl-grid.nested-grid-contratos {
    height: calc(100dvh - 545px) !important;
    min-height: 320px !important;
    max-height: 760px !important;
    overflow: hidden !important;
}

.settings-bar * {
    color: black;
}

.nav-item .nav-item .xaf-nav-link:before {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    filter: grayscale(0);
}

.xaf-navmenu a .xaf-nav-link {
    text-decoration: revert !important;
}

/*#logon-template-component .header-logo {
    -webkit-mask-position: center;
    mask-position: center;
}

.logon-main div[data-item-name="PasswordHint"] + .xaf-static-text {
    width: 100%;
    line-height: 1rem;
    color: var(--dxds-color-content-neutral-subdued-rest);
}

body:not(.dxbl-theme-fluent) .logon-main div[data-item-name="PasswordHint"] + .xaf-static-text {
    opacity: 0.5;
    font-size: 0.75rem;
}

.dxbl-theme-fluent.xaf-size-s .logon-main div[data-item-name="LogonText"] + .xaf-static-text {
    font-size: var(--dxds-font-size-base-sm);
    line-height: var(--dxds-line-height-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
}

.dxbl-theme-fluent.xaf-size-m .logon-main div[data-item-name="LogonText"] + .xaf-static-text {
    font-size: var(--dxds-font-size-base-md);
    line-height: var(--dxds-line-height-base-md);
    font-weight: var(--dxds-font-weight-base-default);
}

.dxbl-theme-fluent.xaf-size-s .logon-main .xaf-static-text {
    font-size: var(--dxds-font-size-base-xs);
    line-height: var(--dxds-line-height-base-xs);
    font-weight: var(--dxds-font-weight-caption-default);
}

.dxbl-theme-fluent.xaf-size-m .logon-main .xaf-static-text {
    font-size: var(--dxds-font-size-base-sm);
    line-height: var(--dxds-line-height-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
}*/

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/* DxChartListEditor Start */

.xaf-chart-list-editor-label {
    margin-top: 1.5rem;
}


/*PopupWindow*/
/* Desktop / ecrãs maiores  MySolutionBlazorApplication_CustomizeTemplate*/
@media (min-width: 992px) {
    :root {
        --actcrm-popup-min-width: 1100px;
        --actcrm-popup-width: 80vw;
        --actcrm-popup-height: 90vh;
        --actcrm-popup-max-width: 100vw;
        --actcrm-popup-max-height: 100vh;
    }
}


@media (min-width: 992px) {
    :root {
        --actcrm-fa-popup-min-width: 1150px;
        --actcrm-fa-popup-width: 80vw;
        --actcrm-fa-popup-height: 90vh;
        --actcrm-fa-popup-max-width: 100vw;
        --actcrm-popup-max-height: 100vh;
    }
}

/*.dxbl-group.dxbl-sm > .dxbl-group-header .dxbl-text > div {
    position: relative;
    display: inline-block;*/ /* necessário para o underline ficar “do tamanho do texto” */
/*}

    .dxbl-group.dxbl-sm > .dxbl-group-header .dxbl-text > div::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;*/ /* ajusta a distância ao texto */
/*height: 2px;
        background: #00af43;
        opacity: 0;
        transform: scaleX(.2);
        transform-origin: left;
        transition: opacity .18s ease, transform .18s ease;
    }

.dxbl-group.dxbl-sm:hover > .dxbl-group-header .dxbl-text > div::after {
    opacity: .9;
    transform: scaleX(1);
}

.dxbl-group.dxbl-sm > .dxbl-group-header .dxbl-text > div::after {
    height: 1.1px;
    opacity: 0;
}

.dxbl-group.dxbl-sm:hover > .dxbl-group-header .dxbl-text > div::after {
    opacity: .75;
}*/


/* =========================
   COMPACT (sm) - já estava ok (só texto)
   ========================= */
.dxbl-group.dxbl-sm > .dxbl-group-header .dxbl-text > div {
    position: relative;
    display: inline-block;
}

    .dxbl-group.dxbl-sm > .dxbl-group-header .dxbl-text > div::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 1.1px;
        background: #fe7109;
        opacity: 0;
        transform: scaleX(.2);
        transform-origin: left;
        transition: opacity .18s ease, transform .18s ease;
    }

.dxbl-group.dxbl-sm:hover > .dxbl-group-header .dxbl-text > div::after {
    opacity: .75;
    transform: scaleX(1);
}

/* =========================
   STANDARD (FormLayout) - underline SÓ no texto
   ========================= */

/* opcional mas ajuda: não deixar o .dxbl-text esticar */
.dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl) > .dxbl-text {
    flex: 0 0 auto;
    width: fit-content;
}

    /* underline no “miolo” do texto (span/div) */
    .dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl) > .dxbl-text > :is(span,div) {
        position: relative;
        display: inline-block;
    }

        .dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl) > .dxbl-text > :is(span,div)::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -3px;
            height: 1.1px;
            background: #fe7109;
            opacity: 0;
            transform: scaleX(.2);
            transform-origin: left;
            transition: opacity .18s ease, transform .18s ease;
        }

/* hover “robusto” (dispara quer passes no wrapper, no grupo, ou no header) */
.dxbl-fl .dxbl-fl-group:hover > .dxbl-group > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl) > .dxbl-text > :is(span,div)::after,
.dxbl-fl .dxbl-fl-group > .dxbl-group:hover > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl) > .dxbl-text > :is(span,div)::after,
.dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-header:not(.dxbl-fl-group-header-tmpl):hover > .dxbl-text > :is(span,div)::after {
    opacity: .75;
    transform: scaleX(1);
}


.dx-blazor-reporting {
    height: 100% !important;
    min-height: 100% !important;
}

/*Fluent Custom*/
.dxbl-text-edit {
    /*border-bottom-color: #c1c1c1 !important;*/
    /*height: 26px;*/
}

/* Header row do DxGrid (compacto) */
.dxbl-grid-header-row {
    background: linear-gradient(180deg, #f6f6f6 0%, #e9e9e9 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

    /* Header cells */
    .dxbl-grid-header-row > th,
    .dxbl-grid-header-row .dxbl-grid-header-cell {
        background: transparent !important;
        color: rgba(0,0,0,.78) !important;
        font-weight: 650;
        letter-spacing: .2px;
        /* ↓ aqui é o que reduz a “altura” */
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        border-bottom: 1px solid rgba(0,0,0,.10) !important;
    }

        /* Separadores verticais */
        .dxbl-grid-header-row > th + th,
        .dxbl-grid-header-row .dxbl-grid-header-cell + .dxbl-grid-header-cell {
            border-left: 1px solid rgba(0,0,0,.06) !important;
        }

/* DxChartListEditor End */
.splash-fullscreen {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background-color: white; /* fundo preto na página toda */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* fica por cima de tudo */
}


.cssTextBold .dxbl-text {
    font-weight: 500 !important;
}


.cssTextDarkRedBold {
    color: #AF0035;
    font-weight: bold;
}



.badge {
    display: inline-block;
    padding: 0.6em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 0.2);
    /*width:90%;*/
}

/*.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
}*/

.badge-yellow {
    color: #212529;
    background-color: #ffef14;
}

.badge-orange {
    color: #212529;
    background-color: #ffc107;
}

.badge-blueinfo {
    color: #fff;
    background-color: #17a2b8;
}

.badge-green {
    color: #fff;
    background-color: #28a745;
}


.badge-conditioned {
    color: #fff;
    background-color: #AF0035;
}

.badge-danger {
    color: #fff;
    background-color: #FF0000;
}





.Tarefa-background {
    background-color: darkviolet;
    border-color: violet;
}

.Tarefa-text {
    color: white;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.Reuniao-background {
    background-color: darkcyan;
    border-color: cyan;
}

.Reuniao-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.Visita-background {
    background-color: darkgreen;
    border-color: green;
}

.Visita-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}



.Chamada-background {
    background-color: darkorange;
    border-color: orange;
}

.Chamada-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.Outro-background {
    background-color: darkgray;
    border-color: gray;
}

.Outro-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}


.bool-radio-group {
    display: flex;
    gap: 2px;
    align-items: center;
}

.bool-radio-item {
    display: inline-flex;
    align-items: center;
    /*gap: 2px;*/
    /*padding: 4px 4px;*/
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

.bool-radio-text {
    line-height: 1;
}

.bool-radio-disabled {
    pointer-events: none;
    opacity: .6;
}

/*texto disable no Fluent*/
.dxbl-text-edit.dxbl-disabled {
    /*--dxbl-text-edit-bg: var(--dxbl-text-edit-disabled-bg, --dxbl-text-edit-bg);*/
    --dxbl-text-edit-color: #4f4f4f !important;
    /*  --dxbl-text-edit-border-color: var(--dxbl-text-edit-disabled-border-color);
    --dxbl-text-edit-underline-color: var(--dxbl-text-edit-border-color);*/
}

/* =========================================================
   1) Host original do item no layout XAF
   ========================================================= */

.fam-sidebar-layout-host,
.fam-sidebar-placeholder-host,
dxbl-form-layout-item.fam-sidebar-layout-host,
.dxbl-row > dxbl-form-layout-item.fam-sidebar-layout-host,
.fam-sidebar-layout-host.dxbl-col-md-1,
.fam-sidebar-layout-host.dxbl-col,
.fam-sidebar-layout-host.dxbl-fl-item {
    position: relative !important;
    flex: 0 0 0 !important;
    flex-basis: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: visible !important;
}

    .fam-sidebar-layout-host > .dxbl-fl-cpt,
    .fam-sidebar-layout-host .dxbl-fl-cpt,
    .fam-sidebar-layout-host .dxbl-fl-caption,
    .fam-sidebar-layout-host .dx-field-item-label,
    .fam-sidebar-layout-host label,
    .fam-sidebar-placeholder-host > .dxbl-fl-cpt,
    .fam-sidebar-placeholder-host .dxbl-fl-cpt,
    .fam-sidebar-placeholder-host .dxbl-fl-caption,
    .fam-sidebar-placeholder-host .dx-field-item-label,
    .fam-sidebar-placeholder-host label {
        display: none !important;
    }

    dxbl-form-layout-item.fam-sidebar-layout-host > .dxbl-fl-ctrl,
    .fam-sidebar-layout-host > .dxbl-fl-ctrl,
    .fam-sidebar-layout-host > .dxbl-fl-ctrl.dxbl-fl-ctrl-nc {
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        overflow: visible !important;
    }

/* =========================================================
   2) Grupo principal expandido
   ========================================================= */

.fam-main-expanded,
dxbl-form-layout-group.fam-main-expanded,
.fam-main-expanded.dxbl-col-md-11,
.fam-main-expanded.dxbl-col {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* =========================================================
   3) Anchor interno do componente
   ========================================================= */

.fam-sidebar-anchor {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 44px !important;
    height: 100% !important;
    overflow: visible !important;
    pointer-events: none;
}

/* =========================================================
   4) Contentor flutuante
   ========================================================= */

.fam-sidebar-floating {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    min-width: 500px;
    overflow: visible;
    pointer-events: none;
    z-index: 2000;
}

/* =========================================================
   5) Aba lateral
   ========================================================= */

.fam-sidebar-tab {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
    pointer-events: auto;
    cursor: pointer;
    z-index: 2002;
    background-color: #11AB4A;
}



/* =========================================================
   6) Painel overlay
   ========================================================= */

.fam-sidebar-overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-shadow: -6px 0 18px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    z-index: 2001;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.fam-sidebar-topbar {
    height: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 14px;
    border-bottom: 1px solid #d9d9d9;
    background: #11AB4A;
   
}

.fam-sidebar-title {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.fam-sidebar-body {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;

}

.fam-sidebar-placeholder {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
}



.fam-sidebar-btn {
    width: 22px;
    height: 22px;
    color: white;
}

    .fam-sidebar-btn .dxbl-btn {
        min-width: 22px;
        width: 22px;
        height: 22px;
        padding: 0;
         
    }
 

        .fam-sidebar-btn .dxbl-btn:hover {
            background-color: #d8f1c4;
            color: black;
        }


.osplan-drag-helper {
    display: inline-flex;
    align-items: center;
    min-width: 260px;
    max-width: 420px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    font-family: Segoe UI, Arial, sans-serif;
    opacity: 1;
}

.osplan-drag-helper-handle {
    flex: 0 0 auto;
    padding: 10px 8px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1;
    border-right: 1px solid #e5e5e5;
    background: #fafafa;
    letter-spacing: -1px;
}

.osplan-drag-helper-content {
    min-width: 0;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.osplan-drag-helper-title {
    font-size: 13px;
    font-weight: 600;
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.osplan-drag-helper-sub {
    margin-top: 2px;
    font-size: 11px;
    color: #6f6f6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.osplan-drag-helper-divider {
    align-self: stretch;
    width: 1px;
    background: #e5e5e5;
}

.osplan-drag-helper-badge {
    margin: 0 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.osplan-drag-helper-badge-fa {
    background: #e8f1ff;
    color: #1f5fbf;
}

.osplan-drag-helper-badge-ec {
    background: #eaf7ea;
    color: #2f7d32;
}

.osplan-drag-helper-badge-fc {
    background: #f3ebff;
    color: #6d3fc7;
}
 

.osplanrazor-grid-header {
    background-color: #E6E6E6 !important;
}

    .osplanrazor-grid-header span {
        font-weight: 700;
        color: #161616;
    }

.osplanrazor-grid-alt-row > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell) {
    background-color: #F7F7F7 !important;
    color: #161616;
}

.osplanrazor-grid-alt-row {
    --dxbl-grid-row-bg: var(--dxds-color-surface-neutral-subdued-rest);
}

/* Grupo */
.osplanrazor-grid-group-row > td {
    background-color: #DCDCDC !important;
    font-weight: 700 !important;
    color: #161616 !important;
}



.cs-confirm-popup .cs-confirm-popup-header {
    padding: 14px 18px 10px 18px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.cs-confirm-popup .cs-confirm-popup-body {
    padding: 18px 20px 8px 20px;
}

.cs-confirm-popup .cs-confirm-popup-footer {
    padding: 12px 16px 16px 16px;
    border-top: 1px solid rgba(0,0,0,.06);
}

.cs-confirm-header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.cs-confirm-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e8f2ff 0%, #d9ebff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cs-confirm-icon img {
        width: 20px;
        height: 20px;
        display: block;
    }

.cs-confirm-header-texts {
    min-width: 0;
}

.cs-confirm-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-body-color, #212529);
}

.cs-confirm-subtitle {
    margin-top: 2px;
    font-size: 12px;
    color: var(--bs-secondary-color, #6c757d);
    line-height: 1.25;
}

.cs-confirm-message {
    font-size: 14px;
    line-height: 1.5;
    color: var(--bs-body-color, #212529);
    white-space: pre-line;
}

.cs-confirm-actions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}


.os-year-scheduler-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(340px, 0.9fr);
    gap: 16px;
    height: 100%;
    min-height: 0;
}

.os-year-scheduler-left,
.os-year-scheduler-right {
    min-height: 0;
    min-width: 0;
}

.os-year-scheduler {
    height: 100%;
    width: 100%;
}

.os-year-scheduler-right {
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-body-bg);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.os-agenda-header {
    padding: 12px 14px;
    font-weight: 600;
    border-bottom: 1px solid var(--bs-border-color);
}

.os-agenda-grid {
    flex: 1;
    min-height: 0;
}

.os-day-cell {
    width: 100%;
    height: 100%;
    min-height: 72px;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}

    .os-day-cell:hover {
        background: rgba(var(--bs-primary-rgb), .08);
    }

    .os-day-cell.selected {
        background: rgba(var(--bs-primary-rgb), .12);
    }

.os-day-cell-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.os-day-number {
    font-weight: 600;
}

.os-day-badge {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(var(--bs-success-rgb), .12);
    color: var(--bs-success);
}

.os-apt-template {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.os-year-scheduler .os-scheduler-has-orders-cell {
    background: rgba(var(--bs-success-rgb), .05);
}

.os-year-scheduler .os-scheduler-selected-cell {
    box-shadow: inset 0 0 0 2px var(--bs-primary);
}*/