@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;

}

.help.text-small {
    line-height: 1.1em;
    font-size: .8em;
}

.checkbox-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .checkbox-columns > * {
    width: 45%; /* Dos columnas */
  }

  .avatar-light {
    width: 100px;
    background: rgb(237, 237, 237);
  }


 

  .datepicker {
    position: absolute;
    z-index: 9999 !important;
  }

  .trumbowyg-modal-box label {
    display: flex !important;
  }

/*
.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;
}
*/