
.help-block {
    color: red !important;
}

.has-my-error {
    color: red !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25) url(../images/loader.gif) no-repeat center center;
    background-size: 150px 150px;
    z-index: 10000;
}

.display-none {
    display: none !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #1a1a27 !important;
}

.btn.btn-primary{
    background-color: #00bf63 !important;
}

.aside-menu, .brand {
    background-color: #758C98 !important;
}
.checkbox > input:checked ~ span {
    background-color: black !important;
}

.radio {
    accent-color: black;
    display: inline;
    width: 20px;
    height: 20px;
}

.radio-label {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 4px; /* відстань між елементами */
    cursor: pointer;
  }