:root {
    --gl-star-empty: url('../images/rating/star-empty.svg');
    --gl-star-full: url('../images/rating/star-full.svg');
    --gl-star-size: 35px;
}

.gl-star-rating--stars {
    flex-wrap: wrap;
}

.gl-star-rating [data-value]:not(.gl-active) .gl-emote-bg {
    fill: #dcdce6;
}

.love-rating-rt .gl-active svg.feather {
    fill: var(--bs-danger);
    stroke: var(--bs-danger);
}

.like-rating-rt .gl-active svg.feather {
    fill: var(--bs-success) !important;
    stroke: var(--bs-success) !important;
}

.tooltip {
    --bs-tooltip-zindex: 1180;
}

.input-group>button {
    border: 1px solid #bec8d0;
    border-radius: 8px;
}

[data-pc-theme=dark] .input-group>button {
    border: 1px solid #303f50;
    border-radius: 8px;
}

.form-floating>.form-control~label {
    color: var(--bs-secondary-color);
}

[data-pc-theme=dark] .form-floating>.form-control~label {
    color: #bec8d3;
}

.br-20 {
    border-radius: 20px !important;
}

.br-40 {
    border-radius: 40px !important;
}

.br-50 {
    border-radius: 50px !important;
}

.br-8 {
    border-radius: 12px !important;
}

.br-tlr-0 {
    border-radius: 0 0 12px 12px !important;
}

.br-blr-0 {
    border-radius: 12px 12px 0 0 !important;
}

.br-trl-0 {
    border-radius: 0 0 0 12px !important;
}

.br-trb-0 {
    border-radius: 0 0 12px 0 !important;
}

.br-rtb {
    border-radius: 0 12px 12px 0 !important;
}

.p-10i {
    padding: 10px !important;
}

.py-d8 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
}

.f-small {
    font-size: small;
}

.pc-sidebar .card.pc-user-card {
    margin: 0 25px 15px;
}

[data-pc-theme=dark] .bg-white {
    background-color: #1b232d !important;
}


.fancy-selector-w {
    position: relative
}

.fancy-selector-w .fancy-selector-current {
    position: relative;
    z-index: 2;
    height: 100%
}

.fancy-selector-w .fancy-selector-current,
.fancy-selector-w .fancy-selector-option {
    display: -webkit-box;
    display: flex;
    background-color: #ff8706;
    color: #fff;
    text-align: left;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.fancy-selector-w .fancy-selector-current .fs-img,
.fancy-selector-w .fancy-selector-option .fs-img {
    padding: 10px 15px;
    vertical-align: middle
}

.fancy-selector-w .fancy-selector-current .fs-img img,
.fancy-selector-w .fancy-selector-option .fs-img img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.fancy-selector-w .fancy-selector-current .fs-img.shadowless img,
.fancy-selector-w .fancy-selector-option .fs-img.shadowless img {
    box-shadow: none;
    height: auto !important;
    width: 40px
}

.fancy-selector-w .fancy-selector-current .fs-main-info,
.fancy-selector-w .fancy-selector-option .fs-main-info {
    padding: 12px;
    /*padding-right: 20px*/
}

.fancy-selector-w .fancy-selector-current .fs-main-info .fs-name,
.fancy-selector-w .fancy-selector-option .fs-main-info .fs-name {
    font-size: .89rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    width: 280px;
    margin-bottom: 3px
}

.fancy-selector-w .fancy-selector-current .fs-main-info .fs-name strong,
.fancy-selector-w .fancy-selector-option .fs-main-info .fs-name strong {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 5px
}

.fancy-selector-w .fancy-selector-current .fs-main-info .fs-sub,
.fancy-selector-w .fancy-selector-option .fs-main-info .fs-sub {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
    font-size: .72rem
}

.fancy-selector-w .fancy-selector-current .fs-main-info .fs-sub strong,
.fancy-selector-w .fancy-selector-option .fs-main-info .fs-sub strong {
    color: #F6DB77;
    margin-left: 5px
}

.fancy-selector-w .fancy-selector-current .fs-extra-info,
.fancy-selector-w .fancy-selector-option .fs-extra-info {
    padding: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: rgba(255, 255, 255, 0.8)
}

.fancy-selector-w .fancy-selector-current .fs-extra-info strong,
.fancy-selector-w .fancy-selector-option .fs-extra-info strong {
    font-size: .79rem;
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    line-height: 1
}

.fancy-selector-w .fancy-selector-current .fs-extra-info span,
.fancy-selector-w .fancy-selector-option .fs-extra-info span {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: .54rem;
    letter-spacing: 2px;
    line-height: 1;
    display: block
}

.fancy-selector-w .fancy-selector-current .fs-selector-close {
    background-color: var(--bs-danger) !important;
    margin-left: 3px;
}

.fancy-selector-w .fancy-selector-current .fs-selector-close,
.fancy-selector-w .fancy-selector-current .fs-selector-trigger,
.fancy-selector-w .fancy-selector-option .fs-selector-trigger {
    background-color: #fea030;
    padding: 10px 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    align-self: stretch;
    position: relative;
    margin-top: -2px;
    height: 40px;
    width: 30px;
    cursor: pointer;
    border-radius: .5rem;
}

.fancy-selector-w .fancy-selector-current .fs-selector-close i,
.fancy-selector-w .fancy-selector-current .fs-selector-trigger i,
.fancy-selector-w .fancy-selector-option .fs-selector-trigger i {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.fancy-selector-w .fancy-selector-current .fs-selector-close:hover {
    color: #fff
}

.fancy-selector-w .fancy-selector-current .fs-selector-trigger:hover,
.fancy-selector-w .fancy-selector-option .fs-selector-trigger:hover {
    background-color: #d56609;
    color: #fff
}

.fancy-selector-w .fancy-selector-current .fs-selector-trigger:hover i,
.fancy-selector-w .fancy-selector-option .fs-selector-trigger:hover i {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
}

.fancy-selector-w .fancy-selector-options {
    background-color: #fd7e14;
    position: absolute;
    left: 0px;
    min-width: 100%;
    padding: 15px 0px;
    z-index: 9998;
    border-radius: 0px 0px 6px 6px;
    visibility: hidden;
    -webkit-transform: translateY(-30px) scale(1);
    transform: translateY(-30px) scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0
}

[data-pc-theme=dark] .fancy-selector-w .fancy-selector-options {
    background-color: #fd7e14d9;
}

.fancy-selector-w .fancy-selector-options .fancy-selector-actions {
    padding: 12px 12px 0px 12px
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0px
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-extra-info {
    padding-right: 10px
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-img {
    padding-left: 20px
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-img img {
    height: 37px
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option .fs-main-info {
    -webkit-box-flex: 1;
    flex: 1
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option.active {
    color: #fff
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option.active:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffb900;
    position: absolute;
    top: 50%;
    left: 15px;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fancy-selector-w .fancy-selector-options .fancy-selector-option:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #fff
}

.fancy-selector-w.opened .fancy-selector-options {
    visibility: visible;
    -webkit-transform: translateY(-5px) scale(1);
    transform: translateY(-5px) scale(1);
    opacity: 1
}

.fancy-selector-w.opened .fs-selector-trigger i {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.fancy-selector-w.opened .fs-selector-trigger:hover i {
    -webkit-transform: translate(-50%, -60%) rotate(180deg);
    transform: translate(-50%, -60%) rotate(180deg)
}

.top-bar .fancy-selector-w {
    margin-right: auto;
    align-self: stretch
}

.top-bar .logo-w.menu-size+.fancy-selector-w {
    margin-left: 0px
}

[data-pc-theme=dark] .top-bar .fancy-selector-w .fancy-selector-current .fs-selector-trigger {
    background-color: #fd7e14
}

@media (max-width: 767px) {
    .top-bar .fancy-selector-w {
        width: 100%
    }

    .top-bar .fancy-selector-w .fancy-selector-current {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .top-bar .fancy-selector-w .fancy-selector-current .fs-selector-trigger {
        margin-left: auto
    }
}

.text-truncate-header {
    max-width: 6.0625rem
}

.text-truncate-xs {
    max-width: 4.5625rem
}

.text-truncate-sm {
    max-width: 117px
}

.text-truncate-md {
    max-width: 160px
}

.text-truncate-164 {
    max-width: 164px
}

.text-truncate-default {
    max-width: 180px
}

.text-truncate-lg {
    max-width: 200px
}

.text-truncate-xl {
    max-width: 300px;
}

.text-blur {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

a.text-blur {
    text-shadow: 0 0 5px rgba(136, 106, 181, .5)
}

.mh-70 {
    max-height: 70px !important;
    overflow-y: auto !important
}

.mh-150 {
    max-height: 150px !important;
    overflow-y: auto !important
}

.mh-250 {
    max-height: 250px !important;
    overflow-y: auto !important
}

.mh-270 {
    max-height: 270px !important;
    overflow-y: auto !important
}

.mh-300 {
    max-height: 300px !important;
    overflow-y: auto
}

.mh-400 {
    max-height: 400px !important;
    overflow-y: auto
}

.mh-450 {
    max-height: 450px !important;
    overflow-y: auto
}

.mh-550 {
    max-height: 550px !important;
    overflow-y: auto
}

.mh-600 {
    max-height: 600px !important;
    overflow-y: auto
}

.mh-800 {
    max-height: 800px !important;
    overflow-y: auto
}

.mh-1000 {
    max-height: 1000px !important;
    overflow-y: auto
}

.d-wrap {
    margin-bottom: 20px
}

.d-wrap,
.d-wrap>small {
    display: block;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.d-wrap>small {
    line-height: 1
}

.overflow-i {
    overflow: inherit !important
}

.pc-header {
    min-height: 60px !important;
}

.pc-header .pc-h-item {
    min-height: 60px !important;
}

.bottom-35 {
    bottom: 35px;
}

.top--14 {
    top: -14px !important;
}

.top--10 {
    top: -10px !important;
}

.top--6 {
    top: -6px !important;
}

.start-130 {
    left: 130% !important;
}

.hidden-xs-up {
    display: none !important
}

.fun-counters {
    justify-content: space-around;
}

@media (max-width:575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .hidden-sm-down {
        display: none !important
    }

    .fun-counters {
        justify-content: center;
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1398.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1399px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

@media only screen and (max-width: 576px) {
    .menu-hide {
        display: none !important;
    }

    .top-bar.stretch {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 3000;
    }

    .fancy-selector-w .fancy-selector-current .fs-main-info .fs-name,
    .fancy-selector-w .fancy-selector-option .fs-main-info .fs-name {
        width: 100%;
        max-width: 290px;
    }
}

[data-pc-direction=ltr] .border-right-0 {
    border-right: 0 !important;
}

[data-pc-direction=ltr] .border-left-0 {
    border-left: 0 !important;
}

.btn-outline-primary {
    color: rgba(var(--bs-primary-rgb), 1) !important;
    border: var(--bs-btn-border-width) solid #fd7e14 !important;
}

.btn-outline-primary:hover {
    background-color: rgba(var(--bs-primary-rgb), 1);
    border-color: #fd7e14;
    color: #fff !important;
}

/*.btn-check:checked+.btn,*/
.introjs-tooltip .btn-check:checked+.introjs-button,
:not(.btn-check)+.btn:active,
.introjs-tooltip :not(.btn-check)+.introjs-button:active,
/*.btn:first-child:active,*/
.introjs-tooltip .introjs-button:first-child:active,
/*.btn.active,*/
.introjs-tooltip .active.introjs-button,
.btn.show,
.introjs-tooltip .show.introjs-button {
    color: #fff;
    background-color: rgba(var(--bs-primary-rgb), 1);
    border-color: #fd7e14;
}

.progress.progress-primary .progress-bar {
    background: rgba(var(--bs-primary-rgb), 1) !important;
}

.material-icons-two-tone.text-primary {
    background-color: rgba(var(--bs-primary-rgb), 1) !important;
}

.progress.progress-secondary {
    background: rgba(var(--bs-secondary-rgb), 1) !important;
}

.material-icons-two-tone.text-secondary {
    background-color: rgba(var(--bs-secondary-rgb), 1) !important;
}

.progress.progress-success {
    background: rgba(var(--bs-success-rgb), 1) !important;
}

.material-icons-two-tone.text-success {
    background-color: rgba(var(--bs-success-rgb), 1) !important;
}

.progress.progress-info {
    background: rgba(var(--bs-info-rgb), 1) !important;
}

.material-icons-two-tone.text-info {
    background-color: rgba(var(--bs-info-rgb), 1) !important;
}

.progress.progress-warning {
    background: rgba(var(--bs-warning-rgb), 1) !important;
}

.material-icons-two-tone.text-warning {
    background-color: rgba(var(--bs-warning-rgb), 1) !important;
}

.progress.progress-danger {
    background: rgba(var(--bs-danger-rgb), 1) !important;
}

.material-icons-two-tone.text-danger {
    background-color: rgba(var(--bs-danger-rgb), 1) !important;
}

.btn-light-x {
    background: #f1efef;
    color: #000;
    border-color: #f1efef;
}

.btn-light-x:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


.timed-activities {
    margin-bottom: 1rem
}

.timed-activity {
    display: -webkit-box;
    display: flex;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.timed-activity .ta-date {
    -webkit-box-flex: 0;
    flex: 0 0 130px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center
}

.timed-activity .ta-date span {
    position: relative;
    display: inline-block
}

.timed-activity .ta-date span:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(var(--bs-primary-rgb), 0.8);
    border-radius: 1rem;
    background-color: #fff
}

.timed-activity .ta-date:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*bottom: -20px;*/
    bottom: 16px;
    width: 1px;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.1)
}

.mod-skin-dark:not(.mod-skin-light) .timed-activity .ta-date:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.timed-activity .ta-record-w {
    padding-left: 40px
}

.timed-activity .ta-record {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: start;
    align-items: flex-start
}

.timed-activity .ta-timestamp {
    position: relative;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.4);
    width: 110px;
    white-space: nowrap
}

.mod-skin-dark:not(.mod-skin-light) .timed-activity .ta-timestamp {
    color: inherit;
}

.timed-activity .ta-timestamp strong {
    color: #3E4B5B
}


.timed-activity .ta-timestamp:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    display: block
}

.timed-activity .ta-activity a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--bs-primary-rgb);
}

.timed-activity .ta-activity a:hover {
    text-decoration: none;
    color: #024994;
    border-bottom-color: #024994
}

.timed-activities.compact .timed-activity {
    display: block;
    padding-left: 30px;
    position: relative
}

.timed-activities.compact .timed-activity:before {
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0px;
    top: 45px;
    content: "";
    left: 8px
}

.timed-activities.compact .timed-activity .ta-date {
    -webkit-box-flex: 0;
    flex: 0;
    text-align: left;
    margin-bottom: 1.5rem
}

.timed-activities.compact .timed-activity .ta-date:before {
    display: none
}

.timed-activities.compact .timed-activity .ta-date span:after {
    left: -30px;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.timed-activities.compact .timed-activity .ta-record-w {
    padding-left: 20px
}

.timed-activities.compact .timed-activity .ta-record {
    display: block
}

.timed-activities.compact .timed-activity .ta-timestamp {
    font-size: .81rem;
    margin-bottom: 5px
}

.timed-activities.compact .timed-activity .ta-timestamp:after {
    right: auto;
    left: -20px;
    font-size: 8px
}

.timed-activities.compact .timed-activity .ta-activity {
    font-size: .9rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

@media (max-width: 767px) {
    .timed-activities {
        padding: 0
    }

    .timed-activity {
        display: block;
        font-size: .9rem
    }

    .timed-activity .ta-date {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin-bottom: 3rem;
        text-align: left
    }

    .timed-activity .ta-date span:after {
        -webkit-transform: none;
        transform: none;
        left: 0px
    }

    .timed-activity .ta-record-w {
        padding-left: 0px
    }

    .timed-activity .ta-record {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }

    .timed-activity .ta-activity {
        font-size: .81rem
    }
}

[data-status="unviewed"]::before {
    content: '*';
    color: var(--bs-primary) !important;
}

.os-tabs-controls {
    -webkit-box-pack: justify;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 2rem*/
}

.os-tabs-controls .nav-pills {
    align-items: center;
    border-bottom: 1px solid #dee2e6
}

.os-tabs-controls .nav-tabs {
    flex: 1
}

/* padded table */

.table.table-padded {
    border-collapse: separate;
    border-spacing: 0 0;
    min-height: 150px;
}

.table.table-padded thead tr th {
    line-height: 1;
    border: none;
    /*1px solid gray;*/
    font-size: 0.81rem;
    color: rgba(90, 99, 126, 0.7);
    letter-spacing: 1px;
    padding: 0.3rem 0.5rem 0.4rem;
}

.table.table-padded tbody tr:not(.excuse) {
    border-radius: 1rem;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.table.table-padded tbody tr:hover {
    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
    /*
-webkit-transform: translateY(-1px) scale(1.01);
transform: translateY(-1px) scale(1.01);
*/
}

.table.table-padded tbody td {
    vertical-align: middle;
    padding: 0.5rem;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    line-height: 1.2;
    /*background-color: #fefcff;*/
}

.table.table-padded.table-xs tbody td {
    padding: 0.2rem !important;
}

.table.table-padded.table-sm tbody td {
    padding: 0.1rem 0.5rem !important;
}

.table.table-padded tbody td.bolder {
    font-weight: 500;
    font-size: 0.99rem;
}

.table.table-padded tbody td img {
    display: inline-block;
    vertical-align: middle;
}

/*
.table.table-padded tbody td img+span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}*/

.table.table-padded tbody td span+span {
    margin-left: 5px;
}

.table.table-padded tbody td .status-pill+span {
    margin-left: 10px;
}

.table.table-padded tbody tr>td:first-child {
    border-left: 1px solid #e2e2e2;
}

/* nrb - no right border */
.table.table-padded tbody tr>td:not(.nrb):last-child {
    border-right: 1px solid #e2e2e2;
}

.table.table-padded tbody tr:first-child>td {
    border-top: 1px solid #e2e2e2;
}

.table.table-padded tbody tr:last-child>td {
    border-bottom: 1px solid #e2e2e2;
}

.table.table-padded tbody tr:first-child>td:first-child {
    border-top-left-radius: 1rem;
}

.table.table-padded tbody tr:first-child>td:last-child {
    border-top-right-radius: 1rem;
}

.table.table-padded tbody tr:last-child>td:first-child,
table.table-padded tbody tr>td.t-first {
    border-bottom-left-radius: 1rem;
}

.table.table-padded tbody tr.last:last-child>td:first-child {
    border-bottom-left-radius: 0rem;
}

.table.table-padded tbody tr:last-child>td:last-child,
table.table-padded tbody tr>td.t-last {
    border-bottom-right-radius: 1rem;
}

.table.table-padded tbody tr.last:last-child>td:last-child {
    border-bottom-right-radius: 0rem;
}

.table thead th {
    text-transform: inherit !important;
}

[data-pc-theme=dark] .table.table-padded tbody td:first-child {
    border-left: 1px solid #5c5d60;
}

[data-pc-theme=dark] .table.table-padded tbody td:last-child {
    border-right: 1px solid #5c5d60;
}

[data-pc-theme=dark] .table.table-padded tbody td {
    background-color: #45454512;
    ;
}

[data-pc-theme=dark] table.table-padded tbody td {
    border-color: #5e646b5e !important;
}

[data-pc-theme=dark] .table.table-padded tbody tr:hover {
    box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1);
    -webkit-box-shadow: 0px 5px 15px rgba(22, 22, 35, 0.1);
}

.table.table-padded tbody td.tgc {
    padding: 0 !important;
}


[data-pc-theme=dark] .card-pack .table.table-padded tbody td:first-child {
    border-left: 1px solid #e2e2e2 !important;
}

[data-pc-theme=dark] .card-pack .table.table-padded tbody td:last-child {
    border-right: 1px solid #e2e2e2 !important;
}

[data-pc-theme=dark] .card-pack .table.table-padded tbody td {
    background-color: #fff !important;
}

[data-pc-theme=dark] .card-pack table.table-padded tbody td {
    border-color: #e2e2e2 !important;
}

[data-pc-theme=dark] .card-pack .table.table-padded tbody tr:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

[data-pc-theme=dark] .table.table-padded thead tr th {
    color: rgb(194 198 212 / 70%)
        /*rgba(90, 99, 126, 0.7) */
         !important;
    background-color: #1b232d;
}

[data-pc-theme=dark] .card-pack .table.table-padded thead tr th {
    color: rgba(90, 99, 126, 0.7) !important;
}

/* padded table end */

.card.expand {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    margin: 10px;
    align-items: flex-end;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}

.card.expand>* {
    width: 100%;
}

.cf-data-nav input {
    background-color: transparent;
    border: 0 !important;
}

[data-pc-theme=dark] .cf-data-nav input {
    color: #a7a8aa !important;
}

.form-search.small {
    position: absolute;
    top: -24.5px;
}

.form-search.small i {
    top: 7px;
    left: 9px;
}

.form-search.small .form-control {
    min-height: 33px;
    padding: 0.375rem 0.7rem;
    padding-left: 35px;
    width: 10rem;
}

.card-item .card-body {
    min-height: 50px;
}

d-wrap,
.d-wrap>small,
.card-item>div>small,
.card-item>div>span {
    display: flex !important;
    align-items: center;
}

.card-item .card-title,
.card-item .card-subtitle {
    display: block;
    overflow: hidden;
    padding-right: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

[data-pc-theme=dark] [class*="bg-gray-"] {
    background-color: #3c3f48 !important;
    color: #a5abb1 !important;
}

.d-wrap>small {
    line-height: 1
}

.item-list div.card {
    margin-bottom: .5rem !important;
    margin-right: .5rem !important;
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

.form-inline label {
    margin-bottom: 0.25rem;
}

@media (min-width:576px) {
    .form-inline:not(.no-label-adjust) label {
        -ms-flex-align: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        /* margin-bottom: 0*/
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex-align: center;
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline:not(.no-label-adjust) .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

/*
.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 1px solid #bec8d0;
}*/

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

button:not(.pure):not(.dz-button),
.btn:not(.pure):not(.dz-button) {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
button>svg,
.btn>svg,
button>span,
.btn>span {
    margin: auto;
}*/

@media (max-width: 575.98px) {
    .pc-container .pc-content {
        padding: 5px 15px;
    }

    .card .card-body {
        padding: 12px;
    }
}

.row.base {
    --bs-gutter-x: 0;
}

[data-pc-theme=dark] .item-list .card {
    background-color: #32333c;
}

.w-15r {
    min-width: 13.8rem;
    width: 15rem;
}

.w-18r {
    min-width: 15.8rem;
    width: 18rem;
}

.w-20r {
    min-width: 20rem;
    width: 20rem;
}

.w-22r {
    min-width: 22rem;
    width: 22rem;
}

.h-30r {
    height: 30rem;
}

.h-max30r {
    max-height: 30rem;
}

.h-11r {
    height: 11rem;
}

.wh-2112r {
    min-width: 21rem;
    width: 21rem;
    height: 12rem;
    max-height: 12rem;
}

.wh-25 {
    width: 25px;
    height: 25px;
}

.w-100p {
    width: 100%;
}

.w-50p {
    width: 50%;
}

.h-100p {
    height: 100%;
}

.h-50p {
    height: 50%;
}

.h-170px {
    height: 170px;
}

.h-200px {
    height: 200px;
}

.h-20r {
    height: 20rem;
}

.img-hbox {
    height: 45vh;
    /* Desktop: tall height */
    transition: height 0.3s ease;
}

.img-hbox-half {
    height: 25vh;
    /* Desktop: tall height */
    transition: height 0.3s ease;
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
    .img-hbox {
        height: 35vh;
    }

    .img-hbox-half {
        height: 22vh;
    }
}

/* Mobile (≤ 600px) */
@media (max-width: 600px) {
    .img-hbox {
        height: 20vh;
    }
}

.chat-avtar img {
    border: 1px solid var(--bs-success);
    padding: 3px;
}

.modal-dialog-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-width: 0px;
}

.horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.mem-horz-list::-webkit-scrollbar-track-piece,
select[multiple=""]::-webkit-scrollbar-track-piece,
.custom-scroll::-webkit-scrollbar-track-piece,
.custom-scrollbar::-webkit-scrollbar-track-piece {
    background-color: rgb(255, 255, 255);
}

.mem-horz-list::-webkit-scrollbar,
select[multiple=""]::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.mem-horz-list::-webkit-scrollbar-corner,
select[multiple=""]::-webkit-scrollbar-corner,
.custom-scroll::-webkit-scrollbar-corner,
.custom-scrollbar::-webkit-scrollbar-corner {
    width: 20px;
}

.mem-horz-list::-webkit-scrollbar-thumb:horizontal,
select[multiple=""]::-webkit-scrollbar-thumb:vertical,
.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: rgb(154, 157, 166);
    border-radius: 100px;
}

select[multiple=""],
.custom-scroll,
.custom-scrollbar {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mem-horz-list {
    overflow-x: auto;
    /*overflow-y: scroll;*/
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
    /*padding: 5px;*/
}

.mem-horz-list div.card {
    margin: 5px;
}

[data-pc-theme=dark] .task-card .task-list::before,
[data-pc-theme=dark] .task-card .task-list::after {
    background: #3a4654;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), .25);
}

.choices__inner {
    padding: 7.5px 7.5px;
    min-height: 48px;
}

[data-pc-theme=dark] .choices[data-type*=select-one] .choices__input {
    color: gray;
}

.select2 {
    flex: 1 1 auto !important;
    min-width: 250px !important;
    z-index: 1;
}

.dropzone {
    overflow: hidden !important
}

.dropzone .dz-preview {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center
}

.dropzone.photo {
    max-height: 8rem;
    min-height: 8rem
}

.dropzone .dz-preview .dz-image {
    width: auto !important;
    height: auto;
}

.dropzone.photo .dz-preview .dz-image, .nav-next, .nav-prev {
    border-radius: 50% !important;
}

.dropzone.signature {
    max-height: 7rem;
    min-height: 7rem
}

.dropzone.doc-upload .dz-preview .dz-image {
    height: 120px;
    width: 120px
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent
}

.tox .tox-statusbar {
    font-size: 11px !important;
}

.card .card-header,
.modal .modal-header,
.modal .modal-footer {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

[data-pc-theme=dark] .card .card-header,
[data-pc-theme=dark] .modal .modal-header,
[data-pc-theme=dark] .modal .modal-footer {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.text-hover-primary:hover {
    color: var(--bs-primary) !important;
}

.text-hover-gray:hover {
    color: #8996a4 !important;
}

.text-hover-red:hover {
    color: #e76767 !important;
}

.action .dropdown-menu,
.dp-small .dropdown-menu {
    min-width: 3rem !important;
}

.action .dropdown-item,
.dp-small .dropdown-item {
    padding: .3rem .5rem !important;
    text-align: left
}

.modal.fade.modal-animate .modal-dialog {
    height: auto !important;
}

.saprator {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
}

.saprator span {
    font-size: 0.875rem;
    padding: 8px 10px;
    background: #fff;
    z-index: 5;
    text-transform: capitalize;
    color: var(--pc-heading-color);
    font-weight: 500;
}

.saprator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1;
}

[data-pc-theme=dark] .saprator span {
    background: #1b232d;
}

.filter-op span {
    padding: 8px 0px 8px 5px !important;
}

.border-lite {
    border: 1px solid #cfcfcf !important;
}

[data-pc-theme=dark] .border-lite {
    border: 1px solid var(--bs-border-color) !important;
}

.question-row .form-label {
    margin-bottom: 0;
    font-weight: 600;
}

[data-pc-theme=dark] .form-label {
    color: inherit !important;
}

/*
.fc-event-time {
    display: unset;
}*/

@media (max-width: 991.98px) {

    div.data-filter>ul.list-inline,
    .search-filter {
        display: flex;
        justify-content: between;
        white-space: nowrap;
        flex-wrap: wrap;
    }

    div.data-filter>ul.list-inline>li,
    .search-filter>* {
        flex: 1 1 auto !important;
    }

    /*
    .fc-event-time {
        display: none;
    }*/
}

.fc-list-event-dot {
    border-width: 4px !important;
}

.fc-list-event-title {
    text-align: left !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media (max-width: 575.98px) {
    div.d-flex.cmd>ul.list-inline {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1 !important;
        overflow: auto;
        flex-wrap: wrap;
    }
}

.file-card.table {
    width: inherit;
    margin: unset;
}

.mail-wrapper .mail-table tr {
    border: inherit;
    margin: unset;
}

.card .mini-tbl-list .table td {
    height: 45px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.b-item {
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    margin-right: 4px;
    margin-top: 6px;
    border-radius: 32px;
    white-space: nowrap;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #545454;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 30px;
    max-width: 150px;
    font-weight: 500;
    margin: 0 4px 4px 0 !important;
    font-size: 80%;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 2%), 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 2%), 0 1px 2px rgb(0 0 0 / 10%);
}

.flex-row-reverse .b-item {
    margin: 0 0 4px 4px !important
}

[data-pc-theme=dark] .b-item {
    border: 1px solid #56575a;
    background-color: #2b2c2d;
    color: #c6c6c7;
}

.d-more {
    padding: 0 !important;
}

.mail-wrapper .mail-table tr td:nth-child(3) {
    flex: none !important;
    min-width: unset;
}

.mail-wrapper .mail-table tr td:nth-child(1),
.mail-wrapper .mail-table tr td:nth-child(2),
.mail-wrapper .mail-table tr td:nth-child(3),
.mail-wrapper .mail-table tr td:nth-child(4),
.mail-wrapper .mail-table tr td:nth-child(5) {
    width: unset !important;
}

.mail-wrapper .mail-table tr {
    display: table-row;
    align-items: unset;
}

.mail-wrapper .mail-table tr td {
    display: table-cell;
    align-items: unset;
}

.mail-wrapper .mail-table tr:not(.unread) {
    background: unset;
}

.table-card .card-body .table tr td:last-child,
.table-card .card-body .table tr th:last-child,
.table-body.card-body .table tr td:last-child,
.table-body.card-body .table tr th:last-child {
    padding-right: unset;
}

/*
.table-card .card-body .table tr td:first-child,
.table-card .card-body .table tr th:first-child,
.table-body.card-body .table tr td:first-child,
.table-body.card-body .table tr th:first-child {
    padding-left: unset;
}*/

.item-sort {
    cursor: move;
}

.mail-wrapper .mail-table tr td:nth-child(2),
.mail-wrapper .mail-table tr td:nth-child(3) {
    cursor: default;
}

.mail-wrapper .mail-table tr td:nth-child(2) .text-truncate {
    width: 200px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border-radius: 25px !important;
}

.course-wizard .nav-item .nav-link {
    min-width: unset;
}

.card-body {
    flex: unset;
}

.cursor-p {
    cursor: pointer;
}

/*
select.mult + div.choices__list.choices__list--multiple {
    display: flex;
    flex-wrap: wrap;
}*/

#tes_list div.card-header div.actions {
    opacity: 0 !important;
}

#tes_list div.card-header:hover div.actions {
    opacity: 1 !important;
}

.m-active {
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.d-hide {
    display: none !important;
}

#fun_timeline .slider-selection {
    background: #81bfde;
}

#fun_timeline .slider-rangeHighlight {
    background: #f70616;
}

#fun_timeline .slider-rangeHighlight.category1 {
    background: #FF9900;
}

#fun_timeline .slider-rangeHighlight.category2 {
    background: #99CC00;
}

.reg-captcha {
    margin: auto !important;
    margin-bottom: .5rem !important;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    display: flex;
    place-content: center
}


.filter-message {
    display: block;
    text-align: center;
    padding: 2px;
    font-size: .6875rem;
    text-transform: capitalize;
    font-style: italic;
    width: calc(100% - 60px);
    max-width: 180px;
    border-radius: .5rem;
    margin: 1rem auto
}

.filter-message:empty {
    display: none
}

.js-list-filter:not(.primary-nav) .js-filter-hide {
    display: none !important
}

.js-list-filter.nav-menu:not(.primary-nav) .js-filter-show {
    display: block !important
}

.z-index-space {
    z-index: 1000
}

.z-index-cloud {
    z-index: 950
}

.z-index-ground {
    z-index: 0
}

.z-index-water {
    z-index: -99
}

.z-index-zen {
    z-index: 3000
}

.input-group.error select, .input-group.error input {
    border: 1px solid red !important;
}

.top-60 {
    top: 60px !important;
}

.table.table-wrap td {
    white-space: normal !important;
}


@media (max-width: 767px) {
    .table.table-wrap td {
        white-space: nowrap !important;
    }
}

.dz-preview.dz-file-preview .dz-image {
    /* background-image: url(../../assets/images/thumb-bg.jpg) !important; */
    /* background-size: cover !important; */
    /* background-position: center !important; */
    /* opacity: 0.3; */
    /* border: 1px dashed #ccc; */
    width: 200px !important;
    height: 200px;
    z-index: 1;
}