.d-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.stat-figure {
    font-size: 250% !important;
}

.btn-upgrade {
    background: linear-gradient(90deg, #4D9DDD 0%, #1A5BAA 100%);
    color: white;
    margin-bottom: 40px;

}

.btn-upgrade:hover {
    background: linear-gradient(90deg, #4D9DDD 0%, #1A5BAA 100%);
    color: white;
}

.share-btn {
    margin-left: 10px;
    color: #005E80 !important;
    border-color: #1A5BAA !important;
}

.share-btn:hover,
.share-btn:active,
.share-btn:focus {
    background: linear-gradient(90deg, #4D9DDD 0%, #1A5BAA 100%) !important;
    color: white !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #F9F9FA;
    opacity: 1;
}

.img-120 {
    width: 120px;
}

.user-name {
    font-weight: 600;
}

.sidebar-header i {
    font-size: 18px !important;


}

.sidebar-header {
    color: #222F3D;
    line-height: 2;
    font-size: 16px !important;
}

.sidebar-header:hover,
.sidebar-header:active {
    color: #1A5BAA !important;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-user {
    background-color: white;
    padding: 25px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.page-wrapper .page-body-wrapper .page-sidebar .sidebar-user {
    border-radius: inherit;
}

.user-profile .hovercard .user-image .avatar {
    margin-top: -60px;
    margin-left: 40px;
}

.user-profile .hovercard .user-image .icon-wrapper {
    left: 125px;
}

.user-profile .hovercard .user-image .the-user-details {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 20px;
}

.user-profile .hovercard .user-image .the-user-details .user-type {
    font-size: 16px;
    color: #4A6685;
    text-transform: uppercase;
}

.info .row .col-lg-4 .ttl-info,
.plan-info .row .col-lg-4 .ttl-info,
.investor-info .row .col-lg-3 .ttl-info {
    margin-left: 20px;
}

.user-profile .hovercard .info {
    padding: 20px;
}

.user-profile hr {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 3%;
    margin-right: 3%;
}

.user-profile .hovercard .plan-info,
.user-profile .hovercard .investor-info {
    padding: 20px;
}

.user-profile .hovercard .plan-info .ttl-info h6,
.user-profile .hovercard .investor-info .ttl-info h6 {
    color: #35495E;
}

.user-profile .hovercard .info .ttl-info span {
    color: #222F3D;
    font-size: 16px;
    font-weight: 500;
}

.user-profile .hovercard .plan-info .ttl-info span,
.user-profile .hovercard .investor-info .ttl-info span {
    color: #1A5BAA;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.hovercard .cardheader {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.profile-card {
    border-radius: 12px;
}

.auth-alert.alert {
    margin: 1.5rem;
}

.auth-alert.alert-danger {
    background-color: #FFD9DE;
    border-color: rgba(255, 83, 112, 0.9);
    color: #B24C66;
}

.auth-alert.alert-success {
    background-color: #D0F2E8;
    color: #258474;
}

.auth-alert.alert-danger .alert-header {
    color: #803649;
    font-weight: 600;
    font-size: 16px;
}

.auth-alert.alert-success .alert-header {
    color: #1A5C51;
    font-weight: 600;
    font-size: 16px;
}

.auth-alert.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.faq-card:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-content.container-fluid.py-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.faq-card .card-header h5 button {
    color: #1A5BAA;
    font-weight: 500;
    font-size: 16px;
}

.faq-card {
    margin-bottom: 16px;
    border-radius: 10px;
}

.faq-card .card-header {

    border-radius: inherit;

}

.accordion .faq-card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.accordion .faq-card:first-of-type {
    border-bottom: 0;
    border-radius: 10px;
    border-radius: 10px;
}

.accordion .faq-card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 10px;
}

.accordion .faq-card:last-of-type {
    border-radius: 10px;
}

@media (min-width: 992px) {
    .page-wrapper .page-body-wrapper .page-sidebar {
        width: 235px;
        background: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: calc(100vh - 120px);
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }
}

.page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    height: auto;
}

@media (max-width: 767px) {

    .info .row .col-lg-4 .ttl-info,
    .plan-info .row .col-lg-4 .ttl-info,
    .investor-info .row .col-lg-3 .ttl-info {
        margin-bottom: 20px;
    }
    .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
        height: 32px;
    }
}
