.btn-submit:disabled {
    background-color: #5E6364;
}

.remodal form {
    max-width: 322px;
    margin: 0 auto;
    text-align: left;
}
.remodal .form-row {
    margin-bottom: 10px;
    position: relative;
}

.remodal .title {
    color: #44494A;
}

.remodal .form-row label{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
    color: #44494A;
}

.remodal .form-row input {
    border-radius: 0px;
    width: 100%;
}

.remodal .form-row button {
    margin-top: 0px;
    background: #FF2156;
    color: white;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    /*-webkit-transition: all .2s;*/
    /*transition: all .2s;*/
    text-decoration: none;
}

.remodal .form-row button:hover {
    opacity: 0.85;
}

.remodal.remodal-error, .remodal.remodal-success, .remodal.remodal-delete {
    max-width: 470px;
    padding: 20px;
}

.remodal.remodal-error form, .remodal.remodal-success form, .remodal.remodal-delete form {
    max-width: 500px;
}

.remodal.remodal-error .message, .remodal.remodal-success .message, .remodal.remodal-delete .message {
    text-align: center;
    font-size: 18px;
}

.remodal.remodal-error .message p {
    font-size: 16px;
    color: #2b2e38;
}

.remodal.remodal-error .btn-submit, .remodal.remodal-success .btn-submit, .remodal.remodal-delete .btn-submit, .remodal.remodal-delete .btn-close {
    width: 170px;
    height: 45px;
    margin: 0px auto;
    margin-top: 10px;
}

.remodal.remodal-error .form-row, .remodal.remodal-success .form-row, .remodal.remodal-delete .form-row {
    display: flex;
}

tr[data-href]:hover {
    cursor: pointer;
    background: #ececec;
}

.course__description__block {
    margin-top: 14px;
}

.remodal.remodal-delete .btn-close {
    background: #123B44;
}

.clip {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 256px;
}

.request__content__members input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    height: 30px;
    max-width: 256px;
    width: 100%;
    padding: 0px 10px;
    border-radius: 3px;
}

.request__content__members .btn-line {
    margin-left: 10px;
    min-width: 170px;
}

.request__content__members .btn-line .btn {
    font-size: 14px;
    border-radius: 3px;
    border: none;
    height: 42px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    width: 104px;
    text-align: center;
}

.request__content__members .btn-line .btn.btn-red {
    height: 30px;
    padding: 6px 17px;
    background: #FF2156;
    color: #FFFFFF;
}

.request__content__members .btn-line .btn.btn-blue {
    background: #007991;
    color: #FFFFFF;
    height: 30px;
    padding: 6px 17px;
    min-width: 104px;
}

.request__content__members .btn-delete {
    font-size: 14px;
    line-height: 16px;
    color: #8E9EA1;
    border-bottom: 1px solid;
    text-decoration: none;
    margin-left: 10px;
    line-height: 100%;
}
.request__content__members .btn-delete:hover {
    border-bottom: 1px solid transparent;
}

@media (max-width: 600px) {
    .request__content__members .btn-line{
        margin: 10px 0px 0px 0px;
    }
}

.ck-content {
    word-wrap:break-word;
}

.grey-header-feedback .ck-content {
    max-width: 735px;
}

.yellow-header-partner .ck-content {
    max-width: 735px;
}

.ck-content .image img {
    width: auto;
}

.select-og {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 40px 47px;
    max-width: 700px;
    margin: 0 auto;
}

.select-og h1 {
    margin: 0px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #44494A;
}

.select-og .select-og-list a {
    max-width: 414px;
    background: #007991;
    border: 1px solid #007991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 19px 20px;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.select-og .select-og-list a:hover {
    opacity: 0.9;
}