

/* ========== GENERAL ====== */ 

html, body {width: auto!important; overflow-x: hidden!important} 
body:not(.login-page ) {
	    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body {
	    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a {
	cursor:pointer !important;
}

/*** REGISTER / LOGIN ****/

#login_register_pg {
    background-image: url(https://business.co.za/front/images/banner/landing-banner-bg.jpg?89);
    background-size: cover;
    background-position: center;
    height: 100vh;
}


#login_register_pg #register_form .form-group input.form-control, #login_form .form-group input.form-control  {
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.08) !important;
}


/*** FORGOT PASSWORD FORM ****/

#login_register_pg .form-wrap.dashboard-form form#forgotpassword, #login_register_pg .form-wrap.dashboard-form form#reset_password_by_link {
    max-width:500px;
}


/* ========== LEFT NAV ====== */ 
.sidebar-nav .side-menu > li.active > a {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.03);
}


/* ========== LEFT NAV ====== */ 
.sidebar-nav .side-menu > li.active > a {
 	box-shadow: 0px 0px 15px rgba(0,0,0,0.03);
}


/* ========== NAV BAR ====== */ 


.navbar {
	border-bottom:none;
}

.navbar .logo-wrap {
	border-bottom:none;
}

.navbar.sticky {
	
	border-bottom:none;
}

.dropdown .dropdown-menu {
    padding: 10px 0;
    min-width: 300px !important;
    -webkit-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28);
    box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.1);
    border: 0 none;
    background-color: #F5F7F8;
}

.bookmark-wrapper .bookmark-item .bookmark-header-box {
border-image: linear-gradient(to right, white 0%, #eff3f4 40%, #f0f0f0 60%, white 100%) 1 20% !important;
-moz-border-image:-moz-linear-gradient(to right, white 0%, #eff3f4 40%, #f0f0f0 60%, white 100%) 1 20% !important;
-o-border-image:-o-linear-gradient(to right, white 0%, #eff3f4 40%, #f0f0f0 60%, white 100%) 1 20% !important;
}

.dropdown-menu.dropdown-right.bookmark-item.show, .dropdown-menu.dropdown-right.bookmark-item {
-webkit-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.08) !important;
    -moz-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.08) !important;
    background-color: #ffffff;
    border: none !important;
    min-width: 400px !important;
}

.bookmark-wrapper .bookmark-item .bookmark-body .bookmark-list-item {
    position: relative;
    background: #FFF;
    padding: 25px 15px !important;
    border: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    -moz-border-image: -moz-linear-gradient(right, white, #cedae0, #cedae0, white) 1 20% !important;
    -o-border-image: -o-linear-gradient(right, white, #cedae0, #cedae0, white) 1 20% !important;
    border-image: linear-gradient(to right, white 0%, #f3f3f3 40%, #eaf1f5 60%, white 100%) 1 20% !important;
        font-size: 13px;
    color: #afafaf;
}

.bookmark-wrapper .bookmark-item .bookmark-body .bookmark-list-item .bookmark-text {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    color: #747F8B;
    cursor: pointer;
    font-size: 13px !important;
    line-height: 21px;
    white-space: normal!important;
    overflow: visible !important;
    text-overflow: ellipsis;
    max-width:300px !important;
    overflow-wrap:normal !important;
}

.bookmark .remove-bookmark {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 20px;
    color: #b5baca;
}

.navbar .navbar-right .user img.company-logo {
    height: auto;
    width: auto;
    max-width: 35px;
    max-height: 35px;
    border-radius: 5px;
}



/* ========== NOTIFICATIONS =======*/

.notification-wrapper .notification-item {
    width:350px !important;
}

.notification-wrapper .notification-item .notification-body .notification .notification-text {
    font-size:12px !important;
}


/* ========== BOOKMARKS =======*/
.bookmark .dropdown-toggle label {
    display:none;
}



/* ========== ALERTS ======*/

button.swal-button.swal-button--dance.visit_page, button.swal-button.swal-button--dance.visit_content{
color: #2b375a !important;
    font-size: 15px;
    background-color: #ffdc1e !important;
    border-radius: 30px  !important;
    padding: 10px 25px;
    font-weight: 600;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    border:none !important;
}

.swal-button.swal-button--confirm.blue-bg, .swal-button.swal-button--confirm, .swal-button.swal-button--cancel {
    background-color: #ececeb !important;
    color: #2b375a !important;
    font-size: 15px;
    border-radius: 30px  !important;
    padding: 10px 25px;
    font-weight: 600;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    border:none !important;
}

.notification-wrapper .count {
    display:none !important;
}


/**** WELCOME MODAL ****/
.welcome-modal .form-control {
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.08) !important;
    border:none !important;
    min-height:30px;
}


#welcome_modal .select2-container--default .select2-selection--multiple{
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.08) !important;
    border:none !important;
    min-height:30px;
}

.welcome-modal .slide-media img {
    display:none;
}





/* ========== DASHBOARD ====== */

a.welcome_banner_buttons {
color:#fff;
text-decoration:none;
}
.need_to_authorised span {
    padding: 5px 5px;
}
.close_icon a {
    color:#a5aec7;
}

/* .sidebar-collapse .site-sidebar { */
    /* top:60px !important; */
/* } */

.business-list-item .article-wrap .article-img {
    max-height: 400px;
    overflow: hidden;
}

.company-detail-box .left-content {
	min-height:40px;
}

.company-detail-box .left-content img {
    margin-right: 15px;
    max-width: 40px;
    max-height: 40px;
}

img.verified-icon.ml-auto {
	margin:0;
    width:23px; 
}

.business-list .business-list-item {
    box-shadow: 0 1px 2px 0 #d6d6d6;
}

.business-list .business-list-item .listing-logo img {
    max-width: 35px;
    max-width: 50px !important;
    max-height: 50px;
}

.business-list .business-list-item .listing-content {
     padding-left: 0px;
        font-size: 11px;
}

.business-list-item .listing-content h3 {
    font-size: 13px;
}


.py-3.px-4.clearfix {
	padding: 10px 10px 0px 20px !important;
}

.business-list-item .article-wrap .article-content {
    padding-top: 25px !important;
}

.business-list-item .article-wrap h4 {
    font-size: 17px;

}

 /* .business-list.p-0 .business-list-item .listing-content .actions a, .business-list.p-0 .business-list-item .listing-content .actions { */
	/* right: 10px !important; */
/* } */


 .business-list.p-0 .business-list-item .listing-logo img {
max-width:70px !important;
max-height:100px !important;
height:auto !important;
}


.business-list-item.article.p-0  .listing-logo.article_logo.parent_div img {
max-width:50px !important;
max-height:50px !important;
height:auto !importsant;
}

.new-article-btn-wrap .btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.business-list-item .listing-content .actions {
    /* display:none; */
}



/* ==========  MY BUSINESSES ====== */

.business-list .business-list-item .listing-logo {
    margin-top: -10px;
}


/* =========== MY CONTENT LIST ====== */
.show-more-link a {
    color: #2b375a;
    font-size: 12px;
    background-color: #ffdc1e;
    border-color: #ffdc1e;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: 500;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}



/* ==========  COMPANY EDIT / ADD ====== */

/*.business-edit .top-admin-bar {
    padding-right: 242px;
    position: fixed;
    width: 100%;
    margin-left: 0px;
}

.business-edit .site-sidebar {
    display:none;
}*/


.dashboard-form.form-wrap .form-control {
    min-height: 50px !important;
	height: auto;
}


.form-wrap.dashboard-form.add-company-frm, .form-wrap.dashboard-form.edit-company-frm {
    max-width:800px !important;

}


.form-wrap form .form-control {
    min-height: 50px !important;
    /* box-shadow: none !important; */
}

.dashboard-form .logo-upload-wrap .upload-img {
	height:120px;
	width:120px;
}

.dashboard-form .logo-upload-wrap .upload-right {
	padding-top:15px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5 !important; 
    border:none !important;
 }
.dropdown-menu.dropdown_wrapper {
	/* left:-10px !important; */
	z-index: 9;
}
.dropdown:not(.action_options) .dropdown-menu.dropdown_wrapper{ transform: none !important; top: 100% !important; }

.dropdown-menu.dropdown_wrapper.industry_dropdown.show {
	left:0 !important;
}



/* ==========  COMPANY SAVING MODAL ==========  */

.modal-header {
	border-bottom: none;
}

.modal-content {
	border:none;
}


.modal-footer 

    border-top: none;

}

.btn-primary, .btn-secondary {
   	max-width:150px;

    width: 100%;
    background-color: #3771f1;
    border-color: #3771f1;
    border-radius: 5px;
    font-size: 12px;
}



/* ==========  MY BUSINESSES ==========  */


.business-wrap .article-content.py-2 .date {
display:none !important;
}

.card.request-endorsement-box.mb-4.mt-5.text-center .card-body {
	display:none;
}

.btn.btn-yellow.request-an-endorsement {
	font-size:13px;
}

.no_of_views {
    font-size: 15px;
}

.no_of_views i {
   /* display:none; */
}


#endorse_company_title img {
	height:auto !important;
}

.enabled._msddli_ img {
	height: auto !important;
}

.dd .ddChild li {
	padding:15px !important;
}

.ddcommon .ddChild li img {
	max-width:40px;
}

#endorse_company_msdd {
    padding: 10px; 

}



/**** ADD YOUR BUSINESS POPUP *****/


.modal.fade.business-modal.company_authorization_model.show .dashboard-form.form-wrap .form-control
{
box-shadow: 0 5px 15px 2px rgba(0,0,0,0.08) !important;
}



/* ========= BUSINESS PAGE ===*/

.business-banner #cover-upload {

    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
	object-fit: cover;
	object-position: center;
}

.text-right {
    text-align: right!important;
    text-shadow: 0 0 5px #000;
}

.business-profile .profile-name {
    margin-bottom:7px;
}

/* .business-profile { */
    /* background: #fff; */
    /* padding: 10px 25px 0; */
    /* margin: 10px; */
    /* position: relative; */
    /* margin-top: -21px; */
/* } */

#company_view_pg .business-profile .profile-name .verification-icon, #live_edit_page .business-profile .profile-name .verification-icon {
	margin-left: 5px;
    width: 23px;
    margin-top: -5px;
    position: sticky;
}
#activity-pg .verification-icon {
	width: 20px;
    margin-right: 10px;
}
#company_view_pg .business-profile .profile-name {
    padding-right: 0;
}
#company_view_pg .business-list-item .article-wrap {
    box-shadow: none;
    background-color: #ffffff !important;
}

.company_pg_logo .company-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    padding: 5px;
    max-width: 100% !important;
    /* background-color: white; */
    max-height: 100%;
    height: auto !important;
    text-align: center;
    left: 0;
    right: 0;
}


.b-details-box .service-list .right-cnt{
    display:none;
}

.b-detail-group .b-detail-head .head-right {
    display:none;
}

.b-details-box .service-list h4 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: #efefef;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.select2-container--default .select2-results>.select2-results__options {
text-transform:capitalize;
}

.b-details-box .service-list {
    text-transform:capitalize;
}


/* ========== MY ARTICLES ===== */

.listing-content.pt-2.d-flex.has-tag .actions i.fa.fa-trash-alt, .listing-content.pt-2.d-flex.has-tag .actions i.fa.fa-edit, #my_content .business-list-item .listing-content .actions i.fa.fa-trash-alt, #my_content .business-list-item .listing-content .actions a i.fa.fa-edit {
 font-size:15px;
 color:#9196a4;
}
.listing-content.pt-2.d-flex.has-tag .actions a, .listing-content.pt-2.d-flex.has-tag .actions a, #my_company .business-list-item .listing-content .actions a, #my_content .business-list-item .listing-content .actions a {
	color:transparent;
	margin:0;
}

/* .business-list-item .listing-content .actions, .listing-content.pt-2.d-flex.has-tag   { */
    /* right: -10px !important; */
/* } */



/* ==========  ARTICLE EDIT / ADD PAGE ==========  */
    .article-edit-col {
    max-width: 800px !important; 
}
.editor-full, .editor-full.mt-3 textarea, .note-editing-area, .note-editable.card-block, ._2cuy._3dgx._2vxa, ._2cuy._4nuy._2vxa._3tvj, ._2cuy._509q._2vxa, .article-content-bx, .article-content-bx.mt-4.mb-4 p, .article-content-bx.mt-4.mb-4 span, .article-content-bx.mt-4.mb-4 h1, .article-content-bx.mt-4.mb-4 h2, .article-content-bx.mt-4.mb-4 h3, .article-content-bx.mt-4.mb-4 h4, .article-content-bx.mt-4.mb-4 h5 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    line-height:min(1.6em) !important;
    color: #615f5f !important;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable span {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    line-height:min(1.6em) !important;
    color: #615f5f !important;
}

#article-view-pg .white-box, ._5a_q._5yj1, ._2cuy._3dgx._2vxa, ._2cuy._4nuy._2vxa._3tvj, ._2cuy._509q._2vxa, .article-content-bx, .article-content-bx.mt-4.mb-4 p, .article-content-bx.mt-4.mb-4 span, .article-content-bx.mt-4.mb-4 h1, .article-content-bx.mt-4.mb-4 h2, .article-content-bx.mt-4.mb-4 h3, .article-content-bx.mt-4.mb-4 h4, .article-content-bx.mt-4.mb-4 h5 { width: auto !important; max-width:800px !important; margin-left: auto; margin-right: auto; }


.article-select-wrap .dropdown {
    background: rgba(255, 255, 255, 1);
}

.dropdown .dropdown-menu {

    -webkit-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.08);
    box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

.article-select-wrap .dropdown_wrapper .dropdown-item {
    border-bottom: 1px solid #f7f7f7;
}

.article-select-wrap .dropdown-toggle img {
    height: auto !important;
    border-radius: 0px !important;
    }

.article-select-wrap.article-company .dropdown {
min-height:50px;
padding:10px;
}

.article-sidebar h6 {
    font-size: 16px;
    font-weight: 600;
    color: #29375c;
}

.custom-checkbox-wrap .article-checkbox .selected {
    color: #2392ec;
}

.text-center.article-feature-img-bx img {
border: 2px solid #aaafbd;
cursor:pointer !important;
}

.text-center.article-feature-img-bx .logo-uploader{
    cursor:pointer !important;
}



/***** VIEW ARTICLE ******/

#article-view-pg .white-box, ._5a_q._5yj1, ._2cuy._3dgx._2vxa, ._2cuy._4nuy._2vxa._3tvj, ._2cuy._509q._2vxa, .article-content-bx, .article-content-bx.mt-4.mb-4 p, .article-content-bx.mt-4.mb-4 span, .article-content-bx.mt-4.mb-4 h1, .article-content-bx.mt-4.mb-4 h2, .article-content-bx.mt-4.mb-4 h3, .article-content-bx.mt-4.mb-4 h4, .article-content-bx.mt-4.mb-4 h5 {
    width: auto !important;
    max-width: 800px !important;
    color: #615f5f !important;
}

.b-details-box .b-details-top .b-logo {
    float: left;
    width: 55px;
    height: 55px;
}

img.company-view-pg-logo {
    max-height:55px;
    max-width:55px;
    height:auto;
    width:auto;
}

.company-title h2 {
    text-transform: none; 
}

.note-video-clip {
    width: auto;
    height: auto;
    min-height: 350px;
    min-width: 100%;
}

.comment-bar .comment-logo > a > img {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    object-fit: contain;
    object-position: center;
    background-color: #f5f5f5;
}


.comment-bar .user_name {
    margin-bottom: 0;
    font-size: 13px;
    margin-left: 12px;
    color: #707070;
    font-weight: bold;
}

 .comments-discussion-note {
    cursor: default!important;
    text-decoration: none !important;
    padding: 20px 50px 10px 70px;
    border-radius: 100px;
    background-color: #f4f5f9;
    margin-bottom:10px;
    color:#868ea8;
}


 .comments-discussion-note h5 {
    font-size:15px;
 }
.bookmark-box .b-title {
    vertical-align:super;
	font-size: 13px;
	color: #615f5f;
}

.bookmark-box .bk-title {
	vertical-align:super;
	font-size: 13px;
	color: #615f5f;
}

 .scial-share-box .bookmark-box .add_bookmark, .scial-share-box .bookmark-box .remove_bookmark {
    display: contents;
    height: 35px;
    width: 35px;
    font-size: 25px !important;
    text-align: center;
    color: #536390;
    margin-left: 0px !important;
	text-decoration: none;
}
.bookmark .remove_bookmark {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 20px;
    color: #a9b2ce;
}



/* ==========  CONTENT CENTRE  ==========  */

#content-centre .business-list-item .listing-content .inline-tag {display:none;}

.banner-content.text-center h4{
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.5em;
    text-align: center;
}

.tag-list li {
	display:block;
}

.tag-list li a {
	    font-size: .875rem;;
	color: #3c4043;
    font-family: 'Google Sans',sans-serif;
    font-weight: 100;
    line-height: 2em;

}
.trending-links a {
    text-transform:capitalize
}

.search-tag input {
	outline-width:0;
}

.related-content .business-list-item .article-wrap h4 {
	height:auto;
}

.trending-links a {
    color: #8b91a2;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}




/***** INDUSTRY PAGES ****/





/***** COMMENTS ****/

.comments-wrap {
	margin-top:40px;
}
.comments-wrap .comment-box .comment-box-content {
    overflow: hidden;
    padding-left: 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 15px 10px 10px 15px;
    margin-left: 50px;
}
.make_comment {
    background-color: #f5f5f5;
    border-color: #fff;
    color: #717171;
    font-size: 12px;
    /* padding: 10px 20px 10px 20px; */
    padding: 15px 15px 15px 15px;
    margin-left: 0px;
    border-radius: 100px;
}

.make_comment:focus {
    background-color: #f5f5f5;
    border-color: #fff;
     color: #717171;
    font-size: 12px;
    /* padding: 10px 20px 10px 20px; */
    padding: 15px 15px 15px 15px;
    margin-left: 0px;
    border-radius: 100px;
}

.form-control {
 	height:auto;

    }

.comment-box-wrap .form-group.mb-0.mt-2.pt-1 {
	 padding-top:0 !important;
}

.comment-logo.pr-0.image_round.mt-2.dropdown-toggle {
	margin-top:15px !important;

}


.comments-wrap .comment-bar.mb-4 .border-bottom.py2 {
	border-bottom: none !important;
}



.parent_comment_box .action_options {
    float: right;
    right: 20px;
}

#dropdownMenuButton.image_round i {
    transform: rotate(-90deg);
    font-size: 17px;
    color: #b7b4b4;
    margin-right: 10px;
}


.dropdown-item.d-flex.align-items-center.delete_comment {
  font-size:12px;  
}



/***** MAP ****/

.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
    box-shadow:none !important;
}

.leaflet-popup-content .business-list .business-list-item {
    box-shadow:none !important;
}


.leaflet-popup-content  .business-list-item .listing-content a {

    font-size:14px;
    font-weight:bold;
}

.map-tooltip .business-list-item .listing-content h3 {

        margin-top:0px !important;
}

.map-tooltip .business-list-item .listing-content h3.tooltip-handle {
        color: #7d8eb9 !important    
}




/* ========== HANDLE LIST ===*/

.handle_list {
    position: absolute;
    background: #fff;
    max-height: 200px;
    overflow-y: scroll;
    box-shadow: 0 0 12px #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 200px;
    cursor:pointer;
}
.handle_list .user_img, .dropdown-item.d-flex.align-items-center.select_at_mention {
    height:auto;
}
.dropdown-item.d-flex.align-items-center.select_at_mention {
min-height: 50px;
}

.handle_list .user_img img {
height: auto !important;
border-radius: 5px;
vertical-algin:middle;
}

.user_img .ment-comp-handle:focus {
    font-weight:100px;
}

.handle_list .ment-comp-name {
font-weight:bold;

}


@media screen and (max-width: 767px){
	.comment-box .action_options .dropdown-menu.dropdown_wrapper{ left: auto !important; right: -25px; }
}
@media screen and (max-width: 450px) {
	.dropdown-menu.dropdown-right.bookmark-item.show, .dropdown-menu.dropdown-right.bookmark-item {
		min-width: 350px !important;
	}
	.bookmark .dropdown-menu.dropdown-right {
		right: -35px !important;
	}
	.user.dropdown .dropdown-menu.dropdown-right {
		right: -35px !important;
	}
	.bookmark-heading {
		margin-right: 15px !important;
	}
}