/* Form Option */

.custom-button {
    width: 100%;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s;
    border: 2px solid #888888;
}

.item-btn.active {
    content: '';
    border-radius: 20px;
    padding: 1px 2px;
    background: linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%);
}

.custom-button:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

.button1 {
    background: var(--Linear, linear-gradient(180deg, #FFF 0%, #C2BEBE 50%, #FFF 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: 5px;
    border: 0.842px solid #242424;
    background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%);
    box-shadow: 0px 1.1222px 1.1222px 0px rgba(0, 0, 0, 0.25);
}

.button2 span {
    color: #FFF;
    text-align: center;
    font-family: "Roboto";
    font-size: 14.523px;
    font-style: normal;
    font-weight: 400;
    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: #3B5AC8;
    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: 15px;
}

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

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

.download-app-km {
    gap: 70px;
    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: 10px;
}

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

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

.active .bg-bd-btn,
.bd-btn {
    border-radius: 20px;
    padding: 2px 2px;
    background: linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%);
}

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

.btn-content {
    border-radius: 20px;
    background: var(--Linear, linear-gradient(180deg, #FFF 0%, #fffbf8 50%, #FFF 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    cursor: pointer;
    height: 100%;
}

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

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

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

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

.text-btn-main span {
    color: #3B5AC8;
}

.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 {
    background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%) !important;
}

.item-btn:hover .button1 {
    background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%);
}

.item-btn.active .text-btn-1 h2 {
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-btn:hover .text-btn-1 h2 {
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.bottom-truy-cap {
    width: 30%;
    border-radius: 26.512px;
    padding: 13px 10px;
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    fill: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    box-shadow: 0px 1.1222px 1.1222px 0px rgba(0, 0, 0, 0.25);
    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: 100px;
}

.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.active .button1 {
    background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%) !important;
}

.item-btn:hover .button1 {
    background: linear-gradient(180deg, #000 0%, #313131 48.44%, #000 100%);
}

.item-btn.active .text-btn-1 h2 {
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-btn:hover .text-btn-1 h2 {
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.bottom-truy-cap {
    width: 30%;
    border-radius: 25px;
    padding: 10px 10px;
    background: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    fill: var(--Linear, linear-gradient(180deg, #FF9A17 -0.55%, #FF921B 18.06%, #FF7B27 47.38%, #FF5739 83.49%, #FF3849 109.45%));
    box-shadow: 0px 1.1222px 1.1222px 0px rgba(0, 0, 0, 0.25);
    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;
}

/* End Form Option */