.attachmentIcon:hover .attachmentIcon:before {
    content: "\f023";
}

.requiredStar:after {
    color: #d00;
    content: "*";

    margin-left: 8px;
    top: 7px;
}
* {
    border-radius: 0 !important;
}
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.img-circle,
.table-avatar,
.radius50 {
    border-radius: 50% !important;
}

.select2-selection__choice {
    line-height: 24px !important;
    font-size: 12px !important;
}

.min-card-height-600 {
    min-height: 600px;
}
.hideMe {
    display: none !important;
}
.cursor_pointer{

    cursor: pointer !important;
}
.activeBg {
    background-color: #007bff !important;
    border-radius: 10 !important;
    color: #fff !important;

        border-radius: 0.25rem !important;
        -webkit-border-radius: 0.25rem !important;
        -moz-border-radius:0.25rem  !important;
        border-radius: 0.25rem !important;

}

/*.loginBg{

    background-repeat:no-repeat;
    background:url("{{ asset('dist/user/site/syd.png') }}");
}
*/

.loginBg  {
    background-image: url("/dist/user/site/syd3.png") ;
    background-size: cover;	
    
}


.select2-container .select2-selection--single {
    height: 38px !important; /* Match Bootstrap default */
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px; /* Adjust as needed */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    top: 1px;
}