@import url(https://designmodo.github.io/Flat-UI/dist/css/flat-ui.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://daneden.github.io/animate.css/animate.min.css);
@import url(https://fonts.googleapis.com/css?family=Quicksand&display=swap);
.personal-info-container {
  padding: 5%;
  margin: 10px;
}

.personal-info-container img {
  max-width: 50%;
  margin-bottom: 20px;
}

.pet-card {
  padding: 1%;
  margin: 10px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
  border-radius: 5%;
  background-color: rgba(213, 243, 243, 0.212);
}

ul {
  list-style: none;
}

.pet-card p {
  margin: 0px;
}

.pet-info {
}
.pet-avatar {
  padding: 5%;
  margin: 10px;
  border-radius: 50%;
}

.pet-avatar img {
  max-width: 25%;
  border-radius: 50%;
}

.pet-avatar p {
  margin: 1px;
}

.pet-avatar a {
  display: inline-block;
  width: 100%;
  color: #fff;
  transform: scale(1);
  transition: 0.2s ease;
}
.pet-avatar a:hover {
  transform: scale(1.2);
  color: red;
}

.pet-avatar button img {
  width: 100%;
}

.pets-bar {
  display: flex;
  list-style: none;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

.btn-avatar {
  background-color: white; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 0px; /* Some padding */
  font-size: 35px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.btn-avatar:hover {
  background-color: rgba(150, 175, 250, 0.144);
}

.apointment-card {
  width: 100%;
  box-shadow: -2px 0px 8px 1px rgba(0, 0, 0, 0.199);
  border-radius: 2%;
}

.apointment-card-header {
  display: flex;
  justify-content: space-around;
  background-color: var(--primary-color);
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 2%;
  width: 100%;
  line-height: 2px;
  padding: 10px;
}

.apointment-card-info {
  margin-top: -8px;
  /*display: flex;*/
  /*justify-content: space-around;*/
  text-align: center;
  /*align-items: center;*/
  font-style: oblique;

  padding: 2rem;
}

.apointment-card-content {
  margin-top: -8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-style: oblique;

  padding: 1em;
}

.apointment-card-content img {
  width: 15%;
}

@media (max-width: 600px) {
  .apointment-card-header {
    display: block;
  }
}

#HeaderPetContainer {
  max-width: 100%;
  margin-top: -8%;
  margin-bottom: -2.2%;
  z-index: -10;
}

@media (min-width: 700px) {
  #HeaderPetContainer {
    max-width: 100%;
    margin-top: -15%;
    margin-bottom: -2.2%;
    z-index: -5;
  }
}

.profile-card {
  box-shadow: 0 0 20px #f1f2ff;
  /* padding: 1em; */
}

.date-detail {
  box-shadow: 0 0 20px #f1f2ff;
  border-radius: 10px;
  border: 1px solid #f1f2ff;
  padding: 1rem 1rem;
  height: auto;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: "1fr 1fr";
  grid-template-areas:
      "card-title card-title"
      "date-actions date-actions";
}

.date-detail > .details {
  padding-left: 1rem;
}

.date-detail > .info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-width: 250px;
  max-width: 250px;
}

.date-actions {
  grid-area: date-actions;
}

.date-actions button {
  margin: 0em 0.2em;
}

.date-detail p {
  font-size: 15px;
}

.row-bottom-margin {
  margin-bottom: -15px;
}

.date-header {
  display: block;
  background-color: whitesmoke;
  height: auto;
  align-content: center;
  text-align: center;
  margin: 0;
  box-shadow: none;
  display: flex;
  justify-content: space-evenly;
  height: auto;
}

.date-detail p {
  font-size: 15px;
}

.row-bottom-margin {
  margin-bottom: -15px;
}

@media only screen and (max-width: 800px) {
  .date-header {
    display: block;
    background-color: whitesmoke;
    height: auto;
    align-content: center;
    text-align: center;
    margin: 0;
    box-shadow: none;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: auto;
  }
}

.clients-frame {
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 100%;
  box-shadow: 0ch;
}

.clients-frame img {
  position: absolute;
  top: 0%;
  z-index: 1;
  left: 0%;
  max-width: 3rem;
}

.secre-dashboard-frame {
  padding: 0px;
}
.secre-dashboard-frame img {
  position: absolute;
  bottom: 11%;
  z-index: 1;
  left: 5%;
  max-width: 5%;
}

.date-header {
  display: block;
  background-color: rgba(187, 183, 183, 0.068);
  height: 10vh;
  align-content: center;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 15px;
  box-shadow: 0px 10px 4px 4px #f0f2f5;
}

.step {
  display: flex;
  margin-bottom: 5%;
}
.step-span {
  background: red;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 3%;
}
.social-icons a {
  text-decoration: none;
}

/*** Containers and icons ***/

.social-icon {
  display: flex;

  position: relative;
  overflow: hidden; /* Trim branded overlays */

  width: var(--link-size);
  height: var(--link-size);
  margin: 8px;

  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);

  text-decoration: none;

  transition: var(--trans-props);
}

.social-icon i {
  margin: auto; /* Perfect centering thanks to parental flex */

  font-size: 24px;
  color: hsl(27, 49%, 50%);

  z-index: 1; /* Make sure icons will be on top */

  transition: var(--trans-props);
}

/*** Branded overlays from the bottom ***/

.social-icon:after {
  content: "";

  width: var(--link-size);
  height: var(--link-size);

  position: absolute;

  transform: translate(0, var(--link-size));

  border-radius: 50%;
  transition: var(--trans-props);
}

.social-icon.twitter:after {
  background-color: #1da1f2;
}

.social-icon.github:after {
  background-color: #24292e;
}

.social-icon.dribbble:after {
  background-color: #ea4c89;
}

.social-icon.instagram:after {
  background-color: #e01183;
}

.social-icon.behance:after {
  background-color: #0004ff;
}

.social-icon.medium:after {
  background-color: #00ab6c;
}

/*** Animations ***/

.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

.social-icon:hover i {
  /* 	transform: scale(1.1); */
  color: #fff;
}

.social-icon:hover:after {
  transform: translate(0) scale(1.2);
}

.step-form {
  height: 100vh;
  padding: 1rem !important;
}

.apointments {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apointments img {
  position: absolute;
  left: -70%;
  top: -50%;
}

@media (max-width: 600px) {
  .apointments {
    left: 0%;
    margin: 20px;
    transform: translate(0%, -50%);
  }
  .apointments img {
    display: none;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #e74c3c;
  border-color: #e74c3c transparent #e74c3c transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.decideapointmentcard {
  margin: auto;
  height: 100vh;
  padding: 1em;
}

.decideapointmentcard img {
  max-width: 90%;
  height: 250px;
}

.img-container {
  position: relative;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008bba46;
}

.img-container:hover .img-overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 600px) {
  .img-overlay {
    opacity: 1;
  }
}

.date-header {
  display: block;
  background-color: rgba(187, 183, 183, 0.068);
  height: 10vh;
  align-content: center;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 15px;
  box-shadow: 0px 10px 4px 4px #f0f2f5;
  height: auto;
}

.step {
  display: flex;
  margin-bottom: 5%;
}
.step-span {
  background: red;
  height: 2em;
  width: 2em;
  border-radius: 50%;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 3%;
}
.social-icons a {
  text-decoration: none;
}

/*** Containers and icons ***/

.social-icon {
  display: flex;

  position: relative;
  overflow: hidden; /* Trim branded overlays */

  width: var(--link-size);
  height: var(--link-size);
  margin: 8px;

  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);

  text-decoration: none;

  transition: var(--trans-props);
}

.social-icon i {
  margin: auto; /* Perfect centering thanks to parental flex */

  font-size: 24px;
  color: hsl(27, 49%, 50%);

  z-index: 1; /* Make sure icons will be on top */

  transition: var(--trans-props);
}

/*** Branded overlays from the bottom ***/

.social-icon:after {
  content: "";

  width: var(--link-size);
  height: var(--link-size);

  position: absolute;

  transform: translate(0, var(--link-size));

  border-radius: 50%;
  transition: var(--trans-props);
}

.social-icon.twitter:after {
  background-color: #1da1f2;
}

.social-icon.github:after {
  background-color: #24292e;
}

.social-icon.dribbble:after {
  background-color: #ea4c89;
}

.social-icon.instagram:after {
  background-color: #e01183;
}

.social-icon.behance:after {
  background-color: #0004ff;
}

.social-icon.medium:after {
  background-color: #00ab6c;
}

/*** Animations ***/

.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

.social-icon:hover i {
  /* 	transform: scale(1.1); */
  color: #fff;
}

.social-icon:hover:after {
  transform: translate(0) scale(1.2);
}

.step-form {
  margin: auto;
  height: 100vh;
  padding: 5em;
}

/* Base Layout */
.groom-session {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f8f9fa;
}

/* Header */
.session-header {
  background: white;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.header-info h1 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
}

.header-meta {
  font-size: 0.875rem;
  color: #64748b;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.appointment-meta {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
}

.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: #ef4444;
  color: white;
}

/* Main Content Area */
.session-content {
  flex: 1 1;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .session-content {
    padding: 1rem;
  }

  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .header-right {
    width: 100%;
    justify-content: space-between;
  }
}
.custom-success-badge {
    color: white;
    background-color: #80a34b;
    padding: 5px 15px;
    border-radius: 5px;
}


/* Modern card-like containers */
.info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.pdf-actions .btn {
    min-width: 140px;
}

.sigCanvas {
    background: #fff;
}



/* Apply general styles that are suitable for print */
body {
    font-family: Arial, sans-serif; /* Example font */
    line-height: 1.6; /* Adjust line height for readability */
    font-size: 14px; /* Adjust font size for readability */
}

/* Hide elements that should not be printed */
@media print {
    /* Hide navigation */
    nav {
        display: none;
    }
    
    /* Hide footer with unnecessary links */
    footer {
        display: none;
    }
    
    /* Ensure content takes full page width */
    .content {
        width: 100%;
    }
    
    /* Adjust margins and paddings for better print layout */
    .content,
    .content > * {
        margin: 0;
        padding: 0;
    }
    
    /* Optionally adjust heading styles */
    h1, h2, h3 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
    
    /* Ensure images are scaled appropriately */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Page break settings */
    .page-break {
        page-break-after: always;
    }

    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-4.col-lg-4.col-md-12.col-sm-12.h-100,
    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content > div.row.align-items-center.justify-content-center,
    #wrapper > button,
    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content > div:nth-child(2) > div:nth-child(1) {
        display: none;
    }

    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content > div:nth-child(2) > div > div {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .info-printable-card {
        border-radius: 20px;
        border: 1px solid #000;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px;
    }

    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content,
    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content > div:nth-child(3) {
        display: flex;
        flex-direction: column;
    }

    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content > div:nth-child(3) > div:nth-child(2) {
        margin-top: 100px;
    }

    img {
        width: 500px;
        height: auto;
    }

    #root > div.container-fluid.pet-delivery-status.print-container > div > div > div.row.d-flex.justify-content-center.align-items-center.p-2 > div.col-xl-8.col-lg-8.col-md-12.col-sm-12.print-content > div:nth-child(2) > button{
        display: none !important;
    }



    .print-container {
        display: grid;
        grid-template-areas: 
        "print-header"
        "print-content"
        "print-footer";
        grid-template-rows: auto 1fr auto;
        grid-gap: 10px;
    }
}

.appointment-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
  }
  
  .header {
    margin-bottom: 20px;
  }
  
  .header h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .body {
    font-size: 16px;
  }
  
  .body h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .text-muted {
    color: #6c757d; /* Muted text color */
  }
  
.grooming-details {
    font-family: Arial, sans-serif;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    max-width: 600px;
    background-color: #fff;
}

.image-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.grooming-image {
    width: 45%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.detail {
    margin-bottom: 10px;
}

.label {
    font-weight: bold;
    margin-right: 10px;
}

.value {
    color: #666;
}

.calendar-modal {
  position: fixed;
  background: white;
  padding: 2em;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calendar-modal img {
  position: absolute;
  left: -2rem;
  top: -2rem;
  max-width: 5rem;
}

.calendar-modal i.material-icons {
  position: absolute;
  color: red;
  font-size: 50px;
  z-index: 50;
}

.promotionsPage{height:auto;min-height:100vh;min-width:100vw;background-color:#deeaf6;display:grid;grid-template-rows:15em auto;grid-template-columns:repeat(1fr, 12);grid-template-areas:"tools tools tools tools tools tools tools tools tools tools tools tools" "info info info info info info info info info info info info"}.promotionsPage .tools{grid-area:tools;display:flex;justify-content:space-evenly;align-items:center}.promotionsPage .tools :nth-child(1n){margin:0em;text-decoration:none}.promotionsPage .info{grid-area:info;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding:2em}.card-button{z-index:99;height:5em;width:5em;max-height:5em;max-width:5em;display:flex;justify-content:center;align-items:center;border-radius:6%;box-shadow:9px 9px 16px #becbd8,-9px -9px 16px #f3f9ff;background-color:rgba(0,0,0,0);border:none;color:#2d3436;position:relative}.card-button i{font-size:40px;z-index:-10}.neumorphism-active{position:relative}.neumorphism-active :first-child{background:#c31432;background:linear-gradient(to right, #240b36, #c31432);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.neumorphism-active::after{position:absolute;padding:0em;margin:0em;content:"";width:4.5em;height:4.5em;background:rgba(0,0,0,0);box-shadow:inset 3px 3px 9px #becbd8,inset -3px -3px 9px #f3f9ff}
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
  justify-content: center;
  height: 100vh;
  position: absolute;
  z-index: 1000;
}

#wrapper.toggled {
  padding-left: 220px;
  position: fixed;
}
#wrapper.toggled #sidebar-wrapper {
  width: 200px;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  /*left: 220px;*/
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  padding-left: 1px;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
  min-height: 100vh !important;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  color: black;
  width: 100%;
}

.sidebar-nav li:before {
  background-color: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: white;
  color: black;
}
.sidebar-nav li:first-child:before {
  background-color: var(--primary-color);
  color: white;
}
.sidebar-nav li:last-child a {
  background-color: var(red);
}
.sidebar-nav li:last-child:before {
  background-color: red;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #00a2bb;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #00a2bb;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #00a2bb;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #00a2bb;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #ff0000;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #2f2cd3;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #e02362;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #987dbf;
}
.sidebar-nav li:hover:before {
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0rem;
  margin-right: 1rem;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #000000;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: var(--primary-color);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(12, 0, 0, 0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: black;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: var(--primary-color);
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: var(--primary-color);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --primary-color: #4834d4;
  --secondary-color: #686de0;
  --link-size: 64px;
  --trans-props: all 0.3s ease;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Quicksand", sans-serif;
  /*background-color: #2d3436;*/
  overflow-x: hidden;
  height: 100vh;
}

h1 {
  font-family: "Quicksand", sans-serif;
}

a.link-unstyled {
  color: inherit;
}

input[type="text"],
input[type="number"],
input {
  font-size: 16px;
}

a.link-unstyled:hover {
  color: inherit;
  text-decoration: none;
}

.btn {
  padding: 0.375rem 2rem;
}

.btn.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--secondary-color);
}

.btn.btn-primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--primary-color);
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--secondary-color);
}

.btn.btn-primary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 129, 141, 0.5);
}

.btn.btn-danger {
  color: #fff;
  background-color: #cd4040;
  border-color: #d66060;
}

.btn.btn-danger:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #e02121;
  border-color: #cd4040;
}

.btn.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #cd4040;
  border-color: #cd4040;
}

.btn.btn-danger:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 64, 0.5);
}

.bg-light-blue {
  background-color: "#e3f2fd" !important;
}

.loading-box img {
  height: 90%;
  width: 90%;
  position: relative;
}

.on-bottom-corner-right {
  position: absolute;
  left: 56.5%;
  display: flex;
  flex-direction: row;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.178);
}

.modal-main {
  position: fixed;
  background: rgb(233, 231, 231);
  width: 80%;
  max-height: 80vh;
  padding: 2rem;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-main i {
  position: relative;
  color: red !important;
  font-size: 5rem !important;

  left: 92%;
}

.modal-main i:hover {
  cursor: pointer;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

i.material-icons {
  position: absolute;
  top: -6.3%;
  right: -2.8%;
  font-size: 60px;
  color: #e02121;
}

.options-container {
  max-height: 3vh;
}

.header-icon {
  max-height: 50px;
}

.testDiv {
  padding-top: 2rem;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  padding-left: 0rem;
  padding-right: 0rem;
  align-items: center;
  border-radius: 5%;
  padding-bottom: 2rem;
}

@media (max-width: 600px) {
  html {
    font-size: 85%;
  }
}

.overlayloading {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.904);
  z-index: 999;
}

.circle {
  height: 3rem;
  width: 3rem;
  background-color: #fa6900;
  border-radius: 5px;
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 999;
}

.circle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "X"; /* use the hex value here... */
  font-weight: bold;
  font-size: 100%;
  line-height: 3rem;
  text-align: center;
  color: #fff;
}

.ImageTagWithButton {
  position: absolute;
  align-self: center;

  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  color: black;
  width: 100%;
  padding: 1rem;
}

/*my own css button*/
.add-button {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: #6ab04c;
  border-style: none;
  outline-style: none;
}
.add-button:hover {
  background-color: #badc58;
}
.add-button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  color: #ecf0f1;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}

.add-button:hover::before {
  color: black;
}

.goToAttendAppointment {
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 5%;
  top: 0;
  right: 0;
  background-color: #6ab04c;
  border-style: none;
  outline-style: none;
}
.goToAttendAppointment:hover {
  background-color: #badc58;
}
.goToAttendAppointment::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  color: #ecf0f1;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f274";
}

.goToAttendAppointment:hover::before {
  color: black;
}

.dontShow {
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 5%;
  top: 0;
  right: 0;
  background-color: purple;
  border-style: none;
  outline-style: none;
}
.dontShow:hover {
  background-color: white;
  color: purple;
}
.dontShow::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  color: #ecf0f1;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f783";
}

.dontShow:hover::before {
  color: purple;
}

.changeDate {
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 5%;
  background-color: #d35400;
  border-style: none;
  outline-style: none;
}
.changeDate:hover {
  background-color: #e67e22;
}
.changeDate::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  color: #ecf0f1;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f273";
}

.changeDate:hover::before {
  color: black;
}

.delete {
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 5%;
  top: 0;
  background-color: #c0392b;
  border-style: none;
  outline-style: none;
}
.delete:hover {
  background-color: #e74c3c;
}
.delete::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  color: #ecf0f1;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
}

.delete:hover::before {
  color: black;
}

@media (max-width: 600px) {
  #AdminDashboard .add-button {
    top: -31rem;
    left: 0;
  }
}

.showHistoryButton {
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 5%;
  top: 1rem;
  right: 1rem;
  background-color: #b2bec3;
  border-style: none;
  outline-style: none;
}
.showHistoryButton:hover {
  background-color: #b2bec3;
}

.showHistoryButton:hover::before {
  content: "\f07c" !important;
}
.showHistoryButton::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  color: #002129;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07b";
}

.getBack {
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 5%;
  top: 0;
  right: 0%;
  background-color: #8e44ad;
  border-style: none;
  outline-style: none;
}
.getBack:hover {
  background-color: #9b59b6;
}
.getBack::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  color: #ecf0f1;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30a";
}

.getBack:hover::before {
  color: black;
}

.login {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 0em 1em 0em;
  background: #e0e5ec;
}

.register {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 0em 1em 0em;
  background: #e0e5ec;
}

.register .card {
  background-color: #e0e5ec;
  border: none;
}

@media (min-width: 600px) {
  .login .card {
    max-width: 35%;
  }
}

.neumorphism-1 {
  background: #e0e5ec;
  border: none;
  box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6),
    -9px -9px 16px rgba(255, 255, 255, 0.5);
}

.login .card form .form-group input {
  background-color: #e0e5ec;
  border: none;
  outline: none;
  border-radius: 40px;
  color: black;
  box-shadow: inset 3px 3px 9px rgb(163, 177, 198, 0.6),
    inset -3px -3px 9px rgba(255, 255, 255, 0.5);
}

.login .card form p a {
  color: rgb(5, 59, 129);
}

.login .card form .form-group button {
  background-color: #e0e5ec;
  color: black;
  border: none;
  border-radius: 40px;
  box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6),
    -9px -9px 16px rgba(255, 255, 255, 0.5);
  transition: box-shadow 2s ease-out;
}

.login .card form .form-group button:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: #e0e5ec;
}

.login .card form .form-group button:not(:disabled):not(.disabled):active {
  color: black;
  background-color: #e0e5ec;
  box-shadow: inset 3px 3px 9px rgb(163, 177, 198, 0.6),
    inset -3px -3px 9px rgba(255, 255, 255, 0.5);
}

.login .card form .form-group button:not(:disabled):not(.disabled):focus {
  box-shadow: inset 3px 3px 9px rgb(163, 177, 198, 0.6),
    inset -3px -3px 9px rgba(255, 255, 255, 0.5);
}

.register .card form .form-group input {
  background-color: #e0e5ec;
  border: none;
  outline: none;
  border-radius: 40px;
  color: black;
  box-shadow: inset 3px 3px 9px rgb(163, 177, 198, 0.6),
    inset -3px -3px 9px rgba(255, 255, 255, 0.5);
}

.register .card form p a {
  color: rgb(5, 59, 129);
}

.register .card form .form-group button {
  background-color: #e0e5ec;
  color: black;
  border: none;
  border-radius: 40px;
  box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6),
    -9px -9px 16px rgba(255, 255, 255, 0.5);
  transition: box-shadow 2s ease-out;
}

.register .card form .form-group button:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: #e0e5ec;
}

.register .card form .form-group button:not(:disabled):not(.disabled):active {
  color: black;
  background-color: #e0e5ec;
  box-shadow: inset 3px 3px 9px rgb(163, 177, 198, 0.6),
    inset -3px -3px 9px rgba(255, 255, 255, 0.5);
}

.register .card form .form-group button:not(:disabled):not(.disabled):focus {
  box-shadow: inset 3px 3px 9px rgb(163, 177, 198, 0.6),
    inset -3px -3px 9px rgba(255, 255, 255, 0.5);
}

.sidebar {
  width: 7em;
  height: 100vh;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 15vh auto auto;
  grid-template-areas:
    "brand"
    "sidebar-nav"
    "social";
  background-color: #2d3436;
  position: relative;
  transition: all 0.2s ease-in;
}

.sidebar:hover {
  min-width: 15em;
}

.sidebar:hover .sidebar-nav ul li:hover i {
  color: #2d3436;
}

.brand {
  grid-area: brand;
  display: flex;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.sidebar-nav {
  grid-area: sidebar-nav;
}
.sidebar-nav ul {
  width: 100%;
  padding-left: 0;
}

.fas,
far {
  font-size: 1.4em;
}

.sidebar-nav ul li {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  color: white;
  height: 3.2rem;
}

.sidebar-nav ul li i {
  min-width: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-nav ul li:hover {
  background-color: #ededed;
}
.sidebar-nav ul li:hover::after {
  position: absolute;
  bottom: 100%;
  right: 0%;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1em solid #ededed;
  border-left: 1em solid transparent;
}
.sidebar-nav ul li:hover::before {
  position: absolute;
  top: 100%;
  right: 0%;
  content: "";
  width: 0;
  height: 0;
  border-top: 1em solid #ededed;
  border-left: 1em solid transparent;
}

.sidebar-nav ul > li a {
  color: white;
  text-decoration: none;
}

.sidebar-nav ul > li:hover a {
  color: #2d3436;
  z-index: 2;
}

.main-app-content {
  background-color: #ededed;

  /*margin-right: 2em;*/
}

.btn-neuphomorfism {
  text-align: center;
  height: 2em;
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: none;
  border: none !important;
  box-shadow: 3px 3px 16px rgb(0, 0, 0, 0.3),
    -3px -3px 16px rgba(255, 255, 255, 0.2);
  background-color: #2d3436;
  color: red;
}

.btn-neuphomorfism:not(:disabled):not(.disabled):hover {
  color: black;
  background-color: red;
}

.btn-neuphomorfism:not(:disabled):not(.disabled):active {
  color: black;
  box-shadow: inset 3px 3px 16px rgb(0, 0, 0, 0.3),
    inset -3px -3px 16px rgba(255, 255, 255, 0.2);
}

.btn-neuphomorfism:not(:disabled):not(.disabled):focus {
  outline: none;
  box-shadow: inset 3px 3px 16px rgb(0, 0, 0, 0.3),
    inset -3px -3px 16px rgba(255, 255, 255, 0.2);
}


/*# sourceMappingURL=main.4d913e79.chunk.css.map*/