.logo {
    max-width: 210px;
    max-height: 45px;
}

.menu-item {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    display: flex;
    align-items: center;
}

.menu-item a {
    text-decoration: none;
    color: #4a4a4a !important;
    font-size: 14px;
    padding: 0px 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.search-invoice-wrap {
    display: flex;
    width: 100vw;
    flex-direction: column;
    align-items: center;
}

.search-invoice_form {
    width: 500px;
    padding: 2rem 2rem 0rem 2rem !important;
    background-color: #cccc !important;
    border-radius: 25px !important;
}

.search-invoice_form input {
    box-shadow: 0 0 0 rgba(13, 110, 253, .25) !important;
    border-radius: 0;
}

.search-invoice_form .input-group {
    margin-bottom: 12px;
}

.k-btn-submit {
    box-shadow: 0 5px 10px 2px rgba(88, 103, 221, .19) !important;
    background-color: #5867dd;
    border-color: #5867dd;
    color: #fff;
    padding: .75rem 2rem;
    opacity: .65;
    border: 1px solid transparent;
}

input::placeholder {
    opacity: 0.5;
}

.search-invoice_link {
    margin-top: 1em;
}

.search-invoices {
    margin-top: 30px;
}

.header-menu {
    margin-top: 5px;
}

.header-menu_list-menu .menu-item {
    position: relative;
}

.header-menu_list-menu .menu-item:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: black;
}

.header-menu_list-button a:hover {
    border-bottom: 1px solid black;
}

.link-logo:hover::after {
    height: 0px !important;
}

.link-logo a:hover{
    border: none !important;
    cursor: pointer;
}

.input-group label{
    background-color: #e9ecef;
    padding: 8px 18px;
}

.toast-error {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff4444;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.toast-alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* Animation */
@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

.search-software{
    padding: 1rem 2rem !important;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    background-color: #fff;
}

.form-control:focus{
    box-shadow: none;
}

.input-group-text{
    display: block;
    border-radius: 0;
}

.input-group-text i{
    color: #a4a2bb;
}

input::placeholder {
    font-size: 12px;
}

form select{
    font-size: 12px !important;
    border-radius: 0 !important;
}

#showPDFModal .modal-fullscreen{
    margin: 10px auto;
    width: 70vw;
}