.hindi_label {
    display: none;
}

.lang_select123 {
    top: 15px;
    z-index: 99999;
    position: absolute;
    right: 0;
}

.country_desable .select2-container {
    display: block;
}

#getusertype option:disabled {
    color: #ccc;
}

.btn-tour {
    margin-bottom: 1rem;
}

.error {
    color: red;
}

.delete_pilgrim {
    background: #f56961 !important;
}

.note {
    font-size: 14px !important;
}

input[type="text"]:read-only {
    background-color: #eee;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected="true"]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    font-size: 14px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
