﻿.mobile-search-widget {
    display: none;
}

.search-widget {
    display: block;
}
@media only screen and (max-width: 480px) {
    .search-widget {
        display: none;
    }

    .mobile-search-widget {
        display: block;
    }
}
#child_popup table {
    width: 100% !important;
}
/*#mySidepanel-left {
    display: block;*/ /* Default open */
/*}*/

@media only screen and (max-width: 768px) {
    .email-text {
        font-size: 14px !important;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        display: block;
        max-width: 100%;
    }
    #child_popup .column-header div {
        font-size: 17px !important;
    }

    .search-widget {
        display: block;
    }

    .mobile-search-widget {
        display: none;
    }
}

#main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 0px;
    margin: 0px;
}

.icon-badge-container {
    margin-top: 0px;
    position: relative;
}


.icon-badge {
    background-color: var(--badge);
    border-color: var(--badge);
    font-size: 14px;
    color: var(--badge-font);
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 35%;
    line-height: 25px;
    position: absolute; /* changed */
    top: -5px; /* changed */
    /*left: 20px;*/ /* changed */
    left: auto;
    right: -7px;
    margin-top: 5px;
}
/* anchor for absolute children */
.filter-icon-badge {
    /* already absolute via JS */
    min-width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 999px;
    border-color: var(--badge);
    color: var(--badge-font);
    text-align: center;
    font-size: 12px;
    background-color: var(--badge);
    border-radius: 35%;
    border: 1px solid #ddd;
    pointer-events: none; /* clicks go to the button */
}

@media only screen and (max-width: 1600px) {
    .icon-badge {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .icon-badge {
        font-size: 10px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
}
