﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap");

body {
    font-family: "Montserrat", sans-serif;
}
.btn {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
}
.form-control.input-validation-error {
    border-color: red;
    background-color: #fff;
}
.form-control.required {
    background-color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #01a9ac;
    border: 1px solid #01a9ac;
    padding: 0px 5px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple {
    padding: 3px 0 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  
    margin-top: 3px;
    padding: 0 5px;
}

label.control-label.col-form-label.required:after {
    content: "*";
    padding-left: 5px;
}
.input-group small{
    font-size:9px;
}