.login-main {
    background-image: linear-gradient(170deg, #3a9b91 0%, #ffffff 80%);
}

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

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

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

.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;
}

.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;
}

.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: #696cff !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: #3c3e41 !important;
}

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

.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: #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

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

.rating-form .form-group .label-question {
    color: #000;
    font-size: 20px;
}

.rating-form .form-group .form-check .form-check-label {
    color: #000;
}

.rating-form .form-group .form-check.form-check-inline {
    margin-right: 20px;
}

.rating-form.rating-inline .form-group .form-check,
.rating-form.rating-inline .form-group .form-row {
    margin-bottom: 10px;
    background: transparent;
    padding: 10px 10px;
    border: 1px solid #d9dee3;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.rating-form.rating-inline .form-group .form-row .flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.rating-form.rating-inline .form-group .form-check .form-check-input {
    margin-left: 0;
    margin-right: 10px;
}

.rating-form.rating-inline .form-group .form-row .form-input {
    appearance: none;
    -webkit-appearance: none;
}

.rating-form.rating-inline .form-group .form-row .form-input::before {
    content: '';
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.rating-form.rating-inline .form-group .form-row .form-input:checked::before {
    background-color: #21209c;
}

.rating-form.rating-inline .form-group .form-row .form-input.yes:checked::before {
    background-color: #26c05e !important;
}

.rating-form.rating-inline .form-group .form-row .form-input.no:checked::before {
    background-color: #ff3e1d !important;
}

.rating-form.rating-inline .form-group .form-row .form-input.na:checked::before {
    background-color: #8592a3 !important;
}

.rating-form.rating-inline .form-group .form-row .form-input::after {
    content: '';
    cursor: pointer;
    height: 18px;
    border-radius: 50px;
    border: 4px solid #d9dee3;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
}

.rating-form.rating-inline .form-group .form-row .form-input:checked::after {
    border: 4px solid #fff;
}

.rating-form.rating-inline .form-group .form-row .form-label {
    color: #000;
    font-size: 1.1rem;
    margin-left: 30px;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

.rating-form.rating-inline .form-group .form-row .form-input:checked~.form-label {
    color: #fff;
}

.rating-form.rating-inline .form-group .form-check:last-child {
    margin-bottom: 0;
}

.form-group .upload-img {
    position: relative;
    width: 100%;
    height: auto;
}

.form-group .upload-img label {
    color: var(--secondary);
    margin-bottom: 15px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.form-group .image-section {
    border: 2px dashed #9FA1A1;
    border-radius: 5px;
    background: #F1F6FF;
    width: 100%;
    max-width: 80%;
    height: auto;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.form-group .image-section .user-img-ic {
    margin-bottom: 10px;
}

.form-group .image-section .user-img-ic img {
    width: 40px;
    height: auto;
}

.form-group .image-section .img-placeholder .optional-txt {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
    color: #9FA1A2;
}

.form-group .image-section .img-placeholder .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--body-text-color);
}

.form-group .img-dimensions {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #8A8A8A;
    text-align: center;
    width: 100%;
    max-width: 375px;
}

.form-group .img-dimensions .title {
    font-weight: 600;
    color: var(--body-text-color);
}

.form-group .image-section .image-show {
    background: #fff;
    border-radius: 5px;
    padding: 12px;
    position: relative;
    margin-top: 25px;
    border: 1px solid #202D4633;
    width: 100%;
}

.form-group .image-section .image-show ul li {
    margin-right: 11px;
    margin-bottom: 10px;
}

.form-group .image-section .image-show ul li .uploaded-image {
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: #e9e9e9;
}

.form-group .image-section .image-show ul li .uploaded-image img {
    width: 100%;
    height: 100%;
}

.form-group .image-section .image-show ul li .product-name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: var(--secondary);
    text-align: left;
}

.form-group .image-section .image-show ul li .product-size {
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    color: #8A8A8A;
    text-align: left;
}

.form-group .image-section .image-show .close-sec {
    position: absolute;
    top: 17px;
    right: 12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 999;
    background-image: url("../images/icons/close-file.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.form-group .upload-img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-group .upload-img input {
    opacity: 0;
}

#successModal p i {
    font-size: 70px;
    color: #3a9b91;
}

.search-card {
    background: #f9f9f9;
}

.nav-heading h4 {
    display: none;
}

.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;
}

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

@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) {
    .rating-form.rating-inline .form-group .form-row .form-input::after {
        left: 3%;
    }

    .rating-form.rating-inline .form-group .form-row .form-label {
        font-size: 1rem;
    }

    .form-group .upload-img {
        width: 100%;
    }

    .form-group .image-section {
        max-width: 100%;
    }

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

@media (max-width: 580px) {

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

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

    .rating-form .form-group .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .b-table-header .btn {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .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;
    }
}
