/*!
Theme Name: Brows and Beauty
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Brows and Beauty
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brows_and_beauty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Brows and Beauty is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*own css*/
.duration {
  color: #455d6d;
  font-weight: 600;
}
.pricing-item-price strike {
  font-size: 14px;
  font-weight: 500;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #d8720b !important;
  border-color: #d8720b !important;
}

/* Ensure the content is aligned to the left */
.popup_content {
    text-align: left;
}
.wide-swal-popup #swal2-html-container p, .wide-swal-popup #swal2-html-container li {
    font-size: 14px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #d8720b !important;
}
/* Ensure the buttons are fixed */
.fixed-actions {
    bottom: 0;
    width: 90%; /* Match the width of the popup */
    left: 10%;
    padding: 10px 0;
    background-color: white;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

/* Adjust the content area to be scrollable */
.swal2-popup .popup_content {
    max-height: 800px; /* You can adjust this based on your needs */
    overflow-y: auto; /* Make the content scrollable */
    margin-bottom: 20px; /* Space for the buttons */
}

/* Style the button container inside the same popup */
.swal2-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
}

.booking-container {
    margin: auto;
    text-align: center;
}
.appointment_container {
  background-color: #fff !important;
  border: 1px solid #CFD6E5;
  border-radius: 10px;
}
.step {
    margin-bottom: 20px;
    padding: 14px;
}

.category-filter {
    margin-bottom: 20px;
}

.filter-btn {
    /*padding: 6px 12px;*/
    /*background-color: transparent;*/
    /*margin: 5px;*/
    /*cursor: pointer;*/
    /*border-radius: 5px;*/
    /*color: #727E95;*/
    /*border-color: #727E95 !important;*/
    background-color: #5e5e5e !important;
    border: 1px solid #5e5e5e;
    border-radius: 65px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 6px 24px !important;
    margin: 0 4px 10px 0;
}

.filter-btn.active {
    /*border-color: #d8720b !important;*/
    /*color: #000;*/
    /*font-weight: 600;*/
    background-color: #d8720b !important;
    border: 1px solid #d8720b !important;
    border-radius: 65px;
    color: #ffffff;
    padding: 6px 24px !important;
}

.service-item {
    display: none;
    /*padding: 15px;*/
    padding: 15px 10px 0px 10px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
}

.service-item:hover {
    background: #f9f9f9;
}

.next-btn {
    padding: 10px 20px;
    background: #d8720b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

input, select {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    display: block;
}
.appointment_list {
  list-style: none;
  padding: 10px;
  text-align: left;
}
.appointment_list li {
  font-size: 18px;
  color: #535D71;
  margin-bottom: 12px;
}
.appointment_list li span {
    /*border: 1px solid #CFD6E5;*/
    padding: 3px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
}
.select-service {
  background-color: #d8720b;
  border-radius: 4px;
  border: 2px solid #d8720b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  outline: none;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem !important;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation: shine 6s linear 2s infinite normal;
  background-size: 250% 100%;
}
/*.appointment_price {*/
/*  color: #d8720b;*/
/*  font-weight: 600;*/
/*}*/
.appointment_price {
  background-color: #d8720b;
  font-weight: 600;
  color: #fff;
  padding: 6px;
}
.service_summary {
    position: relative;
    background: transparent;
  border: 1px solid #ddd;
  padding: 4px 20px 8px 12px;
  margin-right: 20px;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.remove-summary-service {
  background: transparent;
  position: absolute;
  top: 0;
  border: none;
  font-size: 18px;
  right: 10px;
}
.booking-summary {
  margin-top: 16px;
}
.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #d8720b;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #d8720b;
}

.custom-checkbox input:checked + .checkmark::after {
    content: '✔';
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.total-price {
  font-weight: 700;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.custom-btn {
  width: 100%;
}