.captcha {
    /* margin: 0 auto; */
    width: 65%;
    margin-bottom: 8px; 
}

@media screen and (max-width: 480px) {
    .captcha {
        width: 70%;
        margin-bottom: 0px; 
    }
}

@media screen and (max-width: 425px) {
    .captcha {
        width: 80%;
    }
}

@media screen and (max-width: 375px) {
    .captcha {
        width: 93%;
    }
}

@media screen and (max-width: 375px) {
    .captcha {
        width: 100%;
    }
}

@media only screen  and (min-width: 768px) and (max-width:920px) {
    .small-captcha {
        transform:scale(0.5);
        transform-origin:0 0;
    }
}

@media only screen and (min-width: 920px) and (max-width:1240px) {
    .small-captcha {
        transform:scale(0.7);
        transform-origin:0 0;
    }
}


.header {
    font-size: 23px;
    font-weight: bold;
}

.button_styles {
    margin-bottom: 48px;
    background-color: var(--chakra-colors-secondary-hover);
    color: var(--chakra-colors-light-500);
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

@media screen and (max-width: 620px) {
    .callbackHeaderClass{
        font-size: 20px !important;
    }
}
.modal_content {
    position: absolute;
    top: 100px;
}

.modal_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 24px 48px;
}

.img {
    margin-top: 32px;
}

.header {
    font-size: 23px;
    font-weight: bold;
    margin-top: 24px;
}

.description {
    text-align: center;
    margin-top: 16px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_button {
    margin-bottom: 48px;
    background-color: var(--chakra-colors-secondary-hover);
    color: var(--chakra-colors-light-500);
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

.close_button {
    text-align: center;
    height: 16px;
    width: 16px;
    font-size: 20px;
    margin-top: -15px;
}

.out_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-top: -50px;
    margin-left: 415px;
    height: 32px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.styles_link__mnBbJ:hover{
    border-bottom: 1px solid white;
}
.style_generalText__TsT2z {
    align-self: stretch;
    flex-grow: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color:#2a3037;
    margin-left: 5px;
}

.style_title__ruQdn {
    align-self: stretch;
  flex-grow: 0;
  font-size: 25px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  color:#f48120;
}

.style_subTitle__TH6_D {
    align-self: stretch;
    flex-grow: 0;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color:#2a3037;
}

.style_orderList__YyMcY {
    margin-top:16px;
    margin-left:16px;
    margin-bottom:16px;
}

.style_orderListAbc__VCoZ0 {
    margin-left:40px;
    margin-bottom:16px;
}

.style_largeContent__rPriU {
    flex-grow: 1;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    margin-left:16px;
    margin-top: 5px;
}
