﻿.accordion-header {
    /*background: #ffffff;*/
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    position: relative;
    margin-bottom: 10px;
}

.sm-accordion.custom-accordion .panel-body {
    /*border-top: 1px solid var(--color1);*/
    /*border-bottom: 1px solid var(--color1);*/
}

.sm-accordion.custom-accordion .panel-body {
    padding: 20px !important;
    /*background: #fcfcfc;*/
    /*border-top: 1px solid #e4e2e2;*/
    border-bottom: 1px solid #e4e2e2 !important;
}

.sidebar .widget {
    /*border: 1px solid var(--color1);*/
}

.sidebar .widget {
    margin-bottom: 20px;
    /*border: 1px solid #ddd !important;*/
}

#detaybaslik:after {
    content: "";
    display: block;
    width: 5%;
    background-color: black;
    height: 2px;
    position: absolute;
    margin-left: 47.5%;
    margin-top: 5px;
}

hr {
    margin: 45px 0;
}
