@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    font-family: "Quicksand", sans-serif;
}

a:hover{
    color: var(--color-primary);
}

.whitespacenormal {
    white-space: normal !important;
}

.modal-info-delete.show{
    display: block;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.form-control {
    background: rgb(250, 250, 253);
}

.fw-600 {
    font-weight: 600 !important;
}

.nobottonlogout {
    border: none;
    background: none;
    display: block;
    width: 100%;
}
.avatar .avatar-badge-wrap {
    right: -30% !important;
}

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

.dm-badge-text {
    font-size: 1em;
}

.contentcenter {
    text-align: center;
}

#elementcalendar {
    background: #ffffff;
    padding: 10px 20px;
    color: #000000;
    border-radius: 5px;
}

.form-switch {
    position: relative;
}

.form-check {
    display: inline-block !important;
}

.label-small {
    font-size: 12px;
}

.switch-right-label {
    position: absolute;
    right: 20%;
    top: 30%;
    font-size: 10px !important;
}



.switch-left-label {
    position: absolute;
    left: 25%;
    top: 30%;
    font-size: 10px !important;
    color: #ffffff;
}

.table {
    border-collapse: collapse;
  }

  
thead.tableheadsticky {
    position: sticky; 
    top: 0; 
    background-color: white; 
    z-index: 1;

}

.badge_nuevo {
    background: #edc5bd;
}

.badge_proceso {
    background:#ffd791;
}

.badge_listo {
    background:#d9e8ae;
}

.badge_entregado {
    background:#bfe3c0;
}

.badge_pendiente {
    background: #84407b;
    color: #ffffff;
}

.badge_outline_nuevo:hover, .badge_outline_nuevo.activo  {
    background: #edc5bd;
    
}

.badge_outline_proceso:hover, .badge_outline_proceso.activo  {
    background: #ffd791;
    
}

.badge_outline_listo:hover, .badge_outline_listo.activo  {
    background: #d9e8ae;
    
}

.badge_outline_entregado:hover, .badge_outline_entregado.activo  {
    background: #bfe3c0;
   
}

.badge_outline_pendiente:hover, .badge_outline_pendiente.activo  {
    background: #84407b;
    color: #ffffff;
    
}

.badge_outline_nuevo {
    border: 2px solid #edc5bd;
    color: #333333;
}

.badge_outline_proceso {
    border: 2px solid #ffd791;
    color: #333333;
}

.badge_outline_listo {
    border: 2px solid #d9e8ae;
    color: #333333;
}

.badge_outline_entregado {
    border: 2px solid #bfe3c0;
    color: #333333;
}

.badge_outline_pendiente {
    border: 2px solid #84407b;
    color: #84407b;
}


/*
.dm-pagination__link.pagination-control:first-child span {
    font-size: 0px;
}

.dm-pagination__link.pagination-control:first-child span:before {
    content: "\f104";
    font-size: 15px;
}


.dm-pagination__link.pagination-control:last-child span {
    font-size: 0px;
}

.dm-pagination__link.pagination-control:last-child span:before {
    content: "\f105";
    font-size: 15px;
}
*/