.manu-bar .main-manu li .active {
    color: #000;
    font-weight: bold;
    background-color: #f4ecbe;
    padding: 22px 10px;
}

.is-invalid {
    color: #ff8400;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
    min-width: auto;
    letter-spacing: 1.4px;
    box-sizing: border-box;
    line-height: 1.6;
    height: 40px;
    padding: 10px 14px;
    vertical-align: middle;
    border: 1px solid #EEEEEE !important;
    transition: all 0.4s ease;
}

.sidebar-widget .active {
    color: var(--color-orange);
}

.brand-logo .logo a{
    padding: 15px !important;
    margin: 15px;
    /* border: 1px solid #eeeeee; */
    border-radius: 6px;
    /* box-shadow: -1px -1px 3px #ff84003b; */
}

.brand-logo .logo a img{
    width: 120px;
    height: 80px;
}
.mid-bar .logo a img{
   width: 100%;
}
.b-1{
    border: 1px solid #eeeeee;
 
}

.br-5{
    border-radius: 5%;
}

.ad-poster{
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.refunded{
    border-bottom: 1px solid #D5D5D5;
}

.back-to-top{
    display: block;
}

.profile-file{
    display: none;
}

.msg-error{
    color: red;
}

.dis-card, .cat-items .item{
    cursor: pointer;
}
#product-area{
    position: relative;
    overflow: hidden;
}

#product-loader{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.nice-select .list{
    height: 160px;
    overflow: auto;
    width: 100%;
}
.nice-select{
    border-radius: 5px !important;
    height: 50px;
}
section .table tbody td a.link-anime{
    min-width: 150px;
}

.top-social-links a {
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #6d6d73;
    border: 2px solid rgba(12, 25, 40, 0.03);
    transition: .4s ease;
}

.top-social-links a:hover {
    color: #ff8400;
    /* border: 2px solid rgba(0, 0, 0, 0.6); */
}

.contact-infos {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px dotted var(--color-orange);
}

.contact-infos .single-item small {
    padding: 0 3px;
    border: 2px dotted var(--color-orange);
    line-height: 16px;
}

.manu-bar .category-manu button{
    max-width: 225px !important;
}
