.mysvg {
    height: 20px;
}

table {
    border-collapse: collapse !important;
    border: 1px solid #eee !important;
    border-spacing: 0 0px !important;
    border-bottom: 2px solid #00cccc;
    box-shadow: 0px 0px 20px rgb(0 0 0/10%), 0px 10px 20px rgb(0 0 0/5%), 0px 20px 20px rgb(0 0 0/5%), 0px 30px 20px rgb(0 0 0/5%);

}

.table {
    margin-bottom: 55px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: black;
    border-color: black;
}

.page-link:hover {
    z-index: 2;
    color: black;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.loading {
    display: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 600px;
    height: 200px;
}

.loading svg {
    width: 600px;
    height: 200px;
}

.loading #pulsar {
    stroke-dasharray: 281;
    -webkit-animation: dash 3s infinite linear forwards;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 814;
    }
    to {
        stroke-dashoffset: -814;
    }
}
.select2-search .select2-search__field {
    width: 200px !important;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*  line-height: 100% !important;*/
/*}*/

.select2-container .select2-selection--single {
  min-height: 35px !important;
}

.select2-container .select2-selection--multiple {

  min-height: 35px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {

  min-height:35px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: auto !important;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 20px;
}