
.grid-form__work{
  flex-direction: column-reverse;
}

.grid-form__title{
    margin-bottom: 20px;
}

.grid-form__title span{
    margin-left: auto !important;
}

.added-title{
    display: flex !important;
    gap: 10px;
    align-items: center;
    background-color: transparent !important;
    margin-top: 15px;
}

.added-title a{
    word-break: break-word;
}

.added-title .close{
    font-size: 20px !important;
    margin-bottom: 3px;
}

.modal__container{
    max-width: 550px;
    width: 100%;
    padding: 30px;
    background: white;
    margin: 40px 20px;
    overflow: auto;
}

.modal__overlay{
    align-items: stretch;
}

.modal__img{
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    overflow: hidden;
}

.modal__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal__info{
    margin-bottom: 70px;
}

.modal__info-title{
    margin: 0;
    font-size: 24px;
    color: #505d6f;
}

.modal__info-item-ttl{
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #505d6f;
}

.modal__info-label{
    font-size: 14px;
    color: #505d6f;
}

.modal__info-item{
    columns: 2;
    column-gap: 20px;
}

.modal__info-input,
.modal__info-select{
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    height: 50px;
    padding: 0 0 0 5px;
    margin: 0 0 20px 0;
    overflow: auto;
}

.modal__info-input:focus,
.modal__info-select,
.modal__info-btn{
    outline: none;
}

.modal__info-input:focus{
    border-bottom: 1px solid #662d91;
}

.modal__info-flex{
    display: flex;
    flex-direction: column;
}

.modal__flex-item{
    margin: 20px 0;
}

.modal__flex-item-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.added__value{
    color: #505d6f;
    font-size: 13px;
    margin: 0;
    font-weight: bold;
}

.added__value-close{
    font-size: 20px;
    color: #505d6f;
    display: block;
    font-weight: bold;
    cursor: pointer;
}

.modal__info-btn{
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: inline-block;
    background-color: #662d91;
    color: #fff;
    border: 0;
    line-height: 40px;
    cursor: pointer;
}


@media (max-width: 450px) {
    .modal__info-item{
        columns: 1;
    }
}

.modal__social-media .modal__info-input::placeholder{
    color: #cccccc;
}

.modal__form-submit{
    display: flex;
    height: 50px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background-color: #662d91;
    cursor: pointer;
    outline: none!important;
    border: 0;
    line-height: 50px;
}
.title__social-link {
    font-size: 16px;
    line-height: 22px;
    color: black;
    margin: 0 70px 8px;
    text-align: right;
  }

  .social-link {
      display: flex;
      align-items: center;
      margin: 0 0 48px;
      justify-content: flex-end;
  }

    .social-link-item {
        margin: 0 4px 0 4px;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        background-size: contain;
        display: block;
    }

    .whatsapp2 {
        background: url("../img/svg/social/whatsapp2.svg") center no-repeat;
    }

      .telegram2 {
        background: url("../img/svg/social/telegram2.svg") center no-repeat;
      }

      .twitter2 {
        background: url("../img/svg/social/twitter2.svg") center no-repeat;
      }

      .facebook2 {
        background: url("../img/svg/social/facebook2.svg") center no-repeat;
      }

      .instagram2 {
        background: url("../img/svg/social/instagram2.svg") center no-repeat;
      }

#page {
  background: #FFF;
  padding: 20px;
  margin: 20px;
}

#demo-basic {
  width: 200px;
  height: 300px;
}
