.attribute_div,
.attr_combination_div {
    border: solid gray;
}

body {
    /* background: linear-gradient(1.33deg, #6628FE 30.59%, #1F79E2 108.92%) !important; */
    background-color: #6628FE;
}

.side-nav > ul > li> .side-menu.side-menu--active .side-menu__icon {
    color: #1F79E2;
}
/* .side-nav>ul>li>.side-menu:not(.side-menu--active) .side-menu__icon:before{
    /* background-color: #6628FE !important; *
} */
.side-nav>ul ul {
    background-color: #6628FE;
}
.breadcrumb .breadcrumb--active {
    color: #000000 !important;
}

.password-field {
    position: relative;
}

.password-field a.btn-design {
     position: absolute;
     top: 12px;
    right: 15px;
    z-index: 99;
}

.favicon-logo{
    width: 150px !important;
    max-width: 100% !important;
}

.side-nav .side-nav__devider {
    background-color: #6628FE !important;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 79%);
    z-index: 99999;
}
.theme-bg {
    background-color: #6628FE !important;
}

@media (max-width: 1200px){
    .login {
        background: linear-gradient(to bottom,#6628FE,#6628FE) !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
    }
}

.login {
    background: linear-gradient(to bottom,#fff,#fff) !important;
}
.error {
    color: red !important;
    margin-bottom: .25rem;
}
.rounded-full {
    border-radius: 9999px;
}
.button-parent{
    display: flex;
}
.button-parent a + a{
    margin-left: 10px;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.hover-theme-bg:hover {
    background-color: #ffffff47 !important;
}

.zoom-in{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.zoom-in:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}

.btn-add {
    margin-right: 6px;
    max-width: 100%;
}
.button-create{
    justify-content: space-between;
}
.open-panel .side-nav {
    width: 85px;
}

.open-panel .side-nav .side-menu .side-menu__title {
    display: none;
}

.side-bar-button {
    padding: 8px;
    background: #f1f5f8;
    border-radius: 50px;
    margin-right: 15px;
    outline: none;
    font-size: 30px;
}

.side-bar-button:focus {
    outline: none;
}

.side-bar-button svg {
    fill: #fff;
}

.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}


.badge:hover {
    color: #ffffff;
    text-decoration: none;
    /* cursor: pointer; */
}

.btn-design {
    float: right !important;
}
.btn-info {
    color: #fff;
}

.dropify-message p {
    font-size: 2vw;
}

 .text-right {
        text-align: right;
    }


.badge-error {
    background-color: #b94a48;
}
.badge-danger {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}
.box-design{
width: 97%; border: 1px solid #cfd4d8; padding: 25px; margin: 23px; border-radius: 25px;
}

.dataTables_wrapper .form-control{
background-color: #e8e8e8;
}

.table.last-cl-fxied tr th:last-child{position: sticky;top: 0;z-index: 1;right: 0;background-color: #f1f5f8;}

.table.last-cl-fxied tr td:last-child{position: sticky;top: 0;z-index: 1;right: 0;background-color: inherit;}

.table-striped.last-cl-fxied>tbody>tr:nth-of-type(odd){background-color: #f9f9f9;}

.table-striped.last-cl-fxied>tbody>tr:nth-of-type(even){background-color: #f1f5f8;}
.table-striped.last-cl-fxied>tbody>tr:hover{background-color: #f9f9f9;}
.side-nav img#logoImg2,
.open-panel .side-nav img#logoImg1{
  display: none;
}


.color-indicator{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.color-indicator label{
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 700;
}


.color-indicator label.late{
    color:  #a62b2b;
}
.color-indicator label.half-day{
    color: #ff0000;
}
.color-indicator label.sunday{
    color: #F6BE00;
    font-weight: 600;
}
.color-indicator label.holiday{
    color: #00008B;
    font-weight: 600;
}

.color-indicator label::before{
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.color-indicator label.late::before{
    background-color:  #a62b2b;
}
.color-indicator label.half-day::before{
    background-color: #ff0000;
}
.color-indicator label.sunday::before{
    background-color: #F6BE00;
    font-weight: 600;
}
.color-indicator label.holiday::before{
    background-color: #00008B;
    font-weight: 600;
}

.table tbody tr{
    background-color: #f1f5f8;

}
.table td,
.table th{
    border: 1px  solid #dee2e6 !important;
}

