.tox-statusbar__branding{display: none !important;}
#public:checked ~ label .draft{display:none;}
#public:not(:checked) ~ label .public{display:none;}

#highlighted:checked ~ label .unhighlighted{display:none;}
#highlighted:not(:checked) ~ label .highlighted{display:none;}

#sterilized:checked ~ label .not_sterilized{display:none;}
#sterilized:not(:checked) ~ label .sterilized{display:none;}

#vaccinated:checked ~ label .not_vaccinated{display:none;}
#vaccinated:not(:checked) ~ label .vaccinated{display:none;}

.editable-empty{color:red;}
.page-logo img {
    width: 55px !important;
    height: auto !important;
}

#result {
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    display:flex;
    justify-content: center;
    align-items: center;
}

#result:empty{
    display: none;
}
.swal2-icon.swal2-warning::before {
    content: '!';
}
.swal2-icon::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 92%;
    font-size: 3.75em;
}
.divider {
    border-top: 1px solid #d9dadc;
    display: block;
    line-height: 0px;
    margin: 25px 0px;
    position: relative;
    text-align: center;
}
.divider .divider-title {

    background: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 20px;
    text-transform: uppercase;

}
.blankpage-form-field{

    width: 380px!important;

}
.profile-image {
    width: 3.125rem!important;
    height: 3.125rem!important;
}
.dataTables_empty {
    font-size: 1rem;

}
