.reveal-form {
    top: 0 !important;
    display: block;
    margin: 50px !important;
    max-width: 500px;
}

.reveal-content {
    top: -420px !important;
    display: none;
    margin-left: 650px !important;
    max-width: 500px;
}

.reveal-hard-content {
    top: -420px !important;
    display: none;
    margin-left: 650px !important;
    max-width: 500px;
}

#x {
    margin-bottom: 0.5rem;
}

.create:hover {
    background-color: #1779ba !important;
    color: #fefefe !important;
    border: none !important;
}

#svg-info {
    max-width: 300px;
    max-height: 300px;
}

#svg-info .st0 {
    fill: #00FF00;
    stroke: #00FF00;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

#svg-info .st1 {
    fill: #2A4B9B;
    stroke: #2A4B9B;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

#svg-info .st2 {
    stroke: #000000;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

#svg-info .st3 {
    fill: #2A4B9B;
    stroke: #F3E600;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

#pdf {
    display: none;
    margin: 0 auto;
    width: 90%;
    min-height: 600px;
    margin-top: -50px;
}

#pdf-hard {
    display: none;
    margin: 0 auto;
    width: 90%;
    min-height: 600px;
    margin-top: -50px;
}

.span-tz {
    margin-left: 0.5rem;
}

.save-pdf {
    margin-top: -130px;
}

.save-pdf-title {
    margin-top: -150px;
}

.pdf-block {
    display: none;
}

.hard-cover-forms {
    display: none;
}

.label-error {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

.menu-logo {
    max-height: 50px;
}

.button-link {
    max-height: 40px;
}

.button-img {
    height: 16px;
}

.success,
.alert {
    width: 100%;
}

#modalEnterForm {
    display: none;
    position: fixed;
    /* top: 50%;*/
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 999999;
}

#save-matherial {
    display: none;
}

#back:hover {
    background-color: #767676 !important;
    color: #fefefe;
}

.button-img {
    display: none;
    cursor: pointer !important;
}

tr:hover .button-img {
    display: initial;
}

#del-record {
    display: none;
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

#enter::before {
    content: url("https://img.icons8.com/material-outlined/16/ffffff/businessman--v2.png");
}