
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.apto-dropdown-wrapper {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    border: 1px solid #e5e5e5;
}

.apto-trigger-dropdown {
    width: 40px;
    height: 40px;
    background-color: #fff;
    transition: 0.2s ease-in;
    cursor: pointer;
}

    .apto-trigger-dropdown:hover {
        background-color: #eee;
    }

    .apto-trigger-dropdown .fa-caret-down {
        float: right;
        line-height: 22px;
    }

    .apto-trigger-dropdown svg {
        width: 25px;
        float: left;
        height: 25px;
    }

.dropdown-menu {
    width: 180px;
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 45px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

    .dropdown-menu.show {
        display: block;
    }

.dropdown-item svg {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    color: #222;
}

.dropdown-item {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s ease-in;
    background-color: #fff;
    font-weight: 700;
    font-family: Montserrat, serif;
    color: #5a616c;
    text-align: left;
}

    .dropdown-item:hover {
        background-color: #e5e5e5;
    }

    .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }