/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url(../fonts/brown-regular-webfont.woff);
@import url(../fonts/brown-light.woff2);

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: #13100D;
  background: #fff;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
  color: #67b0d1;
}

a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", Arial, sans-serif! important;
  font-weight: 700! important;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

/* #main {
  margin-top: 90px;
} */

.btn:hover {
  color: var(--bs-btn-hover-color);
  background: var(--bs-btn-hover-bg)! important;
  border-color: var(--bs-btn-hover-border-color);
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { color:transparent; font-size: 15px; }
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder { color:transparent; font-size: 15px; } /* FF 4-18 */
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder { color:transparent; font-size: 15px; } /* FF 19+ */
input:textarea:-ms-input-placeholder ,
input:focus:-ms-input-placeholder { color:transparent; font-size: 15px; } /* IE 10+ */


/* ============= */
.container {
  max-width: 445px;
  width: 100%;
}
.body-section {
  max-width: 428px;
  width: 100%;
  height: 100vh;
  margin: 10px auto;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, .5);
}

.main-section {
  background-image: url(../img/bg-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-body-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.site-logo-area {
  /* background-image: url(../img/logo-bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover; */
  text-align: center;
}

.site-logo-area a {
  display: inline-block;
}

.continue-btn {
  text-align: center;
  margin-top: 120px;
}

.continue-btn .btn-primary{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 13px 40px;
  width: 222px;
  background: #007BB5;
  border-radius: 8px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.body-content {
  margin-top: 80px;
}

.body-content h1 {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
}

.body-content p {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}


/* ======== */
.body-inner-content .form-box .input-group,
.form-box .form-group {
  margin-bottom: 20px;
}
.form-box .form-group label {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.form-control {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: rgba(99, 107, 108, .7)! important;
  padding: 18px 20px;
}

.input-group label {
  display: block;
  text-align: left;
  width: 100%;
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.form-box .input-group input[type="text"],
.form-box .input-group input[type="password"],
.form-box .input-group input[type="email"] {
    border-radius: 8px! important;
    border-color: #E3E3E3;
    color: #838383;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    font-family: 'Inter', Arial, sans-serif;
}

form #togglePassword {
  margin-left: -30px! important;
  cursor: pointer;
  z-index: 1000;
}

.form-box .form-check-input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0! important;
  width: 18px;
  height: 18px;
}

.form-box .form-check-label {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
}

.form-box .forget-label {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-align: right;
  color: #FFFFFF;
}

.form-box .login-btn {
  background: #414042! important;
  border-radius: 8px;
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  padding: 18px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  border: 0;
}

.form-box .login-btn:hover {
  background: #fff! important;
  color: #414042;
}

.form-box .forget-label:hover {
  color:#93278F;
}

/* ========== */

/* ==== Forget Password ===== */
.body-inner-content {
  margin-top: 40px;
}

.body-inner-content h1 {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #050D1A;
  margin-bottom: 20px;
}

.body-inner-content p {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #050D1A;
}

.body-inner-content .form-box .input-group label,
.body-inner-content .form-box .form-group label {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #050D1A;
}

.body-inner-content .form-box .send-btn {
  background-color: #93278F! important;
  color: #fff;
  border: 0;
}

.body-inner-content .form-box .send-btn:hover {
  background-color: #000! important;
  color: #fff;
}

.input-code-box {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.input-group-addon {
  position: absolute;
  right: 10px;
  z-index: 1000;
}

.input-group-addon a {
  color: #838383;
}

.scan-area {
  text-align: center;
}

.scan-area a {
  display: inline-block;
}

.inner-content-box {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.inner-content-box img {
  position: absolute;
  left: 0;
  top: 15px;
}

.inner-content {
  border-bottom: 1px solid #000;
  margin-left: 50px;
  margin-bottom: 25px;
}

.inner-content span {
  font-family: "brownlight", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
}

.inner-content h3 {
  font-family: "brownlight", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #000000; 
}

.form-check-input:focus,
.form-control:focus {
  box-shadow: none;
}

.back-btn {
  max-width: 120px;
  width: 100%;
}
.submit-btn {
  background: #EBC03F! important;
  border-radius: 10px;
  font-family: "brownlight", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 15px;
  max-width: 120px;
  width: 100%;
  text-align: center;
  color: #000000;
  margin: 30px auto 0;
  display: block;
  border: 0;
}

.submit-btn:hover {
  background: #087db2! important;
  color: #fff;
  border: none;
}

.verify-scan-box .inner-content-box.verify-box {
  background: #007BB5;
  border-radius: 0px 10px 10px 0px;
  padding: 20px;
  margin-left: 0;
  border-bottom: 0;
  color: #fff;
  margin-bottom: 50px;
  max-width: 300px;
}

.verify-box img {
  left: 20px;
  top: 45px;
}

.verify-box span{
  font-family: "brownlight", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.verify-box h3 {
  font-family: "brownlight", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}

.verify-scan-box .inner-content-box {
  max-width: 100%;
}

.verify-scan-box .content-box {
  padding: 0 25px;
}

.inner-content h4 {
  font-family: "brownlight", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

.inner-content-box img.user-img {
  top: 20px;
}

.inner-content-box img.note-img {
  top: 8px;
}

.splash-screen {
  max-width: 428px;
  width: 100%! important;
  margin: 0 auto;
  z-index: 1100! important;
  background-color: #93278F;
}

/* ==== navbar ==== */

.navbar {
  width: 100%;
  /* padding: 20px; */
  /* box-shadow: 0 1px 4px rgb(146 161 176 / 15%); */
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem 0;
}

.navbar .nav-container a:hover{
  font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 44px;
  width: 48px;
  top: 10px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 44px;
  width: 48px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px -3px 40px rgba(24, 51, 94, 0.12);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 90px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  height: 100%;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  padding-left: 0px;
  transition: transform 0.5s ease-in-out;
  text-align: left;
}

.navbar .menu-items li {
  margin-bottom: 25px;
}

.navbar .menu-items li a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #636B6C;
  padding: 0;
}

.logo {
  position: absolute;
  right: 20px;
  top: 10px;
}

.menu-title {
  background: rgba(244, 246, 250, 1);
  padding: 24px 20px;
}

.menu-title h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #050D1A;
}

.navbar .menu-items ul {
  padding-left: 20px;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

.widget-box {
  padding: 0 20px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  margin-bottom: 25px;
}

.widget-box .card {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(162, 175, 190, 1);
}

.widget-box .card img {
  max-width: 48px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 1px solid rgba(162, 175, 190, 1);
}

.widget-box .card .card-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #050D1A;
  margin-bottom: 0;
}

.widget-box .card .card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #636B6C;
}

.widget-box h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400! important;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #050D1A; 
}

.widget-box h5 span {
  line-height: 1;
}

.company-box {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.company-box .card .card-img-top {
  max-width: 40px;
  height: 40px;
  width: 100%;
  border: none;
}

.company-box .card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #636B6C;
}

.widget-box .card-text span {
  color: rgba(217, 153, 29, 1);
  font-weight: 600! important;
}

.list-items {
  border-bottom: 1px solid rgba(162, 175, 190, 1);
  width: 100%;
}

.list-items ul {
  list-style-type: none;
  margin: 0;
}

.list-items ul li {
  padding-left: 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px! important;
  line-height: 19px! important;
  display: flex;
  align-items: center;
  color: #636B6C;
}

.list-items ul li span {
  color: #fff;
}

.bg-636B6C {
  background: #636B6C;
}

.log-out-btn {
  padding: 0 20px;
}

.log-out-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px! important;
  line-height: 19px;
  color: #050D1A;
  border-radius: 8px;
  padding: 10px;
  background: #fff! important;
  border-color: rgba(23, 51, 94, 1);
}

.log-out-btn a:hover {
  background: #fff! important;
  border-color: rgba(217, 153, 29, 1);
}

/* ======== Footer Section ======== */
.footer-section {
  background: #FFFFFF;
  box-shadow: 0px -3px 40px rgba(24, 51, 94, 0.12);
  border-radius: 8px 8px 0px 0px;
  max-width: 428px;
  width: 100%;
  position: absolute;
  bottom: -8px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}


