
.table-responsive table thead th{
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.075em!important;
    font-weight: bold!important;
}
@media  (max-width: 586px) {
    #list-domains{
        max-height: 300px;
    }
}

.toastr-message{
    font-size: 15px!important;
}
@media screen and (max-width: 768px){
    .toastr{
        width: 350px !important;
    }
}
@media screen and (min-width: 768px){
    .toastr{
        width: 400px !important;
    }
}
.text-danger.error {
    color: rgb(169, 68, 66);
    font-size: 14px;
    scrollbar-color: rgb(219, 223, 233) rgba(0, 0, 0, 0);
    pointer-events: auto;
}

input,select,textarea {
    color: #333!important;
}
input::placeholder {
    color: gray;
    font-size: 13px;
    font-style: italic;
}
textarea::placeholder {
    color: gray;
    font-size: 13px;
    font-style: italic;
}