.btn-primary {
    background-color: #00704a;
    border-color: #00704a;
    color: #FFFFFF;
}

.ibox-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.side-panel {
    height: 100%; /* Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    top: 0;
    right: 0; /* Slide in from the right */
    background-color: rgb(255, 254, 254);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 5px; /* Place content 5px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide out the sidenav */
    scrollbar-width: thin;
}

.side-panel-arrow {
    width: 24px;
    height: 24px;
    fill: grey;
}

.language-btn {
    padding: 6px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.language-btn:hover {
    background-color: rgba(221, 221, 221, 0.34);
    cursor: pointer;
}

.btn-language-select {
    border-radius: 3%;
    text-align: start;
}

.btn-language-select:hover {
    background-color: #ddd;
}

.btn-panel-arrow {
    padding: 6px;
    border-radius: 50%;
    background: transparent;
    border: none;
}

.btn-panel-arrow:hover {
    background-color: #ddd;
    border-color: transparent;
}

.btn-panel-arrow:focus {
    outline: none;
}
