

/*
================================================================
================================================================
	Elementor Inline
================================================================
================================================================
*/

    /* ---------------------- */
    /* Library Button         */
    /* ---------------------- */
        .elementor-add-section-area-button {

        }
        .elementor-add-new-section .csfwel-library-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 30px;
            height: 40px;
            width: 40px;
            margin-left: 5px;
            color: #fff;
            border: 1px solid #00e7a8;
            background-color: #00e7a8;
            cursor: pointer;
            background-image: url("../images/library-button.svg");
            background-size: 30px;
            background-position: 51%;
            background-repeat: no-repeat;
        }
        .elementor-add-new-section .csfwel-library-button i {
            opacity: 0;
        }