@charset "utf-8";
.platform_bg {
    /*background-color:#efefef;*/
    background-color: #0c1914;
    position: relative;
}

.progress {
    display: none;
}

.box2-login {
    width: 100%;
    border-radius: 0px;
}

.container-main {
    width: 100%;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
}

.bntSubmit {
    width: 100%;
    color: #000;
    border-radius: 24px;
    border: none;
    background-color: #FED703;
    background: linear-gradient(to bottom, rgba(248, 207, 83, 1) 0%, rgba(248, 239, 167, 1) 23%, rgba(204, 152, 48, 1) 76%, rgba(204, 152, 48, 1) 100%);
    -moz-box-shadow: inset 0 0 4px #000000;
    -webkit-box-shadow: inset 0 0 4px #000000;
    box-shadow: inset 0 0 4px #000000;
}

.bntSubmit:hover {
    background-color: #C88200;
    webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #BFBEBE;
    border-color: #BFBEBE;
}

.h3_titleLogin {
    color: #fff;
    text-align: center;
    font-size: 7vw;
}

.nav-mobile {
    background-color: #000;
}


/*--------- CSS Notification Modal -----------*/

@media (min-width: 992px) {
    #Notification_Modal .modal-dialog {
        margin: 15px auto;
    }
    #Notification_Modal .modal-body {
        height: calc(100vh - (57px + 30px)) !important;
    }
}

@media (max-width: 992px) {
    #Notification_Modal .modal-dialog {
        margin: auto;
    }
}

#Notification_Modal .modal-content {
    border: none !important;
    border-radius: 0rem !important;
    background-color: transparent;
}

#Notification_Modal .modal-header {
    display: block;
    height: 57px;
    padding: 0.5rem 0rem !important;
    background-color: #2c3842;
    border-radius: 0rem;
    border-bottom: 1px solid #959a9e;
    color: #fff;
}

#Notification_Modal .grid-container {
    display: grid;
    grid-template-columns: 10% 50% 40%;
}

#Notification_Modal .grid-container>div {
    padding: 0 0.5rem;
    font-size: 1rem;
}

#Notification_Modal .grid-container>div:nth-child(1)>i {
    text-align: center;
    font-size: 1.75rem;
}

#Notification_Modal .grid-container>div:nth-child(2) {
    text-align: left;
    font-size: 1.2rem;
}

#Notification_Modal .grid-container>div:nth-child(3) {
    text-align: right;
}

#Notification_Modal .grid-container>div:nth-child(3)>button {
    font-size: 0.8rem;
}

#Notification_Modal .modal-body {
    padding: 0.5rem !important;
    height: calc(100vh - 57px);
    background: rgba(121, 141, 156, 0.82);
    overflow-y: scroll;
}

#Notification_Modal .modal-body::-webkit-scrollbar {
    width: 0px;
}


/* Track */

#Notification_Modal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

#Notification_Modal .modal-body::-webkit-scrollbar-thumb {
    background: #455767;
    border-radius: 5px;
}


/* Handle on hover */

#Notification_Modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#Notification_Modal .modal-body .list-group-item {
    border-radius: 1rem !important;
    padding: 0.5rem !important;
    margin-bottom: 0.5rem;
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(-45deg, rgba(254, 254, 254, 1) 0%, rgba(253, 253, 253, 1) 49%, rgba(228, 228, 228, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(49%, rgba(253, 253, 253, 1)), color-stop(100%, rgba(228, 228, 228, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(254, 254, 254, 1) 0%, rgba(253, 253, 253, 1) 49%, rgba(228, 228, 228, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(254, 254, 254, 1) 0%, rgba(253, 253, 253, 1) 49%, rgba(228, 228, 228, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(254, 254, 254, 1) 0%, rgba(253, 253, 253, 1) 49%, rgba(228, 228, 228, 1) 100%);
    background: linear-gradient(135deg, rgba(254, 254, 254, 1) 0%, rgba(253, 253, 253, 1) 49%, rgba(228, 228, 228, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=1);
}

#Notification_Modal .modal-body .list-group .grid-container {
    display: grid;
    grid-template-columns: 15% 85%;
}

#Notification_Modal .noti-panel {
    padding-left: 0.8rem !important;
}

#Notification_Modal .noti-title {
    font-size: 1rem !important;
}

#Notification_Modal .noti-detail {
    font-size: 0.8rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

#Notification_Modal .noti-datetime {
    font-size: 0.6rem !important;
    padding-top: 0.5rem;
}

#Notification_Modal .box-circle {
    text-align: center;
    width: 50px;
    margin: auto;
    padding: 0rem !important;
}

#Notification_Modal .circle01 {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #d9dcde;
    text-align: center;
    padding: 0.65rem;
}

#Notification_Modal .circle01>i {
    font-size: 1.8rem;
}


/*-----------------------
Mobile
------------------------*/

@media (max-width: 992px) {
    #MainFooter {
        display: none;
    }
    .platform_bg {
        height: -moz-calc(100vh - (57px));
        height: -webkit-calc(100vh - (57px));
        height: 100%;
        display: block;
    }
    #NotiIcon .fas {
        font-size: 1.5rem;
        color: #fff
    }
    #NotiIcon .ballCount {
        display: none;
        position: absolute;
        background-color: #ff0000;
        border-radius: 50%;
        width: 5vw;
        height: 5vw;
        right: 2vw;
        color: #fff;
        font-size: 2.8vw;
        text-align: center;
        padding: 0.1rem;
    }
    #NotiIcon .ballCount.zero {
        display: none;
    }
    /*-------- swal2--------*/
    .swal2-popup .swal2-title {
        font-size: 1.2em !important;
    }
    .swal2-popup .swal2-content {
        font-size: 1em !important;
    }
}


/*-----------------------
PC
------------------------*/

@media (min-width: 992px) {
    .container-main {
        max-width: 800px;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .h3_titleLogin {
        color: #ffffff;
        text-align: center;
        font-size: 2.5vw;
    }
    .bntSubmit {
        font-size: 1.5vw;
    }
    #NotiIcon .fas {
        font-size: 1.5rem;
        color: #000;
    }
    #NotiIcon .ballCount {
        display: none;
        position: absolute;
        background-color: #ff0000;
        border-radius: 50%;
        width: 1.4rem;
        height: 1.4rem;
        right: 0;
        color: #fff;
        font-size: 0.8rem;
        text-align: center;
        padding: 0.1rem;
        top: 0;
    }
    #NotiIcon .ballCount.zero {
        display: none;
    }
}


/*------------- Details Promotion ----------------*/

#DetailPromotion {
    padding-top: 1rem;
}

#Boxslip .box1_right {
    background-color: #d4d4d4;
    color: #101010;
    padding: 1rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 0.9rem;
}

#Boxslip h5 {
    color: #fff;
}

#Boxslip .box1_right p {
    margin-bottom: 0px;
}

#Boxslip .box1_right ul {
    padding-left: 3.5vw;
}

#Boxslip .box1_right ul>li {
    list-style-type: decimal;
}

@media (min-width: 992px) {
    #Boxslip h5 {
        font-size: 1rem;
    }
    #Boxslip .box1_right p,
    #Boxslip .box1_right ul>li {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {
    #Boxslip h5 {
        font-size: 4vw;
    }
    #Boxslip .box1_right p,
    #Boxslip .box1_right ul>li {
        font-size: 3.6vw;
    }
}


/**** Register Form ****/

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 27px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #000;
    position: inherit;
    z-index: 2;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #fed703;
}

.progressbar li.active:before {
    border-color: #6cfd06;
}

.progressbar li.active+li:after {
    background-color: #6cfd06;
}


/*--------- CSS FormBank Modal -----------*/

@media (min-width: 992px) {
    #Formbank_Modal .modal-dialog {
        margin: 15px auto;
    }
    #Formbank_Modal .modal-body {
        height: calc(100vh - (57px + 30px)) !important;
    }
}

@media (max-width: 992px) {
    #Formbank_Modal .modal-dialog {
        margin: auto;
    }
}

#Formbank_Modal .modal-content {
    border: none !important;
    border-radius: 0rem !important;
    background-color: transparent;
}

#Formbank_Modal .modal-header {
    display: block;
    padding: 0.7rem 0rem !important;
    background-color: #247500;
    border-radius: 0rem;
    color: #fff;
}

#Formbank_Modal .grid-container {
    display: grid;
    grid-template-columns: 15% 85%;
}

#Formbank_Modal .grid-container>div {
    padding: 0 0.5rem;
    font-size: 1rem;
}

#Formbank_Modal .grid-container>div:nth-child(1)>i {
    text-align: center;
    font-size: 1.75rem;
}

#Formbank_Modal .grid-container>div:nth-child(2) {
    text-align: left;
    font-size: 1.2rem;
}

#Formbank_Modal .modal-body {
    padding: 0.2rem !important;
    height: calc(100vh - 53px);
    background: #f5f5f5;
    overflow-y: scroll;
}

#Formbank_Modal .noti-panel {
    padding-left: 0.8rem !important;
}

#Formbank_Modal .noti-title {
    font-size: 1rem !important;
}

#Formbank_Modal .noti-detail {
    font-size: 0.8rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

#Formbank_Modal .modal-body::-webkit-scrollbar {
    width: 3px;
}


/* Track */

#Formbank_Modal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

#Formbank_Modal .modal-body::-webkit-scrollbar-thumb {
    background: #455767;
    border-radius: 5px;
}


/* Handle on hover */

#Formbank_Modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}