@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800&display=swap');
  
body {
	font-family: 'Mulish', sans-serif;
	margin: 0;
}
a {
	text-decoration: none;
}
img{
	max-width: 100%;
}
input:focus,input:active,button:focus,button:active,select:focus,select:active{
	outline: none;
}

/* Login Screen */
.login-sec {
	min-height: 100%;
	display: flex;
    align-items: center;
	background-image: url(../images/login-bg-l.png), url(../images/login-rt-top.png) , url(../images/login-rt-bm.png);
	height: 100%;
    background-position: left , right top , right bottom;
    background-repeat: no-repeat;
    background-size: 59vh ,12% , auto;
    background-size: cover !important;
}

.login-wrap {
	max-width: 400px;
	
}

.reg-wrap{
max-height: 650px;
max-width: 410px;
overflow-y: scroll;
padding-right: 10px;
}



.login-gd {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
    margin: 0;
}

.login-sub {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #797A73;
    margin: 20px auto;
}

.label-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8F9187;
    margin-bottom: 10px;
    padding-left: 20px;
}

.l-txt-bx {
	width: 100%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 20px;
    padding-left: 50px !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #31322D;
}
.login-bx svg {
    position: absolute;
    left: 15px;
    top: 16px;
}

.login-bx {
	position: relative;
	margin-bottom: 30px;
}

.eye-icon {
    position: absolute;
    top: 16px;
	right: 13px;
	background:none;
	border: 0;
}

.eye-icon svg {
    position: relative;
    top: unset;
    left: unset;
}
#psw-bx {
    padding-right: 48px;
}

.for-txt-g {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #7D7E76;
	margin-bottom: 25px;
	display: flex;
}

.for-txt-g a {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    margin-left: 10px;
    color: #002859;
}

.login-btn-g {
    background: #002859;
    box-shadow: 0px 9px 20px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 0;
    padding: 10px;
    width: 100%;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 50px;
    margin-bottom: 25px;
}

.hav-txt-g {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #7D7E76;
	text-align: center;
	display: flex;
	justify-content: center;
}

.hav-txt-g a {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #002859;
    margin-left: 10px;
}



.for-txt-g a::after,.hav-txt-g a::after{	
	content: '';
	width: 0%;
    height: 2px;
	display: block;
	background: #002859;
	transform-origin: left;
	transition: all 0.7s ease;
}

/* .for-txt-g a:hover::after,.hav-txt-g a:hover::after{
	transition: all 0.7s ease;
	width: 100%;
} */

.l-txt-bx:focus,.l-txt-bx:active{
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid white;
}
.hav-txt-g {
    margin-bottom: 15px;
}
.login-lft {
    display: flex;
    align-items: center;
}



/* width */

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}


/* Track */

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #dce3e6;
	border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #002859;
	border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #002859;
}

.login-lft{
	position: relative;
	left: -500px;
	animation: left-to-right  0.60s ease-in forwards;
	
}

.login-right{
	position: relative;
	right: -500px;
	animation: right-to-left  0.60s ease-in forwards;

}




@keyframes left-to-right{
	0%{
		left: -500px;
		opacity: 0;
		
	}
	100%{
		left: 0;
		opacity: 1;

	}
}
@keyframes right-to-left{
	0%{
		right: -500px;
		opacity: 0;
	}

	100%{
		right: 0;
		opacity: 1;
	}
}


.l-txt-bx::placeholder{
font-weight: normal;
font-size: 17px;
line-height: 21px;
color: #8F8F8C;
}

#pw-close:hover path {
    fill: #01295a;
}


#pw-open{
	display: none;
}
/* End Login Screen */

/* Request Form sec */
.req-form{
	background: url(../images/form-bg.png);
}



.header-sec {
    background: #FFFFFF;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 8%);
	height: 100px;
}
.head-inner,
.hear-rt-inner,.profi-p {
    display: flex;
    align-items: center;
}


.logo-txt-g {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    color: #002859;
    margin-bottom: 0;
    margin-left: 30px;
}

.z-logo {
	height: 100px;
}

.req-form {
    background: url(../images/form-bg.png);
    background-repeat: no-repeat;
	background-size: 100% !important;
    background-color: #FAFBFD;
}

.notify-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 25px;
}

.notify-btn svg {
    width: 30px;
    height: 30px;
}
.prof-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.prof-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #002859;
    margin-bottom: 0;
    margin-right: 10px;
}
.profi-p {
    cursor: pointer;
}
.reqfor-hd {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #252627;
    margin: 35px 0px;
}

.reqfor-sb-hd {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #252627;
    margin-bottom: 20px;
}

.form-wrapper {
    background: #F3F6F9;
	padding: 20px;
	margin-bottom: 20px;
}

.rq-fm-hd {
    font-size: 18px;
    line-height: 23px;
    color: #262624;
    margin-bottom: 20px;
}

.red-star {
    color: red;
}
.rq-form-sec .l-txt-bx {
    padding-left: 30px;
    max-width: 360px;
    height: 50px;
}


.l-sel-bx {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/sel-dwn-arrow.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
select:invalid {
    color: red;
}

.sign-btn-sec {
    display: flex;
    justify-content: flex-end;
}

.upload-btn {
    background: #002859;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;

}

.upload-btn svg,.setting-btn svg{
	transform: scale(1);
	transition: all 1s ease-in-out;
}


.setting-btn{
	background: #6E7178;
	border-radius: 5px;
	width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
	justify-content: center;


}

.sign_wrapper {
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}


.sign-bx {
    min-height: 80px;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    border-bottom: 2px solid #C4C4C4;
}

.bott-btn-sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
	padding-bottom: 30px;
}


.sum-det-btn {
    background: #002859;
    box-shadow: 0px 9px 20px 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
    max-width: 280px;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
	padding: 10px 35px;
	border:1px solid #002859;
}


.sum-det-btn:hover{
	background: white;
	color: #002859;

}

.red-det-btn,
.red-det-btn:hover {
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #EB5757;
    padding: 10px 35px;
}


.upload-btn:hover svg,.setting-btn:hover svg{
	transform: scale(1.2);
	transition: all 1s ease-in-out;
}
/* end request fomr sec */



/* Profile setting */
.reqfor-hd {
    display: flex;
    align-items: center;
}

.reqfor-hd .l-ar-t {
	margin-right: 15px;
	transform: translateX(0px);
	transition: all 0.50s ease-in;
}

.login-sec.req-form.d-block.pr-ste .reqfor-hd {
    cursor: pointer;
}

.reqfor-hd:hover .l-ar-t {
    transform: translateX(-10px);
    transition: all 0.50s ease-in;
}

.reqfor-hd:hover .l-ar-t svg path{
	fill: #002859;
}

.pr-ste {
	padding-bottom: 30px;
	height: auto;
}

/* End Profile setting */

/*zakah*/
button.button.save.mar-align.btn-success.btn {
  margin-left: 74px;
  margin-top: -37px;
}
 @media screen and (min-width:991px)
 {
  .profi-p { 
    margin-left: auto;
  }
 }

@media  screen and (max-width:991px) {
  .header-sec { 
    height: auto;
}
.head-inner {
  margin: 10px 0px;
}
.signature-pad--body canvas {
  width: 100%;
}
.login-bx input::placeholder,.login-bx select::placeholder {  
  font-size: 14px;
 }
 
 .login-bx input:-ms-input-placeholder ,.login-bx select:-ms-input-placeholder {  
   font-size: 14px;
 }
 
 .login-bx input::-ms-input-placeholder ,.login-bx select::-ms-input-placeholder {  
   font-size: 14px;
 }
 
.register_wrap { 
  height: auto;
  background-size: cover;
}
.register_wrap .login-wrap.reg-wrap {
  padding: 20px 8px;
}
 
}

@media only screen 
  and (min-width: 1024px) and (max-width:1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .login-sec { 
      background-position: -223px, right top , right bottom; 
  }
}


/*internal QA  Issue*/
.signature-pad--body canvas {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}
.signature-pad--body canvas {
  max-width: 100%;
}
.signature-pad--footer {
  margin-top: 10px;
}
button.btn.red-det-btn:focus {
  outline: 0;
  box-shadow: unset;
}
 
.signature-pad--actions {
  margin-top: 10px;
}
@media screen and (max-width: 991px)
{
  .head-inner {
    margin: 38px 0px 10px 0px;
} 
.reqfor-inner, .form-wrapper, .req-form-box, .bott-btn-sec {
  width: 100%;
  float: left;
}
section.login-sec.req-form.d-block {
  height: auto;
  float: left;
  width: 100%;
}
}


@media only screen and (max-width:991px) and (orientation: landscape) {
  .login-sec {
    background-size: cover !important;
    height: auto;
}
}
 
@media  screen and (max-width:767px) {
  .head-inner h2.logo-txt-g {
    margin-bottom: 0px;
  }
  .profi-p h2.hav-txt-g {
    margin-bottom: 0px;
}
.head-inner {
  margin-top: 20px;
}
.head-inner { 
  margin-bottom: 0px;
}
}
 
@media screen and (min-width:768px) and (max-width:991px) {
  .profi-p {
    margin-left: auto;
}
}

.profi-p h2.hav-txt-g a:hover {
  background: #f00;
}

.profi-p h2.hav-txt-g a {
  transition: .5s ease-in all;
  background: #f54c3f;
  height: 30px;
  padding: 0px;
  line-height: 30px;
  width: 90px;
  border-radius: 4px;
  color: #ffffff;
}
.profi-p h2.hav-txt-g a:hover {
content: none !important;
}

@media  screen and (min-width:992px) and (max-width:1200px) {
 
section.login-sec.register_wrap {
  height: auto !important;
  background-size: 84vh ,12% , auto;
}
section.login-sec.register_wrap .reg-wrap {
  max-height: unset; 
  padding-top: 15px;
}
}

.reg-wrap {
    max-height: 570px;
}

@media screen and (min-width:320px) and (max-width:1024px){
.rq-form-sec textarea {
    width: 100%;
}
}

@media screen and (min-width:320px) and (max-width:375px){
#error_message_pdf
{
    width: 100% !important;
}
#field_305_upload {
    width: 100% !important;
    height: 50px ;
    padding: 10px !important; 
}
}

@media screen and (min-width:375px) and (max-width:1024px){
#error_message_pdf
{
    width: 100% !important;
}
#field_305_upload {
    width: 100% !important;
    height: 50px ;
}
}
.error-msg {
   margin-top:5px;
}

.dha {
    margin: 20px 0px;
}
.req-form {
    background: url(../images/form-bg.png);
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-color: #FAFBFD;
}

.logo-txt-g {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    color: #002859;
    margin-bottom: 0;
    margin-left: 30px;
}
.login-sec {
    min-height: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    background-position: left , right top , right bottom;
    background-repeat: no-repeat;
    background-size: 59vh ,12% , auto;
}

.cont-l,.cont-r {
    background: #E2EDFA;
    width: 200px;
}
.video img {
    width: 530px;
}
.dc-blue{
    color: #002859;
    font-weight: 700;
}
.privacy{
    color: #002859;
    text-decoration: underline;
}
.click{
    border: unset;
    padding: 5px 10px;
    border-radius: 5px; 
    color: #fff;   
    text-transform: uppercase; 
    box-shadow: 0px 9px 16px 2px rgba(0, 0, 0, 0.15);
    align-items: center;
}
.red{
  background-color: #E80000;
}
.green{
   background-color: #009F56;
}
.bold{
    font-weight: 700;
}
.left-card{
   line-height: 24px;
}
img{
    max-width: 100%;
}


.custom-language select {
    height: 35px;
    border-radius: 5px;
    background: #064897;
    font-size: 14px;
    padding: 0px 5px;
}
.custom-language select.goog-te-combo {
    color: #fff !important;
}