.btn {
    background: #2b798b;
}

.btn:hover{
    background: #015467;
    box-shadow: 0 0 20px rgb(0 0 0 / 26%) !important;
    transform: scale(1.05) !important;
}

.btn-no-hover{
    cursor:auto!important;
}

.btn-no-hover:hover{
    background: #2b798b!important;
    box-shadow: none!important;
    transform: none!important;
}
.aside_nav .btn.info:hover{
    background: #eeeeee!important;
}

.aside_nav .sub_links a:hover{
    text-decoration: underline;
}
.aside_nav .sub_links a {
    margin-bottom: 5px;
}

.title{
    color: #2b798b;
}
.title:before {
    background: #2b798b;
}

.btn.green{
    padding: 17px 15px;
}
.btn.green:hover{
    background: #538c3b;
}

.account-page section{
    margin: 60px 0 60px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: sans-serif;
    font-weight: 300;
}

.orange-btn {
    padding: 10px; 
    transition: all 0.2s linear;
}


.orange-btn:hover {
    background: #ff9b16;
    box-shadow: 0 0 20px rgb(0 0 0 / 26%) !important;
    transform: scale(1.05) !important;
}

.btn-svg:hover{
    box-shadow: 0 0 20px rgb(0 0 0 / 26%);
    transform: scale(1.05);
}
.btn-svg{
 text-decoration: none;
 background-color: #919191;
 padding:10px 10px;
 font-size: 18px;
 display: inline-block;
 /*text-transform: uppercase;*/
 color: white;
 transition: all 0.2s linear;
}
.btn-svg img{
    height:40px;
    width:auto;
    display: inline-block;
    margin-right:10px;
}