/* ================= FONTS ================= */
@font-face {
    font-family: 'RoReg';
    src: url('../../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'RoLight';
    src: url('../../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'RoMed';
    src: url('../../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'RoBold';
    src: url('../../fonts/Roboto-Bold.ttf');
}

/* ================= BODY ================= */
body {
    font-family: RoReg;
}
.register-container-div{
    padding: 0rem 4rem 2rem 7rem;
}
/* ================= SECTION ================= */
.register-pg-div {
    padding: 60px 0;
}

/* ================= IMAGE ================= */
.register-img-div {
    height: 100%;
    /* width: 70vh; */
}
.dark-icon {
    filter: brightness(0) saturate(100%) ;
    opacity: 1 !important;
}
.register-pg-div .row {
    align-items: stretch;
}
.register-img-div img {
    width: 100%;
    height: calc(100% + 30px);
    object-fit: cover;
    border-radius: 35px;
    box-shadow: 7px 5px 5px rgba(0,0,0,0.55);
}
/* .register-img-div img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 7px 5px 5px rgba(0,0,0,0.55);
} */

/* ================= TITLE ================= */
/* marked to ask font famly  */
.register-form-div h3 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

/* ================= FORM BOX ================= */
.form-div {
    border: 1px solid #34507c;
    border-radius: 12px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08),
                0 2px 6px rgba(93, 114, 149, 0.2);
}

/* ================= INPUT BOX ================= */
.register-input {
    display: flex;
    align-items: center;
    border: 1px solid #34507c;
    border-radius: 8px;
    padding: 10px 14px;
    background: transparent;
    height: 40px;
    transition: 0.3s;
    position: relative;
}

/* FOCUS */
.register-input:focus-within {
    border-color: #0d3b66;
}

/* ICON */
.register-input img:first-child {
    width: 20px;
    margin-right: 10px;
    opacity: 0.7;
}

/* ================= INPUT ================= */
.register-input input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    background: transparent;
    color: #333;
}

/* PLACEHOLDER */
.register-input input::placeholder {
    color: #6c757d;
    font-size: 13px;
}

/* ================= FLOATING INPUT (UNCHANGED) ================= */
.floating-input {
    position: relative;
}


.floating-input label {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #6c757d;
    pointer-events: none;
    transition: 0.3s;
    padding: 0 4px;
}

.floating-input input:focus + label,
.floating-input input:not(:placeholder-shown) + label {
    top: -8px;
    left: 0px;
    font-size: 13px;
    color: #0d3b66;
}


/* REMOVE BOOTSTRAP EFFECT */
.register-input .form-select:focus {
    box-shadow: none;
}

/* ================= BUTTON ================= */

/* FIX FLEX ISSUE */
.register-input .select2-container {
    width: 100% !important;
}

/* INPUT LOOK */
.select2-container--default .select2-selection--single {
    height: 45px !important;
    border: none !important;
    background: transparent !important;
    display: flex;
    align-items: center;
}

/* TEXT */
.select2-selection__rendered {
    font-size: 14px;
    padding-left: 0 !important;
}

/* DROPDOWN */
.select2-dropdown {
    margin-top: 5px;
    border-radius: 8px;
}

.register-form-div .custom-select {
  position: relative;
}
.form-select-pd{
    padding-left: 35px !important;
}
.register-form-div .custom-select select {
  background-image: none;
  border: 1px solid #03255c;
  border-radius: 8px;
  padding: 9px 14px;
  color: #333333b8  !important;
  opacity: 1 !important;
  font-weight: 300;
  font-size: 13px;
}
/* LEFT ICON */
.register-form-div .custom-select .left-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    opacity: 0.7;
}

/* RIGHT ICON */
.register-form-div .custom-select .right-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    pointer-events: none;
}
.register-form-div .custom-select select:focus {
  box-shadow: none;
}
.register-form-div .custom-select img {
  position: absolute;
  width: 1.1rem;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
.register-form-div .custom-select .select2-container .select2-selection--single {
  height: auto;
  background-color: #22539e;
  border: 1px solid #22539e;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 13px;
}
.register-form-div.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 10px 14px;
  font-size: 13px;
  color: white;
}
.register-form-div .custom-select .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* FIX SELECT2 BORDER */
.select2-container--default .select2-selection--single {
    height: 40px !important;
    border: 1px solid #34507c !important;  /* ✅ BORDER BACK */
    border-radius: 8px !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

/* FOCUS LIKE INPUT */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #0d3b66 !important;
}

/* TEXT */
.select2-selection__rendered {
    font-size: 14px;
    padding-left: 25px !important;
    color: #333333b8  !important;
}

/* ARROW */
.select2-selection__arrow {
    height: 45px !important;
}

/* DROPDOWN */
.select2-dropdown {
    margin-top: 5px;
    border-radius: 8px;
}
.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #34507c !important; /* same as your input focus */
    outline: none !important;
    box-shadow: none !important;
}

/* REMOVE BROWSER DEFAULT OUTLINE */
.select2-container *:focus {
    outline: none !important;
}
@media (max-width: 900px) {
    .register-container-div {
        padding: 0rem 2rem 0rem 2rem;
    }
}