﻿:root {
    --bgcolor1: #fff;
    --bgcolor2: #eaeaea;
    --bgcolor3: #e0e0e0;
    --color1: #dba102;
    --color2: #1b8354;
    --color3: #1b8354;
    --color4: #c4b55d;
    --dark-color3: #80519f;
    --bor-color: #bec6c6;
    --light-bor-color: #e6e8ec;
    --hov-color: #e6e6e6;
    --red-color: #b00;
    --hov-red-color: #900;
    --yellow-color: #dba102;
    --hov-yellow-color: #bf8c00;
    --green-color: #0a8e72;
    --hov-green-color: #067860;
    --gray-color: #7f8686;
    --gray-color2: #aeb7b7;
    --white-color: #fff;
    --txt-color: #202324;
}

.font-21x {
    font-size: 2.1rem !important
}

.suggestions.col8 {
    margin-right: 1.5rem;
}

.suggestions.col6 {
    margin-right: 1.15rem;
}

.suggestions.col4 {
    margin-right: 1rem;
}

.course-card .data-label.dl50 {
    width: 58% !important;
}

    .course-card .data-label.dl50 span {
        border-radius: 1rem;
        color: #fff;
        padding: 0rem 1rem;
    }

textarea.chattextarea {
    height: 10rem;
}

.chattextarea-icon {
    margin-top: -5rem !important;
    vertical-align: text-top;
}

.hidden {
    display: none;
}

.attachment {
    transition: all .4s;
}

    .attachment:hover {
        background-color: var(--bgcolor2)
    }

.attachment-icon {
    padding: .7rem;
    margin-right: -.7rem;
    vertical-align: middle;
    color: var(--color3);
}

.delete-attachment {
    color: var(--red-color);
    margin-right: 0rem;
    margin-left: -.7rem
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
}

.chars-left {
    margin-top: -1rem;
    color: var(--gray-color);
}

.property-label {
    color: var(--color3) !important;
    font-size: 1.1rem !important;
    margin-left: .5rem;
}

.property-value {
    color: var(--txt-color) !important;
    font-size: 1.1rem !important;
}

@keyframes yellow-bgcolor-anim {
    0%,20% {
        background-color: var(--yellow-color);
    }

    50% {
        background-color: rgba(255,255,255,0);
    }

    80%, 100% {
        background-color: var(--yellow-color);
    }
}

.yellow-bgcolor-anim {
    animation: yellow-bgcolor-anim .8s infinite ease;
    color: #fff !important;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .5rem;
}

.red-bgcolor-ballon {
    color: #fff !important;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .5rem;
    background-color: var(--red-color) !important;
    font-weight: bolder;
}

.search-form textarea {
    background-color: #fff;
}

#replyForm .input-splitter {
    font-size: 1.3rem !important;
}

.postItem img {
    width: 72%;
    height: auto;
    border-radius: 100%;
    margin: 0rem !important;
    padding: 0rem !important;
    vertical-align: middle;
}

.postItem {
    font-size: .9rem;
    color: var(--gray-color);
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--light-bor-color);
    transition: 0.4s ease;
}

    .postItem:hover {
        background-color: var(--bgcolor2);
    }

    .postItem .fromName {
        color: var(--color3);
    }

.postText {
    font-size: 1rem;
    color: var(--txt-color);
}

.postItem .attachment {
    transition: all 0.4s ease;
}

    .postItem .attachment:hover {
        background-color: var(--hov-color);
        ;
        color: var(--txt-color);
    }

.search-form .attachment {
    color: var(--txt-color);
}

.nav-item {
    margin-right: .1rem;
    padding-right: .8rem;
    padding-left: .8rem;
}

.privateChatContact img {
    width: 5rem;
    height: auto;
    border-radius: 100%;
    margin: 0rem !important;
    padding: 0rem !important;
    vertical-align: middle;
}

.unread-ballon {
    display: inline-block;
    position: absolute;
    margin-top: -.3rem;
    margin-right: -.5rem;
    line-height: 1.5rem;
}

.rating {
    color: var(--gray-color2);
    font-size: 1.2rem;
    cursor: pointer;
}

    .rating span {
        margin-left: .3rem;
    }

    .rating .ratingText {
        font-size: 1rem;
    }


.eval-row {
    background-color: #fff;
    padding: 1rem 0rem !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-bottom: 1px solid var(--light-bor-color);
}

    .eval-row:hover {
        background-color: var(--bgcolor2);
    }

.eval-text {
    color: var(--txt-color);
    font-size: 1.2rem;
}

.preview-img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width:0px) and (max-width:1100px) {
    .postItem img {
        width: 100% !important;
        margin-right: -.7rem !important;
    }

    .rating {
        font-size: 1.5rem;
    }

        .rating span {
            margin-left: .7rem;
        }

        .rating .ratingText {
            font-size: 1.1rem;
        }

    .eval-row {
        padding: 2.5rem 0rem !important;
    }

    .suggestions.col8 {
        margin-right: .8rem;
    }

    .suggestions.col6 {
        margin-right: .8rem;
    }

    .suggestions.col4 {
        margin-right: 0.7rem;
    }

    .preview-img {
        width: 85%;
        height: auto;
    }
}

.preview-img {
    width: 100%;
    height: auto;
}

.img-100 {
    width: 100px;
    height: auto'';
}

.card-trainers, .card-title {
    background-color: var(--color1) !important;
    color: #fff !important
}

.card-trainers {
    display: none
}

.tag {
    background-color: #eaeaea !important;
    color: var(--color3) !important
}

.register-status-tag {
    display: none !important
}

.fa-facebook-f {
    display: none !important;
}
