﻿
.digierrorclass {
    padding-left: 30px;
    color: red;
    display: block;
}

.form-group1 {
    margin-bottom: 1rem;
}

.form-check1 {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-label1 {
    margin-bottom: 0;
    margin-bottom: -31px;
    margin-left: -17px;
}

.form-check-input1 {
    position: absolute;
    margin-top: 0.3rem;
  /*  margin-left: -90px;*/
    margin-top: -38px !important;
    padding: 8px !important;
    cursor: pointer;
}

#progressbar #Documenation:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
}

/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
}

    #message p {
        padding: 1px 35px;
        font-size: 13px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }

/*27-07-22 remove respnshive*/
.pwdicon {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 14px;
    font-size: 12px;
}

    .pwdicon a i {
        color: #2e2e2e;
        font-size: 16px;
    }

.coineye {
    font-size: 20px;
}
/*27-07-22*/
.terms {
    margin-left: 217px;
    margin-top: -22px;
    position: absolute;
    cursor: pointer;
}

.termsprivacy {
    margin-left: 0px;
    margin-top: 8px;
    /* position: absolute; */
    cursor: pointer;
}


.classsign {
    width: 210px;
    height: 78px;
    border: 1px solid;
}

.singn3 {
    border: 8px solid #666;
    /*width: 115px;*/
      height: 92px;
    margin-left: -14px;
    border-radius: 10%;
}



.action-save {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

/*gggggggggggggggggggggggggggggggggggggggggggggg*/




/*mks 7-7-2022*/

.modalprev {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.prev .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


.prev .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .prev .close:hover,
    .prev .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.mtop {
    padding: 20px 10px;
}

.prviewimghight {
    height: 120px;
    border: 1px solid;
}


#msform .action-buttonVerified {
    width: 130px;
    background: gray;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 9px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    margin-top: 23px;
}

.veriedcolor {
    color: green;
    margin-top: 30px;
}

#policymodel p {
    text-align: justify;
    padding: 0 2%;
}

.policymodeltitle {
    padding: 0 2%;
}

.footerfixed {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
    z-index: 9;
    right: 0;
}
.model-register-rm .modal-body {
    overflow-x: hidden;
    height: 689px;
    overflow-y: scroll;
}
@media screen and (min-width:1920px) {
    .form-check-input1 {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: -13px;
        margin-top: -38px !important;
        padding: 8px !important;
        cursor: pointer;
    }
    .footerfixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 220px;
        z-index: 999;
        right: 0;
    }
}


@media screen and (max-width:952px) {

    #progressbar li {

        font-size: 10px;
    }


    section.pb-5.register-csm .container-fluid {
        padding: 10px 20px;
    }
    .steps {
        font-size: 18px;
     
    }
    #progressbar {

        padding: 0;
    }
    .register-all .container-fluid {
        padding: 10px 20px;
    }
    .form-check-input1 {

        left: 157px;
    }
    div#img_contain img#image-preview, img#image-preview2, img#image-preview3, img#image-preview4 {
        width: 100%!important;
    }
    }