.custom-image {
    max-width: 50%;
}

.bolded-counter {
    font-weight: bold;
}

.margin-detail {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2%;
    padding-right: 2%;
}
@media (max-width: 768px) {
    .margin-detail {
        width: 100%;
        margin-left: 0;
    }
}

.custom-background {
    background-image: url(../img/sidebar_background.jpg);
    background-size: cover;
}

.logo-maperless-login {
    background-image: url(../img/logo_maperless_full.png);
    background-size: cover;
    width: 100%;
}
.logo-maperless {
    background-image: url(../img/logo_maperless_full.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5%;
}
@media (max-width: 768px) {
    .logo-maperless {
        background-image: url(../img/logo_maperless_min.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 30%;
    }
    .hide-sm {
        display: none !important;
    }
}

.align-button {
    font-size: 1rem !important;
}

.custom-bullet {
    height: 10px;
    width: 10px;
    background-color: #F36E4C;
    border-radius: 50%;
    margin-top: 0.7ch;
    min-width: 10px;
}

.counters-card {
    width: 14rem;
    min-height: 7rem;
}

.custom-header {
    background-color: #F36E4C;
    color: white;
    font-weight: bold;
    font-size: large;
    margin-top: 2%;
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 5px !important;
    text-align: center;
}

.orange-text {
    color: #F36E4C;
}

.orange-text:hover {
    color: rgba(243, 109, 76, 0.87);
}

.company-image {
    border-radius: 5%;
    width: 7rem;
    height: auto;
}

.custom-nav-link {
    color: white !important;
}

html, body{
    background-color: #f5f5f5;
}

.custom-center {
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.reduce-card-size {
    margin-left: 10% !important;
    margin-right: 10% !important;
}
@media (max-width: 768px) {
    .reduce-card-size {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.center-logo {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.no-decoration {
    text-decoration: none !important;
}

.center-element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-form {
    margin-top: 3%;
}

.reduce-size {
    max-width: 350px;
}

.custom-input {
    max-width: 250px;
}

.text-gray {
    color: #5a5c69 !important;
}

.spacing-div {
    height: 30px;
}

.responsive-textarea {
    min-height: 100px;
}

.orange-card {
    position: absolute;
    left: 10%;
    bottom: 70%;
    background-color: #F36E4C;
    border-radius: 5%;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: x-large;
}

.card-hover:hover{
    border:1px solid #F36E4C;
}

.card-hover a{
color: inherit;
text-decoration: none;
}

.card-list{
min-width:350px;
}
