@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto {
    font-family: "Roboto", sans-serif;
}

body {
    background-color: #ecf0f3;
    font-family: sans-serif;
    text-align: center;
    font-family: "Roboto", sans-serif;
}
.color-7ac141{
    color: #7ac141;
}
.font-18{font-size: 18px;}
.font-40{font-size: 40px;}
.font-15 {
    font-size: 15px !important;
}

.w-450 {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
.header_flex_div{
    align-items: center;
}
.logo-2{
    height: 40px;
}
.lang_select{
    border-radius: 20px;
    padding: .375rem 30px .375rem 18px;
    background-position: right 16px center;
}

/* step select button style */

.number_form_stepselect_btndiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px 10px;
}
.step_selectbtn{
    background-color: #ffffff;
    border-radius: 7px;
    color: #000;
    padding: 14px 10px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #0000005c;
}

.step_selectbtn.active{
    background-color: #1b869e;
    border-color: transparent;
    color: #fff;
}

/* step1_download_step */
.access_sec_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
  .file-access-img {
    height: 100px;
    margin-left: 30px;
  }
  .game_downloadstep1 .click_btn{
    border: 0;
    animation: unset;
  }
  .game_downloadstep1 .click_btn .spinner-border-sm{
    width: 28px;
    height: 28px;
  }
  .access_unlimited_div {
    background-color: #e4e7e9;
    padding: 35px 30px;
    text-align: center;
    margin-bottom: 30px;
}
  .unlimited_access_list_div {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .access_list img {
    height: auto;
    margin-bottom: 5px;
  }


.download_gif {
    margin-top: 20px;
}

.image_text {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0px 35px;
}

.logo-class {
    filter: invert(1);
    max-height: 40px
}

.click_btn {
    color: #fff;
    background-color: #7ac141;
    border-radius: 25px;
    letter-spacing: .3rem;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 90%;
    cursor: pointer;
    border: 12px solid #d5d9e0;
    animation: pulse 1.5s infinite;
    text-decoration: none;
}

.click_btn:hover {
    color: #23527c;
    text-decoration: underline;
}

.main_section {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 18px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 24px 16px;
    background: aliceblue
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.instructions_message {
    font-size: 25px;
    color: #7ac141 !important;
    margin-top: 40px;
    text-decoration: none;
    word-break: break-all;
}

.instructions_message:hover {
    text-decoration: underline;
}

.footer-text {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 0 auto;
    display: block;
}

.footer p {
    font-size: 9px;
    padding-top: 25px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.modal {
    color: black;
}

.modal h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal p {
    font-size: 14px;
    margin-bottom: 10px;
}

.modal-header {
    background: #000;
}

.modal-title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

/* number form*/
.number_form {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 18px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 24px 16px;
    background: aliceblue
}

.card_title {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    line-height: normal;

}

.phone_label {
    color: #171717;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.me-62 {
    margin-right: -54px !important;
}

.cnt_icon {
    position: relative;
}

.cnt_icon {
    width: 100%;
    padding: 0px 0px 1px 1px;
}

.filed_div {
    width: 80%;
    margin: 0 auto;
}

.cnt_icon:before {
    content: '';
    position: absolute;
    background-image: url(../images/cnt_icon.png);
    width: 53px;
    height: 47px;
    background-repeat: no-repeat;
    left: 0;
    background-size: 100%;
    top: 0;
    transform: translate(-2px, -2px);
}

.enter_num_field {
    width: 100%;
    border: 0;
    height: 45px;
    padding-left: 63px;
    color: #220000;
    font-family: Montserrat, sans-serif;
    border-radius: 7px;
    color: black;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.check_icon {
    z-index: 1;
}

.check_icon img {
    max-width: 70%;
}

/***************skeleton_loader ***************************/

.skeleton_loader .dwn_img {
    margin-top: 50px;
}

.skeleton_loader .image_text_line {
    width: 70%;
    height: 20px;
    background-color: #e0e0e0;
    margin-bottom: 16px;
    border-radius: 6px;
    margin: 60px auto 50px;
}

.skeleton_loader .btn_div {
    width: 90%;
    height: 70px;
    background-color: #e0e0e0;
    margin-bottom: 16px;
    border-radius: 14px;
    margin: 50px auto 50px;
}

.skeleton_loader .btn_bottom_text .line_1 {
    width: 70%;
    height: 14px;
    background-color: #e0e0e0;
    margin-bottom: 16px;
    border-radius: 6px;
    margin: 28px auto 18px;
}

.skeleton_loader .btn_bottom_text .line_2 {
    width: 40%;
    height: 14px;
    background-color: #e0e0e0;
    margin-bottom: 16px;
    border-radius: 6px;

}

.skeleton_loader .footer_content {
    margin-top: 170px;
}

.skeleton_loader .line_1 {
    width: 95%;
    height: 7px;
    background-color: #e0e0e0;
    margin: 0 auto;
    margin-bottom: 16px;
    border-radius: 4px;

}

.skeleton_loader .line_2 {
    width: 55%;
    height: 7px;
    background-color: #e0e0e0;
    margin-bottom: 16px;
    border-radius: 4px;
    margin: 0 auto;
}

.skeleton_loader .footer_content {
    margin-bottom: 40px;
}

.skeleton_loader .image_text_line, .skeleton_loader .btn_div, .skeleton_loader .btn_bottom_text .line_1, .skeleton_loader .btn_bottom_text .line_2, .skeleton_loader .line_1, .skeleton_loader .line_2 {
    background-image: -webkit-linear-gradient(left, #dddddd 0px, #f1f1f1 40px, #dddddd 80px);
    background-image: -o-linear-gradient(left, #dddddd 0px, #f1f1f1 40px, #dddddd 80px);
    background-image: linear-gradient(90deg, #dddddd 0px, #f1f1f1 40px, #dddddd 80px);
    background-size: 500px;
    -webkit-animation: shine-loading-content 2s infinite ease-out;
    animation: shine-loading-content 2s infinite ease-out;
}

.pt-600 {
    padding-top: 600px !important;
}

.steps-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    font-family: "Roboto", sans-serif;
}

.step-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
}

.step.green {
    background-color: #7ac141;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.step-line {
    text-align: left;
}

.big-green {
    color: #7ac141 !important;
    font-size: 42px;
    font-weight: bold;
    margin: 30px 0 10px;
    text-decoration: none !important;
    font-family: "Roboto", sans-serif;
}

@-webkit-keyframes shine-loading-content {
    0% {
        background-position: -32px;
    }
    40%, 100% {
        background-position: 410px;
    }
}


@keyframes shine-loading-content {
    0% {
        background-position: -32px;
    }
    40%, 100% {
        background-position: 410px;
    }
}


@media (max-width: 1399.98px) {
    .download_gif {
        margin-top: 10px;
    }

    .click_btn {
        font-size: 30px;
    }

    .instructions_message {
        font-size: 20px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 375px) and (max-height: 568px) {

    .download_image {
        max-width: 40% !important;
    }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {

    .download_image {
        max-width: 35% !important;
    }
}

@media only screen and (max-width: 360px) and (max-height: 740px) {

    .download_image {
        max-width: 40% !important;
    }
}

@media (max-width: 768px) {
    .w-450 {
        max-width: 375px;
    }

    .download_gif img {
        max-width: 80%;
    }

    .image_text {
        margin: 5px 0px 20px;
    }

    .download_gif {
        margin-top: 0px;
    }

    .click_btn {
        font-size: 28px;
        border: 8px solid #d5d9e0;
        line-height: 26px;
    }

    .font-15 {
        font-size: 12px;
    }

    .instructions_message {
        font-size: 18px;
    }

    .skeleton_loader .line_1 {
        width: 90%;
    }

    .skeleton_loader .footer_content {
        margin-top: 140px;
    }

    .filed_div {
        width: 100%;
    }

    .click_btn {
        font-size: 18px;
        padding: 8px;
    }

    .number_form {
        padding: 18px 8px;
    }

    .me-62 {
        margin-right: -38px !important;
        margin-bottom: -7px;
    }
    .click_btn {
        font-size: 18px;
        padding: 14px 8px 14px;
    }
    .game_downloadstep1 .click_btn .spinner-border-sm {
        width: 16px;
        height: 16px;
    }

    .download_image {
        max-width: 45% !important;
    }

    .footer-text {
        font-size: 14px;
    }

    .font-14 {
        font-size: 14px;
    }

    .image_text {
        font-size: 16px;
    }

    .instructions_message {
        font-size: 13px;
        margin-top: 0;
    }
}