.bg-blue{
    background-color: #297efc;
}
.text-green{
    color: green;
}

.text-red{
    color: red;
}
.section-1{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lg\:fixed{
  position: fixed;
}

.position-top{
    position: relative; 
    top: -40px; 
    max-width: 97%;
    margin-left: 5px;
}
.mx-2{
    margin-left: 2px;
}
.pt-5{
  padding-top: 10px;
}
.pb-5{
  padding-bottom: 3rem;
}
.pb-3{
  padding-bottom: 1.5rem;
}
.pb-0{
   padding-bottom: 0px !important;
}
.center{
    display: flex;
    justify-content: center;
    
}
.text-right{
  text-align: right;
}
.line-through{
  text-decoration: line-through;
}
.rounded{
  border-radius: 50%;
}

.ml-4{
  margin-left: 5px;
}

.tagb {
    display: inline-block;
    height: 2rem;
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(254 96 25 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(250 235 225 / var(--tw-bg-opacity));
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(254 96 25 / var(--tw-text-opacity));
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }
  .tagb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 96 25 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .tago {
    display: inline-block;
    height: 2rem;
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: green;
    --tw-bg-opacity: 1;
    background-color: lightgreen;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: green;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }
  .tago:hover {
    --tw-bg-opacity: 1;
    background-color: green;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .card-green {
    position: relative;
    height: 100%;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: #E1FFE5;
    padding: 1.25rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      -webkit-box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  }

  .bg-purble{
    background-color: #E9EDF6;
  }
.bg-gray{
  background-color: rgb(232, 232, 232);
}

.w-h{
  width: auto;
  height: auto;
}

.pt-0{
  padding-top: 0;
}

.bg-green{
  background-color: rgb(3, 193, 3);
  border: none;
}

