*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.main_box{
    width: 850px;
    background: white;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid grey;
    margin-top: 25px;
    border-bottom: 2px solid grey;
}

.logo{
   width: 85px;
   object-fit: cover;
   transform: translate(0px, 2px);
}
.main_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(17px);
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #8080806b;
    margin-top: -18px;
    background: linear-gradient(45deg, #59c17e, #226e09);
    color: white;
    border-radius: 10px 10px 0px 0px;
}
.child{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.line{
    width: 70px;
    height: 2px;
    background: #8080806b;
    transform: rotate(-90deg);
    position: relative;
    left: 40px;
    top: -40px;
}

.heading{
    font-size: 25px;
    text-align: center;
}
.line1{
    width: 70px;
    height: 2px;
    background: #8080806b;
    transform: rotate(90deg);
    position: relative;
    right: 47px;
    top: 35px;
}

.ul_text{
    display: flex;
    font-size: 13px;
    gap: 20px;
    justify-content: center;
    list-style: none;
    transform: translate(-1px, 0px);
}
.darpan_style{
    list-style: none;
    font-size: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.darpan_style_1{
    display: flex;
    gap: 5px;
    font-size: 14px;
    list-style: none;
    justify-content: center;
    margin-bottom: 10px;
}
.all_link{
    color: white !important;
    text-decoration: none;
}

.receipt_heading{
    background-color: hsl(209.33deg 25.71% 34.31%);
    font-size: 21px;
    color: white;
    width: 100%;
    margin-top: 9px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding: 2px 0px;
    border-radius: 5px;
    margin-bottom: 3px;
}


.second_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.label_amount{
    border: 1px solid grey;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    width: 155px;
    gap: 10px;
    height: 35px;
}

.lable{
    font-size: 16px;
    font-weight: 500;
}

.input{
    width: 100%;
    border: none;
    outline: none;
    line-height: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.receipt_user{
    margin-left: 7px;
    line-height: 20px;
}

.mainflex_chekbox{
    display: flex;
    gap: 40px;
    align-items: center;
    height: 65px;
}

.pan_input{
    border: none;
    outline: none;
}
.download_btn{
    padding: 6px 20px;
    border: none;
    margin-bottom: 30px;
    border-radius: 4px;
    background:#41586e;
    color: white;
    outline: none;
    cursor:pointer;
    text-decoration: none;
}

.date_input{
    width: 120px;
    border: none;
    border-bottom: 1px solid grey;
    outline: none;
    background: none;
}

.bank_input{
    width: 130px;
    border: none;
    outline: none;
}

.bank_input_1{
    border: none;
    outline: none;
}

.anchor{
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.padding_box{
    padding-left: 6px;
    padding-right: 6px;
}

.paragraph_box{
    width: 100%;
    background: #80808042;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
}

@media(max-width:767px){
    body{
        width: 857px !important;
    }
}

.qr_main_box{
    width: 105px;
    height: 105px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.employee_flex_box{
    display:flex;
}