﻿.disable-bg {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 5000;
    width: 100%;
}

.loading-bg-img {
    position: absolute;
    top: 42%;
    left: 46%;
    height: 100px;
    width: 100px;
}
.btn_act_border{
    border: 2px solid #222 !important;
    background-color: #f9f9f9 !important;
}

.mob_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #ebebeb;
    z-index: 100;
}

    .mob_nav .nav_item p {
        font-size: 11px;
        color: #555;
    }

    .mob_nav .nav_item.active img {
        filter: grayscale(0) brightness(1) contrast(1);
    }

    .mob_nav .nav_item.active p {
        font-size: 11px;
        font-family: Roboto-Bold;
        color: #222;
    }

    .mob_nav .nav_item > img {
        height: 24px;
        width: 24px;
        filter: grayscale(1) brightness(1.9) contrast(0.1);
    }

    .mob_nav .nav_item.active::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        background: linear-gradient(79.8deg, #0fb371 -32.32%, #2073b8 14.45%, #6b5ca6 34.93%, #923993 55.42%, #c24865 79.25%);
        height: 2px;
        border-radius: 1px;
    }
    .mob_nav:last-child img {
        height: 24px;
        width: 24px;
        /* filter: none; */
    }
.mob_more_list li{
    list-style: none;
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
}
.mob_more_list li a{
    color: #222;
    font-size: 16px;
}
.mob_more_list li a{
    text-decoration: none;
}
.more_bg_flex{
    background-color: #f7f7f7;
    padding: 24px 16px;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
}
.mob_nav div:nth-child(3) img{
    filter: none;
}
.more_bg_flex p{
    margin-left: 12px;
    font-size: 18px;
    font-family: Roboto-Medium;
    color: #222;
}
table.table__service__inn tbody tr:first-child td {
    border-top: 0;
}