.title{
    font-size: x-large;
    line-height: 30px;
}
.btn-tag:not(.active){
    cursor: pointer;
}
.btn-tag.active{
    background-color: #05264E;
    transform: translateY(-2px);
    transition: 0.2s;
    box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
    color: white;
    font-weight: 500;
}
header .header-right{
    min-width: 250px !important;
}
.logo-link {
    font-size: 36px;
    font-weight: 900;
}

.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    border: 1px solid #E0E6F7 !important;
    border-radius: 4px !important;
    height: 50px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    padding-left: 20px !important;
    width: 100% !important;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: unset !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: unset !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: unset !important;
}

.iti--allow-dropdown {
    width: 100%;
}
#tel {
    padding-left: 15%;
}
.md-country-picker-item {
    position: relative;
    line-height: 20px;
    padding: 10px 0 10px 40px;
}
.md-country-picker-flag {
    position: absolute;
    left: 0;
    height: 20px;
}
.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    transform: scale(1.1);
}
.mbsc-ios.mbsc-textfield-wrapper-box,
.mbsc-ios.mbsc-textfield-wrapper-outline {
    margin: 0em 0em !important;
}
#demo-country-picker {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}