.alert-success.kyc {
    color: #15b450;
    background-color: #eef8f4;
    border-color: #15b450;
}
.alert.kyc {
    border-radius: 0;
}
.alert-info.kyc {
    color: #31708f;
    background-color: #f0faff;
    border-color: #90b5c7;
}
.alert.alert-info.kyc a {
    top: 0px;
    margin-right: 0px;
    color: #004fb6;
}

.alert.kyc .icon.icon-notification-approve,
.alert.kyc .icon.icon-notification-error,
.alert.kyc .icon.icon-notification-alert,
.alert.kyc .icon.icon-notification-info {
    font-size: 50px;
}
.alert-success.kyc .icon {
    color: #15b450;
}
.alert-warning.kyc {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #e4b065;
}
.alert-warning.kyc .icon {
    color: #ff9a07;
}
.alert.kyc p {
    margin: 20px 40px 0 0px;
}
.alert.kyc ul {
    padding-left: 0px;
}
.kyc #notification {
    margin-left: 60px;
}
.kyc .d-flex b, .kyc .d-flex strong {
    font-size: 24px;
}

@media (max-width: 990px) {

    .alert.kyc .icon.icon-notification-approve,
    .alert.kyc .icon.icon-notification-error,
    .alert.kyc .icon.icon-notification-alert {
        font-size: 35px !important;
    }

    .kyc #notification {
        margin-left: 45px !important;
        font-size: 14px !important;
    }

    .kyc .d-flex b, .kyc .d-flex strong {
        font-size: 16px !important;
    }
}
.card .icon-view {
    cursor: pointer;
}
span#extensionError {
    color: red;
    font-size: 13px;
}

.stepper-item.completed .step-counter {
    border: solid 2px #15b450;
}
.main-content .main-content-container .content .card .card-header h4 .status.green {
    color: #15b450;
}
.guide-por ul {
    counter-reset: li;
    list-style-type: none;
    padding-left: 0;
}
.guide-por ul li {
    position: relative;
    padding: 5px 0 5px 30px;
}
.guide-por ul li:before {
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    background-color: #0076fe;
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
}
.info-footer {
    color: #0076fe;
}
.bill-preview {
    width: 160px;
    border: 1px solid #e0e0e0;
}
.bill-menu .circle {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66px;
    text-align: center;
    width: 36px;
    height: 36px;
    background-color: #0076fe;
    border-radius: 100%;
    transition-duration: 500ms;
}
.bill-menu {
    position: relative;
}
.bill-menu .circle .icon-increase {
    color: white;
}
.bill-menu .circle:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.guide-poi .icon-notification-alert, .guide-por .icon-notification-alert {
    color: #ff9a07;
}
