.data-card,
.modal-content,
.text-card,
.dash-card-success,
.dash-card-info {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(57, 73, 76, 0.35) 0px 1px 6px 0px;
}

.dash-card,
.modal-content {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(57, 73, 76, 0.35) 0px 1px 6px 0px;
    color: rgb(34, 34, 34);
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 19px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 13px;
}

.modal-content {
    border-radius: 0px;
}

.dash-card .header {
    /*background-color: rgb(249, 249, 249);*/
    background-color: #3bcc4e;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(3, 121, 18);
    color: rgb(34, 34, 34);
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 19px;
    margin-top: -30px;
}

.header-title {
    font-size: 18px;
    font-weight: 800;
}

.dash-card .dash-body {
    padding-top: 10px;
}

.btn-circle {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(57, 73, 76, 0.35) 0px 1px 6px 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle:hover {
    box-shadow: rgba(3, 250, 77, 0.35) 0px 1px 6px 0px;
}

.edit-card {
    cursor: pointer;
}

.login,
.register {
    float: none;
    margin: auto;
}

section.login,
section.register {
    margin-top: 50px;
}

#show-success {
    display: none;
}

.profile-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-box .item {
    display: block;
}

.profile-box .title {
    font-weight: bold
}

.dash-card-success,
.dash-card-info {
    color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
}

.dash-card-info {
    background-color: #4c74e2
}

.dash-card-success {
    background-color: #3bcc4e;
}

.loader {
    border: 2px solid #f3f3f3;
    /* Light grey */
    border-top: 2px solid #3bcc4e;
    /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.loader-white {
    border: 2px solid #3bcc4e;
    border-top: 2px solid #ffffff;
    /* white */
}

.loader-small {
    width: 20px;
    height: 20px;
}

.loader-big {
    width: 50px;
    height: 50px;
}

.fa-spinner {
    animation: spin 2s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------
FAQ Box
--------------------------------*/
.box .top {
    padding: 12px;
    border: 1px solid #3bcc4e;
    color: #333;
    cursor: pointer;
    margin-bottom: 7px;
}

.box .top:hover {
    background: #3bcc4e;
    color: #ffffff
}

.box p,
.bottom p {
    margin: 0;
    padding: 0;
}

.box .bottom {
    padding: 12px;
    color: #666;
    display: none;
}

.header-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 2em
}

section.contact {
    background: url("../img/backgrounds/contact-section.jpeg");
    min-height: 300px;
    padding-top: 50px;
    margin-top: 50px;
}

.btn-primary-white {
    border: 1px solid #ffffff;
    background-color: #f3f3f3;
    color: #3bcc4e;
    border-radius: 5px;
    padding: 10px;
}

p.contact-info {
    margin: 0;
    padding: 0;
}

h5.contact-info-header {
    margin-top: 20px;
}


.testimonial-image {
    border-radius: 50%;
    border: 1px solid #333;
    width: 150px;
    height: 150px;
}

.profile-image {
    border-radius: 50%;
    border: 1px solid #3bcc4e;
    width: 200px;
    height: 200px;
}

p.testimonial-info {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 800
}

p.testimonial {
    font-size: 18px;
}

span.testimonial-quote {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Times New Roman', Times, serif
}

.label-success,
.label-danger {
    padding: 3px;
    border-radius: 5px;
    color: #ffffff
}

.label-success {
    background: #04ac1a;
}

.label-danger {
    background: #b40303;
}

.step-label {
    border-radius: 50%;
    background: #04ac1a;
    padding: 10px;
    color: #f3f3f3;
    font-weight: 600
}