@import url("../../Fonts/HelveticaNeue.ttc");
@import url("../../Fonts/Roobert-Bold.otf");
@import url("../../Fonts/Roobert-Light.otf");
@import url("../../Fonts/Roobert-Medium.otf");
@import url("../../Fonts/Roobert-Regular.otf");
@import url("../../Fonts/Roobert-SemiBold.otf");
@import url("../../Fonts/GE SS Two Medium.otf");
@import url("../../Fonts/GESSTwoLight Light.otf");
@import url("../../Fonts/DarkerGrotesque-Bold.ttf");


/* Font Face Declarations */
@font-face {
    font-family: 'Roobert-Bold';
    src: url('../../Fonts/Roobert-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'Roobert-Light';
    src: url('../../Fonts/Roobert-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Roobert-Medium';
    src: url('../../Fonts/Roobert-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Roobert-Regular';
    src: url('../../Fonts/Roobert-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Roobert-SemiBold';
    src: url('../../Fonts/Roobert-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../Fonts/HelveticaNeue.ttc') format('truetype');
}

@font-face {
    font-family: 'GE-SS-Two-Medium';
    src: url('../../Fonts/GE SS Two Medium.otf') format('opentype');
}

@font-face {
    font-family: 'GE-SS-Two-Light';
    src: url('../../Fonts/GESSTwoLight Light.otf') format('opentype');
}

@font-face {
    font-family: 'DarkerGrotesque-Bold';
    src: url('../../Fonts/DarkerGrotesque-Bold.ttf') format('truetype');
}

/* Root Variables for Fonts */
:root {
    --font-roobert-regular: 'Roobert-Regular', sans-serif;
    --font-roobert-bold: 'Roobert-Bold', sans-serif;
    --font-roobert-light: 'Roobert-Light', sans-serif;
    --font-roobert-medium: 'Roobert-Medium', sans-serif;
    --font-roobert-semibold: 'Roobert-SemiBold', sans-serif;
    --font-helvetica-neue: 'HelveticaNeue', sans-serif;
    --font-GE-SS-Two-Medium: 'GE-SS-Two-Medium', sans-serif;
     --font-GE-SS-Two-Light: 'GE-SS-Two-Light', sans-serif;
      --font-DarkerGrotesque-Bold: 'DarkerGrotesque-Bold', sans-serif;
}


   [dir="rtl"] body {
         font-family: var(--font-GE-SS-Two-Medium);
        
    }
    [dir="ltr"] body {
          font-family: var(--font-roobert-regular);
    }


    [dir="rtl"] .message-box {
     direction: rtl; 
     text-align: right;
    font-family: var(--font-GE-SS-Two-Light);
   }
   
   
    [dir="rtl"] .message-box h2 {
     font-family: var(--font-GE-SS-Two-Medium);
     
    }


    [dir="rtl"] .category-option label {
        text-align: right;
        font-family: var(--font-GE-SS-Two-Light);
    }
    [dir="rtl"] .close-btn {
        right: 90%;
   }
    label.between {
    margin-right: 10px;
 }
 
   [dir="rtl"] label.between {
    margin-left: 10px;
 }
  [dir="rtl"] .service-content p {
      font-family: var(--font-GE-SS-Two-Light);
}
[dir="rtl"] p.booking-content {
    /*font-family: var(--font-GE-SS-Two-Light);*/
    /*margin-left: 239px;*/
        justify-content: right;
    display: flex;
    text-align: right;
   
}

[dir="rtl"] .timestamp {
    font-size: 0.9rem;
    color: #999;
    direction: rtl;
    display: inline-block;
    text-align: right !important;
}

[dir="rtl"] .notification-title {
    text-align: right;

}

[dir="rtl"] .notification .notification-description {

    text-align: right;
}

body {
   
    font-size: 16px; /* Adjust size as needed */
    color: #fff; /* Adjust color as needed */
    margin: 0;
    padding: 0;
}


h2 {
    font-size: 1.6rem;
    color: #333333;
    font-family: var(--font-DarkerGrotesque-Bold);
}

p {
    font-size: 1rem;
    color: #666;
}

.fw-bold {
    font-weight: bold;
}

.fw-light {
    font-weight: 300;
}

.hello
{
color: black;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px; */
    padding: 5px;
    /* border-bottom: 2px solid #ff6600; Adds the orange line at the bottom */
}

.custom-button {
    font-family: var(--font-DarkerGrotesque-Bold);
}
.service-content h5 {

    font-family: var(--font-DarkerGrotesque-Bold);
}
.btn {
    font-family: var(--font-DarkerGrotesque-Bold);
}

.tab-buttons button {
    font-family: var(--font-DarkerGrotesque-Bold);
}

.confirm-btn {
      font-family: var(--font-DarkerGrotesque-Bold);
}
.section h3 {

    font-family: var(--font-DarkerGrotesque-Bold);
  
}

.header h5 {
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    color: #333;
  font-family: var(--font-DarkerGrotesque-Bold);
}
.header h5 i {
    margin-left: 5px;
    color: #ffcc00;
}
.header .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #6749ea; /* Purple border */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    font-size: 18px;
    color: #333;
}


.text-content {
    display: inline-block;
    vertical-align: middle;
}
.text-content h5 {
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.text-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    /* display: inline-block; */
}

/* Emoji styling */
.emoji {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}




.footer {
    background-color: #f9f9f9;
    padding: 10px 0;
    border-top: 1px solid #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.85rem;
    color: #5e5e5e;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

/* Icon styles */
.footer a .icon {
    font-size: 24px;
    margin-bottom: 4px;
}

/* Active indicator styling */
.footer a.active::before {
    content: '';
    position: absolute;
    top: -12px; /* Adjust as needed to align with your design */
    height: 6px;
    width: 36px;
    background-color: #6c5ce7;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hover effect */
.footer a:hover {
    color: #6c5ce7;
}



/* new code */
.greeting-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*font-family: Arial, sans-serif;*/
    padding: 10px;
}

/* Hello text styling */
.greeting-container .hello {
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 5px;
}

/* Guest text styling */
.greeting-container .guest {
    font-size: 1rem;
    color: #666;
    margin-left: 5px;
}

/* Hand wave emoji styling */
.greeting-container .wave {
    font-size: 1.5rem;
    margin-left: 5px;
}

/* Login and Signup links styling */
.auth-links {
    font-size: 1rem;
    color: #6c5ce7;
    text-decoration: none;
    margin-left: 15px;
}

.auth-links a {
    color: #6c5ce7;
    text-decoration: none;
    margin-left: 5px;
}

.auth-links a:hover {
    text-decoration: underline;
}
/* end code */
