﻿h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
    color: #8B8B8B!important;
    text-decoration: none;
    cursor: pointer;
}

.flex1 {
    flex: 1;
}

.wrapper {
    background: linear-gradient(180deg, #FC3B3B -30.31%, #FD8C55 100%), linear-gradient(180deg, #FDDBD1 -30.31%, #FFF 100%);
    position: relative;
    min-height: 100vh;
    padding-top: 90px;
    padding-bottom: 60px;
}

.wrapper-backend {
    background: #F4F4F4;
    position: relative;
    min-height: 100vh;
}

.img-profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.img-profile-circle {
    background: linear-gradient(180deg, #00325C -30.31%, #0F75BC 100%);
    border-radius: 50%;
    padding: 2px;
}

.photo-thumb {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 70%;
    background: #FFFFFF;
}

.photo-thumb .photo-parent {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .photo-thumb .photo {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #D9D9D9;
        display: block;
        transition: all 0.3s linear;
        object-fit: cover;
    }

.badge-main {
    border-radius: 30px;
    background: #14AE5C;
    font-weight: 400;
    padding: 5px 10px;
    min-width: 80px;
    font-size: 18px;
}

.card-main {
    width: 600px;
    max-width: 100%;
    filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.15));
    border-radius: 15px;
}

.card-main .card-title {
    font-size: 42px;
    line-height: 0.7;
}

.card-main .card-header {
    background-color: transparent;
}

.card-main .card-title.sm {
    font-size: 28px;
    line-height: 82.143%;
}

.card-main.event {
    padding: 16.5px;
}

.card-main.event .photo-thumb {
    padding-bottom: 57.85%;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
}

.card-main .date::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon/calendar-orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.card-main .photo-thumb .badge-main {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
}

card-main .card-info {
    position: relative;
}

.card-main .card-info .card-info-col {
    position: relative;
}

.card-main .card-info .card-info-col::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 42px;
    background-color: #E0E0E0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card-main .card-info .card-info-col:last-child::after {
    display: none;
}

.card-main .shadow-none {
    filter: none;
}

.card-main .card-text {
    color: #333;
}

.card-main .card-text.sm {
    font-size: 18px;
}

.card-main .card-text.text-wrap2 {
    height: 48px;
}

.card-menu {
    padding: 12px 25px 10px 20px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #FFF;
}

.card-menu h1, .card-menu h2 {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}

.card-menu .card-menu-text {
    padding-left: 50px;
}

.form-group {
    margin-bottom: 1rem !important;
}

.btn:disabled,
.btn[disabled] {
    background-color: #D4D4D4 !important;
    opacity: 1;
}

.btn-style {
    border-radius: 50px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-style.text-lg {
    font-size: 22px;
/*    padding-top: 2.5px;
    padding-bottom: 2.5px;*/
}

.btn-sm {
  min-width: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-main {
    background-color: #FC5000;
    color: #FFF !important;
}

.btn-main:hover {
    background-color: #dc4701;
}


.btn-light-main {
    color: #FC5000 !important;
    border: 1px solid #FC5000;
}

.btn-light-main:hover {
    color: #FFF!important;
    background-color: #FC5000;
}

.btn-green {
    background-color: #14AE5C!important;
    color: #FFF!important;
}

.btn-green:hover {
    background-color: #228B22!important;
}

.btn-light-green {
    border: 1px solid #14AE5C;
    color: #14AE5C!important;
}

.btn-light-green:hover {
    background-color: #14AE5C;
    color: #FFF!important;
}

.btn-qr::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/qrcode-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 0;
}

.btn-light-orange {
    color: #D80000!important;
    border: 1px solid #D80000;
}

.btn-light-orange:hover {
    color: #FFF!important;
    background-color: #D80000;
}

.btn-light-red {
    color: #D80000 !important;
    border: 1px solid #D80000;
}

.btn-light-red:hover {
    color: #FFF!important;
    background-color: #D80000;
}

.btn-light-red.bg-white:hover {
    color: #D80000 !important;
}

.btn-light-blue {
    color: #0F75BC!important;
    border: 1px solid #0F75BC;
}

.btn-light-blue:hover {
    color: #FFF!important;
    background-color: #0F75BC;
}

.btn-gray {
    background-color: #8B8B8B;
    color: #FFF!important;
}

.btn-gray:hover {
    background-color: #696969;
}

.btn-otp {
    width: 315px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn-action.disable {
    pointer-events: none;
}

.btn-action.disable img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.btn-effect img {
    transition: all 0.1s linear;
}

.btn-effect:hover img {
    transform: scale(1.1)
}

.btn-search {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-search .search-ic {
    display: block;
    background-image: url(../images/icon/search-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-search-light-orange {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #FC5000 !important;
    border: 1px solid #FC5000;
}

.btn-search-light-orange .search-orange-ic {
    display: block;
    background-image: url(../images/icon/search-orange.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-search-light-orange:hover,  .btn-search-light-orange[aria-expanded="true"] {
    background-color: #FC5000;
}

.btn-search-light-orange:hover .search-orange-ic, .btn-search-light-orange[aria-expanded="true"] .search-orange-ic {
    background-image: url(../images/icon/search-white.png);
}

.img-menu-event {
    margin-top: -30px;
}

.c-base {
    color: #8B8B8B!important;
}

.c-main {
    color: #FC5000 !important;
}

.c-gray-dark {
    color: #333!important;
}

.c-gray-dark2 {
    color: #BBBBBB!important;
}

.c-gray-light {
    color: #D4D4D4!important;
}

.c-orange {
    color: #ED5224!important;
}

.c-bluelight {
    color: #5DCAD9!important;
}

.c-blue {
    color: #0F75BC !important;
}

.c-blue2 {
    color: #0A74BB !important;
}

.c-green {
    color: #14AE5C!important;
}

.c-orange {
    color: #FF9F00!important;
}

.c-red {
    color: #D80000!important;
}

.c-vanilla {
    color: #FECA8D!important;
}

.c-pinklight {
    color: #ffb1b1 !important;
}

.bg-green {
    background-color: #14AE5C!important;
}

.fw-medium {
    font-weight: 500 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px!important;
}

.font-20 {
    font-size: 20px!important;
}

.font-25 {
    font-size: 25px !important;
}

.text-wrap1 {
    word-break: break-word;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-wrap2 {
    word-break: break-word;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-wrap3 {
    word-break: break-word;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-indent {
    text-indent: 15px;
}

.line-height-normal {
    line-height: normal !important;
}

.border-top {
    border-top: 1px solid #E0E0E0!important;
}

.border-bottom.white {
    border-color: #FFF !important;
}

.h-40px {
    height: 40px;
}

.wsp-normal {
    white-space: normal;
}

.lh-normal {
    line-height: normal;
}

.topic-line::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/topic-line.png);
    background-repeat: no-repeat;
    background-size: 5px;
    width: 5px;
    height: 43px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.topic-line.orange::before {
    background-image: url(../images/topic-line-orange.png);
}

.topic-line.blue::before {
    background-image: url(../images/topic-line-blue.png);
}

.border-white {
    border: 1px solid #FFF!important;
}

.form-label {
    margin-bottom: 5px;
}

.form-control::placeholder {
    color: #BBBBBB;
    opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #BBBBBB;
}

.form-control, .form-select {
    border-radius: 50px;
    border: 1px solid #CFCFCF;
    font-size: 20px;
    height: 40px;
}

.form-control:focus, .form-select:focus {
    border-color: #FC5000;
    box-shadow: 0 0 0 0.25rem rgb(252 80 0 / 25%);
}

textarea.form-control {
    height: auto!important;
}

.form-select {
    background-image: url(../images/icon/arrow-down.png);
    background-size: 14px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-select-length {
    width: 75px;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
}

.form-check-input {
    margin-top: 0;
}

.form-check, .form-switch {
    margin-bottom: 0;
}

.form-check:not(.form-switch) .form-check-input:checked {
    background-color: transparent;
    border-color: #CDCDCD;
    background-image: url(../images/icon/check-green.png) !important;
    background-size: 14px 10px;
}

.form-check-input:focus {
    border-color: #CDCDCD;
    box-shadow: 0 0 0 0.25rem rgb(102 187 106 / 25%);
}

.form-switch .form-check-input {
    box-shadow: none;
    border-color: #C3C3C3;
    float: none;
}

.form-switch .form-check-input:checked {
    background-color: #14AE5C;
    border-color: #14AE5C;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-control.otp {
    border-radius: 4px;
    width: 45px;
    height: 65px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0F75BC;
}

.input-group-datepicker {
    position: relative;
}

.input-group-datepicker .calendar-ic {
    display: block;
    background-image: url(../images/icon/calendar-orange.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
}

.input-group-search {
    position: relative;
}

.input-group-search::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.input-group-search .form-control {
    padding-left: 40px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #FC5000!important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.border-code {
    border-radius: 60px;
    background: rgba(15, 117, 188, 0.10);
    padding: 10px;
    font-size: 35px;
    font-weight: 500;
}

.modal-style .modal-content {
    border-radius: 15px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
}

.modal-seat {
    margin-top: 45px;
}

.modal-seat .btn-close {
    background-image: url(../images/icon/close02.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
}

.modal-seat .modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.modal-seat .img-seat {
    margin-top: 15px;
}

.dividing-line {
    position: relative;
    padding-left: 15px;
    margin-left: -5px;
}

.dividing-line::before {
    content: "";
    display: block;
    border-left: 1px dashed #FC5000;
/*    background-image: url(../images/dividing-line.png);*/
    background-repeat: no-repeat;
/*    background-size: 16px 72px;
    width: 16px;
    height: 72px;*/
    width: 1px;
    height: 100%;
    position: absolute;
/*    top: -15px;*/
    top: 5px;
    left: 7px;
}

.dividing-line:last-child::before {
    height: calc(100% - 14px);
}

.dividing-line::after {
    content: "";
    display: block;
    background-image: url(../images/dividing-bullet.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
}

.dividing-group .dividing-line:last-child {
    margin-bottom: 25px!important;
}

.header-backend {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 25px;
    position: relative;
}

.header-backend .header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-backend .dropdown-user .btn-user {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #000!important;
    padding: 0;
}

.header-backend .dropdown-user .btn-user .user-img {
    display: block;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: cover !important;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    position: relative;
    margin-right: 12px;
}

.header-backend .dropdown-user .dropdown-item {
    color: #000000!important;
}

.header-backend .noti-bullet {
    display: block;
    background: url(../images/icon/bell-bullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    position: relative;
}

.side-menu {
    border-radius: 30px;
    background: #FDFDFF;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.10);
    width: 265px;
    min-height: 94vh;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    transition: all .5s;
}

.side-menu .side-logo {
    text-align: center;
}

.side-menu .side-menu-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.side-menu .side-menu-body ul {
    list-style-type: none;
    padding-left: 0;
}

.side-menu .side-menu-body ul li a {
    color: #000!important;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
}

.side-menu .side-menu-body ul li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon/menu.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.side-menu .side-menu-body ul li:hover {
    background-color: #FC5000;
    transition: all .5s;
}

.side-menu .side-menu-body ul li:hover a {
    color: #FFF!important;
}

.side-menu .side-menu-body ul li:hover a::before {
    background-image: url(../images/icon/menu-white.png);
}

.side-menu .side-menu-body ul li.active {
    background-color: #FC5000;
}

.side-menu .side-menu-body ul li.active a::before {
    background-image: url(../images/icon/menu-white.png);
}

.side-menu .side-menu-body ul li.active a {
    color: #FFF!important;
}

/*start side menu toggle*/
.side-menu .sidebar-dropdown {
    position: relative;
}

.side-menu .sidebar-dropdown .sidebar-submenu {
    display: none;
}

.side-menu .sidebar-dropdown .sidebar-submenu ul {
    margin-top: 0;
}

.side-menu .sidebar-dropdown > a {
    position: relative;
}

.side-menu .sidebar-dropdown > a:after {
    content: "";
    background-image: url(../images/icon/arrow-down-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.side-menu .sidebar-dropdown.active > a:after, .side-menu .sidebar-dropdown:hover > a:after {
    background-image: url(../images/icon/arrow-down-white.png);
}

.side-menu .sidebar-dropdown.active .sidebar-submenu {
    display: block;
}

.side-menu .sidebar-submenu ul li {
    padding-left: 20px;
}

.side-menu .sidebar-submenu ul li a {
    color: #FFF!important;
}

.side-menu .sidebar-submenu ul li a::before {
    display: none;
}

.side-menu .sidebar-submenu li:hover a, .side-menu .sidebar-submenu li.active a {
    color: #484848!important;
}
/*end side menu toggle*/

#hamburger {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 15px;
    z-index: 2;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #808080;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #hamburger span:nth-child(1) {
            top: 0px;
        }

        #hamburger span:nth-child(2) {
            top: 8px;
        }

        #hamburger span:nth-child(3) {
            top: 16px;
        }

    #hamburger.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #hamburger.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #hamburger.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.pagination {
    margin-top: 10px;
}

.page-item {
    padding-left: 2px;
    padding-right: 2px;
}

.page-item .page-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    padding: 5px;
    text-align: center;
}

.page-item.active .page-link {
    background-color: #14AE5C;
    border-color: #14AE5C;
    color: #FFF !important;
}

.page-link {
    border: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.page-item:first-child .page-link, .page-item.extra .page-link {
    background-color: #EBE9F2;
    border-color: #EBE9F2;
    color: #A28B96 !important;
}

.pagination-at-green .page-item.active .page-link {
    background-color: #14AE5C;
    border-color: #14AE5C;
}

.table-main th {
    background-color: #FC5000;
    color: #FFF;
    border-right: 1px solid #D4D4D4;
    vertical-align: middle;
}

.table-main th:first-child {
    border-left: 1px solid #D4D4D4;
}

.table-main td {
    border-right: 1px solid #D4D4D4;
}

.table-main td:first-child {
    border-left: 1px solid #D4D4D4;
}

.table-main.fixed {
    table-layout: fixed;
    margin-top: 0 !important;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #E3E3E3;
  border-radius: 30px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #FC5000;
  border-radius: 30px;
}

.table-sticky {
    overflow-y: auto;
    max-height: 296px;
}

.table-sticky th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-sticky thead tr {
    height: 50px;
}

.table-sticky tbody tr {
    height: 60px;
}

.badge-gray {
    border-radius: 72px;
    background-color: #D6D6D6;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    white-space: normal;
}

.badge-gray.md {
    height: 40px;
}

.badge-blue-head {
    background-color: #FC5000;
    padding: 10px 20px;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-left: 55px;
    text-align: left;
}

.badge-blue-head::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon/menu-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    position: absolute;
    top: 12px;
    left: 20px;
}

.text-chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-20px {
    border-radius: 20px;
}

.status-bullet {
    position: relative;
    padding-left: 12px;
}

.status-bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.status-bullet.yellow:before {
    background-color: #FF9F00;
}

.status-bullet.green:before {
    background-color: #14AE5C;
}

.status-bullet.red:before {
    background-color: #D80000;
}

.ValidDateError {
    color: #D80000!important;
    font-size: 16px;
}

.booth-item {
    border-radius: 50px;
    border: 1px solid #0A74BB;
    background-color: #FFF;
    height: 45px;
    font-size: 20px;
    color: #0A74BB!important;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.booth-item.disable {
    border-radius: 50px;
    border: 1px solid #CFCFCF;
    background-color: rgba(184, 184, 184, 0.30);
    pointer-events: none;
    color: #BBB!important;
}

.booth-item.sm {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.booth-item.next {
    padding-right: 25px;
}

.booth-item.next::before {
    content: "";
    background-image: url(../images/icon/arrow-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.modal-landing .modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
}

.modal-landing {
    overflow-y: hidden;
}

/*.modal-landing .modal-dialog {
    max-height: 80vh;
}*/

.modal-landing .modal-content {
    border-radius: 20px;
    overflow: hidden;
    max-width: 405px;
}

.modal-landing .modal-content img {
    width: 100%; /* ให้กว้างเต็มพื้นที่ */
    max-width: 405px;
    max-height: 720px; /* กำหนดความสูงสูงสุด */
    object-fit: cover; /* ครอบภาพให้เต็ม */
    /*aspect-ratio: 9 / 16;
    width: 100%;*/ /* หรือกำหนดขนาดตามต้องการ */
    /*object-fit: cover;*/ /* ปรับการแสดงผล */
    /*max-height: 80vh;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-landing .lSPager.lSpg {
    position: absolute;
    bottom: 20px;
    left:0;
    right:0;
    margin-left: auto!important;
    margin-right: auto!important;
}

.modal-landing .lSPager.lSpg > li a {
    width: 15px!important;
    height: 15px!important;
}

.modal-landing .lSPager.lSpg > li a {
    background-color: #afaaaa!important;
}

.modal-landing .lSPager.lSpg > li:hover a, .modal-landing .lSPager.lSpg > li.active a {
    background-color: #222222!important;
}

.modal-landing .btn-close {
    background-image: url(../images/icon/close02.png);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    box-shadow: none!important;
}

.modal-landing .form-check-btm {
/*    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);*/
    margin-top: 5px;
    max-width: 405px;
}

.border-ticket-icon {
    height: 40px;
    border-radius: 50px;
    border: 1px solid #14AE5C;
    color: #14AE5C;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-ticket-icon::before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon/ticket-couple.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.group-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    font-weight: 500;
    color: #7A7A7A;
}

.group-quantity .quantity-num {
    border: dashed 1px #D6D6D6!important;
    outline: none!important;
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 25px 0;
    text-align: center;
}

.group-quantity .quantity-control {
    cursor: pointer;
}

.ticket-item {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.ticket-item::after {
    content: "";
    display: block;
    background-image: url(../images/dashed-ticket.png);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}


.ticket-item:first-child {
    padding-top: 0;
}

.ticket-item:last-child {
    padding-bottom: 15px;
}

.ticket-item:last-child::after {
    display: none;
}

.emoji-item .emoji-img.first {
    display: block;
    background-image: url(../images/emo01.png);
    background-repeat: no-repeat;
    background-size: 40px 41px;
    width: 40px;
    height: 41px;
}

.emoji-item .emoji-img.first.active {
    background-image: url(../images/emo01-at.png);
}

.emoji-item .emoji-img.second {
    display: block;
    background-image: url(../images/emo02.png);
    background-repeat: no-repeat;
    background-size: 46px 41px;
    width: 46px;
    height: 41px;
}

.emoji-item .emoji-img.second.active {
    background-image: url(../images/emo02-at.png);
}

.emoji-item .emoji-img.third {
    display: block;
    background-image: url(../images/emo03.png);
    background-repeat: no-repeat;
    background-size: 43px 41px;
    width: 43px;
    height: 41px;
}

.emoji-item .emoji-img.third.active {
    background-image: url(../images/emo03-at.png);
}

.emoji-item .emoji-img.fourth {
    display: block;
    background-image: url(../images/emo04.png);
    background-repeat: no-repeat;
    background-size: 43px 41px;
    width: 43px;
    height: 41px;
}

.emoji-item .emoji-img.fourth.active {
    background-image: url(../images/emo04-at.png);
}

.emoji-item .emoji-img.fifth {
    display: block;
    background-image: url(../images/emo05.png);
    background-repeat: no-repeat;
    background-size: 43px 41px;
    width: 43px;
    height: 41px;
}

.emoji-item .emoji-img.fifth.active {
    background-image: url(../images/emo05-at.png);
}

.rating-item .star-img {
    display: block;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 35px 34px;
    width: 35px;
    height: 34px;
}

.rating-item .star-img.active {
    background-image: url(../images/star-at.png);
}


.poll-select-item {
    display: block;
    cursor: pointer;
}

.poll-select-item input[type="radio"] {
    display: none;
}

.poll-select-item .poll-select-inner {
    display: block;
    border-radius: 50px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    padding: 10px 15px;
    color: #333!important;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.poll-select-item:hover input[type="radio"] + .poll-select-inner,
.poll-select-item input[type="radio"]:checked + .poll-select-inner {
    background: rgba(252, 80, 0, 0.20);
    color: #FC5000 !important;
    border: 1px solid #FC5000;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #CFCFCF!important;
    font-size: 20px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #f2f0f0 !important;
    box-shadow: 0 0 0 0.25rem rgb(15 117 188 / 25%) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f0f0 !important;
    color: #333!important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f2f0f0 !important;
    color: #333 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px!important;
}

.award-group .award-item::after {
    content: "";
    display: block;
    background-image: url(../images/dashed-ticket.png);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    width: 100%;
    height: 1px;
    margin-top: 30px;
}

.award-group .award-item:last-child::after {
    display: none;
    margin-top: 0;
}

.award-wrapper {
    background: linear-gradient(180deg, #00325C 0%, #0F75BC 100%), linear-gradient(180deg, #0057FF -30.31%, #5566FD 100%), linear-gradient(180deg, #FDDBD1 -30.31%, #FFF 100%);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.award-wrapper::before {
    content: "";
    background-image: url(../images/curtain-left.png);
    background-repeat: no-repeat;
    background-size: 310px 100%;
    background-position: top left;
    width: 310px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.award-wrapper::after {
    content: "";
    background-image: url(../images/curtain-right.png);
    background-repeat: no-repeat;
    background-size: 310px 100%;
    background-position: top right;
    width: 310px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    right: 0;
}

.award-wrapper .award-container {
    width: 80%;
}

.award-wrapper .award-container::before {
    content: "";
    background-image: url(../images/podium.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1102px;
    height: 222px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.award-content {
    position: relative;
    z-index: 2;
    padding-bottom: 10%;
}

.award-wrapper h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 24px rgba(0, 50, 92, 0.76);
    font-size: 100px;
    font-weight: 900;
    line-height: 0.8;
}

.award-wrapper h2 {
    color: #FFC700;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.8;
}

.award-wrapper p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.award-group {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 570px;
    scrollbar-width: thin;
    scrollbar-color: #173F9A #08609B;
}

.award-group::-webkit-scrollbar {
  width: 2px;
}

.award-group::-webkit-scrollbar-track {
  background: #08609B; 
}
 
.award-group::-webkit-scrollbar-thumb {
  background: #173F9A; 
}

.award-box {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.25);
    color: #FFF;
    font-size: 42px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*    padding-top: 14px;*/
    /*    padding-bottom: 14px;*/
    height: 75px;
}

.name-item, .name-item-winner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-random {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/box-random.png);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.20));
    transition: transform .2s;
    position: relative;
}

.btn-random:hover {
    transform: scale(1.2);
}

.btn-random::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-random.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(100%) opacity(50%);
}

.btn-random.disabled:hover {
    transform: none;
}

.extended-row.bg-gray {
    background: #F9F9F9;
}

.extended-row .extended-item {
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    padding: 15px 20px;
    margin-bottom: 8px;
}

.btn-toggle .btn-toggle-ic {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icon/search-orange.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.btn-toggle.active .btn-toggle-ic {
    background-image: url(../images/icon/search-orange-at.png);
    background-size: 38px;
    width: 38px;
    height: 38px;
}

.qr-pending {
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.qr-pending::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}

.qr-pending .qr-pending-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
}

.line-date {
    display: block;
    background: #CDCDCD;
    width: 18px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto!important;
    }
}

@media (min-width: 992px) {
    #hamburger {
        display: none;
    }
    .content-area {
        margin-left: 295px;
    }
}

@media (max-width: 991px) {
    .side-menu {
        width: 235px;
        position: absolute;
        z-index: 1;
        left: -500px;
    }
    .side-menu.active {
        left: 15px;
    }
    .side-menu-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        transition: all 0.3s linear;
        display: none;
    }
    .side-menu-overlay.active {
        display: block;
    }
}


@media (max-width: 575px) {
    .award-wrapper h1 {
        font-size: 65px;
    }
    .award-wrapper h2 {
        font-size: 32px;
    }
    .award-box {
        font-size: 28px;
    }
}

.box-info-chart {
    max-width: 280px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.box-info-chart .info-chart-item {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 10px;
}

.box-info-chart .info-chart-item:last-child {
    border-bottom: 0;
}

.bullet-chart {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.bullet-chart.sm {
    width: 12px;
    height: 12px;
}

.text-chart-total {
    font-size: 60px;
    line-height: 0.6;
    color: #FC5000;
}

@media (min-width: 576px) {
    .text-chart-total {
        font-size: 80px;
    }
}

.profile-menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 150px);
}

.btn-back-home {
    border: 1px solid #D80000;
    background: #FFF;
    color: #D80000;
    font-size: 22px;
    font-weight: 500;
}

.history-group .history-list {
    font-size: 14px;
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 20px;
}

.history-list .history-datetime {
    color: #767676;
    font-style: italic;
    font-weight: 300;
    line-height: 142.857%;
}

.history-list .history-topic {
    font-size: 20px;
    line-height: 100%; 
}

.history-list .history-text {
    font-size: 14px;
    line-height: 142.857%; 
}

.history-group .history-list:last-child {
    border-bottom: 0;
}

.history-list .btn-light-main {
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
}

.select-ic {
    width: 18px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* ทำให้ Select2 ปรับขนาดตามความกว้างขององค์ประกอบที่มันอยู่ */
.select-ic-wrapper .select2-container {
    width: 100% !important; /* ทำให้ Select2 ยืดเต็มความกว้าง */
}

/* ถ้าคุณต้องการตั้งค่าให้ Select2 dropdown ปรับขนาดตามขนาดของหน้าจอ */
.select-ic-wrapper .select2-container--default .select2-dropdown {
    width: 100% !important;
}

/* ปรับสไตล์ Select2 */
.select-ic-wrapper .select2-container--default .select2-selection--single {
    border-radius: 50px !important;
    border: 1px solid #14AE5C !important;
    height: 40px !important;
}

.select-ic-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem;
    padding-right: .75rem;
}

/* ปรับสีข้อความภายใน */
.select-ic-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    color: #14AE5C;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ปรับขนาดและสีของตัวเลือกใน dropdown */
.select-ic-wrapper .select2-container--default .select2-results__option {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

/* เปลี่ยนสีพื้นหลังเมื่อ hover */
.select-ic-wrapper .select2-container--default .select2-results__option--highlighted {
    background-color: #007bff !important;
    color: white !important;
}

/* เปลี่ยนสีเส้นขอบเมื่อ select ถูกเปิด */
.select-ic-wrapper .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ff5722; 
}

/* เปลี่ยนสีลูกศร (dropdown arrow) */
.select-ic-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* เปลี่ยนรูปลูกศรด้วยภาพ */
.select-ic-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/icon/arrow-down-green.png); 
    background-size: 14px 8px;
    background-repeat: no-repeat;
    width: 14px; 
    height: 8px; 
    right: .75rem;
}

.select-ic-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select-ic-wrapper .select2-dropdown {
    border: 1px solid #14AE5C!important;
}

.select2-option-green {
    background-color: #f2f0f0 !important;
}

.select2-dropdown-green {
    border: 1px solid #14AE5C !important;
}

.btn-collapse {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    cursor: pointer;
    padding-bottom: 0 !important;
}

.btn-collapse::after {
    flex-shrink: 0;
    width: 20px;
    height: 11px;
    margin-left: auto;
    content: "";
    display: block;
    background-image: url(../images/icon/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 20px 11px;
    background-position: center;
    transition: transform .2s ease-in-out;
}

.btn-collapse[aria-expanded="true"]::after {
   transform: rotate(180deg);
}

.border-bottom-dashed {
    border-bottom: 1px dashed #D4D4D4;
}

.accordion-main .accordion-body {
    padding: 0 20px 10px;
}

.accordion-main .accordion-button {
    background-color: #FAFAFA;
    color: #333;
    font-size: 18px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    padding: 20px;
}

.accordion-main .accordion-button::after {
    background-image: url(../images/icon/arrow-down-black.png)!important;
    background-size: 15px 9px;
    width: 15px;
    height: 9px;
}

.accordion-main .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-main .accordion-item {
    border-radius: 10px;
    border: 1px solid #ABABAB;
    background: #FAFAFA;
    margin-bottom: 25px;
}

.accordion-main .form-control:disabled, .accordion-main .form-control[readonly] {
    border: 1px solid #CDCDCD !important;
    background-color: #F4F4F4 !important;
    box-shadow: none!important;
}

@media (min-width: 576px) {
    .accordion-main .accordion-body {
        padding: 0 45px 10px;
    }
    .accordion-main .accordion-button {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/*#lightSliderCard {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

#lightSliderCard li {
    display: block;*/ /* สำคัญมาก */
/*}

#lightSliderCard .card-main {
    width: 600px;*/ /* ความกว้างที่ต้องการ */
/*}*/

.slider-card-wrapper {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-card-wrapper .btn-prev {
    display: block;
    background-image: url(../images/arrow-prev-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
}

.slider-card-wrapper .btn-next {
    display: block;
    background-image: url(../images/arrow-next-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 40px;
    margin-left: 10px;
    flex-shrink: 0;
}

/*.slider-card-wrapper .lSSlideOuter .lSPager.lSpg {
    margin-top: 0 !important;
}*/

.slider-card-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #F2F2F2 !important;
}

.slider-card-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.slider-card-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}

.slider-card-wrapper .lSPager li a {
    width: 12px !important;
    height: 12px !important;
}

.user-text {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .user-text {
        max-width: 200px;
    }
}

















