@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@200;300;400;500;600;700;900&family=Barrio&family=Montserrat:wght@500;700;900&display=swap');

* {
    font-family: 'Alexandria';
    font-weight: 400;
    color: #2c3e50;
}



fieldset {
    background: #e3e6eb;
    border: 0 none;
    border-radius: 3px;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.column
{
  float: left;
  width: 50%;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.column:first-of-type
{
  margin-left: 25%;
}


.fs-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #2F323B;
    margin-bottom: 25px;
    font-family: 'Alexandria';
    font-weight: 400;
    text-align: center;
}

.form-asist input {
    color: #666;
    padding: 10px;
    background: white;
    border: none;
    border-radius: .5rem;
    margin-bottom: 10px;
    width: 250px;
    box-sizing: border-box;
    font-size: 13px;
}


.form-asist input:focus {
    outline: none;
    color: #2c3e50;
    background: white;
    border: 3px solid #cf5096;
}

label {
    color: #2c3e50;
}

.btns-asist input[type=button] {
    margin-top: 1rem;
    letter-spacing: 0.2rem;
    color: #2c3e50;
    padding: 1em 4em 2em;
    text-transform: uppercase;
    align-content: center;
    font-size: 16px;
    border-radius: 0.5em;
    background: white;
    border: none;
    transition: all .3s;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.btns-asist input[type=button]:active {
  background-color: #2c3e503b;
  cursor: pointer;
    
}

.btns-asist input[type=button]:disabled {
    background: #7475753b;
    color: #5d656d;
    cursor: pointer;
}

option {
    white-space: normal;
    cursor: pointer;
}


.select-pink {
    border: none;
    background: transparent;
    color: #cf5096;
    font-weight: 500;
    cursor: pointer;
    display: inline;
    width: fit-content;

    option{
      width:100%;
    }
  }

  
.info-span{
  color: #cf5096;
  font-weight: 500;
}

#list-div {
    border-radius: 4px;
    padding: 8px;
    text-align: left;
    background-color: white;
    width: 100%;
}




.g2-tabla th {
  padding: 12px;
  font-size: 1rem;
  color: #7b8188;
  width: fit-content;
  /*white-space: normal;*/
  background-color: #e7e8f0;
  text-align: center;
}

.g2-tabla {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.g2-tabla td {
  padding: 8px;
  vertical-align: middle;
  white-space: wrap;
  border-bottom: 2px solid #F4F5FC;
  text-align: center;
  height: 48px;
}

.g2-tabla-div {
  border-radius: 4px;
  padding: 8px;
  text-align: left;
  background-color: white;
  width: 100%;
}

/**************************************************************/
.pagination{
  display:-ms-flexbox;
  display:flex;
  padding-left:0;
  list-style:none;
  border-radius:.25rem;
  margin-top: 12px;
}
.page-link {
  position:relative;
  display:block;
  padding:.5rem .75rem;
  margin-left:-1px;
  line-height:1.25;
  color:#007bff;
  background-color:#fff;
  border:1px solid #dee2e6;
}

.page-item{

    &.active .page-link
    {
        background-color:#d7faff;
        color:#0f365e;
        /*display: none;*/
    }

    &.disabled .page-link
    {
        background-color:#d7faff;
        color:#0f365e;
        /*display: none;*/
    }
}
/**************************************************************/