﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #ABAFD5;
}

.footer {
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.login-card {
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    background: white;
}

.main-card {
    background: white;
    padding: 5px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-carousel {
    width: 350px;
    height: 466px;
    overflow: hidden;
}

.main-carousel-image {
    width: 100%;
}

.brand_logo_container {
    position: absolute;
    top: -95px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background: #ABAFD5;
}

.brand_logo {
    width: 310px;
    border-radius: 50%;
}

.profile-image {
    width: 305px;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media(max-width: 524px) {
    .display-5 {
        font-size: 1.7rem;
    }
}

@media(max-width: 350px) {
    .display-5 {
        font-size: 1.3rem;
    }
}

.instagram-glyph {
    width: 29px;
    margin: 14px;
}

.empty-list {
    font-style: italic;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.service {
}

    .service .service-name {
        font-size: 2rem;
        margin-top: auto;
        margin-bottom: auto;
    }

    .service .service-price {
        font-weight: 600;
        font-size: 1.1rem;
        text-align: right;
    }

    .service .service-duration {
        font-style: italic;
        text-align: right;
    }

    .service .service-radio {
        width: 20px;
        height: 20px;
        margin-top: 16px;
    }

    .service .service-description {
        font-size: 0.8rem;
    }

    .service .service-per-nail {
        margin-top: 14px;
    }

.calendar .selected {
    background-color: #ABAFD5;
}

.calendar .month-nav {
    text-decoration: none;
    color: #212529;
}


@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }

    .calendar .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .calendar .day {
        height: 8vw;
    }
}

.times {
}

    .times label {
        width: 100%;
        background-color: #abafd5;
        border-radius: 4px;
        border: 1px solid #7d8397;
        overflow: auto;
    }

        .times label span {
            text-align: center;
            display: block;
            padding: 5px 0px;
            font-size: 1.6rem;
        }

@media(max-width: 353px) {
    .times label span {
        font-size: 1.3rem;
    }
}

.times label input {
    position: fixed;
    opacity: 0;
}

.times input:checked + span {
    background-color: #535a98;
}

.username {
}

@media(max-width: 768px) {
    .username {
        max-width: 145px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.image-list {
    max-width: 150px;
}
