@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url(icons/themify-icons/themify-icons.css);
:root {
  --main-color: #87be41;
  --second-color: #044958;
  --third-color: #42a6be;
}
* {
  padding: 0;
  margin: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Nunito", sans-serif;
  background-color: #f2f8fa;

}
button[type="submit"]{
    font-size: 16px;
}
.form-control:focus {
  border-color: var(--main-color);
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background: #1685b9 !important;
  color: #fff !important;
}
.row {
  max-width: 100%;
  margin: 0;
}
select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 4px;
  color: #939ba2;
}
.navbar {
  height: 75px;
}
.topbar .top-navbar .navbar-header .navbar-brand img {
  width: 130px;
  height: 75px;
}
.top-navbar .navbar-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.required {
  position: relative;
  display: inline-block;
  padding: 7px 0;
}
.required::after {
  content: "*";
  position: absolute;
  top: 6px;
  color: rgb(204, 0, 0);
}

header .navbar-nav .nav a {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  margin: 2px;
}
.topbartoggler i {
  color: #000;
}

.topbar .top-navbar .nav:hover > a,
.topbar .top-navbar .nav > a.active {
  color: #4f4f4f;
  display: inline-block;
  background-color: rgba(135, 190, 65, 0.3);
  text-decoration: none !important;
  border-top: 3px solid #87be41;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
:focus-visible {
  outline: rgba(0, 0, 0, 0.4) auto 0.4px;
  outline-color: rgba(0, 0, 0, 0.4);
  outline-style: auto;
  outline-width: 0.4px;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 15px 20px;
  color: #4f4f4f;
  display: inline-block;
  text-decoration: none !important;
}
.login-block {
  display: flex;
  border-radius: 10px;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.login-box {
  border: 1px solid #eee;
  box-shadow: 10px 5px 5px #e7e7e7;
  background-color: #fff;
}
@media (max-width: 767px) {
  .login-box {
    border-radius: 0;
  }
}
.login-box-heading {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 400;
}
.img-side {
  background-image: url(../../images/register.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  left: 100%;
  box-shadow: 10px 5px 5px #e7e7e7;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  /* border-radius: 16px; */
}
.img-side .text-container {
  background-color: rgba(255, 255, 255, 0.7);
}
.img-side .text {
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 16px;
  text-align: center;
}
.img-side .text p {
  font-size: 14px;
  color: var(--second-color);
}
.img-side .text .logo {
  width: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .img-side {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-position: 0 23%;
  }
  .img-side .text {
    display: none;
  }
}

.input-block {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.input-block input {
  outline: 0;
  border: 0;
  padding: 4px 0 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
input::placeholder {
  color: #939ba2;
}
.input-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: var(--main-color);
  transition: 0.3s;
}
.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: transparent;
  font-size: 12px;
  color: rgba(128, 128, 128, 1);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  gap: 3px;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button[type="submit"] {
  background-color: var(--main-color);
  color: #fff;
  opacity: 0.8;
}
button[type="submit"]:hover {
  opacity: 1;
} 
button {
  padding: 2px;
}
@media (max-width: 767px) {
   button[type="submit"] {
    font-size: 15px;
    padding: 2px;
  }
}
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:checked + label::before {
  background-color: var(--main-color);
  border-color: var(--main-color);
  top: 3px;
  border-radius: 3px;
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
  border-color: var(--main-color);
}
.forgot-pass {
  color: rgba(51, 51, 51, 0.6);
  text-decoration: underline;
}
/* ====================Registration======================== */

.register-page {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 40px;
  min-height: 100vh;
}
.register-page form {
  max-width: 100%;
}
.register-page input {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
}
@media (max-width: 575px) {
  .register-page button {
    width: 100%;
  }
  .register-page .step-next,
  .register-page .register-btn {
    margin-top: 5px;
  }
}
.progress-bar {
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  position: absolute;
  top: 40px;
  width: 70%;
  background: none;
  flex-direction: row;
  color: #f0f3f6;
  overflow: hidden;
}
.progress-bar .step {
  display: inline-block;
  width: calc(100% / 7);
  font-size: 9px;
  position: relative;
  list-style-type: none;
  color: #939ba2;
}
.progress-bar .step::before {
  content: counter(step);
  counter-increment: step;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  line-height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .progress-bar .step {
    display: none;
  }
}
.progress-bar .step::before,
.progress-bar .step::after {
  color: #fff;
  background-color: #e9ecef;
}
.progress-bar .step::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e9ecef;
  position: absolute;
  left: -50%;
  top: 9px;
}
.progress-bar .step:first-child::after {
  content: none;
}
.progress-bar .step.active {
  color: var(--main-color);
}
.progress-bar .step.active::before,
.progress-bar .step.active::after {
  background-color: var(--main-color);
}
.progress-percent {
  width: 50%;
  position: absolute;
  top: 11.5%;
  height: 4px;
  margin-left: 3%;
  border-radius: 3px;
}
.progress-percent .bar-back {
  height: 4px;
  background-color: #d6d5d5;
  border-radius: 3px;
}
.progress-percent .percent {
  height: 100%;
  background-color: var(--main-color);
  width: 0%;
  border-radius: 3px;
}
.register-box {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 10px 5px 5px #e7e7e7;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.register-box::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 100%;
  height: 20px;
  width: 90%;
  background-color: var(--main-color);
  left: 5%;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.register-box .input-label {
  font-size: 13px;
  text-transform: unset;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: var(--main-color);
  transition: 0.3s;
}
.step-next {
  background-color: var(--main-color);
  color: #fff;
}
.step-previous {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.c-code {
  background-color: #eee;
  padding: 2px;
  color: #939ba2;
  border: 1px solid #939ba2;
  border-radius: 3px;
}
.c-code + input {
  border: 1px solid #939ba2;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  padding: 5px;
}
.register-box ul {
  padding-left: 20px;
}
/* Radio Custom */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--main-color);
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* ----------------------------------checkbox custom---------------------------------------- */
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #dae3ec;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #dae3ec;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #87bd40;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/*-------------------------------------------------
  ========================== Footer Start =========================
--------------------------------------------------*/
footer {
  z-index: 99;
  position: relative;
}
footer.dark-footer {
  background: #013a47;
  padding-top: 30px;
}
.footer-logo {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
  padding: 50px 0 0 0;
}
img.img-footer {
  max-width: 180px;
  margin-bottom: 1rem;
}
.ft-itext {
  font-weight: 500;
  font-size: 16px;
  text-align: center !important;
  margin: 10px;
}
.ft-itext i {
  margin-right: 5px;
}
ul.social {
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
ul.social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  line-height: 40px;
  text-align: center;
}
.footer-add {
  color: #fff;
  font-size: 13px;
}
.ft-copyright {
  border-top: 1px solid #eaeef3;
  padding: 15px 0 12px 0;
}
.ft-copyright p {
  margin-bottom: 0;
}
.footer-logo img {
  max-width: 185px;
}
.footer-widget {
  padding: 20px 0;
}
h4.widget-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
footer.skin-dark-footer {
  text-align: center;
}
@media (max-width: 767px) {
  footer.dark-footer {
    text-align: center;
  }
}
.footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  list-style: none;
  margin-top: 15px;
  display: block;
}
.footer-widget ul li a {
  color: #626a70;
}

footer.skin-dark-footer h4 {
  color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
  color: #fff;
  transition: all ease 0.4s;
  font-size: 14px;
}
footer.skin-dark-footer .footer-widget ul li a:hover,
footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #87bd40;
}
.widget_media_image {
  margin-top: 3rem;
}
.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #e9edf3;
}
.skin-dark-footer .footer-bottom {
  background: #012f39;
  border-top: none;
}
ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}
ul.footer-bottom-social a {
}
@media (max-width: 767px) {
  ul.footer-bottom-social {
    text-align: center;
    margin-top: 5px;
  }
}
ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}
ul.footer-bottom-social li a {
  color: #546e7a;
}
ul.footer-bottom-social li a:hover,
ul.footer-bottom-social li a:focus {
  color: #007bff;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #858b9f;
  font-size: 14px;
  padding: 6px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
  color: #ffffff;
  opacity: 0.8;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.fw {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  width: 100%;
}
.fw:last-child {
  margin: 0;
}
.fw:before {
  font-family: "themify";
  vertical-align: initial;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.fw.fw-location:before {
  content: "\e693";
}
.fw.fw-mail:before {
  content: "\e75a";
}
.fw.fw-call:before {
  content: "\e621";
}
.fw.fw-skype:before {
  content: "\e72d";
}
.fw.fw-web:before {
  content: "\e665";
}

.other-store-link {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.other-store-link:last-child {
  margin-bottom: 0;
}
.other-store-app {
  width: 190px;
  height: 70px;
  border: 1px solid #87bd40;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
}

.other-store-app:hover {
  background: #87bd40;
  border: 1px solid #87bd40;
  color: #fff;
}

.other-store-app:hover i {
  color: #fff;
}

.os-app-caps span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.os-app-icon {
  margin-right: 13px;
}
.os-app-icon i {
  font-size: 32px;
}
.os-app-caps {
  font-size: 18px;
  font-weight: 600;
}

.f-newsletter {
  max-width: 510px;
  margin-top: 15px;
  display: block;
  position: relative;
}

.f-newsletter .form-control {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #7f8ca2;
  background-color: transparent;
  border: 2px solid #a5aebf;
  padding: 18px 20px 18px;
  border-radius: 3px;
  height: 60px;
}
.skin-dark-footer .f-newsletter .form-control {
  border: 2px solid #9ea6ba;
}
.f-newsletter .btn {
  bottom: 4px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 18px 12px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  border-width: 0;
  color: #9ea6ba;
  cursor: pointer;
  border-radius: 2px;
  height: 52px;
  background: transparent;
}
.skin-dark-footer .form-control::-webkit-input-placeholder {
  color: #9ea6ba;
}
.skin-dark-footer .form-control:-ms-input-placeholder {
  color: #9ea6ba;
}
.skin-dark-footer .form-control::placeholder {
  color: #9ea6ba;
}
.footer-bottom p {
  margin: 0;
}

.footer-bottom p a {
  color: #87bd40;
  font-weight: 600;
}
.theme-cl,
.input-with-icon .theme-cl {
  color: rgb(135, 189, 64);
}
/* ==================spinner===================== */
.loader {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  position: fixed;
  z-index: 11000;
}
.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #87be41;
  transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
  animation: bounce 500ms alternate infinite ease;
  margin-right: 5px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bounceball:nth-child(2)::before {
  background-color: #044958;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.bounceball:nth-child(3)::before {
  background-color: #42a6be;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes bounce {
  0% {
    top: 20px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(1.5);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 20px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(1.5);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
/* ====Signup==== */
.register-page .logo img {
  width: 100px;
  height: auto;
}
.register-page h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  color: var(--second-color);
}
.register-page p {
  color: rgba(161, 165, 183, 1);
}
label {
  font-weight: 500;
  color: var(--second-color);
  margin-bottom: 0;
}
.register-page input::placeholder {
  color: var(--Brand-Stroke, rgba(152, 162, 179, 1));
  font-size: 14px;
}
.register-page .flag-icon {
  width: 20px;
  height: auto;
}
.input-icon-group {
  position: relative;
  width: 100%;
}
.input-icon-group input {
  padding-right: 33px;
}
.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}
.toggle-password img {
  height: auto;
  width: 20px;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #d3cfc8;
  border-radius: 3px;
  margin-left: -22px;
  top: 3px;
}
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
  width: 5px;
  height: 8px;
  transform: translate(6.75px, 5.5px) rotate(45deg);
}
.register-page .submit {
  margin-top: 30px;
}
.register-page p.login {
  text-align: center;
  margin-top: 15px;
  color: var(--second-color);
}
.register-page p.login a {
  color: var(--main-color);
  text-decoration: none;
}
i.ibee {
  font-family: auto;
}
.register-page .terms {
  color: var(--third-color);
  text-decoration: underline;
}
.register-page .terms-cond {
  font-weight: 400;
}
@media (max-width: 576px){
    .register-page p.login{
        font-size: 13px;
    }
    .register-page .flag-icon{
        width: 14px;
    }
}
.register-thank-you{
    background-color: #f2f8fa;
}
.register-thank-you .login-box {
  height: calc(100vh - 40px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-top: 20px;
}
.register-thank-you .img-side {
  height: calc(100vh - 40px);
  margin-top: 20px;
}
.register-thank-you .login-box .checkmark-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #8bc34a; /* Green color */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.register-thank-you .login-box .checkmark {
  font-size: 40px;
  color: white;
}
.register-thank-you .login-box .text h5 {
  font-size: 30px;
  color: var(--second-color);
  font-weight: 600;
}
.register-thank-you .login-box .text p {
  color: rgba(161, 165, 183, 1);
}
.back-to-home {
  position: absolute;
  top: 30px;
  left: 40px;
}
.back-to-home .icon {
  background: rgba(3, 72, 87, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
}
.back-to-home img {
  width: 16px;
}
.back-to-home .icon img.white{
    display: none;
}
.back-to-home a {
  color: var(--second-color);
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px){
    .register-thank-you .login-box .text h5{
        font-size: 20px;
    }
    .register-thank-you .login-box .checkmark-circle{
        width: 70px;
        height: 70px;
    }
    .back-to-home a{
        font-size: 14px;
    }
    .back-to-home .icon{
        padding: 5px 5px;
    }
}
@media (max-width: 767px){
    .register-thank-you .img-side{
        height: unset;
    }
    .register-thank-you .login-box{
        margin-top: 0;
    }
    .register-thank-you .row{
        position: relative;
    }
    .register-thank-you .col-md-6,
    .register-thank-you .login-box {
        position: unset;
    }
    .register-thank-you .back-to-home{
        z-index: 1;
    }
    .back-to-home .icon img.white{
        display: block;
    }
    .back-to-home .icon img.dark{
        display: none;
    }
    .register-thank-you .back-to-home .icon{
        background-color: var(--second-color);
        
    }
    .register-thank-you .back-to-home span{
        display: none;
    }
    .register-thank-you .login-box{
        height: auto;
    }
    .register-thank-you .login-box .text{
        text-align: center;
    }
    .register-thank-you .login-box .checkmark-circle{
        margin: 20px auto;
    }
}
.login-page{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 40px;
    min-height: 100vh;
}
.login-page, .login-page .login-box{
    height: calc(100vh - 40px);
}
.login-page .logo img{
    width: 100px;
    height: auto;
}
.login-box-heading{
    color: var(--second-color);
    margin-top: 20px;
}
.login-page .login-box p{
    color: rgba(161, 165, 183, 1);
}
.login-page .login-box input{
    border-color: rgba(209, 209, 219, 1);
}
.login-page .login-box input::placeholder{
    color: rgba(152, 162, 179, 1);
    font-size: 14px;
}
.login-page .login-card-body{
    padding: 40px;

}
.login-page .forgot-pass{
    font-size: 14px;
    color: var(--main-color);
    text-decoration: none;
}
.login-page .remember{
    font-size: 14px;

}
.login-page  .no-account{
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.login-page  .no-account a{
    color: var(--main-color);
    margin: 0 3px;
}
[class*=icheck-]>label{
    padding-left: 23px !important;
}
@media (max-width: 992px){

}
@media (max-width: 576px){
    label{
        font-size: 14px;
    }
    button[type="submit"]{
        font-size: 15px;
    }
    .login-page .login-card-body{
        padding: 20px;
    }
    .toggle-password img{
        width: 16px;
    }
}