.main-wrapper {
    padding: 30px;
    --bs-gutter-x: 0px !important;
}

.parent-container-for-sidebar {
    border: 1px solid #E7E7E7;
    border-radius: 15px;
    width: 248px;
}

.main-wrapper>.row {
    --bs-gutter-x: 0px !important;
    flex-wrap: nowrap !important;
    gap: 30px;
    height: calc(100vh - 200px);
}

.business-info-container {
    width: calc(100% - 275px);
    border: 1px solid #E7E7E7;
    padding: 32px 40px;
    border-radius: 15px;
    overflow: auto;
}

.business-info-images-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 168px;

}

.store-list-container {
    --bs-gutter-x: 0px !important;
}

/* .business-info-container > .row {
    --bs-gutter-x: 0px !important;
} */

.store-banner-img-container {
    width: 100%;
    height: 168px;
    gap: 8px;
    /* width: calc(83.333% - 10px); */
}



.business-logo-image-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 139px;
    height: 168px;
    flex-shrink: 0;

}

.business-logo-image-container>img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.business-log-img {
    border-radius: 50%;
    position: relative;
}

.label-for-business-logo {
    bottom: 0px;
    right: 0px;
}

.label-for-store-banner {
    bottom: -32px;
    right: 0px;
}

.business-log-img>img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.businsee-logo-image-title {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.store-banner-image-title {
    display: flex;
    justify-content: start;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 130%;
}

.edit-business-logo-img-btn,
.edit-store-banner-img-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000000;
    /* position: absolute; */
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.edit-business-logo-img-btn svg,
.edit-store-banner-img-btn svg {
    width: 19px;
    height: 19px;
}

#business-logo-preview {
    object-fit: cover;
    object-position: center;
    /* height: 139px; */
}

#store-banner-preview {
    object-fit: cover;
    object-position: center;
    height: 139px;
    border-radius: 12px;
    border: 1px solid #E7E7E7;
}

.store-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    /* max-width: 420px; */
    width: 100%;
    /* padding-left: 10px;
    padding-right: 10px; */
}

.store-header-title {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
}

.add-store-btn {

    text-decoration: none;
    width: 116px;
    height: 27px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    background-color: #000000;
    color: #FFFFFF;
}

.add-store-btn svg {
    width: 17px;
    height: 17px;
}

.add-store-btn span {
    font-size: 13px;
    line-height: 80%;
    font-weight: 600;
}

.store-list-container {
    gap: 10px;
    max-height: 180px;
    overflow-y: auto;
    /* flex-wrap: nowrap; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* max-height: 180px;  */
    /* overflow-y: auto;    */
    /* padding-right: 8px;  */
    /* max-width: 420px; */
    /* width: 45%; */
    /* padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.store-card {
    /* max-width: 420px; */
    /* width: 100%;  */
    width: calc(50% - 5px);
    height: 100px;
    border-radius: 10px;
    padding: 11px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFAF4;
    cursor: pointer;
    /* transition: border 0.3s ease; */
}

.store-card.selected {
    border: 2px solid #000000;
}

.parent-container-for-store-number-and-address {
    max-width: 249px;

}

.store-number {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    word-wrap: break-word;
}

.store-number {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    word-wrap: break-word;
}

.store-description {
    font-weight: 400;
    font-size: 16px;
    color: #676767;
}

.store-actions {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.edit-store-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid black;
    width: 28px;
    height: 28px;
    background-color: #FFFAF4;
}

.delete-store-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #E32001;
    width: 28px;
    height: 28px;
    background-color: #FFFAF4;

}

.personal-info-save-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.personal-info-save-btn {
    width: 350px;
    height: 40px;
    background-color: #000000;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
}

.personal-info-input-container {
    width: calc(33.33% - 7px);
    display: flex;
    justify-content: center;
    gap: 10px;
    /* padding-left: 10px;
    padding-right: 10px; */
}

.personal-info-form-container {
    --bs-gutter-x: 0px !important;
    gap: 10px;
}

.form-input-elements {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    width: 100%;
}

.pt20 {
    padding-top: 20px;
}

.form-lables {

    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    /* margin-bottom: 10px; */
    padding-bottom: 0px;

}

.form-inputs {
    border-radius: 10px;
    background-color: #FFFFFF !important;
    height: 40px;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #E7E7E7;
}

.form-inputs:focus {
    border: none;
    outline: none;
}

.form-inputs::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #4C4C4C;

}

.parenent-container-for-edit-svg {
    top: 0px;
    right: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    border: none;
    background-color: transparent;
    border: none;
}

.parent-container-for-input-and-edit-svg {
    height: 40px;
}

.main-address,
.full-address {
    font-weight: 400;
    font-size: 13px;
    color: #676767;
}

.business-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
     background: #FFFAF4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C3C3C;
    font-weight: 600;
    position: relative;
    border: 2px solid #3C3C3C;
}

.business-avatar-initials {
    font-size: 32px;
    text-transform: uppercase;
}

.business-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}




@media(max-width:768px) {
    .main-wrapper>.row {
        flex-wrap: wrap !important;
    }

    .business-info-container {
        width: 100%;
    }

    .business-info-images-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .personal-info-input-container {
        width: 100%;
    }

    .personal-info-form-container {
        gap: 0px;
    }

    .main-wrapper {
        padding: 15px;
    }

    .business-info-container {
        padding: 15px 10px;
    }

    .parent-container-for-sidebar {
        display: none;
    }
}


[lang="ar"] {

    .label-for-store-banner {
        bottom: -35px;
        right: unset;
        left: 0px;
    }

    .parenent-container-for-edit-svg {
        left: 12px;
        top: 0px;
        right: unset !important;
    }
}