:root {
    --bs-primary: #ff671f;
    --bs-primary-rgb: 230, 0, 126;
    --bs-secondary-rgb: 103,35,106;
    --bs-light-rgb: 248, 249, 250;
    --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-color: #100235;
    --bs-body-rgb: 245, 245, 245;
    --ust-brandinglogo: url("../assets/ust-brandinglogo.jpg");
    --ust-brandinglogo-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    --ust-invoicelogo: url("../assets/ust-brandinglogo.jpg");
    --ust-bg-login: url("../assets/ust-bg-login.jpg");
    --bs-body-bg-rgb: 248, 249, 250;
    --ust-bg-advert: url("../assets/ust-bg-login.jpg");
    --ust-bg-welcome: url("../assets/ust-bg-welcome.jpg");
}


/*Scrollbar*/

.scrollarea {
    overflow-y: auto;
}

.scrollarea::-webkit-scrollbar {
    display: none;
}

.scrollcolumn {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 1rem;
    margin-right: 1.5rem;
}

.scroll-y {
    overflow-y: scroll;
}

.scroll-x-hidden {
    overflow-x: hidden;
}

.scrollcolumn::-webkit-scrollbar {
    width: 0.5rem;
}

.scrollcolumn::-webkit-scrollbar-track {
    background: none;
    margin: 0.5rem;
}

.scrollcolumn::-webkit-scrollbar-thumb {
    background-color: rgba(var(--bs-secondary-rgb),0);
    border-radius: 1rem;
}

.scrollcolumn:hover::-webkit-scrollbar-thumb {
    background-color: rgba(var(--bs-secondary-rgb),0.25);
}

.scrollcolumn::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--bs-secondary-rgb),0.4);
}

.scrollcolumn:hover::-webkit-scrollbar-thumb {
    background-color: rgba(var(--bs-secondary-rgb),0.25);
}

.scrollcolumn::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--bs-secondary-rgb),0.4);
}

/*Sidebar*/

nav.sidebar {
    width: 260px;
}

nav.sidebar hr {
    color: #e7e9ed;
    height: 2px !important;
}

nav.sidebar .nav-link {
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

nav.siderbar .dropdown-toggle {
}

.nav-pills .nav-link {
    color: rgba(var(--bs-body-color),1) !important;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    color: #FFF !important;
}

/*nav pills*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgba(var(--bs-primary-rgb),1);
}

nav .headnav {
    /*            border: solid;
            border-color: rgba(var(--bs-secondary-rgb), 0.1);
            border-width: 0 0 1px 0;*/
}

nav.headnav > .nav-link {
    border: solid;
    border-color: rgba(var(--bs-primary-rgb), 0);
    border-width: 0 0 3px 0;
    color: rgba(var(--bs-secondary-rgb),0.8) !important;
    font-weight: bold;
}

nav.headnav > .nav-link.active {
    border-color: rgba(var(--bs-primary-rgb));
    color: rgba(var(--bs-body-color),1) !important;
}

/*Accordian*/
.accordion.ust {
}

.accordion.ust .accordion-item {
    border-style: none;
}

.accordion.ust .accordion-button:not(.collapsed), .accordion.ust .accordion-button {
    box-shadow: none;
    background: none;
    color: rgba(var(--bs-body-color),1) !important;
}

.accordion.ust .accordion-button::after {
    font-family: "Material Icons Outlined";
    font-size: 1rem;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "\e5cf";
    text-align: center;
    background: none;
    transition: transform 0.2s ease-in-out;
    margin: 0;
    padding: 0;
    margin-left: 0.75rem;
    margin-right: -2.25rem;
    color: rgba(var(--bs-secondary-rgb), 1) !important;
}

.accordion.ust .accordion-item.empty .accordion-button::after {
    content: "";
    cursor: default
}

.accordion.ust .accordion-item.empty .accordion-button {
    cursor: default
}

.accordion.ust .accordion-button:not(.collapsed)::after {
    background: none;
    transform: rotate( -180deg);
}

/* table */
.table.ust > tbody > :last-child > td {
    border-bottom: none;
}

.table > :not(:first-child) {
    border-top: inherit;
}

.table.ust > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

/* remove this if we add a graphic underneath */
.table.ust > tbody > :last-child > td {
    border-bottom: none;
}

.table.ust th {
    font-size: 1rem;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.table.ust > :not(caption) > * > * {
    padding: 0.5rem 0 0.5rem 0;
}

.table-buttons {
    text-align: right;
    white-space: nowrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0;
    vertical-align: middle;
}

.btn-table {
    padding: 0;
    font-size: 1.1rem;
    border-radius: 1rem !important;
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    color: rgba(var(--bs-secondary-rgb),0.5);
    background-color: transparent;
}

.btn-table:hover {
    background-color: rgba(var(--bs-light-rgb),1);
}

.btn-table:focus {
    box-shadow: 0 0 0 0.1rem rgb(var(--bs-secondary-rgb-rgb));
    background-color: transparent;
}

.btn-table > * {
    font-size: 1em;
    text-align: center;
}

.isDefault {
    color: rgba(var(--bs-secondary-rgb),0.25);
}

.isOverride {
    color: rgba(var(--bs-secondary-rgb),1);
    font-weight: bold;
}

/*List Group*/

.list-group.ust {
}

.list-group.ust > a {
    background: none;
    border: none;
    border-radius: 0.25rem;
}

.list-group.ust > a:hover {
    background: #fff;
}

.list-group.ust > a.active {
    background: rgba(var(--bs-primary-rgb), 1);
}

.list-group.ust > a.active .text-secondary {
    color: #FFF !important;
}

hr.ust {
    --bs-gutter-x: 7.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    background-color: rgba(var(--bs-secondary-rgb),0.8) !important;
}

.ust-caret::after {
    font-family: "Material Icons Outlined";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "\e5cf";
    border: none;
    color: rgba(var(--bs-secondary-rgb), 1) !important;
}

/*buttons*/

.btn-primary {
    color: #fff;
    background-color: rgba(var(--bs-primary-rgb), 1) !important;
    border-color: rgba(var(--bs-primary-rgb), 0) !important;
}

.btn-primary:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.75) !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.25);
}

.btn-secondary {
    color: #fff;
    background-color: rgba(var(--bs-secondary-rgb), 0.8) !important;
    border-color: rgba(var(--bs-secondary-rgb), 0) !important;
}

.btn-secondary:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.5) !important;
}

.btn-outline-secondary {
    border-color: rgba(var(--bs-secondary-rgb), 0.8) !important;
}

.btn-outline-secondary:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1) !important;
    border-color: rgba(var(--bs-secondary-rgb), 0.8) !important;
    color: rgba(var(--bs-secondary-rgb), 0.8) !important;
}

.btn-outline-secondary:focus {
    box-shadow: none;
    opacity: 0.3;
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: rgba(var(--bs-secondary-rgb), 0.8) !important;
    border-color: rgba(var(--bs-secondary-rgb), 0) !important;
}

.list-load + .btn-outline-secondary {
    border-color: rgba(var(--bs-secondary-rgb), 1) !important;
    opacity: 0.5;
}

<<<<<<< HEAD
.list-load + .btn-outline-secondary:hover {
    opacity: 0.8;
}

.list-load + .btn-outline-secondary:focus {
    box-shadow: none;
    opacity: 0.3;
}
=======
    .list-load + .btn-outline-secondary:hover {
        opacity: 0.8;
    }

    .list-load + .btn-outline-secondary:focus {
        box-shadow: none;
        opacity: 0.3;
    }
>>>>>>> jabir/navbar-fixes

.btn-nav {
    color: rgb(var(--bs-primary-rgb));
    border-color: transparent;
    background-color: transparent;
}

.btn-nav:hover {
    color: rgb(var(--bs-primary-rgb));
    background-color: transparent;
    border-color: rgb(var(--bs-primary-rgb));
    ;
}

.btn-nav:disabled, .btn-nav.disabled {
    color: rgb(var(--bs-primary-rgb));
    background-color: transparent;
}

.btn-outline-nav {
    border-color: rgba(var(--bs-secondary-rgb), 1) !important;
    opacity: 0.5;
}

.btn-outline-nav:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1) !important;
    border-color: rgba(var(--bs-secondary-rgb), 1) !important;
    opacity: 0.8;
    color: rgba(var(--bs-secondary-rgb), 1) !important;
}

.btn-outline-nav:focus {
    box-shadow: none;
    opacity: 0.3;
}


.btn-outline-primary {
    border-color: rgba(var(--bs-primary-rgb), 0.8) !important;
    color: rgba(var(--bs-primary-rgb), 0.8) !important;
}

<<<<<<< HEAD
=======
    .btn-outline-primary:hover {
        background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
        border-color: rgba(var(--bs-primary-rgb), 0.8) !important;
        color: rgba(var(--bs-primary-rgb), 0.8) !important;
    }

    .btn-outline-primary:focus {
        box-shadow: none;
        opacity: 0.3;
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }



>>>>>>> jabir/navbar-fixes
/*Typography*/

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.5rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.25rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.125rem;
    }
}

h5, .h5 {
    font-size: 1rem;
    font-weight: 700;
}

h6, .h6 {
    font-size: 1rem;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}

.small {
    font-size: 0.8rem;
}

/*forms*/

.form-label {
    font-size: 1rem;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
    color: rgb(var(--bs-secondary-rgb));
}

.form-check-label {
    font-size: 1rem;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
    color: rgb(var(--bs-secondary-rgb));
}

.col-form-label {
    font-size: 1rem;
    font-variant-caps: all-petite-caps !important;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
    color: rgb(var(--bs-secondary-rgb));
    text-align: right;
}

.form-control {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.form-control-plaintext {
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
}

<<<<<<< HEAD
.form-control-plaintext:focus-visible {
    outline: none;
}
=======
    .form-control-plaintext:focus-visible {
        outline: none;
    }
>>>>>>> jabir/navbar-fixes

.form-check-input {
    margin-top: 0.5em;
}

.form-label.required::after {
    content: ' *';
    color: rgba(var(--bs-primary-rgb),1);
}

form .hasDefaults input::placeholder {
    color: rgba(var(--bs-secondary-rgb),0.25);
}

form .input-group.hasDefaults {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

form .input-group.hasDefaults > * {
    border: none;
    box-shadow: none !important;
}

form .input-group.hasDefaults .btn > .material-icons-outlined {
    font-size: 0.75em;
}

/*Modals*/

.modal-backdrop {
    background: none;
    backdrop-filter: blur(7px);
}

.modal-backdrop.fade {
    opacity: unset;
}

.modal-backdrop.show {
    opacity: unset;
}

.modal-content {
    margin-top: 5rem;
    border: none;
}

.modal-header {
    padding: 0;
    border: none;
    margin-top: -3rem;
    align-items: start;
}

.modal-body {
}

.modal-footer {
    border: none;
}

.btn-modal-close {
    border-radius: 50rem !important;
    padding: 0 0.6rem 0 0.6rem;
    font-size: 0.875rem;
    background-color: rgba(var(--bs-secondary-rgb), 1) !important;
    margin-top: 1rem;
}

.modal-icon {
    background-color: rgba(var(--bs-primary-rgb),1);
    box-sizing: border-box;
    border-radius: 1.5625rem;
    padding: 1rem;
    display: inline-block;
}

.modal-title .modal-title {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.modal-icon > .material-icons-outlined {
    font-size: 3rem;
    color: #fff;
}

/*  CARDS  */
.card {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card hr {
    margin: 0.5rem -1rem;
    border-color: rgb(var(--bs-secondary-rgb));
    opacity: 0.1;
}

.card.bg-advert {
    background: var(--ust-bg-advert) no-repeat;
    background-size: cover;
}

.card.bg-welcome {
    background: var(--ust-bg-welcome) no-repeat;
    background-size: cover;
}

/*overrides for DataTables with Boostrap 5*/
.dataTables_wrapper.dt-bootstrap5 {
    font-size: 0.75rem;
    color: rgb(var(--bs-secondary-rgb));
}

table.dataTable {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.table.dataTable > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.table.dataTable {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 0.2rem;
}

.table.dataTable thead {
    font-size: 1rem;
    font-variant-caps: all-petite-caps;
    font-weight: bold;
    color: rgb(var(--bs-secondary-rgb));
    letter-spacing: 0.05rem;
}

.table.dataTable tbody {
    font-size: 0.8rem;
    color: rgb(var(--bs-secondary-rgb));
    letter-spacing: 0.05rem;
    background-color: #fff;
    border-radius: 1rem;
}

.table.dataTable tr td:first-child {
    padding-left: 1rem;
}

.table.dataTable thead tr:last-child td:first-child {
    border-start-start-radius: 0.2rem;
}

.table.dataTable thead tr:last-child td:last-child {
    border-start-end-radius: 0.2rem;
}

.table.dataTable tbody tr:last-child td:first-child {
    border-end-start-radius: 0.2rem;
}

.table.dataTable tbody tr:last-child td:last-child {
    border-end-end-radius: 0.2rem;
}

.table.documents.dataTable tbody tr td {
    height: 4rem;
    vertical-align: middle !important;
}

<<<<<<< HEAD
.table.documents.dataTable tbody tr td > * {
    vertical-align: middle !important;
}
=======
    .table.documents.dataTable tbody tr td > * {
        vertical-align: middle !important;
    }

    .table.documents.dataTable tbody tr td > .material-icons-outlined {
        font-size: 2rem;
    }
>>>>>>> jabir/navbar-fixes

.table.documents.dataTable tbody tr td > .material-icons-outlined {
    font-size: 2rem;
}

.pagination {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: inline-flex;
}

.pagination .page-link {
    border: none;
    color: rgba(var(--bs-primary-rgb));
}

.page-item.active .page-link {
    background-color: rgba(var(--bs-primary-rgb));
    border-color: rgba(var(--bs-primary-rgb));
}

.dataTables_wrapper div.dataTables_filter input {
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.dataTables_wrapper div.dataTables_length select {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/*Data Tables selection*/
.dataTable .selected {
    background-color: rgba(var(--bs-primary-rgb));
    color: #FFF !important;
}

<<<<<<< HEAD
.dataTable .selected .btn.btn-table {
    background-color: rgba(var(--bs-primary-rgb));
    color: rgba(var(--bs-light-rgb)) !important;
}
=======
    .dataTable .selected .btn.btn-table {
        background-color: rgba(var(--bs-primary-rgb));
        color: rgba(var(--bs-light-rgb)) !important;
    }
>>>>>>> jabir/navbar-fixes

.dataTable .material-icons-outlined {
    font-size: inherit;
}

.select-info {
    display: none;
}

.modal-fullscreen {
    width: 98vw;
    max-width: none;
    margin: 0 auto 0 auto;
    height: initial;
<<<<<<< HEAD
=======
}

.dataTable.collapsed tbody td.details-control:before {
    content: "\e146";
    font-family: "Material Icons Outlined";
    /*color: $body_text_color;*/
    display: inline-block;
    padding: 0 10px 0 0;
}

.dataTable.collapsed tbody tr.shown td.details-control:before {
    content: "\e909";
}

.dataTable tbody tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}

.dataTable tbody tr.child ul.dtr-details {
    list-style-type: none;
    padding-left: 60px;
}

.col-form-label-left {
    font-size: 1rem;
    font-variant-caps: all-petite-caps !important;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
    color: rgb(var(--bs-secondary-rgb));
    text-align: left;
}

.scroll-y {
    overflow-y: scroll;
}

.scroll-x-hidden {
    overflow-x: hidden;
}

.tooltip-inner {
    white-space: pre-wrap;
}
body {
    min-height: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

html {
    height: -webkit-fill-available;
}

.badge.menu {
    border: solid rgb(var(--bs-secondary-rgb));
    color: rgba(var(--bs-secondary-rgb),1);
    opacity: 0.7;
}

.active .badge.menu {
    border: solid rgb(var(--bs-white-rgb));
    color: rgba(var(--bs-white-rgb),1);
}

.logo {
    background: var(--ust-brandinglogo) no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 2.5rem;
}

.login-logo {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--ust-brandinglogo) no-repeat center;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    padding-left: 5.5rem;
    border-radius: 1.5625rem;
    box-shadow: var(--ust-brandinglogo-shadow) !important;
}

.invoice-logo {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    height: 4rem;
}

/*Override MVC validation style*/
.validation-summary-errors ul {
    list-style: none;
    padding-left: 0px;
}

/**
 * ==============================================
 * Loading Animations
 * ==============================================
 */


.list-load {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0 -5%;
    overflow: hidden;
    height: 0;
    transition: padding 0.15s ease-out;
}

    .list-load.active {
        padding: 2rem 0;
        transition: padding 0.25s ease-in;
    }




.dot-falling {
    position: relative;
    left: -9999px;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    background-color: rgba(var(--bs-secondary-rgb),1);
    color: rgba(var(--bs-secondary-rgb),1);
    box-shadow: 9999px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    -webkit-animation: dot-falling 1s infinite linear;
    animation: dot-falling 1s infinite linear;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

    .dot-falling::before, .dot-falling::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-falling::before {
        width: 0.5em;
        height: 0.5em;
        border-radius: 0.25em;
        background-color: rgba(var(--bs-secondary-rgb),1);
        color: rgba(var(--bs-secondary-rgb),1);
        -webkit-animation: dot-falling-before 1s infinite linear;
        animation: dot-falling-before 1s infinite linear;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        right: -0.2em;
    }

    .dot-falling::after {
        width: 0.5em;
        height: 0.5em;
        border-radius: 0.25em;
        background-color: rgba(var(--bs-secondary-rgb),1);
        color: rgba(var(--bs-secondary-rgb),1);
        -webkit-animation: dot-falling-after 1s infinite linear;
        animation: dot-falling-after 1s infinite linear;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        left: -0.2em;
    }

@-webkit-keyframes dot-falling {
    0% {
        box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
    }

    25%, 50%, 75% {
        box-shadow: 9999px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    }

    100% {
        box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
    }
}

@keyframes dot-falling {
    0% {
        box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
    }

    25%, 50%, 75% {
        box-shadow: 9999px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    }

    100% {
        box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
    }
}

@-webkit-keyframes dot-falling-before {
    0% {
        box-shadow: 9984px -15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }

    25%, 50%, 75% {
        box-shadow: 9984px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    }

    100% {
        box-shadow: 9984px 15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }
}

@keyframes dot-falling-before {
    0% {
        box-shadow: 9984px -15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }

    25%, 50%, 75% {
        box-shadow: 9984px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    }

    100% {
        box-shadow: 9984px 15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }
}

@-webkit-keyframes dot-falling-after {
    0% {
        box-shadow: 10014px -15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }

    25%, 50%, 75% {
        box-shadow: 10014px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    }

    100% {
        box-shadow: 10014px 15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }
}

@keyframes dot-falling-after {
    0% {
        box-shadow: 10014px -15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }

    25%, 50%, 75% {
        box-shadow: 10014px 0 0 0 rgba(var(--bs-secondary-rgb),1);
    }

    100% {
        box-shadow: 10014px 15px 0 0 rgba(var(--bs-secondary-rgb),0);
    }
}

.text-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.fail {
    color: red !important;
}

.hideCell {
    border-color: rgb(var(--bs-body-rgb));
    border-top-color: rgb(var(--bs-body-rgb)) !important;
    border-bottom-color: rgb(var(--bs-body-rgb)) !important;
    box-shadow: none !important;
}


.bar {
    font-size: 1.3em !important;
    vertical-align: middle;
}

.bar.barApplied {
    color: rgb(var(--bs-danger-rgb));
}

.bar.barPending {
    color: rgb(var(--bs-warning-rgb));
}

.bar.barRemoved {
    opacity: 0;
}

.numberUsageProgress {
    display: flex;
    width: 100%;
}

.numberUsageProgress .progress {
    width: 60%;
    height: 5px;
    margin-right: 5px !important;
}

    .numberUsageProgress .normal {
        font-weight: normal;
    }

.text-nowrap {
    white-space: nowrap;
}

.overflow-wrap {
    overflow-wrap: anywhere;
}

.siteUsageProgress .progress {
    height: 5px;
}

.fl-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.fl-col {
    display: flex;
    flex-direction: column;
    column-gap: 1rem;
}

.mtb-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.card-container .card {
    width: 200px;
}

.card-container h6 {
    letter-spacing: normal;
}

.card-container h5 {
    letter-spacing: normal;
}

#global-bundle-alert thead td {
    font-variant-caps: normal;
    letter-spacing: normal;
    padding-right: 1rem;
}

#global-bundle-alert h7 {
    color: black;
    letter-spacing: normal;
}

#global-bundle-alert button {
    font-weight: bold;
    width: fit-content;
    font-size: .8rem;
    padding: .25rem 1rem;
}

.margin-auto {
    margin: auto;
}

.m-r-0 {
    margin-right: 0;
}

.text-danger.small {
    font-size: 0.775rem;
}

.bg-disabled {
    background-color: #656565;
}

.bg-enabled {
    background-color: #198754;
}

body.login {
    background-image: var(--ust-bg-login);
    background-repeat: no-repeat;
    background-size: cover;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}



.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }


.form-switch-flex {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.custom-toggle {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    max-width: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 2px;
    margin: 0;
    cursor: pointer;
    margin-left: -2.5rem;
    flex: 1;
    margin-right: 5px
}

.custom-toggle-label {
    line-height: 1;
    flex: 2;
}

.custom-toggle::-moz-range-thumb {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
}

.custom-toggle.tgl-on::-webkit-slider-thumb {
    background-color: #fff;
}
.custom-toggle.tgl-on {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.custom-toggle.tgl-def::-webkit-slider-thumb {
    background-color: #fff;
}
.custom-toggle.tgl-def {
    background-color: #ddd;
    border-color: rgb(222, 226, 230);
}

.custom-toggle.tgl-off::-webkit-slider-thumb {
    background-color: #999;
}
.custom-toggle.tgl-off {
    background-color: #ddd;
    border-color: rgb(222, 226, 230);
}

.custom-toggle::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.custom-toggle:focus {
    outline: none;
}


.applet {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--bs-body-color);
}

.applet:hover {
    color: var(--bs-body-color);
    opacity: 0.8;
}


.applet .applet-button {
    background-color: rgba(var(--bs-primary-rgb),1);
    box-sizing: border-box;
    border-radius: 1.5rem;
    padding: 1rem;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 0.5rem;
}

.applet:hover .applet-button {
}

.applet .applet-button > .material-icons-outlined {
    font-size: 3rem;
    color: #fff;
}
