.Vue-Toastification__toast-body {
    flex: 1;
    line-height: 24px;
    font-size: 16px;
    word-break: break-word;
    white-space: pre-wrap;
    font-family: 'anjoman';
}

.Vue-Toastification__container {
    z-index: 9999;
    direction: ltr;
    position: fixed;
    padding: 4px;
    width: 600px;
    box-sizing: border-box;
    display: flex;
    min-height: 100%;
    color: #fff;
    flex-direction: column;
    pointer-events: none;
}

body[data-leftbar-theme=dark] .leftside-menu  {
    background: #04304c !important;
}

body[data-leftbar-theme=dark] .leftside-menu .logo {
    background: #04304c !important;
}

.bg-primary {
    background-color:#0069d1 !important;
}

.text-primary {
    color: #0069d1!important;
}

.navbar-custom {
    min-height: 20px;
}
.modal {
    z-index: 10000000000;
}

.grecaptcha-badge{
    display: none;
}

