.logo-class {
    position: absolute;
    top: 25px;
    left: 25px;
}

/*form styles*/

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.p-0 {
    padding: 0px;
}

.m-0 {
    margin: 0px;
}

.m-t-rem {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.inline-40 {
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

/* ###################################################################################### */


.box {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    color: #5f5f5f;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: linear-gradient(315deg, #f5f5f5 0%, #eee 74%);
}



.logo {
    text-align: center;
    margin-top: 20px
}

.logo-fixed {
    border-radius: 5px;
    /* margin-top: 34px; */
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

/* 
.logo.logo-fx{
    margin-top: 0px;
    padding:10px ;
    border: 1px solid #eee;

} */

.logo.logo-fx {
    margin-top: 0px;
    padding: 10px;
    /* border-bottom: 1px solid #cecece; */
    /* box-shadow: 0 3px 16px 0 rgb(115 115 115 / 14%); */
}

.logo-fixed.logo-f-fx {
    border-radius: 5px;
    /* margin-top: 34px; */
    width: 175px;
    height: auto;
    text-align: center;
    margin: 0 auto;

}

.logo-fixed.logo-f-fx img {
    border-radius: 5px;
}

/* .welcome-msg{
    margin-top: 40px;
} */

.logo-welcome-msg {
    font-size: 20px;
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

.previous-left {
    text-align: left;
    float: left;
    padding: 5px;
    color: #a2a2a2;
}

.fs-subtitle.new-fs-subtitle {
    font-size: 14px;
    color: #868686;
    font-weight: 300;
}

.purposeData-msg {
    margin-top: 30px;
    text-align: left;
}

.right-ar {
    float: right;
    padding-right: 15px;
}


.new-input-field-self::placeholder {
    font-size: 15px;
    color: #868686;
}

.new-input-field-self:focus {
    outline: 0;
}

.new-input-field-self {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
.new-input-field-self {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.self-button {
    background-color: #eee;
    background: -webkit-linear-gradient(315deg, #f5f5f5 0%, #eee 74%);
    background: linear-gradient(315deg, #f5f5f5 0%, #eee 74%);
    color: #5f5f5f;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}


.full-btn {
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    padding: 10px 10px;
}

.check-btn {
    padding: 7px 8px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.clr-green,
.checkin-icon-btn {
    background: #48d59e;
}

.clr-red,
.checkout-icon-btn {
    background: #ff6161;
}

.icon-btn-full {
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    padding: 6px 10px;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}


.camera-icon {
    color: linear-gradient(129deg, rgb(35 27 195 / 70%), rgb(7 100 109 / 45%));
}

.camera-clr {
    cursor: pointer;
    background: -webkit-linear-gradient(129deg, rgb(35 27 195 / 70%), rgb(7 100 109 / 45%));
    background: linear-gradient(129deg, rgb(35 27 195 / 70%), rgb(7 100 109 / 45%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.float-left {
    float: left;
}

.text-center {
    text-align: center;
}

.new-image-round-ob.fx-img {
    width: 100%;
    height: 240px;
}




/* form first */

.form-first {}

.form-first-p {
    border: 1.5px solid #9c9c9c;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.form-first-span {
    padding: 0px 5px 0px 10px;
}

.input-form-register {
    width: 90% !important;
    border: none !important;
    padding: 3px !important;
    font-size: 16px !important;
    margin: 0px !important;
    display: inline-block !important;
}

/* fotter -logo */
.fotter-logo {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

.fotter-logo img {
    width: 100%;
}

.purposeData-msg-two {
    text-align: center;

}

.new-input-field-self-label {
    margin: 0px;
    font-weight: bold;
}

.form-fill-input-p {
    border: 1.5px solid #9c9c9c;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.form-fill-input {
    border: 0px;
    padding: 3px;

}

.form-fill {
    padding: 10px 0px;
}

/* background: #f4f5f7; */
.box-div {
    width: 100%;
    height: 200px;
    background: #fff;
}

.box-div.box-div-sec {
    height: 120px;
}

.sign-in-main {
    background: #f4f5f7;
    padding: 10px;
    text-align: center;
}

.id-proof-label {
    border: 1.5px solid #9c9c9c;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.disp-none {
    display: none;
}

.top-sec {
    text-align: center;
    padding: 10px;
    background: #eee;
    font-weight: bold;
    border-radius: 5px;
}

.qrnumber {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    color: #7a80cd;
    font-size: 20px;
}

.purposeData-msg.purposeData-msg-2 {
    margin-top: 0px;
}

.profile-section {
    border: 1.5px solid rgb(156 156 156 / 51%);
    padding: 10px;
    margin: 5px;
    border-radius: 5px;

}

.text-align {
    text-align: center;
}

.check-circle {
    font-size: 5rem;
    color: #4cbf49;
    /* color: #388e3c; */

}

.check-circle-p-ani {
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {

        transform: translateY(0px);
    }
}

.font-large {
    font-size: 25px;
}

.no-border {
    border: 0px;
}

.no-shadow {
    box-shadow: none;
}

.f-bold {
    font-weight: bold;
}

.iframe-bold table {
    font-weight: bold;
}

.card img {
    box-shadow: none;
}

.fixed-bottom-fot {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.signature-pad-arrange {
    border: 0px;
    background: #fff;
}


@media screen and (max-width: 768px) {
    .inline-40 {
        width: 40%;
        display: inline-block;
        font-weight: bold;
    }

    .input-form-register {
        width: 83% !important;
        border: none !important;
        padding: 3px !important;
        font-size: 16px !important;
        margin: 0px !important;
        display: inline-block !important;
    }

    .profile-section p {
        margin-bottom: 8px;
    }

    .btn-position-float {
        position: absolute;
    }
    .box-div.box-div-sec {
        height: auto
    }
}