body{
    @import url("assets/Inter/inter.ttf");
    font-family: 'Inter';
}
.required:after{ 
    content:'*'; 
    color:red; 
    padding-left:5px;
}
.bottom-link{
    font-size:14px;font-weight:600;color:#475467;
}
.bottom-link:hover{
    color:#475467;
}
.btn-danger{
   background: #C6153B;
}
.text-danger{
    color:#B61A3C !important;
 }
 .select2-selection__choice__display{
    padding-left: 8px !important;
 }
 .select2-selection--multiple{
    height:auto !important;
 }
 .select2-container--default .select2-search__field{
    border: none !important;
 }

