  /* Style for the selected option */
.custom-select-selected {
    display: flex;
    align-items: center;
    padding: 10px;
    height: 42px;
    border-radius: 3px;
    border: solid 1px #eee;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff !important;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
    color: #636363;
}

.custom-select-selected-second {
    display: flex;
    align-items: center;
    padding: 10px;
    height: 42px;
    border-radius: 3px;
    border: solid 1px #eee;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff !important;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
    color: #636363;
}

/* Style for the flag image */
.custom-select-selected img {
    width: 30px;
    margin-right: 10px;
    /* border-radius: 50%; */
    border: 1px solid #ccc;
}

/* Style for the dropdown arrow */
.custom-select-arrow {
    margin-left: auto;
    font-size: 18px;
    padding-left: 5px;
}

/* Style for the dropdown content */
.custom-select-options {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow-y: scroll;
    max-height: 200px;
    width: auto;
    font-size: 15px;
}

/* Style for each option */
.custom-option {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Style for the hover effect on options */
.custom-option:hover {
    background-color: #f9f9f9;
}

.form-visa {
    /* padding: 10px; */
    height: 42px;
    border-radius: 3px;
    border: 1px solid #eee;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff !important;
    /* margin-top: 12px; */
    position: relative;
    cursor: pointer;
    color: #636363;
    width: 100%;
    /* margin: 10px; */
    border-right: none;
    border-left: none;
    font-size: 15px;

}


input.btn-visa-btn {
    background: #fae401;
    font-size: 20px;
    font-weight: 600;
    width: 100%;

}

.btn-visa {
    margin-top: 36px;
    /* background: #000 !important; */
}

.btn-visa input {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: solid 1px #fae401;
    padding: 0 9px;
}

input.form-visa:focus-visible {
    border: none !important;
    outline: none !important;
}

.visa-form label {
    font-weight: 600;
	color:#fff;	
}

textarea.form-control {
    height: 44px !important;
    padding-left: 14px;
}

input.form-control.height-visa {
    height: 44px;
    padding-left: 14px;
}

input.btn.btn_theme.btn_md.submit-home {
    width: 100%;
    margin-top: 12px;
    padding: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

input.btn.btn_theme.btn_md.submit-home:hover {
    color: #fff;
    background-color: #000;
}

div#visa-success-msg span.alert.alert-success {
    padding: 4px 10px;
    display: inline-block;
}