body.modal-open{overflow-y:hidden !important;}
.tabtable-box{
    float:left;
    padding:0 7px;
    text-align:left;
    vertical-align:middle;
}
.tabtable-box .tabbable-tabdrop{
    float:left;
    width:100%;
}
.tabtable-box ul.nav-tabs{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    background:transparent;
}
.tabtable-box ul.nav-tabs li{float:left;}
.tabtable-box ul.nav-tabs li.tab-fold a{
    padding:4px !important;
    border-radius:4px;
    position:relative;
    border:0 !important;
    text-align:center;
    background-color:#ff966a !important;
}
.tabtable-box ul.nav-tabs li.tab-fold a .fa,
.tabtable-box ul.nav-tabs li.tab-fold a:focus .fa,
.tabtable-box ul.nav-tabs li.tab-fold a:hover .fa,
.tabtable-box ul.nav-tabs li.tab-fold a:active .fa{
    color:#ffffff !important;
}
.tabtable-box .tab-fold ul.dropdown-menu{z-index:98;}
.tabtable-box li.tab-fold ul.dropdown-menu li{
    float:left;
    width:100% !important;
    border-radius: 0;
    margin: 1px 0;
    text-align:left;
    color:#38475c !important;
    background:#ffffff !important;
    border-bottom:1px solid #ddd !important;
}
.tabtable-box li.tab-fold ul.dropdown-menu li a{
    float:left;
    width: 100%;
    color: #38475c !important;
    font-size: 12px !important;
    padding: 6px 5px !important;
    margin: 1px 0;
    text-align: left;
    border-radius: 0;
    background: #fff !important;
}
.tabtable-box li.tab-fold ul.dropdown-menu li:last-child{border-bottom:0 !important;}
.tabtable-box li.tab-fold{
    margin:2px;
    padding:0;
    border-radius:4px;
    position:relative;
    background-color:#ff966a !important;
}
.tabtable-box li.tab-fold a, .tabtable-box li.tab-fold a:focus,
.tabtable-box li.tab-fold a:hover, .tabtable-box li.tab-fold a:active{
    min-width:22px;
    padding:0 8px !important;
}
.tabtable-box li.tab-fold a .fa, .tabtable-box li.tab-fold a:focus .fa,
.tabtable-box li.tab-fold a:hover .fa, .tabtable-box li.tab-fold a:active .fa{
    /*color:#ffffff !important;*/
}
.tabtable-box li.tab-fold a .fa-ellipsis-v{
    position:relative;
    top:3px;
    left:1px;
    font-size:21px;
}
.tabtable-box li.tab-fold a .fa-angle-down{display:none;}

.search-mem-list-content-bottom.no-fev .tabtable-box li.tab-fold{left:0;}


.footer-mobile{
    float:left;
    width:100%;
    left:0;
    bottom:0;
    position:fixed;
    z-index:99;
    padding:0;
    text-align:center;
    background:#38475C;
    border-top:3px solid #ff966a;
}
.footer-mobile .fm-nav{
    float:left;
    width:100%;
}
.footer-mobile .fm-nav .fm-nav-row{
    display: flex;
    margin-left:0;
    margin-right:3px;
}
.footer-mobile .fm-nav .fm-nav-box{
    float:left;
    width:16.66%;
    position:relative;
    overflow:hidden;
    padding:10px;
    margin: 0 auto;
}
.footer-mobile .fm-nav .fm-nav-box .badge{
    position:absolute;
    top:6px;
    right:37%;
    /*width:16px;*/
    min-width:16px;
    color: #ffffff;
    padding: 3px 2px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    background: #ff966a;
}
.footer-mobile .fm-nav .fm-nav-box a{
    float:left;
    width:100%;
    border:0 !important;
}
.footer-mobile .fm-nav .fm-nav-box a.act:before{
    width: 100%;
    content:'';
    position:absolute;
    top:-1px;
    left:0;
    height:4px;
    background:#ff966a;
}
.footer-mobile .fm-nav .fm-icon{
    float:left;
    width:100%;
}
.footer-mobile .fm-nav .fm-icon .fa{
    color:#fff;
    font-size:25px;
}
.footer-mobile .fm-nav .fm-icon .fa{
    color:#fff;
    font-size:25px;
}
.footer-mobile .fm-nav .fm-text{
    float:left;
    width:100%;
    color:#fff;
    font-size:12px;
    line-height:11px;
    margin-top:2px;
}
.footer-mobile .fm-nav .fm-nav-box a.act .fm-icon .fa{color:#ff966a;}
.footer-mobile .fm-nav .fm-nav-box a.act .fm-text{color:#ff966a;}

.row-inline{
    display:table;
    width:100%;
}
.row-inline .box-inline{
    display:table-cell;
    vertical-align:top;
    width: 100%;
    min-width: 85px;
}
.footer-popup .badge {
    position:absolute;
    top:3px;
    right:3px;
    min-width:16px;
    color:#ffffff;
    /*padding:3px 2px;*/
    padding:3px 3px 2px;
    font-size:10px;
    font-weight:500;
    line-height:10px;
    text-align:center;
    background:#ff966a;
}
.modal-open .footer-popup.modal {overflow: hidden !important;}
.footer-popup.modal{
    /*display:none;*/
    padding-left:0 !important;
    bottom:65px;
    z-index: 999;
    background:rgb(0 0 0 / 70%);
}
.footer-popup.modal.in{padding-left:0 !important;}
.footer-popup.modal .modal-dialog{
    position:absolute;
    top:unset;
    left: 0;
    bottom:0;
    width:96%;
    padding:0;
    margin:0 2%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, 65%);
    -ms-transform: translate(0, 65%);
    -o-transform: translate(0, 65%);
    transform: translate(0, 65%);
}
.footer-popup.modal.in .modal-dialog{
   /* max-height:80%;
    overflow-y:auto;*/
    background:#FAFAFC;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    -webkit-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    -o-transform:translate(0, 0);
    transform:translate(0, 0);
}
.footer-popup.modal .modal-content{
    box-shadow:none;
    background:#f5f5f7;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.footer-popup.modal .modal-dialog .modal-body{
    max-height:65vh;
    overflow-y: auto;
}
.footer-popup.modal .modal-header h3{
    float:left;
    width:100%;
    margin:0;
    color:#ff966a !important;
    font-size:16px;
    line-height:1.2em;
    padding:15px;
}
.footer-popup.modal .modal-header h3 .fa{
    float:left;
    font-size:20px;
    font-weight:600;
    margin-right:5px;
    margin-top:-5px;
}
.footer-popup.modal .modal-header .close{
    position:absolute;
    width:30px;
    height:30px;
    font-size:30px;
    font-weight:600;
    color:#ff966a !important;
    padding:4px;
    top:7px;
    right:10px;
    z-index:111;
    border:0;
    border-radius:6px;
    background:#38475c;
    font-family: 'montserrat';
}
.footer-popup.modal .modal-content .modal-header{
    float:left;
    width:100%;
    padding:0;
    margin-bottom:10px;
    background:#38475C;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.footer-popup.modal .modal-content .modal-body{padding:0 15px;}
.footer-popup.modal .modal-content .modal-body .help-block-others{
    margin-top:0 !important;
    margin-bottom:0;
}
.footer-popup.modal .heading{
    float:left;
    width:100%;
    margin-bottom:-15px;
    padding:20px 15px 0;
}
.footer-popup.modal .heading h2{
    float:left;
    width:100%;
    margin:0;
    font-size:20px;
    text-align:center;
}
.footer-popup.modal .stat-box-row {
    margin-left:-5px;
    margin-right:-5px;
}

.footer-popup.modal .stat-outerbox{
    padding:3px 5px;
    line-height:1em;
}

.footer-popup.modal .m-stat-box{
    float:left;
    width:100%;
    padding:0;
    text-align:center;
    margin-bottom:10px;
}

.footer-popup.modal .m-stat-box .stat-box-right .icons-content .fa {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-popup.modal .m-stat-box .stat-box-right .icons-content:last-child{padding:0;}
.footer-popup.modal .m-stat-box:hover .stat-box-left,
.footer-popup.modal .m-stat-box.active .stat-box-left{border-color: #ffffff;}
.footer-popup.modal .m-stat-box:hover .stat-box-right .icons-content .fa,
.footer-popup.modal .m-stat-box.active .stat-box-right .icons-content .fa{color:#ff966a}
.footer-popup.modal .m-stat-box:hover .stat-box-right a.icons-content:hover .fa,
.footer-popup.modal .m-stat-box.active .stat-box-right a.icons-content:hover .fa {
    color: #ffffff;
    transform: scale(1.2);
}
.footer-popup.modal .m-stat-box .icon{
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:5px;
}
.footer-popup.modal .m-stat-box .icon .fa{font-size:20px;}
.footer-popup.modal .m-stat-box .num {
    font-size:15px;
    color:#ff966a;
    line-height: 1em;
    font-family: 'montserrat-bold';
}
.footer-popup.modal .m-stat-box .pln-name {
    font-size: 1.2em;
    margin: 5px 0;
    color:#081839;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
}
.footer-popup.modal .m-stat-box .pln-date {
    font-size: 1.1em;
    margin: 5px 0;
    color: #f9c1c6;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
}
.footer-popup.modal .m-stat-box .content {
    font-size: 10px;
    color: #081839;
    line-height: 1em;
    font-family: 'montserrat';
}

/*.footer-popup.modal .m-stat-box.active, .m-stat-box:hover {background:#38475c;}*/
.footer-popup.modal .dbn-subnav-row{
    float:left;
    width:100%;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav{
    float:left;
    width:33.33%;
    padding:10px 5px;
    text-align:center;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav .subnav-grid{
    float:left;
    width:100%;
    padding:5px;
    border-radius:10px;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav .dbn-subnav-img{
    float:none;
    display:inline-block;
    width:30px;
    height:30px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav .dbn-subnav-img .fa{
    color: #38475c;
    font-size:30px;
    padding: 5px;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav .subnav-text{
    float:left;
    width:100%;
    padding:0;
    font-size:12px;
    color:#45575e;
    position:relative;
    line-height:1.2em;
    word-wrap:break-word;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav:hover .dbn-subnav-img .fa,
.footer-popup.modal .dbn-subnav-row .dbn-subnav:hover .subnav-text{color:#ff966a;}
.footer-popup .sp-top-filter{
    float:left;
    width:100%;
}
.footer-popup .sp-top-filter .default-search{
    float:left;
    width:100%;
    padding:0;
    min-height:100%;
    text-align:center;
}
.footer-popup .sp-top-filter .default-search .header-search-blog{padding:30px 0 25px;}
.footer-popup .sp-top-filter .default-search .header-search-blog .srh-box.search-top{padding:0;}
.footer-popup .sp-top-filter .default-search{
    float:none;
    display:table;
    width:100%;
}
.footer-popup .sp-top-filter .default-search .mobi-search{
    float:none;
    display:table-cell;
    width:100%;
}
.footer-popup .sp-top-filter .default-search .button-box{
    float:none;
    display:table-cell;
    padding:0 0 0 15px;
    vertical-align: middle;
}
.footer-popup .sp-top-filter .default-search .button-box .btn{
    border-radius:10px;
    padding:18px 30px 17px;
    height: 50px;
    margin-top: 5px;
}
.footer-popup .sp-top-filter .flt-nav{
    margin:0;
    padding:0;
}
.footer-popup .sp-top-filter .matiksearch-filter-center{
    float:left;
    width:100%;
    margin:0;
    text-align:center;
    background:#f0efef;
}
.footer-popup .sp-top-filter .flt-nav a{
    float:none;
    display:inline-block;
    font-size:18px;
    color:#45575e !important;
    margin:5px 5px 0 0;
    background:transparent !important;
    font-family:'montserrat-bold';
}
.footer-popup .sp-top-filter .flt-nav a:hover,
.footer-popup .sp-top-filter .flt-nav a.act{color:#ff966a !important;}
.footer-popup.members-sports .modal-content .modal-body{
    float:left;
    width:100%;
    min-height:578px;
}
.footer-popup.members-sports .sp-top-filter .heading:after{display:none;}
.footer-popup.members-sports .heading{margin-bottom:0;}
.footer-popup .default-search .input-group.header-align{width:100%;}
.search-member-popup .mem-cate-box .heading-box{margin:0;}
.search-member-popup .mem-cate-box{border-radius:10px;}
.search-member-popup .mem-cate-left,
.search-member-popup .mem-cate-right{padding:0;}
.search-member-popup .mem-cate-left .heading{
    border-top-left-radius:6px;
    margin-bottom:15px;
    padding:15px 15px 10px;
}
.footer-popup.members-sports .modal-dialog{top:14%;}
.footer-popup .breadcrumb{
    float: left;
    width: 100%;
    padding: 5px 10px !important;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px !important;
    background: #ffffff !important;
}
.footer-popup .breadcrumb .breadcrumb-right{
    float:right;
    width:50%;
}
.footer-popup .breadcrumb .breadcrumb-left{
    float:left;
    width:50%;
}
.footer-popup .breadcrumb .breadcrumb-uid{
    float:left;
    width:100%;
    color:#2f99ed;
    font-size:12px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    padding:8px 0;
}
.footer-popup .breadcrumb .brdb-rowbox .brdb-coin{
    float: right;
    color: #2f99ed;
    font-size: 14px;
    font-weight: 600;
    line-height:12px;
    margin-right:0;
    padding:11px 0 0 !important;
}
.footer-popup .breadcrumb .brdb-rowbox .buy-btn {
    display: inline-block;
    padding: 2px 7px;
    margin: -7px 0 0 5px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    text-transform: capitalize;
}

.footer-popup.modal .fmd-section{
    float: left;
    width: 100%;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px;
    background:#ffffff;
}
.footer-popup .dbtml-box.module-box{
    float: left;
    width: 100%;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px;
    background:#ffffff;
}
.footer-popup .dbtml-box.module-box .heading{padding: 10px 0;}
.footer-popup.modal .heading h2{
    float:left;
    width:100%;
    margin:0 0 10px;
    font-size:16px;
    font-weight:600;
    text-align:left;
    text-transform:unset;
    font-family:'montserrat' !important;
}
.footer-popup .head-box{
    float:left;
    width:100%;
    padding:10px 0;
    margin-bottom:10px;
    bottom:4px;
    position:relative;
}
.footer-popup .head-box .head-left{
    float:left;
    width:50%;
}
.footer-popup .head-box .heading{
    display:table;
    width:100%;
    padding:0 !important;
}
.footer-popup .head-box .heading .head-icon{
    display:table-cell;
    min-width:20px;
    vertical-align:top;
    text-align:left;
}
.footer-popup .head-box .heading .head-icon .fa{
    color:#fe9f78;
    font-size:14px;
    font-weight:600;
    bottom:4px;
    position:relative;
}
.footer-popup .head-box .heading .head-title{
    display:table-cell;
    width:100%;
}
.footer-popup .head-box .heading .head-title h2{margin:2px 0 0;}
.footer-popup .head-box .heading .head-title .box-text{
    display:table-cell;
    width:100%;
}
.footer-popup .head-box .heading .head-title .box-text strong {
    font-size:15px;
    font-family: 'montserrat-bold';
}
.footer-popup .head-box .head-right{
    float:left;
    width:50%;
    text-align:right;
}

.footer-popup .head-box .head-right .box-text{font-size:12px;}

.footer-popup .grid-box{
    float:left;
    width:100%;
}
.footer-popup .grid-box .grid-row{
    margin-left:-5px;
    margin-right:-5px;
}
.footer-popup .grid-box .grid-left,
.footer-popup .grid-box .grid-right{
    float:left;
    width:50%;
    padding:0 5px;
}
.dark-box{
    float:left;
    width:100%;
    padding:5px 7px;
    margin-bottom:5px;
    border-radius:4px;
    background:#f5f5f7;
}
.dark-box .coin-sts-box{
    float:left;
    width:100%;
    font-size:11px;
}
.dark-box .coin-sts-box strong{
    color: #ff966a;
    font-family: 'montserrat-bold';
}
.footer-popup .btn.adr-btn{
    float:none;
    display:table;
    width:100%;
    padding:0 5px;
    margin:5px 0;
    color:#000;
    font-size:11px;
    line-height:15px;
    border-radius:4px;
    background:#ffffff;
    position:relative;
    border:1px solid #ddd;
    font-family:'montserrat';
}
.footer-popup .adr-btn .adr-icon,
.footer-popup .adr-btn .adr-text,
.footer-popup .adr-btn .adr-arrow{
    display:table-cell;
    width:100%;
    padding:5px 2px;
    text-align:left;
    vertical-align:middle;
}
.footer-popup .adr-btn .adr-icon{
    width:16px;
    min-width:16px;
}
.footer-popup .adr-btn .adr-arrow{
    width:10px;
}
.footer-popup .adr-btn .adr-text .badge{
    position:relative;
    top:0;
    right:0;
    margin-top:-11px;
}
.footer-popup .adr-btn .adr-text .btn-des{
    display:block;
    font-size: 11px;
    color: #8b8b8b;
    margin-top: -4px;
}
.logout-box{
    float:left;
    width:100%;
}
.logout-box .btn.line-btn{
    display:inline-block;
    width:100%;
    height:30px;
    color:#ff966a;
    margin:6px 0;
    font-size:11px;
    line-height:15px;
    padding:7px 10px;
    border-radius:4px;
    background:#ffffff;
    position:relative;
    border:1px solid #ff966a;
    font-family:'montserrat';
}
.logout-box .btn.line-btn:hover,
.logout-box .btn.line-btn:active,
.logout-box .btn.line-btn:focus,
.logout-box .btn.line-btn:hover:active,
.logout-box .btn.line-btn:active:active{
    color:#ffffff;
    background:#ff966a;
}
.footer-popup .adr-btn .adr-icon .fa{font-size:16px;}
.footer-popup .adr-btn .adr-icon .adr-arrow .fa{font-size:16px;}
.footer-popup{}
.footer-popup{}
.footer-popup{}


.footer-popup.modal .dbn-stat-box{
    padding:0;
    margin-top:10px;
    margin-bottom:0;
    background:#ffffff;
}
.footer-popup.modal .dbn-stat-box .stat-outerbox{width:25%;}
.footer-popup.modal .dbn-stat-box .stat-outerbox:nth-child(4n+1){clear:both;}
.footer-popup.modal .dbn-stat-box .stat-box .num{
    font-size:30px;
    color:#ff966a !important;
    margin-bottom:5px;
}
.footer-popup.modal .dbn-stat-box .stat-box .content{text-transform: unset;}

.footer-popup.modal .buttom-btn-box{
    float:left;
    width:100%;
    margin-bottom:0;
    text-align:center;
}
.footer-popup.modal .buttom-btn-box .btn{
    width:100%;
    height:25px;
    font-size:14px;
    line-height:17px;
    margin:5px 0;
    font-weight:500;
    padding:4px 15px;
    text-transform:none;
    border-radius:4px;
    max-width:100%;
    box-shadow:none !important;
    white-space:nowrap;
    position:relative;
    overflow:hidden;
    text-overflow:ellipsis;
    background:#ffffff;
}
.footer-popup.modal .buttom-vmbox{
    float: left;
    width: 100%;
    margin-bottom:0;
    text-align: center;
}
.footer-popup.modal .buttom-vmbox .btn.line-btn{
    float:none;
    display: inline-block;
    color: #2f99ed !important;
    height: 25px;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0;
    font-weight: 500;
    padding: 5px 15px;
    text-transform: none;
    border-radius: 4px;
    background:#ffffff;
    border: 1px solid #2f99ed !important;
}

.footer-popup.modal .fm-sub-nav{
    float:left;
    width:100%;
    padding:5px 15px;
    position:relative;
    overflow:hidden;
    margin-bottom:-7px;
    background:#f5f5f7;
}
.footer-popup.modal .fm-sub-nav .row{
    margin-right:-10px;
    margin-left:-10px;
}
.footer-popup.modal .fm-sub-nav .fm-sub-navbox{
    float:left;
    width:20%;
    text-align: center;
}
.footer-popup.modal .fm-sub-nav .fm-sub-navbox .dbn-subnav-img{
    display:inline-block;
    width:40px;
    height:40px;
    -moz-transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.footer-popup.modal .fm-sub-nav .fm-sub-navbox .dbn-subnav-img .fa{
    color:#38475c;
    font-size:25px;
    padding:5px;
}
.footer-popup.modal .fm-sub-nav .fm-sub-navbox .subnav-text {
    float:left;
    width:100%;
    padding:0;
    font-size: 12px;
    color: #45575e;
    position: relative;
    line-height: 1.2em;
    word-wrap: break-word;
}
.footer-popup.modal .signup-loginpage .content{padding:10px 0 0;}
.footer-popup.modal .pi-box{
    float:left;
    width:100%;
}
.footer-popup.modal .pi-box .pi-text{
    float:left;
    width:100%;
    font-size:11px;
    line-height:13px;
    margin:5px 0;
}
.footer-popup.modal .progress-box{
    float:left;
    width:100%;
    height:30px !important;
}
.footer-popup.modal .progress-box .pi-text{
    float:left;
    width:100%;
    font-size:11px;
    line-height:13px;
    margin-bottom:-5px;
    text-align:left;
}
.footer-popup.modal .progress-box .progress{width:80%;}
.footer-popup.modal .progress-box .pr-percentage{
    width:20%;
    color:#ff5d8f !important;
    font-weight:700;
    line-height:1em;
    margin-top:0;
    padding:7px 10px;
    margin-bottom:3px;
    text-align:center;
}
.footer-popup .box-head-middle{
    float:left;
    width:100%;
    text-align:center;
    margin-bottom: 5px;
}
.footer-popup .box-bottom.status-content{
    float:left;
    width:100%;
}
.footer-popup .box-head-middle .see-why{
    float:none;
    display:inline-block;
    width:30%;
    min-width:120px;
    height:25px;
    color:#3C4858;
    font-size:12px;
    line-height:14px;
    padding:5px 7px;
    text-align:left;
    border-radius:4px;
    background:#ffffff;
    border-radius:4px;
    border:1px solid #38475c;
}
.footer-popup .box-head-middle .see-why span {
    float:right;
    font-size: 14px;
    margin-top:0;
    margin-left: 3px;
    position: relative;
    top:0;
}
.footer-popup .prs-bottom-text-box .prs-bottom-text{
    float:left;
    width:50%;
}
.footer-popup .prs-bottom-text-box .prs-bottom-text .fa,
.footer-popup .prs-bottom-text-box .prs-bottom-text{color:#8cb178;}
.footer-popup .prs-bottom-text-box .prs-bottom-text.red .fa,
.footer-popup .prs-bottom-text-box .prs-bottom-text.red{color:#e43a45;}

.footer-popup .prs-bottom-text-box .prs-bottom-text .prs-bottom-btnbox a.line-btn .fa{
    margin:0;
    font-size:10px;
}

.mpr-info-box{
    float:left;
    width:100%;
    padding:10px;
    position:relative;
    overflow:hidden;
    border-radius:7px;
    margin-bottom:10px;
    background:#FAFAFC;
}
.mpr-info-box .mpr-info{
    display:table;
    width:100%;
}
.mpr-info-box .mpr-info .mpr-info-img{
    display:table-cell;
    width:48px;
}
.mpr-info-box .mpr-info .imgbox{
    display:inline-block;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#ffffff;
    border:2px solid #ffffff;
}
.mpr-info-box .mpr-info .imgbox img{
    display:inline-block;
    border-radius:50%;
}
.mpr-info-box .mpr-info .mpr-info-button{
    display:table-cell;
    padding-left:5px;
    vertical-align:middle;
}
.mpr-info-box .mpr-info .mpr-info-button .btn.btn-edit{
    color:#000000;
    height:25px;
    margin:0;
    padding:5px 10px;
    line-height:14px;
    border:1px solid #dddddd;
    background:#ffffff !important;
}

.mpr-info-box .mpr-info .mpr-info-content{
    display:table-cell;
    width:100%;
    vertical-align:middle;
    padding-left:5px;
    padding-bottom:5px;
    text-align:left;
}
.mpr-info-box .mpr-info .mpr-info-content{
    display:table-cell;
}
.mpr-info-box .mpr-info .mpr-info-content .name{
    float:left;
    width:100%;
    color:#38475c;
    font-size:15px;
    margin:6px 0 0;
    line-height:17px;
    white-space:nowrap;
}
.mpr-info-box .mpr-info .mpr-info-content .name strong{
    font-family:'montserrat-bold' !important;
}
.mpr-info-box .mpr-info .mpr-info-content .name .prime-box{
    display:inline-block;
    color:#2f99ed;
    font-size:11px;
    padding:2px 7px;
    line-height:1.2em;
    margin:0 5px;
    border-radius:25px;
    border:1px solid #2f99ed;
}
.mpr-info-box .mpr-info .mpr-info-content .name .sportsmatik-verified-cls{top:2px;}
.footer-popup.modal .promotions-box .dbn-stat-box .stat-outerbox{width:33.33%;}
.footer-popup.modal .promotions-box .grid-box .grid-left,
.footer-popup.modal .promotions-box .grid-box .grid-right{width:33.33%;}

.m-dashboard-nav{
    float:left;
    width:100%;
    padding:0;
    text-align:left;
}
.m-dashboard-nav .m-dashboard-menu{
    margin:0;
    padding:0;
}
.m-dashboard-nav .arrow:after {
    content:none;
    left:0;
    height:1px;
}
.m-dashboard-nav .m-dashboard-menu .db-selectfilter{
    position:relative;
    z-index:2;
    padding:0 10px 5px;
}
.m-dashboard-nav .m-dashboard-menu .db-selectfilter .form-group{
    margin:15px 0 0 0 !important;
    padding:0 !important;
}
.m-dashboard-nav .m-dashboard-menu .db-selectfilter .form-group label.control-label{
    color:#38475c;
    background:linear-gradient(0deg, #ffffff 33%, #f5f5f7 60%);
}
.m-dashboard-nav .m-dashboard-menu .db-selectfilter .form-group.label-floating.is-focused label.control-label{color:#2f99ed;}

.m-dashboard-nav .m-dashboard-menu .db-selectfilter .chosen-container-single .chosen-single,
.m-dashboard-nav .m-dashboard-menu .db-selectfilter select.select-chosen{margin-bottom:0;}
.m-dashboard-nav .m-dashboard-menu > li{
    float:left;
    width:100%;
    color:#000;
    padding:0 10px;
    margin:5px 0;
    font-size:11px;
    line-height:15px;
    list-style:none;
    border-radius:4px;
    background:#ffffff;
    position:relative;
    text-decoration:none;
    border: 1px solid #ddd;

}
.m-dashboard-nav .m-dashboard-menu > li > a,
.m-dashboard-nav .m-dashboard-menu > li > a > i,
.m-dashboard-nav .m-dashboard-menu.m-dashboard-menu-compact > li > .sub-menu > li > a,
.m-dashboard-nav .m-dashboard-menu.m-dashboard-menu-compact > li > .sub-menu > li > .sub-menu > li > a {
    color: #666666;
}
.m-dashboard-nav-closed .page-sidebar .m-dashboard-menu.m-dashboard-menu-closed > li > .sub-menu{background: #eee;}
.m-dashboard-nav-menu.m-dashboard-menu-closed > li > .sub-menu > li > .sub-menu > li.nav-item{margin-top: 0 !important;}
.m-dashboard-nav-menu.m-dashboard-menu-closed > li > .sub-menu > li > .sub-menu > li.nav-item{background: #eee !important;}
.m-dashboard-nav .m-dashboard-menu .sidebar-head-divider {
    float:left;
    width:100%;
    position:relative;
    top:2px;
    z-index:1;
    padding:0 10px;
}
.m-dashboard-nav .m-dashboard-menu .sidebar-head-divider hr {
    margin:0 !important;
    border-top:1px solid #ffffff !important;
}
/*.m-dashboard-nav .m-dashboard-menu > li.nav-item-sports{background: rgb(0 0 0 / 12%);}*/
.m-dashboard-nav .m-dashboard-menu > li > a.nav-item-sports-label {
    cursor:default;
    font-size:16px;
}
.m-dashboard-nav .m-dashboard-menu > li > a.nav-item-sports-label .title{
    padding:0;
    line-height:1.6em;
    text-transform:uppercase;
    font-family: 'montserrat-bold' !important;
}

.m-dashboard-nav .m-dashboard-menu > li.active.open > a,
.m-dashboard-nav .m-dashboard-menu > li.active > a,
.m-dashboard-nav .m-dashboard-menu > li.active.open > a:hover,
.m-dashboard-nav .m-dashboard-menu > li.active.open > a,
.m-dashboard-nav .m-dashboard-menu > li.open > a,
.m-dashboard-nav .m-dashboard-menu > li.open > a:hover,
.m-dashboard-nav .m-dashboard-menu > li.active > a > i,
.m-dashboard-nav .m-dashboard-menu > li.active > a:hover{color:#ff966a;}

.m-dashboard-nav .m-dashboard-menu li > a > .arrow{
    position:relative;
    float:right;
    top:5px;
    left:5px;
}
.m-dashboard-nav .m-dashboard-menu > li.active > a .arrow:before,
.m-dashboard-nav .m-dashboard-menu > li.open > a .arrow:before{
    color:#ff966a !important;
}
.m-dashboard-nav .m-dashboard-menu li > a > .arrow:before{
    content: '\f105';
    color: #38475c;
    font-size: 19px;
    font-weight: 500;
    font-family: FontAwesome;
}
.m-dashboard-nav .m-dashboard-menu > li > a > i, .m-dashboard-nav .m-dashboard-menu > li.active > a > i,
.m-dashboard-nav .m-dashboard-menu > li.open > a > i{
    top:2px;
    position:relative;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .m-dashboard-menu li > a > .arrow.open:before{
    content:"\e1101";
    font-size:18px;
    font-weight:500;
    position:relative;
    right:10px;
    font-family: "icomoon";
}
.m-dashboard-nav .m-dashboard-menu li > a > .arrow.open:before,
.m-dashboard-nav .m-dashboard-menu li.dbn-nav-dropdown > a > .arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .m-dashboard-menu li.dbn-nav-dropdown > a > .arrow.open:before{
    content: "\f107";
    font-size: 19px;
    font-weight: 500;
    position: relative;
    right: 5px;
    font-family: 'FontAwesome';
}

.m-dashboard-nav .m-dashboard-menu > li.active > a > i,
.m-dashboard-nav .m-dashboard-menu > li.open > a > i,
.m-dashboard-nav .m-dashboard-menu > li.open > a > .arrow.open:before, .m-dashboard-nav .m-dashboard-menu > li.open > a > .arrow:before {
    color:#ff966a;
}

.m-dashboard-nav .m-dashboard-menu.m-dashboard-menu-compact > li > .sub-menu > li:hover > a, .m-dashboard-nav .m-dashboard-menu.m-dashboard-menu-compact > li > .sub-menu > li > .sub-menu > li:hover > a, .m-dashboard-nav .m-dashboard-menu.m-dashboard-menu-compact > li > .sub-menu > li.active > a, .page-sidebar .m-dashboard-menu .sub-menu > li.open > a,
.m-dashboard-nav .m-dashboard-menu.m-dashboard-menu-compact > li > .sub-menu > li > .sub-menu > li.active > a {
    color: #009dcf;
    background: transparent !important;
}
.m-dashboard-nav .m-dashboard-menu > li > a {
    display:flex;
    width:100%;
    border-top:0;
    font-size:14px;
    font-weight:600;
    padding:5px 0;
}
.m-dashboard-nav .m-dashboard-menu > li > a .fa {
    float:left;
    width:18px;
    height:18px;
    color:#38475c;
    font-size:16px;
    text-align:center;
}
.m-dashboard-nav .m-dashboard-menu > li > a .fa.fa-users{font-size:17px;}
.m-dashboard-nav .m-dashboard-menu > li > a .fa.fa-users,
.m-dashboard-nav .m-dashboard-menu > li > a .fa.fa-bell{font-size:16px;}
.m-dashboard-nav .m-dashboard-menu > li > a [class*=" matik-fill-"]{
    top:2px;
    width:20px;
    height:20px;
    padding:0;
    font-size:20px;
}
.m-dashboard-nav .m-dashboard-menu > li > a .title{
    float:left;
    width:96%;
    color:#38475c;
    margin-top:1px;
    font-size:12px;
    font-weight:500;
    line-height:1.6em;
    padding-left:5px;
    font-family: 'Montserrat' !important;
}
.m-dashboard-nav .m-dashboard-menu > li > a .title .small{
    float:left;
    width:100%;
    color:#8b8b8b;
    font-size:11px;
    font-weight:500;
    margin-top:-8px;
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li a{
    float:left;
    width:100%;
    font-size:14px;
    font-weight:600;
    min-height:40px;
    padding:10px 0;
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li a .fa{
    float:left;
    width:18px;
    height:18px;
    color:#38475c;
    font-size:16px;
    text-align:center;
}
.m-dashboard-nav .m-dashboard-menu > li .fa.fa-question-circle,
.m-dashboard-nav .m-dashboard-menu > li .fa.fa-question-circle-o{
    color: #d05648;
    font-size:16px;
    font-weight:500;
    position: relative;
    top:2px;
}

.m-dashboard-nav .m-dashboard-menu > li.active > a .title,
.m-dashboard-nav .m-dashboard-menu > li.open > a .title{
    color:#ff966a !important;
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu{
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li{
    position:relative;
    float:left;
    width:100%;
    color:#000;
    padding:0 10px;
    margin:5px 0;
    font-size:14px;
    line-height:15px;
    list-style:none;
    border-radius:4px;
    background:#ffffff;
    position:relative;
    text-decoration:none;
    border:1px solid #ddd;
}
.m-dashboard-nav .m-dashboard-menu>li ul.sub-menu li a .title {
    float:left;
    width:100%;
    max-width:88%;
    margin-top:2px;
    font-size:12px;
    padding-left:5px;
    font-weight:500 !important;
    font-family: 'montserrat';
}
.m-dashboard-nav .m-dashboard-menu li ul.sub-menu li a .title .arrow{
    position:relative;
    top:3px;
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li:last-child{padding-bottom:0;}
/*.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li a .arrow:before,
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li a .title{font-weight: 600;}*/
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li.active a .arrow:before,
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li.active a .title{
    font-weight:500;
    color:#ff966a !important;
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li.active a .arrow:before {
    content: '\f105';
    font-weight: 500;
    position: relative;
    right:7px;
    font-size: 12px;
    font-family: "icomoon";
}
.m-dashboard-nav .m-dashboard-menu > li ul.sub-menu li.active.open a .arrow.open:before{content: "\f107";}

.m-dashboard-nav .m-dashboard-menu.page-sidebar-menu-compact > li > .sub-menu > li > a > .arrow:before {
    font-size: 14px;
    color: #2f353b;
}
.m-navbox-section{
    float:left;
    width:100%;
    padding:0 10px;
}
.m-navbox-section .row{
    margin-left:-10px;
    margin-right:-10px;
}
.m-navbox-section .m-navbox{
    float:left;
    width:33.33%;
    margin:5px 0;
    padding:0 5px;
}
.m-navbox-section .m-navbox:nth-child(3n+1){clear:both;}
.m-navbox-section .m-navbox .card{
    float:left;
    width:100%;
    /*min-height:72px;*/
    padding:5px;
    margin:0;
    font-size:14px;
    line-height:15px;
    text-align:center;
    border-radius:4px;
    box-shadow:none;
    background:#ffffff;
}

.m-navbox-section .m-navbox .navbox-icon{
    float:left;
    width:100%;
}
.m-navbox-section .m-navbox .navbox-icon .fa{font-size:25px;}
.m-navbox-section .m-navbox .navbox-text{
    float:left;
    width:100%;
    font-size:12px;
    line-height:1.2em;
    margin-top:5px;
}
.m-navbox-section .m-navbox:hover .card{border-color:#ff966a;}
.m-navbox-section .m-navbox:hover .navbox-icon .fa,
.m-navbox-section .m-navbox:hover .navbox-text{color:#ff966a;}

.btn.back-btn-box{
    float:left;
    width:100%;
    color:#3C4858;
    margin:5px 0;
    padding:10px;
    font-size:12px;
    line-height:15px;
    text-align:center;
    border-radius:4px;
    box-shadow:none;
    background:#ffffff;
    box-shadow:none;
    border:1px solid #ddd;
}
.btn.back-btn-box .back-left{
    float:left;
    width:70%;
    padding:7px 0 0;
}
.btn.back-btn-box .back-left .fa{
    float:left;
    font-size:18px;
    font-weight:600;
    top:0;
}
.btn.back-btn-box .back-right{
    float:left;
    width:30%;
    border-left:1px solid #ddd;
}
.btn.back-btn-box:hover,
.btn.back-btn-box:active,
.btn.back-btn-box:focus,
.btn.back-btn-box:active:focus{
    color: #ff966a;
    background:#ffffff;
    border-color:#ff966a;
}
.grid-box-column{
    float:left;
    width:100%;
}
.grid-box-column .grid-box-row{
    margin-left:-5px;
    margin-right:-5px;
}
.grid-box-column .grid-box-row .grid-box{
    float:left;
    width:50%;
    padding:0 5px;
    margin:5px 0;
}
.grid-box-column .grid-box-row .grid-box a{
    float:left;
    width:100%;
    min-height:85px;
    padding:23px 10px 2px;
    text-align:center;
    border-radius:4px;
    background:#ffffff;
    border:1px solid #ddd;
}
.grid-box-column .grid-box-row .grid-box.fm-tab a{padding: 20px 10px;}
.grid-box-column .icon-box{display:inline-block;}
.grid-box-column .icon-box .fa{font-size:18px;}
.grid-box-column .icon-text{
    float:left;
    width:100%;
    font-size:12px;
    line-height:15px;
    font-weight:600;
    margin-top:0;
    text-align:center;
}
.grid-box-column .icon-text .small{
    color:#ff966a;
}

.grid-box-column .grid-box-row .grid-box a:hover,
.grid-box-column .grid-box-row .grid-box a:active,
.grid-box-column .grid-box-row .grid-box a:focus{border-color:#ff966a;}

.grid-box-column .grid-box-row .grid-box a:hover .icon-box .fa,
.grid-box-column .grid-box-row .grid-box a:active .icon-box .fa,
.grid-box-column .grid-box-row .grid-box a:focus .icon-box .fa,
.grid-box-column .grid-box-row .grid-box a:hover .icon-text,
.grid-box-column .grid-box-row .grid-box a:active .icon-text,
.grid-box-column .grid-box-row .grid-box a:focus .icon-text{color:#ff966a;}
.grid-box-column.two-line .icon-text{min-height:31px;}

.top-button-box{
    float:left;
    width:100%;
    padding: 0;
    max-width:100%;
    text-align:center;
    margin-bottom:10px;
}
/*.modal-body .top-button-box .nav-tabs:after{border:0 !important;}*/

/*.top-button-box .top-button-row{
    margin-left:-5px;
    margin-right:-5px;
}*/
.top-button-box .tabtable-box{
    float:left;
    width:100%;
    padding:0;
    text-align: center;
}

.top-button-box ul.nav-tabs{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    background: transparent;
}
.top-button-box ul.nav-tabs li{
    float: none;
    display: inline-block;
    width:auto !important;
    padding:0;
    margin-right: 10px;
    left: 0;
}
.top-button-box ul.nav-tabs li .dropdown-backdrop{display:none;}
.top-button-box ul.nav-tabs li a{
    display:inline-block;
    width:auto;
    color:#000 !important;
    margin:2px 0;
    font-size:14px;
    line-height:15px;
    padding:10px 20px 9px !important;
    background:#ffffff;
    text-transform:capitalize;
    border: 1px solid #000 !important;
}
.top-button-box ul.nav-tabs li a .badge{
    position:absolute;
    top:3px;
    right:3px;
    width:16px;
    color:#ffffff;
    padding:3px 2px;
    font-size:10px;
    font-weight:500;
    text-align:center;
    background:#ff966a;
}
.top-button-box ul.nav-tabs li a.btn.act,
.top-button-box ul.nav-tabs li a.btn:hover,
.top-button-box ul.nav-tabs li a.btn:active,
.top-button-box ul.nav-tabs li a.btn:focus,
.top-button-box ul.nav-tabs li a.btn:active:focus{
    color:#ff966a !important;
    background:#ffffff !important;
    border-color:#ff966a !important;
}
.top-button-box .tabtable-box li.tab-fold{margin:2px !important;}
.top-button-box .tabtable-box .nav-tabs:after,
.top-button-box .tabtable-box .nav-tabs > li.active:before,
.top-button-box .tabtable-box .nav-tabs > li:hover:before{content:none;}
/*.top-button-box .tabtable-box li.tab-fold a .fa-ellipsis-v{
    top:1px;
    left:0;
}*/

.mytable thead.box-row{
    width:100%;
    border-radius:15px;
    border:1px solid #ddd;
    box-shadow:0 0 10px #ccc;
}

.mytable tbody.box-row {
    width:100%;
    border-radius:0;
    margin-bottom:15px;
    border:0 !important;
}

.mytable tbody.box-row:last-child {margin-bottom: 0;}
.mytable tbody.box-row tr {border: 0 !important;}
.mytable tr.cl1{background:#ffffff !important;}
.mytable tr.cl2{background:#ffffff !important;}
.mytable.table-striped tr.cl2{background:#f5f5f7 !important;}
.mytable tbody tr.created-box {background:#f5f5f7 !important;}
.mytable tbody tr.created-box td.action-btn {
    text-align:right;
    padding-right:30px !important;
}
.mytable tr td {white-space:normal;}
.mytable tbody.box-row tr td{border:0;}
.mytable tbody.box-row tr td.text-nowrap{white-space: nowrap;}
.mytable tbody.box-row tr.tbl-heading-row{
    background:#38475c !important;
    border-bottom:0;
}
.mytable tbody.box-row tr.tbl-heading-row th{
    color:#ffffff;
    vertical-align:middle !important;
}
.mytable tbody.box-row tr.tbl-heading-row th a{
    color:#ff966a;
    text-decoration:underline;
}
.mytable.alert-table tbody.box-row tr{
    background:#eeeeee !important;
    border-top:5px solid #f5f5f7 !important;
    border-bottom:5px solid #f5f5f7 !important
}
.mytable.alert-table tbody.box-row tr.tbl-heading-row{background:#38475c !important;}
.mytable.alert-table tbody.box-row tr th{font-size:14px;}
.mytable.alert-table tbody.box-row tr td{
    font-size:14px;
    text-align:left;
}
.search-box .top-search-box{
    float:left;
    width:100%;
    padding:10px 0;
}
.search-box .top-search-box .form-group select.select-chosen{
    height:30px;
    padding:4px 5px;
}
.search-box .top-search-box .form-group .form-control{
    height:30px;
    padding:4px 5px;
}
.search-box .top-search-box .form-group.label-floating label.control-label{top:2px;}
.top-search-box .form-group.label-floating.is-focused label.control-label,
.top-search-box .form-group.label-floating:not(.is-empty) label.control-label{top:-9px;}
.top-search-box .btn{
    /*float:right;*/
    height: 30px;
    margin:0 0 0 5px;
    padding: 7px 10px;
}
.top-search-box .btn .fa.fa-search{top:1px;}
.top-search-box .form-group,
.top-search-box .register-field{
    margin:0 !important;
    padding-bottom:5px !important;
}
.search-box .top-search-box .row-inline .box-inline{
    width:100%;
    min-width:auto;
    white-space:nowrap;
    text-align:left;
}
.search-result .muc-box{
    float:none;
    display:inline-block;
    width:19%;
}
.search-result .muc-box a .muc-img .fa{
    font-size:40px;
    color:#38475c;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.search-result .muc-box a .muc-img .badge{
    top:10px;
    right:45px;
    color:#ffffff;
    width:auto;
    min-width:19px;
    font-size:12px;
    line-height:14px;
    background:#e43a45;
    border-radius:25px;
    padding:3px 4px;
}
.search-result .muc-box .muc-text{
    color:#38475c;
    height:25px;
    margin-top:0;
}
.search-result .muc-box a:hover{
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
}
.search-result .muc-box a:hover .muc-img .fa{
    color:#ff966a;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.search-result .muc-box a:hover .muc-text{
    color:#ff966a;
    text-decoration:underline;
}
.m-ads-box{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
    border-radius:4px;
    margin:0 0 7px;
}
.m-ads-box img{
    float:left;
    width:100%;
}
.progress-box .progress {
    width:100%;
    height:7px !important;
    border-radius: 10px;
}
.progress-box .progress-bar {
    float: left;
    min-width: 45px;
    max-width: 100%;
    font-size: 14px;
    padding: 8px 0;
    line-height: 1em;
    border-radius: 3px;
    height: 30px !important;
    margin-top: 0 !important;
    background-color: #00cc58 !important;
    color: #e91e63;
}
.filter-popup.footer-popup.modal .modal-dialog{
    border-radius: 4px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(-25%, -0);
    -ms-transform: translate(-25%, -0);
    -o-transform: translate(-25%, -0);
    transform: translate(-25%, -0);
}
.filter-popup.footer-popup.modal.in .modal-dialog{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.filter-popup.modal  .modal-dialog{
    left: 0;
    top:75px;
    width:98.3%;
    height:100%;
    padding:0;
    margin:0;
    position:relative;
}
.filter-popup.modal .modal-content .modal-header{margin-bottom:0;}
.filter-popup.modal .head-column{
    float:left;
    width:100%;
}
.filter-popup.modal .head-column .left-head{
    float:left;
    color:#fff;
    font-size:18px;
    padding:10px 15px;
    margin-bottom:-45px;
    font-family: 'montserrat-bold';
}
.filter-popup.modal .head-column .heading-box{
    float:left;
    width:100%;
    text-align:left;
    padding:15px 0;
}
.filter-popup.modal .head-column h3{
    padding:0;
    text-align:center;
}
.filter-popup.modal .head-column .profile-cate{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    font-size:12px;
    line-height:1.2em;
    color:#fff !important;
    text-align:center;
}

.filter-popup.footer-popup.modal.in .modal-dialog .modal-body{
    max-height:65vh;
    overflow-y:auto;
}
.filter-popup.footer-popup.modal .modal-footer .buttom-btn-box .btn{
    width:auto;
    height:35px;
    padding:10px 15px;
}
.filter-popup.footer-popup.modal .modal-footer{padding:7px;}
.m-filter-box{
    float:left;
    width:100%;
}
.m-filter-box .fb-left{
    float:left;
    width:50%;
    background:#f5f5f7;
}
.m-filter-box .fb-right{
    float:left;
    width:50%;
    height:auto;
    min-height:49.5rem;
    padding:0 10px;
    text-align:left;
    background:#ffffff;
}
.m-filter-box .fb-nav{
    float:left;
    width:100%;
}
.m-filter-box .fb-nav ul.nav-tabs{
    margin:0;
    padding:0;
    background:transparent;
}

.m-filter-box .fb-nav ul.nav-tabs:after,
.modal-body .m-filter-box .nav-tabs > li.active:before,
.modal-body .m-filter-box .nav-tabs > li:hover:before{content:unset;}
.m-filter-box .fb-nav ul.nav-tabs li{
    float:left;
    width:100%;
    list-style:none;
}
.m-filter-box .fb-nav ul.nav-tabs li a{
    float:left;
    width:100%;
    color:#38475c !important;
    font-size:16px !important;
    font-weight:600;
    padding:10px 10px 10px 25px !important;
    text-align:left;
    position: relative;
    text-transform:none;
}
.m-filter-box .fb-nav ul.nav-tabs li a.selected:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 19px;
    width: 7px;
    height: 7px;
    border-radius: 25px;
    background:#ff966a;
}
.m-filter-box .fb-nav ul.nav-tabs li a.active{background:#e3e3e3;}
.m-filter-box .fb-nav ul.nav-tabs li a.active:after{
    content: '\f105';
    color:#38475c;
    font-size: 22px;
    font-weight: 700;
    height: auto;
    position: absolute;
    right: 15px;
    text-shadow: none;
    font-family: FontAwesome;
}
.m-filter-box .fb-right .top-box{
    float:left;
    width:100%;
    background:#ffffff;
}
.m-filter-box .fb-right .top-box .form-group{margin:10px 0 0 !important;}
.m-filter-box .fb-right .top-box .double-fsbox .form-group.label-floating3 label.control-label{
    font-size: 9px;
    top: -7px;
}
.m-filter-box .fb-right .irs-with-grid{
    float:left;
    width:100%;
    margin:5px 0;
}
.m-filter-box .fb-right .bottom-box{
    float:left;
    width:100%;
    height:100%;
    padding: 0;
    max-height:54vh;
    position:relative;
    overflow:auto;
}

.m-filter-box .fb-right .bottom-box.aor-bottom{max-height:48vh;}
.m-filter-box .fb-right .bottom-box .month-dropdowns.month-filter .chosen-container-single:nth-of-type(1),
.m-filter-box .fb-right .bottom-box .month-dropdowns.month-filter select.select-chosen{float:left;}
.m-filter-box .fb-right .bottom-box .sidebar-block-filter{
    padding:0;
    max-height:unset;
}
.m-filter-box .fb-right .bottom-box .form-group.label-floating{margin:0 !important;}
.m-filter-box .fb-right .btbs-top{
    float:left;
    width:100%;
    margin-top:10px;
}
.m-filter-box .fb-right .form-group.label-floating.searchby-others{padding:0;}
.m-filter-box .fb-right .top-box .form-group.label-floating label.control-label{
    white-space: nowrap;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-filter-box .fb-right .top-box .and-or-row{
    float:left;
    padding:0 !important;
}
.m-filter-box .fb-right .top-box .and-or-row .form-group{
    margin:0 !important;
    padding:0 !important;
}
.m-filter-box .fb-right .top-box .and-or-row .form-group select.select-chosen{margin:-5px 0 10px;}
.m-filter-box .bottom-box .form-group .checkbox label,
.m-filter-box .bottom-box .form-group.is-focused .checkbox label:hover,
.m-filter-box .bottom-box .form-group.is-focused .checkbox label:focus{color:#494949;}
.m-filter-box .bottom-box .applicable-fb{
    float:left;
    width:100%;
    margin-top:15px;
}
.m-filter-box .bottom-box .checkbox{
    float:left;
    width:100%;
    bottom:0;
    min-height:22px;
    margin-top:0;
    margin-bottom:5px;
}
.m-filter-box .bottom-box .checkbox label{
    display:table;
    width:100%;
    line-height:18px;
    background:transparent;
}
.m-filter-box .bottom-box .checkbox .checkbox-material{
    display:table-cell;
    vertical-align:top;
    text-align:left;
    top:-3px;
    overflow:hidden;
}
.m-filter-box .bottom-box .checkbox  .checkbox-material .check{top:2px;}
.m-filter-box .bottom-box .checkbox .check-text{
    display:table-cell;
    width:100%;
    vertical-align:top;
    text-align:left;

}
.m-filter-box .bottom-box .filter-stats-box{
    float:left;
    width:100%;
}

.m-filter-box .bottom-box .filter-stats-box .fsb-select{
    float:left;
    width:35%;
}
.m-filter-box .bottom-box .filter-stats-box .fsb-label{
    font-size:12px;
    font-weight:600;
    min-width:45px;
}
.fm-cart .mytable{
    padding:10px;
    text-align:left;
    background:#ffffff;
}
.fm-cart .mytable tbody.box-row tr{background:#FAFAFC;}
.fm-cart .mytable tbody.box-row tr.col1{border-top:10px solid #fff !important}
.fm-cart .mytable tbody.box-row tr.col2{border-bottom:10px solid #fff !important;}
.fm-cart .mytable tbody.box-row tr.tbl-heading-row{border:0 !important;}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border{border:1px solid #38475c !important;}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border tr{border:0 !important;}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border{
    float:right;
    width:50%;
}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border tr td{border:1px solid #ddd;}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border tr td:last-child{text-align:center;}
.fm-cart.modal .modal-content .modal-footer{padding:15px 0 0;}
.fm-cart.modal .modal-content .modal-footer .fm-cart-footer{
    float:left;
    width:100%;
    padding:0 15px;
    background:#efefef;
}
.fm-cart.modal .modal-content .modal-footer .mytable tr,
.fm-cart.modal .modal-content .modal-footer .mytable{background:#efefef;}
.fm-cart.footer-popup.modal.in .modal-dialog .modal-body{max-height:45vh;}


.m-filter-strip .list-top-search{
    float:left;
    width:100%;
    padding:10px;
    margin-bottom:15px;
    background:#faf9f9;
}
.m-filter-strip .list-search-box {
    float:left;
    width:40%;
}
.m-filter-strip .list-search-box .input-group{width:100%;}
.m-filter-strip .list-search-box .input-group .input-box{display:table-cell;}
.m-filter-strip .list-search-box .input-box .form-group{
    margin:0 !important;
    padding:0 !important;
}
.jobs-left-sidebar .m-filter-strip .list-search-box .pagination-left-box{
    margin-top:10px;
    margin-left:-5px;
}
.m-filter-strip .list-search-box .input-box .form-group .form-control{
    margin:0;
    border-radius:4px;
    height:30px;
    background:#fff;
}
.m-filter-strip .list-search-box .input-group-btn{
    position:absolute;
    right:30px;
    top:0;
    padding:0;}
.m-filter-strip .list-search-box .input-group-btn .btn:before{
    content:"";
    position:absolute;
    top:6px;
    left:0;
    z-index:4;
    width:2px;
    height:19px;
    background: #ccc;
}
.m-filter-strip .list-search-box .input-group-btn .btn {
    margin:0;
    padding:7px 11px;
    position:relative;
    height:30px;
    box-shadow:none;
    border:1px solid #ddd;
    border-left:0;
    position:relative;
    z-index: 9;
    background:#ffffff !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.m-filter-strip .list-search-box .form-group.is-focused .input-group-btn .btn{
    border-color:#2f99ed;
    -webkit-box-shadow:-1px 0 0 1px #2f99ed inset !important;
    -moz-box-shadow:-1px 0 0 1px #2f99ed inset !important;
    box-shadow:-1px 0 0 1px #2f99ed inset !important;
}

.m-filter-strip .list-search-box .input-group-btn .btn .fa {
    top:1px;
    color:#ff966a;
    background:#fff;
}
.m-filter-strip .list-search-box .input-group-btn .btn:hover, .list-search-box .input-group-btn .btn:active,
.m-filter-strip .list-search-box .input-group-btn .btn:focus, .list-search-box .input-group-btn .btn:hover:active,
.m-filter-strip .list-search-box .input-group-btn .btn:hover:focus{box-shadow:none !important;}
.m-filter-strip .list-search-box .input-group-btn .btn:before{content:none;}
.m-filter-strip .vn-select-filter{float:right;}
.m-filter-strip .vn-select-filter .filter-bottom-row{
    float:left;
    width:100%;
    background: transparent;
}
.m-filter-strip .vn-select-filter .filter-bottom-row .chosen-container-single .chosen-single,
.m-filter-strip .vn-select-filter .filter-bottom-row select{
    font-size: 14px;
    font-weight:500;
    color: #494949;
    height: 37px;
    padding: 6px 5px;
    line-height: 1.2em;
    background:transparent;
    border-color:#dddddd !important;
}
.m-filter-strip .vn-select-filter .filter-bottom-row .chosen-container-single .chosen-single div b{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none !important;
    background: url(chosen-sprite.png) no-repeat 3px 5px;
}
.m-filter-strip .vn-select-filter .filter-bottom-row .chosen-container-active.chosen-with-drop .chosen-single div b{background-position: -15px 5px;}
.m-filter-strip .vn-select-filter .filter-bottom-row .chosen-container-active.chosen-with-drop .chosen-single{box-shadow:none;}
.m-filter-strip .list-search-box .input-group-btn {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
}
.m-filter-strip .list-search-box .input-group-btn .btn{
    border:0;
    background:transparent !important;
}
.m-filter-strip .list-search-box .input-group-btn .btn .fa {
    top:1px;
    color:#38475c;
    background:transparent;
}
.m-filter-strip .vn-select-filter .filter-bottom-row .chosen-container-single .chosen-single,
.m-filter-strip .vn-select-filter .filter-bottom-row select{
    color:#38475c;
    margin:0;
    border:0 !important;
    font-size:11px !important;
    box-shadow:none !important;
    background:transparent !important;
}
.m-filter-strip .filter-ppbox{
    float:right;
    width:35px;
    padding-left:10px;
}
.m-filter-strip .filter-ppbox .fa{
    color:#38475c;
    font-size:25px;
    top:5px;
    position:relative;
}
.m-members-listing .title-box .title-cate .fl-text{display:inline-block;}
.m-members-listing .title-box .title-cate .label{
    display:inline-block;
    margin:0 2px 5px;
}
.filter-stats-box .checkbox input[type=checkbox]:checked + .checkbox-material .check{background:#4285f4;}

.gll-filter-popup .m-filter-box .bottom-box{padding-top:10px;}
.gll-filter-popup .m-filter-box .bottom-box .checkbox .checkbox-material{width:25px;}

.gll-filter-popup .m-filter-box .bottom-box select{
    font-size:12px;
    padding:5px;
}
.gll-filter-popup .m-filter-box .bottom-box .form-group.label-floating{
    margin:10px 0 0 !important;
    padding-bottom:0;
}
/*.gll-filter-popup .m-filter-box .bottom-box .select-box-filter .filter-label{
    float:left;
    font-size:11px;
    position:relative;
    left:5px;
    top:10px;
    z-index:9;
    padding:0 5px;
    background:#ffffff;
}*/
.footer-popup .missing-features-box{
    float:left;
    width:100%;
    text-align:center;
    padding:20px;
    margin-top:-58px;
    position:relative;
    background:rgb(255 255 255 / 97%);
    box-shadow:0 -28px 20px -13px rgb(255 255 255 / 97%);
}
.footer-popup .missing-features-box .mf-container{
    display:inline-block;
    width:90%;
    position:relative;
    overflow:hidden;
    border-radius:10px;
    background:#ffffff;
    box-shadow:0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.footer-popup .missing-features-box .top-head{
    float:left;
    width:100%;
    color:#38475C;
    font-size:17px;
    text-align:center;
    padding:15px 10px;
    background:#fff;
    text-transform: uppercase;
    font-family:'montserrat-bold';
}
.footer-popup .missing-features-box .top-head a,
.footer-popup .missing-features-box .mf-icon-row a{color:#ff966a !important;}
.footer-popup .missing-features-box .top-head a:hover,
.footer-popup .missing-features-box .mf-icon-row a:hover{text-decoration:underline;}
.footer-popup .missing-features-box .top-head .fa{
    top:1px;
    position:relative;
    font-size:18px;
    margin-right:5px;
    color:#ffbb00 !important;
}
.footer-popup .missing-features-box .mf-icon-row{
    float:left;
    width:100%;
    padding:15px 10px;
    background:#f0efef;
}
.footer-popup .mf-icon-row .mf-icon-box{
    float:left;
    width:50%;
    font-size:13px;
    padding:5px;
    line-height:1.7em;
    text-align:left;
    font-weight:600;
    font-family:'montserrat';
}
.footer-popup .mf-icon-row .mf-icon-box .fa{
    float:left;
    font-size:20px;
    color:#ff966a;
    margin-right:7px;
}
.footer-popup .mf-icon-row .mf-icon-box .fa.matik-compare,
.footer-popup .mf-icon-row .mf-icon-box .fa.matik-fill-products-briefcase{font-size:23px;}

.footer-popup .missing-features-box .button-strip{
    float:left;
    width:100%;
    margin:0;
    padding:15px;
    background-color:#ffffff;
}
.footer-popup .missing-features-box .button-strip .btn.line-btn {
    display:inline-block;
    height:35px;
    font-size:16px;
    line-height:17px;
    font-weight:500;
    margin:2px 5px;
    border-radius:4px;
    text-transform:none;
    padding:9px 15px;
}
.footer-popup .dbtml-box.module-box .missing-features-box{
    margin:0;
    padding:0;
}
.table.mytable tr td .desc.text-break{white-space:normal;}



.well.well-sm{
    font-size:12px;
    background-color:#FAFAFC;
}

@supports (-webkit-hyphens:none){

    .footer-popup.sports-renew-popup select{}
    .footer-popup.sports-renew-popup select{background-position:3px;}
    .footer-popup.modal .buttom-vmbox .btn.line-btn{
        line-height:15px;
        padding:3px 15px 5px;
    }

    .m-filter-box .fb-right .top-box .label-floating select.select-chosen{padding-right:25px;}
    .filter-popup.footer-popup.modal .modal-footer .buttom-btn-box .btn{padding: 7px 15px 10px;}
    .footer-popup.modal .buttom-btn-box .btn{padding:2px 15px;}

}
@media only screen and (max-width:1024px){

    .footer-mobile.visible-sm.visible-xs{display:block !important;}
    .footer-mobile .fm-nav .fm-nav-box{padding:10px 5px;}
    .footer-mobile .fm-nav .fm-icon .fa {font-size: 20px;}
    .footer-popup.modal{bottom:61px;}
    .footer-popup.modal .heading h2{font-size:14px;}
    .footer-popup.modal .dbn-stat-box .stat-box .num{
        height:auto;
        font-size:20px;
        padding:0;
    }
    .footer-popup.modal .dbn-stat-box .stat-box .content{
        font-size:10px;
        font-weight:500;
    }
    .footer-popup.modal .modal-header h3{font-size:14px;}
    .footer-popup.modal .modal-header h3 .fa{font-size:18px;}
    .footer-popup.modal .fm-sub-nav .fm-sub-navbox .dbn-subnav-img{
        width:30px;
        height:30px;
    }
    .footer-popup.modal .fm-sub-nav .fm-sub-navbox .dbn-subnav-img .fa,
    .footer-popup.modal .dbn-subnav-row .dbn-subnav .dbn-subnav-img .fa{font-size:20px;}
    .footer-popup.modal .fm-sub-nav .fm-sub-navbox .subnav-text{font-size:10px;}
    .footer-popup.modal .dbn-subnav-row .dbn-subnav{padding:0 5px;}

    @supports (-webkit-hyphens:none) {
        .m-filter-box .fb-right .top-box .form-group .chosen-container-single .chosen-single {
        }
    }
}
@media only screen and (max-width:975px){

    /*.footer-popup.modal{display:inline-block;}*/
    .filter-popup.modal  .modal-dialog{top:65px;}
    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:58vh;}
    /*.m-filter-box .fb-right{height:58vh;}*/

}
@media only screen and (max-width: 768px){

    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:78vh;}
    /*.m-filter-box .fb-right{height:76vh;}*/
    .footer-popup.footer-popup.modal{bottom:60px;}
    .m-filter-box .fb-right{min-height:78.5rem;}
    .m-filter-box .fb-right .bottom-box{max-height:67vh;}
    .m-filter-box .fb-right .bottom-box.aor-bottom {max-height:62vh;}
    .footer-popup .head-box .heading .head-icon .fa {bottom:0;}
}
@media only screen and (max-width: 767px){

.footer-popup.modal{bottom:64px;}

.top-button-box ul.nav-tabs li a{
    font-size:11px;
    line-height:10px;
    padding:10px 15px 9px;
}
.top-button-box ul.nav-tabs li a .badge{
    top:1px;
    right:1px;
    width:14px;
    height:14px;
    padding:4px 2px;
    font-size:8px;
    line-height:9px;
}
.top-button-box ul.nav-tabs li:last-child{margin-right:0;}
.mytable.alert-table tbody.box-row tr th,
.mytable.alert-table tbody.box-row tr td{font-size:11px;}

.search-result .muc-box{width:32.33%;}
.search-result .muc-box a .muc-img .badge{
    right:20px;
    font-size:10px;
    line-height:11px;
}
.search-result .muc-box a .muc-img .fa{font-size:30px;}
.m-dashboard-nav .m-dashboard-menu > li > a .title{width:95%;}
.m-dashboard-nav .m-dashboard-menu li > a > .arrow{top:3px;}
.footer-mobile .fm-nav .fm-nav-box .badge{right:32%;}
.filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:64vh;}
.m-filter-box .fb-right .bottom-box{max-height:97vh;}
.m-filter-box .fb-right .bottom-box.aor-bottom{max-height:97vh;}
.m-filter-box .fb-nav ul.nav-tabs li a.selected:before{top:18px}
.filter-popup.footer-popup.modal .modal-footer .buttom-btn-box .btn{padding:10px;}
.m-filter-box .fb-nav ul.nav-tabs li a{font-size:12px !important;}
.m-filter-box .bottom-top .checkbox .checkbox-material .check,
.m-filter-box .bottom-box .checkbox .checkbox-material .check {
    top:3px;
    width:18px;
    height:18px;
    overflow: hidden;
}
.m-filter-box .bottom-top .checkbox .checkbox-material:before,
.m-filter-box .bottom-box .checkbox .checkbox-material:before{
    width:16px;
    height:16px;
}
.m-filter-box .bottom-top .checkbox .check-text,
.m-filter-box .bottom-box .checkbox .check-text{font-size:12px;}
.filter-popup.modal .modal-dialog{width:100%;}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border{width:70%;}
.fm-cart .mytable tbody.box-row tr th,
.fm-cart .mytable tbody.box-row tr td{font-size:12px;}
.fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border tr td{
    font-size:12px;
    line-height: 15px;
    padding: 3px 8px !important;
}
.fm-cart.footer-popup.modal.in .modal-dialog .modal-body{max-height:43vh;}

.m-filter-box .fb-right{min-height:44rem}
.filter-popup.modal .modal-dialog{top:10px;}
.m-filter-strip .line-sports.line-sports-more a.more_sports{
    margin: 0;
    height:16px;
    font-size:11px;
    padding:3px 10px 2px;
}
.mpr-info-box .mpr-info .mpr-info-content .name .prime-box {
    font-size:9px;
    padding:3px 7px 2px;
    line-height:8px;
}
.m-filter-strip .list-search-box{width:60%;}
.m-filter-strip .list-search-box .input-group{width:100%;}
.m-filter-strip .list-search-box .input-group-btn{min-width:60px;}
.m-filter-strip .list-search-box .input-group-btn .btn{padding:7px;}
.m-filter-strip .list-search-box .input-group-btn .btn .fa{font-size:16px;}

.m-filter-strip .pagination-bar-box .ssbl-shorting-row{margin-top:3px;}
.m-filter-strip .list-search-box .input-group-btn .btn .fa{top:1px;}
.m-filter-strip .vn-select-filter.sort-by{
    width:90px;
    margin-top:2px;
}
.dashboard-header .dbn-header-content .header-content-text .id-code.idcode{
    display:inline-block;
    color:#ff966a !important;
}
.m-filter-box .bottom-box .filter-stats-box .fsb-label{
    float:left;
    width:100%;
    padding:4px 0;
}
.m-filter-box .bottom-box .filter-stats-box .fsb-select{width:44%;}
.m-filter-box .bottom-box .filter-stats-box .fsb-select select.select-chosen{min-width:unset;}
.search-box .top-search-box .row-inline .box-inline{margin-top:0 !important;}

.footer-popup .missing-features-box{padding:20px 15px;}
.footer-popup .missing-features-box .mf-container{width:100%;}
.footer-popup .mf-icon-row .mf-icon-box{width:100%;}
.footer-popup .mf-icon-row .mf-icon-box .fa.matik-compare,
.footer-popup .mf-icon-row .mf-icon-box .fa.matik-fill-products-briefcase{font-size:20px;}

.footer-popup .missing-features-box .top-head{font-size:14px;}
.footer-popup .missing-features-box .top-head a{display:inline-block;}
.footer-popup .missing-features-box .button-strip{padding:10px 15px;}
.footer-popup .missing-features-box .button-strip .btn.line-btn{margin:5px;}
.tabtable-box li.tab-fold{left:32px;}

@supports (-webkit-hyphens:none){

    .filter-popup.footer-popup.modal .modal-footer .buttom-btn-box .btn{padding: 7px 10px 10px;}
    .m-members-listing .vn-select-filter .filter-bottom-row select{
        background: transparent url(../chosen/search-arrow-d.png) no-repeat right center !important;
        background-color:transparent;
        font-weight:500;
    }
    .m-filter-strip .vn-select-filter .filter-bottom-row select{
        padding-right:20px;
        -webkit-appearance:none;
        background: transparent url(../chosen/search-arrow-d.png) no-repeat right center !important;
    }


}

}

@media only screen and (max-width: 667px){

    /*.filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:44vh;}*/
    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:52vh;}

}
@media only screen and (max-width: 600px){

    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:80vh;}
    .m-filter-box .fb-right .bottom-box {max-height: 72vh;}
    .m-filter-box .fb-right .bottom-box.aor-bottom {max-height: 68vh;}

}

@media only screen and (max-width: 568px){

    /*.filter-popup.footer-popup.modal.in .modal-dialog .modal-body {max-height:41vh;}*/
    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body {max-height:43vh;}
    .m-filter-box .fb-right .bottom-box {
        max-height: 115vh;
    }
    .m-filter-box .fb-right .bottom-box.aor-bottom {max-height: 68vh;}
    .m-filter-box .fb-right .bottom-box.aor-bottom {max-height: 105vh;}

}
@media only screen and (max-width: 480px){

.m-dashboard-nav .m-dashboard-menu > li > a .title {width:92%;}
.m-navbox-section .m-navbox .navbox-text{font-size:9px;}
.footer-popup.modal{bottom:59px;}
.footer-popup.modal .modal-header h3 .fa{
    font-size:16px;
    margin-top:-3px;
}
.footer-popup.modal .modal-header h3,
.footer-popup.modal .heading h2{font-size:12px;}
.footer-popup .breadcrumb .breadcrumb-uid{font-size:10px;}
.footer-popup .breadcrumb .brdb-rowbox .brdb-coin{
    font-size:10px;
    padding:8px 0 0 !important;
}
.footer-popup.modal .dbn-subnav-row .dbn-subnav .subnav-text{font-size:10px;}
.footer-mobile .fm-nav .fm-nav-box .badge{right:25%;}
.m-filter-box .fb-nav ul.nav-tabs li a.selected:before{top:18px}
.prs-bottom-text-content{font-size:11px;}
.prs-bottom-text-box .prs-bottom-text .matik-check-3{
    top:4px;
    font-size:9px;
}
.footer-popup.footer-popup.modal{bottom:59px;}
.m-filter-strip .list-search-box{width:55%;}
.footer-popup.footer-popup.modal .signup-loginpage .remember-me .checkbox label{background:transparent;}


    .footer-popup .mf-icon-row .mf-icon-box{
        width:100%;
        float:none;
        display:table;
        line-height: 1.2em;
        padding: 5px;
    }
    .footer-popup .mf-icon-row .mf-icon-box .fa{
        float:none;
        display:table-cell;
        width:25px;
        vertical-align:top;
        position: relative;
        top: -4px;
    }
    .footer-popup .head-box .heading .head-icon .fa{bottom:-1px;}
}
@media only screen and (max-width: 460px){

    .footer-mobile .fm-nav .fm-text{font-size:10px;}
    .footer-popup.modal .dbn-stat-box .stat-box .content{min-height:18px;}
    .footer-mobile .fm-nav .fm-nav-box .badge{right:19%;}
    .m-dashboard-nav .m-dashboard-menu > li > a .title{width:90%;}
    .fm-cart .mytable tbody.box-row tr td table.mytable.mytable-border{width:80%;}
    .footer-popup .promotions-box .btn.adr-btn{
        font-size:10px;
        padding:0 2px;
    }
    .filter-popup.footer-popup.modal.in .modal-dialog{top:55px;}
    .m-filter-box .fb-right{min-height:49.5rem;}
    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body {max-height:68vh;}
    .m-filter-box .fb-right .bottom-box{max-height:57vh;}
    .m-filter-box .fb-right .bottom-box.aor-bottom{max-height:53vh;}

    @supports (-webkit-hyphens:none){

        .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:60vh;}

    }
}

@media only screen and (max-width:375px) {

    .m-filter-box .fb-right{min-height:43.5rem;}
    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:65vh;}
    .bootbox .alert-icon{width:58px;}

}
@media only screen and (max-width:360px) {

    .m-navbox-section .m-navbox .navbox-text{font-size:10px;}
    .filter-popup.footer-popup.modal.in .modal-dialog .modal-body{max-height:59vh;}
    .m-filter-box .fb-right .bottom-box{max-height:63vh;}
    .m-filter-box .fb-right .bottom-box.aor-bottom{max-height:58vh;}
    .top-button-box ul.nav-tabs li a{padding:10px 10px 9px !important;}

}
@media only screen and (max-width:320px) {

    .fm-cart.footer-popup.modal.in .modal-dialog .modal-body{max-height:40vh;}

}
