.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6rem 0.8em;
    border-top-left-radius: calc(.4rem - 1px);
    border-top-right-radius: calc(.4rem - 1px);
    background: #b8edf0;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .1rem;
    border-top: 1px solid #eff2f7;
    border-bottom-right-radius: calc(.4rem - 1px);
    border-bottom-left-radius: calc(.4rem - 1px);
}

.info-box-card {
    margin-bottom: 20px;
}
/*.blue-gradiant {*/
/*    background: linear-gradient(*/
/*        45deg, #0288d1 0%, #26c6da 100%);*/
/*    border-radius: 5px;*/
/*}*/
.blue-gradiant {
    background: linear-gradient(
        57deg, #5ab0e0 0%, #b137b3 100%);
    border-radius: 5px;
}
.info-box-card {
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0);
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
.info-box-2 {
    height: 100px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}
.info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px;
}
.info-box-2 .content {
    padding: 0px 10px;
}
.info-box-2 .content {
    display: inline-block;
    padding: 7px 10px;
}
.info-box-2 .content .text {
    font-size: 15px;
}
.info-box-2 .content .text {
    font-size: 15px;
    color: #fff;
}
.info-box-2 .content .number {
    font-size: 25px;
}
.info-box-2 .content .number {
    font-weight: normal;
    font-size: 26px;
    color: #fff;
}
.info-box-footer {
    padding: 0px;
    top: 73%;
}
.info-box-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0px 4px;
    color: white;
    background-color: rgb(0 0 0 / 52%);
    font-size: inherit;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
small, .small {
    font-size: 85%;
}
.main-content .content {
    margin-top: -7px;
    text-align: center;
}
.info-box-2 .icon i {
    font-size: 45px;
    line-height: 55px;
    color: white;
}
.info-box-2 {
    height: 81px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.8rem 0.7rem;
}

.app-search {
    padding: calc(15px / 2) 0;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.2rem 0.7rem;
    margin-top: -7px;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(10,192,116,.9);
    border-radius: 0.25rem;
}

.app-search .form-control {
    border: 1px solid;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #e6edf0;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
}


.loader {
    border: 16px solid #0de65a;
    border-top: 16px solid #f90909;
    border-radius: 50%;
    width: 8px;
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page-content {
    padding: calc(60px + 24px) calc(24px / 2) 60px calc(24px / 2);
}
