*{
    outline: none
}
.user__data__form fieldset{
    border: 1px solid #33333329;
    padding: 10px;
    margin: 25px 0px;
    background: white;
}
.user__data__form legend{
    display: inline;
    width: fit-content;
    margin: 0px 10px;
    padding: 10px 20px;
    font-size: 24px;
    background: white;
    color: #214a33;
    font-weight: 800;
    position: relative;
    border-top: 1px solid #33333329;
}
.user__data__form legend:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50%;
    background: #33333329;
}
.user__data__form legend:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50%;
    background: #33333329;
}
.user__data__form .input__fields{
    width: 100%;
    height: 40px;
    border: 1px solid #33333329;
}
.user__data__form select{
    width: 100%;
    height: 40px;
    border: 1px solid #33333329;
}
.user__data__form label{
    color: #214a33;
    font-weight: 600;
    text-transform: capitalize;
}
.user__data__form label b{
    color: red;
}
.error{
    color: red !important;
    font-size: 12px;
}
.form__Heading{
    font-size: 40px;
    font-family: "Jameel Noori Nastaleeq";
    font-weight: 900;
}
input.btn.btn-books {
    color: #317c52;
    border: 2px solid #317c52;
    width: 150px;
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.5s;
    font-weight: bold;
    text-transform: uppercase;
}
input.btn.btn-books:hover {
    background-color: #317c52;
    color: #fff;
    border: 2px solid #317c52;
}
.make__input__untuch{
    position: relative;
    overflow: hidden;
}
.make__input__untuch:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4141411e;
}

.form-control{
    height: 40px!important;
    font-size: inherit!important;
}

/* .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} */

.box_seprator{
    border: 1px solid lightgray;
    margin: 5px 5px 17px 5px;
    position: relative;
    padding-bottom: 20px;
}

.remove_btn{
    background-color: #e46a76!important;
    border-color: #e46a76!important;
    font-size: 16px;
    transition: 0.3s
}
.remove_btn:hover{
    background-color: #c3414e!important;
    border-color: #c3414e!important;
}

.errors{
    color: red
}

form label {
    font-weight: 400;
    /* padding-bottom: 8px; */
}

.swal-footer{
    text-align: center!important;
}


.is_continue{
    padding-left: 14px;
    font-size: 13px;
    width: 14px;
}
.page-wrapper{
    overflow: hidden;
}

.jobs_form{
    animation: my-fade 1s forwards;
}
@keyframes my-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        }
}
.jobs_form fieldset{
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.144);
    border: none;
    padding: 20px;
    position: relative;
    z-index: 1;
    transform: translate(50px,0px);
    opacity: 0;
    animation: fade-up 1s 0.7s forwards;
}
@keyframes fade-up {
    0% {
        transform: translate(50px,0px);
        opacity: 0;
    }
    100% {
        transform: translate(0px,0px);
        opacity: 1;
        }
}

.jobs_form fieldset:before{
    content: "";
    background: url('../img/form-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.jobs_form input{
    transition: 0.3s;
    box-shadow: 0px 5px 10px #f5f5f5 !important

}
.jobs_form input:focus{
    border: 1px solid #317c52 !important;
}
.jobs_form select{
    box-shadow: 0px 5px 10px #f5f5f5 !important

}
.jobs_form select:focus{
    border: 1px solid #317c52;

}
.user__data__form legend{
    background: #317c52;
    color: white;
    font-size: 18px;
    padding: 6px 20px;
    transition: 0.3s;
    border-radius: 5px;

}
.jobs_form .cnic{
    letter-spacing: 4px;
}

/* checkbox */


.jobs_form input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.jobs_form textarea:focus{
    border: 1px solid #317c52;
}

.jobs_form input[type="checkbox"] ~ label {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.jobs_form input[type="checkbox"] ~ label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #529074;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px
}

.jobs_form input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 0px;
    height: 14px;
    border: solid #529074;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    animation: hue 0.2s 1 forwards;
}
@keyframes hue {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
    100% {
        opacity: 1;
        width: 6px;
        height: 14px;
    }
    /* checkbox */
}
.checked-items label{
    white-space: nowrap
}
.box_seprator{
    border-radius: 5px;
}
button{
    box-shadow: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.add_new_slot{
    font-size: 17px;
    border: 2px solid #317c52;
    background: white;
    color: #317c52;
    font-weight: bold;
    transition: 0.5s;
}
.add_new_slot:hover{
    background-color: #214a33 !important;
    border-color: #214a33 !important;
}
.add-icon{
    font-size: 14px;
}

.iti {
    display: block;
}
@media(max-width: 576px){
    .user__data__form legend{
        font-size: 16px;
        padding: 4px 10px;
    }
    .query-text{
        font-size: 16px !important;
    }
}