
:root {
    --clr-text: #313131;
    --clr-danger: #ff6b6b;
    --clr-warning: #ff9f43;
    --clr-success: #1dd1a1;
    --clr-primary: #2e86de;
    --clr-secondary:#5f27cd;
    --clr-muted: #a9afbb;
    --clr-muted-light: rgba(200, 214, 229, 0.53);
    --clr-hover: rgba(200, 214, 229, 0.3);
}

span, ins, h1, h2, h3, h4, h5 {
    color: var(--clr-text);
}

td, th, label {
    color: var(--clr-text)!important;
}

body {
    height: 100%!important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.swal2-container {
    position: fixed !important;
    bottom: 20px !important;
    width: 100%;
}

.breadcrumb-container {
    padding-left: 265px;
}

.sidebar-icon {
    font-size: 25px;
    padding-right: 25px;
}

.nav-link i {
    color: var(--clr-muted);
    transition: color 0.5s ease;
}

.nav-item:hover .nav-link i {
    color: var(--clr-primary);
}

.nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-item.active .nav-link {
    background-color: var(--clr-muted-light);
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    pointer-events: none;
    cursor: default;
}

.nav-item .nav-link {
    transition: padding 0.4s ease, background-color 0.5s ease;
}

.nav-item:hover .nav-link {
    background-color: var(--clr-hover);
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-item:hover .sidebar-text {
    color: var(--clr-primary);
}

.nav-item.active .nav-link i {
    color: var(--clr-primary);
}

.nav-item.active .sidebar-text {
    color: var(--clr-primary);
}

.sidebar {
    z-index: 100;
    min-width: 250px;
    max-width: 250px;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    transform: translateX(0%);
    display: flex;
    flex-flow: column;
    height: 100vh;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar-text {
    line-height: 1;
    margin: 0;
    display: inline-block;
    color: var(--clr-muted);
    transition: color 0.5s ease;
}

.sidebar.active {
    z-index: 100;
    transform: translateX(0);
}

.content {
    flex-grow: 1;
    margin-left: 265px;
    margin-right: 15px;
    transition: margin-left 0.5s ease;
}

.content.shrink {
    margin-left: 0;
}

.hamburger {
    font-size: 24px;
    cursor: pointer;
    margin: 10px;
    color: var(--clr-muted);
}

.hamburger-col {
    width: 265px!important;
}

.no-transition {
    transition: none;
}

.notification-badge {
    position: relative;
    top: 0;
    right: 0;
    background-color: var(--clr-danger);
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 12px;
    transform: translate(70%, 0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sort-arrow {
    transform: translateY(25%);
    color: var(--clr-text);
}

.clickable {
    cursor: pointer!important;
}

.button_icon {
     font-size: 16px;
}

.sidebar-footer {
    margin-top: auto;
    padding-bottom: 0;
}

.std, .std-danger {
    color: var(--clr-muted)!important;
}

tr:hover .std {
    background-color: var(--clr-hover)!important;
    color: var(--clr-primary)!important;
    transition: color 0.3s ease;
}

tr:hover .std {
    background-color: var(--clr-hover)!important;
    color: var(--clr-primary)!important;
    transition: color 0.3s ease;
}

tr:hover .std-danger {
    background-color: var(--clr-hover)!important;
    color: var(--clr-danger)!important;
    transition: color 0.3s ease;
}

@media (max-width: 992px) {
    .breadcrumb-container {
        padding-left: 15px;
    }

    .hamburger {
        display: block;
    }
    .hamburger-col {
        width: 50px!important;
    }

    .sidebar {
        position: fixed;
        transform: translateX(-100%);
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .content {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        overflow-x: hidden;
    }
}

.bg-danger {
    background-color: var(--clr-danger);
}

.bg-warning {
    background-color: var(--clr-warning);
}

.bg-success {
    background-color: var(--clr-success);
}

.bg-primary {
    background-color: var(--clr-primary);
}

.bg-secondary {
    background-color: var(--clr-secondary);
}

.bg-muted {
    background-color: var(--clr-muted);
}

.bg-muted-light {
    background-color: var(--clr-muted-light);
}

.clr-text {
    color: var(--clr-text);
}

.clr-danger {
    color: var(--clr-danger);
}

.clr-warning {
    color: var(--clr-warning);
}

.clr-success {
    color: var(--clr-success);
}

.clr-primary {
    color: var(--clr-primary);
}

.clr-secondary {
    color: var(--clr-secondary);
}

.clr-muted {
    color: var(--clr-muted);
}

.clr-muted-light {
    color: var(--clr-muted-light);
}

.input-tag {
    display: inline-block;
    background-color: var(--clr-muted);
    color: white;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.input-tag .remove-input-tag {
    margin-left: 10px;
    cursor: pointer;
}

.lds-ripple, .lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
    color: var(--clr-primary);
    position: absolute;
    border: 4px solid;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
