html,
body {
  font-family: "Lato", sans-serif;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.login-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding: 0;
}

.login-container .row {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0;
}

.login-container .left-col {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 50px;
}

.login-container .left-col .innerLeftCol {
  width: 100%;
  height: 100%;
  background-color: #444;
  background-image: url('/images/slider-bg.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.login-container .left-col .innerLeftCol .cardBox {
  width: 100%;
  height: 100%;
  /* background-color: #FFFFFF6E;
  backdrop-filter: blur(20px);
  border-radius: 30px; */
  padding: 20px;
}

.login-container .left-col .innerLeftCol .cardBoxImg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: background-image 0.6s ease-in-out;
}

.login-container .login-col {
  background: white;
  padding: 50px;
  border-radius: 40px;
  height: auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}

.login-container .login-col.forgetForm {
  justify-content: center;
}

.login-container .login-col .logo-wrapper {
  display: flex;
  margin: 0 0 30px;
}

.login-container .login-col .logo-wrapper img {
  width: 170px;
}

.login-container .login-col h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 10px;
}

.login-container .login-col p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4B5967;
  margin-bottom: 10px;
}

.login-container .login-col .loginFormWrap {
  margin-top: 30px;
}

.login-container .login-col .loginFormWrap .loginCell {
  display: flex;
  gap: 15px;
}

.login-container .login-col .loginFormWrap .loginCell div {
  width: 100%;
}

.login-container .login-col input,
.login-container .login-col .custom-file-upload {
  padding: 15px 20px;
  border: 1px solid #0000001F;
  box-shadow: 0px 4px 4px 0px #00000005 !important;
  border-radius: 12px;
  background-color: #fff;
  /* width: 100%; */
}



.login-container .login-col #password,
.login-container .login-col #repeat_password {
  border-right: none;
}

.login-container .login-col input:focus,
.login-container .login-col .btn:focus {
  box-shadow: none;
}

.login-container .login-col input::-webkit-input-placeholder,
.login-container .login-col select::-webkit-input-placeholder,
.login-container .login-col input::-moz-placeholder,
.login-container .login-col select::-moz-placeholder,
.login-container .login-col input::placeholder,
.login-container .login-col select::placeholder {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #7B899C;
}

.login-container .login-col label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 15px;
}

.login-container .login-col .input-group-text {
  background-color: #fff;
  border-radius: 12px;
  border-left: none;
  border: 1px solid #0000001F;
}

.login-container .login-col .input-group-text .eye-icon {
  color: #6d7d93;
}

.login-container .login-col .rememberText {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0D1726;
}


.login-container .login-col .forgetText {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F1B434;
}

.login-container .login-col .commonBtn {
  background-color: #F1B434;
  border: 1px solid #F1B434;
  outline: none;
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
}

.login-container .login-col .submitBtn {
  background-color: #F1B434;
  border: 1px solid #F1B434;
  outline: none;
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 20px;
  width: 100%;
  transition: all 0.3s;
}

.login-container .login-col .commonBtn:hover,
.login-container .login-col .submitBtn:hover {
  background-color: #eca50b;
  border: 1px solid #eca50b;
}

.login-container .login-col .btn-google a {
  color: #0C1725;
  border: 1px solid #CCD1D8;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 16px;
}

.login-container .btn-google img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.login-container .login-col .line-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 15px 0;
}

.login-container .login-col .line {
  flex-grow: 1;
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 10px;
}

.login-container .login-col .text {
  color: #475467;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.login-container .login-col .signup-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.login-container .signup-container .text {
  color: #787878;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.login-container .signup-container .signup-link {
  color: #F1B434;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 5px;
  text-decoration: none;
  transition: all 0.3s;
}

.login-container .signup-container .signup-link:hover {
  color: #eca50b;
}

.login-container .step {
  display: none;
}

.login-container .step.active {
  display: block;
}

.login-container .top-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5D6877;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

.login-container .top-text span {
  font-weight: 700;
}

.login-container .resendText {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0C1725;
  margin: 0 0 20px;
  text-align: center;
}

.login-container .checkWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #E4EBE7;
  margin-bottom: 20px;
}

.login-container .checkWrapper i {
  color: #074A22;
  font-size: 22px;
}

.login-container .resend-btn {
  color: #ED705E;
  padding: 0;
}

.login-container .resend-btn:hover {
  text-decoration: underline;
}

.login-container .timer-text {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}


/* Carousel Container */
.carousel-container {
  width: 100%;
  min-width: 100%;
  position: relative;
}

.carousel-container .owl-carousel .item {
  display: flex;
  justify-content: center;
}

/* Card Design */
.carousel-container .carousel-card {
  position: relative;
  width: 100%;
  background: url('/images/transparent-img.png') no-repeat;
  /* background: #d9d9d957; */
  background-size: 100% 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.carousel-container .carousel-card .overlay {
  padding: 20px 30px;
}

.curve-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 40px;
  background: #6f6a60;
  border-top-left-radius: 26px;
}


.carousel-container .carousel-card h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}

.carousel-container .carousel-card span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
  height: 60px;
  display: block;
}

.carousel-container .owl-dots {
  position: absolute;
  bottom: 6px;
  right: 70px;
  transform: translateX(50%);
  /* background-image: linear-gradient(45deg, #6b604d4a, #81776794);
  padding: 10px 30px;
  border-radius: 26px 0 0 0; */
  background: none;
}

/* .carousel-container .owl-dots::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 140px;
  background: url(http://127.0.0.1:5173/images/vetor.png) no-repeat left bottom;
  background-size: 100%;
  width: 40px;
  height: 30px;
}
.carousel-container .owl-dots::after{
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background: url(http://127.0.0.1:5173/images/vetor.png) no-repeat left bottom;
  background-size: 100%;
  width: 40px;
  height: 30px;
} */
.carousel-container .owl-dot span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin: 5px;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.carousel-container .owl-dot.active span {
  /* width: 15px;
  height: 15px; */
  transform: scale(1.5);
  background: #FFFFFFC7;
}

.login-container .login-col .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  /* Adjust width as needed */
}

.login-container .login-col .custom-select .form-select {
  padding: 15px 20px;
  border: 1px solid #0000001F;
  box-shadow: 0px 4px 4px 0px #00000005 !important;
  border-radius: 12px;
  background-image: none;
  background-color: white;
  width: 100%;
  color: #7B899C;
}

.login-container .login-col .custom-select .custom-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #9C9C9C;
}


.login-container .login-col .custom-file-upload .file-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9F9F9F;
  font-size: 16px;
}

.login-container .login-col .custom-file-upload .file-wrap .file-view {
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-container .login-col .custom-file-upload .file-wrap .file-view .company-logo {
  max-width: 40px;
  max-height: 40px;
}

.login-container .login-col .custom-file-upload .file-wrap .uploadImg {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 30px;
  outline: none;
  padding: 0;
}

.login-container .login-col .custom-file-upload .file-wrap .uploadImg img {
  width: 100%;
}

.login-container .login-col .loginFormWrap.register {
  margin-top: 0;
}

.login-container .login-col .loginFormWrap.register p,
.login-container .login-col .loginFormWrap.register #step2 h2 {
  margin-bottom: 28px;
}

/* language css */
.lang-dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.lang-dropdown .btn {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  background: #232323;
  color: white;
  border-radius: 9px;
  border: none;
}

.lang-dropdown .btn:hover,
.lang-dropdown .btn:focus {
  background: #444;
  color: #fff;
}

.lang-dropdown .dropdown-menu {
    min-width: 8rem;
    border-radius: 8px;
}

.lang-dropdown .dropdown-item {
    font-size: 0.875rem;
}