@font-face {
    font-family: 'bein';
    src: url('../fonts/bein.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #f8f9fa;
    font-family: 'bein', Arial, sans-serif;
}
.logo {
    max-width: 200px;
    margin-bottom: 2rem;
}
.form-control {
    text-align: right;
    padding-right: 2.5rem;
}
.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    pointer-events: none;
}
.btn-primary {
    background-color: #ffa500;
    border-color: #ffa500;
}
.btn-primary:hover {
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-outline-primary {
    color: #ffa500;
    border-color: #ffa500;
}
.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.select2-container {
    width: auto !important;
    min-width: 120px;
}
.select2-selection__rendered {
    padding-left: 30px !important;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px 15px;
}
.img-flag {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    object-fit: cover;
}
.select2-results__option {
    padding-right: 8px;
    padding-left: 8px;
}
.select2-results__option .img-flag {
    margin-right: 8px;
}
.mobile-input-wrapper {
    position: relative;
    flex-grow: 1;
}
.mobile-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    pointer-events: none;
}
.form-control.mobile-input {
    padding-right: 2.5rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.select2-container--bootstrap-5 .select2-selection {
    border-right: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.select2-container {
    width: 100px !important;
}
.select2-results__option {
    text-align: left !important;
}
