.org-cover {
    position: relative;
    height: 500px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: var(--blue15-color);
}
.org-cover svg {
    margin: 130px auto 0;
    display: block;
}
.org-cover a.edit,
.org-cover a.settings {
    position: absolute;
    right: 9%;
    top: 35px;
}
a.org-orl.site-status-INSTALL_WAIT {
    color: var(--gray-color);
    display: flex;
    align-items: center;
    gap: 8px;
}
.org-logo > svg.img-error-svg {
    margin: 0;
}
.org-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-cover a.settings {
    top: 78px;
}

.org-body {
    width: 100%;
    border-bottom: 2px solid var(--blue15-color);
    padding-bottom: 2px;
}

.org-header-content {
    width: 1170px;
    margin: 0 auto;
}

.org-header {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    /* border-bottom: 2px solid var(--blue15-color); */
    margin: 0 auto;
    width: 1440px;
    padding: 0 20px;
}

.org-logo {
    margin-top: -101px !important;
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--blue15-color);
}
.org-logo > svg {
    display: block;
    margin: auto;
    margin-top: 46px;
}
.org-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-description {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.org-info {
    width: 830px;
}

.org-info p {
    font-size: 16px;
    line-height: 25px;
}

.org-buttons a {
    color: var(--blue-color);
}

.org-menu {
    margin-top: 31px;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.org-menu ul {
    gap: 63px;
}

.org-menu li a {
    color: var(--gray-color);
}

.org-cover img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-cover img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.org-header a.edit-profile {
    position: absolute;
    display: block;
    padding: 11px 20px;
    right: 50px;
    top: 40px;
    cursor: pointer;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #CBD6EC;
    color: #6F7A92;
    font-weight: 700;
    font-size: 14px;
}

a.edit-profile.edit-logo {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    color: rgba(64, 123, 249, 1);
    font-size: 18px;
    font-weight: bold;
}

.profile-media-change-container {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.profile-media-change-container form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.profile-media-change-container .media-title {
    flex: auto;
}

.profile-media-change-container form .button {
    margin: 0 auto;
}



/*=========================================================================================*/
.orgs-title {

    font-size: 40px;
    line-height: 44px;


}

.orgs-iteraction {
    display: flex;
    justify-content: end;
    margin-bottom: 54px;
}

.orgs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;


}

.orgs-item {
    display: flex;
    flex: 1 1 48%;
    align-items: center;
    /* width: 565px; */
    /* height: 160px; */
    padding: 16px;
    gap: 40px;
    border-radius: 12px;
    border: 2px solid #EBF1FF;
    padding: 21.5px 20px;
    /* margin-bottom: 40px; */

}

.orgs-item .image {
    width: 115px;
    height: 115px;
    flex:  0 0 115px;
    border-radius: 50%;
}

.orgs-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.orgs-info .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    color: var(--main-gray-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 !important;

}

.orgs-info .item-info {
    line-height: 16.8px;
    color: #586173;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* flex: 1 1 auto; */
}
.domain-avialable-0 {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
}

a.domains-link.domain-avialable-1 span {
    color: var(--main-blue-color);
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .orgs-title{
        font-size: var(--h2-size);
    }
    .orgs-iteraction {
        margin-bottom: 10px;
    }
    .orgs-list{
        gap: 12px;
    }
    .orgs-item {
        align-items: start;
        flex-direction: column;
        padding: 20px;
        min-width: 296px;
    }
    .orgs-info .title{
        -webkit-line-clamp: 4;
        max-width: 60%;
    }
    .orgs-info .item-info{
        -webkit-line-clamp: 3;

    }
}