.settingMainNav {
    margin-bottom: 20px;
    border-bottom: 1px solid #cdd3db;
    line-height: initial;
    white-space: nowrap;
    overflow-x: auto;
}

.settingMainLink {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.settingMainLink:hover,
.settingMainLink.active {
    color: #2b65f8;
    border-bottom: 1px solid #2b65f8;
}

.profileImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.notify1 {
    width: 80px;
    text-align: center;
}

.notify2 {
    width: calc(100% - 280px);
}

.notify3 {
    width: 200px;
    text-align: right;
}

.notify1 img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.profilMain {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fbfbfb;
    position: relative;
}

.profilImg {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}

.profilVerifyIcon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.profilMeta {
    display: flex;
}

.metaItem {
    width: 24%;
    padding: 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e2e2e2;
}

.metaItem:last-child {
    border-right: none;
}

.profilSocialContainer {
    display: flex;
    position: absolute;
    right: 25px;
}

.profilSocialContainer a {
    margin: 0px 2px;
}

.profilSocialContainer a img {
    width: 35px;
}

.profilSocialContainer a img:hover {
    filter: brightness(0.8);
}

.bussiness_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop_logo_img {
    cursor: pointer;
    max-height: 100px;
    border: 1px solid #d9d9d9;
    max-width: 100%;
}

.sliderImgs {
    display: flex;
    flex-wrap: wrap;
}

.sliderItem {
    height: 50px;
    margin: 0px 10px 10px 0px;
}

@media (max-width: 540px) {

    .notify2,
    .notify3 {
        text-align: center;
        margin-top: 10px;
    }

    .profilImg {
        width: 50px;
        height: 50px;
    }

    .profilMeta {
        flex-direction: column;
    }

    .metaItem {
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
        border-right: none;
    }

    .profilSocialContainer {
        display: none;
    }

}

@media (min-width: 576px) {
    #imprintModal .modal-dialog {
        max-width: 800px !important;
    }
}