html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /*background-color: lightblue;*/
    background: #D5E7D9;
   /* background: rgb(156,221,155);
    background: linear-gradient(0deg, rgba(156,221,155,1) 0%, rgba(226,254,227,1) 100%);*/
}

.btn-primary {
    border-color: #00A568;
    background-color: #00A568;
}

.text-muted {
    fill: #6c757d !important
}

#mobile-btm-menu {
}

    #mobile-btm-menu a {
        text-decoration: none;
        color: black;
        font-size: 0.7rem;
    }

    #mobile-btm-menu svg {
        height: 2rem;
    }

    #mobile-btm-menu div .col a {
        display: flex;
        flex-direction: column;
    }

    #mobile-btm-menu .active a {
        color: #00A568 !important;
    }

    #mobile-btm-menu .active svg {
        fill: #00A568;
    }


#pant #btn-next {
    border-color: #00A568;
    background-color: #00A568;
    border-radius: 1rem;
    width: 100%;
    font-weight: bold;
}

#pant #startCameraBtn {
    border-color: #00A568;
    background-color: #00A568;
    border-radius: 1rem;
    font-weight: bold;
}

#wallet .payment-option {
    border: solid 1px #ddd;
    border-radius: 1rem;
    height: 100%
}

    #wallet .payment-option label {
        width: 100%;
        border-radius: 1rem !important;
        line-height: 1rem;
        height: 100%;
        color: #999;
        display: flex;
        flex-direction: column;
    }

        #wallet .payment-option label svg {
            max-width: 100%;
            max-height: 3rem;
            margin-bottom: 0.4rem
        }


    #wallet .payment-option input:checked + label {
        background-color: #00A568 !important;
        color: white;
        fill: white;
    }


#wallet #btn-next {
    border-color: #00A568;
    background-color: #00A568;
    border-radius: 1rem;
    width: 100%;
    font-weight: bold;
    padding: 1rem;
    font-size: 1.7rem
}

#account-manage-logout-btn {
    border-radius: 1rem;
    width: 100%;
    font-weight: bold;
    padding: 0.7rem;
    font-size: 1.5rem;
    color: #6c757d !important
}


.confirmation-slider {
    width: 100%
}

    .confirmation-slider .slider-region {
        background-color: #00A568;
        height: 50px;
        border-radius: 26px;
        padding-right: 5px;

        display:grid;
        
    }


    .confirmation-slider input[type=range] {
        appearance: none !important;
        height: 40px;
        width: 100%;
        background-color: transparent;
        padding: 5px;
        margin: 5px 5px;
        overflow: hidden;
        border-radius: 20px; 
        grid-area: 1/1;
    }
    .confirmation-slider p {
        place-self: center;
        grid-area: 1/1;
        margin: 0;
        font-weight: bold;
        font-size: 1.7rem;
        color:#fff;
    }

    .confirmation-slider input[type=range]::-webkit-slider-thumb {
        appearance: none !important;
        background-color: #fff;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        box-shadow: -1020px 0 0px 1000px white;
        /*border: 1px solid #999;*/
        box-sizing: border-box;
        cursor: pointer;
        background-image: url('/img/groenpil.svg');
        background-size: 13px;
        background-position: 13px 5px;
        background-repeat: no-repeat;
        color: red;
    }

/*
        .confirmation-slider input[type=range]::-webkit-slider-thumb::after {
            content: 'bla';
            color: red;
            background-color: red;
            height: 20px;
            width: 20px;
        }

        .confirmation-slider input[type=range]::-ms-fill-lower {
            height: 40px;
        }*/
}

.card {
    border-radius: 1rem;
}