body {
  /* FFC600 */
  background-color: #fff;
  /* background-image: url(../img/background.png); */
  /* font-size: 16px; */
  font-family: "Roboto", sans-serif;
  /* background-position: center top; */
  /* background-size: cover; */
  /* overflow-x: hidden; */
  background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  
  .bottom-bar {
    background: linear-gradient(to right, #fdc830, #f37335);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px;/* Adjust padding as needed */
  }
  
  .icon-container {
    text-decoration: none;
    display: inline-block;
    color: #41373773;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .icon {
    font-size: 1.2em;
    padding: .5em;
    margin: 0.5em;
    margin-top: 0;
    transition: 0.5s ease-in-out;
    border-radius: 100%;
    /* border: 7px solid #eee; */
  }
  
  .active {
    transform: scale(1.25) translateY(-1em);
    background: rgb(255,198,0);
    background: radial-gradient(circle, rgba(255,198,0,1) 0%, rgba(255,198,0,1) 72%, rgba(255,216,0,1) 100%);
    border: 7px solid #dcdcdc;
    color: white;
    border-radius: 100%;
  }
  
  
  
}

@media screen and (min-width: 720px) {

  body{
    width:500px;
    margin:auto;
   }
  
  .bottom-bar {
    background: linear-gradient(to right, #fdc830, #f37335);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px;/* Adjust padding as needed */
  }
  
  .icon-container {
    text-decoration: none;
    display: inline-block;
    color: #41373773;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .icon {
    font-size: 1.2em;
    padding: .5em;
    margin: 0.5em;
    margin-top: 0;
    transition: 0.5s ease-in-out;
    border-radius: 100%;
    /* border: 7px solid #eee; */
  }
  
  .active {
    transform: scale(1.25) translateY(-1em);
    background: rgb(255,198,0);
    background: radial-gradient(circle, rgba(255,198,0,1) 0%, rgba(255,198,0,1) 72%, rgba(255,216,0,1) 100%);
    border: 7px solid #dcdcdc;
    color: white;
    border-radius: 100%;
  }
  
  
  
}

@media only screen and (min-width: 320px) {
  .icon{
    font-size: 0.8em;
  }
}

/* Side Bar Section */
sidebar .card {
  background-color: transparent;
  position: relative;
}

sidebar .card-body {
  color: #fff;
  position: relative;
  z-index: 1;
}


/* Style for the blurred background */
.blurred-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #FFC600 solid 1px;
  background-color: #4d424273;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  z-index: -1;
}

/* Style for the icon */
sidebar .fa-icon {
  font-size: 2rem;
  color: #fff;
  /* margin-right: 8px; */
}

/* Add a class to show the sidebar from left to right */
.sidebar {
  background-color: #fff;
  /* background-image: url(../img/background.png); */
  background-size: cover;
  position: absolute;
  width:65%;
  top: 0;
  left: -100%; 
  transition: left 0.6s ease;
  height: 95%;
}

/* Add a class to show the sidebar with animation */
.sidebar.show-sidebar {
  left: 0;
}

/* Background color change when sidebar is shown */
.sidebar.show-sidebar .blurred-background {
  background-color: rgba(77, 66, 66, 0.5); /* Update with the desired background color and opacity */
}



.button {
  background: none;
  border: none;
}

.button .bloom-container {
  position: relative;
  transition: all 0.2s ease-in-out;
  border: none;
  background: none;
}

.button .bloom-container .button-container-main {
  /* width: 110px; */
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  border-right: 5px solid white;
  border-left: 5px solid rgba(128, 128, 128, 0.147);
  transform: rotate(-45deg);
  transition: all 0.5s ease-in-out;
}

.button .bloom-container .button-container-main .button-inner {
  height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.5) -10px 5px 10px 0px;
  transition: all 0.5s ease-in-out;
}

.button .bloom-container .button-container-main .button-inner .back {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: white;
 
}

.button .bloom-container .button-container-main .button-inner .front {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: rgb(255,198,0);
  background: radial-gradient(circle, rgba(255,198,0,1) 0%, rgba(255,198,0,1) 72%, rgba(255,216,0,1) 100%);
  display: grid;
  place-content: center;
}

.button .bloom-container .button-container-main .button-inner .front .svg {
  fill: #ffffff;
  opacity: 0.8;
  width: 30px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}

.button .bloom-container .button-container-main .button-glass {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.888) 100%);
  transform: translate(0%, -50%) rotate(0deg);
  transform-origin: bottom center;
  transition: all 0.5s ease-in-out;
}

.button .bloom-container .bloom {
  height: 1px;
  width: 1px;
  position: absolute;
  background: white;
}


.button .bloom-container:active {
  transform: scale(0.7);
}

.button .bloom-container:active .button-container-main .button-inner {
  transform: scale(1.2);
}


@keyframes popFromButton {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.modal.pop .modal-dialog {
  animation: popFromButton 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.head-card{
  background-color: #ffc80000; 
  border:none;
}
.alert_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999999999;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Calibri;
  font-weight: 900;
}

.alert_container {
  width: 90%;
  background-color: white;
  border-radius: 10px;
  animation: 0.5s 1 alert_container_animation;
  -webkit-animation: 35s 1 alert_container_animation;
}

@media (min-width: 600px) {
  .alert_container {
    width: 350px;
  }
}

@keyframes alert_container_animation {
  0% {
    transform: scale(0.5);
  }

  1% {
    transform: scale(1.1);
  }

  2% {
    transform: scale(1);
  }
}

@-webkit-keyframes alert_container_animation {
  0% {
    transform: scale(0.5);
  }

  1% {
    transform: scale(1.1);
  }

  2% {
    transform: scale(1);
  }
}

.alert_heading {
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.alert_details {
  padding: 15px;
  text-align: center;
}

.alert_details h2 {
  font-size: 20px;
}

.alert_details p {
  font-size: 14px;
  color: #525252;
  line-height: 1.5em;
  margin-top: 5px;
}

.alert_footer {
  background-color: #E3E3E3;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.alert_footer span {
  color: #979797;
  cursor: pointer;
}

.alert_footer span:hover {
  color: #353535;
}