.btn-theme {
    background: #695eef !important
}

table.dataTable th,
table.dataTable td {
    text-align: right !important;
}

div.dt-buttons {
    float: left !important;
}

.dataTables_filter {
    text-align: left !important;
}

.dt-info {
    float: left !important;
    margin-top: 15px;
}

.dt-paging {
    margin-top: 10px !important;
}

.dt-buttons,
.dt-search {
    margin-bottom: 10px;
}

.dt-search {
    position: relative;
}

.dt-search .form-control {
    padding-top: 7px;
    padding-bottom: 7px;
}

.dt-search label {
    display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "￩" !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 5px;
}

.masonry-grid {
    column-count: 2;
    column-gap: 1.5rem;
}

.masonry-grid .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .masonry-grid {
        column-count: 1;
    }
}

.is-invalid {
    color: red !important;
}

.acitivity-item {
    background: #ffffff;
    background: linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
    margin-bottom: 15px;
    border-radius: 15px;
}

body.modal-open .select2-container--open {
    z-index: 99999 !important;
}

@keyframes bounceUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.toast-animated-updown {
    animation: bounceUpDown 1s ease-in-out infinite;
}
body.login_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-bottom: solid #333 1px;
    z-index: 9;
    background: linear-gradient(
      to right,
      #8DD4BD 0%, #8DD4BD 16.66%,
      #3f2a55 16.66%, #3f2a55 33.32%,
      #6195ce 33.32%, #6195ce 49.98%,
      #bc8cc0 49.98%, #bc8cc0 66.64%,
      #d0305c 66.64%, #d0305c 83.3%,
      #f7ce64 83.3%, #f7ce64 100%
    );
  }

.login-fields {
    border-radius: 50px;
    padding: 10px;
    border-top: solid #6195ce 1px;
    border-right: solid #6195ce 1px;
    border-left: solid #6195ce 1px;
    border-bottom: solid #6195ce 6px;
    background: transparent !important;
}
.login-fields:focus {
    border-top: solid #6195ce 1px;
    border-right: solid #6195ce 1px;
    border-left: solid #6195ce 1px;
    border-bottom: solid #6195ce 6px;
}
.login-buttons {
    border-radius: 50px;
    padding: 8px;
    font-weight: 600;
    border: solid #3f2a55 2px !important;
    background: #3f2a55 !important;
}
.login-buttons:hover {
    border: solid #3f2a55 2px !important;
    color: #3f2a55;
    background: #8DD4BD !important;
}
.dt-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.modal-content.attention {
    animation: pulse 1s ease-in-out infinite alternate;
}
@keyframes pulse {
    from { transform: translateY(0); box-shadow: 0 0 0 rgba(0,0,0,.2); }
    to   { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
}
.pointer-events-none { pointer-events: none !important; }
.pointer-events-auto { pointer-events: auto !important; }
label.error {
    color: red;
}