﻿.btn-secondary {
    background-color: #38465d;
    border-color: #38465d;
}

    .btn-secondary:hover {
        background-color: #38465d;
        border-color: #38465d;
        opacity: 0.85;
    }

.btn-primary {
    background-color: #ec4021;
    border-color: #ec4021;
}

    .btn-primary:hover {
        background-color: #38465d;
        border-color: #38465d;
    }

.btn-accounting-menu {
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: brown;
    border-radius: 20px;
}

.line-accounting-menu {
    width: 160px;
    height: 160px;
    display: inline-block;
    margin: 20px;
    border-radius: 20px;
    border: 1px solid #000000;
}

.btn-libra {
    width: 240px;
    border-radius: 20px;
    display: inline-block;
}

.btn-libra-small {
    width: 120px;
    border-radius: 20px;
    display: inline-block;
}

.btn-libra-square {
    width: 60px;
    border-radius: 20px;
    display: inline-block;
    margin: 2px;
}

.btn-libra-nav-item {
    width: 30vh;
    height: 15vh;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    color: #FFFFFF;
    background-color: #38465d;
}

.btn-libra-nav-item:hover {
    background-color: #ec4021;
}

.btn-libra-nav-item button {
    align-self: center;
}

.color-libra-main-1 {
    color: #ec4021;
}

.color-libra-main-2 {
    color: #38465d;
}
