/* Google Font-Start */
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../webfonts/Poppins-Regular.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../webfonts/Poppins-Regular.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(../webfonts/Poppins-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Google Font-End */

.h3, h3 {
    font-size: 1.35rem !important;
}

.btnblue {
    background: #1e69a2 !important;
    font-weight: 500 !important;
}

.btnyellow {
    background: #d6c313 !important;
}

.bulletdot {
    font-size: 9px !important;
    color: black !important;
}

/*Patient care plan - Start*/
.radio-buttons {
}

.radio-buttons label {
    display: block !important;
    padding: 10px 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    background-color: #f9f9f9 !important;
    transition: background-color 0.3s, border-color 0.3s !important;
}

.radio-buttons input[type="radio"] {
    display: none !important;
}

.radio-buttons input[type="radio"]:checked + label {
    background-color: #007bff !important;
    color: white !important;
    border-color: #007bff !important;
}

.radio-buttons label:hover {
    background-color: #eaeaea !important;
}

.single-line {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}
/*Patient care plan - End*/

/*Left and Top Nav bar - Start*/
.patientBtnNav {
    background: linear-gradient(45deg, #28577A, #6CAEDF) !important;
    color: white !important;
    border: none !important;
}

.billing-custom-bg {
    background-color: #4079a5 !important;
}

.dollar-custom {
    color: #4079a5 !important;
}
/*Left and Top Nav bar - End*/

/*off-canvas*/
.offcanvas-end {
    width: 650px !important;
}
/*off-canvas*/

/*ul-dropdown*/
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
    outline: none !important;
}
/*ul-dropdown*/


@media (min-width: 768px) and (max-width: 1024px) {
    .dashboardBox {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

thead th {
    white-space: nowrap !important;
    font-size: 16px !important;
}

tbody td {
    white-space: normal !important;
    word-break: break-word !important;
    font-size: 15px !important;
}