
/* Setup */
@font-face {
    font-family: "Protogrotesk-regular";
    src: url(../Assets/protogrotesk-regular.otf) format('opentype');
}

@font-face {
    font-family: "Protogrotesk-light";
    src: url(../Assets/protogrotesk-light.otf) format('opentype');
}

@font-face {
    font-family: "DINPro-Bold";
    src: url(../Assets/DINPro-Bold.woff2) format('woff2');
}

@font-face {
    font-family: "DIN Pro";
    src: url(../Assets/DINPro.woff2) format('woff2');
}

@font-face {
    font-family: "DINPro-Light";
    src: url(../Assets/DINPro-Light.woff2) format('woff2');
}

* {
    margin: 0;
    padding: 0;
    /* font-family: "Protogrotesk-regular", trebuchet, sans-serif; */
    font-family: "DIN Pro";
}

body {
    overflow-x:hidden;
    min-height: 100vh;
    min-width: 100vw;
}

#image-logo {
    width: 150px;
    height: 80px;
}

#loadingIndicator {
    filter: none;
    width: 5%;
    height: 5%;
}

.blur {
    filter: blur(2px);
    pointer-events: none;
}

/* Nav Bar */
.navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 64px;
    padding-left: 64px;
}


.logo {
    color: #000;
    /* font-family: "Protogrotesk-regular"; */
    font-family: "DIN Pro";
    font-size: calc(16px + 1.5625vw);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-decoration: none;
}

@media (min-width: 353px) {
    .logo {
        letter-spacing: normal;
    }

    .navbar {
        padding-right: 24px;
        padding-left: 24px;
    }
}
#image-logo {
    width: 150px;
    height: 80px;
}
label {
    width:10%;
}

.form-control {
    word-wrap: normal;
    word-break: break-all;
    white-space: normal;
    display: block;
    height: auto;
    margin: 3px auto;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 81%;
}

select.form-control {
    display: inline-block
}

/*.dropdown .dropbtn {
    color: black;
}

.dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .dropbtn .navbar-light {
        color: black
    }
*/

/*.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
    border: none;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: #ddd;
    }*/



/* Breadcrumbs */
ol.breadcrumb {
    width: 100%;
    padding: 16px;
}

li.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

li.breadcrumb-item.active {
    color: white;
    text-decoration: none;
    position: relative;
}

    li.breadcrumb-item.active::after {
        content: "";
        position: absolute;
        top: 65%;
        left: 15%;
        width: 90%;
        height: 4px;
        background-color: white;
        margin-top: 8px;
    }
    /* Filer Panel  */

    .filter-panel {
        background-color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    @media (max-width: 767px) {
        .filter-panel {
            padding-top: 8px;
        }
    }

    .filter-panel h3 {
        margin-bottom: 12px;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.4px;
    }

    .btn.filter-dropdown {
        width: 100%;
        padding: 8px;
        font-size: 14px;
        border: none;
        border-bottom: 1px solid #ccc;
        outline: none;
        text-align: left;
        border-radius: unset;
    }


    .filter-dropdown.dropdown-toggle::after {
        position: absolute;
        right: 0;
    }

    .dropdown-menu.show {
        width: 100%;
        border-radius: unset;
        border: none;
        box-shadow: 0px 1px 26px 1px rgba(196, 196, 196, 0.8);
    }
    /* Detail page content */

    .details-page-content {
        background-color: #ffffff;
        padding: 32px 64px;
    }

        .details-page-content h1 {
            font-size: 2.5rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 4px;
        }

    @media (max-width: 768px) {
        .details-page-content l {
            padding: 24px;
        }
    }


    @media (max-width: 480px) {
        .details-page-content {
            padding: 12px;
        }
    }

    .title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 32px;
    }
    /* Buttons */

    .outline-secondary-botton {
        background-color: white;
        color: black;
        border: 1px solid #000;
        padding: 8px 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .icon {
        margin-right: 10px;
        font-size: 18px;
    }


    .tile-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .tile {
        border-radius: 10px;
        padding: 48px 24px;
        box-shadow: 0px 1px 26px 1px rgba(196, 196, 196, 0.8);
    }

        .tile h4 {
            /* font-family: 'Protogrotesk-regular'; */
            font-family: "DIN Pro";
            font-size: 1.8rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 3px;
            margin-bottom: 8px;
        }

        .tile p {
            /* font-family: 'Protogrotesk-light'; */
            font-family: "DINPro-Light";
            font-size: 1rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 2px;
        }

    .primary {
        color: black;
    }

    .secondary {
        background-color: black;
        color: white;
    }

    .documents-table,
    .company-detail-tables {
        border-radius: 10px;
        border: 1px solid #EDEDED;
        background: #FFF;
        box-shadow: 0px 1px 26px 1px rgba(196, 196, 196, 0.80);
        margin-bottom: 64px;
    }

tbody td {
    /* font-family: 'Protogrotesk-light'; */
    font-family: "DINPro-Light";
    font-size: clamp(0.8rem, 0.8vw, 1rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
}

    .top-level-labels {
        justify-content: space-between;
    }

.top-level-label {
    border: none;
    /* font-family: 'Protogrotesk-regular'; */
    font-family: "DIN Pro";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
}

    #document-table-body td,
    #document-table-body th {
        padding: 1rem;
    }

    .circular-button {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        color: black;
        cursor: pointer;
        font-size: 20px
    }


    .company-detail-tables th,
    .company-detail-tables td {
        padding: 1.5rem !important;
    }
    /* Footer */

    .footer {
        width: 100vw;
        padding: calc(16px + 1.5625vw);
    }

    .footer-content-container {
        display: table;
        border-spacing: calc(8px + 1.5625vw);
        width: 100%;
        gap: calc(16px + 1.5625vw);
        justify-content: center;
        align-items: center;
    }


    .footer-content {
        display: block padding: calc(16px + 1.5625vw) calc(8px + 1.5625vw);
        gap: 12px;
        background-color: white;
    }


        .footer-content div {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: calc(8px + 1.5625vw);
        }

        .footer-content h3 {
            /* font-family: 'Protogrotesk-regular'; */
            font-family: "DIN Pro";
            /*font-size: 2vw;*/
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 4.8px;
            margin-bottom: 24px;
        }

        .footer-content img {
            display: none;
        }

        .footer-content p {
            /* font-family: 'Protogrotesk-light'; */
            font-family: "DINPro-Light";
            /*font-size: 2.4vw;*/
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 1.6px;
        }

    @media (min-width: 576px) {
        .footer-content {
            display: table-cell;
            padding: calc(4px + 1vw) calc(6px + 1vw);
            gap: 12px;
            background-color: white;
        }

            .footer-content img {
                display: block;
            }

            .footer-content h3 {
                /* font-family: 'Protogrotesk-regular'; */
                font-family: "DIN Pro";
                /*font-size: 1.5vw;*/
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 4.8px;
                margin-bottom: 24px;
            }

            .footer-content p {
                /* font-family: 'Protogrotesk-light'; */
                font-family: "DINPro-Light";
                /*font-size: 0.8vw;*/
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                letter-spacing: 1.6px;
            }
    }
    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
    }
        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 17px;
            width: 17px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #6c757d;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #6c757d;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
        transform: translateX(17px);
    }

    .spinner-border {
        color: #6c757d;
    }
    /* Rounded sliders */
    .slider.round {
        border-radius: 23px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .align_center {
        text-align: center;
    }

    .hidden {
        display: none;
    }

    .float-right {
        float: right;
    }

    table.table-bordered thead tr.table-title {
        border-width: 0px;
    }

    .white-label {
        color: whitesmoke;
    }

        .white-label:hover {
            color: whitesmoke;
        }

    .grey-lnk {
        color: #212529;
    }

        .grey-lnk:hover {
            color: #6c757d;
        }

    .boxPadding-without-table {
        padding: 1.5rem !important;
    }

    .img-client-custom {
        width: 150px;
    }

    .dropdown-centered {
        text-align: center;
    }

    td.removeBorderRight {
        border-right-width: 0px;
    }

    td.removeBorderLeft {
        border-left-width: 0px;
    }