.wolfpack_form {
    background: #E0EDE8;
    margin: 65px 0px !important;
    max-width: 100vw !important;
    padding: 40px;
    font-family: "DM Sans" !important;
}

.wolfinput{
height: 53px;   
}

div:where(.swal2-container) div:where(.swal2-popup){
    width:50vw !important;
    background: #F0FCF8 !important;
}

.txtarz {
    height: 53px;
}

.wolfinput,.txtarz{
    border: none !important;
    outline:none ;
    font-size: 16px;
    transition:none !important;
}

.txtarz::placeholder{
    font-style: italic;
}

.wolfinput::placeholder,.txtarz::placeholder{
    color: var(--Primary-30, #6A7378);
    font-family: "DM Sans";
    font-size: 16px;
}

.req-radio{
    display: none;
}

.wolfinput:not([type="checkbox"]):not([type="radio"]):focus,
.txtarz:focus {
    outline: 1px solid #4BF4B6;
}



.wolfinput[type=file]{
    width:90px;
    color:transparent;
}

.req {
    color: #F50000;
}

.single_field {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}



label[for="relocation"],label[for="domain_expertise"] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.styled-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.styled-checkbox:checked {
    accent-color: #000;
    border-color: #000;
}

.btn-grp {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.btn-grp button:focus {
    outline: none;
}

.btn-grp button:hover {
    cursor: pointer;
}

.btn-grp .back span {
    display: flex;
}
.btn-grp .wolfpack_btn span {
    display: flex;
    transition: all 0.2s ease;
}

.btn-grp .wolfpack_btn:hover span,.btn-grp .back:hover span {
    scale: 1.2;
}

.btn-grp button {
    background: var(--Primary-50, #343D41);
    background: var(--Secondary-30, #A4F5D7);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    color:#fff;
    color:#343D41;
    font-weight: 600;
}

.btn-grp .back,.btn-grp .clear{
    background: var(--Secondary-30, #A4F5D7);
    color:#000;
    display:none;
}


.single_cdesc{
    grid-column: 1/3; 
    grid-template-rows: auto 210px;  
}

.wolfpack_form p{
    margin:0px !important;
}

.wolpack_file_parent{
    grid-row: 1 / 3;
    height: 160px;
}

#dropArea{
    border: 2px dashed#8AB9A7;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.wolfinput[type="file"]{
    display: none;
}


.flx{
    display: flex;
    align-items: center;
    gap: 6px;
}
.circles{
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}
.idx4{
    grid-column: 1/3;
    grid-template-columns: 1fr 1fr 0.5fr;
    grid-template-rows: auto;
    margin-bottom: 26px;
}

.idx_child{
    grid-column: 1/3;
}
.subtext{
    grid-column: 1/4;
}
.dfg{
    border:1px solid transparent;
}
.radio-option,.radio-group{
    display: flex;
    align-items: center;
}
.radio-option{
    gap:12px;
}
.radio-group{
    gap:46px;
    justify-content: space-evenly;
}
.radio-option .wolfinput[type="radio"] {
    accent-color: #000;
    height: 18px;
    width: 18px;
    margin:0px;
}
.subtext{
    color: var(--Primary-30, #6A7378);
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.actv{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.actv svg{
    position: absolute;
    transition: all 0.3s ease;
}
.blank{
    z-index: -1;
}
.hdngz{
    font-size: 0px;
    transition: all 0.5s ease;
}
.bdngz{
    font-size: inherit;
}
.hdng{
color: var(--Primary-50, #343D41);
font-family: 'Mango Grotesque' !important;
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin:0px !important;
}
.line{
height:2px;
display: flex;
background:#D9D9D9;    
transition: all 0.5s ease;
}
.line-active{
    background: #37E8A7;
}

.vgs{
    width:0%;
    height:0%;
    transition: all 0.5s ease;
}
.cgs{
    width:100%;
    height:9px;
}
.fields {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
}
.custom-select {
    position: relative;
    display: flex;
    width: 100%;
    height: 53px;
    background-color: #f6fffa;
    border: 1px solid #e0f5ee;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slct:focus {
    outline: 1px solid #4BF4B6;
}
.slct {
    width: 100%;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}
.tick{
    display:none;
}
.tickM{
    display:block;
}
.single_startup_stage,.single_revenue_model,.single_reason,.single_competitors,.single_USP{
    grid-column: 1/3;
}
.wht_strip{
    top:10px;
    height:100%;
    background:red;
}
@media(max-width:767px){
    .hdng{
        font-size: 22px !important;
    }
    .cgs{
        height: 0 !important;
    }
    .wolfpack_form{
        padding: 60px 20px !important;
        border-radius: 8px;
        border: 1px solid #D2E5DE;
        background: #F6FFFC;
    }
    .wolfinput{
        border-radius: 4px;
        border: 1px solid #D2E5DE !important;
        background: #FFF;
    }
    .single_relocation {
        gap: 8px !important;
        margin-top: -20px !important;
    }
    .fields {
       display: flex !important;
       gap: 16px;
       flex-direction: column;
    }
}

@media (min-width:768px) {
    .fields {
        grid-template-columns: repeat(2, 1fr);
    }

    .single_email {
        grid-column: 1/3;
    }

    .btn-grp .clear {
        display:block;
    }
    .btn-grp button {
        height: 56px;
    }
    .tickM{
        display:none;
    }
    .tick{
        display:block !important;
    }
    
    
    
    
}

@media (max-width:550px){
    .idx4 .radio-group{
        order:3;
    }
    .idx4 .wolfinput{
        order:4;
    }
    .idx4 label{
        line-height:1.7;
    }
}




