.input-group-text {
    border-color: #117C82;
    font-weight: 500;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #117C82;
    /*border: 1px solid #ced4da;*/
    border-radius: 0.25rem;
}

.select2-container .select2-selection--single {
    border-radius: 0.25rem !important;
    border-color: #117C82 !important;
    height: 40px !important;
    padding: 5px;
}

.table > thead {
    vertical-align: bottom;
    font-size: 11px;
}

.swal-icon--success:after, .swal-icon--success:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #11172700;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: #11172700;
    padding: 1px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.img-fluid-logo {
    max-width: 100%;
    height: 30px;
}




