/*  Copyright (C) 2020 OhmConnect, Inc. - All Rights Reserved  */



/* full width button*/

@media not all and (pointer: coarse) {
    .ohm-btn-full-width:hover {
        background-color: #47C9D2 !important;
        color: white !important;
    }
}

.ohm-btn-full-width:active {
        background-color: #47C9D2 !important;
        color: white !important;
    }

.ohm-btn-full-width:hover .ohm-g-icon-hover-enabled {
    display: none;
}

.ohm-btn-full-width:hover .ohm-g-icon-hover-state {
    display: block;
}

.ohm-btn-full-width.btn-active {
    background-color: #47C9D2;
    color: white;
}

.ohm-btn-full-width.btn-active .ohm-g-icon-hover-enabled {
    display: none;
}

.ohm-btn-full-width.btn-active .ohm-g-icZon-hover-state {
    display: block;
}

/* long button */

.ohm-long-icon-button:hover {
    background-color: #47C9D2;
    color: white;
}

.ohm-long-icon-button:hover .ohm-g-icon-hover-enabled {
    display: none;
}

.ohm-long-icon-button:hover .ohm-g-icon-hover-state {
    display: block;
}

.ohm-long-icon-button.btn-active {
    background-color: #47C9D2;
    color: white;
}

.ohm-long-icon-button.btn-active .ohm-g-icon-hover-enabled {
    display: none;
}

.ohm-long-icon-button.btn-active .ohm-g-icon-hover-state {
    display: block;
}