

/*
|=============================================================
| WRAP CHECK
|=============================================================
*/














/*
|==============================================
| Buttons
|==============================================
*/

/*button,*/


button:active {
    background-color: rgb(168, 185, 222);
    box-shadow: 0 0 5px inset rgba(75, 0, 189, .2);
}

.btn_y {
    background-color: rgb(216, 225, 245);
}

.btn_m {
    background-color: #6d3763;
}

.btn_n {
    background-color: rgb(246, 248, 250);
}

.mini_button {
    width: 50px;
    height: 50px;
    display: flex;
    min-width: 50px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(78, 100, 160, .4);
}

.inline_button {
    height: 50px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(78, 100, 160, .4);
}


/*
|==============================================
| CONTENT
|==============================================
*/


