﻿body {
    font-family: 'Roboto';
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    color: #0a0a0a !important;
    background: #a8c0cf
}

.clsKotuBaba {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    z-index: 1;
}

.clsKotuSel0 {
    background: transparent;
}

/*None*/
.clsKotuSel0 {
    background: transparent;
}

/*Swelling*/
.clsKotuSel1 {
    background: #e57373;
}

/*Tenderness*/
.clsKotuSel2 {
    background: #64b5f6;
}

/*Swelling & Tenderness*/
.clsKotuSel3 {
    background: linear-gradient(110deg, #e57373 50%, #64b5f6 50%);
}


.clsKotuBabaSize25 {
    width: 25px;
    height: 25px;
}

.clsKotuBabaSize26 {
    width: 26px;
    height: 26px;
}

.clsKotuBabaSize30 {
    width: 30px;
    height: 30px;
}

.clsKotuBabaSize39 {
    width: 39px;
    height: 39px;
}

.clsKotuBabaSize44 {
    width: 44px;
    height: 44px;
}

.clsKotuBabaSize36 {
    width: 36px;
    height: 36px;
}

.clsKotuBabaSize24 {
    width: 24px;
    height: 24px;
}

.clsKotuBabaSize21 {
    width: 21px;
    height: 21px;
}

.clsKotuBabaSize23 {
    width: 23px;
    height: 23px;
}


.clsKotuBabaSize48 {
    width: 48px;
    height: 48px;
}

.clsKotuBabaSize22 {
    width: 22px;
    height: 22px;
}

.clsKotuBabaSize38 {
    width: 38px;
    height: 38px;
}


.clsKotuBabaSize37 {
    width: 37px;
    height: 37px;
}


/*.clsMargTpBt0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}*/
/*#dConcentFormBody p {
    margin: 5px;
}*/
#modReferralLetters_New .modal {
    width: 75% !important;
    height: 75% !important;
}

.card-title {
    color: #0094ef;
    font-weight: bold !important;
}

@media print {
    body {
        transform: scale(1);
    }

    table {
        page-break-inside: avoid;
    }

    #printableTable {
        display: block;
    }
}

.clsLeftMenuLinks {
    color: #4597c9 !important;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px black;
}

.clsNxPrMed:hover {
    background-color: #42A5F5 !important;
    color: white;
}

.BTChip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #ff6a00;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: default;
}

.ATChip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e8957c;
    margin-bottom: 5px;
    margin-right: 5px;
}

#loaderMain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
}

.select2Validate {
    color: #F44336;
    margin-top: 8px;
    position: absolute;
    display: none;
    font-size: 12px;
}

::-webkit-scrollbar {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #e1d9d9;
}

::-webkit-scrollbar-track {
    visibility: hidden; /* doesn't seem to work */
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*background: rgba(63, 169, 245,0.5);*/
    /*background: rgb(0,0,0);*/
    background: #000000;
}

::-webkit-scrollbar:window-inactive {
    /*visibility: hidden;*/
    border-radius: 3px;
    width: 6px;
    background: #e1d9d9;
}



.material-icons {
    opacity: .7;
}

.click {
    cursor: pointer;
}

hr {
    border-top: 1px solid floralwhite;
}


.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.clsEx_Td01 {
    width: 200px
}

.clsEx_Td02 {
    width: 200px
}

#tblInvestigations tr {
    width: 100%;
}

.clsExamBlankRow td {
    border-top: 3px solid #a6c0ce7a !important;
    border-bottom: 1px solid transparent !important;
}

.clsExamBlankRow {
    border-top: 3px solid #a6c0ce7a !important;
    border-bottom: 1px solid transparent !important;
}


.clsOnHoverColrCh:hover {
    background-color: #edf4f8a8;
}

.card {
    border-radius: 5px !important
}

    .card .card-action {
        border-radius: 5px !important
    }

/*.btn, .btn-large, .btn-small {
    border-radius: 5px !important
}*/

.clsReadyToShow {
    position: fixed;
    width: 60px;
    height: auto;
    right: 1rem;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    text-align: center;
}

#refLetterFooterLeft {
    position: relative;
    top: 13px;
}

    #refLetterFooterLeft span {
        margin-right: 20px;
        color: #42A5F5;
        cursor: pointer;
    }

.clsRefLetterBody {
    font-family: roboto;
    font-size: 15px;
    margin-bottom: 30px;
    border: none;
    outline: lightgray solid 1px;
    display: block;
    overflow: hidden scroll;
    height: 436px;
    padding: 15px !important;
}


#dRefLetterCusSpecialityLetterKey {
    overflow: hidden scroll;
}

.tabs .tab {
    text-transform: none !important;
}

.clsAddToRefLetterTempl {
    color: #5ab1f6;
    cursor: pointer;
    opacity: .7;
}

    .clsAddToRefLetterTempl:hover {
        opacity: 1;
        transition: .3s ease-out;
    }


.note-editable {
    height: 100%;
    /*width: 90vw;*/
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    width: 355px;
}

#dRefLetterBody p, .note-editable p {
    padding: 0 !important;
    margin: 0 !important;
}

#modAddNewDrgToDB {
    width: 80% !important
}

.clsNoOfChAndLastChldAge {
    display: none;
}

#dRtNonRtPresPrint {
    display: none;
}

.clsMainSections, .clsHidein {
    display: none;
}

.select2 + label {
    font-size: 1.05rem;
}






.clsSettingTopicSelect {
    cursor: pointer;
}


.cusNav .nav-wrapper li .selected {
    
    background-color: #2fa4f2
}

.cusNav .nav-wrapper li {
    background-color: #a8c0cf
}


.cusNav .nav-wrapper .selected {
    font-weight: bold;
    background-color: #2fa4f2
}

.cusNav {
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    background-color: transparent;
}

    .cusNav .nav-wrapper li:first-child {
        border-radius: 2px 0 0 2px;
    }

    .cusNav .nav-wrapper li:last-child {
        border-radius: 0px 2px 2px 0
    }


@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

.required::before {
    content: '*';
    color: red; /* Optional: Change color or style */
}

#secLoadedPatInfo {
    height: 48px;
    font-size: 1.7rem;
    background: #3faee8;
    padding-top: 5px;
    padding-left: 20px;
    color: white;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    display: none
}

#dAppDetails {
    /*background: #ffff0045;*/
    padding: 10px;
}

.dAppDetailsChanged {
    background: #ff000045!important;
}


.progress {
    position: absolute;
    top: 0;
    margin: 0;
    height: 5px;
    display: none;
}


.btn, .btn-large, .btn-small{
    min-width:100px
}





.confirm-booking-modal {
    max-width: 560px !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

/* Header with soft gradient */
.cbm-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    /*background: linear-gradient(135deg, #2962ff 0%, #42a5f5 100%);*/
    background: #4597c9;
    color: #fff;
}

.cbm-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255,255,255,0.18);
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
}

    .cbm-icon i {
        font-size: 26px;
    }

.cbm-title {
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.cbm-subtitle {
    margin-top: 2px;
    opacity: 0.9;
    font-size: 0.92rem;
}

/* Body with tidy rows */
.cbm-content {
    padding: 0 !important;
    background: #ffffff;
}

.cbm-body {
    padding: 18px 20px 8px 20px;
}

.cbm-row {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px dashed #e3e7ef;
}

    .cbm-row:last-child {
        border-bottom: none;
    }

.cbm-label {
    font-weight: 600;
    color: #5b6574;
    padding: 10px 12px;
}

.cbm-value {
    font-weight: 600;
    color: #1f2937;
    background: #f8fafc;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: inset 0 0 0 1px #eef2f7;
}

/* Footer buttons */
.cbm-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 16px !important;
    border-top: 1px solid #eef2f7;
    background: #fbfdff;
}
/*
.cbm-btn-cancel {
    border-radius: 999px;
    padding: 8px 16px;
    color: #546e7a !important;
}

    .cbm-btn-cancel:hover {
        background: #eceff1 !important;
    }

.cbm-btn-confirm {
    border-radius: 999px;
    padding: 8px 18px;
    box-shadow: 0 6px 16px rgba(41,98,255,0.28);
    background: #2962ff !important;
}*/

/* Small screens */
@media (max-width: 480px) {
    .cbm-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .cbm-label {
        opacity: 0.8;
    }

    .cbm-value {
        padding: 10px;
    }
}