/* -------CUSTOM NORMALIZE CSS - FB------*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    position: relative;
  }


  .image-container {
    position: relative;
    width: 100%; /* Set width according to your needs */
    height: 450px; /* Set height according to your needs */
}



@media only screen and (max-width: 850px) {
    
.image-container {
    position: relative;
        width: 100%;
        height: 100%;
}

.input-wrapper .align-input {
    
    width: 100%;
}

.image-overlay{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

}
@media only screen and (min-width: 850px) {

    .main-right{
        height: 720px;
        border-radius: 0;

    }
    .main-left{
        border-radius: 0;
    }
}




@media only screen and (min-width: 850px) {
    
    .image-container {
        height: 720px;
    }

    .image-overlay{
        border-radius: 0;
    }
    
}






.image-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
   
}



/* Reapply the pointer cursor for anchor tags */
a,
button {
    cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
    list-style: none;
}

/* For images to not be able to exceed their container */
img {
    max-width: 100%;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
    all: unset;
}

/* fix the feature of 'hidden' attribute.
  display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
  - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*--------END NORMALIZE CSS-------*/

html,
body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

html {
    /* overflow: hidden; */
    overflow-x: hidden;
}

body {
    /* background: url('../img/bg.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #2b3240;

}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 30px;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    line-height: 1;
    /* text-shadow: 4px 3px #000;
    color: #ff6633; */
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-shadow: 2px 2px #000;
    letter-spacing: 1px;
}

/* header {
    background: rgb(0 0 0 / 70%);
    text-align: center;
    padding: 30px 30px;
} */

.header-img {
    padding: 30px 30px 10px;
}
.blkmbl{
    display: none;
}
.main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    min-height: 75vh;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    /* background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7038165608040091) 0%, rgba(0, 0, 0, 0.95) 100%); */
}

.main-wrapper .main-right {
    text-align: left;
    width: 50%;
}

.main-wrapper .main-left {
    text-align: left;
    width: 50%;
}

.main-wrapper .page-title {
    margin-bottom: 50px;
}

.main-wrapper .page-subtitle {
    margin-bottom: 35px;
}
#msisdninsert{
    display: block;
}

#msisdninsert,
#pininsert,
#success {
    margin-top: 30px;
}

section h4 {
    font-size: 20px;
    max-width: 350px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 800;
}

section h6 {
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto;
    color: #FF5400;
    margin-bottom: 20px;
}

.no-ads {
    text-transform: uppercase;
    font-size: 12px;
}

/*---------previous css-------*/

.main-wrapper .page-title {
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 800px;
   
    color: #00F5E4;
    font-size: 42px;
    font-weight: 800;
    text-align: left;

}

.main-title-games {
    font-size: 90px;
}

.main-wrapper .page-subtitle {
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 100%;
    font-weight: 600;
}

.main-wrapper #pininsert .page-subtitle {
    font-weight: 800;
}

.input-wrapper {
    margin-bottom: 10px;
    display: block;
}
.blkdsktp{
    max-width: 45%;
     margin-left: 23%;
}

.input-wrapper form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  
}

.input-wrapper .align-input {
    position: relative;
    text-align: left;
}

@media only screen and (min-width: 500px) {
    .input-wrapper .align-input {
       min-width: 360px;
    }

    .main-right{
        background: #4B3DCD;
        padding: 60px;
        
    }
}

.input-wrapper form input#msisdn,
.input-wrapper form input#pin {
    width: 100%;
    background: #fff;
    min-height: 55px;
    border: 2px solid #a0a0a0;
    max-width: 400px;
    color: #000000;
    font-weight: 800;
    font-size: 24px;
    text-align: left;
    text-indent: 45px;
    border-radius: 20px;
}

.input-wrapper form input#msisdn {
    margin-bottom: 5px;
}

.input-wrapper form input#pin {
    margin-bottom: 20px;
}

.input-wrapper .example-span {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
}

.input-wrapper form input#msisdn:focus,
.input-wrapper form input#pin:focus {
    color: #040443;
    border-color: #236cf4;
}

.input-wrapper form input#msisdn::placeholder,
.input-wrapper form input#pin::placeholder {
    color: #90909070;
}

.input-wrapper label {
    margin-bottom: 20px;
    font-weight: 700;
    font-style: italic;
    max-width: 325px;
}

.input-wrapper button[type="submit"] {
    position: relative;
    margin-bottom: 20px;
    padding: 13px 40px;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    background: #00F5E4;
    border-radius: 25px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .2s ease;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 4px 2px #c3bdff;
    box-shadow: 0px 2px 4px 2px #c3bdff;
    width: 355px;
    max-width: 100%;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.input-wrapper button:hover,
.input-wrapper button:focus {
    -ms-transform: translate(2px, 2px);
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffce00;
}

 .input-wrapper button[type="submit"][disabled]{
    opacity: 0.3;
    cursor: not-allowed !important;
    animation: none
 }

 .input-wrapper button[type="submit"][disabled]:hover{
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0px 2px 4px 2px #ffce00;
    box-shadow: 0px 2px 4px 2px #ffce00;
    background: #ffce00;
 }

.input-wrapper button:hover::before,
.input-wrapper button:focus::before {
    opacity: 1;
}

/*.input-wrapper button:hover {
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   -ms-transform: translate(2px, 2px);
   -webkit-transform: translate(2px, 2px);
   transform: translate(2px, 2px);
}*/

.input-wrapper button span {
    font-size: 70px;
    line-height: 0.5;
    top: 10px;
    position: relative;
    left: 10px;
}

form .icon_phone {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    top: 15px;
}

form .icon_pin {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    top: 37px;
}
.main-wrapper .bottom-small {
    text-align: left;
    padding: 15px;
    /* border: 1px solid #fff; */
    max-width: 900px;
    margin: 0 auto;

}


.main-wrapper .bottom-small p {
    margin-bottom: 15px;
    font-size: 12px;
    color: #2b3240;
}

.main-wrapper .bottom-small p a {
    text-decoration: underline;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    color: #0054d3;
}

.bottom-small a:hover {
    color: #0054d3;
}

.terms-conditions {
    margin-top: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: underline;
}

#overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 110;
    width: 100%;
}

.disc {
    position: absolute;
    width: calc(100% - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    background: #fff;
    color: #000;
    padding: 30px;
    text-align: center;
    max-width: 600px;
}

.disc p.terms_text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

.disc .terms_title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 5px 5px 15px 3px rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 15px 3px rgb(0 0 0 / 30%);
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    font-weight: 900;
    cursor: pointer;
}

.close_terms {
    font-weight: bold;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #000;
    padding: 5px 15px;
    margin-top: 15px;
    background-color: #000;
    color: #fff;
    transition: all ease-in-out 150ms;
    cursor: pointer;
}

.close_terms:hover {
    background-color: transparent;
    color: #000;
}

.disc p.terms_text a {
    text-decoration: underline;
}

/*----------LOADER-------*/

.loader-wrapper {
    display: none;
    background: rgb(255 255 255 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
}
.mobdiv{
    display: none;
}

.load {
    width: 100%;
    height: 100%;
    /* background-color: #383737; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.load div {
    width: 25px;
    height: 25px;
    background-color: #FF5400;
    margin-left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: calc(50px - 12.5px);
    animation-name: loading;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.load-two {
    animation-delay: 0.4s;
}

.load-three {
    animation-delay: 0.6s;
}

@keyframes loading {
    to {
        opacity: 0.7;
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
    }

}

/*----------End loader-------*/

/*-------cellphone animation------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* body {
    background: #ee6f57;
} */

.main-left .container {
    width: 400px;
    height: 300px;
    display: block;
    margin: auto;
    background: none;
    animation: updown 1s ease 0.2s infinite;
}

.phone {
    position: relative;
    background-color: #373a40;
    width: 150px;
    height: 250px;
    margin: auto;
    padding: 0;
    z-index: 2;
    border-radius: 10px;
    transform: rotate(-25deg);
}

.main-left .screen {
    position: relative;
    background-color: #0054d3;
    width: 150px;
    height: 200px;
    margin: auto;
    padding: 0;
    z-index: 3;
    top: -226px;
    transform: rotate(-25deg);
    border-radius: 5px;
}

.back {
    position: relative;
    background-color: black;
    width: 160px;
    height: 250px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -445px;
    left: -10px;
    border-radius: 10px;
    transform: rotate(-25deg);
}

.message-1 {
    position: relative;
    background-color: #f6f5f5;
    width: 160px;
    height: 80px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -677px;
    left: 40px;
    border-radius: 10px;
    z-index: 4;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgba(0, 0, 0, 0.30);
}

.inner-text-1 {
    position: relative;
    background-color: #01c5c4;
    width: 120px;
    height: 16px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -738px;
    left: 35px;
    border-radius: 30px;
    z-index: 5;
    transform: rotate(-25deg);
}

.inner-text-2 {
    position: relative;
    background-color: #01c5c4;
    width: 120px;
    height: 10px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -728px;
    left: 46px;
    border-radius: 30px;
    z-index: 5;
    transform: rotate(-25deg);
}

.message-2 {
    opacity: 0;
    position: relative;
    background-color: #f6f5f5;
    width: 60px;
    height: 70px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -702px;
    left: 83px;
    border-radius: 10px;
    z-index: 4;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgba(0, 0, 0, 0.30);
}

.message-red {
    border: 2px solid #ff6633;
    position: relative;
    background-color: #f0f3fa;
    width: 160px;
    height: 25px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -768px;
    left: 72px;
    border-radius: 5px;
    z-index: 6;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgb(0 0 0 / 30%);
}

.message-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    background-color: #ff6633;
    width: 69px;
    height: 25px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -767px;
    left: 91px;
    border-radius: 10px;
    z-index: 6;
    transform: rotate(-25deg);
    box-shadow: -20px 10px 10px -10px rgb(0 0 0 / 30%);
}

.button {
    position: relative;
    background-color: #495464;
    width: 18px;
    height: 18px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -710px;
    left: 50px;
    border-radius: 50px;
    z-index: 6;
}

.side-button {
    position: relative;
    background-color: black;
    width: 50px;
    height: 18px;
    margin: auto;
    padding: 0;
    z-index: 1;
    top: -820px;
    left: -95px;
    border-radius: 10px;
    transform: rotate(65deg);
    z-index: 7;
}

.shadow {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: black;
    width: 240px;
    height: 50px;
    margin: auto;
    opacity: 0.3;
    top: -20px;
    padding: 0;
    border-radius: 50%;
    animation: shadow 1s ease 0.2s infinite;
}

@keyframes updown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes shadow {
    0% {
        transform: scale(1);
        opacity: 0.20;
    }

    50% {
        transform: scale(0.95);
        opacity: 0.28;
    }

    100% {
        transform: scale(1);
        opacity: 0.20;
    }
}

/*-----end cellphone animation-----*/

.sin-costo {
    color: #ffffff;
    font-weight: 500;
    background: #0054d3;
    padding: 15px 35px 15px 35px;
    display: inline-block;
    margin: 50px 0px 50px 0px;
    border-radius: 40px;
    font-size: 32px;
}

#pininsert .page-subtitle{
    margin-left: 0;
}

section#success h4{
    color: #0054d3;
    font-size: 42px;
}


/*----------media queries------*/

@media only screen and (max-width: 1366px) {
    h1 {
        font-size: 46px;
    }

    .main-wrapper .page-title {
        font-size: 32px;
    }

    .main-title-games {
        font-size: 76px;
    }
}

@media only screen and (max-width: 850px) {
    .main-wrapper .main-right {
        text-align: left;
        width: 100%;
        height: 560px;
        padding: 15px 30px;
        background: #4B3DCD;
       
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    .blkdsktp{
        display: none;
    }
    .main-wrapper .main-left {
        text-align: left;
        width: 100%;
        height: 270px;
    }

    .main-wrapper {
        justify-content: flex-start;
    }

    section#success h4 {
        color: #00F5E4;
        text-align: center;
        font-size: 32px;
        padding-top: 50px;
    }

    section#success h6 {
        font-size: 24px;
    }
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }
}

@media only screen and (max-width: 650px) {
    h1 {
        font-size: 42px;
    }
    .blkdsktp{
        display: none;
    }
    .main-wrapper .page-title {
        font-size: 31px;
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    .main-title-games {
        font-size: 70px;
    }
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 36px;
    }
    .blkdsktp{
        display: none;
    }
    .main-title-games {
        font-size: 66px;
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    .main-wrapper {
        
    }

    .main-wrapper .box-container {
        padding: 50px 15px;
    }

    .input-wrapper form input#msisdn,
    .input-wrapper form input#pin {
        max-width: 100%;
    }

    .input-wrapper button[type="submit"] {
        max-width: 100%;
        width: 80%;
        align-self: center;
    }

    .main-wrapper .bottom-small p {
        font-size: 12px;
    }

    .disc {
        padding: 15px;
    }

    .main-wrapper .page-title {
        margin-bottom: 30px;
    }

    .main-wrapper .page-title {
        margin-top: 15px;
    }

    /* .input-wrapper button::before {
        min-width: calc(300px + 17px);
        min-height: calc(75px + 17px);
    } */

    .main-wrapper .page-title {
        font-size: 22px;
    }

    .main-wrapper .page-subtitle {
        font-size: 20px;
    }

    section h4 {
        font-size: 18px;
    }

    section h6 {
        font-size: 16px;
    }

    .input-wrapper form input#msisdn,
    .input-wrapper form input#pin {
        font-size: 18px;
    }

    .sin-costo {
        font-size: 20px;
        margin: 30px 0px 0px 0px;
    }

    .main-left>.container>div {
        transform: rotate(-25deg) scale(.6);
    }

    .main-left>.container>div.button {
        transform: none;
        transform: rotate(-25deg) scale(0.6);
    }

    .main-left>.container>div.side-button {
        transform: rotate(65deg) scale(0.6);
    }

    .main-left>.container>div.message-blue {
        transform: rotate(-25deg) scale(1);
    }

    .message-1 {
        top: -650px;
        left: 6px;
    }

    .inner-text-1 {
        top: -707px;
        left: 5px;
    }

    .inner-text-2 {
        top: -706px;
        left: 13px;
    }

    .message-red {
        top: -761px;
        left: 23px;
    }

    .message-blue {
        top: -766px;
        left: 38px;
    }

    .button {
        top: -750px;
        left: 31px;
    }

    .side-button {
        top: -841px;
        left: -64px;
        background: #495464;
    }

    .main-left .container {
        width: 200px;
        height: 240px;
    }

    .shadow {
        width: 200px;
        height: 40px;
    }

    header {
        padding: 15px 30px 10px;
    }

    #msisdninsert,
    #pininsert,
    #success {
        margin-top: 0;
    }

    .main-wrapper .page-title {
        margin-bottom: 30px;
    }

    .main-wrapper .page-subtitle {
        margin-bottom: 15px;
    }

    .main-wrapper .page-title {
        margin-bottom: 15px;
    }

    .input-wrapper button[type="submit"] {
        font-size: 26px;
    }

    .main-wrapper {
        justify-content: center;
    }

    #pininsert .page-subtitle{
        margin-left: auto;
    }
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }

}

@media only screen and (max-width: 375px) {

    h1 {
        font-size: 32px;
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    h4 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .disc p.terms_text {
        font-size: 10px;
    }
    .blkdsktp{
        display: none;
    }
    .main-wrapper .page-title {
        margin-bottom: 15px;
    }
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }

}

@media only screen and (max-width: 350px) {
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    .input-wrapper button[type="submit"] {
        font-size: 28px;
        padding-top: 15px;
        max-width: 250px;
    }
    .blkdsktp{
        display: none;
    }
    .input-wrapper button::before {
        min-height: calc(60px + 17px);
        min-width: calc(250px + 17px);
    }
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }
}

@media only screen and (max-width: 320px) {
    .input-wrapper button span {
        display: none;
    }
    .blkdsktp{
        display: none;
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }
}

@media only screen and (max-width: 350px) {
    .main-wrapper {
    }
    .blkdsktp{
        display: none;
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    h1 {
        font-size: 85px;
    }
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }
}

@media only screen and (max-width: 320px) {
    .blkdsktp{
        display: none;
    }
    .blkmbl {
    display: block;
    width: 46%;
    margin-bottom: -8%;
}
    .input-wrapper {
        display: block;
    }
    .mobdiv{
        display: flex;
    justify-content: center;
    }
}

.sidebtncheck {
    display: none;
    position: absolute;
    right: 20px;
    line-height: 0;
    top: 13px;
}
.checkcircle_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: active_fill 0.4s 0.4s forwards;
}

.checkcircle_bg {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke: #4B3DCD; /* Cor verde */
    fill: none;
    animation: active_stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    
}


.checkcircle_tick {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 3; /* Diminui a grossura da linha */
    stroke-miterlimit: 10;
    stroke: #fff; /* Cor branca */
    fill: none;
    animation: active_stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* Animação para o contorno do círculo */
@keyframes active_stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes active_stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes active_stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes active_fill {
    100% {
        box-shadow: inset 0 0 0 30px #4B3DCD;
    }
}

@-webkit-keyframes active_fill {
    100% {
        -webkit-box-shadow: inset 0 0 0 30px #4B3DCD;
    }
}

@-moz-keyframes active_fill {
    100% {
        -moz-box-shadow: inset 0 0 0 30px #4B3DCD;
    }
}
@keyframes active_fill {
    100% {
        box-shadow: inset 0 0 0 30px #4B3DCD;
    }
}

@-webkit-keyframes active_fill {
    100% {
        -webkit-box-shadow: inset 0 0 0 30px #4B3DCD;
    }
}

@-moz-keyframes active_fill {
    100% {
        -moz-box-shadow: inset 0 0 0 30px #4B3DCD;
    }
}