html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.wl-text {
    color: #13599B;
    font-size: 16px;
    font-family: "Museo Sans", sans-serif;
    font-weight: 300;
    word-wrap: break-word;
}

.wl-table th,
.wl-table td {
    vertical-align: middle;
}

.wl-table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: max-content;
    min-width: 80%;
}

.table-scroll-wrapper {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.wl-table thead th {
    font-weight: bold;
    font-size: 20px;
    position: sticky;
    top: 0;
    z-index: 2;
}

    .wl-table thead th:first-child {
        z-index: 3;
    }


.col-speciality {
    background-color: white !important;
    text-align: left;
    border-style:hidden !important;
}
th.col-speciality {
    width: 250px;
    min-width: 150px;
    max-width: 400px;
}
@media (max-width: 420px){
    th.col-speciality{
        width:180px !important;
    }
}

.col-site-1 {
    background-color: #EBECEC !important;
    border-style: hidden !important;
}
th.col-site-1, th.col-site-2{
    width:150px;
    min-width:125px;
    max-width:200px;
}
.col-site-2 {
    background-color: #DBEBFB !important;
    border-style: hidden !important;
}

.header-subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #65798B;
}

.wl-table td {
    position: relative;
}

    .wl-table td::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 24px;
        height: 1.5px;
        background-color: #13599B;
    }
.wl-table tr:last-child td {
    border-bottom: none;
}

.wl-table td:first-child,
.wl-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #E7F0F9;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}

.wl-table th:first-child,
.wl-table td:first-child {
    width: 250px; 
    min-width: 200px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}



.custom-select {
    border: 2px solid #13599B;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: "Museo Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 6px 12px;
}

    .custom-select:focus {
        outline: none;
        border-color: #0f4471;
        box-shadow: 0 0 0 2px rgba(19, 89, 155, 0.2);
    }