@font-face {
  font-family: "Slate";
  src: url("../fonts/Slate-Regular.eot");
  src: url("../fonts/Slate-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Slate-Regular.woff2") format("woff2"),
    url("../fonts/Slate-Regular.woff") format("woff"),
    url("../fonts/Slate-Regular.ttf") format("truetype"),
    url("../fonts/Slate-Regular.svg#Slate-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Slate";
  src: url("../fonts/Slate-Bold.eot");
  src: url("../fonts/Slate-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Slate-Bold.woff2") format("woff2"),
    url("../fonts/Slate-Bold.woff") format("woff"),
    url("../fonts/Slate-Bold.ttf") format("truetype"),
    url("../fonts/Slate-Bold.svg#Slate-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Slate";
  src: url("../fonts/Slate-Medium.eot");
  src: url("../fonts/Slate-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Slate-Medium.woff2") format("woff2"),
    url("../fonts/Slate-Medium.woff") format("woff"),
    url("../fonts/Slate-Medium.ttf") format("truetype"),
    url("../fonts/Slate-Medium.svg#Slate-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 18px;
  line-height: 1.5;
  color: #686868;
  font-family: "Slate";
  overflow-x: hidden !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.heading {
  color: #606060 !important;
}

h1.heading {
  font-size: 45px;
}

h2.heading {
  font-size: 33px;
  font-weight: 400;
}

.color-white {
  color: #fff;
}
.self-emp {
  overflow: hidden;
}

p.success {
  position: relative;
  color: #008d33;
  font-size: 16px;
  left: 0;
  right: 0;
  top: 5px;
}

div#frmContact {
  margin-top: 30px;
}

div#mail-status {
  position: relative;
  padding-top: 40px;
}

div#mail-status2 {
  position: relative;
  text-align: center;
}

.info {
  color: red;
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

div#mail-status1 {
  position: relative;
}

.m-20 {
  padding: 30px 0 10px;
}

form {
  width: 100%;
}

.btn-green,
.btn-green:hover {
  border-radius: 12px;
  background-color: #82ca9c;
  color: #fff;
  padding: 9px 22px;
  font-size: 20px;
  height: 50px;
  text-transform: capitalize;
  width: auto !important;
  font-size: 17px;
  line-height: 28px;
}

.btn-green:hover {
  background-color: #11317b !important;
  border-color: #11317b !important;
}

.ques {
  margin-bottom: 10px;
}
.large-btn,
.large-btn:hover {
  padding: 9px 30px;
}
.any_questions .m-auto {
  margin-top: 35px !important;
}

.form-control {
  height: 50px;
  border-radius: 12px;
  background-color: rgba(227, 231, 239, 0.25);
  border: 1px solid #d6dae1;
  font-size: 17px;
  color: #686868;
  text-align: center;
  box-shadow: 2px 2px 26px 0px rgba(247, 248, 250, 0.62);
  -webkit-box-shadow: 2px 2px 26px 0px rgba(247, 248, 250, 0.62);
  -moz-box-shadow: 2px 2px 26px 0px rgba(247, 248, 250, 0.62);
}
.form-control:focus,
.form-control:hover {
  background-color: #e3e7ef;
  outline: none;
  border-color: none;
  box-shadow: none;
}

li.login a {
  background: #82c99c;
}

a {
  text-decoration: none !important;
}

main.main-page-section {
  overflow: hidden;
  min-height: 75vh;
}
.login-logo {
  position: relative;
  top: -10px;
}
.main-page-section .expenses-outer:after {
  display: none;
}
li.login {
  cursor: pointer;
}
.nav {
  position: relative;
}

.login-form {
  position: absolute;
  background: #fff;
  padding: 6px;
  opacity: 0;
  width: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.25s ease all;
  display: none;
}

.form-opened .login-form {
  z-index: 9901;
  width: 100%;
  opacity: 1;
  display: block;
}

.login-form .form-control {
  height: 43px;
  font-size: 20px;
}

.btn-login {
  background: #82c99c;
  padding: 8px 20px;
  border-radius: inherit;
}

.login-form .row > div {
  padding-right: 5px;
  padding-left: 5px;
}
.login-form span.closeform {
  position: absolute;
  left: -40px;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("/images/close.png");
  background-repeat: no-repeat;
  background-size: 25px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.forget-password {
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.loop-wrap.cs {
  background: transparent;
  border: none;
}

/*************************************************/

/*-------------- SAS Drive-worker login-training start-------------*/

.logo-image-block img.logo-white {
  max-width: 250px;
  margin: 0px auto;
}

li.logo-image-block {
  text-align: center;
}

footer p {
  margin-bottom: 0px;
}

/**********************************************/
.login-page {
}

.login-bg {
  background-image: url("../images/marvel-banner3.jpg");
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.login-input form {
  display: flex;
  flex-wrap: wrap;
  border: none;
  outline: none;
  justify-content: space-between;
  box-shadow: none;
}
.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.position-reltive.enter-password-field {
  position: relative;
}
.login-input {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid rgb(255, 255, 255, 0.8);
  margin: 0;
  height: 37px;
  display: inline-block;
  padding: 5px 10px;
  min-width: 270px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
}
.alert-message {
  min-width: 320px;
  font-size: 13px;
  background: #000002;
  padding: 13px;
  border-radius: 10px;
  text-align: center;
}
.login-page .alert-message {
  position: absolute;
  top: -90px;
}

.login-input-wrap form {
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
}
.submit-wrap {
  width: 35px;
  margin-left: 20px;
}

.submit-wrap .login-submit {
  background-image: url("../images/arrow-right.png");
  width: 100%;
  height: 100%;
  border: 0px;
  display: inline-flex;
  box-shadow: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 5px;
}

.input-wrap {
  position: relative;
}
span.forgot-password a {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 12px;
  left: 0;
  bottom: -20px;
  right: 0;
  margin: auto;
  opacity: 0.75;
  text-align: center;
}
input.login-submit {
  border: none;
}

.placeholder-white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.placeholder-white::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.placeholder-white:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.placeholder-white:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.login-input-wrap {
  margin-left: 40px;
  position: relative;
  color: #fff;
}
.login-input-wrap img {
  margin-bottom: 20px;
}
.login-footer {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.login-footer p {
  margin: 0;
  font-size: 12px;
}

/**********************************************/
/*******************Media*************************/
/*************************************************/
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1024px) {
  body {
    padding-top: 154.266px;
  }
  header {
    min-height: 125px !important;
  }
  header.navigation .container {
    min-height: 125px;
  }
}
@media (min-width: 991px) {
  .logo {
    padding: 5px;
  }
}
@media (min-width: 767px) {
  .display-none-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .login-area {
    justify-content: center;
  }
  .login-footer p {
    text-align: center;
  }
}
@media (min-width: 1440px) {
}

@media (min-width: 1600px) {
  main.main-page-section {
    overflow: hidden;
    min-height: 84vh;
  }
}

@media (max-width: 767px) {
  .login-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .login-footer p {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .login-area .input-wrap {
    width: 77%;
  }
}
@media (max-width: 575px) {
  header .phone,
  header .email {
    margin-right: 15px;
    margin-left: 0;
  }
  #expense-header .doc-head-d-flex {
    display: block;
  }
  #expense-header .doc-head-d-flex .dropdown.weekexp-dropdown {
    width: 100%;
  }
  #expense-header .doc-head-d-flex .weekexp-dropdown .btn {
    width: 100%;
  }
}
/* Change Autocomplete styles in Chrome*/
.login-page input:-webkit-autofill,
.login-page input:-webkit-autofill:hover,
.login-page input:-webkit-autofill:focus,
.login-page textarea:-webkit-autofill,
.login-page textarea:-webkit-autofill:hover,
.login-page textarea:-webkit-autofill:focus,
.login-page select:-webkit-autofill,
.login-page select:-webkit-autofill:hover,
.login-page select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #11327b inset;
  transition: background-color 5000s ease-in-out 0s;
}
.login-page input:autofill,
.login-page input:autofill:hover,
.login-page input:autofill:focus,
.login-page textarea:-autofill,
.login-page textarea:autofill:hover,
.login-page textarea:autofill:focus,
.login-page select:autofill,
.login-page select:autofill:hover,
.login-page select:autofill:focus {
  border: 1px solid #fff;
  text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #11327b inset;
  transition: background-color 5000s ease-in-out 0s;
}
.position-reltive.enter-password-field {
  position: relative;
}
.position-reltive.enter-password-field input {
  padding-right: 30px;
}
.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
.des-col-wrap input::-webkit-outer-spin-button,
.des-col-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.des-col-wrap input[type="number"] {
  -moz-appearance: textfield;
}

.left-side-content h2 {
  font-size: 33px;
  font-weight: 400;
  color: #606060;
}
.left-side-content p:nth-of-type(1) {
  max-width: 100%;
  padding: 25px 0px 0px 0px;
}
.left-side-content {
  padding: 0px !important;
}
.que_h2 {
  font-size: 33px;
  font-weight: 400;
  color: #475976;
}
.left-side-content strong {
  font-weight: 400;
  color: #606060;
}

.box_shadow_div {
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  padding: 20px;
  margin: 20px;
}

.fixed-top {
  z-index: 9999;
}

.weekexp-dropdown .dropdown-menu {
  z-index: 999 !important;
  transform: translate(0px, 0px) !important;
  max-height: 90vh;
  overflow-y: auto;
}
