


/*settings acc*/

.harm-settings-acc{
    margin: 10px;
}

.harm-settings-item {
    border-bottom: 1px solid #ccc;
}

/*.harm-settings-item:last-child {
    border-bottom: none;
}*/

.harm-settings-header {
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    border-bottom: 1px solid rgba(108, 121, 147, 0.20);
    background: #424242;
}

.harm-settings-title{
    position: relative;
    padding-left: 20px;
}

.active-elem .harm-settings-content{
    display: block;
}

.harm-settings-content {
    display: none;
    transition: all 0.3s ease-out;
    background-color: #fff;
}

/*settings acc конец*/

.harm-settings-acc .warning-content{
    padding: 10px 0;
}

.harm-settings-acc .settTabsBlock .Settabs .tabs__content{
    padding: 0;
}

/*сообщение аккордеон*/
.harm-messages{
    position: relative;
}
.read-all-btn{
    cursor: pointer;
    position: absolute;
    top:-30px;
    right: -11px;
    border: 2px solid #808080;
    background: #C0C0C0;
    font-weight: 700;
    padding: 3px 8px;
}


.harm-accordion-item {
    border-bottom: 1px solid #ccc;
}

.harm-accordion-item:last-child {
    border-bottom: none;
}

.harm-accordion-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #D7D7D7;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #6B0C16;
}

.harm-accordion-header.unread{
    font-weight: bold;
}

.harm-accordion-header:hover {
    background-color: #e0e0e0;
}

.harm-message-title{
    position: relative;
    padding-left: 20px;
    font-family: "PT Sans";
}

.harm-message-title:before{
    content: "";
    position: absolute;
    left: 0;
    top:2px;
    /*width: 12px;
    height: 6px;
    background: url("../harm-arrow.svg") center center no-repeat;*/
    transition: all 400ms;
    transform: rotate(0);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #6B0C16;
}

.active-item .harm-message-title:before{
    transform: rotate(90deg);
}


.active-item .harm-accordion-content{
    display: block;
}

.harm-accordion-content {
    display: none;
    transition: all 0.3s ease-out;
    background-color: #fff;
    border-left: 1px solid #E2E4E9;
    border-right: 1px solid #E2E4E9;
}

.harm-accordion-content a{
    text-decoration: underline;
    color: #6B0C16;
}

.harm-accordion-content p {
    margin: 0;
}

.harm-message-list{
    padding: 10px;
    font-family: "PT Sans";
    border-left: 1px solid #E2E4E9;
    border-right: 1px solid #E2E4E9;
}

.harm-message-list .harm-message-item:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.harm-message-item{
    border-bottom: 1px solid #E2E4E9;
    padding: 10px;
    font-family: "PT Sans";
    font-size: 14px;
}

.harm-message-item .title{
    font-weight: bold;
}


/*сообщение аккордеон конец*/





