﻿.bg-primary-dark {
    background-color: #00B8AD !important;
}

.color-primary-dark {
    color: #00B8AD !important;
    font-size: 2rem !important;
}

.btn-success {
    color: #fff !important;
    background-color: #00B8AD !important;
    border-color: #00B8AD !important;
}



.avatar.avatar-4x3 {
    width: 3.83333rem;
    height: auto;
    border-radius: 0;
}

.avatar-xxl {
    width: 7rem;
    height: 7rem;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: .3125rem;
}

.avatar-xxl.avatar-4x3 {
    width: 9.33333rem;
    height: auto;
    border-radius: 0;
}

.content-space-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 768px) {

    .content-space-2 {
        margin-top: 2rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
