.hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.dc,
.vc {
    background-color: #f6f9fc;
    color: #8898aa;
    border-color: #ebecec;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px !important;
    border-bottom-width: 1px;
    font-weight: 600;
}

.update {
    font-size: 16px;
}

.white-btn {
    background-color: #fff;
    color: #525f7f;
    border-color: #e9ecef;
}

.bg-light-blue {
    background-color: #dce5ff !important;
}

.bg-light-red {
    background-color: #ffdede  !important;
}

.pr-0{
    padding-right: 0 !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    display: inline-block;
}

#patient-table th {
    font-size: 10px !important;
}

.readable{
    display: none;
}


    .dropdown-container {
        position: relative;
        width: 100%;
        max-width: 400px;
    }

    .dropdown-container input {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

    .search-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 300px;
        overflow-y: auto;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin-top: 4px;
    }

    .dropdown-item {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #f5f5f5;
        outline: none;
    }

    .dropdown-item small {
        display: block;
        color: #666;
        font-size: 0.8em;
        margin-top: 2px;
    }


.treatment-history-table td , .treatment-history-table th{
    font-size: 13px !important;
}

.mobile-view {
    display: flex;
}

.desktop-view {
    display: none;
}

@media (min-width: 768px) {
    .mobile-view {
        display: none !important;
    }

    .desktop-view {
        display: block !important;
    }
}
