@font-face {
  font-family: lobster_regular;
  src: url(../../../assets/fonts/Lobster-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
  background-color:#ffffff;;
  height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.main-container {            
    margin: 50px auto;
    background: white;
    border-radius: 10px;            
    overflow: hidden;
}
.login-section {
    padding: 40px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: inherit;
}        
.auth-form{
  max-width: 400px;
  width: 100%;
}
.right-side-info{
  max-width: 600px;
  width: 100%;
}
.right-section {            
  background-image: linear-gradient(to top, rgb(74, 144, 226), rgb(29, 67, 113));           
}
.login-header {
  text-align: left;
  font-size: 34px;
  color: white;
  line-height: 1.55;
  margin-bottom: .5em;
}
.feature-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}
.feature-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
}
.feature-list .bi-check-circle {
    margin-right: 10px;
    color: #fff;
}
.divider {
    text-align: center;
    margin: 20px 0;
    color: #6c757d;
    position: relative;
}
.divider::before, .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dee2e6;
    position: absolute;
    top: 50%;
    width: 45%;
}
.divider::before {
    left: 0;
}
.divider::after {
    right: 0;
}
.social-login-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-login-btn img {
    width: 25px;
    margin-right: 10px;
}
.btn-google {
  text-decoration: none;
  background-color: rgb(24, 119, 242);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px;
  border: 0px none;
  width: 100%;
  height: 42px;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}
.login-btn-text-div{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  width: 90%;
}
.btn-google img,
.btn-linkedin img{
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: initial;
  border-radius: 4px;
  height: 25px;
  max-width: 48px;
}
.btn-linkedin {
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px;
  border: 0px none;
  width: 100%;
  height: 42px;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.btn-google:hover{
  background-color: rgb(70, 149, 240);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 0px;
}

.btn-linkedin:hover{
  background-color: rgb(50, 50, 50);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 0px;
}

.auth-section form .form-label{
  align-items: center;
  color: #000000d9;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  max-width: 100%;
  position: relative;
}
.auth-section .form-control {
  padding-left: 16px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgb(216, 216, 216);
  background: white;
  color: rgb(0, 0, 0);
}
.auth-section input::placeholder,
.auth-section select::placeholder {
  color: #999;          
  font-size: 14px;
  opacity: 1;
}
.auth-section .btn-secondary {  
  background-color: #5867dd;
  border-color: #5867dd;
  color: #fff;
  font-size: 12px;
  padding: .5rem 1rem;
}
.auth-section .btn-secondary:hover{
  background-color: #384ad7;
  border-color: #2e40d4;
  color: #fff;
}

.auth-section .btn-primary {
  width: 100%;
  padding: 12px;
  font-weight: 400;
  background-color: #1890ff;
}

.auth-section .btn-primary[disabled], .auth-section .btn-primary[disabled]:active, .auth-section .btn-primary[disabled]:focus, .auth-section .btn-primary[disabled]:hover {
  background: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  color: #00000040;
  text-shadow: none;
  cursor: not-allowed;
  pointer-events: all;
}
.footer-links {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.footer-links a {
    color: #1890ff;
    text-decoration: none;
}
.ok-btn {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
/* ==================== */
.auth-section,
.auth-section .card,
.auth-section .item{
  height: 100%;
}
.auth-section .navbar{
  /* height: 64px; */  
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgb(53, 58, 66);
  font-family: Inter;
  display: flex;  
} 
.auth-section .navbar a.navbar-brand{
  color: #fff !important;
  font-size: 34px;
  font-family: 'lobster_regular';
  text-decoration: none;
}
.auth-section .nav-link{
  font-family: Poppins;
  color: #fff !important;
}

.btn.btn-pill {
  border-radius: 2rem;
}

.btn-outline-white {
  font-family: Poppins;
  color: #fff;
  border-color: #fff;
}

.auth-section .btn.btn-pill:hover{
  background-color: #fff;
  border-color: #fff;
}

.auth-section li.nav-item {
  margin-right: 1rem;
}

.auth-section .navbar-toggler i{  
  font-size: 40px;
  font-weight: 600 !important;
}

.auth-form-div{
  background: #ffffff;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: inherit;
}
.right-section .card-body{
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
  flex-direction: column;
}

label.error {
  color: #C10015 !important;  
}

.input-error {  
  box-shadow: 0 0 0 2px #ff4d4f33 !important;
}

.auth-section form label.kt-checkbox{
  display: inline !important;
}

.select2-container--default .select2-selection--single {
  height: 40px !important;  
  padding: 8px 12px;
  font-size: 16px;
  line-height: 40px;  
  border: 1px solid rgb(216, 216, 216) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px !important;
  color: #999 !important;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.kt-checkbox a{
  text-decoration: none;
}

.dropdown-menu {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border: none;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  min-width: 750px;
  padding: 25px;
}

.auth-section .dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-item-custom {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 4px;
  color: #212529;
  text-decoration: none;
}

.dropdown-item-custom i {
  font-size: 18px;
  flex-shrink: 0;
  /* width: 30px; */
  text-align: center;
}

.dropdown-item-custom .text {
  line-height: 1.3;
  font-family: Poppins;
  transition: color .3s;
}

.dropdown-item-custom .title {
  font-weight: 500;
  transition: color .3s;
  font-size: 13px;
  color: #595d6e;
  font-family: Poppins;
}

.dropdown-item-custom:hover .title {
  color: #5d78ff;
}

.dropdown-item-custom:hover .kt-notification__item-icon {
  background: #F1F1F4;
}

.dropdown-item-custom:hover {
  border-radius: 10px;
  background: rgba(249, 249, 249, 0.7);
}

.dropdown-item-custom .desc {
  font-size: 12px;
  color: #6c757d;
  font-family: Poppins;
}

.dropdown-menu.dropdown-menu-xl {
  width: 950px;
}

.kt-notification{
  font-family: Poppins !important;
}

.kt-notification .left-side {
  padding: 1.5rem;
}

.kt-notification .kt-notification__item,
.kt-notification .kt-notification__item:last-child {
  border-bottom: none;
  margin-top: 10px;
}

.kt-notification .left-side .kt-notification__item {
  padding: 1rem 0.2rem;
}

.kt-notification .kt-notification__item{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background-color .3s;
}

.kt-notification .kt-notification__item-icon {
  background: #F9F9F9;
  padding: 7px 12px;
  border-radius: 8px;
}

.kt-font-success {
  color: #0abb87 !important;
}

.kt-font-error {
  color: #ff6b6b !important;
}

.kt-font-warning {
  color: #ffb822 !important;
}

.kt-font-danger {
  color: #fd397a !important;
}

.kt-font-primary {
  color: #5867dd !important;
}

.kt-font-secondary {
  color: #5d78ff;
}

.kt-notification .separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: #DBDFE9;
}

.kt-notification .mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.kt-notification .my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.kt-notification .separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #F1F1F4;
}

.kt-notification .d-flex {
  display: flex !important;
}

.kt-notification .gap-2 {
  gap: 0.5rem !important;
}

.kt-notification .flex-stack {
  justify-content: space-between;
  align-items: center;
}

.kt-notification .mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.kt-notification .d-flex {
  display: flex !important;
}

.kt-notification .flex-column {
  flex-direction: column !important;
}

.kt-notification .me-5 {
  margin-right: 1.25rem !important;
}

.kt-notification .fs-6 {
  font-size: 14px !important;
}

.kt-notification .fw-bold {
  font-weight: 600 !important;
}

.kt-notification .text-gray-800 {
  color: #252F4A !important;
}

.kt-notification .fs-7 {
  font-size: 12px !important;
}

.kt-notification .fw-semibold {
  font-weight: 500 !important;
}

.kt-notification .text-muted {
  --bs-text-opacity: 1;
  color: #99A1B7 !important;
}

.btn-primary {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #fff;
}

.kt-notification .right-side {
  padding: 1.5rem !important;
}

.kt-notification .right-side {
  background-color: #f9f9f9;
}

.kt-notification .right-side .menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: 0.65rem 1rem;
  transition: none;
  outline: 0 !important;
}

.kt-notification .right-side .menu-link {
  border-radius: 0.475rem;
}

.kt-notification .right-side .menu-link {
  color: #4B5675;
  text-decoration: none;
}

.kt-notification .right-side .menu-item .menu-link .menu-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 13px;
  font-weight: 500;  
}

.kt-notification .right-side .menu-item .menu-link .menu-title {
  color: #4B5675;
}

.kt-notification .right-side .menu-item .menu-link:hover .menu-title {
  transition: color .2s ease;
  color: #08c;
}

.kt-notification .right-side .heading {
  margin-left: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.dropdown-toggle::after{
  content: none;
}

.select2-container--default .select2-results>.select2-results__options{
  max-height: 250px !important;
}

@media (max-width: 768px) {
  .auth-form-div{
    height: auto;
  }
  .login-section{
    width: 100%;    
  }
  .login-header{
    font-size: 30px;
  }
  .auth-section .dropdown-menu {
    min-width: min-content;
  }
  .dropdown-menu.dropdown-menu-xl {
    width: auto;
  }
}
