.main-account-container{
    background-color: #FBF9E8;
}
.main-account-nav-container{
    position: fixed;
    overflow-y: scroll;
    top: 75px;
    left: 0;
    height: calc(100% - 60px);
    transition: .3s;
    z-index: 100;
    width: 62px;
    border-right: 1px solid #dbdee8;
    background: white;
}
.main-account-nav-container.menu-show{
    transform: translateX(0);
    width: 280px;
}
.main-acc-nav-menu-list{
    padding: 10px;
}
.main-acc-nav-menu-list ul{
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.main-acc-nav-menu-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-acc-nav-menu-list a{
    color: #3F6C80;
}
.main-acc-nav-item{
    color: #3F6C80;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .3s;
}
.main-acc-nav-item.active{
    background: #ff910d;
    border-radius: 5px;
    color: white;
}
.main-acc-nav-item i{
    margin-right: 10px;
}
.main-acc-nav-item span{

}
.main-acc-nav-item:hover{
    background: #ffdc98;
    border-radius: 5px;
    color: white;
}
.main-acc-nav-tt{
    font-weight: bold;
}
.main-account-content-container{
    position: fixed;
    overflow: auto;
    top: 72px;
    left: 60px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    transition: .3s;
    padding: 30px;
}
.main-account-content-container.menu-show{
    width: calc(100% - 280px);
    left: 280px;
    background: #fbf9e8;
}
.main-dashboard-header{

}
.main-hd-section{

}
.main-hd-tt{

}
.main-hd-tt h2{

}
.main-dashboard-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main-bd-section{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    border-radius: 10px;
    background: white;
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
    min-height: 160px;
}
.db-bd-new-member-account{
    border-style: dashed;
    color: orange;
}
.db-bd-total-member{

}
.main-db-tt{

}
.main-db-content{

}
.main-db-content p{
    margin: 0;
    padding: 0;
}
.main-db-total-member-box{
    color: #2DCFDC;
    font-size: 25px;
    font-weight: bold;
}
.main-db-highest-member-box{
    color: #FFAC18;
    font-size: 17px;
    font-weight: bold;
}
.main-db-new-member-box{
    color: #96E6B7;
    font-size: 30px;
    font-weight: bold;
}
.main-db-sub-text{
    font-size: 12px;
    color: gray;
    margin-top: 10px
}
.main-dashboard-customer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.main-dashboard-customer-welcome{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    border-radius: 10px;
    width: 48%;
    text-align: center;
    position: relative;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(150 230 182) 35%, rgb(38 196 102) 100%);
    color: white;
    font-size: 20px;
}
.main-dashboard-wc-left{
    position: absolute;
    left: 10px;
    top: 10px;
}
.main-dashboard-wc-right{
    position: absolute;
    right: 10px;
    top: 10px;
}
.main-dashboard-wc-center{
    margin-bottom: 20px;
}
.main-ctm-section{

}
.main-ctm-tt{

}
.main-ctm-tt-2{

}
.main-dashboard-customer-current-plan{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    border-radius: 10px;
    background: white;
    width: 35%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-dashboard-crp-section{
    display: flex;
    justify-content: space-between;
}
.main-ctm-tt-plan{

}
.main-db-line-oa-membership{
    color: green;
    font-weight: bold;
    padding: 10px 0px;
}
/********************* LEVEL AND PLAN ********************************************/
.db-standard-plan{
    padding: 3px 10px;
    background: #f6f4e3;
    border-radius: 5px;
    font-size: 13px;
}
.db-bronze-level{
    padding: 3px 10px;
    background: #cd7f32;
    border-radius: 5px;
    color: white;
    font-size: 13px;
}
/********************* LEVEL AND PLAN ********************************************/
.main-dashboard-customer-expired-date{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    border-radius: 10px;
    background: white;
    width: 16%;
    text-align: center;
}
.main-db-upgrade-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #FFBB35;
    border-color: #FFBB35;
    border-radius: 5px;
    padding: 10px;
    color: white;
    cursor: pointer;
    transition: all .3s;
}
.main-db-upgrade-btn:hover{
    background-color: #ffdc98;
    border-color: #ffdc98;
}
.main-ctm-tt-expired-date{
    background: #b6b6b6;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    color: white;
    font-size: 15px;
}
.main-dashboard-customer-expired-date .main-dashboard-crp-section{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.main-ctm-date-tt{
    width: 100%;
}
.main-ctm-sub-tt{
    font-size: 12px;
    margin-top: 16px;
    color: gray;
}
.main-settings-box{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: white;
    width: 50%;
    margin: 0 auto;
}
.main-up-package-box{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    margin: 0 auto;
}
.add-point-settings-box{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: white;
    width: 60%;
    margin: 0 auto;
}

#previewContainer {
    display: none;
    text-align: center;
    margin: 20px 0px;
    position: relative;
}

#previewContainer:hover #removeButton {
    display: block;
}

#removeButton {
    position: absolute;
    top: 0;
    right: 0;
}

#imagePreview {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 250px;
    max-height: 250px;
}
#imageUpload{
    margin-bottom: 30px;
}
.main-settings-trip{
    margin: 10px 0px;
    font-size: 13px;
    color: #FF6600;
    border: 1px solid;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
}
.main-messesge-bid{
    margin: 10px 0px;
    font-size: 13px;
    color: #2DCFDC;
    border: 1px solid;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
}

.logo-image-remove-button{
    font-size: 30px;
    color: red;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
}
.main-settings-box .form-control{
    font-size: 14px;
}
.mb-flex{
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.mb-col-5{
    width: 50%;
}
.register-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
}
.register-box-sub-tt{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #a29d93;
}
.register-finish-box{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}
.register-finish-box img{
    width: 130px;
    padding: 40px 0px;
}
.line-oa-link-image img{
    width: 300px;
    padding: 20px 0px;
}
.line-noti-link-image img{
    width: 100px;
    padding: 20px 0px;
}
.line-noti-link-image{
    text-align: center;
    margin-bottom: 30px;
}
.line-oa-link-image{
    text-align: center;
}

.pw-repert-error-msg{
    margin: 10px 0px;
    font-size: 13px;
    color: red;
    border: 1px solid;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #a2a2a2;
    border-color: #a2a2a2;
}
.login-again-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #FFBB35;
    border-color: #FFBB35;
    border-radius: 5px;
    padding: 10px;
    color: white;
    cursor: pointer;
    transition: all .3s;
    margin-top: 20px;
}
.login-again-btn-a{
    color: white;
}
.show-message-success{
    padding: 10px;
    background: #97ff57;
    border-radius: 5px;
    color: rgb(8, 82, 0);
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}
.show-message-error {
    padding: 10px;
    background: #ff5757;
    border-radius: 5px;
    color: white;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}
.line-liff-link-copy-i{
    margin-right: 10px;
}
.line-liff-copy-btn{
    line-height: 0;
    height: 40px;
    margin: 10px 0px;
    font-size: 13px;
    color: white;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    background: #2DCFDC;
    border: 1px;
    cursor: pointer;
}
.copy-text-btn{
    line-height: 0;
    height: 40px;
    margin: 10px 0px;
    font-size: 13px;
    color: white;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    background: #2DCFDC;
    border: 1px;
    cursor: pointer;
}
.line-lichmenu-helper-block img{
    width: 100%;
    border: 2px solid orange;
    border-radius: 5px;
    margin-bottom: 10px;
}
.line-lichmenu-helper-block p{
    margin-top: 20px;
}
.show-message-error-line-regis{
    background: white;
    border: 1px solid #ff5757;
    color: #ff5757;
}
.checkmark {
    color: green;
}
#register-finish-animation-tt{
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
    color: #ff5e00;
    background: -webkit-linear-gradient(#ff4600, #59e706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-hd-customer-box{
    width: 100%;
}
.main-add-point-container{

}
.main-add-point-box{

}
.main-add-point-or-tt{
    font-size: 30px;
    text-align: center;
    margin: 20px 0px;
}
.main-acc-sub-nav{
    display: none;
}
.main-acc-sub-nav.active{
    display: block;
}
.main-acc-sub-nav li{
    padding: 0 10px;
    border-radius: 10px;
    transition: .3s;
    position: relative;
    margin-bottom: 0;
    margin-left: 10px;
    width: 100%;
}
.main-acc-sub-nav svg{
    margin-right: 10px;
}
.main-acc-sub-nav-item svg{
    width: 10px !important;
}
.main-acc-sub-nav svg rect{
    fill: #f8b635;
    rx: 2;
}
.main-acc-nav-more-control{
    display: flex;
    justify-content: space-between;
}
.main-acc-nav-more-control i{
    
}
.main-add-point-info-box{
    text-align: center;
    padding: 20px 10px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.add-point-ip{
    font-size: 15px;
    text-align: center;
}
.add-point-ip label{
    color: #222;
    width: 40%;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
}
.add-point-ip input{
    border-radius: 5px;
    width: 50%;
    display: inline-block;
    margin-top: 11px;
}
.old-point-value{
    background-color: #fa6590 !important;
    color: white;
    border: 0;
}
.main-add-point-tt{
    text-align: center;
    font-weight: bold;
    font-size: 19px;
}
.main-add-point-topic-tt{
    font-size: 18px;
    font-weight: bold;
}
.add-point-form{
    margin: 20px 0px;
}
.new-point-value{
    color: #ff8e12;
}
.new-point-label{
    color: #ff8e12;
    font-weight: bold;
}
.member-at-cal-info{
    text-align: center;
    margin: 10px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.member-line-cal-i{
    border-bottom: 2px dotted;
    padding: 10px;
}
.member-line-cal-i:last-child{
    border: none;
}
.main-error-body-box{
    width: 50%;
    margin: 0 auto;
}
.main-error-body-box .main-dashboard-body{
    flex-wrap: wrap;
}
.main-error-body-box .show-message-error, .main-error-body-box a{
    width: 100%;
}
.minus-btn{
    background-color: #dc2626;
    border-radius: 100px;
    box-shadow: rgb(187 44 44 / 20%)  0 -25px 18px -14px inset, rgb(187 44 44 / 20%) 0 1px 2px, rgb(187 44 44 / 20%)  0 2px 4px, rgb(187 44 44 / 20%)  0 4px 8px, rgb(187 44 44 / 20%)  0 8px 16px, rgb(187 44 44 / 20%)  0 16px 32px;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
    margin-right: 20px;
}
.plus-btn{
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
}
.new-point-value-box{
    display: flex;
    margin-top: 10px;
}
.btn-back{
    margin-top: 10px;
    width: 100%;
}
.view-member-order-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #00d6cd;
    border-color: #00d6cd;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.edit-member-info-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #f8b635;
    border-color: #f8b635;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.add-point-customer-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #9bd01e;
    border-color: #9bd01e;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
#animated-logo {
    position: fixed;
    bottom: 10px;
    right: 10px;
    animation: bounce 2s infinite; /* Bounce animation */
    cursor: help;
}

#animated-logo img {
    width: 60px;
    height: auto;
    transition: transform 1s ease; /* Smooth transition for rotations */
}

#welcome-message {
    position: fixed;
    bottom: 55px;
    right: 10px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    display: none; /* Initially hidden */
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.btn-save-membership-liff-id{
    margin-bottom: 30px;
}
.block-new-line{
    display: block;
    cursor: pointer;
}
.block-helper-step-connect-line{
    background: #65a30d;
    color: white;
}
.block-link-external{
    color: #ff8e12;
    cursor: pointer;
}
.content-special{
    color: #ff4848;
    margin: 0;
    padding: 0;
    margin-top: -18px;
    font-size: 13px;
    font-weight: bold;
}
.content-special-orange{
    color: #ff8e12;
    margin: 0;
    padding: 0;
    margin-top: -18px;
    font-size: 13px;
    font-weight: bold;
}
.how-to-btn-control{
    margin-bottom: 10px;
}
.green-icon-liffid{
    color: #65a30d;
}
.yellow-icon-liffid{
    color: #ffb08d;
}
.red-icon-liffid{
    color: #ff1e1e;
}
.green-content-special{
    color: #65a30d;
    margin: 0;
    padding: 0;
    margin-top: -18px;
    font-size: 13px;
    font-weight: bold;
}
.yellow-content-special{
    color: #ffb08d;
    margin: 0;
    padding: 0;
    margin-top: -18px;
    font-size: 13px;
    font-weight: bold;
}
.main-db-campaign-text{
    color: #ea580c;
    font-weight: bold;
    padding: 10px 0px;
}
.main-acc-nav-item-main svg{
    width: 20px;
    height: 20px;
}
.main-acc-nav-item svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/* .main-acc-nav-item.active svg path {
    fill: white !important; /* This forces the SVG fill color to be white 
} */
.block-noti-content img{
    width: 100%;
    border: 2px solid orange;
    border-radius: 5px;
    margin-bottom: 10px;
}
.form-check-input:checked {
    background-color: #ea580c;
    border-color: #ea580c;
}
.line-notify-box{
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}
.header-sub-title svg{
    width: 10px;
}
.header-version-info{
    cursor: pointer;
}
.main-db-line-notify{
    font-size: 14px;
}
.line-oa-noti-image img{
    border-radius: 100%;
}
.reward-create-pic{
    border-radius: 30px;
}
.reward-pd-open{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #9bd01e;
    border-color: #9bd01e;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
}
.reward-pd-closed{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #dc2626;
    border-color: #dc2626;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
}
.btn-flex-container{
    /* display: flex; */
}
.btn-flex-box{
    display: flex;
}
.btn-edit-joinjoy{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    background: #ff971a;
    border-color: #ff971a;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
}
.btn-remove-joinjoy{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    background: #dc2626;
    border-color: #dc2626;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
}
.btn-remove-modal{
    display: inline-block;
    justify-content: center;
    margin: 0 auto;
    width: 45%;
    background: #dc2626;
    border-color: #dc2626;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.btn-flex-container a{
    width: 49%;
    display: inline-block;
}
.reward-type-many{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #13dccf;
    border-color: #13dccf;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
}
.reward-type-one{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #a954bd;
    border-color: #a954bd;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}
.reward-product-img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.reward-customer-product-img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/* ============================= image upload ==================================== */
.avatar-tt{
    text-align: center;
    margin-top: 20px;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 10px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 2px;
    z-index: 100;
    top: -10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .fa-upload-img{

  }
  /* .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  } */
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* ============================= image upload ==================================== */
.main-hd-section-both-nav{
    display: flex;
    justify-content: space-between;
}
.btn-add-new-pd-item{
    background: #9bd01e;
    border-color: #9bd01e;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 15px;
    margin-bottom: 20px;
}
.btn-add-new-pd-item svg{
    width: 30px;
    height: 30px;
}
.new-message-tt{
    text-align: left;
    font-size: 19px;
    margin-bottom: 10px;
}
.new-message-sub-tt{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.btn-new-member-suggest{
    color: white;
    margin-left: 10px;
    background: orange;
    border-radius: 10px;
    padding: 1px 11px;
    font-size: 15px;
}
.line-oa-card-member{
    background-image: url(https://app.joinjoy.co/wp-content/themes/nugget-pla/images/orange_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100px;
}
.form-block .form-check-input:checked~.form-check-label {
    border-color: #ffbb36;
}
.form-block .form-check-label::before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    display: none;
    line-height: 1.25rem;
    color: #fff;
    font-size: .625rem;
    text-align: center;
    background-color: #ffbb36;
    border-radius: 1rem;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    z-index: 1;
}
.form-block .form-check-input:checked~.form-check-label:focus-visible {
    border-color: #ffbb36;
}
.redeem-waiting-status{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #caba1b;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-cancelled-status{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #dc2626;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-delivering-status{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #4c78dd;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-successful-status{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #65a30d;
    border-color: #65a30d;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-else-status{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: gray;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-refund-status{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #8bd0fe;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-address-waiting{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #ea580c;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.redeem-address-success{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #65a30d;    
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    padding: 5px;
    text-align: center;
}
.log-success{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #65a30d;
    background-color: #65a30d !important;
    transition: all .3s;
    color: white !important;
    border-radius: 25px;
    padding: 5px !important;
    text-align: center;
}
.log-error{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #ea580c;
    background-color: #ea580c !important;
    transition: all .3s;
    color: white !important;
    border-radius: 25px;
    padding: 5px !important;
    text-align: center;
}
.btn-watch-joinjoy{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 95%;
    background: #65a30d;
    border-color: #65a30d;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 10px;
}
.btn-watch-redeem-info{
    width: 100% !important;
}
.main-hd-customer-redeem-box{
    margin-bottom: 20px;
}
.main-customer-redeem-image{
    text-align: center;
}
.main-customer-redeem-image img{
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    object-fit: cover;
}
.main-customer-redeem-tt{
    font-size: 20px;
    color: #ffa900;
    font-weight: bold;
}
.main-customer-redeem-sku{
    font-size: 13px;
    color: #6c757d;
}
.main-customer-redeem-point-used{
    font-size: 14px;
    color: #e0147b;
    margin: 2px 0;
    font-weight: bold;
}
.main-customer-redeem-status .redeem-main-status{
    font-size: 15px;
    padding: 0 5px;
}
.main-customer-redeem-more-info-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 30px;
}
.main-customer-redeem-main-tt{
    font-weight: bold;
    color: gray;
}
.main-customer-redeem-sub-tt{
    font-size: 14px;
}
.btn-backward{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #a6a6a6;
    border-color: #a6a6a6;
    transition: all .3s;
}
.btn-backward:hover{
    background: #464646;
    border-color: #464646;
}
.col-margin-bottom{
    margin-bottom: 10px;
}
.upload-progress-picture{
    text-align: center;
}
.upload-progress-picture img{
    width: 150px;
}
.message-upload-progress{
    color: orange;
    box-shadow: rgb(216, 222, 230) 0px 0px 1.5rem;
    opacity: 1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#upload-progress-bar {
    width: 0%;
    transition: width 2s ease-in-out; /* Smooth transition for width changes */
    /* Add other styling as needed */
}

.progress {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: none;
  }
  .progress.progress-xs {
    height: 5px;
    margin-top: 5px;
  }
  .progress.progress-sm {
    height: 10px;
    margin-top: 5px;
  }
  .progress.progress-lg {
    height: 25px;
  }
  .progress.vertical {
    position: relative;
    width: 20px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
  }
  .progress.vertical > .progress-bar {
    width: 100% !important;
    position: absolute;
    bottom: 0;
  }
  .progress.vertical.progress-xs {
    width: 5px;
    margin-top: 5px;
  }
  .progress.vertical.progress-sm {
    width: 10px;
    margin-top: 5px;
  }
  .progress.vertical.progress-lg {
    width: 30px;
  }
  
  .progress-bar {
    background-color: #2196f3;
    box-shadow: none;
  }
  .progress-bar.text-left {
    text-align: left;
  }
  .progress-bar.text-left span {
    margin-left: 10px;
  }
  .progress-bar.text-right {
    text-align: right;
  }
  .progress-bar.text-right span {
    margin-right: 10px;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  
  .progress-bar-secondary {
    background-color: #323a45;
  }
  
  .progress-bar-default {
    background-color: #b0bec5;
  }
  
  .progress-bar-success {
    background-color: #64dd17;
  }

.upload-progress-member-lists{
    margin-top: 30px;
    color: #4c78dd;
    text-align: center;
}
/* =========================== add shop notification ====================================== */
.line-noti-box-item{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px 20px;
    width: 70%;
    border-radius: 5px;
    text-align: left;
    margin: 10px auto;
}
.line-noti-box-container{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.line-noti-box-item-name{
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}
.line-noti-box-item-detail{
    font-size: 13px;
    font-weight: bold;
    color: #fa8dff;
}
.line-noti-box-item-date{
    font-size: 12px;
    margin-top: 7px;
    color: #afafaf;
}
.add-shop-noti-box{
    margin-top: 20px;
}
.shop-noti-color-red{
    background: #ff4141;
}
.shop-noti-color-pink{
    background: #fa8dff;
}
.shop-noti-color-green{
    background: #65a30d;
}
.shop-noti-color-blue{
    background: #4c78dd;
}
.shop-noti-color-orange{
    background: #ea8b0c
}
.shop-noti-color-black{
    background: #272727;
}
.shop-select-color-noti-red{
    color: #ff4141 !important;
}
.shop-select-color-noti-pink{
    color: #fa8dff !important;
}
.shop-select-color-noti-green{
    color: #65a30d !important;
}
.shop-select-color-noti-blue{
    color: #4c78dd !important;
}
.shop-select-color-noti-orange{
    color: #ea8b0c !important;
}
.shop-select-color-noti-black{
    color: #272727 !important;
}
.shop-noti-color-select{
    width: 100%;
    height: 40px;
}
.add-noti-success-box{
    position: relative;
}
/* ================================================================= */

.line-oa-demo-box{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    order: 2;
    height: 100%;
}
.line-main-container{
    background-color: #FBF9E8;
    text-align: center;
    padding: 20px;
    position: relative;
}
.line-main-welcome-tt h1{
    font-size: 32px;
    font-weight: bold;
}
.line-main-welcome-sub-tt h2{
    font-size: 17px;
}
.line-main-welcome-logo{
    border-radius: 5px;
    width: 60%;
}
.line-main-container-data{
    text-align: center;
    padding: 10px;
}
.line-main-welcome-login {
    margin-top: 60px;
    width: 60px;
    cursor: pointer;
}
.line-homepage-select-input-box{
    margin-bottom: 20px;
    width: 400px;
    margin-right: 50px;
}
.table:not(.table-borderless)>:not(:last-child)>:last-child>*{
    font-size: 12px;
}
.reward-product-multiple-container{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.reward-product-multiple-container .input-group{
    align-items: center;
    flex-wrap: nowrap;
}
.reward-product-multiple-container .input-group .mb-4{
    width: 100%;
}
.reward-product-multiple-container .remove-btn{
    margin-left: 10px !important;
    margin-top: 7px;
    color: #cf0707;
    font-size: 12px;
    cursor: pointer;
}
.reward-product-multiple-container #add-btn{
    text-align: center;
    display: flex;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    background: #ff9435;
    border-color: #ff9435;
    transition: all .3s;
    color: white;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.reward-product-multiple-container #add-btn i{
    margin-left: 5px;
}
.upload-customer-daily-type-box lord-icon{
    margin-top: 10px;
}
.d-flex-center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.d-main-title{
    width: 100%;
}
.upload-customer-daily-type-box{
    margin-bottom: 20px;
}
.line-campaign-link-image img{
    width: 200px;
    padding: 20px 0px;
}
.line-campaign-link-image{
    text-align: center;
}
.btn-coupon-random,.btn-pdpa-random{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #00d6cd;
    border-color: #00d6cd;
    transition: all .3s;
}
.btn-coupon-random:hover.btn-pdpa-random:hover{
    background: #75d8d4;
    border-color: #75d8d4;
}
.btn-pdpa-random{
    margin-top: 20px;
}
.coupon-code-text{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #ea580c;
    border-color: #ea580c;
    transition: all .3s;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
}
.btn-copy-couponcode{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    background: #ffc000;
    border-color: #ffc000;
    transition: all .3s;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
}
.coupon-source-name svg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.multiple-item-group{
    flex-wrap: wrap !important;
}
.multiple-item-group{
    margin-bottom: 20px;
    border-bottom: 2px solid #ea580c;
}
.multiple-item-group:last-child{
    margin-bottom: 20px;
    border-bottom: 0px solid #ea580c;
}
.multiple-preview-item{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.multiple-pd-label{
    width: 90px;
}
.multiple-redeem-label{
    width: 300px;
}
.multiple-stock-label{
    width: 250px;
}
.multiple-pd-name{
    display: flex;
}
.app-loadding-index{
    text-align: center;
}
.app-loadding-index img{
    width: 130px;
}
.table-loading-text{
    margin-top: 10px;
}
.customer-level-management-box{

}
.customer-bronze-level {
    background: linear-gradient(135deg, 
        #CD7F32, 
        #B87333, 
        #A97142, 
        #965A3E, 
        #754C29, 
        #CD7F32);
    color: #fff; /* Adjust text color for better readability */
    padding: 20px; /* Add some padding */
    border-radius: 8px; /* Optional: add border radius */
}
.customer-silver-level {
    background: linear-gradient(135deg, 
        #C0C0C0, 
        #B0B0B0, 
        #A0A0A0, 
        #909090, 
        #808080, 
        #C0C0C0);
    color: #000;
    padding: 20px;
    border-radius: 8px;
}
.customer-gold-level {
    background: linear-gradient(135deg, 
        #DBB400, 
        #EFAF00, 
        #F5D100, 
        #F5D100, 
        #D1AE15, 
        #DBB400);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.customer-platinum-level {
    background: linear-gradient(135deg, 
        #E0FFFF, 
        #AFEEEE, 
        #ADD8E6, 
        #87CEFA, 
        #B0E0E6, 
        #E0FFFF);
    color: #000;
    padding: 20px;
    border-radius: 8px;
}
.customer-diamond-level {
    background: linear-gradient(135deg, 
        #E6E6FA, /* Lavender */
        #D8BFD8, /* Thistle */
        #DDA0DD, /* Plum */
        #DA70D6, /* Orchid */
        #BA55D3, /* Medium Orchid */
        #E6E6FA);
    color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.csv-preview{
    height: 500px;
    overflow: scroll;
    margin-bottom: 20px;
}
.btn-confirm-submit{
    background: #ffbb36;
    border: #ffbb36;
}
.swiper-container {
    width: 80%; /* Adjust as needed to control the width of the slider */
    margin: 0 auto; /* Center the container */
}
.main-upp-title{
    font-size: 25px;
    text-align: center;
    color: #ffa900;
    font-weight: 500;
}
.mb4-flex-pack{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}
.main-up-label-no{
    width: 20%;
    text-align: right;
    margin-right: 20px;
}
.main-up-select-no{
    width: 25%;
}
.main-pricing-table-container{
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.main-pricing-table-item{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 15px;
    width: 30%;
}
.main-pc-column-header{

}
.main-pc-column-header h2{
    font-weight: bold;
    color: #ea580c;
    margin: 0;
}
.main-pc-sub-text{

}
.main-pc-cl-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.main-pc-cl-img lord-icon{
    margin-right: 10px;
}
.main-pc-column-pricing{

}
.main-pc-cal-price{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
    color: #ffa900;
}
.main-pc-other-details{
    font-weight: bold;
    font-size: 14px;
}
.main-pc-btn-buy-now{
    text-align: center;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #FFBB35;
    border-color: #FFBB35;
    transition: all .3s;
    color: white;
    font-size: 19px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
}
.main-pc-renew-btn{
    background: #05d7ce;
    border-color: #05d7ce;
}
.main-pc-btn-buy-now-disabled{
    text-align: center;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #bec8d5;
    border-color: #bec8d5;
    transition: all .3s;
    color: white;
    font-size: 19px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
}
.main-pc-btn-free{
    background: #ffdac6;
    border-color: #FFBB35;
    color: #ff742b;
}
.main-pc-features-box{
    padding: 30px;
    background: #fff9ef;
    border-radius: 10px;
    margin-top: 20px;
}
.main-pc-feature-container{
    margin: 0;
    padding: 0;
}
.main-pc-feature-item{
    list-style: none;
    margin: 0;
    color: #6c757d;
    padding: 0;
    font-size: 14px;
}
.main-pc-feature-item i{
    font-size: 20px;
    margin: 10px 0px;
    color: #ffa900;
}
.main-pc-compare-text{
    text-align: center;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 10px;
    color: #ea580c;
    font-weight: 500;
}
.main-pc-special-item{
    background: linear-gradient(90deg, orange, rgb(142, 106, 61), rgb(54, 48, 34));
    -webkit-background-clip: text;
    color: transparent;
}
.main-pc-super-special-item{
    background: linear-gradient(90deg, purple, skyblue, black);
    -webkit-background-clip: text;
    color: transparent;
}
/*--------------------------------Payment--------------------------------*/
.bills-payment-container{

}
.bills-payment-box{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.bills-payment-item{
    width: 50%;
    box-shadow: 0 1px 2px rgba(214,219,226,.5), 0 1px 2px rgba(214,219,226,.5);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.b-p-tt{
    font-size: 20px;
    font-weight: bold;
}
.b-p-sub-tt{
    color: #6c757d;
    font-size: 14px;
}
.bills-cost-item-container{
    display: flex;
    gap: 30px;
}
.bills-cost-item{
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 20px 0px;
}
.bills-cost-i-fl{
    color: #ea580c;
    font-weight: bold;
}
.bills-cost-i-sl{
    font-size: 14px;
    color: gray;
    margin-top: 5px;
}
.bills-cost-renews-date{
    text-align: center;
    border: 2px solid #00d7cf;
    padding: 10px;
    border-radius: 5px;
    color: #00d7cf;
}
.bills-payment-second-i{

}
.bills-payment-default-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #9bd01e;
    border-color: #9bd01e;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px 25px;
}
.bills-history-box{

}
.bills-history-tt{
    font-size: 26px;
    font-weight: 500;
}
.bills-payment-card-item{
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 20px 0px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.bills-payment-first-i{
    display: flex;
    align-items: center;
}
.bills-pm-i-fl{
    font-weight: bold;
    color: #ea580c;
}
.bills-pm-i-sl{
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
}
.bills-success{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #9bd01e;
    border-color: #9bd01e;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
}
.bills-failed{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #dc2626;
    border-color: #dc2626;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
}
.payment-more-detail-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #c6c6c6;
    border-color: #c6c6c6;
    transition: all .3s;
    color: black;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
}
.payment-more-detail-btn:hover{
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.payment-checkout-failed-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #ffa900;
    border-color: #ffa900;
    transition: all .3s;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px;
}
.payment-checkout-failed-btn{
    background: #ea580c;
    border-color: #ea580c;
}
.bills-payment-add-new-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #00d7cf;
    border-color: #00d7cf;
    transition: all .3s;
    padding: 10px;
    border-radius: 5px;
    color: white;
}
.bills-payment-add-new-btn:hover{
    background: #01b1ab;
    border-color: #01b1ab;
    color: white;
}
.recurring-retry-failed-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #ffbcbc;
    transition: all .3s;
    color: black;
    border-radius: 25px;
    font-size: 11px;
    padding: 5px;
}
.recurring-retry-failed-btn:hover{
    background: #ffbcbc;
    border-color: #ffbcbc;
}
.bills-pm-i-img{
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 7px;
    margin-right: 10px;
}
.bills-pm-i-img img{
    width: 50px;
}
.bills-pm-full-title{

}
.renew-details{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
}
.checkout-detail-box{

}
.checkout-detail-logo{
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 250px;
    max-height: 250px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.checkout-detail-shop-name{
    font-weight: bold;
    margin-bottom: 20px;
}
.checkout-detail-info p{
    margin-bottom: 0;
    line-height: 2;
}
.checkout-detail-info{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
}
.checkout-detail-info-item{

}
.pr-package-name-old{
    font-weight: bold;
    color: #05d3d0;
}
.pr-package-name{
    font-weight: bold;
    color: #ffa900;
}
.pr-package-expire-date{
    font-weight: bold;
    color: #05d3d0;
}
.purchase-detail-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.purchase-detail-box-group .form-group{
    width: 50%;
}
.purchase-detail-box-group{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 20px;
}
.purchase-detail-box-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.main-checkout-container{
    width: 60%;
    margin: 0 auto;
}
.checkout-terms{
    font-size: 12px;
    margin: 15px 0px;
}
.btn-pay-checkout{
    text-align: center;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #FFBB35;
    border-color: #FFBB35;
    transition: all .3s;
    color: white;
    font-size: 19px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
}
.btn-pay-checkout:hover{
    background: #e59800;
    border-color: #e59800;
}
.checkout-error{
    margin-top: 10px;
    font-size: 14px;
}
#card-errors {
    display: none;
}
#card-errors.display-flex {
    display: flex;
}
.purchase-details .checkout-detail-box{

}
.main-thankyou-box{
    text-align: center;
}
.main-ty-tt-img{
    width: 200px;
    margin-bottom: 30px;
}
.main-ty-tt-main{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffa900;
}
.main-ty-tt-main-error{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: red;
}
.main-ty-tt-detail{
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.custom-upload-wrapper {
    margin-bottom: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.custom-upload-wrapper label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
/* ============================================ custom upload image line ============================================*/
.custom-upload-wrapper {
    margin-bottom: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.custom-upload-wrapper label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.custom-upload-box {
    border: 2px dashed #ffbb36;
    border-radius: 10px;
    padding: 30px;
    background-color: #f9f9f9;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: 300px;
    vertical-align: middle;
}

.custom-upload-box:hover {
    background-color: #e9e9e9;
}

.custom-upload-text {
    font-size: 16px;
    color: #ffbb36;
    pointer-events: none;
}

.custom-upload-preview {
    text-align: center;
}

.custom-upload-preview img {
    max-width: 100%;
    max-height: 230px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-upload-error {
    margin-top: 10px;
    color: red;
    font-size: 14px;
}

.upload-click-text {
    text-decoration: underline;
    cursor: pointer;
}



/* ============================================ line oa index management ============================================*/
.type1-container {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    width: 430px;
    margin: 0 auto;
}

.type2-container {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    height: 600px;
    width: 430px;
    margin: 0 auto;
    position: relative;
}

.circle-logo {
    border-radius: 50%;
    max-width: 150px;
    margin: 10px 0;
    height: 600px;
    width: 350px;
    margin: 0 auto;
}

.type3-container {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    height: 600px;
    width: 350px;
    margin: 0 auto;
    position: relative;
}

.rounded-logo {
    border-radius: 15px;
    max-width: 200px;
}

.line-main-welcome-login-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.line-main-welcome-login-link {
    color: #007bff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 5px;
}
.page-template-page-line-oa-home-setting .form-block .form-check-label::before{
    top: 1rem;
}
.btn-more-edit{
    background: #00d7d0;
    border-color: #00d7d0;
    margin-bottom: 15px;
}
.btn-more-edit:hover{
    background: #53eee9;
    border-color: #53eee9;
}
.main-line-oa-color-zone{
    width: 100%;
}
.line-demo-mobile-site{
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
}
.line-main-color-setting-container{
    display: flex;
}
.color-picker-box{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.color-picker-random{
    width: 100%;
}
.color-random-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.line-upload-box{
    width: 50%;
}
/* ============================================ line oa index management ============================================*/
.new-order-checked-box{
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.new-order-or{
    text-align: center;
}
.new-order-product-box{
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.new-order-product-des{

}
.new-order-user-information{

}
.btn-check-user{
    background: #05d5cc;
    border-color: #05d5cc;
}
.btn-check-user:hover{
    background: #08c7bf;
    border-color: #08c7bf;
}
.btn-add-more-item{
    margin-bottom: 20px;
    background: #05d5cc;
    border-color: #05d5cc;
}
.btn-add-more-item:hover{
    background: #08c7bf;
    border-color: #08c7bf;
}

.new-order-product-new-suggestion-sku ul {
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.new-order-product-new-suggestion-sku li {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.new-order-product-new-suggestion-sku li:nth-child(odd) {
    background-color: #f9f9f9;
}

.new-order-product-new-suggestion-sku li:nth-child(even) {
    background-color: #f1f1f1;
}


.new-order-product-new-suggestion-sku li:hover {
    background-color: #ffd37c;
}
.order-row-flex{
    display: flex;
}
.btn-view-order{
    width: 100%;
}

.order-management-table th, .order-management-table td{
    font-size: 14px;
}
.btn-delete-this-item{
    background: #ee4b4b;
    border-color: #ee4b4b;
}
.btn-delete-this-item:hover{
    background: #b94f4f;
    border-color: #b94f4f;
}
    /* Main container styling */
    .jj-order-details-box {
        border: 1px solid #e0e0e0;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        transition: transform 0.3s ease;
    }

    .jj-order-details-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    /* Title styling */
    .jj-order-details-box h3 {
        color: #ffa900;
        font-size: 1.5rem;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .jj-order-details-box p {
        font-size: 1rem;
        line-height: 1.6;
        color: #333;
        margin: 5px 0;
    }

    .jj-order-details-box strong {
        color: #555;
        font-weight: 600;
    }

    /* Products box */
    .jj-products-box {
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
    }

    .jj-products-box h4 {
        font-size: 1.3rem;
        color: #555;
        margin-bottom: 15px;
    }

    .jj-product-item {
        margin-bottom: 15px;
        padding: 15px;
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        background-color: #fafafa;
    }

    .jj-product-item p {
        font-size: 0.95rem;
        color: #666;
        margin: 3px 0;
    }

    /* Product item styling */
    .jj-product-item strong {
        color: #ffa900;
    }

    /* Divider styling */
    .jj-order-details-box hr {
        border: none;
        height: 1px;
        background-color: #e0e0e0;
        margin: 20px 0;
    }

    .row-link a{
        display: block;
        width: 100px;
    }

    .main-checkin-setting-box{
        width: 80%;
    }
    .view-table-checkin-btn{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        background: #4c78dd;
        border-color: #4c78dd;
        transition: all .3s;
        cursor: pointer;
        color: white;
        border-radius: 5px;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        margin-top: 10px;
    }

    .enterprise-contact-container {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .enterprise-contact-inner {
        background: linear-gradient(135deg, #ffbb36 0%, #fbf9e8 100%);
        border-radius: 15px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 90%;
        max-width: 800px;
        transition: transform 0.3s ease;
    }
    
    .enterprise-contact-inner:hover {
        transform: translateY(-5px);
    }
    
    .enterprise-icon {
        margin-bottom: 15px;
    }
    
    .enterprise-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333;
    }
    
    .enterprise-description {
        color: #666;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .enterprise-contact-btn {
        display: inline-block;
        background: #ffa900;
        color: white;
        padding: 12px 35px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid #ffa900;
    }
    
    .enterprise-contact-btn:hover {
        background: white;
        color: #ffa900;
        transform: scale(1.05);
    }

    .pricing-duration-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto;
        position: relative;
        max-width: 350px;
    }
    
    .toggle-option {
        padding: 0 15px;
        font-weight: 600;
        color: #555;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .toggle-option.active {
        color: #ff6b00;
    }
    
    .save-badge {
        background: #ff6b00;
        color: white;
        padding: 2px 8px;
        border-radius: 20px;
        font-size: 12px;
        margin-left: 5px;
        display: inline-block;
        animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }
    
    .toggle-switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 30px;
    }
    
    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .toggle-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 34px;
    }
    
    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }
    
    input:checked + .toggle-slider {
        background-color: #ff6b00;
    }
    
    input:checked + .toggle-slider:before {
        transform: translateX(30px);
    }
    
    /* Price animation classes */
    .price-animate {
        animation: priceChange 0.5s ease-in-out;
    }
    
    @keyframes priceChange {
        0% {
            transform: translateY(0);
            opacity: 1;
        }
        50% {
            transform: translateY(-20px);
            opacity: 0;
        }
        51% {
            transform: translateY(20px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .main-pc-cal-price {
        position: relative;
    }
    
    .yearly-price, .monthly-price {
        transition: all 0.3s ease;
    }
    
    .yearly-price {
        display: none;
        font-size: 0.9em;
    }
    
    .yearly-price .original-price {
        text-decoration: line-through;
        font-size: 0.8em;
        color: #999;
        margin-bottom: 5px;
    }
    
    .yearly-price .discount-label {
        font-size: 0.8em;
        background: #ff6b00;
        color: white;
        padding: 2px 8px;
        border-radius: 12px;
        margin-left: 10px;
        display: inline-block;
        position: relative;
        top: -2px;
    }
    
    .yearly-price .yearly-total {
        display: block;
        font-size: 0.75em;
        margin-top: 5px;
        color: #ff6b00;
    }
    
    /* Form update for yearly pricing */
    .package-duration-info {
        display: none;
        margin-top: 10px;
        font-size: 0.85em;
        color: #666;
        font-style: italic;
    }
    
/* Package period styling */
.yearly-period {
    color: #2c6b32;
    font-weight: bold;
    background-color: #e8f5e9;
    padding: 2px 8px;
    border-radius: 4px;
}

.monthly-period {
    color: #0d47a1;
    font-weight: bold;
    background-color: #e3f2fd;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Info items spacing */
.checkout-detail-info-item {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

/* Package-specific styling based on payment period */
.payment-yearly .checkout-terms {
    border-left: 4px solid #2c6b32;
    padding-left: 10px;
    background-color: #f7fff8;
}

.payment-monthly .checkout-terms {
    border-left: 4px solid #0d47a1;
    padding-left: 10px;
    background-color: #f5f9ff;
}

/* Checkout page container */
.main-checkout-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Checkout details box */
.checkout-detail-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.checkout-detail-logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.checkout-detail-shop-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Package details */
.pr-package-name, .pr-package-price {
    font-weight: bold;
    color: #111;
}

.pr-package-name-old, .pr-package-price-old {
    color: #666;
}

.pr-package-expire-date, .pr-package-new-expire {
    color: #555;
}

/* Renew and Purchase detail containers */
.renew-details, .purchase-details {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border-left: 3px solid #2196f3;
}

.purchase-details {
    border-left-color: #4caf50;
}

/* Payment form elements */
.purchase-detail-box {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.purchase-detail-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.purchase-detail-box-group {
    display: flex;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    margin-right: 10px;
}

.form-group:last-child {
    margin-right: 0;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
}

.red-icon-liffid {
    color: #f44336;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.2s;
}

.form-control:focus {
    border-color: #4caf50;
    outline: none;
}

/* Card element styling */
#card-element {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

/* Error message styling */
#card-errors {
    margin-top: 8px;
    color: #f44336;
    font-size: 14px;
}

.checkout-error {
    padding: 10px;
    border-radius: 4px;
    background-color: #ffebee;
    color: #d32f2f;
    margin-top: 10px;
}

/* Terms text */
.checkout-terms {
    margin: 20px 0;
    padding: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Submit button */
.btn-pay-checkout {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-pay-checkout:hover {
    background-color: #388e3c;
}

.btn-pay-checkout:disabled {
    background-color: #a5d6a7;
    cursor: not-allowed;
}

/* Success and error messages */
.show-message-success, .show-message-error {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.show-message-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}

.show-message-error {
    background-color: #ffebee;
    color: #c62828;
    border-left: 4px solid #f44336;
}
.enterprise-main-title h2{
    font-weight: bold;
    color: #ea580c;
    margin: 0;
}

    @media (max-width: 768px) {
        .enterprise-contact-inner {
            padding: 25px 15px;
        }
        
        .enterprise-title {
            font-size: 20px;
        }
        
        .enterprise-description {
            font-size: 14px;
        }
    }


@media (max-width: 1280px){
    .main-checkout-container{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 550px){
    .login-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 15%);
        width: 100%;
        padding: 0 20px;
    }
    .register-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 5%);
        width: 100%;
    }
    .login-form-box{
        margin-top: 20px;
    }
}