
.table > :not(caption) > * > *.btn-blue{
    background-color: #2998ff !important;
    box-shadow: 0 5px 8px 0 rgba(41,152,255,.21) !important;
}
input::placeholder, textarea::placeholder {
    color: rgba(147, 147, 147, 1);
    font-size: 16px;
}
img{
    display: block;
}

.publish-post{
    box-shadow: 0px 0px 8px 8px #9DA2A429;
    border-radius: 8px;
    padding: 24px;
}
.publish-post .input-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.publish-post .search-input input{
    border: 1px solid #C9D2E3;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 16.5px;
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0 20px;
}
.publish-post .search-input{
    width: 100%;
    max-width: 100%;
}
.input-options{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
}
.op-right{
    min-width: fit-content;
}
.op-left{
    display: flex;
    width: 600px;
    justify-content: space-evenly;
    gap: calc(33% - 120px);
}
.op-right .send-but{
    background: linear-gradient(90deg, #26C8D3 0%, #4778E4 100%);
    border-radius: 24px;
    padding: 6px 38px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    cursor: pointer;
}
.op-left .block-with-img{
    background: rgba(244, 245, 247, 1);
    padding: 6px 14px;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}
.op-left .block-with-img img{
    height: fit-content;
}
.filters-block{
    background: rgba(248, 249, 253, 1);
    border-radius: 8px;
    padding: 14px 24px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-but img{
    display: block;
    cursor: pointer;
}
.filters-block .text{
    color: rgba(169, 181, 202, 1);
    font-size: 18px;
}
.post-of-friend .user-row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}
.post-of-friend .user-row .pub-date{
    color: rgba(147, 147, 147, 1);
    font-size: 14px;
}
.post-of-friend{
    border-radius: 8px;
    padding: 24px 24px 14px;
    box-shadow: 0px 0px 8px 8px rgba(157, 162, 164, 0.16);
}
.post-text{
    margin: 20px 0 5px;
}
.post-text img{
    width: 100%;
    padding: 10px 0;
}
.bot-post{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(242, 242, 242, 1);
    padding-top: 10px;
}
.bot-post .stats{
    color: rgba(169, 181, 202, 1);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 20px;
}
.bot-post .comm{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.bot-post .comm .post{
    border: 1px solid #C9D2E3;
    background: #F9F9F9;
    border-radius: 24px;
    padding: 10px 12px;
    width: 476px;
    max-width: 100%;
    margin: 0 20px;
}
.bot-post .comm .share img{
    cursor: pointer;
}
.info-block{
    box-shadow: 0px 0px 8px 8px rgba(157, 162, 164, 0.16);
    padding: 24px;
    margin: 0 0 20px;
    border-radius: 8px;
}
.info-title{
    color: rgba(3, 25, 39, 1);
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}
.info-tile{
    flex-wrap: wrap;
    display: flex;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 57px;
    background-size: 40px 40px;
    min-height: 40px;
}
.info-tile.brthday{
    background-image: url(../images/birthday.png);
}
.info-tile.interests{
    background-image: url(../images/interests.png);
}
.info-tile.phone{
    background-image: url(../images/phone.png);
}
.info-tile.email{
    background-image: url(../images/email.png);
}
.info-tile.address{
    background-image: url(../images/address.png);
}
.info-tile.department{
    background-image: url(../images/department.png);
}
.info-tile span{
    width: 100%;
    color: rgba(3, 25, 39, 1);
    font-size: 18px;
    line-height: 16px;
}
.info-tile label{
    color: rgba(169, 181, 202, 1);
    font-size: 16px;
}


.section-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 0; 
    margin-right: auto; 
    font-size: 16px;
    color: inherit;
    margin-top: 5px;

}

.section-button img {
  width: 24px;
  height: 24px;
  display: block;
}

.section-button.save-style {
    font-family: 'Noto Sans Hebrew', sans-serif;
    background-color: #457EE4; 
    color: white; 
    border-radius: 4px; 
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}
.settings-form {
  background: #fff;
  border-radius: 8px;
  /*padding: 24px;*/
  direction: rtl;
}

.form-section {
  margin-bottom: 24px;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  text-align: right;
  margin: 0;
  padding-bottom: 0px !important;
}



.form-row {
  margin-bottom: 16px;
}

.form-row.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
    font-size: 14px;
    color: #031927;
    margin-bottom: 8px;
    text-align: right;
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: normal; 
    line-height: normal;
    letter-spacing: calc(16px * 0.02);
}

.form-input {
  width: 100%;
  padding: 9px 8px 9px 0px;
  border: 1px solid #C9D2E3;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: calc(16px * 0.02);
  direction: rtl;
  color: #A9B5CA;
  font-family: 'Noto Sans Hebrew', sans-serif;
  text-align: right;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.section-header {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  
    margin-bottom: 24px;

}





.comment-show{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.comment-text{
    padding-right: 74px;
    font-style: italic;
}
.comments-show.not{
    height: 0px;
    transition: height 1s ease-in-out;
}
.comments-show{
    max-height: max-content;
    height: 285px;
    display: block;
    overflow: auto;
    transition: height 1s ease-in-out;
}
.bot-post .stats .likes, .bot-post .stats .comments{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 2px 8px;
}
.liked{
    background: #b4bed1;
    color: #FFF;
    border-radius: 40px;
}


.panel-gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F8F9FD;
    padding: 14px 24px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.panel-gallery2 {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    background-color: #F8F9FD;
    padding: 14px 24px;
    border-radius: 8px;

}
.panel-icons {
    display: flex;
    gap: 24px;
}
.icon-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    color: inherit;
}
.icon-button img {
    width: 100%; 
    height: 100%;
    object-fit: contain; 
}
.panel-text {
    color: #A9B5CA;
    font-size: 16px;
    font-family: 'Noto Sans Hebrew', sans-serif;
}
.gallery h3 {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 16px;
    color: #031927;
    text-align: right;
    font-weight: 500;
}
.gallery-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 12px;
    margin-bottom: 30px;
}
.title-gallery {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}
.gallery-item {
    flex: 0 0 calc(25% - 9px); 
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 0;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.gallery-item.last-item {
    position: relative;
    transition: all 0.3s ease;
}
.gallery-item.last-item:hover img {
    filter: brightness(50%);
}
.gallery-item.last-item .image-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    z-index: 1;
    transition: color 0.3s ease;
}
.gallery-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
    opacity: 0;
}
.gallery-item:hover span {
    opacity: 1;
}
.show-less-button {
    background-color: #457EE4; 
    border: 1px solid #457EE4; 
    border-radius: 4px; 
    color: #ffffff; 
    font-size: 14px; 
    padding: 8px 12px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    margin-bottom: 15px;
}
.show-less-button:hover {
    background-color: #609bff; 
    color: #212529; 
    border-color: #adb5bd;
}
.show-less-button:active {
    background-color: #dee2e6; 
    color: #212529; 
    border-color: #868e96; 
    transform: scale(0.98); 
}