/* This file is reserved for overriding and extending the template styles. */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
#landingRadius {
    border-radius: 12px;
    background-color: #fff ;
}
.MuiPaginationItem-root {
    color: "#667085";
  }
  .Mui-selected {
    background: "#FFF5F3";
    color: "#EC4A0A";
  }
.Mui-selected:hover {
    background: "#FFF5F3";
    color: "#EC4A0A";
  }

#NavBar {
    background-color: #fff;
    /* height: 50px; */
    padding: 25px;
    margin-bottom: 50px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: rgb(22, 85, 22);
}

/* .react-3d-carousel .slider-container {
    position: fixed;
    left: 50%;
    top: 0%;
    width: 90%;
    margin: -12% 10px 100px -45% !important;
} */

.slider-container {
    width: 100%;
    height: 100%;
    position:fixed; /* add this code for position fixed */
    top:0px; /* set top and left 0 */
    left:0px;  
}
.slider-item-div {
    padding: 20px;
    background-color: white;
    text-align: center;
    height: 100%;
    width: 100%;
}
.carousel-style {
    height: 100% !important;
}

.hello .date {
    float: right;
  } 

  .hello .name {
    float: left;
  }
  .hello .category {
    float: right;
  }
  .hello .prize {
    float: right;
  }

.menu-product-details b {
    font-weight: 700;
}
.menu-product-details label {
    display: inline-block;
    /* text-align: right; */
    /* display: inline-flex; */
    /* text-align-last: right; */
    /* justify-content: space-between; */
}

@media only screen and  (max-width: 425px) {

    .Menu-NextButton {
    display: none;
    }

  }

  .badge-color {
    background-color: #FE5000;
  }

#subButton{
    text-align: center;
    padding: 10px 20px;
    background-color: rgb(12, 80, 12);
    color: white;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}
.loginButton{
    text-align: center;
    padding: 10px 20px;
    background-color: rgb(12, 80, 12);
    color: white;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}
.loginNewUser {
    text-align: center;
    margin-left: 10px;
    padding: 10px 20px;
    background-color: rgb(12, 80, 12);
    color: white;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}

.header {
    padding: 15px;
}
.header h1{
    font-size: 40px;
}
.header span {
    color: green;
}
.header strong {
    color: rgb(227, 227, 18);
    font-weight: bolder;
}
.header label {
    font-size: 17px;
    color: gray;
}
.header button {
    font-weight: 600;
    margin: 40px 0px;
    padding: 10px 20px ;
    background-color:blueviolet;
    color: white !important;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
#fixedIcon {
    position: fixed;
}

@media screen and (max-width: 1285px) {
    .loginButton{
        width: 100%;
        height: auto;
    }
    .loginNewUser {
        width: 100%;
        height: auto;
    }

}
@media  (max-width: 1024px ) and (min-width: 767px){
    .header {
        padding: 0px;
    }
    .loginButton{
        width: 100%;
        height: auto;
    }
    .loginNewUser {
        width: 100%;
        height: auto;
    }
    

}

@media  (max-width: 768px) and (min-width: 424px) {
    .NavBar {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px;
    }
    .header {
        padding: 0px;
    }
    #responsive-navbar-nav {
        margin: 10px 0px 0px 0px;
    }
    .loginButton{
        width: 30%;
        height: auto;
    }
    .loginNewUser {
        width: 35%;
        height: auto;
    }
    
}
@media (max-width: 425px) and (min-width: 320px) {
    .header {
        padding: 0px;
    }
    .NavBar {
        margin: -14px;
    }
    .header h1{
        font-size: 25px;
    }
    .header button {
        width: 30%;
        height: auto;
    }
    #responsive-navbar-nav {
        margin: 0px 0px;
    }
    .loginButton{
        margin-top: 10px;
        width: 35%;
        height: auto;
    }
    .loginNewUser {
        width: 60%;
        height: auto;
    }
  }
  @media (max-width: 375px) {
    .header {
        padding: 0px;
    }
    .header h1{
        font-size: 21px;
    }
    .loginButton{
        width: 50%;
        height: auto;
    }
    .loginNewUser {
        width: 70%;
        height: auto;
    }
  }
  @media (max-width: 320px) {
    .header {
        padding: 0px;
    }
    .loginButton{
        width: 40%;
        height: auto;
    }
    .loginNewUser {
        width: 80%;
        height: auto;
    }
    .header h1{
        font-size: 24px;
    }
    .fluid-img {
        width: 40%;
        height: auto;
    }
  }

.termcondition {
    /* padding: 0px 100px 60px 100px; */
    /* background-color: #fff; */
    color: #737373;
    /* text-align: center; */
}
.header-term {
 padding: 0px ;  
 font-family: Merriweather, sans-serif;
 color: #171717;
 font-weight: 400;
 font-size: 18px;
    line-height: 1.27em; 
}
.header-term1 {
    padding: 0px ;  
    font-family: Merriweather, sans-serif;
    color: #171717;
    font-weight: 400;
    font-size: 18px;
       line-height: 1.27em; 
   }
.termcondition p  {
    padding: 0px 0px;
    font-family: "Roboto Slab", serif;
    font-size: 17px;
    line-height: 1.73em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.termcondition h4 {
    font-family: Merriweather, sans-serif;
    color: #171717;
    font-size: 22px;
    line-height: 1.47em;
    font-weight: 400;
    margin: 10px 0;
}
.termcondition ul li {
    font-family: "Roboto Slab", serif;
    font-size: 17px;
    line-height: 1.73em;
    font-weight: 300;
}
strong {
    font-weight: bold;
    color: #171717;
    opacity: 0.8;
}
.footer {
    background-color: green;
    color: white;
    border-radius: 12px;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
}
.footer-column {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}
.footer-detail {
    font-size: 15px;
    /* padding: 10px; */
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1235px ) {
    .footer {
       text-align: center;
       /* display: inline-block; */
   }
   .termcondition{
    padding: 5px;
   }
}
/* .footer-detail:hover {
    color: yellow;
    transition: 0.6s ease-in;
} */
@media (max-width: 575px ) {
     .footer {
        direction: column;
        width: 100%;
        /* border-radius: 0px; */
        /* display: inline-block; */
    }
    .termcondition{
        padding: 5px;
       }
}
@media (max-width: 320px ) {
    .footer{
        direction: column;
        width: 100%;
        /* display: inline-block; */
    }
    .termcondition{
        padding: 5px;
       }
}

.testHead {
    font-style : italic ;
    font-size: 11px;
}

/* .react-datepicker__day.react-datepicker__day--keyboard-selected {
    background: none !important;
    color: #4e4e4e !important;
  } */

.eventimage {
    object-fit: fill;
    width: 100%;
    height: 100%;
}
.calendar-title {
    font-size: 13px;
}

.fc-today-button  {
text-transform: capitalize !important;
/* font-size: 40px; */
background-color: green !important;

}
.fc .fc-button-group>.fc-button {
    flex: 1 1 auto;
    position: relative;
    background-color: green !important;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    min-height: 10em !important;
    position: relative !important;
}

@media only screen and  (max-width: 320px) {
    .fc .fc-button  {
        font-size: 12px !important;
        }
        .fc .fc-button-group>.fc-button {
            font-size: 12px !important;
        }
        .fc .fc-toolbar-title {
            font-size: 17px !important;
        }
        .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
            min-height: 5em !important;
            position: relative !important;
      }
    
    
  }

  @media only screen  and  (max-width: 375px) and  (min-width: 320px) {
    .fc .fc-toolbar-title {
        font-size: 21px !important;
    }
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 5em !important;
        position: relative !important;
  }
}
@media only screen and  (max-width: 425px) {
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 5em !important;
        position: relative !important;
  }
  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 5rem !important;
    position: relative !important;
}
}

.fc-scroller  {
    overflow: none !important;
}
@media only screen and  (max-width: 1024px) {
    .eventimage {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .calendar-title {
        font-size: 9px;
    }
}

@media only screen and  (max-width: 768px) {
    .eventimage {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .calendar-title {
        font-size: 7px;
    }
}
@media only screen and  (max-width: 425px) {

    .eventimage {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .calendar-title {
        font-size: 4px;
    }
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
        min-height: 5rem !important;
        position: relative !important;
    }
    
  }
  @media only screen and  (max-width: 375px) {

    .eventimage {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .calendar-title {
        font-size: 4px;
    }
    
  }

  @media only screen and  (max-width: 320px) {

    .eventimage {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .calendar-title {
        font-size: 2px;
    }
    
  }


  .login-page-mobile {
    background-color: #f5bf20;
    float: right;
  }
  .login-page-desktop {
    background-color: #f5bf20;
    float: right;
  }
/* .h-100 {
    overflow: hidden;
} */

@media only screen and  (max-width: 425px) {
    .login-page-mobile {
        /* width: 8%;
        font-size: 7px;
        text-align: center; */
        display: none;
      }
}
@media only screen and  (min-width: 425px) {
    .login-page-desktop {
        /* width: 8%;
        font-size: 7px;
        text-align: center; */
        display: none;
      }
}

.css-tlc64q-MuiPaper-root-MuiDialog-paper {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    margin: 32px;
    position: relative;
    /* overflow-y: visible !important; */
    overflow: visible !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 600px;
    width: calc(100% - 64px);
}
 
.fc .fc-view-harness {
    flex-grow: 1;
    border: 1px solid #afafaf;
    position: relative;
}
  
@media only screen and  (max-width: 425px) {
    .specialSuccessCard{
        padding: 20px 10px;
    }
}


@media only screen and  (min-width: 768px) {

    .carousel-tab-mob {
    display: none;
    }

  }
  @media only screen and  (min-width: 768px) and  (max-width: 1640px) {

    .carousel-desktop {
    display: visible;
    }

  }

  .dynamic-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px; /* Adjust the minimum height as needed */
  }
  
  .text-wrap {
    white-space: normal;
    word-wrap: break-word;
  }

  @keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.card-style {
    padding: 30px;
    margin-top: 20%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    border-radius: 10px; /* Optional: Add rounded corners */
    animation: slideIn 0.6s forwards; /* Add slide-in animation */
}

.card-style:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}




