.select2-container .select2-selection--single {
    height: 50px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #f0f2f3;
    border-radius: 5px;
    width: 100%;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: .1px;
    font-size: 14px;
}

.select2-container {
    height: 50px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #f0f2f3;
    border-radius: 5px;
    width: 100%;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: .1px;
    font-size: 14px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.swal-height {
    height: 10px !important;
}

.swal2-title {
    font-size: 0.875em !important;
}

.swal2-icon.swal2-success .swal2-success-ring {}

.swal2-popup {
    width: 17em !important;
}

p {
    font-weight: 600
}

.p-e-none{
    pointer-events: none;
    opacity: 0.6;
}

label {
    font-weight: 600
}


.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em !important;
    height: 2em !important;
}

@media (max-width: 480px) {
    .fs-14{
        font-size: 14px;
    }
    .fs-16{
        font-size: 16px;
    }
}
