.banner_card{height:330px;padding:30px;background:rgba(0,0,0,.3)}@media screen and (max-width:768px){.banner_card{height:200px;padding:15px}}.banner_card .content .name_data .event-name{font-family:Inter,sans-serif;font-size:37px;font-weight:600;line-height:37px;text-align:left;color:#fff;margin:10px 0}@media screen and (max-width:768px){.banner_card .content .name_data .event-name{font-size:22px;line-height:25px;margin:2px 0}}.banner_card .content .name_data .venue-name{font-family:Inter,sans-serif;font-size:21px;font-weight:400;line-height:28px;text-align:left;color:#fff}@media screen and (max-width:768px){.banner_card .content .name_data .venue-name{font-size:13px;line-height:18px}}.banner_card .content .name_data .event-date{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22px;text-align:left;color:#fff;margin-top:5px}@media screen and (max-width:768px){.banner_card .content .name_data .event-date{font-size:9px;line-height:16px}}.banner_card .content .get_tickets{background:#1d1d1d;box-shadow:0 4px 6px rgba(0,0,0,.1);width:150px;height:40px;padding:8px 16px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;text-align:center;color:#fff;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease}@media screen and (max-width:768px){.banner_card .content .get_tickets{font-size:12px;width:100px;height:35px;padding:6px 12px}}.banner_card .content .get_tickets:hover{background:#333;transform:translateY(-3px);box-shadow:0 6px 8px rgba(0,0,0,.2)}.banner_card .content .get_tickets:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.5)}.banner_card .content .get_tickets:active{transform:scale(.95);box-shadow:0 2px 4px rgba(0,0,0,.1)}.banner_card .content .get_tickets:disabled{background:#888;cursor:not-allowed}.banner_card .content .get_tickets.loading{position:relative;pointer-events:none}.banner_card .content .get_tickets.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;transform:translate(-50%,-50%);animation:spin 1s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.bg_image_banner{position:relative;filter:blur(25px)}.bg_image_banner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1}.fillter_section{padding:10px 6px;text-align:center}.fillter_section .fillter_inner_portion{display:flex;gap:15px;justify-content:center;margin:15px 10px}@media screen and (max-width:768px){.fillter_section .fillter_inner_portion{margin:0 3px}}.fillter_section .fillter_inner_portion .fillter_item{display:flex;justify-content:center;align-items:center;background:#181818;width:324px;height:53.33px;font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:16px;text-align:center;color:#fff;padding:10px;border-radius:10px}.fillter_section .fillter_inner_portion .fillter_item button{background:transparent!important;border:none}@media screen and (max-width:768px){.fillter_section .fillter_inner_portion .fillter_item{height:40px;width:30.5%}}.fillter_section .fillter_inner_portion .fillter_item svg{width:33.31px;height:33.31px}@media screen and (max-width:768px){.fillter_section .fillter_inner_portion .fillter_item svg{width:20px;height:20px}.fillter_section .fillter_inner_portion .fillter_item span{display:none}}.event_card_container{padding:1px 3px}.event_card{border:2px solid #27272a;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 4px 8px hsla(0,0%,100%,.2);transition:box-shadow .3s ease,transform .3s ease}.img-container{flex-shrink:0;height:300px;overflow:hidden}.image{object-fit:cover;width:100%;height:100%;opacity:0;transform:scale(.95);animation:imageLoad .8s ease-out forwards;transition:transform .4s ease}@keyframes imageLoad{to{opacity:1;transform:scale(1)}}.event_card:hover .image{transform:scale(1.1)}.event_card:hover{box-shadow:0 4px 8px var(--event-color,hsla(0,0%,100%,.2));transform:translateY(-5px)}.event_card .content{display:flex;flex-direction:column;flex-grow:1;padding:15px;justify-content:space-between;height:100px}.event_card .content h2{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:22px;text-align:left;color:#fff;white-space:normal;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.event_card .content h2{font-size:14px;font-weight:400;line-height:20px}}.event_card .content p{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22px;text-align:left;color:#787878;margin-top:5px}@media screen and (max-width:768px){.event_card .content p{font-size:12px;font-weight:400;line-height:20px}.img-container{height:200px}.event_card .content{padding:10px}}.new_banner_slider_events .slick-slider .slick-dots{bottom:-13px!important}@media screen and (max-width:768px){.new_banner_slider_events .slick-slider .slick-dots{bottom:-10px!important}}.double-range-slider input[type=range]::-webkit-slider-thumb{pointer-events:all;width:20px;height:20px;border-radius:50%;background:#3490dc;cursor:pointer}.double-range-slider input[type=range]::-moz-range-thumb{pointer-events:all;width:20px;height:20px;border-radius:50%;background:#3490dc;cursor:pointer}.double-range-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:3px;background:transparent;pointer-events:none;z-index:3}.double-range-slider input[type=range]:nth-of-type(2){z-index:4}.event_search_menu button{width:100%}.page_not_found{max-width:1350px;margin:auto;padding:100px 20px;min-height:100vh}.page_not_found h2{font-family:Inter,sans-serif;font-size:67px;font-weight:400;line-height:70px;text-align:center;color:#fff}@media screen and (max-width:675px){.page_not_found h2{font-size:35px;font-weight:400;line-height:37px}}.page_not_found p{font-family:Inter,sans-serif;font-size:43px;font-weight:400;line-height:45px;text-align:center;color:#a1a1aa}@media screen and (max-width:675px){.page_not_found p{font-size:21px;font-weight:400;line-height:25px}}.page_not_found .all_btn{margin:50px 0}@media screen and (max-width:675px){.page_not_found .all_btn{margin:20px 0}}.page_not_found .all_btn ul{padding-left:0;margin-left:0}.page_not_found .all_btn ul li{display:inline-block;width:190px;margin-right:30px;border:1px solid #ea580c;box-shadow:0 0 8px 1px #ea580c;border-radius:12px;text-align:center;padding:10px;transition:all .3s ease-in-out}.page_not_found .all_btn ul li:hover{box-shadow:0 0 20px 5px #ea580c;transform:scale(1.05)}@media screen and (max-width:675px){.page_not_found .all_btn ul li{display:block;margin:15px auto}}.page_not_found .all_btn ul li:nth-child(3){margin-right:0}@media screen and (max-width:675px){.page_not_found .all_btn ul li:nth-child(3){margin:15px auto}}.page_not_found .all_btn ul li a{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:25px;text-align:center;color:#ea580c;width:190px}@media screen and (max-width:675px){.page_not_found .all_btn ul li a{font-size:17px;font-weight:400;line-height:25px}}.page_not_found .all_btn_contact{margin:50px 0}@media screen and (max-width:675px){.page_not_found .all_btn_contact{margin:25px 0}}.page_not_found .all_btn_contact ul{padding-left:0;margin-left:0}.page_not_found .all_btn_contact ul li{display:inline-block;width:190px;margin-right:30px;border:1px solid #fff;box-shadow:0 0 8px 1px #ea580c;border-radius:12px;text-align:center;padding:10px;transition:all .3s ease-in-out}.page_not_found .all_btn_contact ul li:hover{box-shadow:0 0 20px 5px #ea580c;transform:scale(1.05)}@media screen and (max-width:675px){.page_not_found .all_btn_contact ul li{display:block;margin:15px auto}}.page_not_found .all_btn_contact ul li:nth-child(2){margin-right:0}@media screen and (max-width:675px){.page_not_found .all_btn_contact ul li:nth-child(2){margin:15px auto}}.page_not_found .all_btn_contact ul li a{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:25px;text-align:center;color:#fff;width:190px}@media screen and (max-width:675px){.page_not_found .all_btn_contact ul li a{font-size:17px;font-weight:400;line-height:25px}}.top_bar_event{position:fixed;top:0;left:0;width:100%;margin-left:60px;background:#121212;display:flex;justify-content:space-between;align-items:center;padding:20px 20px 5px;z-index:1;font-family:Inter,sans-serif}.top_bar_event .left_content .bread_crums ul{margin-bottom:0}.top_bar_event .left_content .bread_crums ul li{display:inline-block;margin-right:1rem;color:#a1a1aa;font-family:Inter,sans-serif;font-size:13.67px;font-weight:400;line-height:20px;text-align:left;margin-bottom:0;padding:0}.top_bar_event .left_content .bread_crums ul li:after,.top_bar_event .left_content .bread_crums ul li:before{display:none}.top_bar_event .left_content .bread_crums ul .active{color:#fff}.side_bar_event{position:fixed;height:100vh;width:60px;top:0;left:0;background:#09090b;border-right:.8px solid #27272a;padding:5px;text-align:center;z-index:9}@media screen and (max-width:765px){.side_bar_event{display:none}}.main_icons{border-radius:50%;justify-content:center;width:40px;height:40px;background:#09090b;margin:auto;transition:transform .3s ease,background .3s ease}.all_icons,.main_icons{display:flex;align-items:center}.all_icons{flex-direction:column;justify-content:space-between;width:100%;height:85vh;margin-top:10px}.list_icons ul li{margin:10px 5px;display:flex;align-items:center;justify-content:center;position:relative}.list_icons ul li .tool_tips_new{position:absolute;left:130%;top:-2px;background:#121212;padding:6px 15px;border-radius:8px;font-size:12px;border:1px solid #424244;display:none;font-family:Inter,sans-serif;font-weight:600;white-space:nowrap;color:#fff;opacity:0;transition:opacity .3s ease,transform .3s ease}.list_icons ul li a{display:flex;justify-content:space-between;align-items:center;color:#fff;transition:color .3s ease}.list_icons ul li a .active{background:#27272a;border-radius:8px;padding:2px}.list_icons ul li a:hover{text-decoration:none;color:#f0f0f0}.list_icons ul li a .label,.list_icons ul li:after,.list_icons ul li:before{display:none}.list_icons ul li:hover .tool_tips_new{display:block;opacity:1;transform:translateY(-5px)}.list_icons ul li:hover .main_icons{transform:scale(1.1);background:#27272a}.list_icons_tggleBar ul li{margin:0 5px;display:flex;align-items:center;text-align:center}.list_icons_tggleBar ul li a{display:flex;align-items:center;color:#fff}.list_icons_tggleBar ul li a .active{background:#27272a;border-radius:8px;padding:2px}.list_icons_tggleBar ul li a:hover{text-decoration:none}.list_icons_tggleBar ul li a .label,.list_icons_tggleBar ul li:after,.list_icons_tggleBar ul li:before{display:none}.event_pages_contents{margin-left:60px;margin-top:40px;padding:20px}@media screen and (max-width:765px){.event_pages_contents{margin-left:0}}.top-page{border:1px solid #27272a;background-color:#09090b;font-family:Inter,sans-serif;padding:20px;border-radius:12px}@media screen and (max-width:764px){.top-page{margin:20px 0 0}}.top-page h2{color:#fff;font-size:15.63px;font-weight:600;line-height:16px}.top-page p{color:#a1a1aa;font-size:13.56px;line-height:20px;font-weight:400}@media screen and (max-width:552px){.event_pages_contents{padding:20px 10px}}.introjs-tooltiptext{color:#121212!important}.NavDropdown{width:100%;height:46px;background-color:#000;color:#fafafa;padding-left:10px;padding-right:10px;margin-right:10px;text-align:center;font-size:18px;font-weight:700;border-radius:6px;font-family:Inter,sans-serif;text-transform:capitalize;margin-bottom:5px}@media screen and (min-width:765px){.NavDropdown{display:none}}.link_tables{background:#09090b;border:1px solid #27272a;box-shadow:0 1px 2px -1px rgba(0,0,0,.102);box-shadow:0 1px 3px 0 rgba(0,0,0,.102);border-radius:12px;padding:20px}.messagemaincontainer{width:100%;padding-right:20px}@media screen and (max-width:764px){.messagemaincontainer{padding:20px 0 0}}.homeDashboardResponsive{padding:20px}@media screen and (max-width:462px){.homeDashboardResponsive{padding:2px}}.homeEventCardResponsive{padding-inline:20px}@media screen and (max-width:462px){.homeEventCardResponsive{padding-inline:10px}}.dashboard_analytics{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding-inline:20px}@media screen and (max-width:462px){.dashboard_analytics{padding:2px;padding-inline:10px}}@media screen and (max-width:768px){.dashboard_analytics{grid-template-columns:1fr!important}}.top_dasboard_box{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:25px}@media screen and (max-width:462px){.top_dasboard_box{padding-inline:10px}}@media screen and (max-width:768px){.top_dasboard_box{grid-template-columns:1fr 1fr}}.analyticsTextStyling{font-size:12px;font-weight:700;font-family:Inter,sans-serif;color:#000}@media screen and (max-width:462px){.analyticsTextStyling{font-size:9px}}.iconStyling{font-size:16px}@media screen and (max-width:462px){.iconStyling{font-size:10px}}.eventHeaderContainer{padding-inline:24px}@media screen and (max-width:500px){.eventHeaderContainer{padding-inline:10px}}.eventHeaderItself{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px 10px;padding-block:20px}.eventHeaderItself div{display:flex;align-items:center;gap:24px}.eventHeaderItself div div{display:flex;align-items:center;gap:4px;font-size:13.78px;font-weight:500;font-family:Inter;color:#fafafa}.eventHeaderItself div div p{text-transform:uppercase}.eventHeaderItself div div span{text-transform:capitalize}.eventCodeContainerNew{border:1px solid #27272a;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-radius:6px;height:36px;display:flex;align-items:center;padding-inline:32px}@media screen and (max-width:500px){.eventCodeContainerNew{padding-inline:10px}}.eventCodeContainerNew p{color:#a1a1aa;font-size:18px;font-weight:600;font-family:Inter}@media screen and (max-width:500px){.eventCodeContainerNew p{font-size:13px}}.gridstyle{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}@media screen and (max-width:767px){.gridstyle{grid-template-columns:1fr}}.gridstyle .OutlineButtonStyle{height:36px;width:150px;border:1px solid #fafafa;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-right:10px;margin-bottom:10px;cursor:pointer}@media screen and (max-width:767px){.gridstyle .OutlineButtonStyle{margin-left:5px}}.listContainer{width:100%;max-height:200px;overflow-y:auto;padding-right:10px}.teamcontainer{margin-top:15px;width:100%}@media screen and (max-width:462px){.teamcontainer{margin-top:45px}}.listItem{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;margin-top:10px}.profileIcon{margin-right:10px}.userData{flex-grow:1;margin-left:15px}@media screen and (max-width:767px){.userData{margin-left:0}}.myattendeedropdown{padding-left:10px;padding-right:10px;text-align:right;background-color:transparent}.myattendeedropdown,.rolebutton{width:150px;height:36px;color:#fafafa;font-size:13.67px;font-weight:400;border-radius:6px}.rolebutton{background-color:#09090b;border:.5px solid gray;display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.rolebutton{width:80px}}.buttonStyling{height:36px;width:150px;background-color:#fafafa;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-right:10px}@media screen and (max-width:767px){.buttonStyling{width:80px;font-size:5px}}.buttontext{font-size:12.67px;font-weight:500;color:#000;text-align:center;margin-top:2px;font-family:Inter,sans-serif}@media screen and (max-width:767px){.buttontext{font-size:9px}}.textStyling{font-size:15.63px;text-align:left;font-weight:600;font-family:Inter,sans-serif}@media screen and (max-width:767px){.textStyling{font-size:13px}}.mediumStyling{font-size:13.75px;font-weight:400;color:#a1a1a1;font-family:Inter,sans-serif}@media screen and (max-width:767px){.mediumStyling{font-size:10px}}.name{font-size:14px;font-weight:500}@media screen and (max-width:767px){.name{font-size:10px}}.email{font-size:13px;font-weight:400;color:#a8a29e}@media screen and (max-width:767px){.email{font-size:10px}}.OutlineButtonStyle{height:36px;width:150px;border:1px solid #fafafa;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-left:75px;cursor:pointer}@media screen and (max-width:767px){.OutlineButtonStyle{margin-left:5px}}.marginOutlineButtonStyle{height:36px;width:150px;border:1px solid #fafafa;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-left:170px}@media screen and (min-width:1900px){.marginOutlineButtonStyle{margin-left:35%}}@media screen and (min-width:1700px){.marginOutlineButtonStyle{margin-left:21%}}@media screen and (max-width:767px){.marginOutlineButtonStyle{margin-left:5px}}.outlineButtonText{font-size:12.67px;font-weight:500;color:#fff;text-align:center;font-family:Inter,sans-serif}@media screen and (max-width:767px){.outlineButtonText{font-size:9px}}.messageSearchfeilds{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px}@media screen and (max-width:767px){.messageSearchfeilds{align-items:start;justify-content:flex-start}}.messageFilter{background-color:#09090b;display:flex;align-items:center;justify-content:space-evenly;border-radius:6px;width:78.21px;height:34px;border:1px solid gray}@media screen and (max-width:767px){.messageFilter{width:70px;height:34px}.messageFilter .filtericon{width:12px}}.messageFilter .filterText{font-size:14px;font-weight:500;font-family:Inter,sans-serif}@media screen and (max-width:767px){.messageFilter .filterText{font-size:10px}}.messageInput{display:"flex";flex-direction:row;align-items:center;border:1px solid gray;border-radius:4px;padding:4px;background-color:#09090b}@media screen and (max-width:767px){.messageInput{width:140px}}.modalmessageInput{display:"flex";flex-direction:row;width:143px;height:36px;align-items:center;border:1px solid #292524;border-radius:4px;padding:4px;background-color:#0c0a09}@media screen and (max-width:767px){.modalmessageInput{width:140px}}.modalfullmessageInput{display:"flex";flex-direction:row;width:303px;height:36px;align-items:center;border:1px solid #292524;border-radius:4px;padding:4px;background-color:#0c0a09}@media screen and (max-width:767px){.modalfullmessageInput{width:140px}}.CustommodalfullmessageInput{display:"flex";flex-direction:row;width:100%;height:36px;align-items:center;border:1px solid #292524;border-radius:4px;padding:4px;background-color:#0c0a09}@media screen and (max-width:767px){.CustommodalfullmessageInput{width:140px}}.inputstyling{border:none;outline:none;background-color:#09090b;color:#fff;overflow-x:auto}@media screen and (max-width:767px){.inputstyling{width:50px}}.messagegridstyle{display:grid;grid-template-columns:65% 35%;grid-gap:20px}@media screen and (max-width:895px){.messagegridstyle{grid-template-columns:1fr}}.messagegridstyle .messagesContainer{width:100%;background-color:#09090b;border-radius:12px;border:1px solid gray;margin-top:20px}@media screen and (max-width:610px){.messagegridstyle .messagesContainer{width:95%}}.messagegridstyle .messagesContainerpromoterchat{width:100%;background-color:#09090b;border-radius:12px;border:1px solid gray;margin-top:20px}.messagegridstyle .messagetopBar{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.messagegridstyle .textStyling{font-size:17px;text-align:left;font-weight:600}@media screen and (max-width:767px){.messagegridstyle .textStyling{font-size:13px}}#chat-title{display:flex;justify-content:space-between;align-content:center;align-items:center;background:#09090b;color:#fff;font-weight:700;font-size:2rem;border-radius:10px;padding:5px 10px;z-index:1}#chat-message-list{grid-area:chat-message-list;display:flex;flex-direction:column-reverse;padding:0 20px;overflow-y:scroll;max-height:500px;min-height:500px}#chat-message-list::-webkit-scrollbar{width:0;height:0}#table-list::-webkit-scrollbar{height:4px;width:5px}#table-list::-webkit-scrollbar-track{background:gray;border-radius:10px}#table-list::-webkit-scrollbar-thumb{background:#313030;border-radius:10px}#table-list::-webkit-scrollbar-thumb:hover{background:#555}#CotractInfomodal::-webkit-scrollbar{height:4px;width:5px}#modal::-webkit-scrollbar-track{background:gray;border-radius:10px}#modal::-webkit-scrollbar-thumb{background:#313030;border-radius:10px}#modal::-webkit-scrollbar-thumb:hover{background:#555}.message-row{display:grid;grid-template-columns:70%;margin-bottom:20px}.message-row>.message-content{display:grid}.message-row>.message-content>.message-text{padding:9px 14px;font-size:13.56px;margin-bottom:5px;font-family:Inter,sans-serif}.message-row.you-message{justify-content:end}.message-row.you-message>.message-content{justify-items:end}.message-row.you-message>.message-content>.message-text{background:#ea580c;font-size:13.56px;color:#fff;border-radius:8px;font-weight:400}.message-row.other-message,.message-row.other-message>.message-content{justify-items:start}.message-row.other-message>.message-content>.message-text{background:#292524;font-size:13.56px;color:#fff;border-radius:8px;font-weight:400}.custom-table-box{min-height:300px;max-height:300px;overflow-y:auto;scrollbar-width:none}.custom-table{display:table;width:100%;border-collapse:collapse}.custom-table-header,.custom-table-row{display:table-row}.custom-table-row:hover{background-color:#27272a;cursor:pointer}.custom-table-header span,.custom-table-row div{color:#a1a1aa;vertical-align:middle}.ratingModal::-webkit-scrollbar{width:0;height:0}.contractmaincontainer{width:100%;padding:20px}@media screen and (max-width:764px){.contractmaincontainer{padding:20px 0 0}}.contractContainer{width:100%;background-color:#09090b;border-radius:12px;border:1px solid gray;margin-top:20px;padding:20px}.contractGrid{display:grid;grid-template-columns:30% 60%;grid-gap:80px}@media screen and (max-width:895px){.contractGrid{grid-template-columns:1fr}}.contractdropdown{width:100%;height:36px;background-color:transparent;color:#fafafa;padding-left:10px;padding-right:10px;text-align:left;font-size:13.67px;font-weight:400;border-radius:6px;font-family:Inter,sans-serif}.contractMessageContainer{width:100%;background-color:#18181a;border-radius:12px;margin-top:20px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:390px;min-width:193px}@media screen and (max-width:895px){.contractMessageContainer{padding:0}}@media screen and (max-width:512px){.innputHandleStyling{width:85%;font-size:13px;text-wrap:nowrap;font-family:Inter,sans-serif}}@media screen and (max-width:412px){.buttonhandlystyling{width:75%;font-size:5px;text-wrap:nowrap;font-family:Inter,sans-serif}}.contractmessageInput{border-radius:12px;border:1px solid gray;padding:13px;font-family:Inter,sans-serif}.contractInputContainer,.contractmessageInput{width:100%;background-color:#09090b;margin-top:20px}.contractInputContainer{border-radius:12px;border:1px solid #444;padding-left:20px;padding-right:20px;padding-bottom:20px}@media screen and (max-width:470px){.contractInputContainer{padding-left:10px;padding-right:10px;padding-bottom:10px}}.spacebuttonStyling{height:36px;width:150px;background-color:#fafafa;border-radius:6px;display:flex;align-items:center;justify-content:space-evenly;border:none;outline:none}@media screen and (max-width:767px){.spacebuttonStyling{width:110px;font-size:10px}}.form_input_flite{color:#a8a29e!important;border:1px solid #292524!important;background-color:#0b0b0c!important;border-radius:8px;width:100%;height:50px;font-family:Inter,sans-serif;font-size:13.89px;font-weight:500;line-height:14px;text-align:left;padding:10px 20px}.form_input_flite::placeholder{color:#a8a29e!important}.event_code_label{display:flex;align-items:center}.event_code_label label{font-size:13.78px;font-weight:500;font-family:Inter;color:#fafafa}@media screen and (max-width:500px){.event_code_label label{font-size:11px;display:none}}.recent_sales{margin-right:25px}@media screen and (max-width:768px){.recent_sales{margin-right:0}}.attendees-table-pagination-new{background:transparent;padding:7px;margin-top:10px;margin-left:-20px}.attendees-table-pagination-new li{padding-bottom:0}.attendees-table-pagination-new li:before{content:none}.attendees-table-pagination-new li .MuiPaginationItem-root,.attendees-table-pagination-new li button{color:#fff;margin:0}.attendees-table-pagination-new li button.Mui-selected{border:1px solid #27272a;border-radius:8px}.attendees-table-pagination-new li button.Mui-selected:hover{background-color:#fff;color:#000}.back_dashboard_link_outer{padding:16px 22px;background:#09090b;border:1px solid #27272a;box-shadow:0 1px 2px -1px rgba(0,0,0,.102);box-shadow:0 1px 3px 0 rgba(0,0,0,.102);border-radius:12px}.back_dashboard_link_outer .back_dashboard_link_inner{display:flex;align-items:center;gap:17px}.back_dashboard_link_outer .back_dashboard_link_inner .line{height:60px;border:1px solid #fff}.back_dashboard_link_outer .back_dashboard_link_inner .content h2{font-family:Inter,sans-serif;font-size:15.63px;font-weight:600;line-height:16px;letter-spacing:-.400000006px;text-align:left;color:#fafafa}.back_dashboard_link_outer .back_dashboard_link_inner .content p{font-family:Inter,sans-serif;font-size:13.56px;font-weight:400;line-height:20px;text-align:left;color:#a1a1aa}.icon{position:relative;display:inline-block;cursor:pointer}.icon:before{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;background:hsla(0,0%,98%,.2);border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease-in-out}.icon:hover:before{transform:translate(-50%,-50%) scale(1)}.icon svg{transition:transform .3s ease,fill .3s ease}.icon:hover svg{transform:scale(1.2);fill:#fafafa}.back_dashboard_link{padding:16px 22px;background:#09090b;border:1px solid #27272a;box-shadow:0 1px 2px -1px rgba(0,0,0,.102);box-shadow:0 1px 3px 0 rgba(0,0,0,.102);border-radius:12px;display:flex;align-items:center;gap:17px;margin:1rem 0}.back_dashboard_link .line{height:60px;border:1px solid #fff}.back_dashboard_link .content h2{font-family:Inter,sans-serif;font-size:15.63px;font-weight:600;line-height:16px;letter-spacing:-.400000006px;text-align:left;color:#fafafa}.back_dashboard_link .content p{font-family:Inter,sans-serif;font-size:13.56px;font-weight:400;line-height:20px;text-align:left;color:#a1a1aa}.embla{margin:auto;--slide-height:19rem;--slide-spacing:1rem;--slide-size:40%;--brand-primary:#8ab4f8;--brand-secondary:#c1a8e2;--brand-alternative:#88babf;--background-site:#000;--background-code:#0c0c0c;--text-body:#dedede;--text-comment:#aaa;--text-high-contrast:#e6e6e6;--text-medium-contrast:#cacaca;--text-low-contrast:#aaa;--detail-high-contrast:#656565;--detail-medium-contrast:#191919;--detail-low-contrast:#151515;--admonition-note:#8ab4f8;--admonition-warning:#fdba74;--admonition-danger:#dc2626;--brand-primary-rgb-value:138,180,248;--brand-secondary-rgb-value:193,168,226;--brand-alternative-rgb-value:136,186,191;--background-site-rgb-value:0,0,0;--background-code-rgb-value:12,12,12;--text-body-rgb-value:222,222,222;--text-comment-rgb-value:170,170,170;--text-high-contrast-rgb-value:230,230,230;--text-medium-contrast-rgb-value:202,202,202;--text-low-contrast-rgb-value:170,170,170;--detail-high-contrast-rgb-value:101,101,101;--detail-medium-contrast-rgb-value:25,25,25;--detail-low-contrast-rgb-value:21,21,21;--admonition-note-rgb-value:138,180,248;--admonition-warning-rgb-value:253,186,116;--admonition-danger-rgb-value:220,38,38}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}@media (max-width:768px){.embla__slide{flex:0 0 100%;padding-left:46px;padding-right:30px}.embla__dot,.embla__dot:after{width:7px;height:7px}}.embla__slide__number{border-radius:1.8rem;display:flex;align-items:center;justify-content:center;height:var(--slide-height);user-select:none}.embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;margin-top:1.8rem}.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px}@media (max-width:768px){.embla__dots{gap:3px}.embla__dot:after{width:7px!important;height:7px!important}}.embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;justify-content:center}.embla__dot,.embla__dot:after{width:10px;height:10px;display:flex;align-items:center;border-radius:50%}.embla__dot:after{box-shadow:inset 0 0 0 1px #fff;content:""}.embla__dot--selected:after{background-color:#fff}.other_links_drawer div{margin:10px 0}.other_links_drawer div a{color:#fff;font-size:16px;font-weight:600}.org_header h2{font-weight:400;line-height:20px;text-align:left;color:#fff}.header_org{border-bottom:1px solid #fff;padding-bottom:16px;margin-top:2rem}.header_org h2{font-weight:600;line-height:32px;text-align:left;color:#fafafa}.header_org .button{background:#fff;font-weight:600;line-height:20px;text-align:left;color:#000;height:32px;display:flex;justify-content:center;align-items:center;border-radius:6px}.org_card_new{width:100%}.org_card_new .img{filter:blur(10px)}.org_card_new .layout_org{background:rgba(0,0,0,.5);position:absolute;top:0;height:0;width:100%;height:100%;display:flex;justify-content:end;flex-direction:column;padding:20px;backdrop-filter:blur(4px)}.org_card_new .layout_org .content h2{font-weight:600;text-align:left;color:#fafafa}.org_card_new .layout_org .content div .badges{background:#323232;border-radius:4px;font-weight:400;text-align:center;color:#fff;padding:5px 15px}.org_card_new .layout_org .content div .icons{font-size:22px}.upcoming_event_org{background:#09090b;border:1px solid #27272a;padding:25px;border-radius:12px}.upcoming_event_org .upcoming_img{width:100%;height:165px;margin-top:1rem;position:relative}.upcoming_event_org .upcoming_img .over_lay{background:rgba(0,0,0,.3);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:15px}.upcoming_event_org .upcoming_img .over_lay h2{font-weight:600;text-align:center;color:#fff}.upcoming_event_org .button{background:#fff;border-radius:6px;font-size:11px;font-weight:600;line-height:20px;text-align:center;color:#27272a;padding:5px 30px;font-family:Inter,sans-serif}.new_org_table th{font-size:11px;line-height:12px;color:#a1a1aa;border-bottom:.8px solid #a1a1aa}.new_org_table .tbody tr,.new_org_table th{font-family:Inter,sans-serif;font-weight:400}.new_org_table .tbody tr{padding:5px 16px;font-size:14px;line-height:14px;color:#fafaf9;border-bottom:none!important;border-width:0}.new_org_table .first_name_cells p span{font-family:Inter,sans-serif;font-size:11.67px;font-weight:400;line-height:12px;text-align:left;color:#a1a1aa}.header_title{font-size:31px;font-weight:600;line-height:32.55px;text-align:center;color:#f2f2f2}.org_label{font-size:16px;font-weight:400;line-height:14px;text-align:left;color:#fafaf9;margin-top:10px}.upload-button{background:hsla(0,0%,100%,.004);border:1px solid #292524;box-shadow:0 1px 2px 0 rgba(0,0,0,.051);border-radius:8px;width:100%;height:100px;display:flex;align-items:center;justify-content:center;margin-top:10px}.upload-button span{font-size:16px;font-weight:400;line-height:16.8px;text-align:left;color:#a8a29e}.uploaded-image{max-width:100%;max-height:100%;object-fit:cover}input.flite_input_style{background-color:#09090b;border:1px solid #27272a;box-shadow:0 1px 2px 0 rgba(0,0,0,.051);width:100%;height:50px;padding:15px;font-family:Inter,sans-serif;font-size:13.13px;font-weight:400;line-height:15.88px;text-align:left;color:#a1a1aa;border-radius:8px}input.flite_input_style::placeholder{color:#a1a1aa}input.flite_input_style:active,input.flite_input_style:focus{outline:none}input.flite_input_style:active,input.flite_input_style:focus,select.flite_input_style{background-color:#09090b;border:1px solid #27272a;box-shadow:0 1px 2px 0 rgba(0,0,0,.051)}select.flite_input_style{width:100%;height:50px;font-family:Inter,sans-serif;font-size:13.13px;font-weight:400;line-height:15.88px;text-align:left;color:#a1a1aa;border-radius:8px}select.flite_input_style::placeholder{color:#a1a1aa}select.flite_input_style:active,select.flite_input_style:focus{border:1px solid #27272a;outline:none}.tabs{max-width:fit-content;background:#27272a;border-radius:8px;padding:5px 4px}.tabs div{padding:0;margin:0;display:flex;gap:10px}.tabs div span{display:inline-block;padding:8px 12px;font-family:Inter,sans-serif;font-size:13.78px;font-weight:500;line-height:20px;text-align:center;color:#a1a1aa;border-radius:6px;transition:background-color .3s ease,color .3s ease,transform .2s ease;cursor:pointer}.tabs div span:hover{background:#1f1f1f;color:#fff;transform:scale(1.05)}.tabs div .active{background:#09090b;box-shadow:0 1px 2px -1px rgba(0,0,0,.102);color:#fafafa}