/*--------------------- new-kala -------------- */
.bnb{
    font-size: 1.5rem;
}

.fghj{
    border-style: dashed;
    border-radius: 0.5rem;
    border-width: 2px;
    position: relative;
}
.paksaziform{
    width: 30%;
    height: fit-content;
    border:1px solid #322B4A;
    border-radius: 8px;
    transition: 0.2s;
}
.paksaziform a{
    display: block;
    text-align: center;
    padding: 2%;
    color: black;
}
.paksaziform:hover{
    background-color: #322B4A;
}
.paksaziform:hover a{
    color: rgb(255, 255, 255);
}

.newkalatitle{
    width: 50%;
    padding: 1%;
    font-weight: bold;
    font-size: large;
}
.newkalatitle1{
    display: flex;
    justify-content: space-between;
    margin: 4% 4%;

}
.rtg{
    width: 15rem;
    height: 15rem;
}
.rtgg{
    width: 7rem;
    height: 7rem;
}
.formargintop{
    margin-top: 40%;
}

.kalainput{
    width: inherit;
    height: inherit;
    position: absolute;
    font-size: inherit;
    opacity: 0;
    right: 20px;
    top: 60px;
}
.kalainput2{
    width: inherit;
    height: inherit;
    position: absolute;
    font-size: inherit;
    opacity: 0;
    right: 146px;
    top: 60px;
}
.kalainput3{
    width: inherit;
    height: inherit;
    position: absolute;
    font-size: inherit;
    opacity: 0;
    right: 272px;
    top: 60px;
}
.kalainput4{
    width: inherit;
    height: inherit;
    position: absolute;
    font-size: inherit;
    opacity: 0;
    right: 398px;
    top: 60px;
}
.kalainput5{
    width: inherit;
    height: inherit;
    position: absolute;
    font-size: inherit;
    opacity: 0;
    right: 430px;
    top: 60px;
}
.aaa{
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 500px) {
    .immggg{
        width: 100% !important;
    }
    .rtg{
        width: 14rem;
        height: 14rem;
    }
    .kalainput{
        width: 84px;
        height: inherit;
        position: absolute;
        right: 10px;
        top: 60px;}
    .kalainput2{
        width: 84px;
        height: inherit;
        position: absolute;
        right: 100px;
        top: 60px;}
    .kalainput3{
        width: 84px;
        height: inherit;
        position: absolute;
        right: 187px;
        top: 60px;}
    .kalainput4{
        width: 84px;
        height: inherit;
        position: absolute;
        right: 273px;
        top: 60px;}
    .kalainput5{
        width: inherit;
        height: inherit;
        position: absolute;
        right: 190px;
        top: 60px;}

}
@media only screen and (max-width: 420px) {
    .kalainput5{
        width: inherit;
        height: inherit;
        position: absolute;
        right: 150px;
        top: 60px;}
}
@media only screen and (max-width: 350px) {
    .immggg{
        width: 100%!important;
        border-radius: 6px;

    }
    .kalainput{
        width: 65px;
        height: inherit;
        position: absolute;
        right: 15px;
        top: 60px;}
    .kalainput2{
        width: 65px;
        height: inherit;
        position: absolute;
        right: 83px;
        top: 60px;}
    .kalainput3{
        width: 65px;
        height: inherit;
        position: absolute;
        right: 150px;
        top: 60px;}
    .kalainput4{
        width: 65px;
        height: inherit;
        position: absolute;
        right: 216px;
        top: 60px;}
    .kalainput5{
        width: inherit;
        height: inherit;
        position: absolute;
        right: 115px;
        top: 60px;}
}
@media only screen and (min-width: 768px){
    .paksaziform{
        width: 15%;
    }
}
/*--------------------- new-kala -------------- */