

body{
	 font-family: roboto,sans-serif;
}
.form{
	background: white;
    box-shadow: 0px 5px 18px 0px rgba(100,100,111,0.18);
    padding: 2rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.mb-3 {
    margin-bottom: 0.7rem!important;
}

.mt-3 {
    margin-top: 0.7rem!important;
}
.mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.font-semibold {
    font-weight: 600;
}
.text-2xl {
    font-size: 1.4rem;
    line-height: 2rem;
}
.font-inter {
    font-family: Roboto,sans-serif;
}
.justify-between {
    justify-content: space-between;
}
.leading-5 {
    line-height: 1.25rem;
}

.text-\[14px\] {
    font-size: 14px;
}
.text-\[\#4E4E4E\], .text-\[\#4e4e4e\] {
    --tw-text-opacity: 1;
    color: #4E4E4E;
}
.text-sm {
    font-size: .78rem;
    line-height: 1.25rem;
}
.px-4 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.py-4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.flex {
    display: flex;
}
.text-\[\#4f4f50\] {
    --tw-text-opacity: 1;
    color: #4f4f50;
}

.font-medium {
    font-weight: 500;
}
.text-\[14px\] {
    font-size: 14px;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.text-\[\#FF0000\] {
    --tw-text-opacity: 1;
    color: #FF0000;
}
.font-semibold {
    font-weight: 600 !important;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.rounded {
    border-radius: 0.25rem !important;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 2px solid #86a0db !important;
    outline: 0;
    box-shadow: none;
}
.cursor-pointer {
    cursor: pointer;
}
.h-14 {
    height: 2.5rem;
}
.rounded-\[4px\] {
    border-radius: 4px;
}
.align-middle {
    vertical-align: middle;
}
.text-center {
    text-align: center;
}
.hover\:bg-\[\#6559C1\]:hover {
    background-color: rgb(101 89 193);
}
.font_s{
	font-size: 15px;
}
.sign-in{

    background-repeat: no-repeat;
    background-size: cover;
}
.p-mb{
	margin-bottom: 0px;
}
.text-lightPurple{
	color: rgb(137 197 64);
}
.flex-col{
	flex-direction: column;
}
.justify-center {
    justify-content: center;
}

.text-4xl {
    font-size: 1.80rem;
    line-height: 2.5rem;
}
.font-bold {
    font-weight: 700;
}
.align-center{
	align-items: center;
}
.max-w-lg {
    max-width: 23rem;
}
.text-lg {
    font-size: 0.925rem;
    line-height: 1.25rem;
}
.p-40{
	padding:40px;
}
.not-italic i{
	padding-top: 4px;
    color: rgb(71 70 72);
    font-size: 17px;

}
.bg{
	background-color: rgb(137 197 64);
    border: none;

}
.mb-8 {
    margin-bottom: 2rem;
}
.pt-100{
	padding-top:124px;
}
.underline {
    text-decoration-line: underline;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: white;
    background-color: #79af38;
    border: none;
}
.btn:hover{
     background-color: #79af38;
     border: none;
}
.mt-2
{
   margin-top: 0.6rem !important;
} 
.mb-2
{
margin-bottom: 0.6rem !important;
}
label.error {
    font-size: 11px;
    color: rgb(239 68 68);
}

#verifyotp3 .modal-dialog{
  border-radius: 7px !important;
}
#verifyotp3 .modal-header {
    background: white;
    border-bottom: 0px;
}
#verifyotp3 .modal-body{
 
  text-align: center;
}
#verifyotp3 .form-control {
    display: block;
    width: 45px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background: transparent;
    border-bottom: 2px solid yellowgreen !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    border-radius: 0px !important;
    margin-right: 15px;
    float: left;
}
#verifyotp1 .form-control {
    display: block;
    width: 45px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background: transparent;
    border-bottom: 2px solid yellowgreen !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    border-radius: 0px !important;
    margin-right: 15px;
    float: left;
}
#verifyotp1 .modal-body{
    text-align: center;
}
.sn-field1{
    justify-content: center;
    align-items: center;
    display: flex;
}
.resend_btn{
    border: 2px solid rgb(137 197 64);
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 14px;
}
.vrfyotp_btn{
    margin-left: 5px;
    border-radius: 4px;
    padding: 7px 14px;
    border: 2px solid rgb(137 197 64);
    background: rgb(137 197 64);
    color: white;
    font-size: 14px;
}
.form-control{
  font-size: 0.8rem;
}
.cancel_btn{
    background-color: #ddd;
    border-radius: 4px !important;
    border: none;
    padding: 6px 16px;
    color:black;
    font-size: 13px !important;
    cursor: pointer;
}
 
#checkempid_error{
  font-size: 11px;
  padding-top: 5px;
  margin-left: 3px;
}
.upload_btn {
    border: none;
    padding: 6px 16px;
    border-radius: 4px !important;
    background: #82cf33;
    color: white;
    font-size: 14px !important;
    cursor:pointer;
}
.panel-body p {
    color: #707c88;
    font-size: 14px;
    line-height: 28px;
}


#timer{
  font-weight: 600;
    color: #454847;
    text-align: center;
}
#verifyotp3 button.close {
   -webkit-appearance: none;
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 0;
    box-shadow: -1px 1px 3px #999;
    border: 1px solid #e7e7e7;
    font-size: 23px;
    background-color: white;

}
.opacities{
   background:#5a59598c;
}
#verifyotp1 button.close {
   -webkit-appearance: none;
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 0;
    box-shadow: -1px 1px 3px #999;
    border: 1px solid #e7e7e7;
    font-size: 23px;
    background-color: white;
}

#signup.modal .form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 45px !important;
   /* padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 14px !important;*/
    padding-right: 14px !important;

}

.tab .nav-tabs li.active a, .tab .nav-tabs li.active a:hover {
    background: #ddd !important;
    color: #504e4e !important;
}
#signup .modal-body .tab .nav-tabs.login-dailog {
    background: #ffffff;
    width: 93%;
    border-radius: 0px;
    margin: 16px 16px 16px 16px !important;
    padding: 0px; 
    border-bottom: 1px solid #ddd;
    box-shadow: 0.0005rem 0.07777rem rgba(0,0,0,.075)!important;
}
.tab .nav-tabs li.active a, .tab .nav-tabs li.active {
    background: #ffff !important;
    color: black;
    border-bottom: 2px solid #96d900;
}
.modal-body .tab .nav-tabs.login-dailog li {
    border-radius: 0px;
}
.modal-body .tab .nav-tabs.nav.login-dailog>li>a {
    padding: 8px 8px;
    border-radius: 0px;
    color: #000;
}
.tab ul li a:active {
     background: #ffff !important; 
}

#Verify_otp_email_mob .otps h3 {
    font-size: 22px;
    margin-top:10px;
}
#Verify_otp_email_mob .otps h3 b{
    border-bottom: 2px solid;
}
.heading_otp hr{
    margin-top:10px;
    margin-bottom: 10px;
}

#Verify_otp_email_mob input.input_text{

    border: none !important;
    border-bottom: 2px solid rgb(153 155 150) !important;
    width: 47px !important;
    margin-right: 10px !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 400 !important;

}
.otp_btn {
    margin: 0px 0px 13px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-checkbox1 input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.custom-checkbox1 label {
   cursor: pointer;
    text-indent: -9999px;
    width: 41px;
    height: 21px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 7px;
    margin-right: 0px;
}

.custom-checkbox1 label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

 .custom-checkbox1 input:checked + label {
    background: rgb(137 197 64);
}

.custom-checkbox1 input:checked + label:after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

.custom-checkbox1 label:active:after {
    width: 15px;
}
.toggle_box{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    height: 35px;
    background: #f1f1f1;
    padding-left: 15px !important;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    margin-top: 10px;
}
.reply{
    display: inline-flex;
    width: 91%;
    margin-left: 52px !important;
    margin: 10px;
}
.call_postjob{
    background: #d4e8f9;
    border: none;
    border-radius: 30px;
    text-shadow: none;
    color: #086ec6;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
.call_postjob i{
    margin-top: 0px;
    margin-right: 7px !important;
}
a.call_postjob:hover , a.call_postjob:focus{
  background: #dcefff;
  color: #086ec6;
}








