/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');*/
* {
    box-sizing: border-box;
}


/*thin 100 thin 100 Italic extra-light 200 extra-light 200 Italic light 300 light 300 Italic regular 400 regular 400 Italic medium 500 medium 500 Italic semi-bold 600 semi-bold 600 Italic bold 700 bold 700 Italic extra-bold 800 extra-bold 800 Italic black 900 black 900 Italic*/
body {
    font-family: 'Hind', sans-serif !important;
    /*font-family: 'Rubik', sans-serif !important;*/
    background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Hind', sans-serif !important;
    /*font-family: 'Roboto Condensed', sans-serif !important;*/
    color: #32325d;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

.transition,
.transition:hover,
button,
button:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

input,
input:focus,
input:hover,
button,
button:focus,
button:hover,
select,
select:focus,
select:hover,
option,
option:focus,
option:hover {
    outline: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-top: 0;
}

.pl-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.sec-pad-t-50 {
    padding-top: 50px;
}

.sec-pad-b-50 {
    padding-bottom: 50px;
}

.sec-pad-20 {
    padding: 20px 0;
}

.sec-pad-30 {
    padding: 30px 0;
}

.sec-pad-40 {
    padding: 40px 0;
}

.sec-pad-50 {
    padding: 50px 0;
}

.sec-pad-60 {
    padding: 60px 0;
}

.sec-pad-70 {
    padding: 70px 0;
}

.sec-pad-80 {
    padding: 80px 0;
}

.btn-block {
    width: 100%;
}

.display-none {
    display: none;
}

.display-in-block {
    display: inline-block;
}

.display-inline {
    display: inline;
}

.gray-bg {
    background: #f5f5f5;
}

.darkgray-bg {
    background: #f8f8f8;
}

.bg-white {
    background-color: #FFF;
}

.light-bg {
    background-color: #fafafa;
}

.gradientBg {
    background: -webkit-linear-gradient(to right, #a51d2b , #e7314e);
    background: linear-gradient(to right, #a51d2b , #e7314e);
    /*background: linear-gradient(-90deg, #a51d2b, #e7314e);*/
}

p{
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #666;
    margin-bottom: 10px;
}
.paraText {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}
.paraText-gray {
    color: #666;
}

.paraText-white {
    color: #ffffff;
}
.btn.btnTheme {
    background: #08cc7f;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}
/*.btn-grad {background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%)}*/
.btn-grad:hover { background-position: left center; }
.btnRounded {
    border-radius: 50px !important;
    padding: 10px 30px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    background: #6d6d6d !important;
}



.timepicker-picker .btn {background: #32325d none repeat scroll 0 0; margin: 0; padding: 0 !important; color: #fff !important; min-width: auto !important; }
.timepicker-picker .btn span{display:inline-block;height:30px;line-height:30px;margin:0;top:0;width:30px;font-size:16px !important;}
.timepicker-picker .btn span:hover{background:none;}
.timepicker-picker td button.btn.btn-primary{padding:5px !important;}
.datepicker table thead th{background:#32325d none repeat scroll 0 0;border-radius:0;color:#fff !important; padding:10px;}
.form-wizard .datepicker span {
    color: #fff !important;
}
.bootstrap-datetimepicker-widget{position:absolute !important; z-index: 1035; padding: 0 !important;}
.bootstrap-datetimepicker-widget table tbody td span{padding:0 !important;}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#32325d !important;}
.bootstrap-datetimepicker-widget table td span.active{background-color:#32325d;}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover{background:#32325d none repeat scroll 0 0;cursor:pointer;color:#fff !important;}
.bootstrap-datetimepicker-widget table td span:hover{background:#32325d none repeat scroll 0 0;color:#fff;}
.datepicker .month{background:none;}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background-color:#32325d;}
.bootstrap-datetimepicker-widget table td.day{height:23px;line-height:30px;width:20px;}


/*=========Header Css==========*/
.hero-content-left img {
    width: 100%;
    max-width: 320px;
}
.banner-1-bg {
    background: url(../images/slider1.png) no-repeat 100%/cover!important;
    min-height: 100vh;
    overflow: hidden;
}
.background-img {
    position: relative;
    width: 100%;
    display: block;
}
.background-img:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg,rgba(32,40,119,.9),rgba(55,46,149,.9),rgba(83,49,177,.9),rgba(114,48,205,.8),rgba(150,41,230,.8));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-animation-img, .hero-content-left {
    position: relative;
    z-index: 2;
}
.hero-content-left h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    margin-top: 30px;
    letter-spacing: 0.5px;
}
.hero-content-left h1 span {
    font-weight: 700;
}
.bottom-img-absolute {
    bottom: -60px;
    width: 100%;
    position: absolute;
}
.bottom-img-absolute img, .bottom-img img {
    width: 100%;
}
.mainWrapper {
    min-height: 100vh;
}
.hero-content-left .lead {
    font-size: 20px;
    color: #dedede;
    line-height: 30px;
    margin-top: 15px;
}
.loginWrap {
    display: block;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.12);
    background: #f4f7fa;
    z-index: 5;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    max-width: 360px;
    margin: 0px auto 0;
}
.loginHeader h4 {
    font-weight: 700;
    font-size: 20px;
}
.loginHeader p {
    font-size: 15px;
    margin-top: 2px;
    color: #666;
    margin-bottom: 0;
}
.loginHeader{
    margin-bottom: 30px;
}
.btns{
    margin-top: 40px;
}
.csForm .inptLabel{
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
}
.csForm .form-control{
    font-size: 16px;
    color: #333;
    height: 50px;
    width: 100%;
    border: 1px solid #e8e8e8;
    /*box-shadow: 0 4px 20px rgb(24 33 99 / 5%);*/
}
.csForm .form-control:focus{
    box-shadow :0 0 0 0.2rem rgb(148 190 234 / 25%);
}
.csForm.ordinationForminput .form-control{
    font-size: 16px;
    color: #333;
    height: 50px;
    width: 100%;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 20px rgb(24 33 99 / 5%);
}
.csForm.ordinationForminput .form-control:focus{
    box-shadow: 0 4px 20px rgb(24 33 99 / 5%);
}
select, select.form-control {
    height: 50px !important;
    padding-right: 30px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/dropdown_ico.png) center right 6px/20px no-repeat #fff;
}
.reqStar {
    font-size: 7px;
    color: red;
    vertical-align: super;
    margin-left: 2px;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #b2b2b2;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b2b2;
}
.form-control::placeholder {
  color: #b2b2b2;
}
select.form-control option:first {
    color: #b2b2b2;
}
textarea.form-control {
    height: auto !important;
    resize: none;
}

.checkBox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    line-height: 22px;
}
.checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.checkBox input:checked ~ .checkmark {
  border-color: #08cc7f;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkBox input:checked ~ .checkmark:after {
  display: block;
}
.checkBox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #08cc7f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hero-section .container, .hero-section .container .row{
    height: 100%;
}
.csLink{
    text-align: center;
}
.csLink a {
    color: #32325d;
    font-weight: 500;
    font-size: 15px;
}
.animate__delay-1s{
    animation-delay: 0.5s !important;
}
.SignupPage {
    display: flex;
    height: 100vh;
}
.signupLeft{
    width: 40%;
}
.signupRight {
    width: 60%;
    height: 100%;
    overflow: auto;
}
.signupForm {
    padding: 50px;
    max-width: 650px;
    margin: 0 auto;
}
.signupLeft {
    position: relative;
    background: url(../img/signup_bg.png) no-repeat 100%/cover!important;
    height: 100vh;
    overflow: hidden;
        border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}
.signupLeft:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg,rgba(32,40,119,.9),rgba(55,46,149,.9),rgba(83,49,177,.9),rgba(114,48,205,.8),rgba(150,41,230,.8));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.signupCnt{
    position: relative;
    z-index: 5;
}
.signUpLogo{
    /*text-align: center;*/
    padding: 15px;
}
.signUpLogo img {
    max-width: 300px;
}
.signupCntInner{
    padding: 15px;
}
.signupCntInner h2{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.signupCntInner h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.signupCntInner p{
    color: #e8e8e8;
}


/*05-02-2021-VAISHALI-WORK-CSS*/
.memberLogin {
    text-align: center;
}
.memberLogin h3 {
    margin-bottom: 12px;
    color: #32325d;
    font-weight: 600;
    font-size: 20px;
}
/*Home-Css*/

.logOutBtn {
    margin-left: 15px;
}
.rccgLogo img {
    width: 100%;
    max-width: 200px; 
}
.headerNavbar {
    background-color: #25286f; 
}
.headerMenulinks .nav-link {
    color: #d0d0d0 !important;
    font-size: 16px;
    font-weight: 500;
}
.headerMenulinks .nav-link:hover {
    color: #fff !important;
}
.headerMenulinks .nav-link.active {
    color: #fff !important;
    font-size: 16px;
}
.logOutBtn .loginBtn {
    background: #08cc7f;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 6px 22px;
    border-radius: 5px;
    border: none; 
    line-height: 30px;
}
.mainWrapper.profileSection {
    padding: 60px 0px;
}
.hero-section.sectionProfile {
    padding-top: 60px;
}
.profileImage {
    text-align: center;
}
.profileImage img {
    /* width: 100%; */
    width: 250px;
    margin-bottom: 15px;
    /*box-shadow: 0px 1px 12px 0px #ececec;*/
}
.profileContent{
    border-radius: 10px;
    box-shadow: 0px 1px 12px 0px #ececec;
    /*padding: 25px 30px;*/
}
.profileContent.homePage {
    max-width: 750px;
    margin: 0 auto;
}
.form-group.profileCninner h5 {
    margin-top: 4px;
    font-weight: 600;
    font-size: 18px;
}
.card-header.cardHeader {
    padding: 15px 15px 0px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.profileBody {
    padding: 20px;
}


/*Ordination-Css*/

.sw-theme-default>.nav .nav-link.formSteps.active {
    color: #32325d!important;
    cursor: pointer;
    font-weight: 600;
}

.sw-theme-default>.nav .nav-link.formSteps.active::after {
    background: #32325d!important;
    width: 100%;
}
.sw-theme-default>.nav .nav-link.formSteps.done {
    color: #999!important;
    cursor: pointer;
}
.sw-theme-default>.nav .nav-link.formSteps.done::after {
    background: #999;
    width: 100%;
}
.formSteps span {
    font-size: 18px;
}
.sw-theme-default.wizardCs {
     border: none !important; 
}
.sw-theme-default.wizardCs>.nav {
    box-shadow: 0px 3px 10px 0px #ececec !important;
    margin-bottom: 20px;
}
.sw>.nav .nav-link.formSteps {
    padding: 0.8rem 1rem !important;
}
.custom-radio.radiosCustomcs .custom-control-input:checked~.custom-control-label::before {
    background-color: #25286f;
    box-shadow: 0px 0px 2px 2px #ddd !important;
}

.iconInputBlk {
    position: relative;
}
.inptIcon {
    position: absolute;
    top: 12px;
    right: 8px;
    color: #b2b2b2;
}
.media.profileSection img {
  border-radius: 7px;
  border: 2px solid #f5f5f5;
  padding: 2px;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.secPart {
    margin-top: 10px;
}
.secPart h4 {
    font-weight: 500;
    font-size: 20px;
}
.formPastor {
  width: 100% !important;
}
.supposeSection {
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
}
.supposeSection h2 {
    color: #828282;
    font-weight: 500;
}
.paraSec {
    border: 1px solid #f7f7f7;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #f7f7f7;
    box-shadow: 0px 2px 10px 0px #efefef;
}
.paraSec p {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 0px;
}
.paraSection {
    padding: 25px 15px;
    text-align: left;
}
.paraSection p {
  color: #9e9e9e;
}
/*.docList li {
    margin: 10px 0px;
}*/
.docList li a {
    color: #9e9e9e;
}
.docList li a:hover {
    color: #081d67;
}

/*28-01-2021*/
.paraSection .form-control {
    height: 120px !important;
    margin-top: 25px;
}
/*.removeText {
    margin-right: 12px;
    color: #da0000;
    font-weight: 600;
}
.removeText:hover {
  color: #da0000;
  text-decoration: underline; 
}*/
.devideSec {
    border-top: 1px dashed #ddd;
    margin-top: 15px;
    padding-top: 15px;
}
.devideSec1 {
    padding: 15px 8px 15px 0px;
}
.fileIcon .fileuploadIco i {
    background-color: #eaeeff;
    padding: 11px 12px;
    border-radius: 100px;
    color: #081d67;
    border:1px solid #081d67;
}
.docList li {
    margin: 10px 0px 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.removeField.removeText {
    padding: 0 8px;
    position: absolute;
    right: 15px;
    /*top: 146px;*/
    /* z-index: 35; */
    padding-right: 0;
}
.removeField .btn {
    line-height: 19px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50px;
    display: inline-block;
}
.removeField.removeText1 {
    padding: 0 8px;
    position: absolute;
    right: 367px;
    top: 351px;
    /* z-index: 35; */
    /* padding-right: 0; */
}
.btn.btnCircle {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 0;
    font-size: 15px;
    line-height: 29px;
    border-radius: 50px;
}
.csForm.d-flex.flexForm.twoFieldForm {
    margin: 0px -15px;
}
.csForm.d-flex.flexForm.twoFieldForm .form-group {
    width: 33.33%;
    margin: 0px 0px 15px 0px;
    padding: 0px 15px;
}
.csForm.d-flex.flexForm.twoFieldForm.ordinationForm.mt-2 .form-group {
    width: 100%;
}
.csForm.d-flex.flexForm.twoFieldForm.ordinationForm.mt-2 .form-group textarea {
    height: 100px !important;
}
.twoFieldForm .form-group.dateGroup {
    width: 50% !important;
}

.nameImg {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px #ddd;
    width: 50px;
    display: inline-block;
    height: 50px;
    padding-left: 11px;
    margin-left: 12px;
    margin-right: 10px;
}
.nameImg img {
    width: 28px;
    margin-top: 13px;
}
.sw-theme-default .toolbar>.btn.btnTheme {
    color: #fff;
     background-color: #08cc7f; 
     border: 1px solid #08cc7f; 
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}
.sw-theme-default .toolbar>.btn.preBtn  {
    color: #08cc7f;
     background-color: #d0ffec; 
     border: 1px solid #d0ffec; 
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}
.approveBtn {
    opacity: 1 !important;
}
.btn.approveBtn.disabled, .btn:disabled {
    opacity: .65;
    background: #08cc7f  !important;
}

/*08-02-2021*/
.cardHeader1 h4 {
    padding: 20px;
    margin-bottom: 0px;
}

.sw-theme-default>.tab-content>.tab-pane.wizardForm {
    padding: 20px;
}
.form-group.profileCninner h5 {
    color: #333;
}
/*.removeField.removeDoc {
    right: 20px;
    position: absolute;
    bottom: 419px;
}
.removeField.removeDoc1 {
    bottom: 348px;
}
.removeField.removeDoc2 {
    bottom: 277px;
}
.removeField.removeDoc3 {
    bottom: 206px;
}
.removeField.removeDoc4 {
    bottom: 135px;
}*/

.uploadDocument {
    background-color: #eaeeff;
    width: 220px;
    border-radius: 8px;
    height: 220px;
    position: relative;
    margin: 70px auto;
    cursor: pointer;
    border: 1px dashed #28166f;
}
.uploadDocument label input {
    opacity: 0;
}
.uploadDocument label span {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 22px;
    color: #28166f;
    cursor: pointer;
}
.csForm .form-group.upDocuments {
    width: 40% !important;
}
.csForm .form-group.uploadedDocuments {
    width: 60% !important;
}
.form-group.profileCninner {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 8px;
    padding-bottom: 3px;
}

.statusPending {
    color: #e69500;
    font-weight: 500;
    padding: 20px;
    font-size: 19px;
}
.cardHeader1.headerStatus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*23-06-21===============*/

.d-flex.profileOthersec {
    flex-wrap: wrap;
}
.flexForm.twoFieldForm {
    flex-wrap: wrap;
}
.fourField{
    margin: 0 -15px;
    flex-wrap: wrap;
}
.csForm.d-flex.flexForm.fourField .form-group {
    width: 25%;
    margin: 0px 0px 15px 0px;
    padding: 0px 15px;
}
.devideSec1 {
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
    position: relative;
    background: #f8f8f8;
}
.devideSec1 .removeField {
    right: -2px;
    top: -5px;
    padding: 0;
}
.form-wizard .tab-content{
    height: auto !important;
}
#profilePicImage {
    max-width: 180px;
    max-height: 180px;
    border-radius: 7px;
    border: 2px solid #f5f5f5;
    padding: 2px;
    width: 180px;
    height: 180px;
    object-fit: cover;
}
#profilePicInput {
    display: none;
}
.profile-cam{
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 2px 6px rgb(183 179 179 / 50%);
    margin: 12px;
    color: #dedee5;
}