﻿:root {
    --custom-border-color: #4a548f;
}

.select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 3px;
}

.mobile-code-select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: var(--custom-border-color);
    border-right: none !important;
    font-weight: bold;
    background-color: #f8f9fa;
    color: #343a40;
    width: 230px;
}

.mobile-number-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: var(--custom-border-color);
    color: #6c757d;
}

#phone_group .form-control,
#phone_group .form-select {
    height: 42px;
    line-height: 1.5;
}

#phone_group .text-danger {
    margin-top: 5px;
    flex-basis: 100%;
    width: 100%;
}

.select2-container {
    height: 42px !important;
    line-height: 1.5;
    max-width: 230px !important;
}

    .select2-container .select2-selection--single {
        height: 42px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-color: var(--custom-border-color);
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}
