/* 
* Theme Name: Jetpackapps
* Description: Custom Child theme for Jetpackapps
* Author: Sumit Jha
* Template: hello-elementor
*/

.add-to-monday-btn .elementor-button-icon svg{
    height: 18px;
    width: auto;
}
.e-n-tabs-heading {
    border: 1px solid #C5C7D0;
    width: fit-content;
    border-radius: 24px;
    background: #fff;
}

.e-n-tabs {align-items: center;}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tab-tag{
    background-color: #323338;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    border-radius: 72px;
}
.e-n-tab-title[aria-selected='true'] .tab-tag{
    background: #fff;
    color: #323338;
}