﻿body {
    font-family: 'SVN-Gilroy', sans-serif;
}
/*        main {
            display: flex;
            flex-wrap: nowrap;
            height: 100vh;
            height: -webkit-fill-available;
            overflow-x: auto;
            overflow-y: auto;
        }*/

main > * {
    flex-shrink: 0;
    min-height: -webkit-fill-available;
}

.b-example-divider {
    width: 1.5rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

/*-----------------------------------------*/

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.inputInfo {
    margin: 0 auto;
    width: 60%;
}

.header-localize a {
    border: none !important;
    color: black !important;
    font-size: 1rem !important;
    text-decoration: none !important;
}

.header-localize .dropdown-menu {
    border: none !important;
    background-color: transparent;
}

.custom-border-line {
    border: none;
    height: 1px;
    background: #000;
    background: repeating-linear-gradient(90deg,#000,#000 6px,transparent 6px,transparent 12px);
}

.custom-border {
    /*border-style: dashed;
    border-color: LightGrey;
    border-width: 1.5px;*/
    border: 1px dashed #BDBDBD;
    box-sizing: border-box;
}

.custom-li {
    border-bottom-style: dashed;
    border-width: 1px;
    margin-left: 20px;
    margin-right: 20px;
    border-color: #BDBDBD;
}

.custom-li2 {
    margin-left: 20px;
    margin-right: 20px;
}

.custom-btn {
    color: #F2994A;
    border-color: #F2994A;
    border-radius: unset !important;
    width: 180px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
}

.custom-btn:hover {
    color: white;
    background-color: #F2994A;
    border-color: #F2994A;
}

.custom-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    padding-top: 10px;
}

.custom-sub-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
}

.custom-sub-title2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.custom-gender label{
    font-weight: 500;
    color: black;
}

.footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}