
/* For Custom Notification Of Toastr Design... */

#toast-container .toast-success {
    background-color: #0920a3c9 !important;
}

#toast-container .toast-error {
    background-color: #ad0a0a !important;
    border-color: #5555;
}

#toast-container .toast-progress {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

#toast-container .toast-success .toast-title {
    color: inherit !important;
}

#toast-container .toast-success .toast-message {
    color: inherit !important;
}


/* For Custom Notification Of Toastr Design End... */

.select2-container .select2-selection--single{
    height: 38px;
}

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

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