body {
    color: #575757;
    background: #f8f9fa;
}

a, .btn-link {
    color: #0f7a61;
}

a:hover, .btn-link:hover {
    color: #05513f;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-weight: 700;
}

.h5, h5 {
    font-size: 1.125rem;
}

.h5, .h6, h5, h6 {
    font-weight: 600;
    margin-bottom: .375rem;
}

.h1, .display-1, .h2, .display-2, .h3, .display-3, .h4, .display-4, .h5, .display-5, .h6, .display-6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #0c240e;
}

.pt-100 {
    padding-top: 100px;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-25 {
    padding: 25px 0;
}

.gray-dark-bg {
    background: #f0f2f2;
}

.lead {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

.white-bg {
    background: #fff;
}

.brand-color {
    color: #0f7a61;
}

.hero-equal-height {
    position: relative;
    min-height: 360px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 100%;
}

.color-white {
    color: white;
}

.custom-control-label {
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mt-60 {
    margin-top: 60px;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.text-red {
    color: red;
}

.text-bold {
    font-weight: bold;
}

.display-none {
    display: none;
}

.display-inline-block {
    display: inline-block;
}

/* BUTTONS */

.outline-btn {
    position: relative;
    display: inline-block;
    color: #0f7a61;
    border: 1px solid #0f7a61;
}

.outline-btn:hover {
    color: #fff;
    background: #0f7a61;
}

.primary-solid-btn {
    border: 1px solid #0f7a61;
    background: #0f7a61;
    color: #ffffff;
}

.outline-btn, .primary-solid-btn {
    padding: 12px 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out !important;
}

.primary-solid-btn:hover {
    border-color: #05513f;
    background: #05513f;
    color: #fff;
}

/* FORMS */

.form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem ;
    border: 1px solid #ced4da;
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2em + .75rem + 2px);
}

.form-control:focus {
    -webkit-box-shadow: none;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.form-group label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}

.custom-control-label.is-invalid {
    color: red;
}

/* TABS */

.feature-tab li {
    border: 1px solid #0f7a61;
    border-right: 0 !important;
}

.feature-tab li a.nav-link {
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0;
}

.feature-tab li.nav-item.show .nav-link, .feature-tab .nav-link.active {
    background: #0f7a61;
    border: transparent;
    border-radius: 0;
}

.feature-tab li.nav-item.show .nav-link h6, .feature-tab .nav-link.active h6 {
    color: #ffffff;
}

.feature-tab li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.feature-tab li:last-child {
    border-right: 1px solid #0f7a61 !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* RANDOMS */

.features-box {
    position: relative;
    display: block;
}
.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

.img-ambassador {
    width: 150px;
    height: 150px;
    border-radius: 75px;
}

.ratting-list li span {
    font-size: 12px;
    padding-right: 2px;
    line-height: 16px;
}

.ratting-list li span.rate {
    color: #fbae00;
}

/* BACKGROUNDS */

.bg-ambassador {
    background: url('/image/bg_wsi-min.jpg') no-repeat center center / cover;
}

.bg-homepage {
    background: url('/image/bg-min.jpg') no-repeat center center / cover;
}

/* OVERLAYS */

.gradient-overlay {
    position: relative;
    width: 100%;
}

.gradient-overlay::before {
    position: absolute;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#05513f), to(#0f7a61));
    background-image: linear-gradient(90deg, #05513f, #0f7a61);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay-opacity-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f0f2f2), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), color-stop(95%, #f0f2f2));
    background: linear-gradient(to right, #f0f2f2, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #f0f2f2 95%);
    z-index: 100;
    left: 0;
    right: 0;
}

.gradient-overly-right, .gradient-overly-left, .gradient-overly-bottom, .gradient-overly-top {
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.gradient-overly-right::before {
    background: -webkit-gradient(linear, left top, right top, from(#0f7a61), to(rgba(5, 81, 63, 0.3)));
    background: linear-gradient(90deg, #0f7a61, rgb(5, 81, 63, 0.3));
}

.gradient-overly-right::before, .gradient-overly-left::before, .gradient-overly-bottom::before, .gradient-overly-top::before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* PARTNERS */

.single-partner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-partner img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

/* COOKIES */

#cookies-policy {
    position: fixed;  bottom: 0; right: 0; left: 0; width: 100%; border-top: 2px solid #107e64; box-sizing: border-box; padding: 10px 20px; z-index: 200; background: rgba(15,122,97,0.87); color: #fff;
}

#cookies-policy p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
}

#cookies-policy .btn {
    padding: 5px 8px;
    border: 1px solid #ccc;
    color: #fff;
}

input,select,textarea{
    border-color: black !important;
    border-width: 2px !important;
    box-shadow: 0px 0px 14px -3px rgba(171, 255, 219, 1) !important;
}

@media screen and (max-width: 512px)
{
    #chat-mini > div{
        max-width: 270px !important;
        width: 270px !important;
    }
    #chat-mini-box{
        max-width: 270px !important;
        width: 270px !important;
    }
    #chat-max, #current-chats, #current-chat-messages{
        max-width: 300px !important;
        width: 300px !important;
    }

}
#current-chat-messages > div{
    height: 720px !important;
}
.chat-item:hover{
    border:1px solid black;
    cursor: pointer;
}

.hover-red:hover{
    color: #ff6666 !important;
    transition: all 0.1s;
}

.checked-label:checked ~ label{
    border: 1px solid black;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #0d6efd #0d6efd transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loader::before {
    width: 32px;
    height: 32px;
    border-color: #0d6efd #0d6efd transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

input::placeholder
{
    color: rgba(0, 0, 0, 0.5);
}

.mx-100
{
    max-width: 100% !important;
}

@media screen and (max-width:991px)
{
    #cp_header_btn_wrapper
    {
        width:100%;
    }

    #cp_header_menu_btn
    {
        display: block !important;
        cursor: pointer !important;
    }
    #cp_header_menu > div {
        flex-direction: column;
        width: 100% !important;
    }
    #cp_header_menu
    {
        display: none;
    }
}

@media scrren and (min-width: 992px)
{
    #cp_header_menu
    {
        display: block !important;
    }
}

.tag-item
{
    background-color: rgba(165, 199, 253, 0.7);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    box-shadow: 0px 0px 2px 1px #65a2ff;
}

.custom-scrollbar-sm::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;

}

.custom-scrollbar-sm::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

.custom-scrollbar-sm::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}

