.text-white-secondary {
    color: hsla(0, 0%, 100%, 0.7)
}

.font-main {
    font-size: 18px;
}

.font-important-stat {
    font-size: 40px;
    font-weight: 700;
}

.font-secondary {
    font-size: 16px;
}

.bg-gray {
    background-color: #f5f5fB;
}

.decoration-none {
    text-decoration: none !important;
}

.bg-gr-purple {
    background: #8E2DE2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gr-blue {
    background: #0052D4;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #6FB1FC, #4364F7, #0052D4);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #6FB1FC, #4364F7, #0052D4);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gr-green {
    background: #FDFC47;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00a930, #24FE41);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00a930, #24FE41);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gr-red {
    background: #ED213A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gr-pink {
    background: #e43a15;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e65245, #e43a15);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e65245, #e43a15);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.post-card {
    box-shadow: none;
}

.post-card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


/* card Deign*/

.cssui-usercard {
    box-sizing: border-box;
    display: flex;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    background-color: #fff;
    margin: 2rem auto 1rem;
    position: relative;
    z-index: 5;
}

.cssui-usercard__body {
    padding-bottom: 2rem;
    flex-grow: 2;
    color: #000;
    background-color: white;
    border-radius: 20px;
}

.cssui-usercard__header {
    padding: 3rem 5% 2rem;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, #3F51B5, #041886);
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.cssui-usercard__header_red {
    padding: 3rem 5% 2rem;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, #e65245, #e43a15);
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.cssui-usercard__header_green {
    padding: 3rem 5% 2rem;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, #24FE41, #00a930);
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.cssui-usercard__avatar {
    border-radius: 50%;
    background-color: white;
    border: 4px solid #fff;
    box-sizing: border-box;
    margin-right: 4%;
    width: 3rem;
    height: 3rem;
}

.cssui-usercard__name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
}

.cssui-usercard__name-label {
    font-weight: 700;
}

.cssui-usercard__post {
    display: block;
}

.cssui-usercard__title {
    padding: 0 5% 0.5rem;
    margin-top: 0;
    /* margin-bottom: 3rem; */
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    background-color: #041886;
}
.cssui-usercard__title_red {
    padding: 0 5% 0.5rem;
    margin-top: 0;
    /* margin-bottom: 3rem; */
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    background-color: #e43a15;
}
.cssui-usercard__title_green {
    padding: 0 5% 0.5rem;
    margin-top: 0;
    /* margin-bottom: 3rem; */
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    background-color: #00a930;
}

.cssui-usercard__stats {
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cssui-usercard__stats {
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cssui-usercard__stats-item {
    width: 48%;
    margin-top: 1rem;
}

.cssui-usercard__stats-item:first-child,
.cssui-usercard__stats-item:nth-child(2) {
    margin-top: 0;
}

.cssui-usercard__stats-info {
    margin-top: .7rem;
}

.cssui-usercard__stats-name {
    font-weight: 700;
    font-size: 0.7rem;
}

.cssui-stats__name,
.cssui-stats__value {
    display: block;
    word-break: break-all;
}

.cssui-stats__value {
    text-decoration: none;
    color: inherit;
    margin-top: .2em;
}

.carousel-indicators li {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #0000ff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 3px solid #3F51B5;
    padding: 1.5px;
}

.carousel-indicators .active .bg {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #3F51B5;
}

.carousel-control-prev,
.carousel-control-next {
    align-items: end;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 20px;
    color: gray;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 20px;
    color: gray;
}

.cssui-slider__slide {
    margin-bottom: 3rem;
}