.elementor-1900 .elementor-element.elementor-element-86e1ca4{--display:flex;}.elementor-1900 .elementor-element.elementor-element-e217e60.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1900 .elementor-element.elementor-element-0cfb447.xpro-widget-bg-overlay:before{transition:background 0.3s;}#elementor-popup-modal-1900 .dialog-widget-content{animation-duration:0.4s;background-color:#070707;border-radius:30px 30px 30px 30px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1900{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-1900 .dialog-message{width:380px;height:100vh;align-items:flex-start;padding:30px 34px 20px 25px;}#elementor-popup-modal-1900 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-1900 .dialog-close-button i{color:var( --e-global-color-de72f07 );}#elementor-popup-modal-1900 .dialog-close-button svg{fill:var( --e-global-color-de72f07 );}#elementor-popup-modal-1900 .dialog-close-button:hover i{color:var( --e-global-color-3f54e00 );}/* Start custom CSS for html, class: .elementor-element-e217e60 */#alpha-category-sidebar{
    background: #070707 !important;
    border-style: none !important;
    border-radius:0px !important;
    padding:0px !important;
}

.alpha-cat-title{
    color:#fff;
    font-size:20px !important;
    font-weight:700;
    margin-bottom:20px;
}

.alpha-parent{
    margin-bottom:10px;
}

.alpha-parent>a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    text-decoration:none;
    padding:12px 15px;
    background:#1b1b1b;
    border-radius:8px;
    transition:.3s;
}

.alpha-parent>a:hover{
    background:#B82132;
}

.alpha-count{
    color:#999;
    font-size:13px;
}

.alpha-child{
    display:none;
    padding-left:15px;
    margin-top:8px;
}

.alpha-child a{
    display:block;
    padding:8px 15px;
    color:#ccc;
    text-decoration:none;
}

.alpha-child a:hover{
    color:#fff;
    background:#222;
    border-radius:6px;
}

.alpha-open .alpha-child{
    display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0cfb447 */#alpha-category-sidebar{
    background:#111;
    border:1px solid #2a2a2a;
    border-radius:15px;
    padding:20px;
}

.alpha-cat-title{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    font-family:manrope;
}

.alpha-parent{
    margin-bottom:12px;
}

.alpha-parent>a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#911725;
    padding:14px 18px;
    border-radius:10px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    font-size:14px;
    font-family:manrope;
}

.alpha-parent>a:hover{
    background:#B82132;
}

.alpha-left{
    font-size:16px;
}

.alpha-right{
    display:flex;
    align-items:center;
    gap:15px;
}

.alpha-count{
    color:#d0d0d0;
}

.alpha-arrow{
    transition:.3s;
    font-size:12px;
    transform:rotate(180deg);
}

/* Desktop - Open by default */
.alpha-child{
    display:block;
    padding:10px 0 5px 20px;
}

.alpha-child a{
    display:block;
    padding:10px;
    color:#ddd;
    text-decoration:none;
    border-left:2px solid #B82132;
    margin-bottom:8px;
    transition:.3s;
}

.alpha-child a:hover{
    color:#fff;
    background:#1d1d1d;
    border-radius:6px;
}

/* ===========================
   Tablet & Mobile
=========================== */

@media (max-width:768px){

    #alpha-category-sidebar{
        padding:15px;
        border-radius:12px;
    }

    .alpha-cat-title{
        font-size:24px;
        margin-bottom:15px;
    }

    .alpha-parent>a{
        padding:12px 15px;
    }

    .alpha-left{
        font-size:15px;
    }

    .alpha-right{
        gap:10px;
    }

    .alpha-count{
        font-size:13px;
    }

    .alpha-arrow{
        font-size:11px;
        transform:rotate(0deg);
    }

    .alpha-open .alpha-arrow{
        transform:rotate(180deg);
    }

    .alpha-child{
        display:none;
        padding:10px 0 5px 12px;
    }

    .alpha-child a{
        font-size:14px;
        padding:10px;
    }

}

@media (max-width:480px){

    #alpha-category-sidebar{
        padding:12px;
    }

    .alpha-cat-title{
        font-size:22px;
    }

    .alpha-parent>a{
        padding:10px 12px;
    }

    .alpha-left{
        font-size:14px;
    }

    .alpha-count{
        font-size:12px;
    }

    .alpha-arrow{
        font-size:10px;
    }

    .alpha-child a{
        font-size:13px;
        padding:8px 10px;
    }

}/* End custom CSS */