body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

body::-webkit-scrollbar-track {
    background: darkgray;
    box-shadow: inset 0 0 6px darkgrey;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}

.data-table-responsive-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 8px;
}

.data-table-responsive-wrapper::-webkit-scrollbar-track {
    background: darkgray;
    box-shadow: inset 0 0 6px darkgrey;
}

.data-table-responsive-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}

.drag-area {
    border: 2px dashed var(--separator);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-area.active {
    border: 2px dashed var(--primary-darker);
}

.drag-area .icon {
    font-size: 100px;
}

.drag-area p {
    font-size: 14px;
    padding: 2px;
    margin: 0;
}

.drag-area span {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 15px 0;
}

.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

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

.min-width-10 {
    min-width: 1rem
}

.min-width-20 {
    min-width: 2rem
}

.min-width-30 {
    min-width: 3rem
}

.min-width-40 {
    min-width: 4rem
}

.min-width-50 {
    min-width: 5rem
}

.min-width-60 {
    min-width: 6rem
}

.min-width-70 {
    min-width: 7rem
}

.min-width-80 {
    min-width: 8rem
}

.min-width-90 {
    min-width: 9rem
}

.min-width-100 {
    min-width: 10rem
}

.min-width-110 {
    min-width: 11rem
}

.min-width-120 {
    min-width: 12rem
}


.max-width-100 {
    max-width: 10rem
}

.w-20-px {
    width: 70px;
    max-width: 70px !important;
}

.w-14 {
    width: 14.35%;
}

.w-12 {
    width: 12.5%;
}

.w-2 {
    width: 2%;
}

.w-15 {
    width: 15%;
}

.w-5 {
    width: 5%;
}

.td-0 {
    padding: 0rem 0.25rem !important;
}

.box-select {
    float: left;
    width: 15px;
    height: 10px;
    border: 1px solid #000;
}

/*.data-table-responsive-wrapper {*/
/*    overflow-x: auto;*/
/*}*/

.fixed-top-header {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
