
.tab-pane {
    margin: 20px 20px;
}

i.highlight {
    color: #0090f1;
}

.lading-page-logo {
    width: 40rem;
}

.toplogo {
    width: 180px;
}

h3.highlight {
    color: #FF8358;
}

label {
    margin-left: 0.1em;
    margin-bottom: 0.1em;
    margin-top: 0.50em;
}

.menu-theme {
    padding: 10px !important;
    font-size: 15px;
    cursor: pointer;
}

.form-control.date {
    border-radius: 15px !important;
}

#kgwrapper {
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 0px;
    border: 2px solid #000;
    border-radius: 5px;
    /*height: 13.0em;*/
    margin-top: 15px;
}

.input-group-text {
    border-radius: 15px 0 0 15px;
}

.buttons {
    padding-top: 15px;
}

    .buttons > button.btn {
        margin: 0 2.5px;
    }

        .buttons > button.btn:first-of-type {
            margin-left: 0;
        }

        .buttons > button.btn:last-of-type {
            margin-right: 0;
        }

.accountname {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: top;
    white-space: nowrap;
}

.profile-element {
    padding-top: 10px;
}

html:not([data-bs-theme=dark]) .skin-material .welcome-message {
    font-weight: 500;
    color: rgb(142, 152, 166) !important;
}

.nav-header {
    padding: 10px 20px;
    background-color: #000000 !important;
}

.skin-material.bd-logon {
    background-image: url('./images/bg-logon-page.png') !important;
    background-size: cover;
    background-repeat: round;
    display: flex;
    justify-content: flex-end; /* Push content to the right */
    height: 100%; /* Full viewport height */
    margin: 0;
}

.content-box {
    margin-right: 0 !important; /* Optional spacing from right edge */
    background: rgba(255, 255, 255, 0.1); /* translucent white background */
    backdrop-filter: blur(10px); /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border-radius: 10px;
    padding: 30px;
    width: 100% !important;
    color: #fff; /* Optional: white text for contrast */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* optional shadow */
}

.btn-file {
    position: relative;
    overflow: hidden;
    border-radius: 15px !important;
    margin-right: 3px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        /*
*/
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

ul.nav > li.wz-menu-link-kb {
    margin-top: 1rem;
}

ul.nav li a {
    display: flex;
    align-items: center;
}

    ul.nav li a > .arrow {
        margin-left: auto;
    }

    ul.nav li a i {
        font-size: 18px
    }

/* offset 4px li.active border-left so items stay aligned */
ul.nav:not(.nav-second-level):not(.nav-third-level) > li.active > a {
    padding-left: 21px; /* 25px - 4px */
}

#userinfo {
    margin-top: 1.5rem;
    border: 1px solid #a7b1c2;
    border-radius: 3px;
}

    #userinfo:hover {
        background: #141a29;
        border-color: white;
    }

        #userinfo:hover > a {
            color: white;
        }

    #userinfo > a {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        color: #DBDFE6;
    }

        #userinfo > a > span.fa-cog {
            margin-left: 0.5rem;
        }

a:hover {
    text-decoration: inherit;
}

a {
    cursor: pointer;
}

#userinfoname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* WCG Table Formatting, numbers aligned right, total rows in bold.*/
th.number, th[number], td.number {
    text-align: right;
}

tr.total td {
    font-weight: bold;
}


li.nav-item > a.nav-link[data-toggle="tab"] > span.badge {
    margin-left: 8px;
}

.white-bg.page-heading {
    margin-bottom: 20px;
    padding: 20px 10px;
}

    .white-bg.page-heading h2 {
        margin: 0;
    }


.breadcrumbs {
    position: relative;
    z-index: auto;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    min-height: 31px;
    line-height: 30px;
    padding: 0 5px 0 0;
}

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 20px;
    margin: 0px 22px 0 12px;
    padding: 0;
    font-size: 10px;
    color: #333;
    border-radius: 0;
}

    .breadcrumb > li,
    .breadcrumb > li.active {
        display: inline-block;
        color: #555;
        padding: 0 3px
    }

        .breadcrumb > li > a {
            display: inline-block;
            color: #4c8fbd;
        }

        .breadcrumb > li + li:before {
            font-family: "Font Awesome 5 Pro";
            font-size: 14px;
            content: "\f105";
            color: #b2b6bf;
            padding: 0;
            margin: 0 8px 0 0;
            position: relative;
            top: 1px
        }

    .breadcrumb .home-icon {
        font-size: 15px;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 2px;
        vertical-align: top
    }



.navbar-brand-webtest {
    background: #3276b1;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    height: 30px;
}


table.dataTable th.checkboxtableheader {
    width: 10px !important;
}

table.dataTableFit td, table.dataTable th {
    width: auto !important;
    white-space: normal;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
}

table.dataTableFit {
    table-layout: fixed;
    width: 100% !important;
    font-size: 13px;
}

table > tbody > tr.wz-table-row-clickable {
    cursor: pointer;
}

table > tbody > tr > td.wz-table-row-actions {
    display: flex;
    flex-flow: row wrap;
}

    table > tbody > tr > td.wz-table-row-actions > a > i {
        display: block;
        margin: 5px;
    }

/*
.dataTables_filter input[type=search] {
	max-width: 90%;
}

.dataTables_filter label {
	max-width: 100%;
}

.dataTables_wrapper div.row:first-child {
	table-layout: fixed;
	width: 100% !important;
}
*/



#bottomright_loading {
    text-align: center;
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    border-radius: 3px;
    z-index: 99;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-width: thin;
    border-style: solid;
    border-color: #ececec;
}

#bottomright_spinner {
    padding-top: 5px;
}

.sk-spinner-three-bounce div {
    max-height: 13px;
    max-width: 13px;
}

li[loadingdisabled] {
    pointer-events: none;
}

span.readonlyvalue {
    display: block;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}


.feed-activity-list {
    margin-top: 15px;
}

.feed-element {
    position: relative;
    border-radius: 8px;
}


.media-body.icon {
    padding-left: 50px;
}

.list-name-icon-container {
    position: absolute;
    top: 0px;
}

.list-nameicon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ddd;
    background: #eee;
}

.list-nameicontext {
    width: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 16px;
    padding-top: 0.5em;
}



.name-icon-container {
    position: absolute;
    top: 24px;
}

.name-container {
    padding-top: 10px;
    padding-left: 50px;
    line-height: 60px;
    height: 60px;
}

.user-info.image > .name-container {
    padding-left: 0px;
}

.nameicon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ddd;
    background: #eee;
}

.nameicontext {
    width: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 16px;
    padding-top: 0.7em;
}

.feed-element .media-body {
    padding-left: 50px;
}


.float-right {
    float: right !important;
}


.media-body {
    padding-left: 10px;
}

.pull-right {
    float: right !important;
}

.feed-element {
    padding-bottom: 3px;
}



.closeout {
    overflow: visible !important;
}

div.top li.paginate_button {
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 1px;
}

ul.pagination {
    float: right;
    padding-top: 10px;
}

div.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0;
}

    div.dt-button-collection.fixed.two-column {
        margin-left: -200px;
    }

    div.dt-button-collection.fixed.three-column {
        margin-left: -225px;
    }

    div.dt-button-collection.fixed.four-column {
        margin-left: -300px;
    }

div.dt-button-collection > :last-child {
    display: block !important;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

    div.dt-button-collection > :last-child > * {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }

div.dt-button-collection.two-column {
    width: 400px;
}

    div.dt-button-collection.two-column > :last-child {
        padding-bottom: 1px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

div.dt-button-collection.three-column {
    width: 450px;
}

    div.dt-button-collection.three-column > :last-child {
        padding-bottom: 1px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }

div.dt-button-collection.four-column {
    width: 600px;
}

    div.dt-button-collection.four-column > :last-child {
        padding-bottom: 1px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -ms-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
    }

div.dt-button-collection .dt-button {
    border-radius: 0;
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2001;
}

@media screen and (max-width: 640px) {
    div.dt-buttons {
        float: none !important;
        text-align: center;
    }
}

button.dt-button.processing, div.dt-button.processing, a.dt-button.processing {
    color: rgba(0, 0, 0, 0.2);
}

    button.dt-button.processing:after, div.dt-button.processing:after, a.dt-button.processing:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        box-sizing: border-box;
        display: block;
        content: ' ';
        border: 2px solid #282828;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: dtb-spinner 1500ms infinite linear;
        -o-animation: dtb-spinner 1500ms infinite linear;
        -ms-animation: dtb-spinner 1500ms infinite linear;
        -webkit-animation: dtb-spinner 1500ms infinite linear;
        -moz-animation: dtb-spinner 1500ms infinite linear;
    }

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

    div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 4px;
        margin-right: 0;
    }

        div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
            background-color: #28a745;
            border: 1px solid #e7eaec;
            color: white;
            box-shadow: inset 1px 1px 3px #666;
        }

        div.dt-button-collection button.dt-button:not(.active), div.dt-button-collection button.dt-button:not(.active), div.dt-button-collection div.dt-button:not(.active), div.dt-button-collection div.dt-button:not(.active), div.dt-button-collection a.dt-button:not(.active), div.dt-button-collection a.dt-button:not(.active) {
            background-color: white;
        }


.dropdown-menu a.dropdown-item.disabled {
    color: #6c757d !important;
    cursor: default !important;
}

.scndetail {
    width: 175px;
}

.success-scan {
    font-size: 48px;
    color: green;
}

bg-blur {
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.blur-background {
    filter: blur(5px);
}

.fail-scan {
    font-size: 48px;
    color: #b92f3e;
}

select[size].form-control {
    height: 100%;
}

.btn-white {
    border-radius: 15px !important;
    border: 1px solid #0CC5C9;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border: 2px solid #0CC5C9;
    border-radius: 15px !important;
}

.btn-secondary {
    border: 2px solid #0CC5C9;
    border-radius: 15px !important;
}

/*html:not([data-bs-theme=dark]) .btn-primary {
    color: #fff;
    background-color: #000000;
    border: 3px solid #0CC5C9;
    border-radius: 15px !important;
}*/
.btn-primary:hover {
    color: #fff;
    background-color: #5c9b9d;
    border-color: #0CC5C9;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #0CC5C9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #0CC5C9;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

.login-control {
    border-radius: 15px !important;
}

.toast-custom {
    position: absolute !important;
    top: 5%;
    left: 40%;
    z-index: 1099;
    border-radius: 20px;
}

/* Below CSS to overrite the nav bar theme */

.navbar-default {
    background-color: #000000 !important;
}

    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
        background-color: inherit;
        color: #fff !important;
    }

.nav > li.active > a {
    background-color: #293846 !important;
    color: #fff !important;
}

.nav.metismenu > li.active {
    border-left: 4px solid #0CC5C9 !important;
}

.skin-material ul.nav-second-level {
    background-color: #000000 !important;
    color: #cfcfcf !important;
}

.skin-material ul.nav-third-level {
    background-color: #000000 !important;
    color: #cfcfcf !important;
}

.skin-material .nav > li.active {
    background-color: #000000 !important;
    color: #cfcfcf !important;
}

.nav > li > a {
    color: #cfcfcf !important;
    padding: 13px 20px 13px 25px !important;
    display: block !important;
    font-weight: 600 !important;
}

/* Overrite default toast theme */
.toast {
    border-color: #bdc2c7;
    z-index: 3000;
}

.form-control, .form-select {
    border-radius: 15px !important;
}

.wrapper.wrapper-content {
    padding: 2px 20px 40px !important;
}

.primary-page-bottom-section {
    position: absolute;
    bottom: 35%;
    left: 14%;
    color: white;
}

.primary-page-top-section {
    max-width: 700px;
    position: absolute;
    top: 10%;
    left: 10%;
}

.sec-text-color {
    color: yellow;
}

.sec-text-size {
    font-size: 4rem;
    font-weight: 700;
    line-height: 5rem;
    padding-top: 4rem;
    width: 39rem;
}

.tag-line {
    font-size: 2.2rem;
    width: 44rem;
    padding-top: 20px;
    line-height: 2.3rem;
}

.p-api-log {
    padding: 8px 6px 10px 0;
    margin-top: 0;
}

.select-api-user {
    width: 25rem;
}

    .select-api-user select {
        width: -webkit-fill-available !important;
    }

.page-item.active .page-link {
    background-color: #000000;
    border: 2px solid #0CC5C9;
}

.ibox {
    box-shadow: none !important;
}

.badge {
    padding-top: 6px !important;
}

/* Changes for datetimepicker calendar control */
html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget {
    /* Your custom styles */
    background-color: #233545 !important;
    border: 1px solid #ccc !important;
}

html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget .timepicker-hour,
html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget .timepicker-minute {
    color: white !important
}

html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget table td.day {
    color: #AAB8C5; /* Change to your desired color */
}

/* icons */
html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget .far {
    color: #AAB8C5;    
}

html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget .picker-switch {
    color: #AAB8C5;
}

/* Style the day names header (Su, Mo, Tu...) */
html:not([data-bs-theme=light]) .bootstrap-datetimepicker-widget table thead tr:nth-child(2) th {
    color: #AAB8C5;
}