/*start style sidebar*/
.sidebar > div:not(:first-child) {
    margin-top: 10px;
}

.sidebar > div:nth-child(2) {
    margin-top: 10px !important;
}

.sidebar .bg-t-s {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 0 25px 0 rgba(201, 201, 201, 0.25);
}

.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:2px solid #f0f0f1;
        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;
    border-radius:0 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius:0 15px 15px 0;
    -moz-border-radius:0 15px 15px 0;
    -ms-border-radius:0 15px 15px 0;
    -o-border-radius:0 15px 15px 0;
}
.c-b-search {
    padding: 10px 10px;
    color: #f0f0f0;
    border-radius: 0 15px 15px 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .sidebar .c-search-box form input {
    background:unset;
    border: 0;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    /* background: #f0f0f1; */
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.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 .c-cat-blog, .sidebar .widget_categories {
    background: var(--white);
    padding: 20px 20px 5px 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 {
    background: var(--white);
    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;
}

.sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image {
    margin-left: 5px;
}

/*end style sidebar*/

/* sh sidebare*/

.sidebar-widget div{
    width: 50%;
}
.sidebar-widget a{
    height: fit-content;
}

.new-post a{
    color: #828282;
}
.new-post a:hover{
    color: #bf66c1;
}
.the-author a.btn{
    background-color: #2727ff;
    color: white;
    border:none;
    
}
.ticket-side ul li a{
    padding: 4px 12px;
    background-color: #e4e3ff;
    color:#3d3eff;
    border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    -webkit-border-radius:8px;
}
