* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #222;
    position: relative;
    min-height: 100vh;
}

.fastmodal,
.secondmodal,
.thirdmodal,
.fourthmodal,
.pledge,
.con,
.nocon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: 450px;
    padding: 1.3rem;
    min-height: 250px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative;
}
/*
@media screen and (max-width:320px){

    .fastmodal,
    .secondmodal,
    .thirdmodal,
    .fourthmodal,
    .pledge,
    .con,
    .nocon {
        width: 19rem;
    }
}
@media screen and (max-width:380px){

    .fastmodal,
    .secondmodal,
    .thirdmodal,
    .fourthmodal,
    .pledge,
    .con,
    .nocon {
        width: 19rem;
    }
} */
/* @media screen and (max-width:420px){

    .fastmodal,
    .secondmodal,
    .thirdmodal,
    .fourthmodal,
    .pledge,
    .con,
    .nocon {
        width: 22rem;
    }
} */
@media screen and (max-width:430px){

    .fastmodal,
    .secondmodal,
    .thirdmodal,
    .fourthmodal,
    .pledge,
    .con,
    .nocon {
        width: 22rem;
    }
}

.modal .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* button {
    cursor: pointer;
    border: none;
    font-weight: 600;
  } */
.uz_popup_btn {
    display: inline-block;
    align-self: center;
}

.uz_popup_btn .btn-radio01 {
    margin-right: 4rem;
}

.popbtn {
    display: inline-block;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
    background-color: black;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.fastmodal,
.secondmodal,
.thirdmodal,
.fourthmodal,
.pledge,
.con,
.nocon {
    z-index: 2;
}

.hidden {
    display: none;
}


/*  */
.fast-select {
    display: block;
    width: 25rem;
    padding: .375rem 2.25rem .375rem .75rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    
}

.close {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}
