.rules_wrapper .sidebar {
    width: 236px;
    background-color: #f5f5f5;
    padding: 20px;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.rules_wrapper .rules_content {
    width: 665px;
    float: right;
    padding-inline-start: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.rules_content a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.rules_wrapper .sidebar ul {
    margin: 0 !important;
    padding: 0 !important;
}

.rules_wrapper .sidebar ul li {
    list-style-type: none !important;
    color: #0f0f0f !important;
    padding: 15px;
    text-align: start;
}

.rules_wrapper .sidebar ul li a {
    color: #0f0f0f;
}

.rules_wrapper .sidebar ul li.active {
    background-color: #f8631c;
    border-radius: 5px;
}

.form_error{
    color: #f8631c;
    margin-bottom: 20px;
}

.rules_wrapper .sidebar ul li.active a {
    color: #ffffff;
    text-decoration: none;
}


.notification_management .form-control {
    width: 270px !important;
}

.notification_management .checkbox {
    display: block;
}

.abuseTicket a{
    font-size: 20px;
}

.rules_wrapper .rules_icon-report {
	float: right;
}

[dir=rtl] .rules_wrapper .rules_icon-report {
	float: left;
}
