﻿p, .nav-tab-text, .wrapper li, .wrapper p {
    font-family: var(--public-redesign-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.court-text {
    color: #1C1D1F;
    font-size: 28px;
    font-family: var(--public-redesign-font-family);
    font-weight: 600;
    word-wrap: break-word;
}

.court-text-info {
    align-self: stretch;
    color: #343A40;
    font-size: 16px;
    font-family: var(--public-redesign-font-family);
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.hl-content-courtinfo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.leader-main-grey {
    /*display: flex;*/
    background-color: var(--cultured-pearl);
    border-radius: 15px;
    padding: 24px;
    margin: 1rem 1rem 1rem 0rem;
    border: 1px solid var(--Gray-Gray-400, #CED4DA);
}

.image-leaders {
    /*width: 13rem;
    height: fit-content;*/

    width: 211px;
    height: 284px;
    object-fit: cover;
}

.leader-content {
    padding: 1rem 1rem 1rem 2rem;
}



.nav-tabs {
    border-bottom: 1px solid #CED4DA !important;
}

    .nav-tabs .nav-item .nav-link {
        border: none !important;
        border-bottom: 0px !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, nav-item.active:hover {
        background: white;
        color: #0F5132;
        border-color: #0F5132 !important;
        border: none !important;
        border-bottom: 2px solid #0F5132 !important;
    }

    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item.active:hover {
        border: none !important;
        background: white !important;
        border-color: none !important;
        color: #0F5132 !important;
        border-bottom: 2px solid #0F5132 !important;
    }

.card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Gray-Gray-400, #CED4DA);
    background: var(--Default-White, #FFF);
}

.card-instructions-text {
    color: var(--Gray-Gray-800, #343A40);
    font-family: var(--public-redesign-font-family) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.p, .page-instructions, li {
    font-size: 16px;
    color: var(--Gray-Gray-800, #343A40);
    font-family: var(--public-redesign-font-family) !important;
}

.tbl {
    border: 1px solid var(--Gray-Gray-400, #CED4DA);
    background-color: #f8f9fa;
    padding: 8px 10px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.tblDocuments thead th {
    background-color: #e7eaec !important;
    color: #212529 !important;
    text-align: left !important;
}

table > thead > tr > th {
    background-color: #e7eaec !important;
    color: #212529 !important;
    text-align: left !important;
}

tbody, td, tfoot, th, thead, tr {
    border-bottom: 1px solid var(--Gray-Gray-400, #CED4DA);
}

.text-danger {
    color: red !important;
    margin-top: .25rem;
    font-size: .875em;
    width: 1.2rem;
    height: 1.5rem;
}

.table_text {
    padding: 8px 10px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


td, th {
    height: 3rem;
    align-items: center;
    gap: 12px;
    font-family: var(--public-redesign-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 25px;
}


.ibox-content {
    border-style: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*.CourtOptions {
    padding-left: 90px;
    padding-right: 70px;
}*/
.document-path-text {
    margin: auto;
}

.custom-court-td {
    padding-right: 1rem;
}

@media (max-width: 1400px) {
    .public-tab {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 850px) {
    .test-class {
        display: unset !important;
    }
}

@media (max-width: 585px) {
    .document-text {
        display: block;
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 585px) {
    .CourtOptions {
        padding-left: 25px;
        padding-right: 30px;
    }
}

@media (max-width: 500px) {
    .hl-content {
        display: inline !important;
    }
}

@media (min-width:425px) and (max-width: 445px) {
    .image {
        margin-left: 3rem;
        margin-bottom: 1rem;
    }
}


@media (min-width:409px) and (max-width: 425px) {
    .image {
        margin-left: 2rem;
        margin-bottom: 1rem;
    }
}


.button-custom-padding {
    padding-left: 0px !important;
}


.test-class {
    display: flex;
}

.img {
    width: -webkit-fill-available;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.cardtest {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.cardtext {
    flex-grow: 1;
    margin-left: 10px;
    min-width: 150px;
}


.image {
    float: left; /* or right */
    margin-right: 15px; /* space between image and text */
    height: 250px;
}

.BG-image {
    float: left; /* or right */
    margin-right: 15px; /* space between image and text */
    height: 200px;
    width: 200px;
}

.BG-image-WGC {
    float: left;
    margin-right: 15px;
    height: 200px;
    width: 200px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    object-fit: contain;
    box-sizing: border-box;
}