.acc_wego_ai .modal-content {
    border-radius: 2.4rem;
    background: radial-gradient(470.49% 476.11% at -177.9% -134.84%, #BACDE3 0%, #B9CCE2 12.93%, #FFF 84.2%), #E3EDF7;
    position: relative;
}
.new_acc_div {
    position: relative;
    padding: 40px 0 0;
}
.new_acc_div img {
    margin: 0px auto;
}
.new_acc_div p {
    font-size: 1.6rem;
    color: #222;
    font-weight: 400;
    line-height: 1.5;
}
#aiCheckAccessModal input {
    height: 4.6rem;
    width: 100%;
    margin-top: 2rem;
    padding-left: 1.6rem;
}
.acc_wego_ai .access_code {
    width: 100%;
    padding: 1.2rem 1.6rem;
    color: var(--primary_dark);
    outline: unset;
    font-size: var(--font16);
    height: 4.8rem;
    border: 1px solid #ABABAB;
    font-weight: var(--font_weight400);
}
#aiCheckAccessModal button {
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFFFFF;
    height: 4.6rem;
    width: 100%;
    background: #2D2D2D;
    border-radius: 50px;
}
.last_txt_acc {
    font-size: 1.6rem;
    color: #222;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.new_acc_div h2 {
    margin: 30px 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
 }
 .new_acc_div p {
     font-size: 16px;
     color: #222;
     font-weight: 400;
     line-height: 1.5;
 }
 .new_acc_div {
     position: relative;
     padding: 40px 0 0;
 }
 #aiCheckAccessModal input {
     height:46px;
     width: 100%;
     margin-top:0px;
     padding-left:16px;
 }
 #aiCheckAccessModal button {
     font-size:16px;
     font-weight: 600;
     color: #FFFFFF;
     height: 46px;
     width: 100%;
     background: #2D2D2D;
     border-radius: 50px;
 }
 .last_txt_acc {
     font-size: 16px;
     color: #222;
     font-weight: 400;
     line-height: 1.5;
     margin-top: 20px;
     margin-bottom:20px;
 }
 .new_acc_div img {
     margin: 0px auto;
 }
 @media only screen and (max-width: 768px) {
    .new_acc_div h2 {
         font-size: 20px;
         margin: 1.5rem;
     }
     .new_acc_div {
       padding: 0;
    }
 }