.new-contact-btn {
    width: 250px;
}

@media only screen and (min-width: 320px) and (max-width: 479.99px) {
    .new-contact-btn,
    .new-email-btn,
    .new-group-btn {
        width: 100% !important;
        margin-bottom: 12px;
        margin-right: 0;
    }

    .new-contact-search-btn,
    .new-email-search-btn,
    .new-group-search-btn {
        width: 100% !important;
        margin-left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767.99px) {
    .new-contact-btn,
    .new-email-btn,
    .new-group-btn {
        width: 300px !important;
        margin: 0;
    }

    .new-contact-search-btn,
    .new-email-search-btn,
    .new-group-search-btn {
        width: auto !important;
    }

    .new-contact,
    .new-email,
    .new-group {
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .new-contact-btn,
    .new-email-btn,
    .new-group-btn {
        width: 100% !important;
        margin: 0;
        margin-right: 6px;
    }

    .new-contact-search-btn,
    .new-email-search-btn,
    .new-group-search-btn {
        width: 100% !important;
    }

    .new-contact,
    .new-email,
    .new-group {
        display: block;
    }
}

/* code-by-rasel */
.app {
    background-color: #ffffff;
    padding: 0;
}

.custom-top-heading {
    border-bottom: 1px solid #0000002a;
    box-shadow: 0 3px 6px #0000002a;
}

.custom-top-heading nav ul li a:hover {
    color: #0829bc;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
    color: #000 !important;
}

.side-nav > ul > li > .side-menu.side-menu--active {
    background-color: #fff !important;
    color: #000 !important;
}

.side-nav > ul ul.side-menu__sub-open {
    background-color: #fff !important;
    padding-left: 10px;
    transition: ease-in all 0.1s;
}

.side-menu:hover {
    background-color: #fff !important;
}

.side-menu:hover .side-menu__title {
    color: #000 !important;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
    color: #000 !important;
}

.side-nav > ul > li > .side-menu:hover .side-menu__icon {
    color: #000 !important;
}

.side-nav > ul ul li a:not(.side-menu--active) {
    background-color: #fff !important;
    margin: 0 !important;
    color: #484949 !important;
}

.side-nav > ul ul li > a {
    background-color: #fff !important;
    color: #484949 !important;
}

.side-nav {
    /* background-color: #f0f0f0; */
    background-color: #ffffff;
    border-right: 1px solid #0000002a;
    box-shadow: 0 3px 6px #0000002a;
}

.side-nav .side-menu {
    color: rgb(72, 73, 73);
    margin: 0;
}

.side-nav > ul > li:nth-child(1) > a.side-menu--active {
    -webkit-animation: none;
    animation: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.mldl-active-menu::after {
    content: "";
    position: inherit;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.content {
    border: none;
    border-radius: 0;
    background-color: #f3f4f6;
}

.side-nav .side-menu:hover {
    background-color: #fff;
}

.side-nav
    > ul
    > li
    > .side-menu:hover:not(.side-menu--active):not(.side-menu--open)
    .side-menu__icon:before {
    background-color: #fff !important;
    color: #00b9eb !important;
    border-radius: 0;
}

.side-nav
    > ul
    > li
    > .side-menu:not(.side-menu--active)
    .side-menu__icon::before {
    content: "";
    z-index: -1;
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition-property: none;
    transition-duration: 0;
    border-radius: 0 !important;
    transition: none;
}

.BB__upgrade_button {
    background: #d2e8f7 !important;
    color: #021d5a !important;
    font-size: inherit !important;
    padding: 8px 25px !important;
    width: inherit !important;
    border-radius: 50px !important;
}

.bb_primary_button {
    background: #0367ff;
    font-size: inherit !important;
    padding: 8px 25px !important;
    width: inherit !important;
    height: inherit !important;
}

.BB__notification__icon {
    height: 30px !important;
    width: 30px !important;
}

.mldl-active-menu {
    background-color: #fff;
}

/* OpunMaill CSS */
/* Logo */
.logo {
    padding-top: 30px !important;
}

.side-nav .side-nav__devider {
    background-color: #fff !important;
}

.floatingButton {
    background: #08aeeb !important;
    box-shadow: 0px 3px 16px 0px rgba(8, 174, 235, 0.6),
        0 3px 1px -2px rgba(8, 174, 235, 0.2),
        0 1px 5px 0 rgba(8, 174, 235, 0.12);
}
