html{

}

body{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

button {
  background-color: #c83200;
  color: black;
  border: none;
  border-radius: 8px;
  padding: 5px 11px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin: 9px;
}

button:hover {
  opacity: 0.8;
}

button:active {
  opacity: 0.6;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}


.sticky-banner {
  /* Your existing styles */
  background-color: white; /* To cover content underneath when fixed */
}

/* Fixed position styles */
.sticky-banner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.91);
}

.gbs-landing-toggle-switch {
  position: relative;
  display: flex;
  width: 200px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  margin: 20px auto;
  border: 2px solid rgb(0, 0, 0);
  }
  
  .toggle-option {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-weight: bold;
    color: rgb(172, 172, 172);
    transition: color 0.3s;
    font-family: Heiti SC;
    font-size: .85em;
  }
  
  .toggle-option.active {
    color: white;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8), 
                0 0 1px rgba(255, 255, 255, 0.71), 
                0 0 1px rgba(255, 255, 255, 0.68);
  }
  
  .toggle-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #db5131;
    border-radius: 16px;
    transition: transform 0.3s ease;
    top: 0;
    left: 0;
    z-index: 1; /* Place behind the options */
  }
  
  .toggle-slider.left {
    transform: translateX(0); /* Position on the left */
  }
  
  .toggle-slider.right {
    transform: translateX(100%); /* Slide to the right */
  }
  
.switch-sub-title{
  text-align: center;
  font-size: 1.25em;
  font-family: sans-serif;
  background-color: rgb(255, 255, 255);
  width: 523px;
  height: 2.5em;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: space-evenly;
  border-radius: 26px;
  /* border: 1px solid white; */
  margin: auto;
  margin-top: -10px;
  z-index: 0;    
}

.country-disclaimer-container{
  transform: rotate(-32deg);
  position: absolute;
  background-color: #907763;
  z-index: 3;
  width: 319px;
  text-align: center;
  left: -104.5px;
  top: 15.5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .8em;
  color: rgb(60, 16, 16);
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.country-disclaimer-subtitle{

}

.landing-container{
  overflow: visible;
}

.landing-login{
  position: fixed;
  right: 0px;
  top: 0px;
  font-family: system-ui;
  color: white;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.59);
  /* width: 80px; */
  text-align: center;
  padding: 10px;
  border-bottom-left-radius: 11px;
}

.logged-in-bartender-dash-link{
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  /* border: 3px solid black; */
  /* border: 3px solid rgb(134, 134, 134); */
  border: 3px solid #907763;
  background-color: black;  
  z-index: 3;
  position: fixed;
  left: 12px;
  top: 10px;  
}

.logged-in-bartender-profile-photo{

}

.gbs-banner{
  width: 100%;
  position: relative;
  top: -1px;
  left: 0px;
  right: 0px;
  background-color: black;
  height: 43vh;
  overflow: hidden;
  display: flex;
  align-items: center; 
  display: flex;
  flex-direction: column;  
}

.gbs-banner-image{
  position: absolute;
  right: 10px;
  top: 10px;
  height: 90%;
}


.gbs-header{
  width: auto;
  text-align: center;
  position: relative;
  font-size: 3em;
  font-family: Copperplate;
  /* z-index: 2; */
  color: rgb(213, 213, 213);
  font-size: 2.5em;
  margin-bottom: 71px;
  background-color: rgba(0, 0, 0, 0.75);
}

.banner-container-1{
  flex: 1;
}

.banner-container-2{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers content horizontally */
  justify-content: flex-start;
  padding-bottom: 36px;
  width: 100%;
}

.gbs-landing-signup{
    margin: auto;
    margin-top: 16px;
    border-radius: 50px;
    color: white;
    background-color: #f54900;
    text-align: center;

    width: 523px;
    font-size: 1.5em;
    height: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-family: system-ui,sans-serif,nunito,helvetica,Arial,sans-serif;
    position: relative;
}

.gbs-landing-signup:hover{
    background-color: #9f1d00;
    cursor: pointer;
}

@keyframes flash {
    0%, 100% {
      color: black; /* Start and end with black */
    }
    50% {
      color: rgb(194, 168, 19); /* Middle of the animation is gold */
    }
  }

.landing-its-free{
    color: rgb(110, 110, 110);
    text-align: center;
    font-size: 1em;
    margin-top: 7px;
    font-family: Zapf Dingbats;
    letter-spacing: 1px;
    word-spacing: 3px;
}


/* Add this CSS to your stylesheet */

.signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 490px;
    margin: 50px auto;
    font-size: 1.5em;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
  }
  
  .signup-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 1.2em;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
  }
  
  .signup-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
  }
  
  .signup-button {
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    background-color: black;
    color: #fff;
    cursor: pointer;
  }
  
  .signup-button:hover {
    background-color: #9f1d00;
  }
  
  .signup-checkbox {
    /* Hide the default checkbox */
    appearance: none;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none; /* Remove outline for focused state */
  }
  
  /* Create a custom circle using ::before */
  .signup-checkbox::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent; /* Initially no fill */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s; /* Smooth transition */
  }
  
  /* Checkbox checked state - fill with red */
  .signup-checkbox:checked::before {
    background-color: red;
  }
  

  .sign-up-notice{
    margin-top: 26px;
    text-align: center;
    font-size: 1em;
  }



  /* Styles for Bartender Dashboard */
.bartender-dashboard {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 200px;
}

.bartender-dash-logout{
  position: absolute;
  top: 5px;
  right: 10px;
}

.bartender-dash-find-shifts-link{
  position: fixed;
  left: 4px;
  bottom: 6px;
  padding: 12px;
  background-color: black;
  color: #c8a385;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-align: center;
  transform: rotate(-21deg);
  border: 2.5px solid #907763;
  font-family: Apple SD Gothic Neo;
  font-size: 14px;
}

.dashboard-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.dashboard-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.dashboard-subtitle {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #666;
}

.form-select{
  appearance: none;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;  
}

.form-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
 }

.dashboard-subtitle-subtitle{
  margin: auto;
  text-align: center;
  font-size: .75em;
  margin-bottom: 20px;
  color: rgb(102, 99, 99);
  width: 74%;
  text-align: justify;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Spacing between form groups */
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 1em;
    margin-bottom: 5px;
    color: #555;
}

.form-input {
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.form-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-input-file {
    padding: 5px;
    font-size: 0.9em;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.form-button {
    padding: 12px;
    font-size: 1.1em;
    color: #fff;
    background-color: #9f1d01;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.form-button:hover {
    background-color: #0056b3;
}


.redirect-to-signup-link{
    text-align: center;
    color: rgb(78, 78, 78);
}




.users-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    width: 80%;
    text-align: center;
    max-width: 700px;
    margin: auto;
  }
  
  .user-card {
    display: flex;
    flex-direction: initial;
    align-items: center;
    width: 80%;
    max-width: 600px;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-family: system-ui,sans-serif,nunito,helvetica,Arial,sans-serif;
    margin: auto;
    transition: all 0.3s ease; 
    margin-bottom: 14px;
  }
  
  .user-card:hover {
    /* transform: translateY(-1px); */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
  
  .user-photo-container {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    /* border: 3px solid black; */
    /* border: 3px solid rgb(134, 134, 134); */
    border: 3px solid #907763;
    background-color: black;
  }
  
  .user-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale();
  }
  
  .user-info {
    flex-grow: 1;
  }
  
  .user-name {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .user-location {
    font-size: 1em;
    color: #555;
  }
  
  .user-details {
    text-align: right;
    min-width: 12%;
  }
  
  .user-experience {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .profile-imbiblia-link {
    font-size: 0.8em;
    /* color: #907763; */
    color: black;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: Noto Sans Batak;
    padding-left: 5px;
  }
  
  .profile-link:hover {
    color: #9f1d00;
  }
  



  .user-card-imbiblia-container{
    display: flex;
    justify-content: space-around;
    background-color: white;
    border-radius: 30px;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    width: 96%;
    border: 1.5px solid #907763;
    margin-top: 19px;
    position: relative;
    padding-left: 7px;
    text-decoration: none;
  }


  .imbiblia-link-img{
    width: 20px;

    filter: brightness(0);
    position: absolute;
    left: 3px;
    top: 2px;
  }

  .user-card-imbiblia-container:hover{
    background-color: black;
    color: #907763;
  }

  .user-card-imbiblia-container:hover > .imbiblia-link-img{
    filter: brightness(1.5);
  }


  .user-card-imbiblia-container:hover > .profile-imbiblia-link{
    color: #c5a286;
  }


  .no-user-photo{
    width: 50px;
    height: auto;
  }


  .calendar-container-bartender-view {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  
  .calendar-container-bartender-view.expanded {
    max-height: 500px; /* Adjust as needed for the calendar size */
    transition: max-height 0.4s ease;
  }
  
  .calendar-container-bartender-view.collapsed {
    max-height: 0;
    transition: max-height 0.4s ease;
  }

  .bar-card-upper-container{
    width: 100%;
    display: flex;
    align-items: center;    
  }

  .bar-card-main-container{
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;;
  }

  /***** Modal ***/

  .message-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure the message screen appears on top */
  }
  
  .message-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
  }
  
  .message-text {
    font-size: 1.5em;;
    margin-bottom: 20px;
    color: black;
  }

  .message-link{
    color: rgb(254, 88, 88);
  }
  
  .message-close-button {
    background: #9f1d00; /* Adjust this to your theme */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
  }
  
  .message-close-button:hover {
    background: #6f1602; /* Darken on hover */
  }
  
  


  /**** End Modal ***/



/***** Photo Uploader ****/
/* ProfilePhotoUploader.css */

/* Container for the uploader */
.profile-photo-uploader {
    position: relative;
    display: flex;
    align-items: center;
}

/* Upload Button */
.upload-button {
    width: 80px; /* Increased size for better visibility */
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd; /* Optional: Add a border for better distinction */
}

.upload-button:hover {
    background-color: #e0e0e0;
}

/* Plus Sign */
.plus-sign {
    width: 24px; /* Increased size for better visibility */
    height: 24px;
    position: relative;
}

.plus-sign::before,
.plus-sign::after {
    content: '';
    position: absolute;
    background-color: #555;
}

.plus-sign::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px; /* Increased thickness */
    transform: translateY(-50%);
}

.plus-sign::after {
    left: 50%;
    top: 0;
    width: 3px; /* Increased thickness */
    height: 100%;
    transform: translateX(-50%);
}

/* Profile Photo */
.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
}

/* Modal Content */
.modal-content {
    background: #fff;
    padding: 30px; /* Increased padding for better spacing */
    border-radius: 10px; /* Rounded corners */
    width: 90%;
    max-width: 600px; /* Increased max-width for larger previews */
    box-shadow: 0 4px 20px rgba(0,0,0,0.2); /* Enhanced shadow */
    position: relative;
}

/* Modal Header */
.modal-content h2 {
    margin-top: 0;
    text-align: center;
    font-size: 24px; /* Increased font size */
    margin-bottom: 15px;
}

/* Instruction Text */
.instruction {
    text-align: center;
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
}

/* Photo Preview */
.photo-preview {
    width: 100%;
    height: 450px; /* Increased height for a larger preview */
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ddd; /* Optional: Add a border for distinction */
    border-radius: 8px;
}

.photo-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Selected Photo */
.selected-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}



.photo-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Inverted Mask: Center clear, outside tinted */
    /* background: radial-gradient(circle 60% at center, transparent 60%, rgba(0, 0, 0, 0.5) 60.1%); */
    background: radial-gradient(circle at center, transparent 60%, rgba(0, 0, 0, 0.5) 60.1%);
} 

/* Photo Placeholder */
.photo-placeholder {
    text-align: center;
    color: #888;
    font-size: 16px;
}

/* Modal Actions */
.modal-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Buttons */
.modal-button {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  border: 1px solid rgb(142, 142, 142);
}

.cancel-button {
    background-color: #ccc;
    color: #333;
    transition: background-color 0.3s;
}

.cancel-button:hover {
    background-color: #bbb;
}

.upload-button {
    background-color: #28a745;
    color: #fff;
    transition: background-color 0.3s;
}

.upload-button:disabled {
    background-color: #94d3a2;
    cursor: not-allowed;
}

.upload-button:hover:not(:disabled) {
    background-color: #218838;
}

/* Upload Message */
.upload-message {
    margin-top: 15px;
    text-align: center;
    color: #555;
    font-size: 14px;
}



/***** bar dashbaord ****/


.bar-profile {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bar-dash-header-button{
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.logout-on-dash{
  position: absolute;
  right: 10px;
}

.dash-header-btn-highlighted{
  background-color: #9f1d00;
  padding-left: 20px;
  padding-right: 20px;
  color: rgb(228, 228, 228);
}

.bar-dash-header{
  width: 100%;
  display: flex;
  border-bottom: 2px solid #9f1d00;
  color: grey;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 3;
}


/****** calendar *******/

.calendar-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 34px;
}


.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-nav {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin: 9px;
}

.calendar-day-label {
  font-weight: bold;
  text-align: center;
}

.calendar-day {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffef7;
  border: 1px solid rgb(132, 189, 205);
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}




.calendar-day.guest-shift {
  background-color: #9f1d01;
  color: white;
}

.calendar-day:hover {
  /* background-color: #ffffff; */
}

.calendar-day:active{
  background-color: grey;
}

.calendar-day-num{
  position: absolute;
  top: 4px;
  left: 4px;
}


.available{
  background-color: rgba(255, 209, 15, 0.32);
}

.bt-calendars-toggle{
  width: 300px;
  margin-top: 57px;
}

.matching-shifts-day{
  background-color: rgb(145, 244, 145);
}

.requested-shift-day{
  background-color: rgb(8, 228, 238);
}

.confirmed-shift-day{
  background-color: rgb(237, 121, 237);
}


/**** Calendar Day BT Veiw **/


.calendar-day-label-bt {
  font-weight: bold;
  text-align: center;
  font-size: .75em;
}

.calendar-day-mini{
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffef7;
  border: 1px solid rgb(132, 189, 205);
  cursor: pointer;
  border-radius: 5px;
  position: relative;  
  width: 22px;
}


.calendar-day-num-bt{
  position: absolute;
  top: 4px;
  left: 4px;  
  font-size: .75em;
}

.guest-shift-bt-view{
  background-color: rgb(145, 244, 145);
}

.calendar-legend{
  width: 100%;
  display: flex;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
}

.calendar-legend-green{
  background-color: rgb(145, 244, 145);
  height: 20px;
  width: 20px;
  border-radius: 3px;
  margin-right: 3px;
}

/**** end Calendard BT view **/


/****** Bartenders Requests *****/

.requests-container{
  margin-top: 43px;
}


.bartender-requests-header{
  width: 100%;
  text-align: center;
}

/***** END Bartenders Requests **/


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.modal-form {
  margin: 15px 0;
}

.modal-buttons {
  margin-top: 20px;
}

.modal-message {
  margin-top: 10px;
  color: green;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

/*****end of calendar*****/


/******* REquest Shift Modal *****/

.request-shift-disclaimer{
  text-align: left;
  margin-top: 7px;
  margin-bottom: 7px;
}

/******* END Request Shift Modal *****/


/****** Request Item list ***/

.reject-button{
  color: white;
  background-color: red;
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  margin-top: 5px;
}

.confirm-button{
  color: white;
  background-color: green;
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 3px;
  margin-top: 5px;  
}

.confirm-reject-container{
  display: flex;
  justify-content: space-between;
}

.request-item{
  
  padding: 5px;
  border-radius: 6px;
  margin: auto;
  width: 328px;
  margin-bottom: 17px;
  background-color: rgb(235, 235, 235);
}

@keyframes flashBetweenColors {
  0% {
    background-color: rgb(8, 228, 238); /* Pending color */
  }
  50% {
    background-color: rgb(237, 121, 237); /* Confirmed color */
  }
  100% {
    background-color: rgb(8, 228, 238); /* Back to Pending color */
  }
}

.request-item-pending{
  /* background-color: grey; */
  background-color: rgb(8, 228, 238);
}

.request-item-bartender-confirmed{
  background-color: rgb(237, 121, 237);
}

.request-item-bar-accepted{
  animation: flashBetweenColors 1s infinite;
}

.request-item-pending{
  background-color: rgb(222, 222, 222);
}

.bar-requests-header{
  text-align: center;
  margin-bottom: 20px;
}

.request-item.bar-accepted {
  background-color: #d4edda; /* Light green background */
  border-color: #c3e6cb;     /* Green border */
}

/* Styles for 'Bartender Confirmed' status */
.request-item.bartender-confirmed {
  background-color: #cce5ff; /* Light blue background */
  border-color: #b8daff;     /* Blue border */
}

/****** End Request Item List ***/

/**** landing filter bars ****/


.radius-filter-container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.radius-filter-label {
  font-size: 16px;
  margin-right: 10px;
  color: #333; /* Adjust as needed for your color scheme */
  font-family: system-ui;
}

.radius-filter-select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  appearance: none; /* Removes default styling on some browsers */
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.radius-filter-select:hover {
  border-color: #bbb;
}

.radius-filter-select:focus {
  border-color: #007BFF; /* Adjust to your brand color */
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  border-color: #ddd;
  box-shadow: none;
  outline: none;  
}

.radius-filter-select option {
  padding: 10px;
  color: #333;
}

.radius-filter-select::selection {
  background: transparent;
}

/* For improved styling of the dropdown arrow */
.radius-filter-select {
  position: relative;
  background: url('/static/images/arrow-down.svg') no-repeat right 10px center; /* Use a custom arrow icon */
  background-size: 12px;
}

/* Optional: Adjust the dropdown width for better alignment */
.radius-filter-select {
  min-width: 100px;
  max-width: 234px;
}

.bartender-landing-radius-filter-container{
  position: absolute;
  top: 0px;
  right: 27px;
}

.landing-header-container{
  padding: 10px;
}

.bartender-landing-header-container{
  position: relative;
  padding-bottom: 20px;
  padding-top: 21px;
}

.bartender-landing-header-inner-container{
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: auto;
}

.filtered-bars-list{
  width: 80%;
  margin: auto;
  text-align: center;  
}

.bars-near-you-header{
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-family: Lao MN;  
}

.landing-footer{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.landing-footer-container-1{
  font-family: Lao MN;
}

.footer-imbiblia{
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
  background-color: black;
  font-size: 2em;
  color: #907763;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  /* padding-right: 5px; */
  border-radius: 19px;
  width: 260px;
  display: flex;
  justify-content: space-evenly;
  padding: 17px;
}

.footer-imbiblia:hover{
  opacity: .8;
}

.imbiblia-landing-symbol{
  width: 247px;
  filter: brightness(121%);
}


/**** end landing filter bars ***/






/***** login sign up code rewrite ***/

.code-inputs{
  margin-top: 40px;
}

.code-group{
  text-align: center;
}

.code-input{
  width: 30px;
  height: 47px;
  border: 1.5px solid grey;
  border-radius: 7px;
  font-size: 28px;
  /* display: flex; */
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.sign-up-title-code{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Galvji;
  font-size: 22px;
}

.verify-code-button-container{
  text-align: center;
  margin-top: 42px;
}

.verify-button{
  padding: 5px;
  border: 1px solid grey;
  background-color: white;
  border-radius: 4px;
  font-size: 15px;
}


/***** end login sign up code rewrite ***/




/****** Suggestion Box *******/

.suggestion-box-button {
  position: fixed;
  bottom: 2px;
  right: 3px;
  width: 135px;
  padding-right: 10px 20px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  /* transform: rotate(-45deg); */
  border: 1px solid black;
  /* border-radius: 50%; */
  height: 42px;
}

/*** all purpose modal ****/

.all-purpose-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.all-purpose-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.all-purpose-modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 80%;
  min-width: 300px;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.all-purpose-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.all-purpose-modal-close:hover {
  background: #f0f0f0;
}

.all-purpose-modal-message {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

/*** end all purpose modal ***/

/* Suggestion Box Modal */
.suggestion-box-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.suggestion-box-modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.suggestion-box-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.suggestion-box-modal-close {
  position: absolute;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  top: 5px;
  right: 5px;
}

.suggestion-box-modal-body .suggestion-box-textarea {
  width: 94%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

.suggestion-box-error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.suggestion-box-modal-footer .suggestion-box-submit-btn {
  padding: 10px;
  background-color: #9f1d01;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.suggestion-box-subtitle{
  margin-bottom: 10px;
  font-size: .8em;
}

.message-to-bars{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


/******* End Suggestion Box ******/


/*** terms ****/

.terms-link{
  color: black;
}

.terms-dislcaimer{
  text-align: center;
  color: grey;
}

.return-to-home{
  margin-top: 10px;
  margin-left: 10px;
  color: grey;
}

.terms-container, .support-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  margin-top: 100px;
}

.terms-container h1, .support-container h1 {
  color: #2d3748;
  margin-bottom: 2rem;
}

.terms-container h2, .support-container h2 {
  color: #4a5568;
  margin: 1.5rem 0 1rem;
}

.terms-container ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.terms-container li {
  margin: 0.5rem 0;
}

.faq-item {
  margin-bottom: 1.5rem;
}

.faq-item h3 {
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.contact-section {
  background: #f7fafc;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.contact-section a {
  color: #4299e1;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}


/**** end terms ***/

/*** deletion modal ***/

.deletion-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.deletion-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

.deletion-modal-message {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.deletion-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.deletion-modal-confirm {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

.deletion-modal-cancel {
  background-color: #6c757d;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

.deletion-modal-confirm:hover {
  background-color: #c82333;
}

.deletion-modal-cancel:hover {
  background-color: #5a6268;
}

.deletion-modal-confirm:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}


.delete-my-profile{
  color: darkgrey;
  margin-top: 20px;
}

.internet-link{
  text-decoration: none;
  color: grey;
}

/*** end deletion modal **/


/* Responsive Adjustments */

@media (max-width: 800px) {
  .gbs-banner-image{
    top: 60px;
    height: 42%;
  }

  .bars-near-you-header{
    font-size: 1.5em;
  }

  .bartender-landing-radius-filter-container{
    right: 10px;
    top: -3px;
  }
}


@media (max-width: 600px) {
    .modal-content {
        width: 95%;
    }

    .photo-preview {
        height: 300px; /* Adjusted for smaller screens */
    }

    .photo-mask {
        background: radial-gradient(circle 70% at center, transparent 70%, rgba(0, 0, 0, 0.5) 70.1%);
    }

    .instruction {
        font-size: 14px;
    }

    .modal-content h2 {
        font-size: 20px;
    }

    .modal-button {
        padding: 10px 20px;
        font-size: 14px;
    }


    .switch-sub-title{
      width: 423px;
      font-size: 1em;
    }

    .gbs-landing-signup{
      width: 423px;
      font-size: 1em;
      height: 2.5em;      
    }

    .user-card{
      width: 95%;
    }

    .users-list{
      width: 88%;
    }

    .calendar-day{
      height: 83px;
    }


}


@media (max-width: 550px) {
  .user-name{
    font-size: 1em;
  }

  .user-location{
    font-size: .75em;
  }

  .user-experience{
    font-size: .75em;
  }

  .switch-sub-title{
    width: 90%;
  }


  .gbs-landing-signup{
    width: 90%;
    font-size: 1em;
    height: 2.5em;      
  }  

  .bars-near-you-header{
    font-size: 1.25em;
  }  
}

@media (max-width: 550px) {
  .calendar-day{
    height: 80px;
    font-size: .95em;
  }
}

@media (max-width: 450px) {
  .bars-near-you-header {
    text-align: left;
    padding-left: 5px;
  }

  .calendar-day{
    height: 72px;
    font-size: .75em;    
  }
}


@media (max-width: 400px) {
  .calendar-day{
    height: 62px;
    font-size: .75em;    
  }
}  



@media (max-width: 375px) {
  .calendar-day{
    height: 55px;
    font-size: .65em;    
  }
}  


/* iPhone 11 */
@media screen and (device-width: 414px) and (device-height: 896px) {
  .landing-login{
    top: 27px;
  }

  .country-disclaimer-container{
    left: -90.5px;
    top: 48.5px;
  }

  .bar-dash-header{
    top: 35px;
  }

  .bartender-calendars-container{
    margin-top: 108px;
  }

  .requests-container{
    margin-top: 81px;
  }

  .logged-in-bartender-dash-link {
    top: 42px;
  }

  .sticky-banner.fixed{
    padding-top: 38px;
  }

  .bartender-landing-header-inner-container{
    width: 61%;
  }
 }





@media screen and (device-width: 430px) and (device-height: 932px) {
  .landing-login{
    top: 36px;
  }
  
  .country-disclaimer-container{
    left: -121.5px;
    top: 6.5px;
    padding-top: 0px;
    /* padding-bottom: 4px; */
    font-size: .5em;    
  }

  .bar-dash-header{
    top: 49px;
  }

  .bartender-calendars-container{
    margin-top: 108px;
  }

  .requests-container{
    margin-top: 81px;
  }

  .logged-in-bartender-dash-link {
    top: 42px;
  }

  .sticky-banner.fixed{
    padding-top: 38px;
  }

  .bartender-landing-header-inner-container{
    width: 61%;
  }

  .code-inputs{
    margin-top: 195px;
  }

  .bartender-dashboard{
    margin-top: 87px;
  }
 }
 
 /* iPhone 14/13/12 Pro */
 @media screen and (device-width: 390px) and (device-height: 844px) {
  /* styles */ 
 }
 
 /* Samsung Galaxy S21 Ultra */
 @media screen and (device-width: 384px) and (device-height: 854px) {
  /* styles */
 }
 
 /* iPhone SE (2020) */
 @media screen and (device-width: 375px) and (device-height: 667px) {
  /* styles */
 }
 
 /* Samsung Galaxy S20 */
 @media screen and (device-width: 360px) and (device-height: 800px) {
  /* styles */
 }
 
 /* General mobile devices */
 @media screen and (max-width: 480px) {
  /* styles */
 }


 @media screen and (device-width: 1024px) and (device-height: 1366px) {
  .landing-login{
    top: 36px;
  }

  .bar-dash-header{
    padding-top: 28px;
  }

  .bartender-calendars-container{
    margin-top: 150px;
  }

  .bartender-requests-header{
    margin-top: 109px;
  }
 }