.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}

.w-6 {
  width: 1.5rem;
}
.h-6 {
  height: 1.5rem;
}

.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}



body {
    font-family: 'amber';
}


.bg-table-head {
    background-color: #d8d8d8 !important;
}




.bg-red {
    background-color: rgb(249, 81, 81) !important;
}

.text-red {
    color: rgb(249, 81, 81) !important;
}



.bg-red:hover {
    background-color: lightcoral !important;
}


.btn-table {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}



.bg-tabs {
    background-color: transparent !important;
    /* outline: none; */
    border: none !important;
    color: rgb(0, 0, 0);
    border-top: 2px solid transparent !important;
    padding: 3px 1em;
    font-size: .9em;
    border-radius: 0 !important;

}

.bg-tabs:hover,
.bg-tabs.active {
    background-color: transparent !important;
    outline: none;

    border: none !important;
    border-radius: 0 !important;
    border-top: 2px solid rgb(0, 75, 250) !important;
    color: rgb(0, 75, 250);
}



.page-link {
    color: #000;
    font-weight: 800;
    /* color: #90ee90 !important; */
}


@keyframes animFw {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
