.call-popup-click {
    border-style: solid;
}
.call-popup-click--dashed {
    border-style: dashed;
}
.call-popup-click--dotted {
    border-style: dotted;
}
.call-popup-click--double {
    border-style: double;
}


.jet-megamenu {
    display: none !important;
    border-top: 10px solid #ddd0;
    background: #fff;
    top: -21px;
}
.jet-megamenu.active {
    display: block !important;
}
ul.jet_addon_code_widgets {
    list-style: none;
    padding: 0;
}
li.jet_addon_code_widget.active {
    display: block;
}
li.jet_addon_code_widget {
    display: none;
}
.mega-menu-tab-link {
    border-radius: 5px;
    padding: 12px 16px !important;
    color: #686868;
    font-size: 14px;
    position: relative;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'Poppins';
}
.mega-menu-tab-link.active {
    background: #6567AD;
    color: #ffffff;
}

div#v-pills-tab {
    width: 100%;
}
.mega-menu-tab-link .course-marker {
    border-radius: 3px;
    background: #6567AD;
    color: #ffffff;
    display: inline;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}
.mega-menu-tab-link:hover {
    color: #686868;
}
.mega-menu-tab-link.active:hover {
    color: #fff;
}
.mega-menu-tab-link.active span.course-marker {
    color: #686868;
    background: #fff;
}