/*start style sidebar*/
.sidebar>div:not(:first-child) {
    margin-top: 10px;
}

.sidebar .bg-t-s {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0px 4px 70px 0px #0000001A;
}

.sidebar .bg-s-s {
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
}

.sidebar .bg-s-s label {
    width: 100%;
}

.sidebar .bg-s-f {
    background-color: var(--white);
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
    padding: 25px 15px;
    ;
    border-radius: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar .bg-s-f label {
    margin-right: 40px;
}

.sidebar .bg-s-f .c-i-c-f {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.c-search-box .c-b-c-search {
    padding: 10px;
    border: 1px solid var(--header-accent);
    border-right: 0;
    background: var(--header-bg);
    color: var(--header-text);
}

.c-search-box form {
    display: flex;
}

.sidebar .c-search-box form {
    width: 92%;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.sidebar .c-search-box .c-b-search {
    background: unset;
    padding: 10px;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}

.c-b-search {
    padding: 10px 10px;
    color: #f0f0f0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .c-search-box form input {
    background: unset;
    border: 0;
    padding: 10px;
    width: 80%;
}

.checkmark {
    position: absolute;
    right: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 7px;
    transition: .2s ease-in-out;
}

input:checked~.checkmark {
    background-color: var(--first-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar .bg-s-s .c-i-search {
    width: 100%;
    border: none;
    padding: 25px 15px;
    border-radius: 10px;
    background: var(--white);
}

.sidebar .bg-t-s .box {
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 25px 0 rgb(171 171 171 / 40%);
    border-radius: 7px;
    cursor: default;
}

.sidebar .bg-t-s .box .top {
    background-color: var(--first-color);
    color: var(--white);
    padding: 10px;
    border-radius: 7px 7px 0 0;
}

.sidebar .bg-t-s .box .bottom {
    padding: 10px;
    background-color: var(--white);
    color: var(--first-color);
    border-radius: 0 0 7px 7px;
}

.sidebar .widget_categories {
    background: var(--white);
    padding: 15px 20px 20px 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
}

.sidebar .c-cat-blog {
    padding: 15px 20px 20px 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
}

.sidebar .c-cat-blog ul {
    list-style: none;
}

.sidebar .c-cat-blog ul li,
.cat-item a {
    color: var(--link-color-theme);
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    transition: .3s;
}

.c-cat-blog ul li:hover {
    color: var(--first-color);
    transition: .3s;
}

.c-cat-blog ul li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

.sidebar .c-filter-blog {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
}

.sidebar .c-o-c-tab {
    background: var(--first-color);
    color: #fff;
    padding: 3px 8px;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sidebar .c-o-c-tab i {
    transition: .5s linear;
}

.sidebar .c-color-tab-filter {
    margin-top: 15px;
}

.sidebar .c-color-tab-filter span {
    color: #8A8A8A;
    margin-top: 25px;
    display: block;
}

.sidebar .c-color-tab-filter .c-f-color {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
}

.sidebar .c-color-tab-filter .c-f-color .color {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.22);
}

.sidebar .c-color-tab-filter .c-f-color .color {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.22);
}

.sidebar .c-tab-filter .c-f-color .blue {
    background: #1E4FAD;
}

.sidebar .c-color-tab-filter .c-f-color .red {
    background: #D02B35;
}

.sidebar .c-color-tab-filter .c-f-color .brown {
    background: #440B0B;
}

.sidebar .c-color-tab-filter .c-f-color .green {
    background: #2AD926;
}

.sidebar .c-color-tab-filter .c-f-color .black {
    background: #11150d;
}

.sidebar .widget_recent_entries {
    background: var(--white);
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
}

.sidebar .widget_recent_entries ul li {
    margin: 10px 0;
    display: flex;
    padding: 0;
}

.sidebar .widget_recent_entries ul li img {
    border-radius: 5px;
    height: 75px;
    object-fit: cover;
}

.sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image {
    margin-left: 15px;
    width: 75px;
    height: 75px;
}

.sidebar div#block-2,
.sidebar div#block-3,
.sidebar div#block-4,
.sidebar div#block-18,
.sidebar div#block-5,
.sidebar div#block-6 {
    display: none;
}

/*end style sidebar*/

/* sh sidebare*/

.sidebar-widget div {
    width: 50%;
}

.sidebar-widget a {
    height: fit-content;
}

.the-author a.btn {
    border: none;

}

.ticket-side ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ticket-side ul li a {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: 0.2s ease;
}

.ticket-side ul li a:hover {
    transform: translateY(-2px);
}