﻿.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;
}
.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
    border-radius: 0px !important;
    border: 1px solid #ced4da;
}

.input-text, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea {
   
    height: 35px;
    
}
.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;
}
.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;
}