.login-main {
    background-image: url('../images/backgrounds/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-color: #fff;
    z-index: 1;
}
.form-error{
    color:red;
}

/* .login-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.25);
    z-index: -1;
} */

.login-main .authentication-wrapper {
    min-height: calc(100vh - 58px);
}

.login-main .authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 530px;
}

.login-main .authentication-wrapper.authentication-basic .authentication-inner .app-brand {
    margin-bottom: 30px;
}

.login-main .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 22.8px 0px #00000033;
    position: relative;
    z-index: 1;
}

/* .login-main .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 0.5rem;
    z-index: -1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
} */

.login-main .card p {
    margin-bottom: 26px;
    font-weight: 700;
    font-size: 24px;
}

.login-main .card .card-body {
    padding: 35px 70px 75px 70px;
}

.login-main .card p,
.login-main .card form .form-label,
.login-main .card form a,
.login-main form .form-check .form-check-label,
.login-main .card a {
    color: #383854;
}

.login-main .card form .form-group {
    margin-bottom: 20px;
}

.login-main .card form .form-group .form-label {
    font-weight: 600;
    font-size: 14px;
}

.login-main .card form .form-group.form-password-toggle {
    margin-bottom: 55px;
}

.login-main .card form .form-control {
    background-color: #fff;
    border: 1px solid #CCD1D7;
    color: #383854;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.33px;
}

.login-main .card form .form-control:-webkit-autofill,
.login-main .card form .form-control:-webkit-autofill:focus,
.login-main .card form .form-control:-webkit-autofill:hover,
.login-main .card form .form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #383854 !important;
    background-color: #fff !important;
    border-color: #0068DE;
}

.login-main .card form .form-control:focus,
.login-main .card form .form-control:active {
    /* border-color: #0068DE !important; */
}

.login-main .card form .form-control::placeholder {
    color: #CCD1D7;
}

.login-main form .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-main form .form-check .form-check-input {
    border-radius: 0;
    margin-top: 0;
    border-color: #14157A;
}

.login-main .card form a,
.login-main form .form-check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.33px;
    color: #14157A;
}

.login-main .card form .btn-primary {
    background-color: #14157A !important;
    border-color: #14157A !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.33px;
}

.login-main .card form .btn-primary:hover {
    background-color: #612599 !important;
    border-color: #9B51E0 !important;
}

.login-main .card p.fp-pra {
    font-size: 16px;
    font-weight: 400;
}

.login-main .card form .form-group .input-group-text {
    background-color: #fff;
    color: #383854;
}

.login-main .card form .form-group .input-group-text i {
    font-size: 20px;
}

.app-brand-logo img {
    width: 200px;
    height: auto;
}

.login-main .login-footer {
    background-color: #14157A;
    padding: 15px 70px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    letter-spacing: -0.18px;
}

.login-main .login-footer a {
    text-decoration: none;
    color: #fff;
}

.login-main .login-footer .footer-info a {
    color: #39C5F7;
    font-weight: 500;
}

@media (max-width: 500px) {
    .login-main .card .card-body {
        padding: 30px 40px 45px 40px;
    }

    .login-main .login-footer {
        font-size: 16px;
    }
}

.layout-wrapper {
    background-image: url('../images/backgrounds/bg-main-inner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color: #F6F8FE; */
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

/* .layout-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.25);
    z-index: -1;
} */

.menu .app-brand.demo.blg-brand {
    height: auto;
}

.menu .app-brand.demo.blg-brand .app-brand-logo {
    flex-grow: unset;
    flex-shrink: unset;
}

.layout-menu .app-brand-link {
    margin-bottom: 50px;
}

.layout-menu .app-brand-logo img {
    width: 200px;
    height: auto;
}

.bg-menu-theme ul li a {
    /* background-color: #FFFFFF3D; */
    background-color: #280c9e0d !important;
    margin-bottom: 10px !important;
    border: 1px solid #280c9e0d;
    /* box-shadow: 0px 3px 24px 0px #0000001A; */
}

.bg-menu-theme ul li a:hover {
    background-color: #14157A !important;
    color: #fff !important;
}
.bg-menu-theme ul li a:active {
    background-color: #14157A !important;
    color: #fff !important;
}

.nav-heading h4 {
    display: none;
    color: #fff;
}

.nav-heading .page-section,
.page-nav-section .page-section {
    display: none;
}

@media (max-width: 1200px) {
    .bg-menu-theme ul li a {
        background-color: #FFFFFF3D;
    }
}

.breadcrumbs {
    --cssuiBreadcrumbsTextColor: var(--breadcrumbsTextColor);
    --cssuiBreadcrumbsTextColorActive: var(--breadcrumbsTextColorActive);
    --cssuiBreadcrumbsDivider: var(--breadcrumbsDivider);
    --cssuiBreadcrumbsDividerColor: var(--breadcrumbsDividerColor, inherit);
    --cssuiBreadcrumbsDividerSize: var(--breadcrumbsDividerSize, 16px);
    --cssuiBreadcrumbsIndent: var(--breadcrumbsIndent, 8px);

    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: inline-block;
    position: relative;

    padding-right: calc(var(--cssuiBreadcrumbsDividerSize) + var(--cssuiBreadcrumbsIndent));
    margin-right: var(--cssuiBreadcrumbsIndent);

    color: var(--cssuiBreadcrumbsTextColor);
    font-size: 18px;
}

.breadcrumbs__item:after {
    content: var(--cssuiBreadcrumbsDivider);
    width: var(--cssuiBreadcrumbsDividerSize);
    height: var(--cssuiBreadcrumbsDividerSize);
    line-height: 1;
    text-align: center;
    font-family: "Arial";
    font-size: var(--cssuiBreadcrumbsDividerSize);
    color: #1f0076;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* .breadcrumbs__element {
    color: #D1C4E9;
} */

.breadcrumbs__item a {
    text-decoration: none;
    color: #1f0076;
}

.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus {
    color: #9086ac;
}

.breadcrumbs__item_active {
    margin-right: 0;
    padding-right: 0;
    color: #000000;
}

.breadcrumbs__item_active:after {
    display: none;
}

/* examples */

.breadcrumbs {
    --breadcrumbsTextColor: #D1C4E9;
    --breadcrumbsTextColorActive: #fff;
}

.breadcrumbs_type5 {
    --breadcrumbsDivider: "›";
    --breadcrumbsDividerSize: 20px;
}

.page-nav-section .page-section {
    background-color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0px 4px 14px 0px #00000029;
}

.page-nav-section .page-section ul {
    width: 100%;
}

@media (max-width: 600px) {
    .breadcrumbs {
        --cssuiBreadcrumbsDividerSize: var(--breadcrumbsDividerSize, 12px);
        --cssuiBreadcrumbsIndent: var(--breadcrumbsIndent, 4px);
    }

    .breadcrumbs__item {
        font-size: 14px;
    }

    .breadcrumbs_type5 {
        --breadcrumbsDividerSize: 15px;
    }
}



.dashboard-body {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 14px 0px #00000029;
}

/* .dashboard-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98.63deg, #DEF9CF 9.07%, rgba(233, 243, 192, 0.5) 78.63%);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: -1;
} */

.dashboard-body .dashboard-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}

.event-card .avatar {
    width: 3.375rem;
    height: 3.375rem;
}

.event-card .card-result h3 {
    font-size: 35px;
}

.total-events-card ul li .user-progress small {
    font-size: 35px;
}

.totalEventChart .apexcharts-canvas {
    margin: auto;
}

.event-card.total-event {
    background-image: url('../images/backgrounds/total-event.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border: 1px solid #D5D5D5;
    box-shadow: none;
}

.event-card.complete-event {
    background-image: url('../images/backgrounds/complete-card.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border: 1px solid #D5D5D5;
    box-shadow: none;
}

.event-card.inprogress-event {
    background-image: url('../images/backgrounds/inprogress-card.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border: 1px solid #D5D5D5;
    box-shadow: none;
}

.tab-content .tab-pane .dashboard-body .card {
    box-shadow: none;
}

.dashboard-nav {
    padding-top: 40px;
    padding-bottom: 20px;
}

.dashboard-nav ul li {
    background: #fff;
    border: 1px solid #14157A;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #14157A;
    margin: 5px 4px;
    padding: 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dashboard-nav ul li span.button-radio {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #14157A;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.dashboard-nav ul li span.button-radio .br-inner {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: transparent;
}

.dashboard-nav ul li:first-child {
    margin-left: 0;
}

.dashboard-nav ul li:last-child {
    margin-right: 0;
}

.dashboard-nav ul li.active {
    background: #14157A;
    color: #fff;
}

/* .dashboard-nav ul li.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98.63deg, #DEF9CF 9.07%, rgba(233, 243, 192, 0.5) 78.63%);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: -1;
}*/

.dashboard-nav ul li.active span.button-radio {
    background-color: #fff;
    border-color: #000;
}

.dashboard-nav ul li.active span.button-radio .br-inner {
    background-color: #000;
}

.dashboard-body .card .card-result span {
    font-size: 15px;
    font-weight: 500;
    line-height: 17.63px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    display: block;
    color: #000;
}

.dashboard-body .card .card-result h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 39.95px;
    letter-spacing: 0.5px;
    color: #000;
}

.dashboard-body .card.c-card {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.dashboard-body .card.c-card .card-header {
    padding: 14px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 17.63px;
    letter-spacing: 0.5px;
}

.dashboard-body .card.c-card .card-header .cb-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dashboard-body .card.c-card .card-header .cb-icon img {
    width: 18px;
    height: 18px;
}

.dashboard-body .card.c-card .card-body {
    padding: 12px 15px;
    font-size: 34px;
    font-weight: 500;
    line-height: 39.95px;
    letter-spacing: 0.5px;
    color: #000;
}

.dashboard-body .card.c-card .card-footer {
    padding: 10px;
    border-top: 1px solid #D0DAC3B2;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
}

.dashboard-body .card.c-card .card-footer span {
    font-weight: 700;
    font-size: 14px;
}

.dashboard-body .card.c-card.gold {
    border: 1px solid #FED86B;
}

.dashboard-body .card.c-card.gold .card-header {
    background: linear-gradient(90deg, #E0A60A 0%, #FFC830 100%);
}

.dashboard-body .card.c-card.silver {
    border: 1px solid #A19C9C
}

.dashboard-body .card.c-card.silver .card-header {
    background: linear-gradient(90deg, #918D8D 0%, #BFBEBE 100%);

}

.dashboard-body .card.c-card.bronze {
    border: 1px solid #E6AE72;
}

.dashboard-body .card.c-card.bronze .card-header {
    background: linear-gradient(90deg, #CC711B 0%, #DC9445 100%);
}

.dashboard-body .dashboard-heading .event-name {
    font-weight: 400;
    font-size: 16px;
}

.dashboard-body .card.ed-card .card-result {
    padding-right: 34px;
    padding-left: 34px;
}

.dashboard-body .card.ed-card .card-result:nth-child(2) {
    border-right: 1px solid #0000001A;
    border-left: 1px solid #0000001A;
}

.dashboard-body .card.ed-card .card-result:first-child {
    padding-left: 10px;
}

.dashboard-body .card.ed-card .card-result:last-child {
    padding-left: 10px
}

.dashboard-body .card.graph-card .card-body {
    padding: 58px 30px;
}

.dashboard-body .card.graph-card .card-body .graph-body {
    padding-left: 40px;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner {
    border-left: 1px solid #545454;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress {
    height: 50px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 8px;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress .progress-title {
    width: 13%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -17%;
    display: flex;
    align-items: center;
    color: #383854;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    z-index: 999;
    justify-content: flex-end;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress .value {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress .graph-progress-inner {
    transition: 0.2s all;
    height: 100%;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress.bronze {
    background-color: #FAE3CE;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress.bronze .graph-progress-inner {
    background-color: #CC711B;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress.silver {
    background-color: #E9E9E9;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress.silver .graph-progress-inner {
    background-color: #C5C4C4;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress.gold {
    background-color: #FCEEC5;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress.gold .graph-progress-inner {
    background-color: #FFC830;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress:last-child {
    margin-bottom: 2px;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-value ul {
    justify-content: space-between;
    width: 100%;
}

.dashboard-body .card.graph-card .card-body .graph-body .graph-value ul li {
    font-weight: 500;
    font-size: 12px;
    color: #383854;
    font-family: "Inter", sans-serif;
}

.dashboard-body .card.card-color {
    background: #F6F8FE;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}

.dashboard-body.db-inner {
    background: #F6F8FE;
}

.p-title {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-title ul li {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.45px;
    letter-spacing: 0.5px;
    color: #000;
}

.p-title ul li .d-flex {
    gap: 6px;
}

.p-title ul li .d-flex .color-box {
    width: 12px;
    height: 12px;
}

.p-title ul li .d-flex .color-box.completed {
    background-color: #203FA6;
}

.p-title ul li .d-flex .color-box.inprogress {
    background-color: #9D63D8;
}

@media (max-width: 1200px) {
    .dashboard-body .card.graph-card .card-body .graph-body .graph-inner .graph-progress .progress-title {
        left: -14%;
    }

    .p-title {
        bottom: 0px;
    }
}

@media (max-width: 600px) {
    .dashboard-body .card.ed-card .d-flex {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .dashboard-body .card.ed-card .card-result:nth-child(2) {
        border-right: 0;
        border-left: 0;
        border-top: 1px solid #0000001A;
        border-bottom: 1px solid #0000001A;
    }

    .dashboard-body .card .card-result span {
        margin-bottom: 15px;
    }

    .dashboard-body .card.ed-card .card-result {
        padding: 20px !important;
        width: 100%;
    }
}


.ut-dd a.u-dd {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ut-dd a.u-dd .user-name {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ut-dd a.u-dd .user-name i {
    font-size: 25px;
    color: #000000;
    position: relative;
    transition: 0.2s all;
}

.ut-dd a.u-dd.show .user-name i {
    transform: rotate(180deg);
}

.ut-dd ul.dropdown-menu-end {
    right: -20px;
}

@media (max-width: 767px) {
    .ut-dd a.u-dd .user-name span {
        display: none;
    }
}

.form-group.filterEvent-select {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: #000;
    justify-content: flex-end;
}

.form-group.filterEvent-select label {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.33000001311302185px;
}

.form-group.filterEvent-select .select2-container {
    width: 70% !important;
}

.form-group.filterEvent-select .select2-container .select2-selection--single {
    border: 1px solid #FFFFFF33;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.33000001311302185px;
    border-radius: 6px;
}

.form-group.filterEvent-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}

.navbar-nav .nav-item h4 .text-muted {
    color: #fff !important;
    text-decoration: underline;
}

@media (max-width :767px) {
    .form-group.filterEvent-select {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group.filterEvent-select .select2-container {
        width: 100% !important;
    }
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.multiselect-events .select2-container {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right .875rem center;
    background-size: 17px 12px;
}

.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .4375rem .875rem !important;
    border: 1px solid #e8e8e8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.53 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #14157A !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 10px !important;
}

.user-table table tr:last-child {
    border-bottom: none;
}

.user-table table tr td .bg-label-success {
    background-color: #e5fdfa !important;
    color: #3a9b91 !important;
}

.form-select.nice-select {
    background-image: none;
}

.booth-tab {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
}

.booth-tab li button.nav-link {
    min-width: 120px;
}

.booth-tab li button.nav-link:not(.active, .disabled) {
    color: #566a7f !important;
}

.result-icon.gold i {
    background: -webkit-linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.result-icon.silver i {
    background: -webkit-linear-gradient(135deg, #e6e6e6 0%, #d9d9d9 50%, #cbcbcb 51%, #dddddd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.result-icon.bronze i {
    background: -webkit-linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.result-icon {
    font-weight: 500;
}

.result-icon.pending {
    color: #566a7f;
}

.booth-table tr td:nth-child(4) {
    text-transform: uppercase;
}

.user-table tr td,
.user-table tr th {
    color: #000 !important;
    background-color: #fff;
    /* max-width: 200px; */
    white-space: normal;
    word-wrap: break-word;
}

.user-table tr th {
    background-color: #14157A;
    color: #fff !important;
}

.user-table .table tr td .avatar {
    width: 2rem;
    height: 2rem;
}

.user-table .table tr td .avatar i {
    font-size: 1.2rem !important;
}

.booth-d-table tr th,
.booth-d-table tr td {
    color: #000 !important;
}

.booth-d-table tr th {
    background-color: #14157A;
    color: #fff !important;
}

.booth-d-table tr td:first-child {
    background-color: #ebebeb;
}

.booth-d-table tr td span {
    font-weight: 500;
}

.booth-d-table tr td span.bg-success {
    color: #fff !important;
    background-color: #26c05e !important;
}

.nice-select.usertype-select {
    font-size: 16px;
}

.nice-select.usertype-select ul.list li:first-child {
    display: none;
}

.avatar-user-top {
    background-color: #EDF6F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
}

.avatar-user-top i {
    font-size: 25px;
}

.search-card {
    background: #f9f9f9;
}

.avatar.result-icon i {
    font-size: 60px;
}

.avatar-initial i {
    font-size: 2.5rem;
}

.avatar-initial.bg-label-success {
    color: #3a9b91 !important;
}

.table-pagination .nav li a {
    color: #000;
}


.card.card-design {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px;
    color: #000 !important;
    box-shadow: 0px 4px 14px 0px #00000029;
}

.card.card-design .card-header.border-bottom {
    border-color: transparent !important;
}

.card.card-design .table-responsive {
    padding: 0px 30px;
}

.card.card-design .user-table tr td,
.card.card-besign .user-table tr th {
    /* border-color: #000; */
    color: #000 !important;
    background-color: #fff;
}

.card.card-design .user-table tr td .btn-outline-secondary,
.card.card-design .btn-outline-secondary {
    color: #000;
    border-color: #000;
}

.card.card-design .user-table tr td .btn-outline-secondary:hover {
    color: #fff;
    background-color: #000;
}

.card.card-design .card-title,
.card.card-design .card-title h1 {
    color: #000 !important;
}

/* .card.card-design .form-control {
    background: #0000004D;
    border: 1px solid #C1CFB1;
    color: #fff;
} */

.card.card-design .form-control::placeholder {
    color: #575555;
}

.card.card-design .btn-outline-primary {
    border-color: #fff;
    background-color: #fff;
}

.exb-name h6,
.exb-name h4,
.booth-num,
.booth-size,
.reating-by {
    color: #000 !important;
}

.title-info h1 {
    color: #000;
    font-size: 2rem;
}

.text-black {
    color: #000 !important;
}

.booth-update {
    justify-content: flex-end;
    gap: 10px;
}

.booth-update label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.booth-update .rating-badge,
.b-table-header .rating-badge {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 130px;
    border-radius: 8px;
}

.b-table-header .rating-badge {
    width: auto;
}

.booth-update .rating-badge.gold,
.b-table-header .rating-badge.gold {
    background: linear-gradient(90deg, #E0A60A 0%, #FFC830 100%);
}

.booth-update .rating-badge.silver,
.b-table-header .rating-badge.silver {
    background: linear-gradient(90deg, #918D8D 0%, #BFBEBE 100%);
}


.booth-update .rating-badge.bronze,
.b-table-header .rating-badge.bronze {
    background: linear-gradient(90deg, #CC711B 0%, #DC9445 100%);
}


.booth-update .rating-badge .cb-icon,
.b-table-header .rating-badge .cb-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booth-update .rating-badge .cb-icon img,
.b-table-header .rating-badge .cb-icon img {
    width: 20px;
    display: none;
}

.booth-update .rating-badge span,
.b-table-header .rating-badge span {
    display: none;
    position: relative;
    top: 2px;
}

.booth-update .rating-badge.gold span.gold-text,
.b-table-header .rating-badge.gold span.gold-text {
    display: block;
}

.booth-update .rating-badge.silver span.silver-text,
.b-table-header .rating-badge.silver.span.silver-text {
    display: block;
}

.booth-update .rating-badge.bronze span.bronze-text,
.b-table-header .rating-badge.bronze span.bronze-text {
    display: block;
}

.booth-update .rating-badge.gold .cb-icon img.gold-img,
.b-table-header .rating-badge.gold .cb-icon img.gold-img {
    display: block;
}

.booth-update .rating-badge.silver .cb-icon img.silver-img,
.b-table-header .rating-badge.silver .cb-icon img.silver-img {
    display: block;
}

.booth-update .rating-badge.bronze .cb-icon img.bronze-img,
.b-table-header .rating-badge.bronze .cb-icon img.bronze-img {
    display: block;
}

.b-table-header ul.stan-b-ul li {
    font-size: 18px;
    color: #000;
}

.b-table-header ul.stan-b-ul li span.numb {
    font-size: 20px;
}

.b-table-header ul.stan-b-ul li span.numb,
.b-table-header ul.stan-b-ul li span.area {
    font-weight: 600;
}

@media (max-width: 992px) {
    /*.app-brand-logo img {
        height: 60px;
    }*/

    .bg-menu-theme {
        background-color: #0000009c !important;
    }

    .dashboard-nav {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 850px) and (min-width: 768px) {

    .total-events-card.dashboard-card ul li {
        align-items: flex-start !important;
    }

    .total-events-card.dashboard-card ul li .info-col {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 767px) {
    .card-widget-separator .card-widget-1.border-end {
        border-right: 0px !important;
    }

    .nav-heading h4 {
        font-size: 20px !important;
    }

    .full-width-sm {
        width: 100%;
    }

    .dashboard-body {
        padding: 20px
    }

    .title-info h1 {
        font-size: calc(1.3625rem + 1.35vw);
    }
}

@media (max-width: 580px) {

    .event-card .card-result span {
        font-size: 13px;
    }

    .event-card .card-result h3 {
        font-size: 24px;
    }

    .nav-heading h4 {
        font-size: 17px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 250px;
        position: relative;
    }
}

@media (max-width: 500px) {
    .total-events-card.dashboard-card ul li {
        align-items: flex-start !important;
    }

    .total-events-card.dashboard-card ul li .info-col {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 450px) {
    .btn-full-sm {
        width: 100%;
    }

    .nav-heading h4 {
        max-width: 150px;
    }
}
