.repeater-item{
    display: inline-block;
}

.form-horizontal .form-body {
    margin-bottom: 50px;
}

.no-margin-left{
    margin-left: 0!important;
}
.no-margin-right{
    margin-right: 0!important;
}

.alert-error{
    background-color:#F3565D;
    border-color:#f13e64;
    color:#fff
}
.alert-error hr{
    border-top-color:#f02651
}
.alert-error .alert-link{
    color:#fccfd1
}

.copy-icon{
    margin-left: 5px;
    color: #67809f;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
.copy-icon:active{
    color: #d2d2d2;
}

#doctors-form .select2-container-multi .select2-choices{
    padding-top: 10px!important;
}
.cabinet-logo{
    background-image: url("../../i/icons/group.svg");
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 40%;
    padding-top: 55px;
    font-weight: bold;
}
.selected-document{
    background-image: url("../../i/icons/file.svg");
    background-repeat: no-repeat;
    margin-left: 15px;
    background-position: 5px 3px;
    background-size: 9px;
    padding: 2px 10px 5px 22px;
    color: #2ee3bb;
    border: 1px solid #eff1f7;
    border-radius: 5px;
    cursor:pointer;
}
.icon-vector{
    background-image: url("../../i/icons/vector.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
}


.main-menu__item-link{
    color: inherit !important;
}
.cabinet-button{
    background-color: #2ee3bb;
    padding: 17px 60px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.fields-form input[type="file"] {
    display: none;
}
.clinics-profile__tabs li.active:before {
    content: inherit !important;
}