﻿.register-align {
    /* box-shadow: 0px 6px 85px -34px #cbcbcb; */
    /* border-radius: 10px; */
    /* padding: 20px 30px; */
    /* text-align: center; */
}
.register-description-container h1{
    color: #ed3237;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.register-description-container h5{
    font-size: 16px;
    margin: 10px 0;
    color: #000;
}
.register-description{
    box-shadow: 0px 6px 85px -34px #cbcbcb;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 30px;
}
.register-description h4{
    margin: 15px 0 10px;
    font-weight: 700;
    color: #ed3237;
}
.radio-button-container {
    display: flex;
    margin-bottom: 18px;
    justify-content: start;
}
.radio-button-container .radio-container{
    margin-right: 30px;
}
.aadhaar-input-container {
    align-items: center;
    border: 1px solid grey;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.aadhaar-input-container input{
}
.aadhar-description{
    height: 20vh;
    overflow-y: scroll;
    background: #fff7f8;
    padding: 10px 20px;
}
.radio-container input{
    margin-right:10px;
}
.aadhar-description span{

}

.aadhar-description::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #ffffff;
  border-radius: 0.3rem;
}

.aadhar-description::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}

.aadhar-description::-webkit-scrollbar-thumb {
  background-color: #d66025;
  border-radius: 0.3rem;
}
.otpcont{
    width: 100%;
    margin: 5px auto 0px;
}
.otp_sec_container{
    text-align:center;
}
#exampleModalLabel{
        font-weight: 600;
        text-transform: capitalize;
        font-size: 25px;
        margin-bottom: 15px;
}
#exampleModal .modal-header{
    padding-bottom:0;
    border-bottom:0;
}
#exampleModal .modal-body{
       padding: 0 15px 30px;
}
#exampleModal .modal-dialog {
    width: 500px;
}
.otp_sec_container h6{
    margin-top:10px;
}
#exampleModal2{}


#exampleModalLabel{
        font-weight: 600;
        text-transform: capitalize;
        font-size: 25px;
        margin-bottom: 15px;
}
#exampleModal2 .modal-header{
    padding-bottom:0;
    border-bottom:0;
}
#exampleModal2 .modal-body{
       padding: 0 15px 30px;
}
#exampleModal2 .modal-dialog {
    width: 500px;
}
.right-container {
    box-shadow: 3px 2px 16px -3px gray;
    border-radius: 10px;
    padding: 10px 15px;
    height: 100%;
}

.note-container {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}
.inside-right-container .table tbody tr td{
    width:100px;
}
.inside-right-container .table tbody tr td b{
        font-weight: 700;
}
.note-container h6{
    font-weight: 700;
    margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6{
    font-weight:700;
}
label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 8px;
}
.formFiledSubCal {
    width: 49.5%;
    padding: 1px;
}

.flexDiv {
    display: flex;
    justify-content: space-between;
}

.formFilderCol {
    box-shadow: 2px 2px 38px -7px #d1d1d1;
    border-radius: 10px;
    padding: 10px 15px;
    height: 100%;
}


p.relation-label {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.form-container{
    margin:0;
}
.align-content-center{
    align-items:center;
}

.emergency-members-container {
     box-shadow: 2px 2px 38px -7px #d1d1d1;
     border-radius: 10px;
     padding: 10px 15px;
     height: 100%;
 }
.other-members-container{
     box-shadow: 2px 2px 38px -7px #d1d1d1;
     border-radius: 10px;
     padding: 10px 15px;
     height: 100%;
}
.relationColRight{
     box-shadow: 2px 2px 38px -7px #d1d1d1;
     border-radius: 10px;
     padding: 10px 15px;
     height: 100%;
}
#mobile-cont{
    display:none;
}
@media (max-width: 767px) {
    .logo {
        text-align: center;
        /* width: 68px; */
    }
    .mobile-menu-area{
        display:block !important;
    }
    .register-description-container h1 { 
        font-size: 22px;
        margin-top: 15px;
    }
    .container{
        width:100%;
    }

    .register-description-container h5 {
        font-size: 13px;
    }
    #exampleModal .modal-dialog {
    width: 340px;
}
    #exampleModal2 .modal-dialog{
         width: 340px;
    }
    .mean-container a.meanmenu-reveal:hover span{
       background:#fff;
    }
    .meanmenu-reveal.meanclose:hover {
    color: #fff;
}
}