﻿:root {
    --blue: #c10230;
    --dark-blue: #9e052a;
    --light-blue: #F7FAFC;
    --black: #151b26;
    --grey: #eaeaea;
    --light-grey: #ececec;
    --label: #999999;
    --transparent: rgba(255,255,255,0.15);
    --radius: 12px;
    --radius-button: 4px;
    --green: #ffc107
}

html, body {
    height: 100%;
}

body:has(.AppContainer .login-box) {
    background: linear-gradient(rgb(4 75 149 / 80%), rgb(4 75 149 / 45%)), url(imgs/memorial-bg.png) no-repeat center center fixed;
    background-size: cover;
    background-position: left !important;
    background-attachment: fixed;
    background-position: right;
    padding: 4px 20px
} 

body::before {
    content: ""; 
    height: 70px;
    width: 70px;
    margin-top: -118px;
    left: 0px;
    position: absolute;
    margin-left: -460px;
}

.simple-appointments {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0px auto;
}

.simple-appointments.app-container .signature {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex !important;
    justify-content: center;
}

.simple-appointments:has(.login-box) .signature {
    position: relative;
    display: flex !important;
    justify-content: center;
}

.DataRow.custom-appointment + .signature {
    position: relative;
    float: left;
    width: 100%;
}

.app-container {
    margin-top: 0px 20px;
}
/*
.simple-appointments.app-container {
    min-height: calc(100vh - 50px);
}
*/
a, span, div, p, li, label, button, input, h1, h2, h3, h4, h5, h6, th, td, button,
.butoane-filtru button {
    font-family: "Montserrat", sans-serif !important;
}

.table td, .table th {
    color: var(--black);
}

.btn {
    transition: none !important
}

.double-dots {
    display: none
}

body:has(.login-box) .signature-white {
    display: block !important
}

.signature {
    display: block !important;
    text-align: center;
    width: 100%;
    padding: 12px;
    min-height: 24px;
    max-height: 100%;
}
  
.custom-appointment {
    height: calc(100vh - 80px) !important;
}

.custom-appointment .row {
    margin-bottom: 0px;
} 

/* popup */
.SWindow {
    border-radius: var(--radius)
}

.SWindow.panel.panel-default {
    margin-top: 24px;
    margin-bottom: 24px;
}

.SWindow .titleBar .title {
    color: var(--blue);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.SWindow .titleBar button.close {
    color: var(--black);
    background-color: var(--light-grey);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SWindow .buttonBarContainer {
    padding: 0px;
    margin: 0px;
}

.SWindow button.btn.btn-blue {
    padding: 0px;
    margin: 0px;
    height: 45px;
    border-radius: 4px;
    background: var(--blue) !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600 !important;
}

.SWindow button.btn.btn-blue:hover {
    background: var(--dark-blue) !important;
}

.messageBox > div {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.SWindow.panel.panel-default .buttonBarContainer {
    margin-top: 24px;
}

.SWindow.panel.panel-default {
    top: auto !important;
    height: fit-content !important;
}

.k-dialog-titlebar {
    border: 0px;
    color: var(--black);
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    padding: 24px
}

.k-dialog-actions {
    padding: 24px;
    border: 0px;
}

.k-dialog-actions button {
    margin: 0px;
    height: 45px;
    border-radius: 4px !important;
    border: 0px;
    font-size: 14px;
    font-weight: 700;
}

.k-dialog-actions button.k-button-solid-base {
    background: var(--light-grey)
}

.k-dialog-actions button.k-button-solid-base:hover {
    background: var(--grey)
}

.k-dialog-actions button.k-button-solid-primary {
    background: var(--blue) !important
}

.k-dialog-actions button.k-button-solid-primary:hover {
    background: var(--dark-blue) !important
}

.k-dialog-wrapper .k-dialog {
    border-radius: var(--radius);
}

button.k-window-titlebar-action {
    color: var(--black);
    width: 24px;
    height: 24px;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    padding: 0px !important;
    background: var(--light-grey) !important;
    border-radius: 100px;
}
/* end popup */

.login-box {
    width: 360px;
    margin: 118px auto 50px;
    background: #fff;
    padding: 24px !important;
    position: relative;
    border-radius: 12px !important;
}

.custom-logo {
    position: relative;
    width: calc(100% - 40px);
    left: 20px;
    margin-left: 0px;
    height: 110px;
}

.login-box .titlu {
    font-size: 0px; 
    font-weight: 900;
    margin-bottom: 24px;
    line-height: initial;
}

.login-box:has(.login-desc[data-name="mesaj_login"]) .titlu::after {
    content: "Autentificare";
    font-size: 32px
}

.login-box.create-account .titlu::after {
    content: "Creează cont";
    font-size: 32px
}

.login-desc[data-name="mesaj_login"] {
    display: block !important;
}

.login-desc[data-name="mesaj_adauga_programare"] {
    display: none;
}

.login-desc { 
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
}
 
.login-form {
    margin: 0px;
}

.form-group {
    margin: 0px;
    margin-bottom: 12px;
}

label, .custom-appointment .form-group .label {
    color: var(--black) !important;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important; 
}

.k-input {
    height: 42px;
    background: #fff;
    border: 1px solid var(--grey);
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
}

input, .login-form .form-group input, .form-control {
    border: 1px solid #f0f0f0 !important;
    background: #fff !important;
    border-radius: 4px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    padding: 8px !important;
    height: 45px;
    font-size: 14px !important;
} 
input::placeholder {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    font-size: 14px;
    opacity: 1
}

/* primary button */
button {
    border-radius: 4px !important;
}

.login-btns button {
    height: 45px;
    margin: 0px;
    background: #fff !important;
    border-radius: var(--radius-button) !important;
    color: var(--blue) !important;
    font-size: 15px;
    font-weight: 600 !important;
    margin-top: 45px;
    font-weight: 600;
    text-transform: capitalize;
}

.btn-new.btn-search-new, .btn-new.btn-search-new:hover {
    margin: 0px;
    background: var(--blue) !important;
    border-radius: var(--radius-button);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: capitalize;
    height: 45px;
    padding: 10px 12px !important;
    white-space: nowrap;
    border: 1px solid var(--blue) !important
}

    .login-btns button:hover{
        background: var(--dark-blue) !important;
        color: #fff !important;
        border: 1px solid #fff !important
    }

button#afis_rezultate {
    font-size: 0px;
    border: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center
}

    button#afis_rezultate span {
        display: none;
    }

    button#afis_rezultate:after {
        content: "Caută programare";
        font-size: 14px
    }

    button#afis_rezultate img {
        display: block !important;
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1) !important
    }

    button#afis_rezultate:hover img {
        filter: brightness(0)  
    }

.login-btns button:last-of-type {
    margin-top: 12px !important
}

.login-btns button:last-of-type {
    margin-top: 12px !important;
}

.butoane-confirmare .btn-blue, .butoane-confirmare .btn-blue:hover {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid var(--blue);
    background: var(--blue) !important;
    color: #fff !important;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px
}


    .butoane-confirmare .btn-blue img {
        display: block !important;
        filter: brightness(0) invert(1);
    }

    .butoane-confirmare .btn-blue:hover img {
        filter: brightness(0) invert(1);
    }

.bilet-cas-action button[data-name="save"] {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid #fff;
    background: var(--blue);
    color: #fff;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

    .bilet-cas-action button[data-name="save"]:hover {
        background: var(--dark-blue)
    }

#ok-btn {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid #fff;
    background: var(--blue) !important;
    color: #fff !important;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

    #ok-btn:hover {
        background: var(--dark-blue) !important;
        color: #fff !important
    }

button[data-name="filtreaza"], button[data-name="filtreaza"]:hover {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: #fff;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
} 

button[data-name="filtreaza"] span {
    display: none
}

button[data-name="filtreaza"] img {
    display: block !important;
    width: 20px;
    height: 20px;
} 
 
button[data-name="filtreaza"] img {
    filter: brightness(0) invert(1)
}

/* secondary button */
.btn.btn-cancel {
    border: 1px solid #fff;
    background: transparent !important;
    color: #fff !important;
}

.btn-next-new {
    margin-bottom: 0px;
    height: 45px;
    padding: 12px 16px;
    border-radius: 4px;
    font-weight: 700;
    line-height: inherit;
}

button#next_day_btn, button#next_day_btn:hover {
    border: 1px solid var(--black);
    background: #fff !important;
    color: var(--black) !important;
}
 
#renunta_prog, .btn-new.btn-reset-new {
    border: 1px solid var(--black);
    background: transparent !important;
    color: var(--black) !important;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif !important;
    height: 45px;
    padding: 10px 12px;
    border-radius: 4px;
    text-transform: capitalize;
    white-space: nowrap;
}

    .btn-new.btn-reset-new img {
        filter: brightness(0)
    }

    #renunta_prog:hover, .btn-new.btn-reset-new:hover {
        border: 1px solid var(--black);
        background: #fff !important;
        color: var(--black) !important;
        margin-bottom: 0px !important
    }

button#reset_filtre {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center
}

button#reset_filtre:hover img {
    filter: brightness(0);
}

.buttonBarx .btn-red {
    padding: 0px;
    margin: 0px;
    height: 45px !important;
    border-radius: 4px;
    background: var(--light-grey) !important;
    color: var(--black) !important;
    font-size: 15px;
    font-weight: 600 !important;
}

    .buttonBarx .btn-red:hover {
        background: var(--grey) !important;
    }

.monza-reset {
    display: block !important;
    width: 20px;
    height: 20px;
}

.butoane-confirmare .btn-red, .butoane-confirmare .btn-red:hover {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid var(--black);
    background: transparent !important;
    color: var(--black) !important;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px
}

    .butoane-confirmare .btn-red img {
        display: block !important;
        filter: brightness(0);
    } 

        .butoane-confirmare .btn-red:hover img {
            filter: brightness(0);
        }

.bilet-cas-action button[data-name="back"] {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid var(--blue);
    background: transparent !important;
    color: var(--blue) !important;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

    .bilet-cas-action button[data-name="back"]:hover {
        background: var(--blue) !important;
        color: #fff !important
    }

button[data-name="anuleaza"] {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid #fff;
    background: transparent !important;
    color: #fff !important;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

    button[data-name="anuleaza"]:hover {
        background: #fff !important;
        color: var(--blue) !important
    }

button[data-name="reset"], button[data-name="reset"]:hover {
    height: 45px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid var(--black);
    background: #fff !important;
    color: var(--black) !important;
    text-transform: initial;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

    button[data-name="reset"] span {
        display: none;
    }

/* END */
#signUp, #signUp a {
    font-size: 14px; 
    text-align: center;
    margin-top: 24px;
}

    #signUp a {
        font-weight: bold
    }

        #signUp a:hover {
            text-decoration: underline
        }

.pwd-recovery {
    margin-top: 0px;
    width: 310px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: end;
}

    .pwd-recovery a { 
        font-size: 0px !important;
    }

        .pwd-recovery a:hover {
            text-decoration: underline
        }

        .pwd-recovery a:before {
            content: "Ai uitat parola?";
            font-size: 14px
        }

span#gdprPolicy {
    font-size: 14px;
}

    span#gdprPolicy a {
        font-size: 14px;
        color: #fff
    }

        span#gdprPolicy a:hover {
            text-decoration: underline
        }

.table thead th, .table thead td {
    border-bottom: 0px;
    color: var(--blue);
    font-weight: 600;
    border-top: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
}

.select-user td:hover {
    cursor: pointer;
}

.antet {
    background: transparent !important;
}

.antet-content {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 0px;
}

    .antet-content .antet-left sk-form div {
        display: flex;
        gap: 12px;
        font-size: 14px;
        max-width: 100%;
        flex-wrap: wrap;
        row-gap: 0px;
    }

    .antet-content .antet-left sk-form {
        width: 100%;
        max-width: 100%;
    }

.antet-left sk-form > div {
    display: flex !important;
    flex-wrap: wrap !important;
}

.antet-content .antet-left sk-form div > div {
    display: flex;
    gap: 4px;
    opacity: 0.75;
    max-width: fit-content;
    color: var(--black)
}

.table-responsive th, .table-responsive td {
    font-size: 14px;
}

.antet div span {
    font-weight: 500;
    color: var(--black)
}

button.btn.btn-sm.btn-logout {
    background: transparent;
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
    width: 120px;
    text-align: right;
}

    button.btn.btn-sm.btn-logout:hover {
        text-decoration: underline
    }

    button.btn.btn-sm.btn-logout span {
        position: relative;
        width: fit-content;
        height: fit-content;
    }

.fa-power-off:before {
    content: "";
    background: url(imgs/monza-logout.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -16px;
    left: -20px;
}

.top {
    padding: 24px 0px;
    margin-bottom: 0px !important
}

.top-left, .swipe-left {
    float: left;
    height: 70px;
    width: 100%;
}

h2.titlu {
    margin: 0px;
    text-align: left;
    color: var(--black);
    /*font-size: 0px;*/
    font-weight: 800;
    line-height: 70px
}

h2.titlu::before {
    content: ""; 
    height: 70px;
    width: 70px;
    left: 0px;
    background-size: cover;
    position: absolute;
}

.top.appointment-details h2.titlu {
    font-size: 0px !important;
}

.login-box h2.titlu::before {
    display: none;
}

.login-box h2.titlu::after {
    padding-left: 0px !important
}
/*
h2.titlu::after {
    content: "Programări Online";
    font-size: 32px; 
}
*/
    button #adauga {
    background: var(--green) !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    height: 50px;
    border-radius: 4px !important;
    padding: 8px 16px 8px 40px;
    color: var(--black) !important;
    position: relative;
    overflow: hidden !important
}

button#adauga .fa-plus:before {
    content: "";
    background: url(imgs/monza-appointment.svg) no-repeat;
    height: 24px;
    width: 24px;
    left: 15px;
    background-size: cover;
    position: absolute;
    top: 13px;
    filter: brightness(0)
} 

.filtru, .criterii, .rezultate, .navigare {
    background: var(--transparent) !important;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    float: left;
    width: 100%;
    border-radius: 12px;
    box-shadow: none !important;
}

.filtru.simple-appointments {
    background: #f5f5f5 !important;
    padding: 12px !important;
    margin-bottom: 32px !important
}

h3#selectedDate {
    color: var(--black);
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    left: 0px !important;
}

.date-container {
    height: 90px;
    margin-bottom: 24px !important;
    gap: 24px;
}

div#filtru_data .date-container {
    display: flex;
    flex-wrap: nowrap;
}

#prevDayBtn, #nextDayBtn {
    background: transparent;
    border: 0px;
    font-size: 16px;
    color: var(--black);
    margin-top: 40px;
}

    #prevDayBtn img, #nextDayBtn img {
        filter: brightness(0);
    }

    #prevDayBtn:hover, #nextDayBtn:hover {
        text-decoration: underline
    }

#changeDateBtn {
    background: transparent;
    border: 0px;
    font-size: 16px;
    height: 36px;
    background: #fff;
    color: var(--blue);
    font-size: 12px;
    margin: 0px;
    margin-top: 45px;
    border: 1px solid #fff;
    font-weight: 600
}

#changeDateBtn:hover {
    background: var(--blue);
    color: #fff;
    transition: none !important;
    border: 1px solid #fff !important
}

button#changeDateBtn img {
    filter: brightness(0);
}

#changeDateBtn:hover img {
    filter: brightness(0) invert(1);
}

.line {
    display: none
}

div[data-name="disclaimer"] {
    padding: 0px !important;
    margin: 0px !important;
    color: var(--black);
    font-size: 12px;
    padding-right: 20px !important
}

div[data-name="disclaimer"] > div {
    padding: 0px;
    color: var(--black)
}

.new-appointment-bottom {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.butoane-filtru {
    margin: 0px !important;
    padding: 0px;
    display: flex;
    gap: 12px !important;
    flex-direction: row-reverse;
}

span.k-picker {
    display: flex;
    align-items: center;
    height: 42px;
}

    span.k-picker button {
        margin: 0px;
        padding: 0px;
        background: transparent !important;
    }

        span.k-picker button span svg {
            display: none
        }

        span.k-picker button span:after {
            content: ""; 
            height: 24px;
            width: 24px;
            background-size: cover;
            position: absolute;
            right: -10px
        }

.k-list-filter {
    padding: 12px 12px 0px 12px
}

.k-list {
    padding: 12px
}

.skunk-current-row {
    background: transparent !important;
}

.k-list-optionlabel {
    pointer-events: none
}

.k-selected.k-list-optionlabel {
    background: transparent !important;
    color: var(--black) !important;
    border: 0px !important
}

.k-list-item:focus, .k-list-optionlabel:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel {
    box-shadow: none !important
}

.k-list-item.k-selected {
    background-color: var(--light-blue);
    color: var(--blue) !important;
    border: 0px
}

    .k-list-item.k-selected:hover {
        background-color: var(--light-blue);
        color: var(--blue) !important;
        border: 0px
    }

.k-input-inner {
    padding: 8px !important;
    color: var(--black);
    font-weight: 500 !important;
}

.k-list-container {
    border-radius: 8px;
    overflow: hidden
}

.k-searchbox k-input-inner {
    border: 0px;
    background: transparent
}

.k-searchbox {
    background: var(--light-blue);
    display: flex;
    flex-direction: row-reverse;
    padding: 8px
}

    .k-searchbox .k-input-inner {
        background: var(--light-blue) !important;
        border: 0px !important;
        height: 42px;
    }

    .k-searchbox span.k-icon svg {
        display: none
    }

    .k-searchbox span.k-icon::before {
        content: ""; 
        background-size: cover;
        width: 20px;
        height: 20px;
        position: absolute;
    }

.k-list-filter .k-searchbox .k-icon {
    margin-top: 12px;
}

.k-list-item:hover, .k-list-optionlabel:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel {
    color: var(--blue);
    background-color: #fff;
    font-weight: 700
}

.k-input-value-text {
    text-transform: capitalize;
}

div#calendarPopup {
    border-radius: 12px;
    overflow: hidden;
}

.k-button-flat-primary {
    color: var(--blue);
}

.k-calendar .k-header {
    color: var(--black);
    background-color: #fff;
    box-shadow: none;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    background: var(--blue)
}

.k-calendar-nav-fast {
    font-weight: 700;
}

.k-calendar .k-link {
    font-weight: 500;
} 

#calendar .k-svg-i-caret-alt-left {
    content: ""; 
    height: 24px;
    width: 24px;
    background-size: cover;
    position: absolute;
    left: 0px
}

#calendar .k-svg-i-caret-alt-right {
    content: ""; 
    height: 24px;
    width: 24px;
    background-size: cover;
    position: absolute;
    right: 0px
}

.k-calendar-nav-prev {
    padding: 0px !important;
    height: 24px;
    width: 24px;
    margin: 0px !important;
    display: flex;
    align-items: center;
}

.k-calendar-nav-next {
    padding: 0px !important;
    height: 24px;
    width: 24px;
    margin: 0px !important;
    display: flex;
    align-items: center;
}

span.k-calendar-nav span {
    font-weight: 600;
}

.k-input-solid:focus-within {
    border: 1px solid var(--blue) !important;
    box-shadow: none !important;
}

.k-picker:focus-within {
    border: 1px solid var(--blue) !important;
    box-shadow: none !important;
}

div#cardResults {
    position: relative;
    float: left;
    width: 100%;
}

    div#cardResults:has(.doctor-card) {
        margin-bottom: 48px;
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid #fff;
    }

.appointment-header {
    color: #fff;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

    .appointment-header h3 {
        font-size: 32px;
        text-align: left;
        font-weight: 900;
        color: var(--black)
    }

.doctor-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.doctor-card {
    width: calc(25% - 9px);
    padding: 24px;
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid #efefef;
}

    .doctor-card h4 {
        font-size: 18px;
        color: var(--blue);
        border-bottom: 1px solid var(--blue);
        padding-bottom: 4px;
        margin-bottom: 16px;
        font-weight: 700
    }

.doctor-profile {
    display: flex;
    gap: 12px;
    margin-bottom: 12px
}

    .doctor-profile img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
    }

.doctor-name .name, .doctor-name {
    font-size: 16px;
    line-height: 18px;
    color: var(--black);
    margin-bottom: 4px;
    font-weight: 700
}

    .doctor-name .subtitle, .doctor-specialty {
        font-size: 12px;
        line-height: 14px;
        color: var(--black);
        margin: 0px
    }

.card-location {
    margin-bottom: 24px
}

.doctor-card .label, .appointment-location .label {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--label);
    font-weight: 500;
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
    max-height: 115px;
    overflow-y: auto;
}

.time-slot {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 6px 10px;
    color: var(--blue);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    width: calc(25% - 3px);
    text-align: center;
    display: flex;
    justify-content: center;
    max-height: 36px;
}

    .time-slot:hover {
        background: var(--blue);
        color: #fff
    }

.btn-wrapper {
    margin: 24px auto;
    text-align: center;
}

div#appointmentDialog {
    padding: 0px 24px;
}

#appointmentDialog .appointment-content {
    font-family: 'Segoe UI', sans-serif;
    padding: 0px;
}

h3.appointment-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--blue);
    color: var(--blue);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.appointment-datetime {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: var(--blue);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.appointment-datetime img {
    filter: brightness(0)
}

.appointment-doctor {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
}

    .appointment-doctor img {
        width: 60px;
        height: 60px;
        border-radius: 100%
    }

.appointment-location {
    margin-top: 12px;
}

.appointment-location {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--black);
    font-weight: 500;
}

a.map-link {
    font-size: 14px;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 8px;
}

a.map-link:hover {
    text-decoration: underline
}

.map-link img {
    filter: brightness(0)
}

.map-dialog-content {
    padding: 0px 12px;
}

.top.appointment-details h2#titlu {
    display: block !important; 
}

.DataRow:has(#appDetails) h2.titlu::after {
    content: "Finalizează programare";
    font-size: 32px !important
}

div#appDetails {
    padding: 12px 20px !important;
    background: #FFE2E4 !important;
    border-radius: var(--radius);
    justify-content: center;
}

.criterii {
    background: #FFE2E4 !important;
    padding: 12px !important;
}

.criterii-detalii {
    border: 1px solid var(--black);
    border-radius: var(--radius);
    padding: 24px
}

    .criterii-detalii .subtitlu {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: var(--black) !important
    }

    .criterii-detalii .appointment-doctor {
        padding: 0px;
        margin: 0px;
        margin-bottom: 12px;
        width: 100%
    }

    .criterii-detalii label {
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        color: var(--black);
        font-weight: 700;
    }

    .criterii-detalii sk-row div {
        margin-bottom: 12px;
        width: 50%;
        position: relative;
        float: left;
        padding-right: 24px;
    }

        .criterii-detalii sk-row div span {
            text-transform: inherit;
            color: var(--black);
            font-weight: 400 !important;
        }

    .criterii-detalii i.fas.fa-map-marker-alt {
        display: none;
    }

.medical-address img {
    filter: brightness(0) ;
}

.medical-address span[data-name="detalii_clinica"] {
    width: 100%;
    display: flex;
}

span#adresaClickable {
    text-decoration: none !important;
    color: var(--blue) !important;
}

    span#adresaClickable:hover {
        text-decoration: underline !important
    }

.comments {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .comments > span:first-of-type {
        font-size: 16px !important;
        color: var(--black);
        line-height: 18px;
    }

.appointment-detail-action {
    display: flex;
    gap: 24px !important;
    margin-bottom: 48px !important
}

.butoane-confirmare {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 12px !important;
    margin: 0px !important;
    margin-bottom: 48px;
}

div#form_ticketKendo label {
    color: var(--blue);
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}

div#form_ticketKendo span.k-picker button span:after {
    right: 0px;
}

div#form_ticketKendo span.k-picker {
    display: flex;
    align-items: center;
    height: 42px;
    background: transparent;
    border: 1px solid var(--grey) !important;
}

.bilet-cas-action {
    padding-top: 24px !important;
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
}

    .bilet-cas-action button {
        width: calc(50% - 3px);
        margin: 0px;
    }

div#form_ticketKendo span.k-datepicker input {
    border: 0px !important;
}

div#form_ticketKendo .k-datepicker button {
    background: transparent;
    border: 0px;
}

    div#form_ticketKendo .k-datepicker button svg {
        display: none
    }

    div#form_ticketKendo .k-datepicker button span:before {
        content: ""; 
        height: 24px;
        width: 24px;
        background-size: cover;
        position: absolute;
        left: -10px;
        filter: invert(87%) sepia(96%) saturate(4380%) hue-rotate(195deg) brightness(90%) contrast(78%);
    }

.end-appointment {
    padding: 0px !important;
    overflow: hidden
}

    .end-appointment h3 {
        color: var(--blue) !important;
    }

.k-window.k-dialog:has(.end-appointment) {
    padding: 24px;
    max-width: 400px;
}

    .k-window.k-dialog:has(.end-appointment) button.k-window-titlebar-action {
        position: absolute;
        right: 32px;
        z-index: 1;
        top: 32px;
    }

.end-appointment-img {
    height: fit-content !important;
    width: fit-content !important;
}

    .end-appointment-img img {
        display: none
    }

.monza-hospital-img {
    display: block !important;
    max-width: 360px !important;
    margin-bottom: 24px !important
}

div#custom-success-dialog {
    padding: 0px;
}

    div#custom-success-dialog > div > div {
        padding: 0px !important;
        margin: 0px !important;
    }

.end-appointment h3 {
    font-size: 24px !important;
    line-height: 28px;
    margin-bottom: 24px;
}

.rez-list {
    max-height: calc(100vh - 540px);
}

.table-responsive {
    overflow-x: auto;
    background: #fff;
    border-radius: 4px;
}

    .table-responsive th {
        border: 0px !important;
    }

div[data-name="anuleaza"] {
    width: 100%;
    display: flex;
    justify-content: end;
}

.main-butoane-filtru {
    margin: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: end;
    gap: 12px;
}

.asc {
    color: #fff
}

.asc::after {
    content: ""; 
    height: 24px;
    width: 24px;
    background-size: cover;
    position: absolute;
    left: -10px;
    filter: invert(87%) sepia(96%) saturate(4380%) hue-rotate(195deg) brightness(90%) contrast(78%);
}

td .btn-red {
    background: lightpink;
    color: #d22034 !important;
    font-weight: 500;
}

    td .btn-red:hover {
        color: #fff !important;
        font-weight: 500;
    }

div#skunk-dddwcontainer {
    padding: 12px !important;
    border-radius: 4px;
}

    div#skunk-dddwcontainer ul {
        width: calc(100% - 0px) !important;
    }

        div#skunk-dddwcontainer ul li {
            width: fit-content !important;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
            white-space: break-spaces;
            word-wrap: break-word;
            font-size: 14px;
            padding: 0px !important;
            width: 100% !important;
            min-width: 100%;
            max-width: 100%;
            line-height: normal !important;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
            min-height: 32px;
        }

    div#skunk-dddwcontainer li:hover {
        color: var(--blue) !important;
        font-weight: 700;
    }

.datepicker {
    border-radius: 4px;
}

.datepicker-head {
    background: transparent;
    padding: 0px;
}

.sk-datem, .sk-datey {
    width: 80px;
    text-align: center;
    font-size: smaller;
    color: var(--black) !important;
    font-weight: 700;
    font-size: 16px;
}

.datepicker-head .month button, .datepicker-head .month button, .datepicker-head .year button {
    background-color: transparent;
    color: var(--blue);
}

.table-datepicker th {
    color: var(--black);
    font-weight: 500;
}

tr:hover td, tr.skunk-current-row, tr.skunk-current-row td {
    background: #FFE2E4 !important;
}

.k-calendar-tbody tr:hover td {
    background: transparent !important;
}

.table-datepicker tr:hover td {
    background: transparent !important;
}

    .table-datepicker tr:hover td:hover {
        background: var(--light-grey) !important;
        color: var(--black)
    }

.end-appointment h3 {
    font-size: 0px !important;
}

    .end-appointment h3:after {
        content: "Programarea ta a fost înregistrată cu succes.";
        font-size: 24px !important;
        line-height: 28px;
        margin-bottom: 24px;
    }

.end-appointment #ok-btn {
    font-size: 0px !important
}

    .end-appointment #ok-btn:after {
        content: "Programare nouă";
        font-size: 16px !important
    }

input:focus-visible, .k-input:focus-visible,
button:focus-visible {
    outline: 0px dotted #efefef !important;
    outline-offset: 2px !important;
    transition: background-color 0.2s ease, outline 0.2s ease;
}

a:focus-visible {
    outline: 1px dotted #efefef !important;
    outline-offset: 2px !important;
    transition: background-color 0.2s ease, outline 0.2s ease;
}

#calendar .k-calendar-table:not(:first-of-type) {
    display: none !important
}

.SWindow.panel.panel-default {
    position: fixed;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 50px !important
}


.SWindow.panel.panel-default .containerBody > div:has(.login-box) {
    background-color: var(--blue) !important; 
    background-size: cover;
    background-position: left !important;
    background-attachment: fixed;
    background-position: right;
    padding: 4px 20px;
}

.SWindow.panel.panel-default .containerBody > div:has(.login-box) .login-box {
    margin: 20px auto 50px
}

.SWindow.panel.panel-default .containerBody > div:has(.login-box) .login-box .custom-logo {
    position: absolute;
    width: 360px;
    left: 20px;
    margin-left: 120px;
}

tr:hover td, tr.skunk-current-row, tr.skunk-current-row td {
    background: #FFE2E4 !important
}


/* portal 1 login page */
.AppContainer {
    height: auto !important;
    background: transparent !important;
}

.AppContainer .pageContent:has(.login-box) {
    min-height: auto !important;
}
.pageContent:has(.login-box) {
    background: transparent !important;
    display: flex;
}
.pageContent:has(.login-box) {
    background: transparent;
    display: flex;
    flex-direction: column; 
}
.signature img {
    text-align: center;
    margin: auto;
}  

.detData label {
    color: #fff !important;
}

.labelDet {
    color: white !important;
}

/* END */

div#cardContent:has(#appointmentsHeaderContainer) {
    padding-bottom: 24px;
}

button#idCreareCont {
    display: none
}

.custom-appointment .k-picker button svg {
    display: block !important;
}

.login-box:has(.login-desc[data-name="mesaj_login"]) .titlu {
    font-size: 0px !important
}

.login-box.main-analize .custom-logo {
    height: auto !important;
}

.login-box.main-analize .custom-logo img {
    display: block !important;
    width: 100%
}

.dialog:has(.login-box) {
    z-index: 9;
}

.dialog:has(.login-box) {
    z-index: 9;
}

.dialog:has(.login-box) .titlu::after { 
    visibility: hidden;
}

.dialog:has(.login-box) .custom-logo {
    margin: 0px !important;
    width: 100% !important; 
    display: flex;
    justify-content: center;
    left: 0px !important;
}

.dialog:has(.login-box) .custom-logo img {
    margin-left: 0px !important;
    margin-right: 0px !important; 
}

.dialog:has(.login-box) .signature {
    display: none !important
}

.dialog .SWindow.panel.panel-default .containerBody > div:has(.login-box) {
    background: #fff !important;
}

.dialog:has(.login-box) .SWindow div { 
    margin-top: 0px !important;
    box-shadow: none !important
}
 
.DataRow {
    padding-left: 85px
}

body:has(.header-top .skunk-menu-main.skunk-hidden) .DataRow {
    padding: 15px;
    padding-left: 15px !important;
}


@media screen and (max-width: 1280px) {
    div [data-name="moveBox"] + div {
        height: inherit;
        justify-content: space-evenly;
    }

    .SWindow.panel.panel-default .containerBody {
        max-height: calc(100% - 65px) !important;
        height: 100% !important;
    }
}

@media (max-width: 1200px) {
    .app-container {
        margin-top: 0px;
        padding: 0px;
    }

    .doctor-card {
        width: calc(33% - 5px);
    }
}

@media screen and (max-width: 991px) {
    .simple-appointments {
        margin: 0px !important;
    }

    .custom-logo {
        position: relative;
        width: auto;
        left: 0px;
        margin-left: 0px;
        height: 110px;
        text-align: center;
        background-position: top center;
    }

    .antet {
        padding: 0px !important;
    }

    .custom-appointment {
        height: auto;
    }

    .new-appointment-bottom {
        flex-direction: column;
        gap: 24px;
        justify-content: stretch;
        align-items: stretch;
        margin-bottom: 48px;
    }

    sk-form[data-name="filtru"] .row > div {
        width: 33% !important;
        max-width: 33%;
    }

    div[data-name="divInvestigatii"] > div {
        width: 33% !important;
        max-width: 33%;
    }

    .antet-content .antet-left sk-form div {
        row-gap: 0px;
    }

    .doctor-card {
        width: calc(33% - 6px);
    }

    .criterii-detalii sk-row div {
        width: 100%;
        padding-right: 0px;
    }

    .filtru.simple-appointments {
        margin-bottom: 24px !important
    }

    .simple-appointments.app-container .signature {
        position: relative;
        position: relative;
        float: left;
        width: 100%;
    }

    .simple-appointment.rezultate {
        margin-bottom: 48px !important;
    }
}

@media screen and (max-width: 840px) {
    .doctor-card {
        width: calc(50% - 6px);
    }

    .appointment-detail-action {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .butoane-confirmare {
        width: 100%;
        align-items: start !important;
        justify-content: start;
        margin: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .pwd-recovery {
        top: 360px;
    }

    .custom-appointment {
        height: fit-content !important;
    }

    sk-form[data-name="filtru"] .row > div {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px
    }

    div[data-name="divInvestigatii"] > div {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%
    }

    .butoane-filtru button {
        width: 100%;
    }

    #prevDayBtn, #nextDayBtn {
        font-size: 0px
    }

    #prevDayBtn, #nextDayBtn { 
        margin-top: 50px;
    }

    button#adauga {
        font-size: 0px;
    }

    h2.titlu::after {
        font-size: 32px;
    } 

    h2.titlu::before {
        height: 36px;
        width: 36px;
    }

    h2.titlu::before {
        top: 16px;
    }

    .top {
        padding: 0px;
    }

    .k-dialog-actions {
        flex-direction: column;
    }

        .k-dialog-actions button {
            width: 100%;
            min-height: 45px;
        }

    div#appDetails {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .butoane-confirmare {
        display: flex;
        flex-direction: column;
    }

        .butoane-confirmare button {
            width: 100%;
            justify-content: center;
        }

    .simple-appointments.app-container .signature {
        position: relative;
        float: left
    }

    .rez-list {
        max-height: fit-content;
    }

    .butoane-filtru {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .login-desc {
        font-size: 14px;
    }

    .doctor-card {
        width: 100%;
    }

    .antet-left sk-form {
        display: contents;
    }

    .simple-appointments .form-group {
        padding-bottom: 0px;
    }

    .SWindow.panel.panel-default {
        margin: 20px 0px;
        width: calc(100vw - 40px) !important;
    }

        .SWindow.panel.panel-default .containerBody {
            width: 100%;
        }
}

@media screen and (max-width: 480px) {
    .top {
        padding-bottom: 0px;
    }

    .fa-power-off:before {
        width: 32px;
        height: 32px;
    }

    .k-dialog-wrapper .k-dialog {
        max-width: 95% !important;
    }

    .top-right {
        float: left;
        width: fit-content;
    }
    img.logo-auth-memorial {
        width: 100%;
        height: auto
    }
    .DataRow:has(#appDetails) h2.titlu::after { 
        font-size: 21px !important;
    }
}

@media screen and (max-width: 430px) {
    .login-box .titlu {
        font-size: 0px !important; 
    }
    .create-account img.logo-auth-memorial { 
        width: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .login-box {
        padding: 24px !important;
        min-height: fit-content;
    }

    .pwd-recovery {
        padding: 0px !important
    } 

    .login-box {
        width: 100%;
    }

    .pwd-recovery {
        width: auto
    }

    .login-desc, .login-desc span {
        font-size: 14px;
        line-height: normal;
    }

    .antet-right {
        width: 50px;
    }

    button.btn.btn-sm.btn-logout {
        width: auto
    }
}

@media screen and (max-width: 388px) {
    .pwd-recovery {
        top: 380px;
        right: 24px;
    }

    .SWindow.panel.panel-default {
        margin: 12px;
    }
}

@media screen and (max-width: 375px) {
    .SWindow.panel.panel-default {
        margin: 8px 0px;
    }
}

@media screen and (max-width: 355px) {
    .pwd-recovery {
        top: 400px;
        right: 24px;
    }
}
