/* Form Option */

.custom-button {
    width: 100%;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #34A853 inset;
    transition: box-shadow 0.3s;
    border: 2px solid #34A853;
    color: #34A853;
}

.item-btn.active {
    content: '';
    border-radius: 20px;
    padding: 1px 2px;
    
}

.custom-button:hover {
}

.button1 {
    background: linear-gradient(180deg, #E6F7EB 0%, #D8F5E3 50%, #F6FFF9 100%);
    color: #000;
    /* Text color */
}

.custom-button.button1 {
    min-width: 85px;
    min-height: 85px;
    outline: none;
}

.info-btn {
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 28%;
}

.button2 {
    border-radius: 26.512px;
    padding: 10px;
}

.button2 span {
    color: #FFF;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.text-btn-1 {
    padding-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -0%);
}

.text-btn-1 h2 {
    margin-bottom: 0;
    color: #34A853;
    text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.content {
    margin-top: 15px;
    padding-bottom: 0px;
}

.footer {
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.che-do {
    width: calc(100% / 5 + -25px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.download-app-km {
    gap: 100px;
    justify-content: space-between;
}

.w-bottom-btn {
    width: 42%;
}

.footer-mb-b {
    height: 134px;
}

.fixed-bottom {
    height: 134px;
    z-index: 0 !important;
    position: absolute;
}

.main {
    max-height: 100%;
}

.item-tab {
    height: 0;
    opacity: 0;
    width: 80%;
    overflow: hidden;
    transition: width 1s, opacity 0.6s;
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
}

.item-tab.active {
    opacity: 1;
    height: auto;
    width: 100%;
}

.icon-btn-main img {
    width: 100%;
    height: auto;
}

.bg-bd-btn{
  background: url(/cm88/img/menu/btnTopbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.bd-btn {
    margin-bottom: 8px;
    width: calc(50% - 5px);
}

.btn-content {
    border-radius: 20px;
    padding: 5px 10px;
    cursor: pointer;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.btn-content-1 {
    display: flex;
    margin: auto;
    align-items: center;
    text-decoration: none;
}

.btn-content-1:hover {
    text-decoration: none;
    opacity: 80%;
}

.icon-btn-main {
    margin-top: 4px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
}

.text-btn-main {
    padding-left: 0px;
    color: #34A853;
    font-family: "Roboto";
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.text-btn-main span {
    color: #34A853;
}

.list-btn-funcion {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.item-btn {
    width: 100%;
    flex-grow: 0;
}

.item-btn.active {
    border: none;
    outline: none;
}

.item-btn.active .button1 {
    border-radius: 15px;
    border: 1px solid #34A853;
    background: linear-gradient(180deg, #FFF 0%, #C9FECA 100%);
    box-shadow: 0 0 10px 0 #34A853 inset;
}

.item-btn:hover .button1 {
    border-radius: 15px;
    border: 1px solid #34A853;
    background: linear-gradient(180deg, #FFF 0%, #C9FECA 100%);
    box-shadow: 0 0 10px 0 #34A853 inset;
}

.item-btn.active .text-btn-1 h2 {
    color: #34A853;
}

.item-btn:hover .text-btn-1 h2 {
    color: #34A853;
}



.bottom-truy-cap {
    width: 30%;
    border-radius: 26.512px;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
}

.bottom-truy-cap:hover {
    text-decoration: none;
}

.bottom-truy-cap span {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
}

.footer-mb-b {
    height: 142.029px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.code-iframe {
    display: none;
}

.code-iframe.sp-btn-tab,
.code-iframe.pc-btn-tab {
    display: none !important;
}

.code-iframe.active {
    display: block !important;
    /* overflow-y: scroll; */
    height: 100% !important;
    overflow-x: hidden;
}

.code-iframe.active .chat-dialog {
    display: block !important;
}

.tab-content.active {
    max-height: 270px;
    overflow-y: scroll;
    box-sizing: content-box;
}

.item-tab.custiom.active {
    margin-bottom: 15px;
}

.tab-content::-webkit-scrollbar {
    display: none;
}

body div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 4em !important;
    height: 4em !important;
    margin: 1em 31px 1em !important;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 3em;
    cursor: default;
    user-select: none;
}

.btn-redirectVip {
    text-align: center;
    background: #3085d6;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
}

.btn-redirectVip:hover {
    text-decoration: none;
    background: #3085d6;
    color: #fff;
}

body div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.7rem !important;
    left: 1.2em !important;
    width: 1em !important;
    transform: rotate(45deg) !important;
}

body div:where(.swal2-icon).swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: 0em;
}

body div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em !important;
    right: 0.5em !important;
    width: 1.9375em !important;
}

body div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 1.9em;
    width: 2em;
}

body .swal2-title {
    display: block;
    margin-top: -55px;
}

.pc-btn-tab2 {
    display: block;
}

.sp-btn-tab2 {
    display: none;
}

.image-bg-home {
    position: relative;
    z-index: 0;
}

.home.item-tab .content-popup {
    display: none;
}

.home.item-tab.active {
    position: relative;
}

.content-popup.pc-btn-tab {
    display: none;
}

.home.item-tab.active .content-popup {
    display: block;
}

.home.item-tab.active {
    position: relative;
}

.content-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 20px;
    margin: auto 0px;
    padding: 5px 10px 20px;
    margin-top: 50px;
    max-width: 490px;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px;
    overflow-y: auto;
    border: 5px solid transparent;
}

.icon-close {
    position: sticky;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0px;
    display: flex;
    justify-content: flex-end;
}

.content-popup h2 {
    margin-top: -35px;
}

.content-popup::-webkit-scrollbar {
    width: 3px;
}

.content-popup::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    background-color: lightgrey;
}

::-webkit-scrollbar-thumb {
    background-color: lightgrey;
}

.code-iframe.active::-webkit-scrollbar {
    width: 3px;
}

.code-iframe.active::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    background-color: lightgrey;
}

@media screen and (max-width: 768px) {
    .content-popup {
        margin: auto;
        width: calc(100% - 40px);
        height: 65vh;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -15%);
        overflow-y: scroll;
    }
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}


.list-btn-funcion {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.item-btn {
    width: 100%;
    flex-grow: 0;
}

.item-btn.active {
    border: none;
    outline: none;
}


.item-btn:hover .button1 {
    border-radius: 15px;
    border: 1px solid #34A853;
    background: linear-gradient(180deg, #FFF 0%, #C9FECA 100%);
    box-shadow: 0 0 10px 0 #34A853 inset;
}

.item-btn.active .text-btn-1 h2 {
    color: #34A853;
}

.item-btn:hover .text-btn-1 h2 {
    color: #34A853;
    opacity: 0.9;
}

.link-redirect {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.bottom-truy-cap {
    width: 30%;
    border-radius: 25px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    background: url(/cm88/img/menu/btnTopbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.bottom-truy-cap:hover {
    text-decoration: none;
}

.bottom-truy-cap span {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
}

/* End Form Option */


.redirect-link-container {
    width: 100%;
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0px;
}

.redirect-link-container p {
    margin: 0px auto;
    color: #36A638;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.link-redirect {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    gap: 20px;
    width: 90%;
}