﻿

.password-toggle {
}

    .password-toggle input {
        padding-right: 40px;
    }

    .password-toggle .toggle-icon {
        position: absolute;
        top: 50%;
        right: 20px;
        cursor: pointer;
        transform: translateY(-50%);
    }

.login-body {
}

.layout-footer {
    /*display: none;*/
}

.lay-out-header {
    /*    display: none; */
}


.login-body .container {
}


@media (max-width:767px) {
    .salutation-radio {
        border: unset;
        background: #fff;
    }
}


/*intl-tel-input tag relate css*/



/* Allow text wrapping in the country dropdown */
.iti__country-list {
    max-width: 100vw; /* Ensure the dropdown doesn't overflow the viewport */
}

.iti__country {
    word-wrap: break-word; /* Allow the country names to wrap to the next line */
    white-space: normal; /* Ensure the text is allowed to break */
}

@media (max-width: 768px) {
    .iti__country-list {
        max-width: calc(100vw - 30px); /* Constrain to 80% of screen width for better fit */
    }
}


.iti__arrow {
    display: none;
}

.itiCustomFocus:focus .iti__selected-dial-code {
    color: #000 !important;
}


.iti {
    width: 100%;
}

.iti__selected-dial-code {
    color: #fff;
}

.bi-eye::before {
    color: #fff;
}


.custom-selectWrapper::after {
    color: #fff;
}

.form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 1rem;
    border: solid 1px;
    font-family: 'Gotham Medium';
    line-height: 1.5;
    /* font-size:16px !important;*/
}



.form-group {
    margin-bottom: 0.5rem;
}

.form-control::placeholder {
    color: #fff;
}

.custom-selectWrapper ::after {
    color: #fff;
}

.Red-btn {
    border-radius: 1rem;
    border: solid 1px #fff;
    color: #fff;
    background: #c60a0a;
}




/*form select2 select tag css*/

.select2-selection {
    height: 2.5rem;
    border-radius: 1rem;
    background: transparent;
    border: solid 1px #fff;
}

.select2-selection__rendered {
    height: 100% !important;
    line-height: 2.5rem !important;
    padding-left: 0.8rem !important;
}

.select2-selection__placeholder {
    color: #fff !important;
}

.select2-selection.select2-selection--single {
    height: 2.4rem;
    border-radius: 1rem;
    background: transparent;
    border: solid 1px #fff;
}




/* Ensure the select element and container are both using the full width */
.form-group {
    width: 100%;
}

#Nationality {
    width: 100% !important; /* Forces Select2 to follow the container width */
}

.select2-selection__arrow {
    display: none !important;
}


/* Prevent the default autofill background color */
input:-webkit-autofill {
    background-color: transparent !important; /* Removes background color */
    color: inherit !important; /* Inherit text color */
}

/* Also disable color change */
input:autofill {
    background-color: transparent !important; /* Removes background color */
    color: inherit !important; /* Inherit text color */
}

/* To prevent any further styling issues */
input:-internal-autofill-selected {
    background-color: transparent !important;
    color: inherit !important;
}

.select2-selection__clear {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}




@media (max-width: 767px) {
    .layout-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}




.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(255, 0, 0, 0.8); /* Softer red */
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus,
.form-control:focus, .form-check-input:focus,
.custom-selectWrapper .select2-selection.select2-selection--single:focus {
    box-shadow: unset; /* Slightly less aggressive */
}

.form-control, .custom-selectWrapper .select2-selection.select2-selection--single {
    background-color: rgba(0, 0, 0, 0.2) !important;
}




.logos-container {
    background: #55275a66;
    padding: 0.5rem 0 0.5rem 0.5rem;
    border-radius: 0.5rem;
}

.bengalTech-Logo {
    height: 3rem;
}

.Fundoo-Logo {
    height: 2.9rem;
    padding-right: 1rem;
}

.requiredField {
    font-family: 'Gotham Medium';
    color: #f60404;
}

.optionalField {
    font-family: 'Gotham Medium';
    color: #000;
}

.sheSummitForm {
    background-color: rgb(232 224 224 / 71%);
    padding: 0.5rem;
    border-radius: 1rem;
}

.clickText {
    color: #fff !important
}


.Registration-body {
    border-radius:1rem;
    background:rgba(0,0,0,0.5);

}

