.hide {
    display: none;
}
.btn i{
    padding-right:5px;
}

.label-floating{
    will-change:left,top,contents;
}
.label-floating .label-placeholder{
    top: 2.1875rem;
    font-size: 1rem;
    line-height: 1;
}

.width-25 {
    width: 25px !important;
}
.has-tip:after {
    content: '?';
    font-size: 75%;
    font-family: sans-serif;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    display: inline-block;
    width: 1.8ex;
    height: 1.8ex;
    border-radius: 1ex;
    color: #fff;
    background: #a9a9a9;
    border: thin solid #a9a9a9;
}

.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        left: 0;
        top: 0;
        cursor: text;
        font-size: 75%;
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
        top: -.5em;
        left: 0.75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
    }

        .has-float-label label::after, .has-float-label > span::after {
            content: " ";
            display: block;
            position: absolute;
            background: white;
            height: 2px;
            top: 50%;
            left: -.2em;
            right: -.2em;
            z-index: -1;
        }

    .has-float-label .form-control::-webkit-input-placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control::-moz-placeholder {
        opacity: 1;
        transition: all .2s;
    }

    .has-float-label .form-control:-ms-input-placeholder {
        opacity: 1;
        transition: all .2s;
    }

    .has-float-label .form-control::placeholder {
        opacity: 1;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 150%;
        opacity: .5;
        top: .3em;
    }

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .input-group .has-float-label .form-control {
        width: 100%;
        border-radius: 0.25rem;
    }

    .input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: 0;
    }

    .input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    
    .padding-left-5{
        padding-left: 5px;
    }
    
    .control-label{
        display:block;
    }

#patient-profile .patient-img {
    width: 75px; }

#patient-profile .doctor-img {
    width: 35px; }

#patient-profile .patient-name {
    text-align: center; }

#patient-profile .patient-details-row {
    position: absolute; }

#patient-profile .patient-info-heading {
    font-weight: 900;
    display: inline-block;
    width: 100px; }

#patient-profile .diesase-badge {
    margin-right: 5px; }

.patient-wrapper.table td {
    padding: 0.75rem 0.8rem; }

.patient-wrapper .action i.text-success {
    margin-right: 0.3rem; }

.content-header-left{
    margin-bottom: 0 !important;
    padding: 0.7rem 0 0.3rem 4rem;
}
.content-header-light{
    background-color: #fff;
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
}
.dataTables_filter {
    float: right;
    text-align: right;
}
.content-header-title{
    border-right: 1px solid #E4E5EC;
    padding: 0.4rem 1.2rem 0.7rem 0;
    margin-top: 0.55rem;
    margin-right: 1rem;
    display: inline-block;
}
.breadcrumbs-top {
    display: inline-block;
}
.content-header-right .btn-group{
    padding: 1.1rem 2rem 0.7rem;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}
.font-size-9em{
    font-size: .9em;
}
.font-size-xs{
    font-size: .75em;
}
.signature {
    font-family: 'Allison', cursive; /* Use the Allison font */
    font-size: 1.5rem; /* Adjust size for signature effect */
    color: #333; /* Customize the text color */
}

.font-size-xs {
    font-size: .75em;
}

.signature {
    font-family: 'Allison', cursive; /* Use the Allison font */
    font-size: 1.5rem; /* Adjust size for signature effect */
    color: #333; /* Customize the text color */
}

/* CHAT */
.chat-avatar {
    float: right;
}
.chat-body {
    overflow: hidden;
    margin: 0.67rem 2rem 0 0;
}
.chat-body .chat-message {
    position: relative;
    float: right;
    text-align: right;
    padding: 0.75rem 1rem;
    margin: 0 1.33rem 1.33rem 0.3rem;
    clear: both;
    word-break: break-word;
    color: #fff;
    background: #666ee8;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px 0 rgba(102, 110, 232, 0.6);
}
.chat-body .chat-message .chat-time {
    position: absolute;
    bottom: -20px;
    right: 0px;
    color: #6b6f82;
    font-size: 0.8rem;
    white-space: nowrap;
}


/* Jquery Wizard */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.step.active {
    opacity: 1;
}

/* Scheduler */
.event-container{
    line-height: 13px;
    height: 80px;
    padding: 3px 2px 0;
    overflow: hidden;
    position: relative;
    margin-left: 2px;
    border-radius: 4px
}
.event-container p{
    margin: 0;
}
.event-container i, .event-container p, .event-container span{
    color: #fff;
}
.event-container .client-name p{
    font-size: 14px;
    font-family: ProximaNova;
    font-weight: 600
}

.event-container .scheduling-icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding-top: 2px
}

.event-container .scheduling-icons-container .mdi {
    font-size: 16px!important;
    line-height: 16px!important;
    width: 12px!important;
    position: relative;
    right: 2px
}

.event-container .scheduling-icons-container .booking-icon {
    padding: 1px 4px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-family: ProximaNova;
    font-weight: 600;
    margin-right: 4px;
    line-height: 12px;
    font-size: 9px;
    height: 14px;
    margin-top: 1px;
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.event-container .service-name span {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 400
}

.event-container .service-provider-container {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 100%;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.event-container .service-provider-container p {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 400
}

.event-container .service-provider-container .icons-wrapper {
    margin-left: auto;
    margin-right: 4px
}

.event-container .service-provider-container .service-provider-name {
    margin-right: 5px
}

.event-container .service-provider-container .contra-indications-icon, .event-container .service-provider-container .medications-icon {
    display: inline-block
}

.event-container .service-provider-container .contra-indications-icon span, .event-container .service-provider-container .medications-icon span {
    color: #888;
    background: #fff;
    width: 19px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float: right;
    text-align: center;
    font-weight: 500;
    line-height: 1.32em
}

.event-container .client-name-container {
    padding: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-container .client-name-container .client-name {
    margin-right: 5px
}

.event-container .client-name-container .icons {
    margin-left: auto
}

.event-container .client-name-container .icons .appt-type-icon-container, .mb-bs4 .event-container .client-name-container .icons .gift-icon-container, .mb-bs4 .event-container .client-name-container .icons .notes-icon-container {
    float: right;
    font-size: 14px;
    margin-right: 2px
}

.event-container .client-name-container .icons .appt-type-icon-container i {
    height: 12px;
    line-height: 12px
}

.client-membership{
    float: left;
    padding-right:3px;
    color: gold;
}
.client-name{
    font-size: 14px;
    font-family: ProximaNova;
    font-weight: 600;
}
.service-name-container{
    padding-bottom: 10px;
}
.service-name{
    white-space: nowrap;
    font-size:10px;
    font-variant: petite-caps;
    letter-spacing: .025rem;
}
.recurring-service{
    float: left;
    padding-right:3px;
    font-size: 10px;
}
.service-provider-container{
    font-size: 11px;
}
.therapist-name{
    float:left;
}
.room-name{
    float:left;
    padding-left: 3px;
}
.soap-note-status{
    float: right;
}
.input-group > .select2-container--default {
    width: auto;
    flex: 1 1 auto;
}

.input-group > .select2-container--default .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

/* KENDO CUSTOM */
.k-switch-label-on,
.k-switch-label-off {
    line-height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 6px;
}
.k-switch-label-on{
    color:white;
}
.k-switch-label-off{
    color:black;
}
.k-textbox.form-control {
    height: auto !important;
}
.k-maskedtextbox.form-control .k-textbox {
    height: auto !important;
}
.k-textbox.form-control {
    height: auto !important;
}


/* AVATAR Profile */
.kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.kv-avatar {
    display: inline-block;
}
.kv-avatar .file-input {
    display: table-cell;
    width: 213px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

/* Bootstrap CardHeader Collapsed Extension */
.card-header .fa {
    transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
    transform: rotate(90deg);
}
.pull-right {
    float: right;
}

/* Scheduler Events */
.scheduler-event-template{
    /* Setting the height/width to fill the container for custom colors  */
    height: 100%;
    width: 110%;
}
.scheduler-event-title{
    font-weight: bold;
}
.scheduler-event-time{
    font-weight: normal;
}

/* Template Days */
.calendar-avail-date{
    border-radius: 50%;
    background-color: #5593ff;
    width: 75%;
}
.exhibition,
.party,
.cocktail {
    font-weight: bold;
}

.exhibition {
    color: #ff9e00;
}

.party {
    color: #ff4081;
}

.cocktail {
    color: #00a1e8;
}

.italic{
    font-style: italic;
}
.submodal {
    z-index: 1054 !important;!i;!;
}

@media print {
    .content-header,
    .buy-now,
    .btn-print,
    .footer,
    .open,
    .main-menu {
        display: none; }
    #invoice-template,
    .content-wrapper {
        padding-top: 0; }
    .app-content,
    #invoice-template,
    .navbar-container,
    .navbar-wrapper,
    .header-navbar {
        margin: 0 !important;
        padding: 0 !important; }
    #invoice-footer {
        position: relative;
        top: -80px !important; }
    .table-responsive {
        -ms-overflow-style: none; } }

@page {
    size: auto;
    margin: 0px; }

#soapNoteActions {
    position: absolute;
    top: 20px;
    left: 200px;
}
.select-all-sessions {
    padding-left: 12px!important;
}
.adl-value, .adl-change, .adl-description {
    padding-left:3px!important;
    padding-right:3px!important;
    line-height:3em!important;
}
canvas.soap_imagedetail{
   /* margin-left:79px!important;*/
}
.disabled-overlay {
    pointer-events: none;
    opacity: 0.4;
}
