﻿.box-image-bg {
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.btn-delete {
    cursor: pointer;
}
.has-text-warning i {
    color: #1091FF;
}
@media (min-width: 992px) {
    .news-layout {
        column-count: 2;
    }
    .news-layout-com {
        column-count: 3;
    }
}

.menu-active a {
    border-radius: 50px;
    background: linear-gradient(to right, #0E68EF, #1091FF);
    color: #fff!important;
    padding: .5em 1em;
}
.menu-active-green a {
    border-radius: 50px;
    background: linear-gradient(to right, #03c63a, #1091FF);
    color: #fff !important;
    padding: .5em 1em;
}



.form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.form-control::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

.pay_box h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.pay_box div.img {
    text-align: center;
    margin: 10px auto 10px;
}

.pay_box div.img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.pay_box p {
    font-size: 12px;
}

.white-padding.active {
    background: linear-gradient(to right, #0E68EF, #1091FF);
    color: #fff;
}

.white-padding.active h5 {
    color: #fff;
}

.item-type {
    cursor: pointer;
}
.error_val {
    border-color: red !important;
}




.modal-login-register .group-bg {

    background-image: url('../images/bg-login.png');
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 50px);
}

    .modal-login-register .group-bg img {
        -ms-flex-item-align: center;
        align-self: center;
    }

.modal-login-register .modal-content {
    border-radius: 0;
}

    .modal-login-register .modal-content .modal-body {
        padding: 0;
    }

.modal-login-register .group-info .group-login .group-login-detail {
    -ms-flex-item-align: center;
    align-self: center;
}

    .modal-login-register .group-info .group-login .group-login-detail h2 {
        font-family: inherit;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.03em;
        color: #333333;
    }

    .modal-login-register .group-info .group-login .group-login-detail h5 {
        font-family: inherit;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #828282;
    }

.modal-login-register .white-padding {
    padding: 15px;
    cursor: pointer;
}

    .modal-login-register .white-padding .popular-posts .post-block-item {
        margin-bottom: 0px;
        position: relative;
    }

    .modal-login-register .white-padding.active, .modal-login-register .white-padding:hover {
        border: 1px solid #008475;
    }

.modal-login-register .post-block-item.style-1 h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.modal-login-register .post-block-item.style-1 .post-block-meta span {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.modal-login-register .post-block-item.style-1 .post-block-thumb img {
    height: 79px;
}

.modal-login-register .group-button-back {
    text-align: left;
    position: absolute;
    bottom: 20px;
}
.validate {
    outline: 1pt dashed red;
}
.header h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0f89fc;
}
.header ul {
    border: 2px dashed #ccc;
    padding: 10px;
}
.header ul li {
    list-style: none;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.steps .share-fb {
    text-align: center;
}
.btn-use {
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    letter-spacing: 1px;
    padding: 12px 20px;
    font-size: 16px;
    width: 250px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.btn-taocvonline-primary {
    background-color: #0f89fc;
    color: #fff;
}
.steps .share-fb span {
    font-size: 15px;
    line-height: 25px;
}
.btn-taocvonline-facebook {
    color: #fff !important;
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.post-block-item .post-block-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
.the_excerpt.classic_small, .the_excerpt.classic {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}