﻿:root {
    --primary-color: #ff8d5c;
    --secondary-color: #000;
    --highlight-color: #fff;
    --primary-font-color: #000;
    --secondary-font-color: #fff;
    --background-color: #fff;
}

body.dark-mode {
    --primary-color: #ff8d5c;
    --secondary-color: #fff;
    --highlight-color: #ff8d5c;
    --primary-font-color: #FFF;
    --secondary-font-color: #ff8d5c;
    --background-color: #2e2e2e;
}



body {
    font-family: 'SDF';
    color: var(--primary-font-color);
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

    header select.form-select {
        border: 0 !important;
        font-size: 0.85rem !IMPORTANT;
        margin-left: auto;
        color: var(--primary-font-color) !important;
        box-shadow: none !important;
        background-color: var(--background-color);
        width: 100px;
    }

label#mode-toggler {
    padding: .375rem .75rem .375rem .375rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
}

.content-row {
    background: var(--primary-color);
    min-height: calc(100vh - 105px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23FF8657'/%3E%3Cstop offset='1' stop-color='%23FF9466'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23FFFFFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23FFFFFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.31'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
}

.frame {
    border-radius: 10px;
    margin: 0.5rem auto;
    max-width: 576px;
    border: 1px solid #eee;
    min-height: 100vh;
    background-color: var(--background-color);
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23FFFFFF' width='11' height='11'/%3E%3Crect fill='%23fffefd' x='10' width='11' height='11'/%3E%3Crect fill='%23fffefb' y='10' width='11' height='11'/%3E%3Crect fill='%23fffdf9' x='20' width='11' height='11'/%3E%3Crect fill='%23fffdf7' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23fffcf5' y='20' width='11' height='11'/%3E%3Crect fill='%23fffcf3' x='30' width='11' height='11'/%3E%3Crect fill='%23fffbf1' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23fffaef' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23fefaed' y='30' width='11' height='11'/%3E%3Crect fill='%23fef9eb' x='40' width='11' height='11'/%3E%3Crect fill='%23fef9e9' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23fef8e7' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23fef8e5' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23fef7e3' y='40' width='11' height='11'/%3E%3Crect fill='%23fef6e1' x='50' width='11' height='11'/%3E%3Crect fill='%23fef6df' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23fef5dd' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23fdf5db' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23fdf4d9' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23fdf4d7' y='50' width='11' height='11'/%3E%3Crect fill='%23fdf3d5' x='60' width='11' height='11'/%3E%3Crect fill='%23fdf2d3' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23fdf2d1' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23fcf1cf' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23fcf1cd' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23fcf0cb' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23fcf0c9' x='70' width='11' height='11'/%3E%3Crect fill='%23fcefc7' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23fceec5' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23fbeec3' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23fbedc1' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23fbedc0' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23fbecbe' x='80' width='11' height='11'/%3E%3Crect fill='%23faecbc' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23faebba' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23faebb8' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23faeab6' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23f9e9b4' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23f9e9b2' x='90' width='11' height='11'/%3E%3Crect fill='%23f9e8b0' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23f9e8ae' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23f8e7ac' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23f8e7aa' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23f8e6a8' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23f8e6a6' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23f7e5a4' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23f7e5a2' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23f7e4a0' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23f6e39e' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23f6e39c' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23f6e29a' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23f5e298' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23f5e196' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23f5e194' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23f4e092' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23f4e090' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23f4df8e' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23f3df8c' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23F3DE8A' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E);
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 600px) {
    .frame {
        border-radius: 0;
        margin: 0;
        border: 0;
        background-color: var(--background-color);
    }
}

ul#bottomTab {
    justify-content: space-around;
    bottom: 0;
    width: 100%;
    left: 0;
    border: 0;
    padding: 0.5rem 1rem;
    right: 0;
    margin: auto;
    max-width: 574px;
    z-index: 9;
    position: fixed;
    background: var(--background-color);
}



    ul#bottomTab.nav-tabs .nav-link.active {
        background: var(--secondary-color);
        border-color: transparent;
        color: var(--secondary-font-color);
    }

    ul#bottomTab li.nav-item {
        width: 32%;
    }



    ul#bottomTab.nav-tabs .nav-link {
        width: 100%;
        color: var(--primary-font-color);
        border-radius: 2rem;
        font-size: 0.9rem;
    }

div#links ul li {
    margin-bottom: 0.5rem;
    display: flex;
    background: var(--highlight-color);
    border: 2px solid var(--primary-color);
    border-radius: 3rem;
}

    div#links ul li a {
        text-decoration: none;
        padding: 1rem;
        display: flex;
        align-items: center;
        width: 100%;
        color: var(--primary-font-color);
        direction: ltr;
    }

        div#links ul li a i {
            font-size: 2rem;
            margin: 0 0.5rem;
        }

#profile .check {
    position: absolute;
    bottom: 5px;
    display: none;
    right: 5px;
}

    #profile .check i {
        color: #fff;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        border-radius: 100%;
        background: var(--primary-color);
    }

div#profile-pic {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
}

#profile .thumbnail {
    max-width: 50%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    border-radius: 100%;
    outline-offset: 7px;
    border: 4px solid #fff;
}

#profile .name {
    color: var(--primary-font-color);
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

#profile .title {
    color: var(--secondary-font-color);
    font-size: 0.85em;
    font-weight: 300;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

#profile .description {
    color: var(--primary-font-color);
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
}

#profile .btn {
    color: var(--secondary-font-color);
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background: var(--primary-color);
    margin-top: 1rem;
    border-radius: 2rem;
    padding: 1rem;
}

    #profile .btn.btn-primary {
        background: var(--primary-color);
    }

    #profile .btn.btn-secondary {
        background: var(--secondary-color);
    }

.accordion-button::after {
    width: 1rem;
    background-size: 1rem;
    height: 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: var(--background-color);
    color: var(--primary-font-color);
    border-radius: 0 !important;
}

.accordion-item {
    border-color: var(--primary-font-color);
    background-color: var(--highlight-color);
}

.accordion-button:not(.collapsed)::after {
    filter: contrast(0.5);
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

h2.subtitle {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--primary-color);
}

h3.subtitle {
    font-size: 0.9rem;
}


ul.history > li {
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: var(--primary-font-color);
}

ul.exp-desc li {
    list-style-type: circle;
    list-style-position: inside;
    padding-right: 0.25rem;
}

ul.exp-desc {
    margin-top: 0.5rem;
}

.property-item.language__list li > span {
    display: flex;
    justify-content: space-between;
}

    .property-item.language__list li > span .grade {
        color: var(--primary-color);
    }

ul.history > li p {
    text-align: justify;
    margin-bottom: 0;
}

.progress {
    direction: ltr;
}

.progress-bar {
    background-color: var(--primary-color);
}

.accordion-button:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.accordion-button {
    background-color: var(--background-color);
    color: var(--primary-font-color);
}

.dark-mode .accordion-button::after {
    filter: invert(1);
}

.dark-mode div#links ul li {
    background: var(--background-color);
}

    .dark-mode div#links ul li a {
        color: var(--primary-font-color);
    }

div#links ul li a img {
    height: 40px;
    width: 40px;
    margin: 0 0.5rem;
    filter: grayscale(1);
}


div#profile {
    min-height: calc(100vh - 105px);
    padding: 2rem 0 5rem;
}

header img {
    filter: grayscale(1) sepia(25%) saturate(300%) hue-rotate(205deg);
}


.btn-section-thumb {
    width: calc(50% - 0.75rem);
    margin: 0.25rem;
    background-color: var(--background-color);
    color: var(--secondary-color) !IMPORTANT;
    border-radius: 4rem;
    font-size: 0.8rem;
    padding: 0.5rem;
    border: 2px solid var(--primary-color);
}

    .btn-section-thumb svg {
        display: block;
        margin: 4px auto;
        height: 2rem;
    }

.modal-footer {
    justify-content: center;
    background: var(--background-color);
    padding: 0;
}

button.close {
    border: 0;
    background-color: transparent;
    color: var(--primary-font-color);
}

.modal-footer button {
    color: var(--primary-color);
}

.tab-content > .tab-pane {
    padding-top: 1rem;
}

.modal-footer button {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 1rem;
}

ul#bottomTab.nav-tabs .nav-link {
    border: 2px solid var(--primary-font-color);
}

ul#bottomTab.nav-tabs .nav-link {
    border: 2px solid var(--primary-font-color);
}

.share-btn > a {
    color: var(--secondary-font-color);
}


body.dark-mode .content-row {
    background: var(--background);
}

.dark-mode .btn-section-thumb svg {
    filter: invert(1);
}

.dark-mode div#links ul li a img {
    filter: invert(1);
}

.modal-content {
    background-color: var(--background-color);
}


body.dark-mode .modal-content {
}
