

.mg-soc-icons .list {
	height: 100%;
}

.mg-soc-icons .icons__list {
	list-style: none;
    margin: 0 5px;
    width: max-content;
    padding: 10px 0;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
}

.mg-soc-icons .icons__link {
	text-decoration: underline;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.mg-soc-icons .icons__item {
    background: transparent;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 10px 7px 0 !important;
}

.mg-soc-icons .icons__item:last-child {
	margin: 0;
}
.mg-soc-icons .icons__item::before,.mg-soc-icons .icons__item::after {
	content:'';
}

.mg-soc-icons .tabs-list{
	margin-left: 10px;
}

.alert-block-from-mg-menu{
	margin-left: 10px;
}

.additional_uploads_container{
	position: absolute;
    z-index: 200;
    visibility: hidden;
    width: 185px;
    background-color: white;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 15%), 0 2px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 0 2px rgb(0 0 0 / 15%), 0 2px 4px rgb(0 0 0 / 15%);
    left: 0;
    top: 100%;
    margin-top: 0;
    right: 0;
}
#add-icons-modal .upload-form{
	overflow: unset;
}
#add-icons-modal .icons-img-block{
	display: none;
	position: relative;
    width: 110px;
    margin: 0 0 15px;
    padding: 5px;
    background: #fff;
}

.mg-admin-html #add-icons-modal .additional_uploads_container div{
	font-size: 13px;
    line-height: 16px;
    padding: 7px 15px;
    color: #000;
    border-bottom: 1px solid #dadada;
	cursor:pointer;
}

.mg-admin-html #add-icons-modal .additional_uploads_container div:hover{
    cursor: pointer;
    background: #f1f1f1;
}
.icons__link img{
    width: 100%;
    height: 100%;
}
#add-icons-modal .icons-img-block .remove-img{
    width: 35px;
    height: 25px;
    color: #2e4954;
    text-align: center;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #e3e3e3;
    transition: 0.2s;
}
#add-icons-modal .icons-img-block .remove-img span{
    font-size: 17px;
}
#add-icons-modal .icons-img-block .remove-img:hover{
    background: #ff5722;
    color: #fff;
    border-color: #ff5722;
}

.admin-center .integration-container{
    padding: 0 8px;
}

.mg-admin-html .add-new-button{
    margin: 0 !important;
}

.mg-admin-html .widget .widget-panel{
    border-bottom: none !important;
}

.mg-admin-html .table-wrapper{
    border-top: 1px solid #e6e6e6;
}
.mg-soc-icons .nav-list{
    height: max-content;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.mg-soc-icons__wrapper{
    width: 100%;
}
.mg-admin-html .main-table td .checkbox{
    padding-left: 13px;
}