body {
    font-family: 'Lato', sans-serif;
    color: #444;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

label {
    color: #888;
    margin: 0 0 5px 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
}

input,
textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    font-weight: 300;
    color: #999;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #FDA7DF;
}

.custom-checkbox .custom-control-label {
    font-size: 14px;
    text-transform: none;
    padding-top: 1px;
}

#app {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
}

.header-splotos {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.header-splotos img {
    max-width: 100px;
    margin-left: 5px;
}
.header-splotos:hover {
    text-decoration: none;
    color: inherit;
}

@media(max-width: 340px) {
    .header-splotos {
        font-size: 13px;
    }
    .header-splotos img {
        max-width: 80px;
    }
}

.header {
    font-family: 'DM Serif Display', serif;
    display: block;
    text-align: center;
    font-size: 30px;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-transform: lowercase;
}

.header a,
.header span {
    color: #FDA7DF;
    font-style: italic;
}

.header a:hover {
    text-decoration: none;
}

.header img {
    max-width: 100%;
    max-height: 100px;
}

.title h1 {
    color: #000 ;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 46px;
}

.title h1 span {
    float: right;
    font-size: 13px;
}

.title .btn-back {
    cursor: pointer;
    padding: 10px;
}

.content {
    width: 100%;
    padding-bottom: 30px;
    flex: 1;
}

.tab {
    padding: 0 10px;
}

.item {
    border: 1px solid #d2d2d2;
    margin-bottom: 10px; 
    border-radius: 10px;
    transition: background 0.2s ease-in-out;
}

.item .item-row {
    display: flex;
}

.item .item-description {
    cursor: pointer;
}

.item .item-description:hover {
    background: #f2f2f2;
}

.item.expanded .item-description:hover {
    background: inherit;
}

@media(hover: none) {
    .item .item-description:hover {
        background: inherit;
    }
}

.item .item-description .btn {
    margin-top: 3px;
}

.item-description {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
}

.item.expanded .item-top-description {
    padding-bottom: 0;
}

.item.expanded .item-top-description p {
    margin-bottom: 0;
}


.item-image {
    padding: 10px;
}

.item-image.clickable {
    cursor: pointer;
}

.item-description h1 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 700;
}

.item-description h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.item-description p {
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
    color: #777;
    margin: 0 0 10px 0;
}

.item-description p.show-description {
    font-weight: bold;
}

.item-description p.show-description span {
    text-decoration: underline;
}

.info-badge {
    display: inline-block;
    border: 2px solid #FDA7DF;
    font-size: 12px;
    padding: 2px 8px;
    color: #777;
    border-radius: 10px;
    margin-bottom: 4px;
}

.info-badge-price {
    font-weight: bold;
    color: inherit;
}

.info-badge .line-through {
    display: inline-block;
    text-decoration: line-through;
    opacity: 0.8;
}

/*.info-badge .line-through {
    position: relative;
    display: inline-block;
}

.info-badge .line-through:before {
    content: '';
    display: block;
    width: 100%;
    background: white;
    position: absolute;
    height: 2px;
    top: 8px;
}*/

.item-image img {
    max-width: 80px;
    border-radius: 100%;
}

.square-pictures .item-image img {
    border-radius: 0;
}

.square-pictures .item-small .item-image img {
    border-radius: 100%;
}

.square-pictures .summary .row img {
    border-radius: 0;
}

.item-small {
    display: flex;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    align-items: center;
    margin-bottom: 20px;
    font-size: 80%;
}

.item-small .item-image {
    height: 70px;
}

.item-small .item-image img {
    max-width: 50px;
}

.item-small .item-description h1 {
    padding-bottom: 5px;
}

.item-small .item-description {
    padding-left: 20px;
}

.item.category {
    cursor: pointer;
}

.item.category .item-row {
    align-items: center;
}

.item.category:hover {
    background: #e5e5e5;
}

.item.category .item-description:hover {
    background: none;
}

.item.category .item-description h1 {
    padding: 10px 0;
    font-size: 17px;
    text-align: center;
}

.item.category .item-image img {
    border-radius: 10px;
}

.item.category .item-icon {
    font-size: 17px;
    padding-right: 20px;
}

.itm-bn-image {
    margin-bottom: 10px;
}

.itm-bn-image img {
    max-width: 100%;
}

.itm-bn-text {
    background: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background 0.2s ease-in-out;
    padding: 10px;
}

a .itm-bn-text:hover {
    background: #e5e5e5;
}

.itm-bn-text h1 {
    padding: 10px 0;
    font-size: 17px;
    text-align: center;
    margin: 0;
}

.calendar {
    background: #f2f2f2;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
}

.calendar .calendar-header {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
}

.calendar .calendar-header .month {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
}

.calendar .calendar-header .arrow {
    cursor: pointer;
    padding: 5px;
    flex-grow: 1;
    width: 31px;
    border-radius: 14px;
    text-align: center;
    transition: background 0.2s ease-in-out;
}

.calendar .calendar-header .arrow:active {
    background: #e5e5e5;
}

@media(min-width: 700px) {
    .calendar .calendar-header .arrow:hover {
        background: #e5e5e5;
    }
}

.calendar .calendar-days {
    display: flex;
    padding-bottom: 15px;
}

.calendar .calendar-days div {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
}

.calendar .calendar-days .day-name {
    font-size: 13px;
    color: #999;
}

.calendar .calendar-days .day-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 38px;
    height: 38px;
    margin-top: 10px;
    border-radius: 100%;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.calendar .calendar-days .day-number:hover {
    background: #ddd;
}

.calendar .calendar-days .day-number.today {
    color: #F44336;
}

.calendar .calendar-days .day-number.past {
    color: #aaa;
    cursor: default;
}

.calendar .calendar-days .day-number.past:hover {
    background: inherit;
}

.calendar .calendar-days .day-number.selected {
    background: #FDA7DF;
    color: #fff;
}

.calendar-hours {
    background: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
}

.calendar-hours .selected-day {
    font-weight: 700;
    font-size: 13px;
    padding: 10px 0;
}

.calendar-hours .hours {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.calendar-hours .hour-wrapper {
    flex: 0 0 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.calendar-hours .info {
    text-align: center;
    flex-grow: 1;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.calendar-hours .hour {
    border: 2px solid #FDA7DF;
    text-align: center;
    min-width: 32%;
    font-weight: 700;
    font-size: 15px;
    border-radius: 36px;
    padding: 5px 0;
    color: #de87c0;
    transition: background 0.2s ease-in-out;
    transition-property: background, color;
}

.calendar-hours .hour:hover,
.calendar-hours .hour.active {
    cursor: pointer;
    color: #fff;
    background: #FDA7DF;
}

/*.calendar-hours .hour:active {
    background: #de87c0;
}*/

#advance-tab p {
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
}

.summary {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.summary .row {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
}

.summary .row .info {
    flex-grow: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.summary .row img {
    max-width: 80px;
    border-radius: 100%;
}

.summary .row .image {
    text-align: right;
}

.summary .item {
    margin-left: 10px;
    margin-right: 10px;
}

.summary .item-description:hover {
    cursor: auto;
    background: inherit;
}

.client-info {
    font-size: 13px;
    padding: 0 10px;
}

.client-info p {
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
}

.client-info select {
    border-radius: 0;
    font-size: 15px;
    height: 100%;
    padding: 11px 10px;
    width: auto;
    border-color: #ddd;
    border-right: none;
}

.client-info select:focus {
    box-shadow: none;
    border-color: #ddd;
}

#payment-status-tab {
    text-align: center;
}

.tab .status {
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

.color-select .controls {
    margin-top: 25px;
}

#payment-tab h1 {
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 15px;
    font-size: 25px;
}

#payment-status-tab div.status {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

#payment-status-tab div.status.error {
    color: #ff6b6b;
}

#payment-status-tab div.status.success {
    color: #1dd1a1;
}

#payment-status-tab div i {
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}

#payment-status-tab p {
    text-align: center;
    margin: 0;
    padding: 0;
}

#payment-status-tab .controls {
    margin-top: 50px;
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.btn {
    /*background: #e7e7e7;*/
    border-radius: 22px;
    font-size: 14px;
    padding: 10px 25px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}

.btn-primary {
    color: #fff;
    background: #FDA7DF;
}

.btn-primary:hover {
    color: #fff;
    background: #f5a0d7;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #FDA7DF;
}

.footer {
    background: #f7f7f7;
    padding: 10px 0;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    width: 100%;
    color: #555;
}

.footer-social a {
    font-weight: bold;
}

.footer-social .separator {
    margin: 0 10px;
}

.footer-text {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 10px;
}

.splotos-info {
    display: block;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.splotos-info img {
    max-width: 100px;
    margin-left: 5px;
}
.splotos-info:hover {
    text-decoration: none;
    color: inherit;
}

@media(max-width: 340px) {
    .splotos-info {
        font-size: 13px;
    }
    .splotos-info img {
        max-width: 80px;
    }
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;

    color: #7c2b2b;
    background-color: #fcdcdd;
    border-color: #facfcf;

    margin: 10px 20px 5px;
    font-size: 14px;
}


.color-green {
    color: #8BC34A;
}

.info-button {
    margin-top: 10px;
    width: 160px;
}

@media (min-width: 500px) {
    body {
        background: #f7f7f7;
    }

    #app {
        margin: 0 auto;
        background: #fff;
        max-width: 500px;
        box-shadow: 0 0 13px rgba(0, 0, 0, .06);
    }

    .footer {
        border-top: 1px solid #eee;
        background: #fff;
    }

    .splotos-info {
        border-top: 1px solid #eee;
    }
}

@media (min-width: 500px) {
    #app.rules {
        max-width: 700px;
    }

    .rules .content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.rules .content {
    font-size: 0.8rem;
    padding: 1rem 1.1rem;
}

.rules h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.rules h4 {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.3rem;
    font-weight: bold;
}

.rules-bigger .content {
    font-size: 0.9rem;
}

.rules-bigger h3 {
    font-size: 1.6rem;
}

.rules-bigger h4 {
    font-size: 1.2rem;
}

.alert-error, .alert-success {
    padding: 0.25rem 0.65rem;
    border-radius: 0.25rem;
    line-height: 1.1rem;
}

.alert-error {
    border: 1px solid #eb4d4b;
    
    background: #eb4d4b;
    color: white;
    
}

.alert-success {
    border: 1px solid #20bf6b;
    background: #20bf6b;
    color: white;
}


.online-course-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.online-course-description {
    margin-top: 0.5rem;
    padding: 0 0.15rem;
    font-size:  0.9rem;
}

.online-course-link {
    display: block;
    background: #f2f2f2; 
    margin-bottom: 10px; 
    border-radius: 5px;
    transition: background 0.2s ease-in-out;
    padding: 1rem;
    font-size:  1rem;
}

.appointment-cancel-tab .alert-danger {
    background: #eb4d4b;
    color: #fff;
    margin: 0;
}

.appointment-cancel-tab .btn-primary {
    background: #eb4d4b;
    color: #fff;
}





/*.green input:focus,
.green textarea:focus {
    border-color: #1dd1a1;
}
.green .header a,
.green .header span {
    color: #1dd1a1;
}
.green .info-badge {
    border-color: #1dd1a1;
}
.green .calendar .calendar-days .day-number.selected {
    background: #1dd1a1;
    color: #fff;
}
.green .calendar-hours .hour {
    border-color: #1dd1a1;
    color: rgba(29, 209, 161, 0.8);
}
.green .calendar-hours .hour:hover {
    color: #fff;
    background: #1dd1a1;
}
.green .calendar-hours .hour:active {
    border-color: #19b289;
    background: #19b289;
}
.green .btn-primary {
    background: #1dd1a1;
    color: #fff;
}
.green .btn-primary:hover {
    background: #1abb90;
    color: #fff;
}
.green .btn-primary:not(:disabled):not(.disabled).active,
.green .btn-primary:not(:disabled):not(.disabled):active,
.green .show > .btn-primary.dropdown-toggle {
    background: #17a47f;
}*/

.blue input:focus,
.blue textarea:focus {
    border-color: #0fbcf9;
}
.blue .header a,
.blue .header span {
    color: #0fbcf9;
}
.blue .info-badge {
    border-color: #0fbcf9;
}
.blue .calendar .calendar-days .day-number.selected {
    background: #0fbcf9;
    color: #fff;
}
.blue .calendar-hours .hour {
    border-color: #0fbcf9;
    color: rgba(15, 188, 249, 0.8);
}
.blue .calendar-hours .hour:hover {
    color: #fff;
    background: #0fbcf9;
}
.blue .calendar-hours .hour:active {
    border-color: #06a6df;
    background: #06a6df;
}
.blue .btn-primary {
    background: #0fbcf9;
    color: #fff;
}
.blue .btn-primary:hover {
    background: #06aee9;
    color: #fff;
}
.blue .btn-primary:not(:disabled):not(.disabled).active,
.blue .btn-primary:not(:disabled):not(.disabled):active,
.blue .show > .btn-primary.dropdown-toggle {
    background: #059bd0;
}

/*.orange input:focus,
.orange textarea:focus {
    border-color: #ffa801;
}
.orange .header a,
.orange .header span {
    color: #ffa801;
}
.orange .info-badge {
    border-color: #ffa801;
}
.orange .calendar .calendar-days .day-number.selected {
    background: #ffa801;
    color: #fff;
}
.orange .calendar-hours .hour {
    border-color: #ffa801;
    color: rgba(255, 168, 1, 0.8);
}
.orange .calendar-hours .hour:hover {
    color: #fff;
    background: #ffa801;
}
.orange .calendar-hours .hour:active {
    border-color: #dc9100;
    background: #dc9100;
}
.orange .btn-primary {
    background: #ffa801;
    color: #fff;
}
.orange .btn-primary:hover {
    background: #e79800;
    color: #fff;
}
.orange .btn-primary:not(:disabled):not(.disabled).active,
.orange .btn-primary:not(:disabled):not(.disabled):active,
.orange .show > .btn-primary.dropdown-toggle {
    background: #cd8700;
}*/

.dark input:focus,
.dark textarea:focus {
    border-color: #485460;
}
.dark .header a,
.dark .header span {
    color: #485460;
}
.dark .info-badge {
    border-color: #485460;
}
.dark .calendar .calendar-days .day-number.selected {
    background: #485460;
    color: #fff;
}
.dark .calendar-hours .hour {
    border-color: #485460;
    color: rgba(72, 84, 96, 0.8);
}
.dark .calendar-hours .hour:hover {
    color: #fff;
    background: #485460;
}
.dark .calendar-hours .hour:active {
    border-color: #39424c;
    background: #39424c;
}
.dark .btn-primary {
    background: #485460;
    color: #fff;
}
.dark .btn-primary:hover {
    background: #3d4751;
    color: #fff;
}
.dark .btn-primary:not(:disabled):not(.disabled).active,
.dark .btn-primary:not(:disabled):not(.disabled):active,
.dark .show > .btn-primary.dropdown-toggle {
    background: #323b43;
}

.neon-pink input:focus,
.neon-pink textarea:focus {
  border-color: #ff1f9b;
}
.neon-pink .header a {
  color: #ff1f9b;
}
.neon-pink .info-badge {
  border-color: #ff1f9b;
}
.neon-pink .calendar .calendar-days .day-number.selected {
  background: #ff1f9b;
  color: #fff;
}
.neon-pink .calendar-hours .hour {
  border-color: #ff1f9b;
  color: rgba(255, 31, 155, 0.8);
}
.neon-pink .calendar-hours .hour:hover {
  color: #fff;
  background: #ff1f9b;
}
.neon-pink .calendar-hours .hour:active {
  border-color: #fa008b;
  background: #fa008b;
}
.neon-pink .btn-primary {
  background: #ff1f9b;
  color: #fff;
}
.neon-pink .btn-primary:hover {
  background: #ff0690;
  color: #fff;
}
.neon-pink .btn-primary:not(:disabled):not(.disabled).active,
.neon-pink .btn-primary:not(:disabled):not(.disabled):active,
.neon-pink .show > .btn-primary.dropdown-toggle {
  background: #eb0082;
}

