@import url(https://db.onlinewebfonts.com/c/7cc72af101cd531652aa3aef967ccbe1?family=TitlingGothicFBCond-Regular);

body {
    font-family: 'Inter', sans-serif;
}

.left-panel {
  background: linear-gradient(rgba(220, 20, 60, 0.2), rgba(0, 0, 0, 0.8)),  url('../images/bg-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top;
  color: white;
  padding: 2rem;
  position: relative;
  margin: 20px 0 20px 20px;
  border-radius: 32px;
  width: 700px;
}

.left-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(220, 20, 60, 0.2); /* dark overlay */
  z-index: 1;
  border-radius: 32px;
}

.left-panel > * {
  position: relative;
  z-index: 2;
}

h3 {
  font-weight: 600;
}

a{
    text-decoration: none;
}


.google-btn:hover{
    background-color: transparent;
}

.iti {
    width: 100% !important;
}
.iti input {
    width: 100% !important;
}


/**
* new sitww check
*/
.imm-progress-bar {
    width: 100%;
    height: 6px;
    background-color: #e9ecef; /* Light gray track */
    border-radius: 3px;
    position: relative;
    margin-bottom: 2rem;
}

.imm-progress-fill {
    height: 100%;
    background-color: #161a18; /* Green progress fill (Bootstrap success color) */
    border-radius: 3px;
    transition: width 0.3s ease-in-out;
}

.imm-step-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.imm-right-section h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #343a40; /* Dark gray */
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 0.3rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
    font-size: 1rem;
    height: auto; /* Override default Bootstrap height */
}

.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.imm-country-code {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 2.5rem; /* Space for dropdown arrow */
    background-position: right 0.75rem center; /* Position for arrow */
}

.imm-toggle-password {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: none;
    cursor: pointer;
    padding: 0.75rem 1rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.3rem;
    font-weight: 600;
    min-width: 120px; /* Ensure buttons have a minimum width */
}

.imm-btn-continue,
.imm-btn-submit {
    background-color: #212529; /* Dark button */
    border-color: #212529;
    color: #fff;
}

.imm-btn-continue:hover,
.imm-btn-submit:hover {
    background-color: #343a40;
    border-color: #343a40;
}

.imm-btn-previous {
    background-color: #ffffff; /* Light button */
    border: 1px solid #dee2e6;
    color: #495057;
}

.imm-btn-previous:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #0d6efd; /* Bootstrap primary blue */
    border-color: #0d6efd;
}

.form-check-label {
    cursor: pointer;
}

.imm-already-account {
    margin-top: 3rem; /* Push to the bottom */
}

.imm-already-account p {
    color: #6c757d;
}

.imm-link {
    color: #0d6efd; /* Bootstrap primary blue */
    font-weight: 600;
    text-decoration: none;
}

.imm-link:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .imm-row {
        flex-direction: column;
    }

    .imm-left-section {
        height: 250px; /* Shorter height on small screens */
        padding: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .imm-left-section h1 {
        font-size: 2rem;
    }

    .imm-left-section p {
        font-size: 0.9rem;
    }

    .imm-right-section {
        padding: 2rem;
    }

    .imm-right-section h2 {
        font-size: 1.5rem;
    }

    .imm-btn-continue,
    .imm-btn-submit,
    .imm-btn-previous {
        width: 100%;
        margin-bottom: 1rem;
    }

    .d-flex.justify-content-between.mt-5 {
        flex-direction: column;
    }
}


/**
* forgot password
*/
body, html {
    height: 100%;
    margin: 0;
}
.container-fluid-custom {
    height: 100vh; /* Full viewport height */
}
.icon-container {
    width: 56px;
    height: 56px;
    background-color: white;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 12px;
    border: 1px solid #EAECF0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-path {
    width: 23.62px;
    height: 23.62px;
    background-color: #343330;
}
.email-input-icon {
    width: 16.25px;
    height: 12.50px;
    background-color: #343330;
}
.back-arrow-icon {
    width: 11.67px;
    height: 11.67px;
    border: 1.67px solid #475467;
    border-radius: 50%; /* Adjust if it's not a perfect circle, but a square with rounded corners */
}

.btn-dark{
    height: 55px;
}

@media (max-width: 767px) {
    #left-panel {
      display: none;
    }
}

@media (max-width: 1300px) {
    #left-panel {
      display: none;
    }

    #right-panel{
        width:100%;
        margin-left: -2px;
    }
}