html,
body {
    background-color: var(--app-color-bg) !important;
    color: var(--app-color-text) !important;
}
/*logo*/
.network-settings-text {
    color: #50b9e4;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-top: 22px;
    font-weight: bold;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.navbar-left, .navbar-right {
    display: flex;
    align-items: center;
}

.keyCloak-logo {
    height: 50px;
    margin-right: 10px;
}

.network-settings-text {
    color: #50b9e4;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.breadcrumb-item a {
    color: #007bff !important;
    text-decoration: none;
}

/*.idam {
    font-family: 'Open Sans';
    font-size: 18px;
    margin-top: 11%;
    margin-left: -43.5%;
    font-weight: bold;
    color: #3ab9e4;
}
.portal {
    font-family: 'Open Sans';
    font-size: 18px;
    margin-top: 11%;
    font-weight: bold;
    color: #3ab9e4;
}*/

.keyCloak-logo {
    height: 45px;
    display: block;
    margin: 5px;
}
.header-message, .header-message-XC, .header-message-UC, .header-message-SC, .header-message-TC, .footer-message {
    /*top: 0;
    height: 16px;
    line-height: 16px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 0;
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 1000;*/
    background-color: rgb(0, 128, 0);
    color: rgb(255, 255, 255);
    position: fixed;
    z-index: 999;
    text-align: center;
    height: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
}
.header-message-XC, .header-message-UC {
    background-color: rgb(0, 128, 0);
}
.header-message-SC {
    background-color: red;
}
.header-message-TC {
    background-color: yellow;
    color: black;
}

.navbar {
    background-color: #0d1b48 !important;
    padding-top: 8px;
    padding-bottom: 0;
    min-height: 50px;
}
.userName {
    font-family: 'Stylish';
    font-size: 18px;
    color: white;
}
.log-icon {
    font-size: 20px;
    color: white;
}
.environment {
    font-family: 'Stylish';
    font-size: 16px;
    color: white;
    margin-right: 10px;
}
body {
    position: relative;
    font-size: 0.80rem;
}
.page-body {
    display: flex;
    height: 76vh;
    align-items: center;
    justify-content: center;
}
.footer {
    background-color: #0d1b48 !important;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
label {
    font-size: 11px !important;
}
/*.btn-primary {
    background-color: #26408B !important;
    border-color: #26408B !important;
}
    .btn-primary:hover {
        background-color: #0d1b48 !important;
        border-color: #0d1b48 !important;
    }*/

/*.breadcrumb {
    color: #C33C54;
}
breadcrumb:hover {
    color: #9c3043;
    cursor: pointer;
}*/
.breadcrumb {
    font-size: 0.90rem !important;
}

.breadcrumb-item a {
    color: #C33C54;
}

    .breadcrumb-item a:hover {
        color: #9c3043;
    }
/*Cursor*/
.pointer{
    cursor:pointer;
}
/*Signout dialog*/
.custom-shadow {
    box-shadow: 0 0 80px rgb(0 0 0 / 18%);
}

/*Cards*/
/*.card {
    height:100%;
}*/
.card-deck {
    width: initial;
}
.spinner {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    /* Add other styles for the spinner, e.g., width, height, position, etc. */
}
/*FAQs*/
div.panel-group div.panel-heading a {
    text-decoration: none;
    display: block;
}

/*Loader*/
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 700ms linear infinite; /* updated animation name */
    top: 47%;
    left: 47%;
    position: absolute;
    z-index: 5;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}


/* Spinner */
.spinner-border {
    width: 3rem;
    height: 3rem;
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loading-label {
    top: 60%;
    left: 42%;
    position: absolute;
    z-index: 5;
    font-style: italic;
    font-weight: bold;
    font-size: small;
}


/*KCClientSelfService*/
.white-bg {
    width: 107.5%;
    border: 0px;
    margin-left: -1rem;
}
/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/*.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5;
}*/

.carousel-control-next-icon {
    color: black !important;
}
.carousel-item img {
    object-fit: contain;
    width: 100%;
    height: 33em;
}
.carousel-control-prev-icon {
    width: 25px;
    height: 30px;
    background-color: black;
}
.carousel-control-next-icon {
    width: 25px;
    height: 30px;
    background-color: black;
}
.carousel-indicators li{
    background-color: black;
}
.carousel-caption {
    bottom: 35%;
}


.mt-custom {
    margin-top: 1.2rem;
}

.activity-tooltip {
    position: relative;
    display: inline-block;
}
.activity-tooltip .activity-tooltip-text {
    visibility: hidden;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    background-color: white;
    padding: 0 5px;
    border: 1px solid;
    text-align: center;
    font-size: 0.65rem;
    z-index: 999;
    opacity: 0;
    transition: opacity 1s;
}

.activity-tooltip:hover .activity-tooltip-text{
    visibility: visible;
    opacity: 1;
    overflow: visible;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
tbody tr{
    /*cursor:pointer;*/
    font-size: 14px;
}

code {
    color: #323d47;
}

.table td{
    padding: 0.5rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff !important;
    color: #1b5168;
    font-weight: 900;
}

.table th {
    padding: 0.5rem;
}

.adminstats-table{
    text-align: center;
}

a {
    color: #1f5d78;
}
    a:hover {
        color: #1f5d78;
    }

.page-item.active .page-link {
    background-color: #1b5168;
    border-color: #1b5168;
}

/*.btn-primary {
    background-color: #1b5168;
    border-color: #1b5168;
}

.btn-primary:hover {
    background-color: #1f5d78;
    border-color: #1f5d78;
}

.btn-primary:hover:active {
    background-color: #1f5d78;
    border-color: #1f5d78;
}

.btn-primary:active {
    background-color: #1f5d78 !important;
    border-color: #1f5d78 !important;
}*/
        

.nav-tabs .nav-link.active {
    border-color: #1f5d78 #f1f2f3 #ffffff;
}

.nav-tabs-minimal .nav-link.active {
    border-bottom-color: #1f5d78;
    color: #1f5d78;
}

.custom-radio .custom-control-label::after {
    background-color: #1b5168;
}

.badge-vdi-resets {
    background-color: #2d3e47;
}
.badge-password-resets {
    background-color: #4974a5;
}

.badge-training-unlocks {
    background-color: #dadfe6;
}
.badge-admin-account {
    background-color: #2c3268;
    color: white;
}

.simplepicker-date-section {
    background-color: #1f5d78;
}
.simplepicker-day-header {
    background-color: #1b5168;
}

.simplepicker-calender tbody .active:after, .simplepicker-calender tbody td:active:after {
    background-color: #1f5d78
}

.simplepicker-btn {
    border-color: #1b5168;
    color: #1b5168;
}

.simplepicker-btn:hover {
    background-color: #1f5d78;
    border-color: #1f5d78;
}

.simplepicker-btn:hover:active {
    background-color: #1f5d78;
    border-color: #1f5d78;
}

.simplepicker-btn:active {
    background-color: #1f5d78 !important;
    border-color: #1f5d78 !important;
}

.mutlivalue-list-item{
    margin-bottom: 0;
    line-height: 1.4;
}


.control-label {
    display: inline-block;
    line-height: 35px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    font-weight: 600;
}

/*button {
    letter-spacing: 0px !important;
}*/

.form-action-button {
    padding: 2px 5px 0px 5px;
}

.btn-user-details{
    float: right;
}

.button-address-icon {
    color: #323d47;
}

.button-address-icon:hover {
    color: #1f5d78;
}

.button-vdi-session-reset {
    background-color: #D13C2D;
    border-color: #D13C2D;
}

.nav-tabs-shadow .nav-link {
    padding: 1.25em 1.5em;
}

.form-group-account-info {
    margin-bottom: 20px;
}

.form-group-personal-info{
    margin-bottom: 5px;
}

.td-number-of-accounts {
    text-align: center;
}

.modal-account-details {
    max-width: 840px;
}

.accordion {
    border-right: none;
    border-left: none;
}

.accordion .activity-card {
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
}

.accordion .card-title a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-activity-title {
    margin-bottom: 0px;
}
.p-activity-title.no-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-item{
    padding: .4rem 0 .6rem 0;
}

.step-content{
    width: 100%;
}

.step-icon{
    width: auto;
}

.step-icon .iconbox{
    width: 32px;
    height: 32px;
    line-height: inherit;
    font-size: inherit;
}

.strong-activity-title{
    color: #323d47;
    font-weight:500;
}

.control-activity-search {
    margin-top: 0.25em;
}

.nav-sub-link{
    margin-left: 10px;
    font-size: 12px;
}

/*.card-body-activity {
    border-left: 2px solid #757575;
    margin-left: 1rem;
    padding-left: .5em;
    margin-bottom: 0;
}*/

.form-control-search {
    height: 35px;
}

.dashboard-event-type-count{
    line-height: 2px;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

ul.no-bullet{
    list-style:none
}


.vdi-data-grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: [bullet] 32px [text-data] auto;
    grid-row-gap: 10px
}
.vdi-bullet-grid {
    grid-row: 1;
    grid-column: bullet;
}
.vdi-data-result-grid {
    grid-row: 1;
    grid-column: text-data;
}
.vdi-data-label-grid {
    grid-row: 2;
    grid-column: 1 / -1
}

@media ( max-width: 991px ) and (min-width: 766px){
    .vdi-data-label-grid > small {
        font-size: 10px !important;
        padding: 0px !important; 
    }
}
@media ( max-width: 765px ) and (min-width: 576px) {
    .vdi-data-label-grid > small {
        font-size: 9px !important;
        padding: 0px !important;
    }
}
@media ( max-width: 575px ) {
    .vdi-data-grid {
        padding-left: 20px;
    }
    .vdi-data-label-grid > small {
        font-size: 12px !important;
        padding: 10px !important;
    }
}



