/* Main Dashboard */
.header-dashboard {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 50px 20px 50px;
    background-color: #fff;
    /* position: fixed; */
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px #E3E3E3 solid;
}
body.admin-bar .header-dashboard { 
    /* top: 32px; */
}
.header-dashboard .header-title {
    color: var(--e-global-color-127bbc7 );
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -1.34px;
    padding: 10px;
    margin-bottom: 0px !important;
}
.header-dashboard .column-action a.header_btn_save span {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    fill: var(--main-color);
    color: var(--main-color);
    background-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 0px 0px 0px 0px;
}
.header-dashboard .column-logo img {
    height: 30.72px;
}
.header-dashboard .column-action a.header_btn_save {
    display: flex;
    gap: 10px;
}
.header-dashboard .column-center .tabs-list {
    list-style: none;
    padding: 0;
    display: flex;
    border-radius: 8px;
    border: 1px solid #D4D3D3;
    margin: 0px;
    justify-content: center;
}
.header-dashboard .column-center .tabs-list li {
    padding: 16px 24px;
    color: #262626;
    cursor: pointer;
    font-size: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}
.header-dashboard .column-center .tabs-list li.tab-active,
.header-dashboard .column-center .tabs-list li:hover {
    color: var(--main-color);
}
.header-dashboard .column-center .tabs-list li:first-child {
    border-right: 0.5px solid #D4D3D3;
}
.header-dashboard .column-center .tabs-list li:last-child {
    border-left: 0.5px solid #D4D3D3;
}


/* Header Project */
.header-project {

}
.header-project .column-logo {

}
.header-project .column-center {
    
}
.header-project .column-action {
    display: flex;
    justify-content: end;
}
.header-offers {

}

/* DASHBOARD SETTING */
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency{
    position: absolute;
    left: -54%;
    top: 80px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    width: 300px;
    border: 1px solid rgba(212, 211, 211, 1);
    
}
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency label{
    display: none;
}
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency small span{
    color: var(--e-global-color-127bbc7 );
    font-family: var(--main-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency small span br {

}
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency  h3{
    font-family: var(--main-font);
    font-size: 28px;
    font-weight: bold;
}
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency .pmpro_checkout-field {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0px !important;
}
body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency select {
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F5F5F5;
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
@media only screen and (max-width: 768px) {
    body.pmpro-member-profile-edit .profile-form .pmpro_checkout_box-currency{
        position: relative;
        top: initial;
        left: initial;
        width: 100%;
    }
    .header-project .column-center,
    .header-offers .column-center
    {
        width: 100% !important;
        order: 3;
    }
}
@media only screen and (max-width: 767px) {
    /* Header Project and Offers */
    .header-project,
    .header-offers{
        padding: 10px !important;
    }
    .header-project .column-logo,
    .header-project .column-action,
    .header-offers .column-logo,
    .header-offers .column-action{
        width: 50% !important;
        padding: 0px !important;
    }
    .header-project .column-logo   > .elementor-element-populated >.elementor-widget-wrap,
    .header-project .column-action  > .elementor-element-populated >.elementor-widget-wrap,
    .header-project .column-center  > .elementor-element-populated >.elementor-widget-wrap,
    .header-offers .column-logo   > .elementor-element-populated >.elementor-widget-wrap,
    .header-offers .column-action  > .elementor-element-populated >.elementor-widget-wrap,
    .header-offers .column-center  > .elementor-element-populated >.elementor-widget-wrap {
        padding: 0px !important;
    }
    .header-offers a.glink img,
    .header-project a.glink img {
        position: relative;
        top: -1px;
    }
    .header-project .column-center,
    .header-offers .column-center,
    .header-dashboard .column-center
    {
        width: 100% !important;
        padding: 0px !important;
        order: 3;
    }
    .header-dashboard {
        flex-wrap: wrap;
    }
    .header-dashboard .column-logo,
    .header-dashboard .column-action {
        width: 50%;
    }
    .header-project .column-action > .elementor-element-populated >.elementor-widget-wrap,
    .header-offers .column-action > .elementor-element-populated >.elementor-widget-wrap {
        justify-content: end !important;
    }
    .header-project .column-center .questionnaire_form_switcher {
        width: 100% !important;
        padding: 10px !important; 
    }
    .header-dashboard .column-center {
        margin-top: 10px;
        text-align: center;
    }
    .header-dashboard .column-center {
        margin-top: 10px;
        text-align: center;
    }
    .header-dashboard .column-center 
    .header-project  .questionnaire_form_switcher .switcher {
        height: 40px;
    }
    .header-project_list-step,
    .header_list-step {
        padding-top: 2px;
    }
    .header-project_list-step  li.elementor-icon-list-item::before,
    .header_list-step  li.elementor-icon-list-item::before{
        width: 22px !important;
        height: 22px !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .header_list-step  li.elementor-icon-list-item::before
    {
        line-height: 24px !important;
    }
    .table-projects {
        margin-top: 20px !important;
    }
    .header-project_list-step,
    .header_list-step {
        padding: 10px !important;
        margin-top: 10px !important;
    }
    .header_btn_save  {
        padding-top: 2px;
    }
    .header_btn_save span {
        display: none;
    }
    .header_btn_save .elementor-button-text{
        display: none !important;
    }
    .header_btn_save .elementor-button {
        font-size: 18px !important;
    }
    .header_btn_save  .dashboard-link a{
        font-size: 0px !important;
    }
    /* End Header Dashboard */


    .section-content-dashboard {
        padding: 50px 15px !important;
        
    }
    .dashboard-title h2{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .step-title h1 {
        
        margin-top: 10px;
        
    }
    
   
    .header-dashboard .column-action a.header_btn_save span {
        display: none;
    }
    
}


/* Mobile Menu */
@media only screen and (max-width: 767px) {
    .menu-dashboard .menu-item-has-children {
        position: relative;
    }
    .menu-dashboard .sub-menu {
        margin-left: 0px !important;
        margin-top: 0px !important;
        overflow: scroll;
    }
}

/* MENU DASHBOARD */
.icon-contacts {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 12 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0197067,0,0,0.0197067,-2.09186,-0.615834)'%3E%3Cpath d='M575.425,31.25L174.9,31.25C136.95,31.3 106.2,62.05 106.15,100L106.15,700C106.2,737.95 136.95,768.7 174.9,768.75L575.425,768.75C613.375,768.7 644.125,737.95 644.175,700L644.175,100C644.125,62.05 613.375,31.3 575.425,31.25ZM606.65,700C606.625,717.25 592.65,731.225 575.4,731.25L174.875,731.25C157.625,731.225 143.65,717.25 143.625,700L143.625,100C143.65,82.75 157.625,68.775 174.875,68.75L575.4,68.75C592.65,68.775 606.625,82.75 606.65,100L606.65,700ZM675.15,93.675C664.8,93.675 656.4,102.075 656.4,112.425L656.4,237.575C656.4,247.925 664.8,256.325 675.15,256.325C685.5,256.325 693.9,247.925 693.9,237.575L693.9,112.425C693.9,102.075 685.5,93.675 675.15,93.675ZM675.15,318.75C664.8,318.75 656.4,327.15 656.4,337.5L656.4,462.5C656.4,472.85 664.8,481.25 675.15,481.25C685.5,481.25 693.9,472.85 693.9,462.5L693.9,337.5C693.9,327.15 685.5,318.75 675.15,318.75ZM675.15,542.775C664.8,542.775 656.4,551.175 656.4,561.525L656.4,688.475C656.4,698.825 664.8,707.225 675.15,707.225C685.5,707.225 693.9,698.825 693.9,688.475L693.9,561.525C693.9,551.175 685.5,542.775 675.15,542.775ZM375.125,398.25C427.625,398.25 470.175,355.7 470.175,303.2C470.175,250.7 427.625,208.15 375.125,208.15C322.625,208.15 280.075,250.7 280.075,303.2C280.125,355.675 322.65,398.2 375.125,398.25ZM375.125,245.65C406.9,245.65 432.675,271.425 432.675,303.2C432.675,334.975 406.9,360.75 375.125,360.75C343.35,360.75 317.575,335 317.575,303.2C317.6,271.425 343.35,245.675 375.125,245.65ZM375.125,434.475C293.625,434.825 225.525,491.725 207.975,567.925L207.75,569.075C207.475,570.275 207.325,571.65 207.325,573.075C207.325,583.425 215.725,591.825 226.075,591.825C235,591.825 242.475,585.575 244.35,577.2L244.375,577.075C258.05,516.5 311.4,471.925 375.15,471.925C438.9,471.925 492.25,516.5 505.75,576.175L505.925,577.075C507.825,585.575 515.275,591.825 524.225,591.825L524.25,591.825C525.675,591.825 527.05,591.65 528.375,591.35L528.25,591.375C536.75,589.475 543,582 543,573.05C543,571.625 542.85,570.25 542.55,568.925L542.575,569.05C524.8,491.675 456.675,434.775 375.2,434.425L375.15,434.425L375.125,434.475Z' style='fill:rgb(28,27,31);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-contacts:hover,
.current-menu-item .icon-contacts {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_2961_544' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2961_544)'%3E%3Cpath d='M1 17.5768V16.7133C1 16.0992 1.3282 15.5896 1.9846 15.1845C2.64102 14.7793 3.48589 14.5768 4.51922 14.5768C4.67179 14.5768 4.83526 14.5842 5.00962 14.5989C5.18397 14.6136 5.36923 14.6377 5.56538 14.671C5.40898 14.9441 5.29488 15.2242 5.22308 15.5114C5.15128 15.7986 5.11538 16.0864 5.11538 16.3749V17.5768H1ZM7 17.5768V16.4518C7 16.0488 7.11698 15.6804 7.35095 15.3466C7.58493 15.0129 7.93013 14.7242 8.38653 14.4806C8.84294 14.237 9.37468 14.0543 9.98173 13.9325C10.5888 13.8108 11.259 13.7499 11.9923 13.7499C12.7397 13.7499 13.417 13.8108 14.024 13.9325C14.6311 14.0543 15.1628 14.237 15.6192 14.4806C16.0756 14.7242 16.4199 15.0129 16.6519 15.3466C16.884 15.6804 17 16.0488 17 16.4518V17.5768H7ZM18.8846 17.5768V16.3806C18.8846 16.0616 18.8497 15.7611 18.7798 15.4789C18.7099 15.1967 18.6051 14.9274 18.4654 14.671C18.6744 14.6377 18.8619 14.6136 19.0279 14.5989C19.1939 14.5842 19.3513 14.5768 19.5 14.5768C20.5333 14.5768 21.375 14.7784 22.025 15.1816C22.675 15.5848 23 16.0954 23 16.7133V17.5768H18.8846ZM8.02885 16.5768H15.9769V16.3652C15.9385 15.8909 15.5497 15.5031 14.8106 15.2018C14.0715 14.9005 13.1346 14.7499 12 14.7499C10.8654 14.7499 9.92853 14.9005 9.18943 15.2018C8.45033 15.5031 8.06347 15.8909 8.02885 16.3652V16.5768ZM4.51413 13.6345C4.12138 13.6345 3.78686 13.4951 3.51058 13.2164C3.23429 12.9378 3.09615 12.6027 3.09615 12.2114C3.09615 11.8242 3.23549 11.4934 3.51418 11.2191C3.79286 10.9447 4.12787 10.8075 4.51922 10.8075C4.90641 10.8075 5.24038 10.9447 5.52115 11.2191C5.80192 11.4934 5.9423 11.8261 5.9423 12.2171C5.9423 12.5966 5.80543 12.9277 5.5317 13.2104C5.25797 13.4931 4.91878 13.6345 4.51413 13.6345ZM19.5 13.6345C19.1167 13.6345 18.7837 13.4931 18.501 13.2104C18.2183 12.9277 18.0769 12.5966 18.0769 12.2171C18.0769 11.8261 18.2183 11.4934 18.501 11.2191C18.7837 10.9447 19.1179 10.8075 19.5037 10.8075C19.9012 10.8075 20.2372 10.9447 20.5115 11.2191C20.7859 11.4934 20.9231 11.8242 20.9231 12.2114C20.9231 12.6027 20.7867 12.9378 20.514 13.2164C20.2412 13.4951 19.9032 13.6345 19.5 13.6345ZM12.0068 12.9999C11.3997 12.9999 10.8814 12.7867 10.4519 12.3604C10.0224 11.9342 9.80768 11.4165 9.80768 10.8075C9.80768 10.1864 10.0208 9.66571 10.4471 9.24551C10.8734 8.82533 11.391 8.61523 12 8.61523C12.6212 8.61523 13.1418 8.82468 13.562 9.24356C13.9822 9.66246 14.1923 10.1815 14.1923 10.8008C14.1923 11.4078 13.9829 11.9261 13.564 12.3556C13.1451 12.7851 12.626 12.9999 12.0068 12.9999ZM12.0096 11.9999C12.3378 11.9999 12.617 11.8816 12.8471 11.645C13.0772 11.4085 13.1923 11.1261 13.1923 10.7979C13.1923 10.4697 13.078 10.1906 12.8495 9.96043C12.621 9.7303 12.3378 9.61523 12 9.61523C11.6782 9.61523 11.399 9.7295 11.1625 9.95804C10.926 10.1866 10.8077 10.4697 10.8077 10.8075C10.8077 11.1293 10.926 11.4085 11.1625 11.645C11.399 11.8816 11.6814 11.9999 12.0096 11.9999Z' fill='%239C63F4'/%3E%3C/g%3E%3C/svg%3E");
}
.dashboard-menu .elementor-item:hover .icon-contacts,
.dashboard-menu .current-menu-item .icon-contacts {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 12 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0197067,0,0,0.0197067,-2.09186,-0.615834)'%3E%3Cpath d='M575.425,31.25L174.9,31.25C136.95,31.3 106.2,62.05 106.15,100L106.15,700C106.2,737.95 136.95,768.7 174.9,768.75L575.425,768.75C613.375,768.7 644.125,737.95 644.175,700L644.175,100C644.125,62.05 613.375,31.3 575.425,31.25ZM606.65,700C606.625,717.25 592.65,731.225 575.4,731.25L174.875,731.25C157.625,731.225 143.65,717.25 143.625,700L143.625,100C143.65,82.75 157.625,68.775 174.875,68.75L575.4,68.75C592.65,68.775 606.625,82.75 606.65,100L606.65,700ZM675.15,93.675C664.8,93.675 656.4,102.075 656.4,112.425L656.4,237.575C656.4,247.925 664.8,256.325 675.15,256.325C685.5,256.325 693.9,247.925 693.9,237.575L693.9,112.425C693.9,102.075 685.5,93.675 675.15,93.675ZM675.15,318.75C664.8,318.75 656.4,327.15 656.4,337.5L656.4,462.5C656.4,472.85 664.8,481.25 675.15,481.25C685.5,481.25 693.9,472.85 693.9,462.5L693.9,337.5C693.9,327.15 685.5,318.75 675.15,318.75ZM675.15,542.775C664.8,542.775 656.4,551.175 656.4,561.525L656.4,688.475C656.4,698.825 664.8,707.225 675.15,707.225C685.5,707.225 693.9,698.825 693.9,688.475L693.9,561.525C693.9,551.175 685.5,542.775 675.15,542.775ZM375.125,398.25C427.625,398.25 470.175,355.7 470.175,303.2C470.175,250.7 427.625,208.15 375.125,208.15C322.625,208.15 280.075,250.7 280.075,303.2C280.125,355.675 322.65,398.2 375.125,398.25ZM375.125,245.65C406.9,245.65 432.675,271.425 432.675,303.2C432.675,334.975 406.9,360.75 375.125,360.75C343.35,360.75 317.575,335 317.575,303.2C317.6,271.425 343.35,245.675 375.125,245.65ZM375.125,434.475C293.625,434.825 225.525,491.725 207.975,567.925L207.75,569.075C207.475,570.275 207.325,571.65 207.325,573.075C207.325,583.425 215.725,591.825 226.075,591.825C235,591.825 242.475,585.575 244.35,577.2L244.375,577.075C258.05,516.5 311.4,471.925 375.15,471.925C438.9,471.925 492.25,516.5 505.75,576.175L505.925,577.075C507.825,585.575 515.275,591.825 524.225,591.825L524.25,591.825C525.675,591.825 527.05,591.65 528.375,591.35L528.25,591.375C536.75,589.475 543,582 543,573.05C543,571.625 542.85,570.25 542.55,568.925L542.575,569.05C524.8,491.675 456.675,434.775 375.2,434.425L375.15,434.425L375.125,434.475Z' style='fill:rgb(156,100,244);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.validation-error {
    display: flex;
    margin-top: 20px;
    padding: 10px 16px;
    border-radius: 5px;
    background: #ff00003b;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    gap: 15px;
    align-items: center;
    margin-top: 10px !important;
}
.validation-error::before
{
    position: relative;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg fill='%23000000' width='18px' height='18px' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M960 0c530.193 0 960 429.807 960 960s-429.807 960-960 960S0 1490.193 0 960 429.807 0 960 0Zm-9.838 1342.685c-84.47 0-153.19 68.721-153.19 153.19 0 84.47 68.72 153.192 153.19 153.192s153.19-68.721 153.19-153.191-68.72-153.19-153.19-153.19ZM1153.658 320H746.667l99.118 898.623h208.755L1153.658 320Z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.dashboard-menu a.elementor-item span.icon-project {
	content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 596 589' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M79.61,402.05C72.897,386.83 67.78,371.097 64.26,354.85C64.1,354.137 64.283,353.527 64.81,353.02C78.337,339.833 91.993,326.497 105.78,313.01C108.34,310.51 100.74,299.88 98.82,297.52C91.387,288.38 83.197,279.947 74.25,272.22C58.577,258.68 42.55,245.563 26.17,232.87C21.99,229.63 15.63,223.98 13.22,219.25C1.74,196.68 35.41,170.83 50.63,159.87C65.843,148.917 81.627,138.88 97.98,129.76C112.49,121.68 128.01,116.47 143.78,113.55C164.307,109.743 185.713,108.007 208,108.34C239.92,108.813 271.58,111.9 302.98,117.6C303.58,117.706 304.191,117.511 304.61,117.08C314.823,106.573 325.39,96.16 336.31,85.84C396.62,28.91 477.45,0.11 560.24,10.24C568.227,11.213 576.53,12.893 585.15,15.28C585.46,15.369 585.714,15.593 585.84,15.89C588.747,23.07 590.84,30.437 592.12,37.99C604.03,108.05 574.63,179.73 534.15,235.42C519.07,256.173 502.523,275.693 484.51,293.98C484.29,294.213 484.207,294.487 484.26,294.8C492.96,341.68 497.33,393.66 491.65,442.77C489.403,462.217 484.78,479.793 477.78,495.5C473.74,504.57 465.27,517.67 461.48,523.95C451.593,540.357 440.4,555.837 427.9,570.39C418.08,581.82 401.1,596.27 385.59,590.36C379.28,587.96 374.12,581.82 369.84,576.41C351.11,552.79 332.54,528.45 310.32,507.96C305.76,503.75 292.93,494.03 287.92,496.49C287.173,496.85 286.177,497.657 284.93,498.91C272.73,511.183 260.453,523.37 248.1,535.47C247.86,535.71 247.573,535.797 247.24,535.73C227.68,531.71 208.853,525.473 190.76,517.02C190.433,516.867 190.257,516.97 190.23,517.33C188.45,541.65 175.73,563.28 160.1,581.16C159.84,581.467 159.567,581.48 159.28,581.2L158.51,580.45C158.23,580.183 157.953,580.187 157.68,580.46L153.43,584.66C153.17,584.92 152.86,585.013 152.5,584.94C121.033,578.627 93.097,566.013 68.69,547.1C35.37,521.28 13.34,479.24 4.53,438.52C4.457,438.18 4.547,437.887 4.8,437.64C10.373,432.167 15.913,426.753 21.42,421.4C22.973,419.893 24.69,418.71 26.57,417.85C43.343,410.177 60.893,405.137 79.22,402.73C79.653,402.677 79.783,402.45 79.61,402.05ZM115.98,326.75L115.7,326.35C115.527,326.09 115.327,326.07 115.1,326.29L82.06,358.55C81.8,358.803 81.713,359.107 81.8,359.46C95.75,413.84 127.13,462.67 176.14,491.38C196.793,503.48 218.813,512.44 242.2,518.26C242.553,518.353 242.86,518.27 243.12,518.01C314.647,446.903 385.283,374.813 455.03,301.74C469.64,286.44 484.23,271.36 498.09,255.36C545.89,200.17 585.73,125.62 577.81,50.49C577.097,43.717 575.703,36.633 573.63,29.24C573.545,28.933 573.292,28.7 572.98,28.64C492.4,12.57 410.43,40.08 350.46,94.33C347.3,97.197 342.51,101.827 336.09,108.22C265.45,178.587 194.487,248.623 123.2,318.33C120.51,320.96 119.87,324.31 116.71,326.86C116.43,327.087 116.187,327.05 115.98,326.75ZM111.93,140.41C96.057,148.41 78.38,159.483 58.9,173.63C51.87,178.73 24.27,200.12 26.99,210.66C27.72,213.49 33.05,217.85 34.67,219.12C57.35,236.9 80.16,254.81 100.54,275.23C107.947,282.65 114.143,290.693 119.13,299.36C119.317,299.693 119.547,299.727 119.82,299.46L289.58,132.14C289.96,131.76 289.883,131.527 289.35,131.44C245.71,124.46 197.35,121.3 152.05,128.36C136.443,130.787 123.07,134.803 111.93,140.41ZM459.2,496.5C466.85,483.06 471.38,467.42 473.88,452.23C481.63,405.11 478.1,354.59 470.58,309.44C470.507,308.993 470.313,308.933 470,309.26C414.433,367.447 358.307,425.09 301.62,482.19C301.44,482.37 301.463,482.52 301.69,482.64C310.423,487.387 319.247,494.127 328.16,502.86C346,520.34 361.68,540.29 377.07,559.93C380.703,564.557 384.517,569.04 388.51,573.38C389.417,574.367 390.3,575.05 391.16,575.43C396.12,577.62 406.28,569.73 410.47,565.45C430.2,545.28 446.86,518.21 459.2,496.5ZM84.68,418.24C67.973,420.007 51.78,424.287 36.1,431.08C30.93,433.32 26.36,438.86 22.4,442.85C22.172,443.079 22.08,443.414 22.16,443.73C34.19,488.58 60.25,527.26 101.61,549.66C116.11,557.507 131.393,563.47 147.46,567.55C147.78,567.63 148.12,567.526 148.34,567.28C149.993,565.473 151.727,563.773 153.54,562.18C155.847,560.147 157.633,558.227 158.9,556.42C168.13,543.3 176.24,525.54 173.46,509.13C173.352,508.51 172.973,507.973 172.43,507.67C139.097,489.09 112.967,463.373 94.04,430.52C90.54,424.43 88.11,420.31 85.61,414.93C85.25,414.157 85.12,414.193 85.22,415.04L85.48,417.23C85.484,417.265 85.486,417.301 85.486,417.336C85.486,417.796 85.137,418.188 84.68,418.24Z' style='fill-rule:nonzero;stroke:black;stroke-width:5px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M484.45,185.09C484.45,222.756 453.456,253.75 415.79,253.75C378.124,253.75 347.13,222.756 347.13,185.09C347.13,147.424 378.124,116.43 415.79,116.43C453.456,116.43 484.45,147.424 484.45,185.09ZM468.45,185.09C468.45,156.202 444.678,132.43 415.79,132.43C386.902,132.43 363.13,156.202 363.13,185.09C363.13,213.978 386.902,237.75 415.79,237.75C444.678,237.75 468.45,213.978 468.45,185.09Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.dashboard-menu .menu-item:hover a.elementor-item span.icon-project,
.dashboard-menu .menu-item.current_page_item a.elementor-item span.icon-project {
	content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 596 589' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M79.61,402.05C72.897,386.83 67.78,371.097 64.26,354.85C64.1,354.137 64.283,353.527 64.81,353.02C78.337,339.833 91.993,326.497 105.78,313.01C108.34,310.51 100.74,299.88 98.82,297.52C91.387,288.38 83.197,279.947 74.25,272.22C58.577,258.68 42.55,245.563 26.17,232.87C21.99,229.63 15.63,223.98 13.22,219.25C1.74,196.68 35.41,170.83 50.63,159.87C65.843,148.917 81.627,138.88 97.98,129.76C112.49,121.68 128.01,116.47 143.78,113.55C164.307,109.743 185.713,108.007 208,108.34C239.92,108.813 271.58,111.9 302.98,117.6C303.58,117.706 304.191,117.511 304.61,117.08C314.823,106.573 325.39,96.16 336.31,85.84C396.62,28.91 477.45,0.11 560.24,10.24C568.227,11.213 576.53,12.893 585.15,15.28C585.46,15.369 585.714,15.593 585.84,15.89C588.747,23.07 590.84,30.437 592.12,37.99C604.03,108.05 574.63,179.73 534.15,235.42C519.07,256.173 502.523,275.693 484.51,293.98C484.29,294.213 484.207,294.487 484.26,294.8C492.96,341.68 497.33,393.66 491.65,442.77C489.403,462.217 484.78,479.793 477.78,495.5C473.74,504.57 465.27,517.67 461.48,523.95C451.593,540.357 440.4,555.837 427.9,570.39C418.08,581.82 401.1,596.27 385.59,590.36C379.28,587.96 374.12,581.82 369.84,576.41C351.11,552.79 332.54,528.45 310.32,507.96C305.76,503.75 292.93,494.03 287.92,496.49C287.173,496.85 286.177,497.657 284.93,498.91C272.73,511.183 260.453,523.37 248.1,535.47C247.86,535.71 247.573,535.797 247.24,535.73C227.68,531.71 208.853,525.473 190.76,517.02C190.433,516.867 190.257,516.97 190.23,517.33C188.45,541.65 175.73,563.28 160.1,581.16C159.84,581.467 159.567,581.48 159.28,581.2L158.51,580.45C158.23,580.183 157.953,580.187 157.68,580.46L153.43,584.66C153.17,584.92 152.86,585.013 152.5,584.94C121.033,578.627 93.097,566.013 68.69,547.1C35.37,521.28 13.34,479.24 4.53,438.52C4.457,438.18 4.547,437.887 4.8,437.64C10.373,432.167 15.913,426.753 21.42,421.4C22.973,419.893 24.69,418.71 26.57,417.85C43.343,410.177 60.893,405.137 79.22,402.73C79.653,402.677 79.783,402.45 79.61,402.05ZM115.98,326.75L115.7,326.35C115.527,326.09 115.327,326.07 115.1,326.29L82.06,358.55C81.8,358.803 81.713,359.107 81.8,359.46C95.75,413.84 127.13,462.67 176.14,491.38C196.793,503.48 218.813,512.44 242.2,518.26C242.553,518.353 242.86,518.27 243.12,518.01C314.647,446.903 385.283,374.813 455.03,301.74C469.64,286.44 484.23,271.36 498.09,255.36C545.89,200.17 585.73,125.62 577.81,50.49C577.097,43.717 575.703,36.633 573.63,29.24C573.545,28.933 573.292,28.7 572.98,28.64C492.4,12.57 410.43,40.08 350.46,94.33C347.3,97.197 342.51,101.827 336.09,108.22C265.45,178.587 194.487,248.623 123.2,318.33C120.51,320.96 119.87,324.31 116.71,326.86C116.43,327.087 116.187,327.05 115.98,326.75ZM111.93,140.41C96.057,148.41 78.38,159.483 58.9,173.63C51.87,178.73 24.27,200.12 26.99,210.66C27.72,213.49 33.05,217.85 34.67,219.12C57.35,236.9 80.16,254.81 100.54,275.23C107.947,282.65 114.143,290.693 119.13,299.36C119.317,299.693 119.547,299.727 119.82,299.46L289.58,132.14C289.96,131.76 289.883,131.527 289.35,131.44C245.71,124.46 197.35,121.3 152.05,128.36C136.443,130.787 123.07,134.803 111.93,140.41ZM459.2,496.5C466.85,483.06 471.38,467.42 473.88,452.23C481.63,405.11 478.1,354.59 470.58,309.44C470.507,308.993 470.313,308.933 470,309.26C414.433,367.447 358.307,425.09 301.62,482.19C301.44,482.37 301.463,482.52 301.69,482.64C310.423,487.387 319.247,494.127 328.16,502.86C346,520.34 361.68,540.29 377.07,559.93C380.703,564.557 384.517,569.04 388.51,573.38C389.417,574.367 390.3,575.05 391.16,575.43C396.12,577.62 406.28,569.73 410.47,565.45C430.2,545.28 446.86,518.21 459.2,496.5ZM84.68,418.24C67.973,420.007 51.78,424.287 36.1,431.08C30.93,433.32 26.36,438.86 22.4,442.85C22.172,443.079 22.08,443.414 22.16,443.73C34.19,488.58 60.25,527.26 101.61,549.66C116.11,557.507 131.393,563.47 147.46,567.55C147.78,567.63 148.12,567.526 148.34,567.28C149.993,565.473 151.727,563.773 153.54,562.18C155.847,560.147 157.633,558.227 158.9,556.42C168.13,543.3 176.24,525.54 173.46,509.13C173.352,508.51 172.973,507.973 172.43,507.67C139.097,489.09 112.967,463.373 94.04,430.52C90.54,424.43 88.11,420.31 85.61,414.93C85.25,414.157 85.12,414.193 85.22,415.04L85.48,417.23C85.484,417.265 85.486,417.301 85.486,417.336C85.486,417.796 85.137,418.188 84.68,418.24Z' style='fill:rgb(156,99,244);fill-rule:nonzero;stroke:rgb(156,99,244);stroke-width:5px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M484.45,185.09C484.45,222.756 453.456,253.75 415.79,253.75C378.124,253.75 347.13,222.756 347.13,185.09C347.13,147.424 378.124,116.43 415.79,116.43C453.456,116.43 484.45,147.424 484.45,185.09ZM468.45,185.09C468.45,156.202 444.678,132.43 415.79,132.43C386.902,132.43 363.13,156.202 363.13,185.09C363.13,213.978 386.902,237.75 415.79,237.75C444.678,237.75 468.45,213.978 468.45,185.09Z' style='fill:rgb(156,99,244);fill-rule:nonzero;stroke:rgb(156,99,244);stroke-width:1px;'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.dashboard-menu .icon-broadcasts {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cg%3E%3Crect id='XMLID_2233_' x='75' y='175' width='650' height='450' style='fill:none;stroke:black;stroke-width:40px;'/%3E%3Cpath id='XMLID_2249_' d='M725,175L400,450L75,175' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:40px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.dashboard-menu .menu-item:hover .icon-broadcasts,
.dashboard-menu .current-menu-item .icon-broadcasts {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cg%3E%3Crect id='XMLID_2233_' x='75' y='175' width='650' height='450' style='fill:none;stroke:rgb(156,99,244);stroke-width:40px;'/%3E%3Cpath id='XMLID_2249_' d='M725,175L400,450L75,175' style='fill:none;fill-rule:nonzero;stroke:rgb(156,99,244);stroke-width:40px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* header-broadcasts */
.header-broadcasts .column-center ul {
    list-style: none;
    padding: 0px;
    display: flex;
    position: relative;
    color: #ADADAD !important;
    margin-bottom: 0px;
    counter-reset: list-counter;
}
.header-broadcasts .column-center ul li{
    margin-right: calc(50px/2);
    margin-left: calc(50px/2);
    color: #ADADAD !important;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
        display: flex;
    align-items: center;
    position: relative;
}
.header-broadcasts .column-center ul  li.step-active,
.header-broadcasts .column-center ul  li.done {
    color: #262626 !important;
}
.header-broadcasts .column-center ul  li.step-active::before {
    background-color: var(--light-color);
    color: #433451;
}
.header-broadcasts .column-center ul  li.done::before{
    background: var(--main-color) !important;
    content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8.5498L3.23 12.0598C3.32212 12.1795 3.44016 12.2768 3.57525 12.3443C3.71034 12.4119 3.85898 12.4479 4.01 12.4498C4.15859 12.4515 4.3057 12.4201 4.44063 12.3578C4.57555 12.2956 4.6949 12.204 4.79 12.0898L13.5 1.5498' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
.header-broadcasts .column-center ul li::before {
    counter-increment: list-counter;
    content: counter(list-counter);
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: #E3E3E3;
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
}

.icon-marketplace {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 604 538' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.1,0,0,-0.1,-0.658725,538.39)'%3E%3Cpath d='M169,5380C89,5366 28,5290 12,5185C-4,5089 16,5000 65,4941C135,4859 479,4669 785,4544C956,4475 1007,4443 1087,4356C1227,4203 1324,3924 1345,3615C1349,3560 1392,3193 1440,2800C1489,2407 1545,1952 1565,1789C1584,1626 1607,1471 1615,1444C1635,1379 1689,1307 1742,1276C1844,1216 1757,1219 3465,1226C5124,1232 5084,1231 5179,1279C5237,1309 5322,1392 5353,1448C5383,1504 5624,2192 5878,2950C6034,3417 6044,3449 6043,3520C6043,3669 5971,3754 5793,3818L5715,3845L4200,3842C3222,3840 2667,3836 2634,3829C2567,3816 2507,3777 2478,3726C2442,3663 2447,3562 2489,3476C2533,3386 2598,3338 2736,3291C2795,3272 2808,3271 4094,3281C4808,3287 5395,3288 5399,3285C5411,3272 5035,2181 4975,2055C4933,1968 4874,1905 4801,1871L4745,1845L3453,1842L2160,1840L2155,1862C2147,1900 1990,3068 1946,3425C1932,3535 1909,3732 1895,3862C1851,4269 1815,4442 1745,4585C1678,4724 1688,4717 1165,4988C536,5314 304,5405 169,5380Z' style='fill:rgb(38,38,38);fill-rule:nonzero;'/%3E%3Cpath d='M2101,1064C1920,1016 1762,853 1720,670C1644,348 1878,34 2210,13C2399,1 2576,88 2683,247C2889,553 2740,957 2381,1064C2313,1084 2175,1084 2101,1064Z' style='fill:rgb(38,38,38);fill-rule:nonzero;'/%3E%3Cpath d='M4287,1065C4060,1003 3890,782 3890,550C3890,404 3944,276 4050,169C4215,2 4459,-36 4673,71C4753,112 4866,225 4903,302C4988,479 4977,683 4874,838C4801,948 4685,1033 4565,1064C4494,1083 4354,1083 4287,1065Z' style='fill:rgb(38,38,38);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-marketplace:hover,
.current-menu-item .icon-marketplace {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 604 538' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.1,0,0,-0.1,-0.658725,538.39)'%3E%3Cpath d='M169,5380C89,5366 28,5290 12,5185C-4,5089 16,5000 65,4941C135,4859 479,4669 785,4544C956,4475 1007,4443 1087,4356C1227,4203 1324,3924 1345,3615C1349,3560 1392,3193 1440,2800C1489,2407 1545,1952 1565,1789C1584,1626 1607,1471 1615,1444C1635,1379 1689,1307 1742,1276C1844,1216 1757,1219 3465,1226C5124,1232 5084,1231 5179,1279C5237,1309 5322,1392 5353,1448C5383,1504 5624,2192 5878,2950C6034,3417 6044,3449 6043,3520C6043,3669 5971,3754 5793,3818L5715,3845L4200,3842C3222,3840 2667,3836 2634,3829C2567,3816 2507,3777 2478,3726C2442,3663 2447,3562 2489,3476C2533,3386 2598,3338 2736,3291C2795,3272 2808,3271 4094,3281C4808,3287 5395,3288 5399,3285C5411,3272 5035,2181 4975,2055C4933,1968 4874,1905 4801,1871L4745,1845L3453,1842L2160,1840L2155,1862C2147,1900 1990,3068 1946,3425C1932,3535 1909,3732 1895,3862C1851,4269 1815,4442 1745,4585C1678,4724 1688,4717 1165,4988C536,5314 304,5405 169,5380Z' style='fill:rgb(156,99,244);fill-rule:nonzero;'/%3E%3Cpath d='M2101,1064C1920,1016 1762,853 1720,670C1644,348 1878,34 2210,13C2399,1 2576,88 2683,247C2889,553 2740,957 2381,1064C2313,1084 2175,1084 2101,1064Z' style='fill:rgb(156,99,244);fill-rule:nonzero;'/%3E%3Cpath d='M4287,1065C4060,1003 3890,782 3890,550C3890,404 3944,276 4050,169C4215,2 4459,-36 4673,71C4753,112 4866,225 4903,302C4988,479 4977,683 4874,838C4801,948 4685,1033 4565,1064C4494,1083 4354,1083 4287,1065Z' style='fill:rgb(156,99,244);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.error-message {
    border-left-color: #d9534f; /* Left side border color */
    background-color: rgba(217, 83, 79, 0.1); /*Same color as the left border with reduced alpha to 0.1*/
    padding: 30px;
    line-height: 28px;
    font-size: 18px;
    border-left-width:5px;
    border-radius: 3px;
    display: none;
    margin-top: 20px;
}
.submit.btn-disabled,
.btn.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: all !important;
}


/* SIDEBAR MENU */
.main-dashboard {
    display: flex;
}
.main-dashboard .main-content {
    padding-left: 260px !important;
    padding-top: 130px;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .main-dashboard .main-content {
        padding-left: 0px !important;
        padding: 0px;
        width: 100%;
        height: 100%;
    }
}


.main-dashboard .header-dashboard {
    position: fixed;
    width: calc(100% - 240px);
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #ECECEC;
    padding: 30px 33px !important;
}
body.admin-bar .main-dashboard .header-dashboard {
    top: 32px;
}
.main-dashboard .header-dashboard h1 {
    color: #262626;
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.main-dashboard .header-dashboard .column-action {
    display: flex;
    place-items: center;
    gap: 28px;
}
.main-dashboard .header-dashboard .icon-info {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_10_278)'%3E%3Cpath d='M10.0006 19.2858C15.1289 19.2858 19.2863 15.1284 19.2863 10.0001C19.2863 4.87171 15.1289 0.714355 10.0006 0.714355C4.8722 0.714355 0.714844 4.87171 0.714844 10.0001C0.714844 15.1284 4.8722 19.2858 10.0006 19.2858Z' stroke='%23000001' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M7.85742 7.85721C7.85742 7.4334 7.9831 7.0191 8.21856 6.66671C8.45402 6.31432 8.78869 6.03966 9.18024 5.87747C9.5718 5.71528 10.0027 5.67285 10.4183 5.75553C10.834 5.83821 11.2158 6.0423 11.5155 6.34198C11.8152 6.64167 12.0193 7.02349 12.102 7.43916C12.1846 7.85484 12.1422 8.28569 11.98 8.67725C11.8178 9.06881 11.5432 9.40347 11.1908 9.63893C10.8384 9.87439 10.4241 10.0001 10.0003 10.0001V11.4286' stroke='%23000001' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M10.0011 13.5713C9.78921 13.5713 9.58206 13.6341 9.40586 13.7519C9.22967 13.8696 9.09234 14.0369 9.01125 14.2327C8.93015 14.4285 8.90893 14.6439 8.95028 14.8517C8.99162 15.0596 9.09366 15.2505 9.2435 15.4003C9.39334 15.5502 9.58425 15.6522 9.79209 15.6936C9.99993 15.7349 10.2154 15.7137 10.4111 15.6326C10.6069 15.5515 10.7742 15.4142 10.892 15.238C11.0097 15.0618 11.0725 14.8546 11.0725 14.6427C11.0688 14.3597 10.9548 14.0893 10.7546 13.8892C10.5545 13.6891 10.2841 13.575 10.0011 13.5713Z' fill='%23000001'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_278'%3E%3Crect width='20' height='20' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
}
.main-dashboard .header-dashboard .avatar-image {
    border-radius: 30px;
    padding: 3px;
    padding: 1px 1px 1px 1px;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--main-color) 0%, #433451 100%);
    border-radius: 30px 30px 30px 30px;
}
.main-dashboard .header-dashboard .avatar-image  img {
    width: 40px;
    max-width: 100%;
    height: 40px;
    border-radius: 30px 30px 30px 30px;
    background-color: #fff;
    padding: 1px 1px 1px 1px;
}
.main-dashboard .header-dashboard .mobile-menu-icon {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Capa_1' x='0px' y='0px' viewBox='0 0 384.97 384.97' style='enable-background:new 0 0 384.97 384.97;' xml:space='preserve'%3E%3Cg%3E%3Cg id='Menu'%3E%3Cpath d='M12.03,84.212h360.909c6.641,0,12.03-5.39,12.03-12.03c0-6.641-5.39-12.03-12.03-12.03H12.03 C5.39,60.152,0,65.541,0,72.182C0,78.823,5.39,84.212,12.03,84.212z'%3E%3C/path%3E%3Cpath d='M372.939,180.455H12.03c-6.641,0-12.03,5.39-12.03,12.03s5.39,12.03,12.03,12.03h360.909c6.641,0,12.03-5.39,12.03-12.03 S379.58,180.455,372.939,180.455z'%3E%3C/path%3E%3Cpath d='M372.939,300.758H12.03c-6.641,0-12.03,5.39-12.03,12.03c0,6.641,5.39,12.03,12.03,12.03h360.909 c6.641,0,12.03-5.39,12.03-12.03C384.97,306.147,379.58,300.758,372.939,300.758z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    height: 25px;
    width: 25px;
    cursor: pointer;
    display: none;
}

.main-dashboard  .sidebar-menu ul {
    padding: 0px;
}
.main-dashboard  .sidebar-menu {
    position: fixed;
    max-width: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    border-right: 1px solid #ECECEC;
}
.main-dashboard  .sidebar-menu .logo-dashboard{
    display: block;
    text-align: center;
    padding: 10px;
    
}

.main-dashboard  .sidebar-menu .logo-dashboard img{
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    width: 164.74px;
    max-width: 100%;
    height: 72px;
    object-fit: contain;
    vertical-align: middle;
    display: inline-block;
    
}
.main-dashboard  .sidebar-menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text);
    display: flex;
    place-items: center;
    text-decoration: none;

}

.main-dashboard  .sidebar-menu .sub-menu {
    display: none;
}
.main-dashboard  .sidebar-menu ul li a:hover {
    color: var(--main-color) !important;
    fill: var(--main-color) !important;
    background-color: rgba(156, 99, 244, 0.1);
}
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item a {
    color: var(--main-color) !important;
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-home, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item span.icon-home {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_531)'%3E%3Cpath d='M0.714844 10.0001L10.0006 0.714355L19.2863 10.0001' stroke='%239C63F4%0A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.57227 12.1431V19.2859H16.4294V12.1431' stroke='%239C63F4%0A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_531'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li a span.icon-project {
	margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 596 589' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M79.61,402.05C72.897,386.83 67.78,371.097 64.26,354.85C64.1,354.137 64.283,353.527 64.81,353.02C78.337,339.833 91.993,326.497 105.78,313.01C108.34,310.51 100.74,299.88 98.82,297.52C91.387,288.38 83.197,279.947 74.25,272.22C58.577,258.68 42.55,245.563 26.17,232.87C21.99,229.63 15.63,223.98 13.22,219.25C1.74,196.68 35.41,170.83 50.63,159.87C65.843,148.917 81.627,138.88 97.98,129.76C112.49,121.68 128.01,116.47 143.78,113.55C164.307,109.743 185.713,108.007 208,108.34C239.92,108.813 271.58,111.9 302.98,117.6C303.58,117.706 304.191,117.511 304.61,117.08C314.823,106.573 325.39,96.16 336.31,85.84C396.62,28.91 477.45,0.11 560.24,10.24C568.227,11.213 576.53,12.893 585.15,15.28C585.46,15.369 585.714,15.593 585.84,15.89C588.747,23.07 590.84,30.437 592.12,37.99C604.03,108.05 574.63,179.73 534.15,235.42C519.07,256.173 502.523,275.693 484.51,293.98C484.29,294.213 484.207,294.487 484.26,294.8C492.96,341.68 497.33,393.66 491.65,442.77C489.403,462.217 484.78,479.793 477.78,495.5C473.74,504.57 465.27,517.67 461.48,523.95C451.593,540.357 440.4,555.837 427.9,570.39C418.08,581.82 401.1,596.27 385.59,590.36C379.28,587.96 374.12,581.82 369.84,576.41C351.11,552.79 332.54,528.45 310.32,507.96C305.76,503.75 292.93,494.03 287.92,496.49C287.173,496.85 286.177,497.657 284.93,498.91C272.73,511.183 260.453,523.37 248.1,535.47C247.86,535.71 247.573,535.797 247.24,535.73C227.68,531.71 208.853,525.473 190.76,517.02C190.433,516.867 190.257,516.97 190.23,517.33C188.45,541.65 175.73,563.28 160.1,581.16C159.84,581.467 159.567,581.48 159.28,581.2L158.51,580.45C158.23,580.183 157.953,580.187 157.68,580.46L153.43,584.66C153.17,584.92 152.86,585.013 152.5,584.94C121.033,578.627 93.097,566.013 68.69,547.1C35.37,521.28 13.34,479.24 4.53,438.52C4.457,438.18 4.547,437.887 4.8,437.64C10.373,432.167 15.913,426.753 21.42,421.4C22.973,419.893 24.69,418.71 26.57,417.85C43.343,410.177 60.893,405.137 79.22,402.73C79.653,402.677 79.783,402.45 79.61,402.05ZM115.98,326.75L115.7,326.35C115.527,326.09 115.327,326.07 115.1,326.29L82.06,358.55C81.8,358.803 81.713,359.107 81.8,359.46C95.75,413.84 127.13,462.67 176.14,491.38C196.793,503.48 218.813,512.44 242.2,518.26C242.553,518.353 242.86,518.27 243.12,518.01C314.647,446.903 385.283,374.813 455.03,301.74C469.64,286.44 484.23,271.36 498.09,255.36C545.89,200.17 585.73,125.62 577.81,50.49C577.097,43.717 575.703,36.633 573.63,29.24C573.545,28.933 573.292,28.7 572.98,28.64C492.4,12.57 410.43,40.08 350.46,94.33C347.3,97.197 342.51,101.827 336.09,108.22C265.45,178.587 194.487,248.623 123.2,318.33C120.51,320.96 119.87,324.31 116.71,326.86C116.43,327.087 116.187,327.05 115.98,326.75ZM111.93,140.41C96.057,148.41 78.38,159.483 58.9,173.63C51.87,178.73 24.27,200.12 26.99,210.66C27.72,213.49 33.05,217.85 34.67,219.12C57.35,236.9 80.16,254.81 100.54,275.23C107.947,282.65 114.143,290.693 119.13,299.36C119.317,299.693 119.547,299.727 119.82,299.46L289.58,132.14C289.96,131.76 289.883,131.527 289.35,131.44C245.71,124.46 197.35,121.3 152.05,128.36C136.443,130.787 123.07,134.803 111.93,140.41ZM459.2,496.5C466.85,483.06 471.38,467.42 473.88,452.23C481.63,405.11 478.1,354.59 470.58,309.44C470.507,308.993 470.313,308.933 470,309.26C414.433,367.447 358.307,425.09 301.62,482.19C301.44,482.37 301.463,482.52 301.69,482.64C310.423,487.387 319.247,494.127 328.16,502.86C346,520.34 361.68,540.29 377.07,559.93C380.703,564.557 384.517,569.04 388.51,573.38C389.417,574.367 390.3,575.05 391.16,575.43C396.12,577.62 406.28,569.73 410.47,565.45C430.2,545.28 446.86,518.21 459.2,496.5ZM84.68,418.24C67.973,420.007 51.78,424.287 36.1,431.08C30.93,433.32 26.36,438.86 22.4,442.85C22.172,443.079 22.08,443.414 22.16,443.73C34.19,488.58 60.25,527.26 101.61,549.66C116.11,557.507 131.393,563.47 147.46,567.55C147.78,567.63 148.12,567.526 148.34,567.28C149.993,565.473 151.727,563.773 153.54,562.18C155.847,560.147 157.633,558.227 158.9,556.42C168.13,543.3 176.24,525.54 173.46,509.13C173.352,508.51 172.973,507.973 172.43,507.67C139.097,489.09 112.967,463.373 94.04,430.52C90.54,424.43 88.11,420.31 85.61,414.93C85.25,414.157 85.12,414.193 85.22,415.04L85.48,417.23C85.484,417.265 85.486,417.301 85.486,417.336C85.486,417.796 85.137,418.188 84.68,418.24Z' style='fill-rule:nonzero;stroke:black;stroke-width:5px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M484.45,185.09C484.45,222.756 453.456,253.75 415.79,253.75C378.124,253.75 347.13,222.756 347.13,185.09C347.13,147.424 378.124,116.43 415.79,116.43C453.456,116.43 484.45,147.424 484.45,185.09ZM468.45,185.09C468.45,156.202 444.678,132.43 415.79,132.43C386.902,132.43 363.13,156.202 363.13,185.09C363.13,213.978 386.902,237.75 415.79,237.75C444.678,237.75 468.45,213.978 468.45,185.09Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-project, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-project {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 596 589' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M79.61,402.05C72.897,386.83 67.78,371.097 64.26,354.85C64.1,354.137 64.283,353.527 64.81,353.02C78.337,339.833 91.993,326.497 105.78,313.01C108.34,310.51 100.74,299.88 98.82,297.52C91.387,288.38 83.197,279.947 74.25,272.22C58.577,258.68 42.55,245.563 26.17,232.87C21.99,229.63 15.63,223.98 13.22,219.25C1.74,196.68 35.41,170.83 50.63,159.87C65.843,148.917 81.627,138.88 97.98,129.76C112.49,121.68 128.01,116.47 143.78,113.55C164.307,109.743 185.713,108.007 208,108.34C239.92,108.813 271.58,111.9 302.98,117.6C303.58,117.706 304.191,117.511 304.61,117.08C314.823,106.573 325.39,96.16 336.31,85.84C396.62,28.91 477.45,0.11 560.24,10.24C568.227,11.213 576.53,12.893 585.15,15.28C585.46,15.369 585.714,15.593 585.84,15.89C588.747,23.07 590.84,30.437 592.12,37.99C604.03,108.05 574.63,179.73 534.15,235.42C519.07,256.173 502.523,275.693 484.51,293.98C484.29,294.213 484.207,294.487 484.26,294.8C492.96,341.68 497.33,393.66 491.65,442.77C489.403,462.217 484.78,479.793 477.78,495.5C473.74,504.57 465.27,517.67 461.48,523.95C451.593,540.357 440.4,555.837 427.9,570.39C418.08,581.82 401.1,596.27 385.59,590.36C379.28,587.96 374.12,581.82 369.84,576.41C351.11,552.79 332.54,528.45 310.32,507.96C305.76,503.75 292.93,494.03 287.92,496.49C287.173,496.85 286.177,497.657 284.93,498.91C272.73,511.183 260.453,523.37 248.1,535.47C247.86,535.71 247.573,535.797 247.24,535.73C227.68,531.71 208.853,525.473 190.76,517.02C190.433,516.867 190.257,516.97 190.23,517.33C188.45,541.65 175.73,563.28 160.1,581.16C159.84,581.467 159.567,581.48 159.28,581.2L158.51,580.45C158.23,580.183 157.953,580.187 157.68,580.46L153.43,584.66C153.17,584.92 152.86,585.013 152.5,584.94C121.033,578.627 93.097,566.013 68.69,547.1C35.37,521.28 13.34,479.24 4.53,438.52C4.457,438.18 4.547,437.887 4.8,437.64C10.373,432.167 15.913,426.753 21.42,421.4C22.973,419.893 24.69,418.71 26.57,417.85C43.343,410.177 60.893,405.137 79.22,402.73C79.653,402.677 79.783,402.45 79.61,402.05ZM115.98,326.75L115.7,326.35C115.527,326.09 115.327,326.07 115.1,326.29L82.06,358.55C81.8,358.803 81.713,359.107 81.8,359.46C95.75,413.84 127.13,462.67 176.14,491.38C196.793,503.48 218.813,512.44 242.2,518.26C242.553,518.353 242.86,518.27 243.12,518.01C314.647,446.903 385.283,374.813 455.03,301.74C469.64,286.44 484.23,271.36 498.09,255.36C545.89,200.17 585.73,125.62 577.81,50.49C577.097,43.717 575.703,36.633 573.63,29.24C573.545,28.933 573.292,28.7 572.98,28.64C492.4,12.57 410.43,40.08 350.46,94.33C347.3,97.197 342.51,101.827 336.09,108.22C265.45,178.587 194.487,248.623 123.2,318.33C120.51,320.96 119.87,324.31 116.71,326.86C116.43,327.087 116.187,327.05 115.98,326.75ZM111.93,140.41C96.057,148.41 78.38,159.483 58.9,173.63C51.87,178.73 24.27,200.12 26.99,210.66C27.72,213.49 33.05,217.85 34.67,219.12C57.35,236.9 80.16,254.81 100.54,275.23C107.947,282.65 114.143,290.693 119.13,299.36C119.317,299.693 119.547,299.727 119.82,299.46L289.58,132.14C289.96,131.76 289.883,131.527 289.35,131.44C245.71,124.46 197.35,121.3 152.05,128.36C136.443,130.787 123.07,134.803 111.93,140.41ZM459.2,496.5C466.85,483.06 471.38,467.42 473.88,452.23C481.63,405.11 478.1,354.59 470.58,309.44C470.507,308.993 470.313,308.933 470,309.26C414.433,367.447 358.307,425.09 301.62,482.19C301.44,482.37 301.463,482.52 301.69,482.64C310.423,487.387 319.247,494.127 328.16,502.86C346,520.34 361.68,540.29 377.07,559.93C380.703,564.557 384.517,569.04 388.51,573.38C389.417,574.367 390.3,575.05 391.16,575.43C396.12,577.62 406.28,569.73 410.47,565.45C430.2,545.28 446.86,518.21 459.2,496.5ZM84.68,418.24C67.973,420.007 51.78,424.287 36.1,431.08C30.93,433.32 26.36,438.86 22.4,442.85C22.172,443.079 22.08,443.414 22.16,443.73C34.19,488.58 60.25,527.26 101.61,549.66C116.11,557.507 131.393,563.47 147.46,567.55C147.78,567.63 148.12,567.526 148.34,567.28C149.993,565.473 151.727,563.773 153.54,562.18C155.847,560.147 157.633,558.227 158.9,556.42C168.13,543.3 176.24,525.54 173.46,509.13C173.352,508.51 172.973,507.973 172.43,507.67C139.097,489.09 112.967,463.373 94.04,430.52C90.54,424.43 88.11,420.31 85.61,414.93C85.25,414.157 85.12,414.193 85.22,415.04L85.48,417.23C85.484,417.265 85.486,417.301 85.486,417.336C85.486,417.796 85.137,418.188 84.68,418.24Z' style='fill:rgb(156,99,244);fill-rule:nonzero;stroke:rgb(156,99,244);stroke-width:5px;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-2.00531,-5.7386)'%3E%3Cpath d='M484.45,185.09C484.45,222.756 453.456,253.75 415.79,253.75C378.124,253.75 347.13,222.756 347.13,185.09C347.13,147.424 378.124,116.43 415.79,116.43C453.456,116.43 484.45,147.424 484.45,185.09ZM468.45,185.09C468.45,156.202 444.678,132.43 415.79,132.43C386.902,132.43 363.13,156.202 363.13,185.09C363.13,213.978 386.902,237.75 415.79,237.75C444.678,237.75 468.45,213.978 468.45,185.09Z' style='fill:rgb(156,99,244);fill-rule:nonzero;stroke:rgb(156,99,244);stroke-width:1px;'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-contacts, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-contacts {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 12 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0197067,0,0,0.0197067,-2.09186,-0.615834)'%3E%3Cpath d='M575.425,31.25L174.9,31.25C136.95,31.3 106.2,62.05 106.15,100L106.15,700C106.2,737.95 136.95,768.7 174.9,768.75L575.425,768.75C613.375,768.7 644.125,737.95 644.175,700L644.175,100C644.125,62.05 613.375,31.3 575.425,31.25ZM606.65,700C606.625,717.25 592.65,731.225 575.4,731.25L174.875,731.25C157.625,731.225 143.65,717.25 143.625,700L143.625,100C143.65,82.75 157.625,68.775 174.875,68.75L575.4,68.75C592.65,68.775 606.625,82.75 606.65,100L606.65,700ZM675.15,93.675C664.8,93.675 656.4,102.075 656.4,112.425L656.4,237.575C656.4,247.925 664.8,256.325 675.15,256.325C685.5,256.325 693.9,247.925 693.9,237.575L693.9,112.425C693.9,102.075 685.5,93.675 675.15,93.675ZM675.15,318.75C664.8,318.75 656.4,327.15 656.4,337.5L656.4,462.5C656.4,472.85 664.8,481.25 675.15,481.25C685.5,481.25 693.9,472.85 693.9,462.5L693.9,337.5C693.9,327.15 685.5,318.75 675.15,318.75ZM675.15,542.775C664.8,542.775 656.4,551.175 656.4,561.525L656.4,688.475C656.4,698.825 664.8,707.225 675.15,707.225C685.5,707.225 693.9,698.825 693.9,688.475L693.9,561.525C693.9,551.175 685.5,542.775 675.15,542.775ZM375.125,398.25C427.625,398.25 470.175,355.7 470.175,303.2C470.175,250.7 427.625,208.15 375.125,208.15C322.625,208.15 280.075,250.7 280.075,303.2C280.125,355.675 322.65,398.2 375.125,398.25ZM375.125,245.65C406.9,245.65 432.675,271.425 432.675,303.2C432.675,334.975 406.9,360.75 375.125,360.75C343.35,360.75 317.575,335 317.575,303.2C317.6,271.425 343.35,245.675 375.125,245.65ZM375.125,434.475C293.625,434.825 225.525,491.725 207.975,567.925L207.75,569.075C207.475,570.275 207.325,571.65 207.325,573.075C207.325,583.425 215.725,591.825 226.075,591.825C235,591.825 242.475,585.575 244.35,577.2L244.375,577.075C258.05,516.5 311.4,471.925 375.15,471.925C438.9,471.925 492.25,516.5 505.75,576.175L505.925,577.075C507.825,585.575 515.275,591.825 524.225,591.825L524.25,591.825C525.675,591.825 527.05,591.65 528.375,591.35L528.25,591.375C536.75,589.475 543,582 543,573.05C543,571.625 542.85,570.25 542.55,568.925L542.575,569.05C524.8,491.675 456.675,434.775 375.2,434.425L375.15,434.425L375.125,434.475Z' style='fill:rgb(156,100,244);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-box, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-box {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjQyNTggNi4yMDAyTDEwLjAwMDkgMTAuNDU4NUwxNy4zMDkyIDYuMjI1MiIgc3Ryb2tlPSIjOUM2M0Y0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjAwMSAxOC4wMDg1VjEwLjQ1MDIiIHN0cm9rZT0iIzlDNjNGNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjI3NTUyIDIuMDY2NThMMy44MjU1MiA0LjUzMzI0QzIuODE3MTkgNS4wOTE1OCAxLjk5MjE5IDYuNDkxNTggMS45OTIxOSA3LjY0MTU4VjEyLjM0OTlDMS45OTIxOSAxMy40OTk5IDIuODE3MTkgMTQuODk5OSAzLjgyNTUyIDE1LjQ1ODJMOC4yNzU1MiAxNy45MzMyQzkuMjI1NTIgMTguNDU4MiAxMC43ODM5IDE4LjQ1ODIgMTEuNzMzOSAxNy45MzMyTDE2LjE4MzkgMTUuNDU4MkMxNy4xOTIyIDE0Ljg5OTkgMTguMDE3MiAxMy40OTk5IDE4LjAxNzIgMTIuMzQ5OVY3LjY0MTU4QzE4LjAxNzIgNi40OTE1OCAxNy4xOTIyIDUuMDkxNTggMTYuMTgzOSA0LjUzMzI0TDExLjczMzkgMi4wNTgyNEMxMC43NzU1IDEuNTMzMjQgOS4yMjU1MiAxLjUzMzI0IDguMjc1NTIgMi4wNjY1OFoiIHN0cm9rZT0iIzlDNjNGNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}


.main-dashboard  .sidebar-menu ul li a .icon-broadcasts {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cg%3E%3Crect id='XMLID_2233_' x='75' y='175' width='650' height='450' style='fill:none;stroke:black;stroke-width:40px;'/%3E%3Cpath id='XMLID_2249_' d='M725,175L400,450L75,175' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:40px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-broadcasts, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-broadcasts {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cg%3E%3Crect id='XMLID_2233_' x='75' y='175' width='650' height='450' style='fill:none;stroke:rgb(156,99,244);stroke-width:40px;'/%3E%3Cpath id='XMLID_2249_' d='M725,175L400,450L75,175' style='fill:none;fill-rule:nonzero;stroke:rgb(156,99,244);stroke-width:40px;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li a .icon-learn {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_238)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7016 18.5702C12.7067 16.673 15.2623 15.4446 18.0143 15.0713C18.3653 15.0325 18.6895 14.865 18.9243 14.6012C19.1591 14.3374 19.2879 13.9959 19.2857 13.6428V2.14275C19.2857 1.93641 19.241 1.73251 19.1547 1.54509C19.0684 1.35767 18.9425 1.19116 18.7857 1.05704C18.6317 0.925356 18.4514 0.827954 18.2568 0.771304C18.0622 0.714654 17.8578 0.700052 17.6571 0.728469C15.0386 1.16307 12.6186 2.37055 10.7016 4.18457C10.5803 4.29938 10.461 4.41662 10.3437 4.53625C10.2273 4.65512 10.1129 4.77635 10.0006 4.8999C9.88832 4.77635 9.7739 4.65512 9.65742 4.53625C9.5402 4.41662 9.42089 4.29939 9.29956 4.18458C7.3825 2.37055 4.96202 1.16307 2.34344 0.728469C2.14278 0.700052 1.93838 0.714654 1.7438 0.771304C1.54922 0.827954 1.36892 0.925356 1.21487 1.05704C1.05806 1.19116 0.932171 1.35767 0.845857 1.54509C0.759544 1.73251 0.714856 1.93641 0.71487 2.14275V13.6428C0.712728 13.9959 0.84148 14.3374 1.07628 14.6012C1.31107 14.865 1.63527 15.0325 1.9863 15.0713C4.73834 15.4446 7.29431 16.673 9.2996 18.5702C9.36723 18.6342 9.43423 18.6989 9.50058 18.7644C9.67158 18.9332 9.83832 19.107 10.0006 19.2856C10.1629 19.107 10.3296 18.9332 10.5006 18.7644C10.5669 18.6989 10.6339 18.6342 10.7016 18.5702ZM10.5006 17.4045C12.5773 15.6135 15.1379 14.4523 17.8799 14.0804C17.888 14.0793 17.8962 14.0783 17.9043 14.0774C18.0096 14.0657 18.1069 14.0155 18.1773 13.9363C18.2478 13.8572 18.2864 13.7548 18.2857 13.6488L18.2857 13.6428L18.2857 2.14275C18.2857 2.08085 18.2723 2.01962 18.2464 1.96339C18.2205 1.90717 18.1828 1.85722 18.1357 1.81697C18.0895 1.77756 18.0355 1.74841 17.9773 1.73144C17.9216 1.71525 17.8634 1.71051 17.8059 1.71747C15.0848 2.17253 12.5964 3.53031 10.7407 5.57242C10.6704 5.64974 10.5892 5.71474 10.5006 5.76593V17.4045ZM9.50058 5.76593V17.4045C7.42369 15.6135 4.86267 14.4523 2.1207 14.0804C2.11257 14.0793 2.10443 14.0783 2.09628 14.0774C1.99097 14.0657 1.89371 14.0155 1.82327 13.9363C1.75283 13.8572 1.71421 13.7548 1.71485 13.6488L1.71487 2.14275C1.71487 2.08085 1.72827 2.01962 1.75417 1.96339C1.78002 1.90725 1.81771 1.85737 1.86465 1.81716M9.50058 5.76593C9.41192 5.71474 9.33077 5.64974 9.26051 5.57242C7.40483 3.53036 4.91585 2.17254 2.19466 1.71747C2.13723 1.71051 2.07894 1.71525 2.02333 1.73144C1.96505 1.74841 1.91082 1.77775 1.86465 1.81716' fill='%23262626'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_238'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-learn, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-learn {
     content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_238)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7016 18.5702C12.7067 16.673 15.2623 15.4446 18.0143 15.0713C18.3653 15.0325 18.6895 14.865 18.9243 14.6012C19.1591 14.3374 19.2879 13.9959 19.2857 13.6428V2.14275C19.2857 1.93641 19.241 1.73251 19.1547 1.54509C19.0684 1.35767 18.9425 1.19116 18.7857 1.05704C18.6317 0.925356 18.4514 0.827954 18.2568 0.771304C18.0622 0.714654 17.8578 0.700052 17.6571 0.728469C15.0386 1.16307 12.6186 2.37055 10.7016 4.18457C10.5803 4.29938 10.461 4.41662 10.3437 4.53625C10.2273 4.65512 10.1129 4.77635 10.0006 4.8999C9.88832 4.77635 9.7739 4.65512 9.65742 4.53625C9.5402 4.41662 9.42089 4.29939 9.29956 4.18458C7.3825 2.37055 4.96202 1.16307 2.34344 0.728469C2.14278 0.700052 1.93838 0.714654 1.7438 0.771304C1.54922 0.827954 1.36892 0.925356 1.21487 1.05704C1.05806 1.19116 0.932171 1.35767 0.845857 1.54509C0.759544 1.73251 0.714856 1.93641 0.71487 2.14275V13.6428C0.712728 13.9959 0.84148 14.3374 1.07628 14.6012C1.31107 14.865 1.63527 15.0325 1.9863 15.0713C4.73834 15.4446 7.29431 16.673 9.2996 18.5702C9.36723 18.6342 9.43423 18.6989 9.50058 18.7644C9.67158 18.9332 9.83832 19.107 10.0006 19.2856C10.1629 19.107 10.3296 18.9332 10.5006 18.7644C10.5669 18.6989 10.6339 18.6342 10.7016 18.5702ZM10.5006 17.4045C12.5773 15.6135 15.1379 14.4523 17.8799 14.0804C17.888 14.0793 17.8962 14.0783 17.9043 14.0774C18.0096 14.0657 18.1069 14.0155 18.1773 13.9363C18.2478 13.8572 18.2864 13.7548 18.2857 13.6488L18.2857 13.6428L18.2857 2.14275C18.2857 2.08085 18.2723 2.01962 18.2464 1.96339C18.2205 1.90717 18.1828 1.85722 18.1357 1.81697C18.0895 1.77756 18.0355 1.74841 17.9773 1.73144C17.9216 1.71525 17.8634 1.71051 17.8059 1.71747C15.0848 2.17253 12.5964 3.53031 10.7407 5.57242C10.6704 5.64974 10.5892 5.71474 10.5006 5.76593V17.4045ZM9.50058 5.76593V17.4045C7.42369 15.6135 4.86267 14.4523 2.1207 14.0804C2.11257 14.0793 2.10443 14.0783 2.09628 14.0774C1.99097 14.0657 1.89371 14.0155 1.82327 13.9363C1.75283 13.8572 1.71421 13.7548 1.71485 13.6488L1.71487 2.14275C1.71487 2.08085 1.72827 2.01962 1.75417 1.96339C1.78002 1.90725 1.81771 1.85737 1.86465 1.81716M9.50058 5.76593C9.41192 5.71474 9.33077 5.64974 9.26051 5.57242C7.40483 3.53036 4.91585 2.17254 2.19466 1.71747C2.13723 1.71051 2.07894 1.71525 2.02333 1.73144C1.96505 1.74841 1.91082 1.77775 1.86465 1.81716' fill='%239C63F4%0A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_238'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}


.main-dashboard  .sidebar-menu ul li a .icon-build {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_555)'%3E%3Cpath d='M19.1574 5.13738C19.1298 4.98766 19.071 4.84543 18.9848 4.71992C18.8987 4.5944 18.7871 4.4884 18.6574 4.4088L15.8003 7.26595C15.667 7.40421 15.5073 7.51418 15.3304 7.58929C15.1537 7.66441 14.9637 7.70312 14.7717 7.70312C14.5797 7.70312 14.3895 7.66441 14.2128 7.58929C14.0361 7.51418 13.8763 7.40421 13.7431 7.26595L12.6574 6.29452C12.3956 6.02748 12.249 5.66845 12.249 5.29452C12.249 4.92059 12.3956 4.56156 12.6574 4.29452L15.5145 1.43738C15.4523 1.291 15.3585 1.1601 15.24 1.05395C15.1215 0.947803 14.9811 0.868989 14.8288 0.823089C13.8319 0.624289 12.7992 0.709386 11.8483 1.06869C10.8974 1.428 10.0665 2.04708 9.45018 2.85545C8.83386 3.66382 8.45689 4.62899 8.36218 5.6411C8.27348 6.58919 8.43579 7.54276 8.83123 8.40652L1.16451 16.0732C0.598559 16.6392 0.607944 17.5596 1.18532 18.1139L1.98643 18.8831C2.54522 19.4195 3.42972 19.4128 3.98042 18.8681L11.7352 11.1973C12.5739 11.5437 13.4875 11.6755 14.3928 11.5784C15.394 11.4711 16.3457 11.0882 17.1421 10.4723C17.9385 9.85649 18.5485 9.03179 18.9044 8.08993C19.2601 7.14809 19.3477 6.12602 19.1574 5.13738Z' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_555'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-build, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-build  {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_555)'%3E%3Cpath d='M19.1574 5.13738C19.1298 4.98766 19.071 4.84543 18.9848 4.71992C18.8987 4.5944 18.7871 4.4884 18.6574 4.4088L15.8003 7.26595C15.667 7.40421 15.5073 7.51418 15.3304 7.58929C15.1537 7.66441 14.9637 7.70312 14.7717 7.70312C14.5797 7.70312 14.3895 7.66441 14.2128 7.58929C14.0361 7.51418 13.8763 7.40421 13.7431 7.26595L12.6574 6.29452C12.3956 6.02748 12.249 5.66845 12.249 5.29452C12.249 4.92059 12.3956 4.56156 12.6574 4.29452L15.5145 1.43738C15.4523 1.291 15.3585 1.1601 15.24 1.05395C15.1215 0.947803 14.9811 0.868989 14.8288 0.823089C13.8319 0.624289 12.7992 0.709386 11.8483 1.06869C10.8974 1.428 10.0665 2.04708 9.45018 2.85545C8.83386 3.66382 8.45689 4.62899 8.36218 5.6411C8.27348 6.58919 8.43579 7.54276 8.83123 8.40652L1.16451 16.0732C0.598559 16.6392 0.607944 17.5596 1.18532 18.1139L1.98643 18.8831C2.54522 19.4195 3.42972 19.4128 3.98042 18.8681L11.7352 11.1973C12.5739 11.5437 13.4875 11.6755 14.3928 11.5784C15.394 11.4711 16.3457 11.0882 17.1421 10.4723C17.9385 9.85649 18.5485 9.03179 18.9044 8.08993C19.2601 7.14809 19.3477 6.12602 19.1574 5.13738Z' stroke='%239C63F4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_555'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li a .icon-diagram {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_258)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 1.92871C9.09295 1.92871 8.35742 2.66424 8.35742 3.57157C8.35742 4.47889 9.09295 5.21443 10.0003 5.21443C10.9076 5.21443 11.6431 4.47889 11.6431 3.57157C11.6431 2.66424 10.9076 1.92871 10.0003 1.92871ZM7.35742 3.57157C7.35742 2.11196 8.54067 0.928711 10.0003 0.928711C11.4599 0.928711 12.6431 2.11196 12.6431 3.57157C12.6431 5.03118 11.4599 6.21443 10.0003 6.21443C8.54067 6.21443 7.35742 5.03118 7.35742 3.57157Z' fill='%23262626'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.8577 14.7856C1.95038 14.7856 1.21484 15.5212 1.21484 16.4285C1.21484 17.3358 1.95038 18.0714 2.8577 18.0714C3.76503 18.0714 4.50056 17.3358 4.50056 16.4285C4.50056 15.5212 3.76503 14.7856 2.8577 14.7856ZM0.214844 16.4285C0.214844 14.9689 1.39809 13.7856 2.8577 13.7856C4.31731 13.7856 5.50056 14.9689 5.50056 16.4285C5.50056 17.8881 4.31731 19.0714 2.8577 19.0714C1.39809 19.0714 0.214844 17.8881 0.214844 16.4285Z' fill='%23262626'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 14.7856C9.09295 14.7856 8.35742 15.5212 8.35742 16.4285C8.35742 17.3358 9.09295 18.0714 10.0003 18.0714C10.9076 18.0714 11.6431 17.3358 11.6431 16.4285C11.6431 15.5212 10.9076 14.7856 10.0003 14.7856ZM7.35742 16.4285C7.35742 14.9689 8.54067 13.7856 10.0003 13.7856C11.4599 13.7856 12.6431 14.9689 12.6431 16.4285C12.6431 17.8881 11.4599 19.0714 10.0003 19.0714C8.54067 19.0714 7.35742 17.8881 7.35742 16.4285Z' fill='%23262626'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1429 14.7856C16.2355 14.7856 15.5 15.5212 15.5 16.4285C15.5 17.3358 16.2355 18.0714 17.1429 18.0714C18.0502 18.0714 18.7857 17.3358 18.7857 16.4285C18.7857 15.5212 18.0502 14.7856 17.1429 14.7856ZM14.5 16.4285C14.5 14.9689 15.6832 13.7856 17.1429 13.7856C18.6025 13.7856 19.7857 14.9689 19.7857 16.4285C19.7857 17.8881 18.6025 19.0714 17.1429 19.0714C15.6832 19.0714 14.5 17.8881 14.5 16.4285Z' fill='%23262626'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.28599 10.5C4.03972 10.5 3.80354 10.5978 3.62939 10.772C3.45525 10.9461 3.35742 11.1823 3.35742 11.4286V14.2857C3.35742 14.5619 3.13356 14.7857 2.85742 14.7857C2.58128 14.7857 2.35742 14.5619 2.35742 14.2857V11.4286C2.35742 10.9171 2.56061 10.4265 2.92229 10.0649C3.28396 9.70319 3.7745 9.5 4.28599 9.5H15.7146C16.2261 9.5 16.7166 9.70319 17.0783 10.0649C17.4399 10.4265 17.6431 10.9171 17.6431 11.4286V14.2857C17.6431 14.5619 17.4193 14.7857 17.1431 14.7857C16.867 14.7857 16.6431 14.5619 16.6431 14.2857V11.4286C16.6431 11.1823 16.5453 10.9461 16.3712 10.772C16.197 10.5978 15.9608 10.5 15.7146 10.5H4.28599Z' fill='%23262626'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5.21436C10.2761 5.21436 10.5 5.43821 10.5 5.71436V14.2858C10.5 14.5619 10.2761 14.7858 10 14.7858C9.72386 14.7858 9.5 14.5619 9.5 14.2858V5.71436C9.5 5.43821 9.72386 5.21436 10 5.21436Z' fill='%23262626'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_258'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-dashboard  .sidebar-menu ul li.menu-item:hover .icon-diagram, 
.main-dashboard  .sidebar-menu ul li.menu-item.current-menu-item .icon-diagram {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_258)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 1.92871C9.09295 1.92871 8.35742 2.66424 8.35742 3.57157C8.35742 4.47889 9.09295 5.21443 10.0003 5.21443C10.9076 5.21443 11.6431 4.47889 11.6431 3.57157C11.6431 2.66424 10.9076 1.92871 10.0003 1.92871ZM7.35742 3.57157C7.35742 2.11196 8.54067 0.928711 10.0003 0.928711C11.4599 0.928711 12.6431 2.11196 12.6431 3.57157C12.6431 5.03118 11.4599 6.21443 10.0003 6.21443C8.54067 6.21443 7.35742 5.03118 7.35742 3.57157Z' fill='%239C63F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.8577 14.7856C1.95038 14.7856 1.21484 15.5212 1.21484 16.4285C1.21484 17.3358 1.95038 18.0714 2.8577 18.0714C3.76503 18.0714 4.50056 17.3358 4.50056 16.4285C4.50056 15.5212 3.76503 14.7856 2.8577 14.7856ZM0.214844 16.4285C0.214844 14.9689 1.39809 13.7856 2.8577 13.7856C4.31731 13.7856 5.50056 14.9689 5.50056 16.4285C5.50056 17.8881 4.31731 19.0714 2.8577 19.0714C1.39809 19.0714 0.214844 17.8881 0.214844 16.4285Z' fill='%239C63F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 14.7856C9.09295 14.7856 8.35742 15.5212 8.35742 16.4285C8.35742 17.3358 9.09295 18.0714 10.0003 18.0714C10.9076 18.0714 11.6431 17.3358 11.6431 16.4285C11.6431 15.5212 10.9076 14.7856 10.0003 14.7856ZM7.35742 16.4285C7.35742 14.9689 8.54067 13.7856 10.0003 13.7856C11.4599 13.7856 12.6431 14.9689 12.6431 16.4285C12.6431 17.8881 11.4599 19.0714 10.0003 19.0714C8.54067 19.0714 7.35742 17.8881 7.35742 16.4285Z' fill='%239C63F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1429 14.7856C16.2355 14.7856 15.5 15.5212 15.5 16.4285C15.5 17.3358 16.2355 18.0714 17.1429 18.0714C18.0502 18.0714 18.7857 17.3358 18.7857 16.4285C18.7857 15.5212 18.0502 14.7856 17.1429 14.7856ZM14.5 16.4285C14.5 14.9689 15.6832 13.7856 17.1429 13.7856C18.6025 13.7856 19.7857 14.9689 19.7857 16.4285C19.7857 17.8881 18.6025 19.0714 17.1429 19.0714C15.6832 19.0714 14.5 17.8881 14.5 16.4285Z' fill='%239C63F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.28599 10.5C4.03972 10.5 3.80354 10.5978 3.62939 10.772C3.45525 10.9461 3.35742 11.1823 3.35742 11.4286V14.2857C3.35742 14.5619 3.13356 14.7857 2.85742 14.7857C2.58128 14.7857 2.35742 14.5619 2.35742 14.2857V11.4286C2.35742 10.9171 2.56061 10.4265 2.92229 10.0649C3.28396 9.70319 3.7745 9.5 4.28599 9.5H15.7146C16.2261 9.5 16.7166 9.70319 17.0783 10.0649C17.4399 10.4265 17.6431 10.9171 17.6431 11.4286V14.2857C17.6431 14.5619 17.4193 14.7857 17.1431 14.7857C16.867 14.7857 16.6431 14.5619 16.6431 14.2857V11.4286C16.6431 11.1823 16.5453 10.9461 16.3712 10.772C16.197 10.5978 15.9608 10.5 15.7146 10.5H4.28599Z' fill='%239C63F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5.21436C10.2761 5.21436 10.5 5.43821 10.5 5.71436V14.2858C10.5 14.5619 10.2761 14.7858 10 14.7858C9.72386 14.7858 9.5 14.5619 9.5 14.2858V5.71436C9.5 5.43821 9.72386 5.21436 10 5.21436Z' fill='%239C63F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_258'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.main-dashboard .sidebar-menu .current-menu-item .sub-menu,
.main-dashboard .sidebar-menu .current_page_ancestor .sub-menu{
	display: block !important;
}
.main-dashboard .sidebar-menu .current-menu-item .sub-menu.hide-sub,
.main-dashboard .sidebar-menu.current_page_ancestor .sub-menu.hide-sub{
	display: none !important;
}
.main-dashboard .sidebar-menu .menu-item-7756 {
	overflow: hidden;
}
.main-dashboard .sidebar-menu > ul.sub-menu {
	height: 320px;
    overflow: scroll;
}
.main-dashboard .dashboard-menu .current_page_ancestor {
	background-color: rgba(156, 99, 244, 0.1);
}
.main-dashboard .sidebar-menu ul li a .menu-icon {
    margin-right: 15px !important;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {
    .main-dashboard .header-dashboard .mobile-menu-icon {
        display: block;
    }
    .main-dashboard  .sidebar-menu {
        display: none;
    }
    .main-dashboard .header-dashboard {
        width: 100%;
    }
}