:root {
    --primary-color: #ffd126;
    --secondary-color-purple: #9b57bc;
    --secondary-color-pink: #e9467d;
    --secondary-color-dark-green: #4a9b95;
    --secondary-color-light-green: #81d9c1;
    --standard-black: #141412;
    --standard-gray: #8c8c8c;
    --standard-white: #fffff3;
}

html, body {
    padding: 0 !important;
    font-family: "Poppins", sans-serif;
    background-color: #fff !important;
}

body {
    padding: 0.75rem 2rem !important;
}

input:focus {
    box-shadow: 0 0 0 0.09rem var(--primary-color) !important;
}

.main_sidebar .sidebar-header #logo img {
    width: 104px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.1rem;
    margin-left: 1.5rem;
}

.navbar {
    padding: 0;
}

.main_content {
    background-color: white;
}

.main_sidebar .sidebar-header {
    height: 110px;
    border-bottom: none;
}

.sidebar .sidebar_innr .sections li a {
    color: black;
}

.sidebar .sidebar_innr .sections li.active a {
    color: black;
}

.uk-form-label {
    font-size: 15px;
}

.cs-form-container {
    margin-top: 5rem;
}

.cs-form-submit-container {
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.cs-form-submit-container .btn {
    font-size: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 1.5rem 0;
}

.cs-form-submit-container .btn-link {
    margin: 0;
}

.cs-sign-up-link {
    color: #3490dc;

}

.cs-form-input-font {
    font-size: 15px;
}

.cs-bg-color {
    background: var(--primary-color) !important;
}

.cs-border-color, .cs-border-color:hover {
    border-color: var(--primary-color);
}

.cs-font-color, .cs-font-color:hover {
    color: #5b4f4f;
    text-decoration: underline;
}

.cs-form-img {
    width: 50%;
}

.cs-black-font {
    color: #000 !important;
}

/* Quiz Styles */
.quiz {
    font-size: 15px;
}

h1, .quiz-main p, .shades {
    text-align: center;
}


.quiz-main p, .shades {
    margin-bottom: 25px;
    font-size: 15px;
}

.shades {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.ques {
    width: 90%;
    margin: auto;
}

.ques > * {
    margin: 15px auto;
    text-align: center;
    display: block;
}

.ques-one .wrist-img {
    width: 100%;
    border-radius: 10px;
}

.options {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto;
    justify-content: space-evenly;
}

.option-container {
    width: 28%;
    transition: all 0.3s ease-in-out;
    margin: 5px 0;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    background-color: white;
    margin-bottom: 25px;
    cursor: pointer;

}

.option-container:hover {
    box-shadow: 0 3px 15px -3px rgba(0, 0, 0, .1), 0 10px 6px -2px rgba(0, 0, 0, .05) !important;
}

.option-container button {
    border: none;
    outline: none;
    background: none;
    width: 100%;
    padding: 0;
}

.option-container img {
    width: 100%;
}

.option-caption {
    width: 80%;
    margin: 10px auto !important;
}

.quiz-form-container {
    width: 90%;
    margin: 0 auto;
}

.quiz-form {
    width: 100%;
}

.cs-auth-logo {
    display: none;
}

.reveal-palette-btn, .retake-quiz-btn {
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: var(--standard-black);
    font-size: 1.2rem;
    font-family: inherit;
    cursor: pointer;
    border-width: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 50px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.75);
}

.retake-quiz-btn {
    margin-left: 10px;
    color: var(--primary-color);
    background-color: var(--standard-black);
}

@media (max-width: 960px) {
    .quiz-container {
        background-color: transparent;
        margin-top: 0;
        border-radius: 0;
    }

    #main {
        padding: 0 !important;
    }

    .cs-form-container {
        margin: 3rem auto;
    }

    .main_content {
        border-radius: 0;
    }

    .main_sidebar {
        padding-left: 0;
    }

    .sidebar .sidebar_innr .sections:last-child {
        padding-left: 10px !important;
    }
}

.recipe-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipe-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipe-circle span {
    font-size: 25px;
}

#recipe-circle-red {
    background-color: #C40D20;
    color: #fff;
}

#recipe-circle-yellow {
    background-color: #ffcc00;
    color: #000;
}

#recipe-circle-blue {
    background-color: #00224C;
    color: #fff;
}

#recipe-circle-black {
    background-color: #21211A;
    color: #fff;
}

#recipe-circle-white {
    background-color: #ffffff;
    color: #000;
}

#recipe-circle-maroon {
    background-color: #890041;
    color: #fff;
}

#recipe-circle-lightyellow {
    background-color: #FFCE51;
    color: #000;
}

#recipe-circle-purple {
    background-color: #4E3379;
    color: #fff;
}

@media (max-width: 625px) {
    #main {
        background-color: var(--primary-color);
    }

    .quiz-container {
        padding: 10px;
    }

    .shades {
        width: 90%;
    }

    .cs-auth-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cs-auth-logo img {
        max-width: 30%;
    }

    .quiz, .ques {
        width: 100% !important;
    }

    .option-container {
        width: 46%;
        margin-right: 10px;
    }

    .result-header img, .top-colors img {
        width: 90% !important;
    }

    .cs-column-one {
        display: none;
    }

    .cs-form-container {
        width: 90%;
        min-height: 100vh;
        margin: 0 auto;
        padding: 2rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cs-bg-white {
        background: #fff !important;
    }

    .background-image {
        background-image: none;
    }
}
