.btn-close {
    color: aliceblue;
    opacity: 11 !important;
    --bs-btn-close-bg: unset !important;
}
    .form-label{
     
font-weight: 600;
font-size: 14px;
line-height: 115.99999999999999%;
letter-spacing: 0%;

font-weight: 600;
font-size: 14px;
line-height: 115.99999999999999%;
letter-spacing: 0%;
color: aliceblue;

    }
.submit-modal{
  
font-weight: 500;
font-size: 14px;
line-height: 115.99999999999999%;
letter-spacing: 0%;
    background-color: #f9c10b;
width: 100%;
/* width: 364; */
height: 40;
color: black !important;
top: 342.78px;
border-radius: 5.25px;
padding-top: 10px;
padding-right: 92.78px;
padding-bottom: 10px;
padding-left: 92.78px;
gap: 8.75px;
border: none;

}
.submit-modal:hover {
  background-color: rgba(244, 224, 11, 0.846);
  color: white; /* Optional: text color for contrast */
}

.modal-logo{
  width: 180px;
    height: auto;
}
.modal-logo-t1{
  
font-weight: 700;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: aliceblue;
}
.modal-logo-t2{
  
font-weight: 700;
font-size: 24px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
/* color: aliceblue;  */
flex-wrap: wrap;
margin-top: 7%;

}
.modal-text-box{

    /* width: 249px; */
    width: 85%;
    /* height: 69px; */
    border-radius: 12px;
    background: rgba(0, 55, 145, 1);
    color: yellow;
    font-weight: 500;
    font-size: 16px;
    display: flex
;
    line-height: 115.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    /* margin: 0% -1%; */
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-text-t2{
    color: #FFF;
text-align: center;

font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
}
.modal-headerr{
       text-align: end;
    color: aliceblue;
    padding: 1% 1% 0% 0%;

    width: fit-content;
    align-self: flex-end;
}

 @media (max-width: 430px) {
.modal-text-box{
    width: 100%;
}
}
