body#admin_login {
    background: #f9f9f9;
}
.header {
   background: #fff;
    padding: 13px 50px;
    /* border-radius: 10px; */
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -7px #222;
    
}

.eof-heading {
    font-size: 28px;
    color: #d33b38;
    font-weight: 600;
}


body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.eeza-leave-form {
    padding: 35px;
}

.eeza-leave-form .application-leave-text {
    background: #0a1c54;
    font-size: 20px;
    padding: 8px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
div#nhw-box h2 {
    color: #121212;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-transform:uppercase;
}

div#nhw-box p {
    font-size: 16px;
    color: #121212;
}
div#nhw-box hr {
    width: 100%;
    margin: 0px 0px 30px 0px;
     border: 1px solid #01928b;
}


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

 .profile-box img {
    border-radius: 5px;
    width: 200px;
}
.profile-box img {
  border-radius: 5px;
  width:200px;
}

.profile-box .file-upload {
  display: inline-block;
  
  left: 15px;
  bottom: 0px;
}

.profile-box .file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
ol.ul-list {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
.profile-box .file-upload .inputfile + label {
  color: var(--black-color);
  background-color: #ccc;
  display: inline-block;
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 10px 25px 10px 48px;
  position: relative;
  border-radius: 30px;
  font-size: var(--font-size);
  font-weight: 500;
}

.profile-box .file-upload i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16.5px;
  margin-top: -.5px;
}

.profile-box .file-upload .inputfile:focus + label, .my-profile-box .profile-box .file-upload .inputfile + label:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.profile-box .file-upload .inputfile + label {
  cursor: pointer;
  background: #ccc;
    color: #fff;
}

.profile-box .text {
  margin-left: 30px;
}

.profile-box .text p {
  margin-bottom: 0;
}


div#logoutModal {
    width: 800px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    /* background: white; */
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-tabs {
  background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
   
    margin: 1% auto 1% auto;
    border-radius: 6px;
}
 
.profile-authentication-tabs .authentication-tabs-list {
  text-align: center;
}

.profile-authentication-tabs .authentication-tabs-list .nav {
  list-style-type: none;
  display: inline-block;
  border: none;
  border-radius: 10px;
  background-color: #F5F5F5;
  margin: 12px 0 0;
}

.profile-authentication-tabs .authentication-tabs-list .nav .nav-item {
  display: inline-block;
  margin: 5px;
}

.profile-authentication-tabs .authentication-tabs-list .nav .nav-item .nav-link {
  color: #2F4858;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 25px 75px;
  border-radius: 10px;
}

.profile-authentication-tabs .authentication-tabs-list .nav .nav-item .nav-link.active {
  background-color: var(--white-color);
  color: var(--main-color);
  font-weight: bold;
}

.profile-authentication-tabs .tab-content {
      padding: 20px 20px 20px 20px;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group {
  margin-bottom: 15px;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control {
       /* height: 100%; */
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    line-height: initial;
    color: var(--paragraph-color);
    background-color: var(--white-color);
    border: 1px solid #f2f0f0;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 400;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control::-webkit-input-placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:-ms-input-placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control::-ms-input-placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control::placeholder {
  color: #A4A4A4;
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.profile-authentication-tabs .eeza-authentication-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}





form .default-btn {
    
  border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #0a1c54;
    cursor: pointer;
    background: #0a1c54;
    color: #fff;
    font-size: 20px;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
     -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    
  
}


form .default-btn:hover {

    cursor: pointer;
    background: #970000;
    border:1px solid #970000;
    
    
  
}

.altaqwa-btn-box{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    max-width: 1000px;
    margin: 0% auto 5% auto;
    border-radius: 6px;
        padding: 15px 15px;
}

.profile-authentication-tabs .eeza-authentication-form form .default-btn::before {
  width: 850px;
  height: 850px;
}

.profile-authentication-tabs .eeza-authentication-form .sub-title {
  text-align: center;
  display: block;
  color: #888888;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.profile-authentication-tabs .eeza-authentication-form .sub-title span {
  background-color: var(--white-color);
}

.profile-authentication-tabs .eeza-authentication-form .sub-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #f0f0f0;
}
h2.title-signup {
        font-size: 26px;
    line-height: normal;
    text-align: center;
    margin-bottom: 16px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Nunito',sans-serif;
}
.profile-authentication-tabs .eeza-authentication-form .login-with-account ul {
  padding: 0;
  margin-bottom: 0;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li:last-child {
  margin-bottom: 0;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook {
  padding: 18px 30px;
  text-align: center;
  color: var(--white-color) !important;
  font-size: var(--font-size);
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  z-index: 0;
  background: #3B5998;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--heading-font-family);
  width: 100%;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 850px;
  height: 850px;
  margin: auto;
  background: var(--gradient-color);
  border-radius: 8px;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
          transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook i {
  font-size: 20px;
  margin-left: 10px;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook:hover {
  color: var(--white-color) !important;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .facebook:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
          transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google {
  padding: 18px 30px;
  text-align: center;
  color: var(--white-color) !important;
  font-size: var(--font-size);
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  z-index: 0;
  background: #EA4335;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--heading-font-family);
  width: 100%;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 850px;
  height: 850px;
  margin: auto;
  background: var(--gradient-color);
  border-radius: 8px;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
          transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google i {
  font-size: 20px;
  margin-left: 10px;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google:hover {
  color: var(--white-color) !important;
}

.profile-authentication-tabs .eeza-authentication-form .login-with-account ul li .google:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
          transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/*--Loading--*/

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.subscriber-success-msg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
    max-width: 500px;
    margin: 5% auto;
    border-radius: 6px;
    padding: 50px;
}

@media screen and (max-width:567px){
    .logo-image img {
    width: 100%;
}
div#nhw-box h2 {
    
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

div#nhw-box p {
    font-size: 14px;
}
canvas {
    width: 100%;
}
.logo-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0px;
    margin-bottom: 14px;
    padding: 10px;
    left: 0px !important;
    width: 100% !important;
    /* right: 50px; */
}
.heading-title {
    display: inline-block;
    padding: 10px;
    /* margin-left: 38px; */
}
.heading-title h2 {
    font-size: 22px;
    font-weight: 800;
    color: #121212;
}
}

form#nhwform label {
    color: #121212;
}
form#nhwform h4 {
    font-weight: 600;
    color: #121212;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.logo-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0px;
    
    width: 16%;
    /* right: 50px; */
}
.logo-image img {
    width: 100%;
    display: inline-block;
    /* right: 30px; */
    position: relative;
}
.heading-title {
    display: inline-block;
        padding: 10px;
    margin-left: 38px;
}
.heading-title h2 {
    font-size: 25px;
    font-weight: 800;
    color: #121212;
}

.title-heading h3 {
    font-size: 25px;
    font-weight: 800;
    color: #121212;
}
.border-1 {
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.sig-submitBtn{
    font-size: 12px;
    padding: 3px 10px;
    background: #cc2724;
    border: 1px solid #cc2724;
}
.sig-clearBtn{
     background: #ccc;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 20px;
    color: #121212;
}

/* CSS TABLE STYLES */

.css-table {
display: table;
}

.css-table-header {
display: table-header-group;
font-weight: bold;
background-color: rgb(191, 191, 191);
}

.css-table-body {
display: table-row-group;
}

.css-table-row {
display: table-row;
}

.css-table-header div,
.css-table-row div {

display: table-cell;
    padding: 0 6px;
    vertical-align: middle;
}

.css-table-header div {
text-align: center;
border: 1px solid rgb(255, 255, 255);
}
ol.mp-0 {
    margin: 0px;
    padding: 10px;
}


.form-group {
  position: relative;
  margin: 40px auto;
}

.form-control {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 23px;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}
.form-control + label {
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 16px;
  color: #cccccc;
  transition: all 0.4s ease-out;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-width: 2px;
  border-color: #009688;
}
.form-control:focus + label, .form-control.has-value + label {
  top: -15px;
  color: #009688;
  font-size: 12px;
}

.form-group select,
.mob,
.det {
  margin-bottom: 15px;
  width: 40%;
}

.input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .form-group select,
.mob {
    min-width: 100%;
  }
}

ol.mp-0 {
    margin: 0px;
    padding: 10px;
}

.w-1{
    width:1%;
}
.w-2{
    width:2%;
}
.w-3{
    width:3%;
}
.w-4{
    width:4%;
}

.w-5{
    width:5%;
}
.w-6{
    width:6%;
}
.w-7{
    width:7%;
}
.w-8{
    width:8%;
}
.w-9{
    width:9%;
}
.w-10{
    width:10%;
}
.w-10{
    width:10%;
}
.w-11{
    width:11%;
}
.w-12{
    width:12%;
}
.w-13{
    width:13%;
}
.w-14{
    width:14%;
}
.w-15{
    width:15%;
}

.w-16{
    width:16%;
}
.w-17{
    width:17%;
}
.w-18{
    width:18%;
}
.w-19{
    width:19%;
}

.w-20{
    width:20%;
}
.w-21{
    width:21%;
}
.w-22{
    width:22%;
}
.w-23{
    width:23%;
}
.w-24{
    width:24%;
}
.w-26{
    width:26%;
}
.w-27{
    width:27%;
}
.w-28{
    width:28%;
}
.w-29{
    width:29%;
}
.w-30{
    width:30%;
}
.w-31{
    width:31%;
}
.w-32{
    width:32%;
}
.w-33{
    width:33%;
}
.w-34{
    width:34%;
}
.w-35{
    width:35%;
}
.w-36{
    width:36%;
}
.w-37{
    width:37%;
}
.w-38{
    width:38%;
}
.w-39{
    width:39%;
}
.w-40{
    width:40%;
}
.w-41{
    width:41%;
}
.w-42{
    width:42%;
}
.w-43{
    width:43%;
}
.w-44{
    width:44%;
}
.w-45{
    width:45%;
}
.w-46{
    width:46%;
}
.w-47{
    width:47%;
}
.w-48{
    width:48%;
}
.w-49{
    width:49%;
}

.w-53{
    width:53%;
}
.w-54{
    width:54%;
}
.w-55{
    width:55%;
}

.w-56{
    width:56%;
}

.w-57{
    width:57%;
}

.w-58{
    width:58%;
}

.w-59{
    width:59%;
}

.w-60{
    width:60%;
}
.w-65{
    width:65%;
}

.w-70{
    width:70%;
}
.w-71{
    width:71%;
}
.w-72{
    width:72%;
}
.w-70{
    width:70%;
}
.w-73{
    width:73%;
}
.w-74{
    width:74%;
}
.w-76{
    width:76%;
}.w-77{
    width:77%;
}
.w-78{
    width:78%;
}
.w-79{
    width:79%;
}.w-80{
    width:80%;
}
.w-85{
    width:85%;
}

.w-90{
    width:90%;
}

.w-91{
    width:91%;
}
.w-92{
    width:92%;
}

hr.border-bothside{
    /* margin-top: 10px; */
    position: relative;
    top: 8px;
}

@media (min-width:320px) and (max-width:480px){
    .w-50,.w-70,.w-60,.w-50,.w-40,.w-30,.w-20,.w-10{
        width:100% !important;
    }
    .border-right {
    border-right: none;
    }
    
    .w-6,.w-11,.w-12,.w-35,.w-38,.w-10,.w-15,.w-16,.w-18,.w-32,.w-9,.w-22,.w-28,.w-24,.w-25,.w-26,.w-8,.w-7,.w-41,.w-42,.w-43,.w-44,.w-78 {
    width: 100% !important;
    }
   
.logo-image img{
    width: 45% !important;
    }
.heading-text {
    font-size: 25px;
}


.eeza-leave-form .application-leave-text {
   
    font-size: 16px;
    padding: 10px 0px;
    
}
.mt-4, .my-4 {
    margin-top: 0.5rem!important;
}
.m-4 {
    
    margin: 6px 0px !important;
}
.alttaqwa-btn-box button {
    width: 100%;
}
}


@media(min-width:481px) and (max-width:567px){
    .m-4 {
    
    margin: 6px 0px  !important;
}
.alttaqwa-btn-box button {
    width: 100%;
}
}

@media(min-width:320px) and (max-width:767px){
    .eeza-leave-form {
    padding: 16px;
}
.logo-image{
    margin-bottom:0px;
    padding:0px;
}
.profile-box .file-upload .inputfile + label {
   
    font-size: 14px;
}
.w-100.file-upload-box {
    padding: 6px;
}

}

.error{
    color:#ff0000;
    font-size:13px;
}

.fnt-600{
    font-weight:600;
}

div#signPadBig {
    z-index: 1;
}

.leave-application-box {
    padding: 12px;
}
.w-100.file-upload-box {
    padding: 20px;
    box-shadow: 0px 0px 0px 6px;
    margin: 10px;
}

.for-office-use-only-box h3 {
    color: #fff;
    background: #121212;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 20px;
}

textarea#resons {
    line-height: 1.5;
}

.signature-pad {
    border-bottom: 1px solid #ccc;
    
}

canvas {
    height: 112px;
    width: 86%;
}

.signature-container:hover .clear-btn {
       background: #fff;
    border: 1px solid #ccc;
    position: relative;
    color: #121212;
    display: block;
    float: right;

}
button.clear-btn {
    background: #fff;
    border: #fff;
    color: #fff;
    position: absolute;
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-bottom: 1px solid #aaa !important;
     border-radius: 1px !important; 
}

.understand-text {
    font-weight: 800;
    color: #ff0000 !important;
}
