@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

.home-grid {
    overflow: auto;
    /*max-height: 60;*/
    padding: 0 5vw;
    display: grid;
    grid-template-columns:
    [col1] 1fr
    [col2] 1fr
}

.admin-company-grid {
    display: grid;
    grid-template-columns:
        [name] auto
        [expertise] auto
        [isPartner] auto
        [action] auto;
    width: 100%;
}

.tablev3 {
    padding: 20px;
    overflow: auto;
}

.tablev3 table {
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;

}

.tablev3 table {
    border-radius: 20px;
    border-collapse: collapse;
    border: 1px grey solid;
    min-width: 100%;
}

.tablev3-body tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.tablev3-body tr {
    height: 2em;
}

.tablev3-body tr:nth-child(even) {
    background-color: #f5f5f5;
}

.tablev3-body tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.tablev3-head {
    height: 2em;
    background-color: #002e65;
    padding: 10px;
}

.tablev3-head th {
    font-size: 1rem;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    padding: 10px;
    white-space: nowrap;
}
.tablev3-head th:last-child {
    font-size: 1rem;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    padding: 10px;
    display: flex;
}

.tablev3 * td {
    padding: 5px 10px;
}
.filtered-on {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    cursor: pointer;
}

.pagination a.active {
    background-color: #002e65;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.admin-company-grid-contents, .admin-company-grid-contents-row {
    display: contents !important;
}

.admin-company-grid-contents-row:hover > div {
    background-color: var(--soft-accent);
}

.admin-company-grid-contents-row > div {
    border-bottom: 1px solid var(--primary);
    margin: 2px 0
}

.admin-company-grid.show_test_entities * .is_test_entity {
    display: contents !important;
}

.admin-company-grid * .is_test_entity {
    display: none !important;
}

.admin-company-grid.is_not_selected * .is_not_selected,
.admin-company-grid.not_completed_phase_2 * .not_completed_phase_2,
.admin-company-grid.is_not_partner * .is_not_partner {
    display: none !important;
}

.blurred-item {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(1px);
}

.is_test_entity > div {
    opacity: 50%;
}


.home-grid-card {
    padding: 20px;
    margin: 10px;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.home-grid-card-body {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.links_name {
    font-family: Montserrat, sans-serif;
    /*color: #1a1b1f;*/
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.dropdown-item.links_name {
    text-transform: uppercase;
}

.faded-backdrop {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.home-grid-card.clickable {
    transition: all .3s ease-in-out;
}

.home-grid-card.clickable:hover {
    transform: scale(1.01);
    box-shadow: 0 0 6px rgba(33, 33, 33, .1);
}


span.home-grid-content {
    font-family: 'BebasNeue', serif;
    font-size: 3rem;
    color: white;
}

span.home-grid-content:hover {
    font-family: 'BebasNeue', serif;
    font-size: 3rem;
    color: white;
}

.img-article {
    width: 30%;
    border-radius: 20px;
}

.tagline-sm {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    /*padding: 10vh;*/
}

.header-text {
    /*font-family: 'BebasNeue', serif;*/
    padding: 5px 10px;
    font-size: 2rem;
}

.badge-area {
    position: absolute;
    bottom: 5px;
    left: 20px
}

.supervisor-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.internships-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.selection-area {
    border-radius: 20px;
    background-color: var(--secondary);
    padding: 20px;
    margin: 0 0 10px 0;
    color: white;
}

.selection-flex-area {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    align-items: stretch;

}

.header-area-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    align-items: stretch;
    padding: 0 20px;
}

.header-area-flex > div {
    background-color: white;
    border-radius: 10px;
    color: black;
    padding: 10px;
    /*width: -webkit-fill-available;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    min-width: 82px;
}


.selection-flex-area > div {
    background-color: white;
    border-radius: 10px;
    color: black;
    padding: 10px;
    /*width: -webkit-fill-available;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
}

/*.selection-flex-area > div.filling:nth-child(2), div.filling:nth-last-child(2) {*/
/*    background-color: transparent;*/
/*    width: 20px;*/
/*    padding: 0;*/
/*}*/

.selection-flex-area > div.filling {
    background-color: transparent;
    min-width: 20px;
    padding: 0;
}

.selection-flex-area > div.filling:nth-child(2).over, div.filling:nth-last-child(2).over {
    background-color: lightgray;
    width: 100px;
    padding: 0;
}

.selection-flex-area > div.filling.over {
    background-color: lightgray;
    width: 50px;
}

.selection-flex-area * img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    max-width: 60px;
    max-height: 60px;
}


.vacancy-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.vacancy-flex > div {
    width: 45%;
    margin: 10px;
}

.entities-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1em;
    justify-content: space-between;
}

.card-stat-header {

}

.card-stat-body {
    min-height: 40px;
    width: 100%;
    text-align: center;
}

.company-stat-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}


.company-stat-column {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.company-stat-column * div {
    width: 100%;
    margin: 4px;
}

.mobile-show {
    display: none;
}

.qr-button {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: var(--primary);
}

.qr-popup-bg {
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 30%;
    padding: 10% 10%;
    z-index: 101;
}

.qr-popup {
    background-color: white;
    border-radius: 20px;
    z-index: 102;
    padding: 20px;
    margin: auto 20px;
}

.qr-code {
    width: 100%;
}

.qr-code > img {
    width: 100%;
}

.qr-popup > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
    height: 100%;
}

.user-row {
    border-bottom: 1px solid lightgray;
    padding: 4px;
    display: flex;
    background-color: darkseagreen;
}

.timeframe-row {
    width: 100%;
    display: flex;
    max-width: 500px;
}

.timeframe-row-company {
    width: 100%;
    display: flex;
    max-width: 900px;
}

.timeframe-row > div, .timeframe-row-company > div {
    padding: 5px 10px;

}

.timeframe-row:nth-child(odd), .timeframe-row-company:nth-child(odd) {
    background-color: #ddd;
}


.timeframe-title {
    text-align: right;
    width: 30%;
}

.timeframe-content {
    width: 70%;
}

.center-all {
    width: 100%;
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.action-area {
    width: 100%;
    height: 100%;
    overflow: auto; /* or overflow: hidden; */

}

.company-area {
    font-weight: 700;
}

.booth {
    margin: 2px 0 2px 10px;
    background-color: #fff3cd;
    padding: 3px;
}

/*.qr-popup > div{*/
/*    opacity: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: blue;*/
/*    border-radius: 20px;*/
/*}*/

.page-wrapper.fade {
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

@media only screen and (max-width: 1024px) {
    .img-article {
        width: 100%;
    }

}

@media (min-width: 1024px) {
    .col-md-5.mwidth100 {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
}


@media only screen and (max-width: 1024px) {
    .tagline {
        /*padding: 10vh 0;*/
        height: 40vh;
    }


    .mobile-hide {
        display: none;
    }

    .mobile-flex-column {
        display: flex;
        flex-direction: column;
    }

    .content-wrapper {
        height: 100%;
    }

    .qr-button > svg {
        width: 80px;
        height: 80px;
    }

    .desktop {
        min-height: 80%;
    }

    .desktop > #content-wrap {
        min-height: 100%;
    }

    .logo-font {
        font-size: 5rem;
    }

    .page-wrapper {
        padding: 0 20px;
        height: 100vh;
        width: 100%;
    }

    .col-md-5 {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }

    .mobile-header {
        font-size: 5rem;
        text-align: center;
    }

    .alert {
        font-size: 2rem;
    }

    label {
        font-size: 1.2rem;
    }

    .logo-font > img {
        height: 100px;
        margin-top: 60px;
    }

    .navbar-toggler * i {
        font-size: 5rem;
    }

    #default-navbar {
        display: flex;
        padding: 0 80px
    }

    form {
        font-size: 1rem;
        margin: 20px 0;
    }

    .form-control {
        font-size: 1.5rem;
    }

    input[type='text'],
    input[type='text'],
    input[type='email'],
    select,
    input[type='password'] {
        font-size: 1.5rem;
    }

    button.btn, a.btn {
        font-size: 1rem;
    }

    .mwidth100 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mmargin40 {
        margin: 40px 0;
    }

    .mmargin10 {
        margin: 10px 0;
    }

    .html5-qrcode-element {
        font-size: 3rem;
        border-radius: 20px;
        color: white;
        padding: 5px 10px;
        width: 80%;
        margin: 10px auto;
        background-color: var(--primary);
        display: block;
    }

    p, a, ul, li {
        font-size: 1rem;
    }

    h6, h5 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 2.3rem;
    }

    h1 {
        font-size: 2rem;
    }

    #qr-reader__dashboard_section {
        text-align: center !important;
    }

    /*    navbar  */
    .mhide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

}



