html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin-bottom: 60px;*/
}

.innerBodyCss {
    overflow: hidden;
}

.logoOutter {
    height: 110px;
}

.logoContainerTop {
    text-align: center;
    width: 100%;
}

.card-box {
    min-height: 450px;
}

.innerTopLogo {
    height: 80px;
}

/* Target devices with a max width of 768px (common breakpoint for tablets and smaller screens) */
@media only screen and (max-width: 768px) {
    .logoOutter {
        height: 70px;
        max-width: 100%;
    }
}



.form-floating>.form-control:focus~label {
    transform: scale(0.99) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:not(:placeholder-shown)~label {
    transform: scale(0.99) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control~label {
    transform: scale(0.99) translateY(-.5rem) translateX(.15rem);
}


.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

#staticBackdropLabel {
    color: #005D2B;
}

#staticBackdropLabel.errorMessage {
    color: red;
}

/* custom */

.custom-bg {
    background-color: hsl(218, 41%, 15%);
    color: white;
}




.content {
    margin-left: 300px;
    transition: 0.3s;
    padding: 20px;
    background-color: #f8f9fa;
}


@media (max-width: 767px) {


    .content {
        margin-left: 0;
        width: 100%;
    }

    .content.collapsed {
        margin-left: 0;
    }

    #logout-icon {
        display: none;
        /* margin: 0 !important; */
    }
}


@media (max-width: 767) {
    #sidebarToggle {
        margin-left: 0 !important;
    }
}



#sidebarToggle {
    margin-right: 1rem;
    z-index: 110;
    position: relative;
    background: none;
    border: none;
    outline: none;
    transition: 0.3s;
    color: black;
}

#sidebarToggle:hover {
    background-color: lightgray;
}

#sidebarToggle:focus {
    outline: none;
}



.required::after {
    content: "*";
    color: red;
    margin-left: 0.2em;
}

.main-container {
    height: calc(100vh - 60px) !important;
    overflow: auto;
}

.form-signin {
    padding: 35px;
}



.nav-list-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.nav-list-item.active,
.nav-list-item:hover {
    background-color: #007bff;
    color: #fff;
}


#assignmenttable th,
#assignmenttable td {
    /* text-align: center;*/
    vertical-align: middle;
    padding: 10px;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}

/* select2 */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 4px;
}

.user-data-form {
    padding-bottom: 35px;
}

#job-alert-table th,
#job-alert-table td {
    text-align: center;
    vertical-align: middle;
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
}

#assignmenttable {
    width: 100%;
    border-collapse: collapse;
}

#assignmenttable thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

#assignmenttable thead th,
#assignmenttable thead tr {
    background-color: #244034;
    border-color: #f0f5f3;
    color: #ffffff;
}

#assignmenttable tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* #assignmenttable th,
#assignmenttable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
    max-width: 180px;
    word-wrap: break-word;
} */

/* Scrollbar styling */
.table-container::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

.table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the track */
}

.table-container::-webkit-scrollbar-thumb {
    background: #00BF58;
    /* Scrollbar handle color */
    border-radius: 5px;
    /* Rounded corners */
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Handle color when hovered */
}

/* For Firefox */
.table-container {
    scrollbar-color: #00BF58 #f1f1f1;
    /* Handle color and track color */
    scrollbar-width: thin;
    /* Thinner scrollbar */
}

.btn-primary {
    background-color: #00BF58 !important;
}



.dashboard-body .dash-card-one {
    height: 120px;
}


@media only screen and (max-width: 768px) {
    .logoOutter {
        height: 70px;
        max-width: 100%;
    }

    .dashboard-body .dash-card-one {
        height: 175px;
    }
}

.pointerCss {
    cursor: pointer;
}

.btnCustomCss {
    height: 41px;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    min-width: 100px;
}

#profile-dropdown {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    padding: 0.375rem 1rem;
    display: inline-block;
}

.logo.admin-logo {
    width: auto;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
}



.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 1;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

@media (max-width: 424px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 110px;
    }
}

@media (min-width: 424px) and (max-width: 991px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 146px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 80px;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 80px;
    }
}

@media (min-width: 1101px) and (max-width: 1220px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 100px;
    }
}

@media (min-width: 1221px) and (max-width: 1300px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 125px;
    }
}

@media (min-width: 1301px) and (max-width: 1399px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 146px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 120px;
    }
}

@media (min-width: 1500px) {
    .dash-card-one .dashboard-title {
        width: 100%;
        display: inline-block;
        min-width: 146px;
    }
}