
/*Sidebar CSS*/
#page-wrapper{
    padding-top:30px !important;
}
.navBarSection{
    margin-bottom:0px;
}
.navbar-default{
    background-color: #eee !important;
    overflow: hidden !important;
    overflow-y:scroll !important;
}

.navbar-default::-webkit-scrollbar {
  width: 5px;
}
.navbar-default::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.navbar-default::-webkit-scrollbar-thumb {
  background: #888; 
}
.navbar-default::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.sidebar ul li{
    margin:0 10px;
    border-bottom: unset !important;
}
.sidebar ul li.active{
	margin-bottom: 10px;
    margin-top: 10px;
}
.sidebar ul li:nth-child(1){
    margin-top:18px;
    margin-bottom:10px;
}
.sidebar ul li.active a, .sidebar ul li a.active{
    border-radius:8px;
    color:#000;
    background:#F5D100;
}
.sidebar ul li a.active{
    background:#F5D100 !important;
}
.sidebar ul li a:hover{
    background-color: #0e1490;
    border-radius: 8px;
    color: #ffffff !important;
    margin-bottom: 0px;
}
.sidebar ul li a {
    color: #28373e;
    font-size: 15px;
}
.sidebar ul li a i {
    font-size: 18px;
    margin-right: 12px;
}
.sidebar ul li a span {
    margin-left: auto;
    margin-right: 10px;
}
.nav.nav-second-level.collapse.in{
    margin-top: 10px;
    padding-left: 2px;
    border-left: 3px solid #f5d103;
}
.nav nav-second-level .collapse .in{
	background-color: #28373e;
    border-radius: 0px;
    margin-top: 10px;
    padding-left: 2px;
    border-left: 3px solid #F5D100;
}
.sidebar .nav-second-level li{
    margin:0px !important;
}

.sidebar .nav-second-level li a {
    background-color: unset !important;
    border: unset !important;
    padding: 8px !important;
    border-radius: unset !important;
    color: #28373e !important;
}
.sidebar .nav-second-level li a:hover{
    background-color: #0e1490 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    /* margin-bottom: 5px !important; */
}
.sidebar .nav-second-level li a.active{
    /*color:#000 !important;*/
    border-radius:8px !important;
}
.content_add{
    text-align:center;
    margin:30px 0;
}
.content_add h1{
    font-size: 28px;
    margin-bottom: 18px;
}
.content_add p{
    font-size: 15px !important;
    margin-bottom: 15px;
}
.core_offerings_select{
    font-size:14px;
    margin:0;
    font-weight:unset;
}

/* .nav-tabs{
    border-bottom:2px solid #F5D100;
} */
.nav-tabs li a{
    padding: 6px 30px 4px;
    border-radius:15px 15px 0 0;
    background-color:#eee;
    line-height:22px;
}
.nav-tabs li{
    margin-bottom:0px;
    margin-right:8px;
}
.nav-tabs li a:hover{
    background-color: #F5D100;
    border:unset;
    color:#000;
    line-height:24px !important;
}
.nav-tabs li.active a{
    background-color: #F5D100 !important;
    margin: 0;
    color: #000 !important;
    border: unset !important;
    line-height:24px !important;
}
.tab-content{
    /*border: 1px solid #eeee;*/
    /*background-color: ghostwhite;*/
    padding: 15px 0px;
}

.inbox_people{
    background-color:#fff !important;
    border-right:unset !important;
}

.inbox_chat::-webkit-scrollbar {
  width: 5px;
}
.inbox_chat::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.inbox_chat::-webkit-scrollbar-thumb {
  background: #888; 
}
.inbox_chat::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.chat_list{
    border-bottom: unset !important;
    padding: 5px !important;
    margin: 10px 1px !important;
    background: #eeee;
    border-radius: 7px;
}
.active_chat{
    background: #F5D100 !important;
    color: #000;
}
.chat_list .chat_people a{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.chat_img{
    width:auto !important;
}
.chat_img img{
        width: 55px;
    height: 55px;
    border-radius: 50px;
}
.chat_ib{
    padding: 0 0 0 12px !important;
    width: 80% !important;
}
.active_chat .chat_ib h5{
    color:#fff !important;
}
.active_chat .chat_ib p{
    color:#c3c3c3 !important;
}

.mesgs, .mesgs1{
    padding: 10px 0px 0 10px !important;
    background-color:#fff;
}
.user_profile{
    width: 85px !important;
    height: auto !important;
    box-shadow: unset !important;
    margin-right: 15px !important;
}
.user_profile img{
    height: 85px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 50px;
    width: 85px;
}
.received_msg{
    width:90% !important;
}
.sent_msg{
    width:55% !important;
    padding-right:10px;
}
.received_withd_msg p, .sent_msg p{
    background:#F5D100 !important;
    border-radius:5px !important;
    padding:10px 15px !important;
}
.sent_msg p{
    background:#1d2053 !important;
}
.inbox_msg{
    background:#fff;
}
.msg_send_btn{
    overflow:hidden;
}
.msg_send_btn i{
    margin-top:5px;
}
.media_img{
    height:300px;
}
.media_img img{
    width:100%;
    height:100%;
}
.medai_lcs_outer{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin:10px 0;
}
.medai_lcs{
    display: flex;
    align-items: center;
}
.medai_lcs p{
        font-size: 15px;
    margin-right: 10px;
}
.medai_lcs p:nth-last-child(1){
    margin-right: 0px;
}
.medai_lcs p a{
    color:#1e2155;
}
.medai_lcs p a i{
    font-size:18px;
}

.media_smallDiv .media_img{
    height:210px;
}
.media_smallDiv{
    margin-bottom:30px;
}
.media_smallDiv .medai_lcs p{
    font-size:13px;
    margin-right:5px;
}
.media_smallDiv .medai_lcs p:nth-last-child(1){
    margin-right:0px;
}
.media_smallDiv .medai_lcs p a i{
    font-size:16px;
}
.media_smallDiv .medai_lcs p a.edit_btn{
    padding:5px;
    font-size:13px;
}
body, .innerinfopannel p, .infoPanel p, .alacarte-content .tab .right ul li,
.body .section.alacarte-content .box .text, .innerinfopannel ul li, .post-content ul li, .post-content{
    color: #333 !important;
}
.viewsPrt{
    align-items:flex-start !important;
}
@media screen and (max-width:800px){
    .nav-tabs li{
        margin-right:9px;
    }
    .nav-tabs li a{
        padding:10px 25px;
    }
    .user_profile{
        width:100% !important;
        margin: 15px 0 !important;
        text-align:center;
    }
    .user_profile_name{
        width:100% !important;
        text-align:center;
    }
}
@media screen and (max-width:768px){
    .pro_col_outer {
        width: 49% !important;
        float: left;
        margin-left: 1% !important;
    }
    .pro_col_outer .proContaner{
        width:100%;
    }
    .smallPriceBox .pricingSectionBox .pricingImageContaner{
        left:45%;
    }
    .bigPinkbutt, .callBPartner {
        width: 100%;
        float: unset !important;
        margin: 0px !important;
        overflow: hidden;
        display: contents;
    }
    .networkContaner .networkImg{
        width:15%;
    }
}
.service-media_imgOuter .col-md-4.items{
        border-right:1.5px solid #ccc;
        border-bottom:1.5px solid #ccc;
    }
    .service-media_imgOuter .col-md-4.items:nth-last-child(2){
        border-right:0px;
    }
    .custom_topdetailintoprt{
        border-bottom: 2px solid #ec3b5d;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    }
.innerListingbody .violet h1{
    color:#f91942 !important;        
}
.innerListingbody .violet:before{
    background:#000 !important;
}
@media screen and (max-width:600px){
    .pro_col_outer {
        width: 100% !important;
    }
    .pro_col_outer .proContaner{
        width:100%;
    }
    .networkContaner .networkImg{
        width:75% !important;
    }
    .opportunitiesContaner .opportunitiesimageContaner img
    {
        height: 75px !important;
    width: 75px !important;
    border: #d6d6d6 1px solid;
    }
    .classifieds_strong
    {
        width:100%;
    }
    
    .megas_toggleButton .btn-group label {
    font-size: 9px !important;
}
    .service-media_imgOuter .col-md-4.items{
        border:1.5px solid #ccc;
    }
}
    input[name="seller_email"] {
              text-transform: none !important;
            }
.bizzContaner .bizzimageContaner img{
    object-fit: contain;
}
i.fa.fa-exclamation-triangle {
    color: red;
}
#side-menu li
{
  width: 100%;
}
.collapse.in {
    display: block;
    visibility: visible;
}

 @media (min-width: 768px) {
   #scrollfordesktop{
   height:800px;overflow:scroll
   }
   }
   .collapse {
   display: none;
   visibility: visible; 
   }
   @media screen and (max-width: 800px){
   #scrollfordesktop {
   height: 800px !important;
   margin-bottom: 30px;
   overflow: hidden;
   overflow-y: scroll;
   }
   }
   @media screen and (max-width: 600px){
   #scrollfordesktop {
   height: auto !important;
   }
   }