@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/* Bootstrap CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');

*{
    font-family: 'Rubik';
}

body, html{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

a{
    color:black;
    text-decoration: none;
    font-weight: 500;

    
}
a:hover{
    color:black;
    text-decoration: none;
}

h1 h2 h3 h4 h5 h6{
    font-family: 'Rubik';
    color: black;
}
p{
    
    font-family: 'Rubik';
}

/* Table styles */
table {
    border-collapse: collapse;
    width: 100%;
}

.w-fitcontent{
    width: fit-content;
}

th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    background-color: #4CAF50;
    color: white;
}
/* 
.container{
    width: 1140px;
    margin: 0px auto  !important;

} */

.title{
    margin: 20px auto 0px;
    font-family: 'Rubik';
    text-align: center;
    margin: 20px auto;
}

body ::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;
}

.bodyText_paragraph{
    font-size: 15px;
    text-align: center;
}

.bodyText_card{
    font-size: 15px;
    text-align: left;

}

.btn.btn-primary{
    background-color: #EBB820;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 18px;
    color: White;
    border: 1px solid #EBB820;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Rubik';
    
}

.btn.btn-primary:hover{
    background-color: white;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 18px;
    color: black;
    border: 1px solid #EBB820;
}


/************************************************************Gloabal style ends****/ 

/*********************Header logo menu ***********************/

.list-unstyled > .a{
    color: Black;
    font-family: 'Rubik';
    font-size: 18px;

}








/****************************************Custom style starts*****/
.lg-fluid {
    width: 100%;
    height: fit-content; /* Set a fixed height for the slider container */
    overflow: hidden; /* Hide overflow content */
}
.slider {
    display: flex; /* Display slides in a row */
    transition: transform 0.5s slide; /* Smooth transition effect */
}
.slider img {
    width: 100%; /* Make images responsive */
    object-fit: cover; /* Prevent images from stretching */
}

.offcanvas offcanvas-start{
    display: none;
}


.cardTitle{
    background-color: #EBB820;
    color: white;
}



.slider img{
    margin: 10px 0px;
    border-radius: 10px;
}


/*workshops scrollable cards- homepage*/



.NoWorkshopForm{
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #EBB820;
border-radius: 20px;
margin: 20px;
}
#thankyouSection{
    padding: 20px;
/* display: flex;
align-items: center;
justify-content: center; */
background-color: #EBB820;
border-radius: 20px;
margin: 20px;
color: white;
text-align: center;

}
.NoWorkshopForm > input{
    padding: 5px 10px;
    border-radius: 10px;
    border: 0;
    margin: 0px 10px;
}
#WorkshopTitle{
    font-size: 2.5rem !important;  
    color: white;
    font-weight: 600;
}

.descriptionWorkshop{
    height: auto;
    overflow: scroll;
    max-height: 100px;
}
#workshopDetailContent{
    background-color: White;
    color: black;
    width: fit-content;
    padding: 5px 10px;
    font-weight: 500;
    margin: 3px;
}

.closedRegistration{
    width: fit-content;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    color: white;
}
#upcomingWorkshopSection{
    background-image: url(/my-wobo/images/BigO.svg);
    background-repeat: no-repeat;
}



  



 .card {
    width: 300px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.card img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
}
.card-body {
    /* padding: 20px; */
    /* border-left: 2px solid black; */
    margin: 0;
    padding: 10px 5px;
    border: 0;

}
.card-title {
    font-size: 20px;
    /* margin-bottom: 20px; */
    text-decoration: none;
    
    font-family: 'Rubik';
    background-color: #EBB820;
    color: #fff;
    padding: 5px;
    /* margin: 0px 5px; */
    

}
.card-text {
    font-size: 16px;
    font-family: 'Rubik';
    margin: 0;
   

} 
#cardDate{
    margin: 0;
}



.scrollable-cards{
    margin: 0px 24px;
}

.scrollable-cards::-webkit-scrollbar{
    display: none;
}


/*Category */

#bgCategory{
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(/My-wobo/images/bg/categoryBg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 40px 0px; */
    opacity: 0.8
}

#categoryIcon{
    width: 100px;
    display: block;
    margin: auto;
    
}

#CategorySection{
    background-color: #EBB820;
    width: 800px;
    margin: auto;
    border-radius: 20px;
    justify-content: center;
    padding: 20px;
}
#categoryBox{
    /* margin: 30px 20px ; */
    justify-items: center;
    padding: 10px 0px;
    

}
#categoryBox:hover{
  background-color: white;
  border-radius: 20px;

}

.categoryTitle{
    text-align: center;
    font-size: 15px;
    font-family: 'Rubik';
}

/**featured Workshop*/
#featuredWorkshop{
    background-color: #EBB820;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    
}
#featuredWorkshop ::-webkit-scrollbar {
    display: none;
}

#featuredWorkshopImg{
    width: 22%;
}


/*********************Workshop cities ***********/

#workshopCitiesBox{
    /* padding: 30px;
    margin: auto;
    border-radius: 20px;
    text-align: center; */

    padding: inherit;
    margin: auto;
    border-radius: 20px;
    text-align: center;

}
#workshopCitiesBox:hover{
   
    color:#EBB820;
}

/**Register Steps section**/

#registerSteps{
 margin: 10px auto;
}

.registerbox{
    background-color: #EBB820;
    padding: 20px;
    border-radius: 20px;
    color:white;
}


/*****Workshop Page ***/

/**events cards container **/

.searchByFilterFormEvents > input {
    padding: 10px;
    margin: 10px auto;
    border-radius: 30px;
    border: 1px solid #EBB820;
    width: 100% !important;
}
.searchByFilterFormEvents > select {
    padding: 10px;
    margin: 10px auto;
    border-radius: 30px;
    border: 1px solid #EBB820;
    /* width: 100% !important; */
}
.searchByFilterFormEvents{
    display: grid !important;
}
/* .desktopHeader{
  display: none;
} */

.fs-18{
    font-size: 18px;
}

.btn.btn-wobo-outlined{
   
    font-size: 15px;
    color: #EBB820;
    border: 1px solid #ccc;
    /* padding: 5px 20px; */
    margin: 5px;
    border-radius: 20px;


}
.btn.btn-wobo-outlined.sidebarBtn{
    font-size: 14px;
    color: #EBB820;
    border: 1px solid #ccc;
    /* padding: 5px 20px; */
    margin: 5px;
    border-radius: 20px;
    width: fit-content;

}


.btn.btn-wobo{
   
    font-size: 15px;
   color: #f2f2f2;
    background-color: #EBB820;
    border: 0;
    /* padding: 5px 20px; */
    margin: 5px;
    border-radius: 20px;


}


.containerWorkshop{

   
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* padding: 10px; */
    margin-bottom: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */

}

.register-button, .view-event-button {
    display: inline-block;
    background-color: #EBB820;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 9px;
}

.sidebar{
    background-color: white;
    
        /* width: 250px; */
        padding: 10px;
        box-sizing: border-box;
        /* float: ; Float the sidebar to the left */

    }

    .eventsMain{
        display: flex;
    }



#location, #category{
    /* border: 2px solid  #EBB820; */
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 4px ;
    border-radius: 10px;
}

#searchButton{
    background-color: #EBB820;
    padding: 5px 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #EBB820;
    color: white;
    font-family: 'Rubik';

}


/***Workshop details css (single workshop details)**/

.pagetitle{
    background-color: #EBB820;
    /* padding: 50px ; */
}
#bookNow{
    padding: 10px 30px;
    font-weight: 500;
    font-size: 18px;
}

#workshopBg{
    background-color: #EBB820;
    /* height: 550px; */
    margin-bottom: 75px;
    padding: 0px 0px 0px ;
}
#workshopImg{
    /* width: 100%;
    height: 100%; */
    width: -webkit-fill-available;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 2px 4px 3px 1px #cccccc96;

}
#workshopDetail{
    /* background-color: #EBB820; */
    /* padding: 10px 20px; */
    border-radius: 20px;
    color: white;
}

.workshopPrice{
    background-color: #ccc;
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    width: fit-content;
}

#registerBtnContainer{
    /* margin: -175px 0px !important; */
}

.tab {
    overflow: hidden;
    
    background-color: #EBB820;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    /* transition: 0.3s; */
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #fff;
    
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    /* border-bottom: solid #fff; */
    border-width: thin;
    color: black;

  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    /* padding: 6px 12px; */
    padding: 20px;
    border-top: none;
    background-color: white;
    border-radius: 20px;
  }

  #tabsSection{
  background-color: #EBB820;
  width: fit-content;
  padding: 40px;
  border-radius: 40px 40px 0px 0px;
  /* margin: 175px auto 0px; */
  }


/****Login Page style*****/

#loginWrapper{
    width: 570px;
    padding: 40px 50px;
    background-color: #EBB820;
    margin: 50px auto !important;
    border-radius: 20px;

}

.errorText{
    background-color: aliceblue;
    padding: 10px 20px;
    border-radius: 10px;
}
label{
    font-family: 'Rubik';
    font-weight: 600;
}

.loginInputs{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #EBB820;
    font-family: 'Rubik';
    border-radius: 10px;

}
.loginbutton{
    background-color: aliceblue;
    color: black;
    font-family: 'Rubik';
    border:0px;
    width: fit-content;
    padding: 10px 50px;
    border-radius: 10px;
    display: block;
    margin: auto;
}
.registerHere{
    color: #EBB820;
    background-color: aliceblue;
    font-family: 'Rubik';
    padding: 10px 20px;
    margin: 10px auto;
    border-radius: 10px;
    width: fit-content;
    text-align: center;

}



/*********Organizer dashboard ***********/

.OrganizerDashboardsidebar{
    border: 1px solid #ccc;
    padding: 20px 15px 30px;
    /* height: 80vh;  */
    border-radius: 10px;
    box-shadow: 4px 4px #cccccc40;
    font-family: 'Rubik';
}
.titleDashboard{
    background-color: #EBB820;
    padding: 10px;
    border-radius: 10px;
    margin: 10px auto;
}

.titleDashboardMenus{
    padding: 5px 10px;
    border-radius: 10px;

}
.titleDashboardMenus a:hover{
    color: #fff !important;
}
.titleDashboardMenus:hover{
    background-color: #EBB820;

}
.logoutBtn{
    background-color: #EBB820;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
    border: 0;
    width: 100%;
    font-weight: 600;
    
    text-align: left;
    font-family: 'Rubik';

}

.dashboardBoxContent{
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0px 4px;
    border: 1px solid #ccc;
}


/*********Add event************/
.btnWobo{
    background-color: #EBB820;
    border: 0px;
    padding: 5px 30px;
    border-radius: 10px;
    font-weight: 600;

}
.btnWobo:hover{
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    font-weight: 600;
    

}
.tablinks:hover{
    color: black;
}

/**********Listed Workshop (organizer-workshop)**************/
.headerText{
    background-color: #EBB820;
    padding: 10px 20px;
    margin: 20px 0px;
    border-radius: 10px;
    color: white;
    width: fit-content;

}


/*******Customer Dashboard********/
#customerDetailsDashboard{
background-color: #f8f9fa;
border: 1px solid #ccc;
border-radius: 20px;
margin: 0px 10px;
padding: 20px;
}

#customerDetailsDashboard > table{
    width: 100%;
}

#customerDetailsDashboard > table > tr{
    background-color: #EBB820;
}


/**BG Header***/

#bgHeader{
    background-color: rgba(255, 255, 255, 0.9);
    /* background-image: url(/My-wobo/images/bg/categoryBg.jpg); */
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0px;
    opacity: 0.8;
}

#errorMsg{
    text-align: center;
    background-color: #EBB820;
    color: white;
    font-size: larger;
    margin-top: 50px;
    border-radius: 20px;
   
    padding: 50px 0px;
    

}

#errorMsg > a{
    color: black;
}

/* Cart Drawer Styling */
.cart-drawer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    padding-top: 60px;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}

.cart-content {
    padding: 20px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

#cartTable {
    width: 100%;
}

#cartTable th,
#cartTable td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#cartTable th {
    background-color: #f2f2f2;
}


/* Button styles */
button {
    padding: 8px 12px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

/* Total amount container styles */
.total-amount {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Payment method container styles */
.payment-method {
    margin-top: 20px;
}

/* Payment button styles */
#rzp-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #528FF0;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#rzp-button:hover {
    background-color: #3d73c4;
}

#totalAmount{
    background-color: #EBB820;
    margin: 20px 0px;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 600;
    width: fit-content;
    border-radius: 20px;

}

#searchByLocation{
    background-color: #EBB820;
    border-radius: 50px 0px 0px 50px;
    color: white;
}







/******Mobile Responsivee css styles*************/

@media (max-width: 768px){
    .chevron-down{
        display: none;
    }
    .NoWorkshopForm {
        padding: 20px;
        display: grid;
        align-items: center;
        justify-content: center;
        background-color: #EBB820;
        border-radius: 20px;
        margin: 20px;
        row-gap: 10px;
    }
    #cardContainer{
        /* flex: 0 0 calc(50% - 20px); */
        /* margin: 10px 20px;
        padding: 10px 0px; */
    }
    .scrollable-cards{
        display: flex;
    flex-wrap: no-wrap; 
    justify-content: start;
    
    width: fit-content;
    }
    #CategorySection {
        background-color: #EBB820;
        width: auto;
        margin: auto;
        border-radius: 20px;
        justify-content: center;
        padding: 20px;
    }

    #featuredWorkshopImg {
        width: 53% !important;
        border-radius: 10px !important;
    }

    .eventsMain {
        display: flex;
        flex-direction: column;
    }

    .event-card{
        width: 49%;
        /* border: 1px solid #ccc; */
        border-radius: 5px;
        /* padding: 10px; */
        box-sizing: border-box;
    }
    .sidebar {
        background-color: white;
         width: 100%; 
        padding: 20px;
        box-sizing: border-box;
        
    }
    .event-card{
        width: 100% !important;
        margin: 0px;
        padding: 5px;
    }
    /* .button-container {
        display: grid !important;
        justify-content: space-between !important;
        width: fit-content;
        margin: auto;
    } */
    .event-card p {
        margin-bottom: 5px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 100px;
        overflow-y: scroll !important;
    }
    #tabsSection {
       
           
            width: auto;
            padding: 18px !important;
            border-radius: 40px 40px 0px 0px !important;
            margin: 80px 0px;
        

    }
    /* .tabcontent{
        padding: 0px;
    }
    .organization-details{
        padding: 20px 0px;
    } */
    #workshopImg {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 20px;
        box-shadow: 2px 4px 3px 1px #cccccc96;
    }
    #workshopBg {
        margin-bottom: 0px;
    padding: 50px 0px;
    height: fit-content;
    }
    #registerBtnContainer{
        margin: 0px !important;
    }

    #loginWrapper {
        width: auto;
        padding: 40px 50px;
        background-color: #EBB820;
        margin: 50px auto !important;
        border-radius: 20px;
    }
    #customerDetailsDashboard > table {
       
        font-size: 12px;
    }
    #CategoryOnMobile{
    flex-wrap: nowrap;
    display: flex;
    overflow-x: scroll;
    word-break: normal;
    white-space: nowrap;
    }
    .sidebar{
        display: none;
    }
    .event-card img {
        max-width: 100%;
        height: 250px;
        border-radius: 5px 5px 0px 0px;
    }
    #customerDetailsDashboard{
        border-radius: 0px;
        margin: 0px;
        padding: 20px 0px;
    }
    #viewTicketModalBtn{
        padding: 5px;
    word-wrap: break-word;
    width: max-content;
    }
    
}
#userDropdownButton span{
    text-transform: uppercase;
}

@media(max-width:767px){
    th, tr, td{
        font-size:9px;
    }
     /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 4px !important;
    /* transition: 0.3s; */
    font-size: 13px !important;
  }
}

