﻿:root {
    /* Custom Variables */
    
    /* Form States */
    --bs-form-focus-border-color: #86b7fe;
    --bs-form-focus-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-form-checked-background-color: var(--bs-primary);
    --bs-form-checked-border-color: var(--bs-primary);
}

*:not(body), .form-switch .form-check-input, *::after {
    transition: .15s ease-in-out;
}


.nav {
    /* Nav Colours */
    --bs-nav-link-color: #0000008c !important;
    --bs-nav-link-hover-color: #000000b3 !important;
    --bs-nav-link-disabled-color: #0000004d !important;
}

.progress {
    --bs-progress-height: .5rem !important;
}

.navbar-brand {
    max-width: 288px;
}

.rounded-4 > .card-img-top {
    border-top-left-radius: var(--bs-border-radius-xl);
    border-top-right-radius: var(--bs-border-radius-xl);
}

.card-img-custom {
    /* Used with inline "background-image" */
    height: 200px;
    max-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-img-custom.card-img-custom-chapters {
    width: 96px;
    height: 100%;
    max-height: 100%;
}

.circle-outer {
    text-align: center;
    font-family: sans-serif;
    border-radius: 100%;
}

.circle-inner {
    height: 100%;
    width: 100%;
    background: black;
    color: white;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.circle-outer-header {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.circle-inner-header {
    font-size: 18px;
    padding: 2px
}

.circle-outer-activities {
    width: 30px;
    height: 30px;
    padding: 4px !important;
    position: absolute;
    top: 42px;
    left: 35px;
}

.circle-inner-activities {
    font-size: 15px;
}

.circle-outer-new-member {
    width: 22px;
    height: 22px;
    padding: 4px;
    position: absolute;
    margin-top: -17px;
    margin-left: -7px;
}

.circle-inner-new-member {
    font-size: 11px;
}

.circle-alignment {
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.circle-alignment-relative {
    position: absolute;
    bottom: -10px;
    left: 53%;
}

.circle-alignment-profile {
    position: absolute;
    right: 40px;
    bottom: 0px;
}

.members-badge {
    position: absolute;
    bottom: -5px;
    width: 34px;
    display: flex;
    height: 34px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: -10px;
    background: conic-gradient(rgb(128, 128, 128), rgb(128, 128, 128));
    border-radius: 50%;
}

.members-badge span {
    padding: 5px;
    line-height: 1em;
    background-color: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropstart > .profile-dropdown::before {
    display: none;
}

.topic-edit {
    background: url('../images/ico-edit.gif') left top no-repeat;
    cursor: pointer;
    width: 15px;
    clear: both;
}

.page-header-container {
    background-image: url(../images/page-header-bkgd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header {
    background-image: linear-gradient(45deg, rgba(0,0,0,1), rgba(32,40,53,0.65));
    padding: 40px 0px;
    color: var(--bs-light);
}

.required-label-icon::after {
    content: "*";
    color: var(--bs-danger);
    margin-left: 5px;
}

.star-wrapper .rating-container.rating-xs.rating-animate.is-star {
    display: flex;
    align-items: center;
}

.star-wrapper .rating-container .rating {
    font-size: 22px;
}

.star-wrapper .clear-rating.clear-rating-active {
    margin-top: 5px;
    font-size: 17px;
}

.star-wrapper .rating-container .empty-stars {
    -webkit-text-stroke: 0;
}

.star-wrapper .rating-container .filled-stars {
    color: var(--bs-primary);
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.star-wrapper .rating-container .caption {
    margin-top: 0
}

.ui-autocomplete, .select2-results__options, .k-list-container, .ui-datepicker, .select2-results__options {
    /* B5 Dropdown */
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--bs-primary);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-search--dropdown {
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    border: 1px solid var(--bs-dropdown-border-color);
    border-radius: 0;
    border-top: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: transparent;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        border-color: var(--bs-form-focus-border-color);
        border-radius: 0.25rem;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
        outline: none;
    }

.select2-container--open .select2-results__options {
    display: block;
    width: 100%;
}

.select2-dropdown--below .select2-results__options {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-dropdown--above .select2-results__options {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-menu-item, .select2-results__option, .k-check-all {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

    .ui-menu-item:hover, .select2-results__option:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg);
    }

    .ui-menu-item:active, .ui-menu-item:focus, .select2-results__option:active, .select2-container--default .select2-results__option[aria-selected="true"]:active, .select2-results__option:focus, .select2-container--default .select2-results__option--highlighted[aria-selected] {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg);
    }

.select2-selection.select2-selection--multiple, .k-multiselect-wrap, .k-textarea, .k-textbox, .select2-container--default .select2-selection--single {
    /* B5 Form Control */
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
}

    .k-textarea.k-state-focus, .k-textarea.k-state-focused, .k-textarea:focus, .k-textbox.k-state-focus, .k-textbox.k-state-focused, .k-textbox:focus, .select2-selection.select2-selection--multiple:focus {
        color: #212529;
        background-color: #fff;
        border-color: var(--bs-form-focus-border-color);
        outline: 0;
        box-shadow: var(--bs-form-focus-shadow);
    }

.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: var(--bs-form-focus-border-color);
    box-shadow: var(--bs-form-focus-shadow);
}

.form-check-input:checked {
    background-color: var(--bs-form-checked-background-color);
    border-color: var(--bs-form-checked-border-color)
}

.btn-close:focus {
    box-shadow: var(--bs-form-focus-shadow);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, #multiselect_taglist > li {
    /* B5 Badge */
    /* Custom padding */
    --bs-badge-padding-x: 0.75em;
    --bs-badge-padding-y: 0.25em;
    --bs-badge-font-size: 0.70rem;
    --bs-badge-font-weight: 600;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    /* B5 text-bg-light */
    color: #333 !important;
    background-color: RGBA(238,238,238,var(--bs-bg-opacity,1)) !important;
    margin-right: 10px;
    margin-top: 6px;
}

#multiselect_taglist > li {
    --bs-badge-padding-x: 1em;
    --bs-badge-padding-y: 0.50em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    margin-right: 0;
    margin-top: 0;
}

.select2-search.select2-search--inline {
    display: none;
}

.select2-selection__rendered {
    min-height: 29px;
    padding: 0;
}

.select2-selection__choice__remove:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F62A";
    visibility: visible;
    font-size: 13px;
}

.select2-selection__choice__remove {
    /* Hide text */
    visibility: hidden
}

.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 13563300;
    width: 80%;
    padding: 15px;
    overflow: auto;
    font-size: 14px;
    margin: 0% 10%;
}

.k-check-all {
    min-height: 1.5rem;
    padding-left: 1rem;
    margin-bottom: 0.125rem;
    display: flex;
    align-items: center;
    gap: 7px;
}

.k-nodata {
    padding: 0px 1rem;
}

.k-check-all:has(+ div + .k-nodata:not([style="display:none"])) {
    display: none;
}

.k-widget.k-treeview {
    max-height: 100% !important;
}

.k-group.k-treeview-lines {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.k-checkbox {
    border-radius: 0.25em;
    float: left;
    margin-left: -1.5em;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer
}

    .k-checkbox:checked {
        background-color: var(--bs-form-checked-background-color);
        border-color: var(--bs-form-checked-border-color);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
    }

    .k-checkbox:indeterminate {
        background-color: var(--bs-form-checked-background-color);
        border-color: var(--bs-form-checked-border-color);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

ul.k-group, ul[role="listbox"], #multiselect_taglist {
    list-style-type: none;
}

ul[role="listbox"] {
    padding: 0;
    margin: 0;
}

.k-top, .k-bot, .k-mid {
    display: flex;
    gap: 5px;
    align-items: center;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #212529;
    background-color: #fff;
    border-color: var(--bs-form-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-form-focus-shadow);
}

.select2-container--default .select2-selection--single {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #212529;
    font-size: 1rem;
    line-height: 1.5;
    min-height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: static;
    height: auto;
    width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    position: static !important;
    margin: 0 !important;
}

.k-icon:before, .glyphicon:before, .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    /* Use B5 Icons */
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

.k-i-close {
    cursor: pointer;
}

.k-i-close:before {
    content: "\F62A";
    font-size: 18px;
}

.k-i-calendar:before {
    content: "\F1E8" !important;
}

.k-i-clock:before {
    content: "\F293" !important;
}

.k-i-arrow-60-left:before {
    content: "\F22D" !important;
}

.k-i-arrow-60-right:before {
    content: "\F231" !important;
}

.k-i-arrow-end-left:before {
    content: "\F563" !important;
}

.k-i-arrow-end-right:before {
    content: "\F557" !important;
}

.k-i-reload:before {
    content: "\F116" !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\F282";
    transition: .15s ease-in-out;
    transform: rotate(0deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    transition: .15s ease-in-out;
    transform: rotate(180deg);
}

#multiselect_taglist {
    padding-left: 0;
    display: flex;
    gap: 5px;
    margin: 1rem 0;
}

#multiselect_taglist > li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 3px;
}

#multiselect_taglist > li > span:not(.k-select) {
    position: relative;
    top: 2px;
}

.k-input:focus-visible {
    outline: none;
}

.multiselecthidden .k-multiselect-wrap {
    padding: 0.375rem 0
}

.k-widget.k-dropdowntree {
    transition: .15s ease-in-out
}

.k-widget.k-dropdowntree:focus {
    border-color: var(--bs-form-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-form-focus-shadow);
    border-radius: 0.375rem;
}

.k-icon.k-i-arrow-60-up:before {
    content: "\F235";
}

.k-icon.k-i-arrow-60-down:before {
    content: "\F229";
}

.k-numeric-wrap > .k-select {
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    position: relative;
    right: 25px;
}

.k-numeric-wrap {
    display: flex;
}

.k-link-increase, .k-link-decrease {
    transition: .15s ease-in-out;
}

.k-link-increase:hover, .k-link-decrease:hover {
    background-color: #eee;
}

.k-link-increase:focus, .k-link-increase:active, .k-link-decrease:focus, .k-link-decrease:active {
    background-color: #ccc;
}

.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap {
    border-radius: var(--bs-border-radius) !important;
    border-color: var(--bs-border-color) !important;
}

.dropdown-menu {
    animation: .15s fadeIn ease-in-out forwards;
    z-index: 1021;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        display: none;
    }

    to {
        opacity: 1;
        display: block;
    }
}

.btn-link, .ui-datepicker-next, .ui-datepicker-prev, .k-calendar .k-footer .k-nav-today {
    text-decoration: none;
    line-height: 1.5;
    background: 0 0;
    position: relative;
    padding: 0;
    margin: 0.375rem 0.75rem;
}

    .btn-link:before, .ui-datepicker-next:before, .ui-datepicker-prev:before, .k-calendar .k-footer .k-nav-today:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        border-bottom: 1px solid var(--bs-link-hover-color);
        transition: right .3s ease-out;
    }

    .btn-link.text-black:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        border-bottom: 1px solid #000;
        transition: right .3s ease-out;
    }

    .btn-link:hover:before, .ui-datepicker-next:hover:before, .ui-datepicker-prev:hover:before, .k-calendar .k-footer .k-nav-today:hover:before {
        right: 0;
    }

.challenge-placeholder {
    background-color: #eee;
    height: 70px;
    width: 70px;
}

.challenge-placeholder i {
    font-size: 32px;
}

.activity-placeholder {
    background-color: #eee;
    height: 52px;
    width: 52px;
}

.activity-placeholder i {
    font-size: 22px;
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #bbb;
    }

.custom-scroll::-webkit-scrollbar-track {
    background-color: #fff0;
    border-radius: 20px;
}

.glyphicon-bullhorn:before {
    content: "\f483";
}

.glyphicon-education:before {
    content: "\f6fd"
}

.glyphicon-flag:before {
    content: "\f3cb";
}

.form-floating > label {
    opacity: .65;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h4.text-truncate-2 {
    height: 56px;
}

h5.text-truncate-2 {
    height: 48px;
}

p.text-truncate-2 {
    height: 46px;
}


.pe-cursor, .k-widget.k-treeview .k-in {
    cursor: pointer;
}

.overflow-x-scroll {
    overflow-x: auto
}

/*Added css for Cube Structure Week*/
.parent-holder {
    display: flex;
    width: 64px;
    margin: 0 6px;
}

@media (max-width: 991px) {
    .parent-holder {
        margin: auto;
    }
}

.parent-holder * {
    box-sizing: border-box;
}

.each-qs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .each-qs h4 {
        font-size: 16px;
        color: #545454;
    }

.each-parent {
    display: flex;
    position: relative;
    min-height: 53px;
    width: 100%;
}

    .each-parent .each-side {
        width: 36px;
        height: 36px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: absolute;
        border: 1px solid #333;
    }

    .each-parent .childrens {
        width: 50%;
        height: 50%;
        cursor: pointer;
        font-size: 10px;
    }

        .each-parent .childrens:hover {
            background-color: #eee;
        }

        .each-parent .childrens:nth-child(1) {
            border-bottom: 1px solid #545454;
        }

        .each-parent .childrens:nth-child(2) {
            border-bottom: 1px solid #545454;
            border-left: 1px solid #545454;
        }

        .each-parent .childrens:nth-child(4) {
            border-left: 1px solid #545454;
        }


.face-1 {
    transform: rotate3d(-3, -6, 6, 60deg);    
    top: 9px;
    left: 1px;
}

.face-2 {
    transform: rotate3d(12, -13, -5, -61deg);
    left: 24px;
    top: 21px;
}

.face-3 {
    transform: rotate3d(372, 263, 123, -64deg);
    left: 24px;
    top: -6px;
    width: 34px !important;
    height: 39px !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

@media only screen and (max-width: 481px) {
    .parent-holder {
        gap: 100px 52px;
        /*width: 100%;*/
        padding: 25px 1px;
        flex-wrap: wrap;
        justify-content: center;
    }

        .parent-holder > .each-qs {
            /*width: 40%;*/
        }

    .each-qs {
        margin: auto;
    }
}

.mission .parent-holder {
    width: auto;
    padding: 0;
}

.mission .card {
    background-color: #2c3034
}

.mission .each-qs {
    width: 130px;
    height: 115px;
    justify-content: center;
}

.mission .each-parent {
    display: flex;
    position: relative;
    min-height: 85px;
    width: 100%;
}

.mission .each-parent .each-side {
    width: 75px;
    height: 75px;
    border-color: #eee;
}

.mission .face-1 {
    transform: rotate3d(-3, -6, 6, 60deg);
    top: 0;
    left: 1px;
}

.mission .face-2 {
    left: 48px;
    top: 26px;
}

.mission .face-3 {
    left: 45px;
    top: -30px;
    width: 74px !important;
    height: 82px !important;
    transform: rotate3d(372, 263, 116, -65deg);
}

.mission .each-parent .childrens  {
    border-color: #ccc;
}

.notification-icon {
    width: 38px;
    height: 38px;
}

/*.btn-close {
    background-color: #ccc;
}*/

.outline-0 {
    outline: none !important;
}

.form-select-title {
    font-size: 2.5rem;
    background-size: 24px 32px;
    background-position: 100% 60%;
}

.form-select-title option {
    font-size: 2rem;
}

.chapter[aria-expanded="false"] {
    margin-bottom: 0;
    padding-bottom: 0;
}

.chapter[aria-expanded="true"] {
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.rounded-top-0 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chapters > div[aria-expanded="true"].card, .chapters > div[aria-expanded="true"].card:hover {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chapters > div[aria-expanded="false"].card, .chapters > div[aria-expanded="false"].card:hover {
    border-bottom: 0 !important;
}

.chapters > div[aria-expanded="true"].card > div:not(.card-body) > .card-img-custom-chapters {
    border-bottom-left-radius: 0 !important;
}

.chapters > div[aria-expanded="true"] .bi.bi-chevron-down:before, .list-group-item[aria-expanded="true"] .bi.bi-chevron-down:before {
    transition: .15s ease-in-out;
    transform: rotate(180deg);
}

.chapters > div[aria-expanded="false"] .bi.bi-chevron-down:before, .list-group-item[aria-expanded="false"] .bi.bi-chevron-down:before {
    transition: .15s ease-in-out;
    transform: rotate(0deg);
}

.list-group.bg-light {
    --bs-list-group-bg: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.btn-exit i:before {
    transition: .15s ease-in-out;
}

.btn-exit:hover > i:before, .btn-exit:focus > i:before {
    color: #ddd;
}

.btn-exit:active > i:before {
    color: #ccc
}

.profile-border {
    border: 3px solid transparent;
}

.profile-border:hover {
    border: 3px solid #0096d6;
}

@media (min-width: 1200px) {
    .w-auto-xl {
        width: auto !important;
    }
}

.w-33 {
    width: 33.3334%;
}

/* ------------ Tables ------------ */
.card-table.table-stacked table,
.card-table.table-stacked-lg table,
.card-table.table-stacked-xl table,
.card-table.table-stacked-xxl table,
.card-table.table-stacked-xxxl table {
    margin-bottom: 0;
}

.table-stacked,
.table-stacked-lg,
.table-stacked-xl,
.table-stacked-xxl,
.table-stacked-xxxl {
    border: 0;
    background-color: transparent;
    font-family: var(--bs-body-font-family);
    overflow-x: visible;
    -webkit-overflow-scrolling: initial;
}

    .table-stacked.shadow,
    .table-stacked-lg.shadow,
    .table-stacked-xl.shadow,
    .table-stacked-xxl.shadow,
    .table-stacked-xxxl.shadow {
        box-shadow: none !important;
    }

        .table-stacked.shadow tr,
        .table-stacked-lg.shadow tr,
        .table-stacked-xl.shadow tr,
        .table-stacked-xxl.shadow tr,
        .table-stacked-xxxl.shadow tr {
            box-shadow: var(--bs-box-shadow) !important;
        }

    .table-stacked colgroup,
    .table-stacked-lg colgroup,
    .table-stacked-xl colgroup,
    .table-stacked-xxl colgroup,
    .table-stacked-xxxl colgroup {
        display: none;
    }

    .table-stacked thead,
    .table-stacked-lg thead,
    .table-stacked-xl thead,
    .table-stacked-xxl thead,
    .table-stacked-xxxl thead {
        display: none;
    }

    .table-stacked .table-stacked-th,
    .table-stacked-lg .table-stacked-th,
    .table-stacked-xl .table-stacked-th,
    .table-stacked-xxl .table-stacked-th,
    .table-stacked-xxxl .table-stacked-th {
        display: inline;
    }

    .table-stacked tr:not(:last-of-type),
    .table-stacked-lg tr:not(:last-of-type),
    .table-stacked-xl tr:not(:last-of-type),
    .table-stacked-xxl tr:not(:last-of-type),
    .table-stacked-xxxl tr:not(:last-of-type) {
        display: block;
        margin-bottom: 1rem;
    }

    .table-stacked tr:first-of-type,
    .table-stacked-lg tr:first-of-type,
    .table-stacked-xl tr:first-of-type,
    .table-stacked-xxl tr:first-of-type,
    .table-stacked-xxxl tr:first-of-type {
        border-top-width: 0;
    }

    .table-stacked tr:last-of-type,
    .table-stacked-lg tr:last-of-type,
    .table-stacked-xl tr:last-of-type,
    .table-stacked-xxl tr:last-of-type,
    .table-stacked-xxxl tr:last-of-type {
        border-bottom-width: 0;
        display: block;
    }

    .table-stacked td:first-of-type,
    .table-stacked-lg td:first-of-type,
    .table-stacked-xl td:first-of-type,
    .table-stacked-xxl td:first-of-type,
    .table-stacked-xxxl td:first-of-type {
        border-top-width: 1px;
        border-left-width: 1px;
    }

    .table-stacked td:last-of-type,
    .table-stacked-lg td:last-of-type,
    .table-stacked-xl td:last-of-type,
    .table-stacked-xxl td:last-of-type,
    .table-stacked-xxxl td:last-of-type {
        border-bottom-width: 1px;
    }

    .table-stacked td,
    .table-stacked-lg td,
    .table-stacked-xl td,
    .table-stacked-xxl td,
    .table-stacked-xxxl td {
        display: block;
        border-top-width: 0;
        border-bottom-width: 0;
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .table-stacked .k-grid-pager,
    .table-stacked-lg .k-grid-pager,
    .table-stacked-xl .k-grid-pager,
    .table-stacked-xxl .k-grid-pager,
    .table-stacked-xxxl .k-grid-pager {
        border-width: 0 1px 1px 1px;
    }

    .table-stacked td:last-of-type, .table-stacked th:last-of-type,
    .table-stacked-lg td:last-of-type, .table-stacked-lg th:last-of-type,
    .table-stacked-xl td:last-of-type, .table-stacked-xl th:last-of-type,
    .table-stacked-xxl td:last-of-type, .table-stacked-xxl th:last-of-type,
    .table-stacked-xxxl td:last-of-type, .table-stacked-xxxl th:last-of-type {
        text-align: start;
    }

    .table-stacked.card-table tr td:first-of-type,
    .table-stacked-lg.card-table tr td:first-of-type,
    .table-stacked-xl.card-table tr td:first-of-type,
    .table-stacked-xxl.card-table tr td:first-of-type,
    .table-stacked-xxxl.card-table tr td:first-of-type {
        border-left-width: 1px;
        border-top-left-radius: var(--bs-card-border-radius);
        border-top-right-radius: var(--bs-card-border-radius);
    }

    .table-stacked.card-table tr td:last-of-type,
    .table-stacked-lg.card-table tr td:last-of-type,
    .table-stacked-xl.card-table tr td:last-of-type,
    .table-stacked-xxl.card-table tr td:last-of-type,
    .table-stacked-xxxl.card-table tr td:last-of-type {
        border-right-width: 1px;
        border-bottom-left-radius: var(--bs-card-border-radius);
        border-bottom-right-radius: var(--bs-card-border-radius);
    }

    .table-stacked tr,
    .table-stacked-lg tr,
    .table-stacked-xl tr,
    .table-stacked-xxl tr,
    .table-stacked-xxxl tr {
        border-radius: var(--bs-card-border-radius)
    }

    .table-stacked .k-pager-wrap.k-grid-pager,
    .table-stacked-lg .k-pager-wrap.k-grid-pager,
    .table-stacked-xl .k-pager-wrap.k-grid-pager,
    .table-stacked-xxl .k-pager-wrap.k-grid-pager,
    .table-stacked-xxxl .k-pager-wrap.k-grid-pager,
    .table-stacked .card-table-pagination,
    .table-stacked-lg .card-table-pagination,
    .table-stacked-xl .card-table-pagination,
    .table-stacked-xxl .card-table-pagination,
    .table-stacked-xxxl .card-table-pagination {
        border: 1px solid var(--bs-border-color);
        border-radius: var(--bs-card-border-radius);
        margin-top: 1rem;
        padding: .75rem;
    }

.k-pager-wrap.k-grid-pager .k-dropdown-wrap span.k-input {
    padding: 0.375rem 0.75rem;
}

.clickable-row tr:not(.clickable-row thead tr) {
    cursor: pointer;
}

@media (min-width: 768px) {
    .table-stacked {
        background-color: var(--bs-white);
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-stacked.shadow {
            box-shadow: var(--bs-box-shadow) !important;
        }

            .table-stacked.shadow tr {
                box-shadow: none !important;
            }

        .table-stacked thead {
            display: table-header-group;
        }

        .table-stacked th {
            border-color: #dee2e6;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }

            .table-stacked th:first-of-type {
                border-left-width: 1px !important;
            }

            .table-stacked th:last-of-type {
                border-right-width: 1px;
            }

        .table-stacked .table-stacked-th {
            display: none;
        }

        .table-stacked tr:not(:last-of-type) {
            display: table-row;
            margin-bottom: 0;
        }

        .table-stacked td {
            display: table-cell;
            border-bottom-width: 1px;
            border-right-width: 0px;
            border-left-width: 0px;
        }

            .table-stacked td:first-of-type {
                border-left-width: 1px;
                border-top-width: 0;
            }

            .table-stacked td:last-of-type {
                border-right-width: 1px;
            }

            .table-stacked td:last-of-type, .table-stacked th:last-of-type {
                text-align: end;
            }

        .table-stacked.card-table tr td:first-of-type {
            border-left-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .table-stacked.card-table tr td:last-of-type {
            border-right-width: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .table-stacked thead tr th:first-of-type {
            border-top-left-radius: var(--bs-card-border-radius)
        }

        .table-stacked thead tr th:last-of-type {
            border-top-right-radius: var(--bs-card-border-radius)
        }

        .table-stacked tbody tr {
            border-radius: 0
        }

        .table-stacked .k-pager-wrap.k-grid-pager,
        .table-stacked .card-table-pagination {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: var(--bs-card-border-radius);
            border-bottom-right-radius: var(--bs-card-border-radius);
            margin-top: 0;
            box-shadow: none;
            border: none;
        }

        .table-stacked tr:last-of-type {
            display: table-row;
        }

        .table-stacked td div > i,
        .table-stacked td div > .dropdown {
            margin: 0 auto !important;
        }
}

@media (min-width: 992px) {
    .table-stacked-lg {
        background-color: var(--bs-white);
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-stacked-lg.shadow {
            box-shadow: var(--bs-box-shadow) !important;
        }

            .table-stacked-lg.shadow tr {
                box-shadow: none !important;
            }

        .table-stacked-lg thead {
            display: table-header-group;
        }

        .table-stacked-lg th {
            border-color: #dee2e6;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }

            .table-stacked-lg th:first-of-type {
                border-left-width: 1px !important;
            }

            .table-stacked-lg th:last-of-type {
                border-right-width: 1px;
            }

        .table-stacked-lg .table-stacked-th {
            display: none;
        }

        .table-stacked-lg tr:not(:last-of-type) {
            display: table-row;
            margin-bottom: 0;
        }

        .table-stacked-lg td {
            display: table-cell;
            border-bottom-width: 1px;
            border-right-width: 0px;
            border-left-width: 0px;
        }

            .table-stacked-lg td:first-of-type {
                border-left-width: 1px;
                border-top-width: 0;
            }

            .table-stacked-lg td:last-of-type {
                border-right-width: 1px;
            }

            .table-stacked-lg td:last-of-type, .table-stacked-lg th:last-of-type {
                text-align: end;
            }

        .table-stacked-lg.card-table tr td:first-of-type {
            border-left-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .table-stacked-lg.card-table tr td:last-of-type {
            border-right-width: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .table-stacked-lg thead tr th:first-of-type {
            border-top-left-radius: var(--bs-card-border-radius)
        }

        .table-stacked-lg thead tr th:last-of-type {
            border-top-right-radius: var(--bs-card-border-radius)
        }

        .table-stacked-lg tbody tr {
            border-radius: 0
        }

        .table-stacked-lg .k-pager-wrap.k-grid-pager,
        .table-stacked-lg .card-table-pagination {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: var(--bs-card-border-radius);
            border-bottom-right-radius: var(--bs-card-border-radius);
            margin-top: 0;
            box-shadow: none;
            border: none;
        }

        .table-stacked-lg tr:last-of-type {
            display: table-row;
        }

        .table-stacked-lg td div > i,
        .table-stacked-lg td div > .dropdown {
            margin: 0 auto !important;
        }
}

@media (min-width: 1200px) {
    .table-stacked-xl {
        background-color: var(--bs-white);
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-stacked-xl.shadow {
            box-shadow: var(--bs-box-shadow) !important;
        }

            .table-stacked-xl.shadow tr {
                box-shadow: none !important;
            }

        .table-stacked-xl thead {
            display: table-header-group;
        }

        .table-stacked-xl th {
            border-color: #dee2e6;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }

            .table-stacked-xl th:first-of-type {
                border-left-width: 1px !important;
            }

            .table-stacked-xl th:last-of-type {
                border-right-width: 1px;
            }

        .table-stacked-xl .table-stacked-th {
            display: none;
        }

        .table-stacked-xl tr:not(:last-of-type) {
            display: table-row;
            margin-bottom: 0;
        }

        .table-stacked-xl td {
            display: table-cell;
            border-bottom-width: 1px;
            border-right-width: 0px;
            border-left-width: 0px;
        }

            .table-stacked-xl td:first-of-type {
                border-left-width: 1px;
                border-top-width: 0;
            }

            .table-stacked-xl td:last-of-type {
                border-right-width: 1px;
            }

            .table-stacked-xl td:last-of-type, .table-stacked-xl th:last-of-type {
                text-align: end;
            }

        .table-stacked-xl.card-table tr td:first-of-type {
            border-left-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .table-stacked-xl.card-table tr td:last-of-type {
            border-right-width: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .table-stacked-xl thead tr th:first-of-type {
            border-top-left-radius: var(--bs-card-border-radius)
        }

        .table-stacked-xl thead tr th:last-of-type {
            border-top-right-radius: var(--bs-card-border-radius)
        }

        .table-stacked-xl tr {
            border-radius: 0
        }

        .table-stacked-xl .k-pager-wrap.k-grid-pager,
        .table-stacked-xl .card-table-pagination {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: var(--bs-card-border-radius);
            border-bottom-right-radius: var(--bs-card-border-radius);
            margin-top: 0;
            box-shadow: none;
            border: none;
        }

        .table-stacked-xl tr:last-of-type {
            display: table-row;
        }

        .table-stacked-xl td div > i,
        .table-stacked-xl td div > .dropdown {
            margin: 0 auto !important;
        }
}

@media (min-width: 1400px) {
    .table-stacked-xxl {
        background-color: var(--bs-white);
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-stacked-xxl.shadow {
            box-shadow: var(--bs-box-shadow) !important;
        }

            .table-stacked-xxl.shadow tr {
                box-shadow: none !important;
            }

        .table-stacked-xxl thead {
            display: table-header-group;
        }

        .table-stacked-xxl th {
            border-color: #dee2e6;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }

            .table-stacked-xxl th:first-of-type {
                border-left-width: 1px !important;
            }

            .table-stacked-xxl th:last-of-type {
                border-right-width: 1px;
            }

        .table-stacked-xxl .table-stacked-th {
            display: none;
        }

        .table-stacked-xxl tr:not(:last-of-type) {
            display: table-row;
            margin-bottom: 0;
        }

        .table-stacked-xxl td {
            display: table-cell;
            border-bottom-width: 1px;
            border-right-width: 0px;
            border-left-width: 0px;
        }

            .table-stacked-xxl td:first-of-type {
                border-left-width: 1px;
                border-top-width: 0;
            }

            .table-stacked-xxl td:last-of-type {
                border-right-width: 1px;
            }

            .table-stacked-xxl td:last-of-type, .table-stacked-xxl th:last-of-type {
                text-align: end;
            }

        .table-stacked-xxl.card-table tr td:first-of-type {
            border-left-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .table-stacked-xxl.card-table tr td:last-of-type {
            border-right-width: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .table-stacked-xxl thead tr th:first-of-type {
            border-top-left-radius: var(--bs-card-border-radius)
        }

        .table-stacked-xxl thead tr th:last-of-type {
            border-top-right-radius: var(--bs-card-border-radius)
        }

        .table-stacked-xxl tr {
            border-radius: 0
        }

        .table-stacked-xxl .k-pager-wrap.k-grid-pager,
        .table-stacked-xxl .card-table-pagination {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: var(--bs-card-border-radius);
            border-bottom-right-radius: var(--bs-card-border-radius);
            margin-top: 0;
            box-shadow: none;
            border: none;
        }

        .table-stacked-xxl tr:last-of-type {
            display: table-row;
        }

        .table-stacked-xxl td div > i,
        .table-stacked-xxl td div > .dropdown {
            margin: 0 auto !important;
        }
}

@media (min-width: 1640px) {
    .table-stacked-xxxl {
        background-color: var(--bs-white);
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-stacked-xxxl.shadow {
            box-shadow: var(--bs-box-shadow) !important;
        }

            .table-stacked-xxxl.shadow tr {
                box-shadow: none !important;
            }

        .table-stacked-xxxl thead {
            display: table-header-group;
        }

        .table-stacked-xxxl th {
            border-color: #dee2e6;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }

            .table-stacked-xxxl th:first-of-type {
                border-left-width: 1px !important;
            }

            .table-stacked-xxxl th:last-of-type {
                border-right-width: 1px;
            }

        .table-stacked-xxxl .table-stacked-th {
            display: none;
        }

        .table-stacked-xxxl tr:not(:last-of-type) {
            display: table-row;
            margin-bottom: 0;
        }

        .table-stacked-xxxl td {
            display: table-cell;
            border-bottom-width: 1px;
            border-right-width: 0px;
            border-left-width: 0px;
        }

            .table-stacked-xxxl td:first-of-type {
                border-left-width: 1px;
                border-top-width: 0;
            }

            .table-stacked-xxxl td:last-of-type {
                border-right-width: 1px;
            }

            .table-stacked-xxxl td:last-of-type, .table-stacked-xxxl th:last-of-type {
                text-align: end;
            }

        .table-stacked-xxxl.card-table tr td:first-of-type {
            border-left-width: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .table-stacked-xxxl.card-table tr td:last-of-type {
            border-right-width: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .table-stacked-xxxl thead tr th:first-of-type {
            border-top-left-radius: var(--bs-card-border-radius)
        }

        .table-stacked-xxxl thead tr th:last-of-type {
            border-top-right-radius: var(--bs-card-border-radius)
        }

        .table-stacked-xxxl tr {
            border-radius: 0
        }

        .table-stacked-xxxl .k-pager-wrap.k-grid-pager,
        .table-stacked-xxxl .card-table-pagination {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: var(--bs-card-border-radius);
            border-bottom-right-radius: var(--bs-card-border-radius);
            margin-top: 0;
            box-shadow: none;
            border: none;
        }

        .table-stacked-xxxl tr:last-of-type {
            display: table-row;
        }

        .table-stacked-xxxl td div > i,
        .table-stacked-xxxl td div > .dropdown {
            margin: 0 auto !important;
        }
}

.table-stacked.table-borderless > :not(caption) > * > *,
.table-stacked-lg.table-borderless > :not(caption) > * > *,
.table-stacked-xl.table-borderless > :not(caption) > * > *,
.table-stacked-xxl.table-borderless > :not(caption) > * > *,
.table-stacked-xxxl.table-borderless > :not(caption) > * > * {
    border-width: 0;
}

.k-grid th {
    border-left-width: 0;
    border-right-width: 0;
}

.k-grid .k-alt {
    background-color: transparent
}

.k-grid td {
    overflow: visible;
}

.k-grid .k-command-cell > .k-button + .k-button {
    margin: .5rem 0 0 0;
    width: 100%;
}

.k-grid a.btn-primary {
    color: var(--bs-btn-color)
}

.k-widget.k-window .table-stacked-th {
    display: none;
}

.dataTables_paginate.paging_simple_numbers, .dataTables_paginate.paging_full_numbers, .MVCGridContainer .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: var(--bs-form-focus-shadow);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}

    .dataTables_paginate.paging_simple_numbers span, .dataTables_paginate.paging_full_numbers span {
        display: flex;
    }

    .paginate_button, .MVCGridContainer .pagination a {
        position: relative;
        display: block;
        padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
        font-size: var(--bs-pagination-font-size);
        color: var(--bs-pagination-color);
        text-decoration: none;
        background-color: var(--bs-pagination-bg);
        border: 0;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .paginate_button.previous, .MVCGridContainer .pagination a[aria-label="Previous"] {
            border-top-left-radius: var(--bs-pagination-border-radius);
            border-bottom-left-radius: var(--bs-pagination-border-radius);
        }

        .paginate_button.next, .MVCGridContainer .pagination a[aria-label="Next"] {
            border-top-right-radius: var(--bs-pagination-border-radius);
            border-bottom-right-radius: var(--bs-pagination-border-radius);
        }

        .paginate_button:not(.paginate_button.previous) {
            margin-left: -1px;
        }

        .paginate_button:hover, .MVCGridContainer .pagination a:hover {
            z-index: 2;
            color: var(--bs-pagination-hover-color);
            background-color: var(--bs-pagination-hover-bg);
            border-color: var(--bs-pagination-hover-border-color);
        }

        .paginate_button:focus, .MVCGridContainer .pagination a:focus {
            z-index: 3;
            color: var(--bs-pagination-focus-color);
            background-color: var(--bs-pagination-focus-bg);
            outline: 0;
            box-shadow: var(--bs-pagination-focus-box-shadow);
        }

        .paginate_button.disabled, .MVCGridContainer .pagination .disabled a {
            color: var(--bs-pagination-disabled-color);
            pointer-events: none;
            background-color: var(--bs-pagination-disabled-bg);
            border-color: var(--bs-pagination-disabled-border-color);
        }

        .paginate_button.current {
            z-index: 3;
            color: var(--bs-pagination-active-color);
            background-color: var(--bs-pagination-active-bg);
            border-color: var(--bs-pagination-active-border-color);
        }

        .paginate_button:not(.paginate_button.current),
        .paginate_button:not(.paginate_button.disabled),
        table.dataTable thead .sorting_asc,
        table.dataTable thead .sorting_desc {
            cursor: pointer;
        }


.sticky-col-start {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100px;
}

tr.current td {
    background-color: var(--bs-info-bg-subtle)
}

.card-table {
    border-radius: var(--bs-card-inner-border-radius)
}

    .card-table th {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-weight: bolder;
    }

    .card-table .k-pager-wrap,
    .card-table tr th {
        border: none;
    }

    .card-table tr td:first-of-type {
        border-left-width: 0;
    }

    .card-table tr td:last-of-type {
        border-right-width: 0;
    }

table th,
.k-grid th,
.table-stacked-th {
    font-weight: bolder;
    text-transform: capitalize;
}

.rounded-top-start {
    border-top-left-radius: var(--bs-border-radius);
}

.rounded-bottom-start {
    border-bottom-left-radius: var(--bs-border-radius);
}

.rounded-top-end {
    border-top-right-radius: var(--bs-border-radius);
}

.rounded-bottom-end {
    border-bottom-right-radius: var(--bs-border-radius);
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-top-start-0 {
    border-top-left-radius: 0;
}

.rounded-bottom-start-0 {
    border-bottom-left-radius: 0;
}

.rounded-top-end-0 {
    border-top-right-radius: 0;
}

.rounded-bottom-end-0 {
    border-bottom-right-radius: 0;
}

.rounded-top-start-3 {
    border-top-left-radius: var(--bs-border-radius-lg);
}

.rounded-top-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg);
}

.rounded-bottom-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg);
}

.rounded-bottom-start-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg);
}

@media (min-width: 576px) {
    .rounded-top-start-sm-3 {
        border-top-left-radius: var(--bs-border-radius-lg);
    }

    .rounded-bottom-start-sm-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg);
    }

    .rounded-top-end-sm-3 {
        border-top-right-radius: var(--bs-border-radius-lg);
    }

    .rounded-bottom-end-sm-3 {
        border-bottom-right-radius: var(--bs-border-radius-lg);
    }

    .rounded-top-start-sm-0 {
        border-top-left-radius: 0;
    }

    .rounded-bottom-start-sm-0 {
        border-bottom-left-radius: 0;
    }

    .rounded-top-end-sm-0 {
        border-top-right-radius: 0;
    }

    .rounded-bottom-end-sm-0 {
        border-bottom-right-radius: 0;
    }
}

.btn.screen-sm {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 0.375rem;
}

.sku-row-1 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom: 0 !important;
}

.sku-row-2 {
    border-top-right-radius: 0 !important;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.sku-row-2-icon {
    border-bottom: 0 !important;
}

.sku-row-3 {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-bottom: 0 !important;
}

.sku-row-3:not(#ddlCategories.sku-row-3) {
    border-top-right-radius: 0 !important;
}

.bg-sku-list {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

@media (min-width: 768px) {
    .btn.screen-sm {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: 0.25rem;
    }

    .sku-row-1 {
        border-top-right-radius: 0 !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .sku-row-2 {
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .sku-row-2-icon {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .sku-row-3 {
        border-right: 0;
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .sku-row-3:not(#ddlCategories.sku-row-3) {
        border-top-right-radius: var(--bs-border-radius) !important;
    }

    .bg-sku-list {
        border-top: 0 !important;
    }
}

@media (min-width: 992px) {
    .btn.screen-sm {
        --bs-btn-padding-x: 0.75rem;
        --bs-btn-padding-y: 0.375rem;
        --bs-btn-font-size: 1rem;
        --bs-btn-border-radius: 0.375rem;
    }
}

.ClaimStatus_Approved:before,
.ClaimStatus_PartiallyApproved:before,
.ClaimStatus_PartiallyApprove:before {
    color: var(--bs-success);
}

.ClaimStatus_New:before {
    color: var(--bs-primary);
}

.ClaimStatus_UnderReview:before, .ClaimStatus_EmailNotificationSent:before {
    color: var(--bs-warning);
}

.ClaimStatus_Cancelled:before, .ClaimStatus_Invalid:before, .ClaimStatus_Rejected:before {
    color: var(--bs-danger);
}

/* ================================= Claim Status Background ================================= */
.alert.alert-claim-status {
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: .5rem;
    --bs-alert-margin-bottom: 0;
    font-size: .75rem;
}

.Promotion_ClaimStatus_New,
.Promotion_ClaimStatus_ReadyForValidation {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.Promotion_ClaimStatus_UnderReview,
.Promotion_ClaimStatus_Audit {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.Promotion_ClaimStatus_Approved,
.Promotion_ClaimStatus_Complete {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.Promotion_ClaimStatus_Cancelled,
.Promotion_ClaimStatus_Rejected,
.Promotion_ClaimStatus_SKUMismatched,
.Promotion_ClaimStatus_InvalidInvoice,
.Promotion_ClaimStatus_AuditFailValidation {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.Promotion_ClaimStatus_SendToManager {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.dataTables_paginate.paging_simple_numbers {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: var(--bs-form-focus-shadow);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.dataTables_paginate.paging_simple_numbers span {
    display: flex;
}

.paginate_button {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.paginate_button.previous {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.paginate_button.next {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.paginate_button:not(.paginate_button.previous) {
    margin-left: -1px;
}

.paginate_button:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.paginate_button:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.paginate_button.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.paginate_button.current {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.paginate_button:not(.paginate_button.current), .paginate_button:not(.paginate_button.disabled) {
    cursor: pointer;
}

.rank.rank_ {
    background-color: #000;
    color: #fff !important;
}

.rank.rank_1 {
    background-color: #f18c73;
    color: #000;
}

.rank.rank_2 {
    background-color: #fbe66b;
    color: #000;
}

.rank.rank_3 {
    background-color: #58dbb6;
    color: #000;
}

.impersonate {
    background-color: #202835;
}

.coutndown-wrapper-time {
    position: relative !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 0 !important;
    width: auto !important;
    height: auto !important;
    margin-top: 12px;
}

.coutndown-circle {
    display: none !important;
}

.bi-reward-points {
    color: var(--bs-primary);
}

    .bi-reward-points:before {
        /* To be used with .bi class. Customize content to corresponding bi unicode */
        content: "";
        height: 16px;
        width: 16px;
        background-color: var(--bs-primary);
        mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' fill='currentColor' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M32 60C16.536 60 4 47.464 4 32C4 16.536 16.536 4 32 4C47.464 4 60 16.536 60 32C60 47.464 47.464 60 32 60ZM32 64C49.6731 64 64 49.6731 64 32C64 14.3269 49.6731 0 32 0C14.3269 0 0 14.3269 0 32C0 49.6731 14.3269 64 32 64Z' fill='currentColor' /%3E%3Cpath d='M19.1652 49.1269C18.9707 50.2355 20.0646 51.1033 21.0307 50.6068L32.0038 44.9669L42.9768 50.6068C43.9429 51.1033 45.0369 50.2355 44.8424 49.1269L42.768 37.3032L51.5739 28.9116C52.3968 28.1273 51.9708 26.6934 50.8684 26.5368L38.6222 24.7971L33.1619 13.9808C32.67 13.0064 31.3376 13.0064 30.8457 13.9808L25.3854 24.7971L13.1392 26.5368C12.0367 26.6934 11.6107 28.1273 12.4337 28.9116L21.2395 37.3032L19.1652 49.1269ZM31.4267 42.2065L22.2123 46.9425L23.948 37.0493C24.0298 36.5829 23.8759 36.1053 23.5411 35.7863L16.274 28.861L26.4048 27.4218C26.8236 27.3623 27.1892 27.0949 27.3868 26.7035L32.0038 17.5577L36.6208 26.7035C36.8183 27.0949 37.184 27.3623 37.6028 27.4218L47.7336 28.861L40.4665 35.7863C40.1316 36.1053 39.9778 36.5829 40.0596 37.0493L41.7952 46.9425L32.5809 42.2065C32.2169 42.0195 31.7907 42.0195 31.4267 42.2065Z' fill='currentColor' /%3E%3C/svg%3E");
    }

#pointSummary .bi-reward-points:before {
    width: 20px;
    height: 20px;
}

.bi-experience-points:before {
    /* To be used with .bi class. Customize content to corresponding bi unicode */
    content: "\F7CD";
}

.bi-rank:before {
    /* To be used with .bi class. Customize content to corresponding bi unicode */
    content: "\F5E7";
}

.bi-stamps:before {
    /* To be used with .bi class. Customize content to corresponding bi unicode */
    content: "\F154";
}

.gradient-mask {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    filter: blur(20px);
    max-height: 334px;
    height: 334px;
    width: 100%;
    position: absolute;
}

.z-index-1 {
    z-index: 1;
}

.ui-datepicker {
    padding: 1rem .5rem;
}

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-datepicker-prev {
    order: 1;
}

.ui-datepicker-title {
    order: 2;
    font-weight: bolder;
}

.ui-datepicker-next {
    order: 3;
}

.ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar a, .ui-datepicker-calendar span, table.k-content.k-month > tbody .k-link {
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-active-color: #000;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-datepicker-calendar a:hover, table.k-content.k-month > tbody .k-link:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.ui-datepicker-calendar a.ui-state-active, .k-calendar .k-state-selected .k-link {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: none !important;
}

.ui-datepicker-calendar a.ui-state-active:hover {
    background-color: var(--bs-primary-hover);
    color: var(--bs-white);
}

.ui-datepicker-calendar span, table.k-content.k-month > thead > tr > th {
    cursor: text;
    font-weight: bolder;
    opacity: 1;
}

.ui-datepicker-next, .ui-datepicker-prev {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    cursor: pointer;
}

.k-calendar .k-nav-today {
    color: var(--bs-primary) !important;
    display: inline !important;
}

.k-calendar .k-nav-today:hover {
    color: var(--bs-primary-hover) !important;
    text-decoration: none !important;
}

.k-calendar .k-state-selected.k-state-focused .k-link, .k-calendar .k-state-selected.k-state-focused .k-link {
    box-shadow: none !important;
}

.k-widget.k-calendar {
    padding: .5rem;
}

.k-calendar .k-header {
    background-color: var(--bs-white) !important;
    color: var(--bs-dark) !important;
    border: none !important;
}

.pagination .page-item {
    cursor: pointer;
}    

.summaryDot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-top: 6px;
}

.k-calendar .k-calendar-view .k-today .k-link {
    color: var(--bs-link-color);
    box-shadow: inset 0 0 0 1px var(--bs-link-color) !important;
}

.k-calendar .k-today.k-state-selected .k-link {
    color: #fff;
}

.login-wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.login-left {
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-color: white;
}

.login-right {
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-image: linear-gradient(45deg, rgba(0,0,0,1), rgba(32,40,53,0.65)), url(../images/public_bkgd.jpg);
    background-position: center;
    background-size: cover;
}

.copyright {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
}

#orderTable_next {
    content: "";
}

.toggler-dark {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--bs-primary);
}

.status-btn {
    --bs-btn-padding-y: 0px;
    --bs-btn-padding-x: 3px;
    --bs-btn-font-size: 10px;
}

.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.modal {
    --bs-modal-color: var(--bs-body-color);
}

.lds-ring {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: var(--bs-dark);
    opacity: 0;
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

.card-text {
    color: var(--bs-card-color);
}

.offcanvas {
    --bs-offcanvas-width: 450px;
}

.featured-column {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

@media(max-width: 1200px) {
    .featured-column {
        padding-right: var(--bs-gutter-x);
    }
}

.quiz-result-img {
    background-position: center;
}

.wheel-holder {
    background-position: center;
    background-size: cover;
    overflow: auto;
    width: 100%;
}

    .wheel-holder .page-title h1 {
        font-weight: 700;
        color: #FFF;
        font-size: 50px;
        line-height: 64px;
        text-align: center;
        padding-top: 50px;
    }

/* Sets the background image for the wheel */
td.the_wheel {
    /*background-image: url(/Themes/HPI_US/Content/images/wheel_back.png);*/
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    position: relative;
}

/* Do some css reset on selected elements */

div.power_controls {
    margin-right: 0px;
    padding: 50px;
    width: 100%;
}

div.html5_logo {
    margin-left: 70px;
}

/* Styles for the power selection controls */
table.power {
    background-color: #cccccc;
    cursor: pointer;
    border: 1px solid #333333;
}

    table.power th {
        background-color: white;
        cursor: default;
    }

td.pw1 {
    background-color: var(--bs-info-bg-subtle);
}

td.pw2 {
    background-color: var(--bs-success-bg-subtle);
}

td.pw3 {
    background-color: var(--bs-danger-bg-subtle);
}

/* Style applied to the spin button once a power has been selected */
.clickable {
    cursor: pointer;
}

p.noCanvasMsg {
    color: white;
}

.the_canvas {
    width: 452px;
    height: 452px;
    position: relative;
    background: #EEE;
    border-radius: 100%;
    box-shadow: 5px 5px 15px #666;
}

.the_wheel {
    width: 100%;
}

.needle {
    position: relative;
    background-image: url(/Themes/Demo/Content/images/needle.png);
    background-repeat: no-repeat;
    background-size: 98px 118px;
    width: 98px;
    height: 118px;
    color: #000;
    z-index: 999;
    top: 265px;
    left: 1px;
}

#dvContentBlock {
    width: 100%;
}

    #dvContentBlock a {
        color: var(--bs-primary);
    }

    #dvContentBlock p {
        color: #FFF;
        font-size: 16px;
    }

#dvPopUpbox h1 {
    font-size: 32px;
    color: #000;
    text-align: center;
    padding: 40px 40px 20px;
}

#dvPopUpbox h2 {
    font-size: 22px;
    color: #000;
    text-align: center;
    padding: 0px;
    padding: 10px 40px 40px;
}

.e-gift-card-container {
    margin-top: 20px 0px;
    width: 100%;
    clear: both;
    float: left;
}

.e-gift-card-container-left {
    width: 100%;
    float: left;
}

    .e-gift-card-container-left img {
        width: 50%;
        padding-right: 0px;
        display: block;
        margin: auto;
        margin-bottom: 40px;
    }

.e-gift-card-container-right {
    float: left;
    width: 100%;
}

    .e-gift-card-container-right img {
        width: 50%;
        padding-left: 0px;
        display: block;
        margin: auto;
        margin-bottom: 40px;
    }

    .e-gift-card-container-right h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .e-gift-card-container-right h3 {
        margin-bottom: 15px;
    }

.e-gift-card-holder {
    display: block;
    width: 100%;
    overflow: auto;
}

#RewardCarList li {
    border-style: none;
    border: 2px solid #CCC;
    border-radius: 4px;
    width: 100px;
    height: 75px;
    padding: 10px;
}

    #RewardCarList li img {
        width: 100%;
    }

    #RewardCarList li:hover {
        cursor: pointer;
        border: 2px solid var(--bs-primary);
    }

.e-gift-card-container-right #cardDescription, .e-gift-card-container-left #cardDescription, .e-gift-card-container-right .cardTerms {
    font-size: 16px;
    color: #767676;
    margin-bottom: 20px;
}

    .e-gift-card-container-right #cardDescription a, .e-gift-card-container-left #cardDescription a, .e-gift-card-container-right .cardTerms a {
        color: var(--bs-primary);
    }

#TermsAndConditions {
    font-size: 14px;
}

.wistia_popover_embed[style*="left: -99999px;"] {
    left: -99999px !important;
}

.wistia_popover_embed {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

    .wistia_popover_embed > div > div > div:nth-of-type(2) {
        height: 100% !important;
    }


.w-video-wrapper {
    height: auto !important;
}

.wistia_embed video {
    width: 100% !important;
}

.wistia_embed,
.w-chrome {
    height: auto !important;
    width: 100% !important;
}

    .w-chrome > div {
        height: auto !important;
        width: 100% !important;
    }

        .w-chrome > div > div:nth-of-type(2) {
            height: 456px !important;
            width: 100% !important;
        }
        
        .w-chrome[style*="height: 1080px;"] > div > div:nth-of-type(2),
        #lesson.expanded .w-chrome[style*="height: 1080px;"] > div > div:nth-of-type(2)
        {
            height: 1080px !important;
        }

        #lesson.expanded .w-chrome > div > div:nth-of-type(2) {
            width: auto !important;
            height: 880.77px !important;
        }

.wistia_responsive_padding {
    padding: 0 !important;
    position: relative !important;
}

.wistia_responsive_wrapper,
.w-video-wrapper{
    position: relative !important;
}

div[data-handle="thumbnail"] img {
    height: auto !important;
    width: 100% !important;
    border-width: 0 0 !important;
}

div[data-handle="thumbnail"] > div > div,
.w-vulcan-overlays--center {
    height: auto !important;
}

div #pointsSummary > .text-bg-dark .card-text {
    color: var(--bs-light);
}

.w-ui-container {
    position: absolute !important;
}

.w-vulcan-overlays-table {
    display: flex !important;
    height: 100% !important;
}

.w-vulcan--background,
.w-foreground {
    height: auto !important;
}

.w-vulcan-overlays--right,
.w-vulcan-overlays--right > div,
.w-vulcan-overlays--left,
.w-vulcan-overlays--left > div {
    display: none !important;
}

.w-vulcan-overlays--center > div {
    height: 456px !important;
}

div[aria-label="Playbar"] > canvas {
    width: 100% !important;
}

.border-spacing {
    border-collapse: separate;
    border-spacing: 0 1rem !important;
}

.progress-bar-inprogress {
    background: linear-gradient(90deg, var(--bs-info) 0%, var(--bs-success) 100%);
}

.progress-bar-success {
    background-color: var(--bs-success);
}

.text-bg-dark .card-text {
    color: var(--bs-light);
}

.table-leaderboard table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100% !important;
}

.table-leaderboard tr,
.table-leaderboard thead,
.table-leaderboard tbody {
    border-color: transparent
}

.table-leaderboard thead th {
    background-color: transparent;
    border-bottom: none !important;
}

.table-leaderboard .no-footer {
    border-bottom: none !important;
}

.table-leaderboard tbody td {
    height: 75px;
    vertical-align: middle;
    border-color: var(--bs-border-color)
}

.table-leaderboard thead tr th:first-of-type {
    width: 75px !important;
}

.table-leaderboard thead tr th:not(:first-of-type) {
    width: auto !important;
}

.table-leaderboard thead tr th,
.table-leaderboard tbody tr td:not(:first-of-type) {
    padding: 1rem 1.5rem .5rem 1.5rem !important;
}

.table-leaderboard tbody tr td:first-of-type {
    border-left-width: var(--bs-border-width);
    width: 75px;
    line-height: normal;
    padding-bottom: 0;
}

.table-leaderboard tbody tr td:last-of-type {
    border-right-width: var(--bs-border-width);
}

.table-leaderboard tbody tr:first-of-type td {
    border-top-width: var(--bs-border-width);
}

.table-leaderboard tbody tr:first-of-type td:first-of-type {
    border-top-left-radius: var(--bs-border-radius-xl);
}

.table-leaderboard tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: var(--bs-border-radius-xl);
}

.table-leaderboard tbody tr:first-of-type td:last-of-type {
    border-top-right-radius: var(--bs-border-radius-xl);
}

.table-leaderboard tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: var(--bs-border-radius-xl);
}

.table-leaderboard .dataTables_paginate {
    --bs-pagination-bg: transparent;
    --bs-pagination-hover-bg: transparent;
    --bs-pagination-focus-bg: transparent;
    --bs-pagination-disabled-bg: transparent;
    justify-content: flex-end;
}

#promition-details-container .card-header {
    background-color: var(--bs-white);
    border-bottom-color: var(--bs-white);
}

    #promition-details-container .card-header #promoTabs {
        border-bottom: transparent;
    }

        #promition-details-container .card-header #promoTabs .nav-link {
            width: 100%;
            color: var(--bs-primary)
        }

            #promition-details-container .card-header #promoTabs .nav-link.active {
                border-color: transparent;
                color: var(--bs-dark);
            }

        #promition-details-container .card-header #promoTabs .nav-item:first-of-type .nav-link:not(.active) {
            border-color: transparent var(--bs-border-color) var(--bs-border-color) transparent;
            border-bottom-right-radius: var(--bs-border-radius);
            border-top-right-radius: 0;
        }

        #promition-details-container .card-header #promoTabs .nav-item:last-of-type .nav-link:not(.active) {
            border-color: transparent transparent var(--bs-border-color) var(--bs-border-color);
            border-bottom-left-radius: var(--bs-border-radius);
            border-top-left-radius: 0;
        }

        #promition-details-container .card-header #promoTabs .nav-item .nav-link:not(.active):hover {
            color: var(--bs-primary);
        }

#promition-details-container #promoTabs .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

/* ------------ Carousel ------------ */

.featured-column .carousel-inner {
    border-radius: var(--bs-border-radius) !important;
}

.featured-column .carousel-circle-button,
.featured-column .carousel-circle-button {
    position: static;
    width: auto;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    padding: .40rem;
    background-color: var(--bs-btn-bg)
}

.featured-column .circle-carousel-indicators {
    bottom: calc(-55px - -1.5rem);
}

.featured-column .carousel-indicators.circle-carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bs-light);
    opacity: 1;
    transition: .15s ease-in-out;
}

    .featured-column .carousel-indicators.circle-carousel-indicators [data-bs-target]:not(.active):hover {
        background-color: #d3d4d5;
    }

.featured-column .carousel-indicators.circle-carousel-indicators .active {
    background-color: var(--bs-primary)
}

.featured-column .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.featured-column .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.required {
    color: var(--bs-danger);
}

#navMyPoints {
    display: none;
}

.btn-transparent {
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-hover-color: var(--bs-body-color);
    --bs-btn-active-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-bg: #0000001a;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: #00000033;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-bg: #00000026;
    --bs-btn-disabled-color: var(--bs-body-color);
    --bs-btn-disabled-border-color: transparent;
}

.offcanvas .profile-icon {
    display: inline-block;
    height: 100px;
}

    .offcanvas .profile-icon:before {
        position: relative;
        bottom: 18px;
    }
}

/* ------------ Alliance Partners ------------ */

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius-pill);
}

.offcanvas.alliance-partner {
    --bs-offcanvas-width: 600px;
}

    .offcanvas .nav-tabs {
        border-bottom: none;
    }

        .offcanvas .nav-tabs .nav-item .nav-link {
            --bs-nav-pills-border-radius: var(--bs-border-radius-pill);
            border: none !important;
        }

            .offcanvas .nav-tabs .nav-item .nav-link span,
            .offcanvas .nav-tabs .nav-item .nav-link i {
                color: #fff !important;
            }

.featured-alliance-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*    .featured-alliance-bg a.stretched-link i.bi-arrow-right {
        position: relative;
        top: 2px;
    }*/

#accept-term-popup .btn {
    border-color: transparent;
    padding: 0;
}

[data-notify="container"] .btn-close {
    right: 13px !important;
    top: 13px !important;
}

#decline-confirmation-popup {
    --bs-modal-zindex: 1065;
}

.modal-backdrop.fade.show + .modal-backdrop.fade.show {
    --bs-backdrop-zindex: 1060;
}

#accept-term-submit.btn,
#accept-term-decline.btn {
    color: var(--bs-dark);
    background-color: transparent;
    border-color: transparent;
}

    #accept-term-submit.btn:hover i,
    #accept-term-decline.btn:hover i {
        color: var(--bs-btn-hover-bg) !important;
    }

    #accept-term-submit.btn:active i,
    #accept-term-decline.btn:active i {
        color: var(--bs-btn-active-bg) !important;
    }

.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after,
.form-floating > .form-control:focus ~ label::after {
    background-color: transparent;
}

#notificationBadge {
    height: 24px;
    width: 24px;
}