/*   ===============   START GENERAL STYLING   ===============   */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6, p, span {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.c-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-ransform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -ms-ransform: translate(-50%, -50%);
  -o-ransform: translate(-50%, -50%);
}

.l-position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.r-position {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.clearfix {
  clear: both;
}

.d-n {
  display: none;
}

.cursor {
  cursor: pointer;
}

:root {
  --red: #CC494E;
  --darkRed: #2a5e4a;
  --teal: #2c2f36;
  --black: #0a1417;
  --blue: #655AF2;
  --orange: #D47E30;
  --darkBlue: #173b3d;
  --yellow: #f7c845;
  --lightWhite: #ebfcef;
  --lightBlue: #e6eefa;
  --lightRed: #ffe0de;
  --lightYellow: #fcf0e8;
  --size: 140px;
  --bg: #0b0f1a;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999999;
	background-color: #FEFBF5;
}

.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid #FFF;
  border-radius: 50%;
  border-color: var(--teal) #E1E8DA #E1E8DA #E1E8DA;
  animation: lds-dual-ring 1s linear infinite;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  -moz-animation: lds-dual-ring 1s linear infinite;
  -ms-animation: lds-dual-ring 1s linear infinite;
  -o-animation: lds-dual-ring 1s linear infinite;
}

.se-pre-con img {
  width: 30px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-dual-ring {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.empty-box {
  width: 100%;
  margin: 5em auto;
  text-align: center;
}

.empty-box .mso {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #DAE8DA;
  color: var(--green);
  font-size: 1.75em;
  font-weight: 300;
  border-radius: 50%;
  margin: 0 auto .75em;
  position: relative;
}

.empty-box img {
  width: 35px;
  display: block;
  margin: 0 auto 1.25em;
}

.empty-box .eb-heading {
  color: var(--darkBlue);
  font-size: .88em;
  font-weight: 500;
}

.empty-box .eb-par {
  color: #455250;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: .5em;
}

.empty-box .btn {
  padding: 0 2.5em;
  height: 40px;
  line-height: 40px;
  font-size: .77em;
  font-weight: 500;
  box-shadow: none;
  border-radius: 100px;
  letter-spacing: .5px;
  background-color: var(--teal);
  color: var(--darkBlue);
  margin: 3em auto 0;
}

.sls-btn {
   padding: 0 2em;
   height: 33px;
   line-height: 33px;
   border-radius: 10px;
   background-color: var(--darkBlue) !important;
   border: none !important;
   color: #FFF;
   font-size: .65em;
   font-weight: 500;
   box-shadow: none !important;
   margin: 2.5em auto 0;
   display: block;
   position: relative;
}

button:disabled,
button[disabled]{
  border: 1px solid #E5EBDF !important;
  background-color: #E5EBDF !important;
}

.sls-btn .moreDataSpinWrapper {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.sls-btn .moreDataSpinWrapper .spin {
  width: 18px;
  height: 18px;
}

.sls-btn .moreDataSpinWrapper .spin:after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #edf0f5;
  border-color: #FFF transparent transparent transparent;
  animation: loading 1s linear infinite;
  -webkit-animation: loading 1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  -ms-animation: loading 1s linear infinite;
  -o-animation: loading 1s linear infinite;
}

.loadingDataWrapper {
  width: 100%;
  padding: 6em 0;
  position: relative;
  z-index: 10;
}

.loadingDataWrapper .spin {
  width: 40px;
  height: 40px;
  border: 2px solid #D9FAE7;
  border-radius: 50%;
  border-color: var(--green) transparent transparent transparent;
  margin: auto;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

#notFound {
  width: 100%;
}

#notFound .content-wrapper {
  width: 350px;
  margin: auto;
  padding: 5em 0;
  text-align: center;
}

#notFound .content-wrapper img {
  width: 60px;
  display: block;
  margin: 0 auto 2em;
}

#notFound .content-wrapper .cw-heading {
  color: var(--black);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}

#notFound .content-wrapper .cw-par {
  color: #464545;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
}

/*   ===============   END GENERAL STYLING   ===============   */

/*   ===============   START NAVIGATION STYLING   ===============   */

#navigation {
  width: 100%;
  height: 70px;
  position: relative;
}

/*   ===============   END NAVIGATION STYLING   ===============   */

/*   ===============   START SIGN STYLING   ===============   */

#login {
  width: 100%;
  position: relative;
}

#login img {
  width: 115px;
  display: block;
  margin: 2.5em auto;
}

#login .signin {
  width: 360px;
  margin: 2.5em auto;
  background-color: #FFF;
  padding: 1.65em;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 9px rgba(31, 46, 44, .2);
  -webkit-box-shadow: 0 0 9px rgba(31, 46, 44, .2);
}

#login .spinner-wrapper {
  width: 100%;
  padding: 3em;
  position: relative;
}

#login .spinner-wrapper .spinner {
  width: 60px;
  height: 60px;
  border: 2px solid #f5f0eb;
  border-radius: 50%;
  margin: auto;
  border-color: var(--darkBlue) #f5f0eb #f5f0eb #f5f0eb;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

.form .col {
  padding: 0;
}

.form .form-heading {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: .5em;
}

.form .form-par {
  color: #555555;
  font-size: .78em;
  font-weight: 400;
  margin-bottom: 2em;
}

.form .input-wrapper {
  width: 100%;
  background-color: #FFF;
  position: relative;
  margin: .6em auto 1em;
  border-radius: 12px;
  padding: 0 1em 0 2.3em;
  border: 1px solid var(--darkBlue);
  transition: .5s;
}

.form .active-iw {
  background-color: #FFF;
  border: 1px solid var(--darkBlue);
  transition: .5s;
}

.form .sp-iw {
  background-color: #DFE3E8;
  border: 1px solid #DFE3E8;
  transition: .5s;
}

.form label {
  color: var(--black);
  font-weight: 500;
  font-size: .8em;
  position: relative;
}

.form label span {
  color: var(--red);
}

.form .input-wrapper input {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  height: 43px !important;
  line-height: 43px;
  font-size: 16px !important;
  box-shadow: none;
  color: var(--black);
  font-weight: 400;
  outline: none !important;
  z-index: 30;
  position: relative;
  border: none !important;
  border-radius: 0 !important;
}

.form .input-wrapper input:focus {
  box-shadow: none !important;
}

.form .input-wrapper .fk-placeholder {
  left: 2.75em;
  color: var(--black);
  font-weight: 400;
  font-size: .85em;
  opacity: .35;
}

.form .input-wrapper .mso {
  font-size: 1.2em;
  color: var(--darkBlue);
  font-weight: 300;
  left: .52em;
}

.form .form-btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: 400;
  font-size: .8em;
  border-radius: 12px;
  border: none !important;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  text-transform: unset;
  box-shadow: none !important;
  color: #FFF;
  background-color: var(--black) !important;
}

.form .disabled {
  background-color: #DDD;
  opacity: .2;
}

.form .policy-par {
  color: #464545;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2em;
}

.form .policy-par a {
  color: var(--black);
  font-weight: 500;
}

.form .show-password {
  color: var(--black);
  font-size: .78em;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: 2em;
}

.form .show-password .mso {
  color: var(--black);
  font-size: 1.35em;
  font-weight: 400;
  top: 52%;
}

.form .failed-msg {
  width: 100%;
  padding: .25em 0 .25em 2em;
  margin-bottom: 1.5em;
  color: var(--red);
  font-size: .8em;
  font-weight: 400;
  text-align: left;
  position: relative;
}

.form .failed-msg .mso {
  color: var(--red);
  font-size: 1.5em;
  font-weight: 500;
  left: 0;
}

.form .isDisabled {
  background-color: #ebe7df !important;
}

.successMsg {
  width: 100%;
  text-align: center;
  padding: 2em 0;
}

.successMsg img {
  width: 60px;
  display: block;
  margin: 0 auto 2em;
}

.successMsg .sm-heading {
  color: var(--black);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

.successMsg .sm-par {
  color: #464545;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
}

/*   ===============   END SIGN STYLING   ===============   */

/*   ===============   START FOOTER STYLING   ===============   */

footer {
  width: 100%;
  background-color: #FEFBF5;
  margin-top: auto;
  border-top: 1px solid #D0D0D9;
}

footer .content-wrapper {
  overflow: hidden;
  text-align: center;
  padding: 1em 0;
}

footer .content-wrapper .link {
  color: var(--black);
  font-size: .82em;
  font-weight: 500;
}

/*   ===============   END FOOTER STYLING   ===============   */

/*   ===============   MEDIA QURIES   ===============   */

@media only screen and (max-width: 600px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-xs {
    display: none !important;
  }

  #notFound .content-wrapper {
    width: 100%;
    padding: 5em 1em;
  }

  #login .signin {
    width: 100%;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-s {
    display: none !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 768px;
    padding: 0 1rem;
  }

  .h-o-m {
    display: none !important;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 992px;
    padding: 0 1rem;
  }

  .h-o-l {
    display: none !important;
  }

}

@media only screen and (min-width: 1200px) {

  .container {
    width: 1200px;
    padding: 0 1rem;
  }

  .h-o-xl {
    display: none !important;
  }

}
