.was-validated .form-select:invalid + .select2-container--default .select2-selection--single {
    background-color: #f6f7fc;
    border: 1px solid #dc3545 !important;
}
.was-validated .form-select:valid + .select2-container--default .select2-selection--single {
    background-color: #f6f7fc;
    border: 1px solid #28a745 !important;
}
.was-validated .form-control:invalid + .select2-container--default .select2-selection--multiple {
    background-color: #f6f7fc;
    border: 1px solid #dc3545 !important;
}
.was-validated .form-control:valid + .select2-container--default .select2-selection--multiple {
    background-color: #f6f7fc;
    border: 1px solid #28a745 !important;
}
#expertprofileform {
    width: 100%;
}
/*select2*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    cursor: pointer;
    display: contents;
    font-weight: bold;
    border: 1px solid #ecf0fa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: red;
}
.select2-container--default .select2-search.select2-search--inline {
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: white;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
     padding-left: 5px; 
     padding-right: 5px; 
    /* position: relative; */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0a53be !important;
    border: 1px solid #0a53be !important;
}
body{
    font-size: 1rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.2rem;
    padding-left: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-label {
    font-weight: 500;
}
.custom-control-label {
    width: 75%;
}
.referencia {
    color: black;
}
#portfolio li {
    list-style: none;
}
.imgpreview {
    display: block;

    /* This rule is very important, please don't ignore this */
    max-width: 100%;
    min-height: 400px;
    height: 100%;
}
.imgpreview cropper-canvas {
    height: 100%;
}
.cropperviewer{
    margin: 10px 10px 10px 10px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.cropperviewerbg{
    background-color: #53585d;
    overflow: hidden;
}
.img-container img {
    max-width: 100%;
}
.cardpartnerkereso {
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1)!important;
    border: 1px solid rgba(0,0,0,.125)!important;
}
.landing-page .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.landing-page .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
}