﻿.float-right {
    float: right !important;
}

.bg-primary {
    background-color: #2c3c87 !important;
}

.no-scroll {
    scrollbar-width: none !important;
}


h4 {
    padding: 4px !important;
    background-color: #d0d4d7 !important;
    color: #000 !important;
    text-align: center !important;
    font-weight: bold !important;
}

th {
    font-weight: normal !important;
    font-size: 14px !important;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 5px;
    font-size: 1em;
    font-weight: 600;
}

.required-label::after {
    content: "*";
    color: red;
    margin-left: 5px;
    font-size: 1em;
    font-weight: 600;
}

.header-td {
    background-color: #d0d4d7 !important;
    color: #000 !important;
    text-align: center !important;
    font-weight: bold !important;
}

.font-bold {
    font-weight: 600 !important;
}

.suggestion-list-box {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 150px;
    overflow-y: auto;
    min-width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    border: none;
}

    .suggestion-list-box .list-group-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        color: black;
        cursor: pointer;
        padding: 0.25rem 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: none;
        margin: 0;
    }

        .suggestion-list-box .list-group-item:hover {
            background-color: whitesmoke;
            color: white;
        }

.confirm-box {
    top: 50px;
    max-width: 450px;
    min-height: 250px;
    padding: 15px;
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .confirm-box h5 {
        text-align: center;
        font-weight: 600;
        font-size: 1.3rem;
    }

    .confirm-box .message {
        color: #000dff;
        font-weight: 400;
        font-size: 1rem;
        text-align: center;
    }

    .confirm-box .question {
        color: #808080;
        font-weight: 400;
        font-size: 1rem;
        text-align: center;
    }


.markdown > table thead th, .table thead th {
    font-weight: 500 !important;
    text-transform: none !important;
}

.custom-bordered-table td, .custom-bordered-table th {
    border: 1px solid #ddd !important; /* Customize the color and thickness as needed */
}

#ckbCheckAll {
    display: inline-block !important;
    margin: 0 auto !important;
    transform: scale(1.2) !important;
}

#select_emp {
    display: inline-block !important;
    margin: 0 auto !important;
    transform: scale(1.2) !important;
}

.passphoto-img {
    max-width: 40px !important;
    max-height: 36px !important;
    min-width: 40px !important;
    min-height: 36px !important;
}

.custom-header {
    background-color: #f1f3f5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.header-icon {
    width: 60px;
    height: 60px;
}

.markdown > table > :not(caption) > * > *, .table > :not(caption) > * > * {
    padding: .25rem .50rem !important;
}

.align-middle {
    text-align: center;
    vertical-align: middle;
}

.card-login {
    max-width: 400px !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
}
    .card-login .cd-hdr-ftr {
        border-radius: 20px !important;
        text-align: center !important;
        background-color: #f8fafc;
    }



/********************* Gridview Container Style *********************/
.gv-container {
    min-height: auto;
    margin: 0px;
    overflow: overlay !important;
    scrollbar-width: thin;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0 !important;
}

.gvc-150 {
    max-height: 150px !important;
}

.gvc-200 {
    max-height: 200px !important;
}

.gvc-250 {
    max-height: 250px !important;
}

.gvc-300 {
    max-height: 300px !important;
}

.gvc-350 {
    max-height: 350px !important;
}

.gvc-400 {
    max-height: 400px !important;
}

.gvc-450 {
    max-height: 450px !important;
}

.gvc-500 {
    max-height: 500px !important;
}

.table-gv {
    font-size: 0.75rem;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    margin: 0 !important;
}

    .table-gv th,
    .table-gv td {
        padding: 0.28rem 0.45rem;
        vertical-align: middle;
        border: .5px solid #dee2e6;
        font-size: 0.75rem !important;
    }

    .table-gv th {
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #f3f3f3 !important;
        color: #495057 !important;
        font-weight: bold !important;
    }

    .table-gv td {
        background-color: #fff;
    }

    .table-gv tr:hover {
        background-color: #f1f3f5 !important;
    }

/********************* PDF Gridview Style *********************/

.pdf-container {
    min-height: auto;
    margin: 0px;
    overflow: overlay !important;
    scrollbar-width: thin;
    padding: 0 !important;
}

.pdf-gv-350 {
    max-height: 350px !important;
}

.table-pdf {
    font-size: 0.75rem;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    margin: 0 !important;
}

    .table-pdf td {
        padding: 0.28rem 0.45rem;
        vertical-align: middle;
        border: .5px solid #dee2e6;
        background-color: #fff;
        font-size: 0.75rem !important;
        font-weight: bold;
    }

    .table-pdf .hdr-td {
        background-color: #f3f3f3 !important;
        font-weight: bold;
        text-align: center;
    }

    .table-pdf .space-td {
        height: 10px;
    }

    .table-pdf img {
        width: 100%;
        height: 220px;
        border-radius: 0.5rem;
        border: 1px solid #dee2e6;
    }

    .table-pdf span {
        color: #000;
        font-weight: normal !important;
    }

    .table-pdf .company_logo {
        width: 100%;
        height: 50px;
        border: 0 !important;
    }
/********************* Media Style *********************/


@media (min-width:360px) {
    .thank-you h1 {
        font-size: 4.5em;
    }

    .thank-you .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .thank-you .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .thank-you .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}

@media print {
    .no-print {
        display: none !important;
    }
}
