/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {*/
    /*  margin-bottom: 60px;
*/
/*}

.w-6 {
    width: 6%;
}

.bg-vitre {
    background: #ffffff13;
    box-shadow: 0 5px 20px 0.1px rgba(0, 0, 0, 0.488);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 50px;
}


.separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .separator > div {
        width: 100px;
        height: 3px;
        border-radius: 5px;
        background-color: #fff;
    }

    .separator > span {
        color: #fff;
        font-family: #fff;
        font-weight: 600;
    }*/



/*    //button*/

/*.label {
    display: flex;
    width: fit-content;
    align-items: center;
    border-radius: 100px;
    padding: 14px 16px;
    margin: 5px 0;
    cursor: pointer;
    transition: .3s;
}

    .label:hover,
    .label:focus-within,
    .label:active {
        background: hsla(0, 0%, 80%, .14);
    }

.radio-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.radio-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, #142FA5, #41C1BB);
    position: relative;
}

    .radio-design::before {
        content: '';
        display: inline-block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: hsl(0, 0%, 90%);
        transform: scale(1.1);
        transition: .3s;
    }

.radio-input:checked + .radio-design::before {
    transform: scale(0);
}

.label-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 3px;
}

.radio-input:checked ~ .label-text {
    color: hsl(0, 0%, 40%);
}*/
