.dialog-content-div{background-color:#fff;flex-direction:column;display:flex}.dialog-top-bar{-webkit-user-select:none;user-select:none;z-index:5;background-color:var(--secondary);justify-content:space-between;align-items:center;height:40px;padding:0 15px;display:flex;box-shadow:0 3px 8px #00000080}.dialog-inner-content{flex:1;margin:20px}.dialog-top-bar>p{color:#fff;letter-spacing:2px;text-overflow:ellipsis;white-space:nowrap;width:90%;font-weight:600;overflow:hidden}.dialog-close-icon{cursor:pointer;color:#fff;transition:all .2s ease-in-out}.dialog-close-icon:hover{transform:scale(1.1)}.dialog-outer-div .MuiPaper-root{border-radius:20px}.delete-dialog-content{color:#fff;background-image:linear-gradient(to top, var(--light-blue) 0%, var(--dark-blue) 100%);-webkit-user-select:none;user-select:none;padding:10px 24px;font-size:18px}.delete-dialog-action{flex-direction:column;justify-content:space-evenly;align-items:center;height:175px;display:flex;padding:15px!important}.delete-dialog-buttons-div{-webkit-user-select:none;user-select:none;justify-content:flex-end;width:100%;height:25%;padding:0 10px;display:flex}.delete-dialog-text-div{white-space:pre-line;flex:1;width:100%;padding-left:5px;font-size:18px}.delete-dialog-button{appearance:none;background-color:var(--light-blue);color:#fff;outline-color:var(--pink-soft);cursor:pointer;border:none;border-radius:2rem;padding:5px 15px;font-size:16px}.delete-dialog-button:disabled{cursor:default;background-color:gray}.delete-dialog-button:disabled:hover{background-color:gray}.delete-dialog-button:first-child{margin-right:10px}.delete-dialog-button:hover{background-color:var(--light-purple)}.info-dialog-buttons-div{-webkit-user-select:none;user-select:none;justify-content:flex-end;width:100%;height:25%;display:flex}.info-dialog-text-div{white-space:pre-line;width:100%}.info-dialog-action{flex-direction:column;justify-content:space-evenly;align-items:center;gap:20px;height:fit-content;display:flex}.dashboard-card{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:space-between;align-items:center;width:250px;height:250px;margin:25px 5px 0;padding:25px;transition:all .3s ease-in-out;display:flex}.dashboard-card:hover{background:linear-gradient(to bottom, var(--primary), var(--primary-dark));border-radius:15px;transform:scale(1.1);box-shadow:0 0 15px #00000080}.dashboard-card-title{color:#fff;text-align:center;margin-bottom:10px;font-size:18px}.dashboard-card-text{color:#fff;text-align:left;font-size:50px;font-weight:600}.dashboard-card-info-div{flex:1;width:100%}.dashboard-card-graph{width:100%;height:50%}.activity-main-container{color:#000;background:linear-gradient(.25turn, var(--secondary) 20%, var(--primary) 100%);border-radius:10px;height:fit-content;min-height:30px;margin:10px;padding:5px 10px;display:flex;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.activity-card-user:after{content:" "}.activity-card-user{font-weight:700}.activity-card-message{color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px;align-items:center;width:85%;padding-left:5px;font-size:12px;display:flex}.activity-card-timestamp{color:#fff;text-align:center;border-top-right-radius:10px;border-bottom-right-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:15%;font-size:12px;display:flex}.user-card-main-container{background-color:var(--primary);border-radius:10px;justify-content:center;align-items:center;width:85%;max-width:250px;height:40px;margin:10px 10px 10px 20px;transition:all .2s ease-in-out;display:flex}.user-card-text-div{color:#fff;width:100%;margin-left:15px;font-size:14px}.dashboard-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:1200px;height:calc(100vh - 80px);margin-top:80px;display:flex}.dashboard-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:center;align-items:center;width:100%;padding-bottom:60px;display:flex;box-shadow:0 0 10px 3px #00000080}.dashboard-middle-div{justify-content:center;width:100%;height:525px;display:flex}.dashboard-middle-right{background-color:#fff;border-radius:15px;width:20%;max-width:300px;height:100%;margin-top:-30px;box-shadow:0 0 11px 2px #00000080}.dashboard-middle-left{background-color:#fff;border-radius:15px;width:60%;height:100%;margin-top:-30px;margin-right:25px;box-shadow:0 0 11px 2px #00000080}.dashboard-middle-middle{background-color:#fff;border-radius:15px;flex:1;max-width:450px;height:100%;margin-top:-30px;margin-right:25px;box-shadow:0 0 11px 2px #00000080}.dashboard-card-divider{background-color:#3c4e66;height:250px!important}.dashboard-activity-main-div{width:100%;height:90%;overflow-y:auto}.dashboard-users-main-div,.dashboard-alerts-main-div{flex-direction:column;align-items:center;width:100%;height:90%;padding-top:20px;display:flex;overflow-y:auto}.dashboard-div-title{text-align:center;-webkit-user-select:none;user-select:none;margin:10px 0 5px;font-size:20px;font-weight:500}.dashboard-activity-main-div::-webkit-scrollbar{width:10px}.dashboard-activity-main-div::-webkit-scrollbar-track{background-color:#0000;border-radius:20px;margin-bottom:10px}.dashboard-activity-main-div::-webkit-scrollbar-track:hover{background-color:#0000001a}.dashboard-activity-main-div::-webkit-scrollbar-thumb{background-color:var(--primary);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.dashboard-activity-main-div::-webkit-scrollbar-thumb:hover{background-color:var(--primary);border:3px solid #0000}.table-actions-div{display:flex}.responsible-div{align-items:center;gap:10px;max-width:150px;display:flex}.responsible-div>p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.url-component{color:var(--primary);cursor:pointer;text-decoration:underline}.status-component-div{width:90%;display:flex}.status-component-div span{line-height:24px}.title-component{white-space:nowrap;text-overflow:ellipsis;max-width:250px;overflow:hidden}.custom-chip{text-align:center;color:#fff;-webkit-user-select:none;user-select:none;border-radius:2rem;width:fit-content;min-width:100px;height:20px;padding:0 10px}.speaker-more-info-dialog-content{flex-direction:column;width:600px;height:400px;display:flex;padding:0!important}.speaker-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;padding:0 20px;display:flex}.speaker-more-info-dialog-info-wrapper{align-items:center;height:90%;display:flex}.speaker-more-info-dialog-picture-div{flex-direction:column;align-items:center;width:45%;height:100%;padding:10px 5px;display:flex}.speaker-more-info-dialog-picture{filter:drop-shadow(2px 4px 6px #000);border-radius:50%;width:200px;height:200px;margin-bottom:10px;overflow:hidden}.speaker-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.speaker-dialog-title>p{text-transform:uppercase;letter-spacing:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.speaker-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.speaker-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.speaker-dialog-actions>:hover{transform:scale(1.1)}.speaker-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.speaker-list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.speaker-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.speaker-more-info-other-info{letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:40%;padding-left:10px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.speaker-more-info-info-container{flex-direction:column;align-items:center;width:60%;height:100%;display:flex}.speaker-info-main-container{justify-content:space-around;width:100%;height:100%;display:flex}.speaker-info-left-container{flex-direction:column;align-items:center;width:80%;height:100%;padding-top:17px;display:flex}.speaker-info-input-container{width:100%;margin:15px 0}.speaker-info-date-picker-container{width:100%;margin-top:25px;display:flex}.speaker-info-autocomplete-div{width:80%;margin-top:20px}.dropzone-wrapper{flex-direction:column;justify-content:space-evenly;align-items:center;width:600px;height:400px;display:flex}.dropzone-dialog{border:4px solid var(--orange-soft);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:80%;height:70%;transition:all .1s ease-in-out;display:flex}.dropzone-dialog:hover,.dropzone-dialog.dragging{background-color:#e8954e33;width:78%}.speakers-images-upload-container{align-items:center;height:400px;display:flex}.speakers-images-portrait-upload-div{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 10px;display:flex}.speakers-landscape-image-place{cursor:pointer;justify-content:center;align-items:center;width:400px;height:160px;display:flex}.speakers-landscape-image-preview{object-fit:contain}.speakers-image-div-title{text-align:center;font-size:20px}.speakers-image-div-subtitle{text-align:center;font-size:14px}.speakers-image-info-div{text-align:center;width:100%;font-size:14px}.speakers-remove-image-btn{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:300px;height:20px;transition:width .3s ease-in-out}.speakers-remove-image-btn:hover{width:325px}.speaker-review-main-container{height:300px;overflow-y:auto}.speaker-review-scrollable-div{flex-direction:column;align-items:center;height:fit-content;display:flex}.speaker-review-label-div{text-align:left;flex-direction:column;width:100%;margin:15px 0;padding:0 75px;display:flex}.speaker-review-label{text-transform:capitalize;font-size:18px;font-weight:600}.speaker-review-text{color:gray;white-space:pre-line;font-size:14px}.speaker-review-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.speaker-review-images-div{justify-content:space-evenly;width:100%;height:150px;padding:15px 0;display:flex}.speaker-review-images-div>img{border-radius:15px}.speaker-review-main-container::-webkit-scrollbar{width:10px}.speaker-review-main-container::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.speaker-review-main-container::-webkit-scrollbar-track:hover{background-color:#0000001a}.speaker-review-main-container::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.speaker-review-main-container::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.add-speaker-dialog-content{flex-direction:column;width:600px;height:550px;display:flex;padding:0!important}.add-speaker-dialog-content>div{background-color:var(--background)}.add-speaker-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:10%;min-height:50px;padding:0 20px;font-size:25px;display:flex}.add-speaker-stepper{min-width:90px;height:20%;padding:10px 0 5px}.add-speaker-inputs{flex:1}.add-speaker-action{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;min-width:60px;height:10%;min-height:50px;padding:0 50px;display:flex}.speaker-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;width:600px;min-width:600px;min-height:300px}.speaker-card-main-container{background-color:var(--light-blue);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:85%;max-width:250px;height:50px;margin:10px 0 15px 10px;transition:all .2s ease-in-out;display:flex}.speaker-card-text-div{color:#fff;width:100%;margin-left:15px;font-size:14px}.speaker-card-main-container:hover{width:90%}.episode-more-info-dialog-content{flex-direction:column;height:750px;min-height:600px;display:flex;padding:0!important}.episode-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;padding:0 20px;display:flex}.episode-more-info-dialog-info-wrapper{align-items:center;height:500px;display:flex}.episode-more-info-dialog-episodes-div{width:100%;height:80%;padding:10px 5px;overflow-y:auto}.episode-more-info-dialog-episodes-scroll-div{flex-direction:column;align-items:center;width:100%;height:fit-content;display:flex}.episode-more-info-dialog-speakers-wrapper{width:30%;height:100%}.episode-more-info-dialog-info-div{width:100%}.episode-more-info-dialog-images{flex-direction:row-reverse;width:100%;height:20%}.episode-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.episode-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.episode-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.episode-dialog-actions>:hover{transform:scale(1.1)}.episode-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.episode-list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.episode-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.episode-more-info-dialog-info-div::-webkit-scrollbar{width:10px}.episode-more-info-dialog-info-div::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.episode-more-info-dialog-info-div::-webkit-scrollbar-track:hover{background-color:#0000001a}.episode-more-info-dialog-info-div::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.episode-more-info-dialog-info-div::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.episode-more-info-other-info{letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:fit-content;padding:20px 10px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.episode-more-info-images-container{justify-content:center;gap:20px;width:100%;display:flex}.episode-more-info-images-container>img{cursor:pointer;border-radius:10px;width:200px;transition:all .3s ease-in-out}.episode-more-info-images-container>img:hover{transform:scale(1.1)}.episode-more-info-info-container{flex-direction:column;align-items:center;width:70%;height:100%;display:flex;overflow-y:auto}.episode-info-main-container{justify-content:space-around;column-gap:30px;width:100%;height:100%;padding:20px;display:flex}.episode-info-container{flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:20px;height:100%;display:flex}.episode-info-input-container{width:100%}.episode-info-checkbox-container{justify-content:space-evenly;align-items:flex-start;width:100%;display:flex}.episode-info-date-picker-container{width:100%;display:flex}.episode-info-autocomplete-div{flex-wrap:wrap;justify-content:space-between;gap:10px;width:100%;height:100%;display:flex}.episode-images-upload-container{align-items:center;height:100%;display:flex}.episode-images-portrait-upload-div{flex-direction:column;justify-content:space-evenly;align-items:center;gap:20px;width:100%;height:100%;padding:0 10px;display:flex}.episode-landscape-image-place{cursor:pointer;justify-content:center;align-items:center;width:400px;height:225px;display:flex}.episode-landscape-image-preview{object-fit:contain}.episode-image-div-title{text-align:center;font-size:20px}.episode-image-div-subtitle{text-align:center;font-size:14px}.episode-image-info-div{text-align:center;width:100%;font-size:14px}.episode-remove-image-btn{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:300px;height:20px;transition:width .3s ease-in-out}.episode-remove-image-btn:hover{width:325px}.review-text{color:gray;white-space:pre-line;font-size:14px}.add-episode-dialog-content{flex-direction:column;height:700px;display:flex;padding:0!important}.add-episode-dialog-content>div{background-color:var(--background)}.add-episode-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:10%;padding:0 20px;font-size:25px;display:flex}.add-episode-stepper{min-width:90px;height:15%;padding:10px 0 5px}.add-episode-inputs{flex:1}.add-episode-action{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;min-width:60px;height:10%;padding:0 50px;display:flex}.episode-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;min-width:800px;min-height:600px}.small-episode-card-container{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;width:225px;height:75px;margin:5px 0;transition:all .2s ease-in-out;position:relative;overflow-y:hidden;box-shadow:2px 2px 6px #00000080}.small-episode-card-container:hover{width:235px}.small-episode-card-gradient{background-color:#00000040;border-radius:15px;justify-content:center;align-items:center;width:100%;height:100%;padding:5px;display:flex;position:absolute}.small-episode-card-title{color:#fff;text-shadow:1px 1px 1px #000;text-align:center;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;max-width:90%;font-size:13px;font-weight:600;display:-webkit-box;overflow:hidden}.event-more-info-dialog-content{flex-direction:column;height:750px;min-height:600px;display:flex;padding:0!important}.event-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;padding:0 20px;display:flex}.event-more-info-dialog-info-wrapper{align-items:center;height:500px;display:flex}.event-more-info-dialog-events-wrapper{width:30%;height:100%}.event-more-info-dialog-episodes-div{width:100%;height:80%;padding:10px 5px;overflow-y:auto}.event-more-info-dialog-episodes-scroll-div{flex-direction:column;align-items:center;width:100%;height:fit-content;display:flex}.event-more-info-dialog-info-div{width:100%}.event-more-info-dialog-images{flex-direction:row-reverse;width:100%;height:20%}.event-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.event-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.event-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.event-dialog-actions>:hover{transform:scale(1.1)}.event-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.event-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.event-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.event-more-info-dialog-info-div::-webkit-scrollbar{width:10px}.event-more-info-dialog-info-div::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.event-more-info-dialog-info-div::-webkit-scrollbar-track:hover{background-color:#0000001a}.event-more-info-dialog-info-div::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.event-more-info-dialog-info-div::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.event-more-info-other-info{letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:fit-content;padding:20px 10px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.event-more-info-images-container{justify-content:center;gap:50px;width:100%;height:200px;display:flex}.event-more-info-images-container>img{cursor:pointer;border-radius:10px;transition:all .3s ease-in-out}.event-more-info-images-container>img:hover{transform:scale(1.1)}.event-more-info-info-container{flex-direction:column;width:70%;height:100%;display:flex;overflow-y:auto}.info-main-container{justify-content:space-around;column-gap:30px;width:100%;height:100%;padding:20px 40px;display:flex}.info-container{flex-direction:column;flex:1;gap:10px;height:100%;padding-top:15px;display:flex}.info-input-container{width:100%;margin:10px 0}.info-checkbox-container{flex-wrap:wrap;justify-content:center;align-items:center;width:100%;margin-top:15px;display:flex}.info-date-picker-container{margin-top:25px}.joined-inputs{gap:20px;width:100%;display:flex}.images-upload-container{align-items:center;height:100%;display:flex}.images-landscape-upload-div,.images-portrait-upload-div{flex-direction:column;justify-content:space-evenly;align-items:center;width:50%;height:100%;padding:0 10px;display:flex}.landscape-image-place{cursor:pointer;justify-content:center;align-items:center;width:400px;height:225px;margin:15px 0;display:flex}.landscape-image-preview{object-fit:contain}.image-div-title{text-align:center;font-size:20px}.image-div-subtitle{text-align:center;font-size:14px}.image-info-div{text-align:center;width:100%;font-size:14px}.remove-image-btn{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:300px;height:20px;margin-top:15px;transition:width .3s ease-in-out}.remove-image-btn:hover{width:325px}.review-main-container{height:400px;overflow-y:auto}.review-scrollable-div{flex-direction:column;align-items:center;height:fit-content;display:flex}.review-label-div{text-align:left;flex-direction:column;width:100%;margin:15px 0;padding:0 75px;display:flex}.review-label{text-transform:capitalize;font-size:18px;font-weight:600}.review-text{color:gray;font-size:14px}.review-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.review-images-div{justify-content:space-evenly;width:100%;height:250px;padding:15px 0;display:flex}.review-images-div>img{border-radius:15px}.review-main-container::-webkit-scrollbar{width:10px}.review-main-container::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.review-main-container::-webkit-scrollbar-track:hover{background-color:#0000001a}.review-main-container::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.review-main-container::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.add-event-dialog-content{flex-direction:column;height:fit-content;display:flex;padding:0!important}.add-event-dialog-content>div{background-color:var(--background)}.add-event-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:50px;padding:0 20px;font-size:25px;display:flex}.add-event-stepper{min-width:90px;height:15%;padding:10px 0 5px}.add-event-inputs{flex:1}.add-event-action{justify-content:space-between;align-items:center;min-width:60px;height:50px;padding:0 50px;display:flex}.event-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;min-width:800px;min-height:600px}.detailed-panel-main-div{gap:50px;display:flex}.detailed-panel-chips{width:fit-content;padding:0 25px}.detailed-panel-description{flex:1;padding:0 25px}.detailed-panel-info{width:fit-content;padding:0 25px}.detailed-panel-chip{max-width:300px}.detailed-panel-chip>p{font-weight:700}.detailed-panel-chip span{font-weight:300}.events-page-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:900px;margin-top:80px;display:flex}.events-page-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:space-between;align-items:flex-end;width:100%;height:125px;padding:25px;display:flex;box-shadow:0 0 10px 3px #00000080}.events-page-top-info-main-div{display:flex}.events-page-top-add{color:#fff;justify-content:space-around;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.events-page-top-info{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.events-page-top-info-title{font-size:18px}.events-page-top-info-value{font-size:36px}.events-page-bottom-div{max-width:100%;height:fit-content;min-height:calc(100vh - 205px)}.bottom-div-events{height:100%;display:flex;overflow-x:hidden}.bottom-div-events-cards{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;height:fit-content;min-height:250px;display:flex}.bottom-div-events-cards.hidden{display:none}.bottom-div-events-wrapper{flex-direction:column;flex:1;align-items:center;height:fit-content;padding:15px 25px 25px;display:flex}.episodes-page-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:900px;margin-top:80px;display:flex}.episodes-page-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:space-between;align-items:flex-end;width:100%;height:125px;padding:25px;display:flex;box-shadow:0 0 10px 3px #00000080}.episodes-page-top-info-main-div{display:flex}.episodes-page-top-add{color:#fff;justify-content:space-around;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.episodes-page-top-info{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.episodes-page-top-info-title{font-size:18px}.episodes-page-top-info-value{font-size:36px}.episodes-page-bottom-div{width:90%;max-width:1400px;height:fit-content;min-height:calc(100vh - 205px)}.bottom-div-episodes{height:100%;display:flex;overflow-x:hidden}.bottom-div-episodes-cards{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;height:fit-content;margin-top:25px;display:flex}.bottom-div-episodes-cards.hidden{display:none}.bottom-div-episodes-wrapper{flex-direction:column;flex:1;align-items:center;height:fit-content;padding:15px 25px 25px;display:flex}.alert-div-show{opacity:1;justify-content:center;width:100%;height:50px;margin-top:0;margin-bottom:5px;transition:all .3s ease-in-out;display:flex}.alert-div-hide{opacity:0;justify-content:center;width:100%;height:0;margin-top:-80px;margin-bottom:80px;transition:all .3s ease-in-out;display:flex}.search-main-div{justify-content:center;align-items:center;width:80%;height:60px;margin-top:15px;display:flex}.order-input{align-items:center;display:flex}.speakers-card-main-container{border-radius:2rem;flex-direction:column;width:250px;height:375px;margin:20px 10px;transition:all .2s ease-in-out;display:flex;position:relative;overflow-y:hidden;box-shadow:6px 6px 10px #0000004d}.speaker-card-top-div{background-color:var(--primary);border-top-left-radius:2rem;border-top-right-radius:2rem;justify-content:center;width:100%;height:33%;display:flex}.speaker-card-top-div>img{filter:invert();height:50%;padding-top:10px}.speaker-card-picture-div{border:5px solid #fff;border-radius:50%;width:150px;height:150px;position:absolute;top:50px;right:50px;overflow:hidden}.speaker-card-bottom-div{text-align:center;flex-direction:column;flex:1;align-items:center;width:100%;padding-top:90px;display:flex}.speaker-name{text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.speaker-job{color:gray;flex:1;max-height:91px;font-size:14px;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.speaker-linkedin{height:35px}.speaker-linkedin>svg{cursor:pointer}.speaker-action-area{opacity:0;justify-content:space-evenly;align-items:center;width:100%;height:0;transition:all .2s ease-in-out;display:flex}.speaker-action-area>svg{cursor:pointer;transition:all .2s ease-in-out}.speaker-action-area>svg:hover{transform:scale(1.1)}.speakers-card-main-container:hover .speaker-action-area{opacity:1;height:35px}.speakers-card-main-container:hover{box-shadow:6px 6px 5px #0006}.user-info-main-container{justify-content:space-around;width:100%;height:100%;display:flex}.user-info-left-container{flex-direction:column;justify-content:center;align-items:center;width:80%;height:100%;display:flex}.user-info-input-container{justify-content:space-between;width:100%;margin:15px 0;display:flex}.user-info-date-picker-container{width:100%;margin-top:25px;display:flex}.user-info-autocomplete-div{width:80%;margin-top:20px}.user-review-main-container{height:310px;overflow-y:auto}.user-review-scrollable-div{flex-direction:column;align-items:center;height:fit-content;display:flex}.user-review-label-div{text-align:left;flex-direction:column;width:100%;margin:10px 0;padding:0 75px;display:flex}.user-review-label{text-transform:capitalize;font-size:18px;font-weight:600}.user-review-text{color:gray;white-space:pre-line;font-size:14px}.user-review-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.user-review-images-div{justify-content:space-evenly;width:100%;height:150px;padding:15px 0;display:flex}.user-review-images-div>img{border-radius:15px}.user-review-main-container::-webkit-scrollbar{width:10px}.user-review-main-container::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.user-review-main-container::-webkit-scrollbar-track:hover{background-color:#0000001a}.user-review-main-container::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.user-review-main-container::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.add-user-dialog-content{flex-direction:column;width:600px;height:550px;display:flex;padding:0!important}.add-user-dialog-content>div{background-color:var(--background)}.add-user-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:10%;min-height:50px;padding:0 20px;font-size:25px;display:flex}.add-user-stepper{min-width:90px;height:20%;padding:10px 0 5px}.add-user-inputs{flex:1}.add-user-action{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;min-width:60px;height:10%;min-height:50px;padding:0 50px;display:flex}.add-user-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;width:600px;min-width:600px;min-height:300px}.user-profile-more-info-dialog-content{flex-direction:column;width:600px;height:450px;display:flex;position:relative;padding:0!important}.user-profile-more-info-dialog-info-wrapper{align-items:center;height:90%;display:flex}.user-profile-more-info-dialog-picture-div{flex-direction:column;align-items:center;width:45%;height:100%;padding:10px 5px;display:flex;position:relative}.user-profile-more-info-dialog-picture{filter:drop-shadow(2px 4px 6px #000);cursor:pointer;border-radius:50%;width:200px;height:200px;margin-bottom:10px;overflow:hidden}.user-profile-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.user-profile-dialog-title>p{text-transform:uppercase;letter-spacing:2px}.user-profile-more-info-info-container{flex-direction:column;align-items:center;width:60%;height:100%;display:flex;position:relative}.user-profile-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;width:600px;min-width:600px;min-height:300px}.user-profile-name{color:gray;word-break:break-word;padding:0 15px;font-size:16px}.user-profile-email{color:gray;word-break:break-word;padding:0 15px;font-size:14px}.userType-div-profile{background-color:var(--secondary);text-align:center;color:#fff;word-break:break-all;border-radius:10px;width:fit-content;height:20px;margin:0 10px;padding:0 10px;line-height:20px}.userType-wrapper-div-profile{z-index:20;justify-content:center;width:100%;display:flex;position:absolute;top:200px;overflow:hidden}.user-profile-picture{object-fit:cover}.user-profile-actions{flex-direction:column;flex:1;justify-content:space-evenly;gap:10px;width:100%;display:flex}.user-profile-actions>div{justify-content:space-evenly;width:100%;display:flex}.user-profile-actions button{background-color:var(--secondary);color:#fff;cursor:pointer;border-color:#0000;border-radius:10px;outline:none;width:fit-content;height:25px;padding:0 5px;transition:all .2s ease-in-out}.user-profile-actions button:hover{background-color:var(--tertiary)}.user-profile-static-info{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:10px;display:flex}.user-profile-info-common-info{text-align:center;height:90px;margin-top:10px;overflow-y:auto}.user-profile-info-last-activity{width:100%;margin:10px 0}.user-profile-info-meta{margin:10px 0}.user-profile-static-info.hidden{display:none}.user-profile-static-editProfile{flex-direction:column;align-items:center;width:100%;height:100%;padding:25px 10px 15px;display:flex;position:relative}.user-profile-static-editProfile.hidden{display:none}.user-profile-static-changePassword{flex-direction:column;align-items:center;width:100%;height:100%;padding:45px 10px 15px;display:flex;position:relative}.user-profile-static-changePassword.hidden{display:none}.user-profile-meta{color:gray;word-break:break-word;padding:0 15px;font-size:12px}.user-profile-activity-text{margin-bottom:5px;padding-left:5px;font-size:12px}.user-profile-activity-scrollable{height:200px;overflow-y:auto}.user-profile-change-pass-fields,.user-profile-edit-fields{width:100%;height:100%}.users-card-main-container{border-radius:2rem;flex-direction:column;width:250px;height:375px;margin:20px 10px;transition:all .2s ease-in-out;display:flex;position:relative;overflow-y:hidden;box-shadow:6px 6px 10px #0000004d}.users-card-top-div{background-color:#deb887;border-top-left-radius:2rem;border-top-right-radius:2rem;justify-content:center;align-items:flex-start;width:100%;height:33%;padding-top:20px;display:flex}.users-card-picture-div{border:5px solid #fff;border-radius:50%;width:150px;height:150px;position:absolute;top:50px;right:50px;overflow:hidden}.users-card-bottom-div{text-align:center;flex-direction:column;flex:1;align-items:center;width:100%;padding-top:90px;display:flex}.users-name{text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.users-job{color:gray;word-break:break-word;padding:0 15px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.users-last-login{color:gray;flex:1;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.users-linkedin{height:35px}.users-linkedin>svg{cursor:pointer}.users-action-area{opacity:0;justify-content:space-evenly;align-items:center;width:100%;height:0;transition:all .2s ease-in-out;display:flex}.users-action-area>svg{cursor:pointer;transition:all .2s ease-in-out}.users-action-area>svg:hover{transform:scale(1.1)}.users-card-main-container:hover .users-action-area{opacity:1;height:35px}.users-card-main-container:hover{box-shadow:6px 6px 5px #0006}.logged-in-div{z-index:20;background-color:green;border-radius:50%;width:25px;height:25px;position:absolute;top:60px;right:60px}.userType-div-user-card{background-color:var(--light-blue);text-align:center;color:#fff;word-break:break-all;border-radius:10px;width:fit-content;height:20px;margin:0 10px;padding:0 10px;line-height:20px}.userType-wrapper-div{z-index:20;justify-content:center;width:100%;display:flex;position:absolute;top:185px;overflow:hidden}.users-page-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:900px;margin-top:80px;display:flex}.users-page-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:space-between;align-items:flex-end;width:100%;height:125px;padding:25px;display:flex;box-shadow:0 0 10px 3px #00000080}.users-page-top-info-main-div{display:flex}.users-page-top-add{color:#fff;justify-content:space-around;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.users-page-top-info{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.users-page-top-info-title{font-size:18px}.users-page-top-info-value{font-size:36px}.users-page-bottom-div{width:100%;height:fit-content;min-height:calc(100vh - 205px)}.bottom-div-users{height:100%;display:flex;overflow-x:hidden}.bottom-div-users-cards{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;height:fit-content;min-height:400px;margin-top:25px;display:flex}.bottom-div-users-cards.hidden{display:none}.bottom-div-users-wrapper{flex-direction:column;flex:1;align-items:center;height:fit-content;padding:15px 25px 25px;display:flex}.topics-more-info-dialog-content{flex-direction:column;width:600px;height:400px;display:flex;padding:0!important}.topics-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;min-height:60px;padding:0 20px;display:flex}.topics-more-info-dialog-info-wrapper{align-items:center;height:90%;display:flex}.topics-more-info-dialog-picture-div{flex-direction:column;align-items:center;width:55%;height:100%;padding:10px 5px;display:flex}.topics-more-info-dialog-picture{filter:drop-shadow(2px 4px 6px #000);width:60%;margin-bottom:10px;overflow:hidden}.topics-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.topics-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.topics-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.topics-dialog-actions>:hover{transform:scale(1.1)}.topics-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.topics-list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.topics-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.topics-more-info-other-info{letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:40%;padding-left:10px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.topics-more-info-info-container{flex-direction:column;align-items:center;width:50%;height:100%;display:flex}.topics-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px}.topic-info-main-container{justify-content:space-around;width:100%;height:100%;display:flex}.topic-info-left-container{flex-direction:column;align-items:center;width:80%;height:100%;padding-top:17px;display:flex}.topic-info-input-container{width:100%;margin:25px 0}.topic-info-date-picker-container{width:100%;margin-top:25px;display:flex}.topic-info-autocomplete-div{width:80%;margin-top:20px}.topic-images-upload-container{align-items:center;height:100%;display:flex}.topic-images-portrait-upload-div{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:300px;padding:0 10px;display:flex}.topic-landscape-image-place{cursor:pointer;justify-content:center;align-items:center;width:400px;height:160px;display:flex}.topic-landscape-image-preview{object-fit:contain}.topic-image-div-title{text-align:center;font-size:20px}.topic-image-div-subtitle{text-align:center;font-size:14px}.topic-image-info-div{text-align:center;width:100%;font-size:14px}.topic-remove-image-btn{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:300px;height:20px;transition:width .3s ease-in-out}.topic-remove-image-btn:hover{width:325px}.topic-review-main-container{height:300px;overflow-y:auto}.topic-review-scrollable-div{flex-direction:column;align-items:center;height:fit-content;display:flex}.topic-review-label-div{text-align:left;flex-direction:column;width:100%;margin:15px 0;padding:0 75px;display:flex}.topic-review-label{text-transform:capitalize;font-size:18px;font-weight:600}.topic-review-text{color:gray;white-space:pre-line;font-size:14px}.topic-review-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.topic-review-images-div{justify-content:space-evenly;width:100%;height:150px;padding:15px 0;display:flex}.topic-review-images-div>img{border-radius:15px}.topic-review-main-container::-webkit-scrollbar{width:10px}.topic-review-main-container::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.topic-review-main-container::-webkit-scrollbar-track:hover{background-color:#0000001a}.topic-review-main-container::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.topic-review-main-container::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.add-topic-dialog-content{flex-direction:column;width:600px;height:550px;display:flex;padding:0!important}.add-topic-dialog-content>div{background-color:var(--background)}.add-topic-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:10%;min-height:50px;padding:0 20px;font-size:25px;display:flex}.add-topic-stepper{min-width:90px;height:20%;padding:10px 0 5px}.add-topic-inputs{flex:1}.add-topic-action{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;min-width:60px;height:10%;min-height:50px;padding:0 50px;display:flex}.add-topic-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;width:600px;min-width:600px;min-height:300px}.industry-more-info-dialog-content{flex-direction:column;width:500px;height:320px;display:flex;padding:0!important}.industry-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;min-height:60px;padding:0 20px;display:flex}.industry-more-info-dialog-info-wrapper{flex-direction:column;align-items:center;height:90%;display:flex}.industry-more-info-dialog-picture-div{flex-direction:column;align-items:center;width:45%;height:100%;padding:10px 5px;display:flex}.industry-more-info-dialog-picture{filter:drop-shadow(2px 4px 6px #000);height:60%;margin-bottom:10px;overflow:hidden}.industry-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.industry-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.industry-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.industry-dialog-actions>:hover{transform:scale(1.1)}.industry-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.industry-list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.industry-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:10px;display:flex}.industry-more-info-other-info{text-align:center;letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:fit-content;padding:20px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.industry-more-info-info-container{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.industry-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px}.topicsAndIndustries-main-div{justify-content:space-evenly;align-items:flex-start;width:100%;height:fit-content;padding-top:20px;display:flex}.types-more-info-dialog-content{flex-direction:column;width:500px;height:320px;display:flex;padding:0!important}.types-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;min-height:60px;padding:0 20px;display:flex}.types-more-info-dialog-info-wrapper{flex-direction:column;align-items:center;height:90%;display:flex}.types-more-info-dialog-picture-div{flex-direction:column;align-items:center;width:45%;height:100%;padding:10px 5px;display:flex}.types-more-info-dialog-picture{filter:drop-shadow(2px 4px 6px #000);height:60%;margin-bottom:10px;overflow:hidden}.types-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.types-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.types-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.types-dialog-actions>:hover{transform:scale(1.1)}.types-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.types-list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.types-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:10px;display:flex}.types-more-info-other-info{text-align:center;letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:fit-content;padding:20px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.types-more-info-info-container{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.types-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px}.format-more-info-dialog-content{flex-direction:column;width:500px;height:320px;display:flex;padding:0!important}.format-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;min-height:60px;padding:0 20px;display:flex}.format-more-info-dialog-info-wrapper{flex-direction:column;align-items:center;height:90%;display:flex}.format-more-info-dialog-picture-div{flex-direction:column;align-items:center;width:45%;height:100%;padding:10px 5px;display:flex}.format-more-info-dialog-picture{filter:drop-shadow(2px 4px 6px #000);height:60%;margin-bottom:10px;overflow:hidden}.format-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.format-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.format-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.format-dialog-actions>:hover{transform:scale(1.1)}.format-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.format-list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.format-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:10px;display:flex}.format-more-info-other-info{text-align:center;letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:fit-content;padding:20px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.format-more-info-info-container{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.format-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px}.industry-info-main-container{justify-content:space-around;width:100%;height:100%;display:flex}.industry-info-left-container{flex-direction:column;align-items:center;width:80%;height:100%;padding-top:17px;display:flex}.industry-info-input-container{width:100%;margin:15px 0}.industry-info-date-picker-container{width:100%;margin-top:25px;display:flex}.industry-info-autocomplete-div{width:80%;margin-top:20px}.add-industry-dialog-content{flex-direction:column;width:400px;height:350px;display:flex;padding:0!important}.add-industry-dialog-content>div{background-color:var(--background)}.add-industry-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:10%;min-height:50px;padding:0 20px;font-size:25px;display:flex}.add-industry-stepper{min-width:90px;height:20%;padding:10px 0 5px}.add-industry-inputs{flex:1}.add-industry-action{-webkit-user-select:none;user-select:none;justify-content:flex-end;align-items:center;min-width:60px;height:10%;min-height:50px;padding:0 50px;display:flex}.add-industry-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;width:400px;min-width:300px;min-height:300px}.misc-page-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:900px;margin-top:80px;display:flex}.misc-page-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:space-between;align-items:flex-end;width:100%;height:125px;padding:25px;display:flex;box-shadow:0 0 10px 3px #00000080}.misc-page-top-info-main-div{display:flex}.misc-page-top-add{color:#fff;justify-content:flex-start;align-items:center;width:300px;height:75px;margin:0 20px;display:flex}.misc-page-top-info{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.misc-page-top-info-title{font-size:18px}.misc-page-top-info-value{font-size:36px}.misc-page-bottom-div{width:100%;height:fit-content;min-height:calc(100vh - 205px)}.bottom-div-misc{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;width:100%;height:fit-content;min-height:400px;margin-top:25px;display:flex}.bottom-div-misc.hidden{display:none}.bottom-div-misc-wrapper{flex-direction:column;flex:1;align-items:center;height:fit-content;padding:15px 25px 25px;display:flex}.activity-page-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:900px;margin-top:80px;display:flex}.activity-page-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:space-between;align-items:flex-end;width:100%;height:125px;padding:25px;display:flex;box-shadow:0 0 10px 3px #00000080}.activity-page-top-info-main-div{display:flex}.activity-page-top-add{color:#fff;justify-content:space-around;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.activity-page-top-info{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.activity-page-top-info-title{font-size:18px}.activity-page-top-info-value{font-size:36px}.activity-page-bottom-div{width:100%;height:fit-content;min-height:calc(100vh - 205px)}.bottom-div-activity{height:100%;display:flex;overflow-x:hidden}.bottom-div-activity-table{width:80%}.bottom-div-activity-wrapper{flex-direction:column;flex:1;align-items:center;height:fit-content;padding:15px 25px 25px;display:flex}.trash-page-main-div{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-width:900px;margin-top:80px;display:flex}.trash-page-top-div{background:linear-gradient(to top, var(--primary-dark), var(--primary));justify-content:space-between;align-items:flex-end;width:100%;height:125px;padding:25px;display:flex;box-shadow:0 0 10px 3px #00000080}.trash-page-top-add{color:#fff;justify-content:space-around;align-items:center;width:180px;height:75px;margin:0 20px;display:flex}.trash-page-top-info{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:160px;height:75px;margin:0 20px;display:flex}.trash-page-top-info-title{text-align:center;font-size:18px}.trash-page-top-info-value{font-size:36px}.trash-page-bottom-div{justify-content:center;width:100%;height:fit-content;min-height:calc(100vh - 205px);padding-top:10px;display:flex}.bottom-div-trash{flex-wrap:wrap;flex:1;justify-content:center;max-width:1400px;height:fit-content;margin-top:25px;display:flex}.bottom-div-trash.hidden{display:none}.bottom-div-trash-wrapper{flex-direction:column;flex:1;align-items:center;height:fit-content;padding:15px 25px 25px;display:flex}.recycle-remove-all-btn{border:1px solid var(--light-red);background-color:var(--background);border-radius:10px;outline:none;width:fit-content;height:50px;margin-bottom:20px;padding:0 10px}.recycle-remove-all-btn:not(:disabled):hover{cursor:pointer;background-color:var(--light-red);color:#fff}.chart-top-interactive-div{z-index:50;gap:10px;display:flex;position:absolute;top:5px;right:10px}.chart-selected-entity-div{color:#fff;background-color:#fff3;border-radius:1rem;align-items:center;gap:10px;max-width:300px;margin-top:16px;margin-right:50px;padding:1px 15px;display:flex}.chart-selected-entity-div>p{text-overflow:ellipsis;text-wrap:nowrap;font-size:14px;overflow-x:hidden}.chart-selected-entity-div>svg{cursor:pointer;transition:all .2s ease-in-out}.chart-selected-entity-div>svg:hover{scale:1.2}.chart-timeframe-input-div{gap:10px;display:flex}.activity-chart-input-div{z-index:50;gap:10px;display:flex;position:absolute;top:5px;right:10px}.stats-main-div{flex-direction:column;gap:60px;width:100%;margin-top:80px;padding:20px;display:flex}.stats-visit-chart{background-color:var(--primary);border-radius:10px;width:100%;height:400px;display:flex;overflow:hidden;box-shadow:2px 2px 3px #00000080}.stats-multi-div{justify-content:space-between;gap:20px;height:400px;display:flex}.stats-small-chart-div{background-color:var(--primary);flex:1;height:100%;display:flex}.stats-visits-side-panel{background-color:var(--primary);width:25%;min-width:300px;height:100%}.statistics-visits-wrapper{flex-direction:column;gap:20px;width:100%;display:flex}.statistics-title{opacity:0;background-color:var(--primary-light);color:#fff;text-align:center;min-width:100px;padding:10px 20px;font-size:36px;font-weight:700;animation:1s ease-in-out forwards page-fade-in}.statistics-visits-small-wrapper{justify-content:space-around;gap:20px;display:flex}.statistics-visits-small-info{opacity:0;background-color:var(--primary);color:#fff;flex:1;min-width:100px;padding:10px 20px;animation:1s ease-in-out forwards page-fade-in}.statistics-visits-small-info :first-child{font-size:22px;font-weight:700}.statistics-visits-small-info :last-child{color:#fff;text-align:right;font-size:46px;font-weight:700}.chart-with-side-wrapper{background-color:var(--primary);align-items:center;gap:20px;width:100%;height:100%;display:flex}.chart-with-side-panel{flex:1;height:100%;margin:0;position:relative}.chart-divider{background-color:#ffffff4d;width:1px;height:80%}.chart-side-panel-div{flex-direction:column;width:20%;min-width:300px;height:100%;padding:10px 10px 10px 0;display:flex}.chart-side-panel-header{color:#fff;border-bottom:1px solid #ffffff4d;width:100%;margin-bottom:10px;padding:0 5px;display:flex}.side-panel-content{color:#fff;scrollbar-width:auto;flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}.side-panel-content::-webkit-scrollbar{width:10px}.side-panel-content-entry{cursor:pointer;border-top:1px solid #0000;border-bottom:1px solid #0000;align-items:center;padding:0 5px;transition:all .1s ease-in;display:flex}.side-panel-content-entry.selected{color:var(--primary);background-color:#fff}.side-panel-content-entry:hover{border-top-color:#fff;border-bottom-color:#fff;padding-left:10px}.side-panel-content-title{text-overflow:ellipsis;text-wrap:nowrap;margin-right:auto;font-size:18px;font-weight:200;overflow-x:hidden}.side-panel-content-value{padding:0 5px 0 10px;font-size:22px;font-weight:700}.stats-google-anal-div{flex-direction:column;gap:20px;width:100%;display:flex}.stats-google-anal-title{opacity:0;min-width:100px;padding:10px 20px;animation:1s ease-in-out forwards page-fade-in}.stats-google-anal-title>p{text-align:center;color:var(--white);font-size:36px;font-weight:700;line-height:90px}.stats-google-anal-content{justify-content:center;width:100%;min-height:500px;display:flex;overflow:hidden}.users-visits-list-div{width:100%;height:100%;padding:20px}.users-visits-list-title{color:#fff;text-align:center;font-size:19px;font-weight:700}.users-visits-list-wrapper{flex-direction:column;align-items:center;width:100%;height:100%;padding:10px;display:flex}.users-visits-list-header{color:#fff;justify-content:space-between;width:100%;padding-right:15px;font-size:20px;font-weight:700;display:flex}.users-visits-list-divider{background-color:gray;width:100%;height:1px}.users-visits-list-content{scrollbar-width:auto;flex-direction:column;gap:5px;width:100%;height:100%;margin-top:10px;padding:0 10px 10px 0;display:flex;overflow-y:auto}.users-visits-list-content::-webkit-scrollbar{width:10px}.users-visits-records-div{color:#fff;justify-content:space-between;width:100%;font-size:20px;display:flex}.users-visits-records-div>p:first-child{text-overflow:ellipsis;text-wrap:nowrap;width:90%;overflow-x:hidden}.users-visits-records-div>p:last-child{padding-right:5px;font-size:22px;font-weight:700}.serie-more-info-dialog-content{flex-direction:column;height:750px;min-height:600px;display:flex;padding:0!important}.serie-more-info-dialog-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);height:10%;padding:0 20px;display:flex}.serie-more-info-dialog-info-wrapper{align-items:center;height:500px;display:flex}.serie-more-info-dialog-events-wrapper{width:30%;height:100%}.serie-more-info-dialog-episodes-div{width:100%;height:80%;padding:10px 5px;overflow-y:auto}.serie-more-info-dialog-episodes-scroll-div{flex-direction:column;align-items:center;width:100%;height:fit-content;display:flex}.serie-more-info-dialog-info-div{width:100%}.serie-more-info-dialog-images{flex-direction:row-reverse;width:100%;height:20%}.serie-dialog-title{flex-direction:column;flex:1;justify-content:center;height:100%;display:flex}.serie-dialog-actions{color:#fff;justify-content:space-evenly;align-items:center;width:20%;height:100%;display:flex}.serie-dialog-actions>*{cursor:pointer;transition:all .3s ease-in-out}.serie-dialog-actions>:hover{transform:scale(1.1)}.serie-dialog-chips{justify-content:center;width:100%;margin-top:10px;display:flex}.list-item-div{cursor:pointer;align-items:center;margin-right:50px;display:flex}.serie-more-info-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.serie-more-info-dialog-info-div::-webkit-scrollbar{width:10px}.serie-more-info-dialog-info-div::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.serie-more-info-dialog-info-div::-webkit-scrollbar-track:hover{background-color:#0000001a}.serie-more-info-dialog-info-div::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.serie-more-info-dialog-info-div::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.serie-more-info-other-info{letter-spacing:.01071em;color:#0009;flex-direction:column;justify-content:center;width:100%;height:20%;padding-left:10px;font-size:.875rem;font-weight:400;line-height:1.43;display:flex}.serie-more-info-images-container{justify-content:center;gap:50px;width:100%;height:200px;display:flex}.serie-more-info-images-container>img{cursor:pointer;border-radius:10px;transition:all .3s ease-in-out}.serie-more-info-images-container>img:hover{transform:scale(1.1)}.serie-more-info-info-container{flex-direction:column;width:70%;height:100%;display:flex;overflow-y:auto}.serie-info-main-container{justify-content:space-around;width:100%;height:100%;display:flex}.serie-info-left-container{flex-direction:column;width:66%;height:100%;padding-top:17px;display:flex}.serie-info-input-container{width:100%;margin:10px 0}.serie-info-checkbox-container{justify-content:center;align-items:center;width:100%;margin-top:15px;display:flex}.series-images-upload-container{align-items:center;height:100%;margin-top:25px;display:flex}.series-images-landscape-upload-div,.series-images-portrait-upload-div{flex-direction:column;justify-content:space-evenly;align-items:center;gap:10px;width:50%;height:100%;padding:0 10px;display:flex}.series-landscape-image-place{cursor:pointer;justify-content:center;align-items:center;width:400px;height:225px;display:flex}.series-landscape-image-preview{object-fit:contain}.series-image-div-title{text-align:center;font-size:20px}.series-image-div-subtitle{text-align:center;font-size:14px}.series-image-info-div{text-align:center;width:100%;font-size:14px}.series-remove-image-btn{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:300px;height:20px;transition:width .3s ease-in-out}.series-remove-image-btn:hover{width:325px}.series-review-main-container{height:400px;overflow-y:auto}.series-review-scrollable-div{flex-direction:column;align-items:center;height:fit-content;display:flex}.series-review-label-div{text-align:left;flex-direction:column;width:100%;margin:15px 0;padding:0 75px;display:flex}.series-review-label{text-transform:capitalize;font-size:18px;font-weight:600}.series-review-text{color:gray;font-size:14px}.series-review-chips-div{-webkit-user-select:none;user-select:none;justify-content:space-around;width:100%;padding:20px;display:flex}.series-review-images-div{justify-content:space-evenly;width:100%;height:250px;padding:15px 0;display:flex}.series-review-images-div>img{border-radius:15px}.series-review-main-container::-webkit-scrollbar{width:10px}.series-review-main-container::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}.series-review-main-container::-webkit-scrollbar-track:hover{background-color:#0000001a}.series-review-main-container::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:2.5px solid #0000;border-radius:20px}.series-review-main-container::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:3px solid #0000}.add-series-dialog-content{flex-direction:column;height:fit-content;display:flex;padding:0!important}.add-series-dialog-content>div{background-color:var(--background)}.add-series-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:50px;padding:0 20px;font-size:25px;display:flex}.add-series-stepper{min-width:90px;height:15%;padding:10px 0 5px}.add-series-inputs{flex:1}.add-series-action{justify-content:space-between;align-items:center;min-width:60px;min-height:50px;padding:0 50px;display:flex}.series-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;min-width:800px;min-height:600px}.serie-card-main-div{border-radius:10px;width:250px;height:350px;padding:10px;transition:all .2s ease-in-out;position:relative;overflow:hidden;box-shadow:2px 2px 4px 1px #00000080}.serie-card-main-div:hover{transform:translateY(-3px)}.serie-card-title{position:inherit;z-index:1;color:#fff;text-align:center;text-shadow:1px 1px #000;font-size:22px;font-weight:700}.serie-card-event-counter{position:inherit;z-index:1;color:#fff;align-items:center;gap:5px;margin-bottom:20px;display:flex}.serie-card-main-div>img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.serie-card-action-div{z-index:1;color:#fff;background:linear-gradient(#0000,#00000080);justify-content:space-evenly;width:100%;padding-bottom:10px;display:flex;position:absolute;bottom:0;left:0}.serie-card-action-div svg{cursor:pointer}.app-user-more-info-div{gap:10px;width:100%;height:350px;display:flex}.app-user-more-info-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.app-user-more-info-data{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.info-label>span{font-weight:700}.divider{background-color:gray;width:80%;height:1px}.app-user-more-info-metadata{flex-direction:column;align-items:center;width:100%;font-size:14px;display:flex}.app-user-more-info-activity-div{border-radius:20px;flex-direction:column;align-items:center;width:50%;height:100%;padding:10px 10px 0;display:flex;box-shadow:inset 0 0 6px 3px #00000080}.app-user-more-info-activity-div>p{text-align:center;font-size:22px;font-weight:500}.activity-container{outline:1px solid red;flex:1;width:100%}.app-user-info-main-container{flex-direction:column;align-items:center;gap:20px;width:100%;height:100%;padding:20px;display:flex}.app-user-info-grouped{gap:40px;width:100%;display:flex}.add-app-user-dialog-content{flex-direction:column;width:400px;height:350px;display:flex;padding:0!important}.add-app-user-dialog-content>div{background-color:var(--background)}.add-app-user-header{background-image:linear-gradient(to bottom, var(--light-blue) 0%, var(--dark-blue) 100%);color:#fff;align-items:center;height:10%;min-height:50px;padding:0 20px;font-size:25px;display:flex}.add-app-user-stepper{min-width:90px;height:20%;padding:10px 0 5px}.add-app-user-inputs{flex:1}.add-app-user-action{-webkit-user-select:none;user-select:none;justify-content:flex-end;align-items:center;min-width:60px;height:10%;min-height:50px;padding:0 50px;display:flex}.MuiStepLabel-label{margin-top:5px!important}.MuiStepLabel-labelContainer>.Mui-active{text-shadow:0 0 1px #000}.stepper-buttons{appearance:none;color:var(--orange);cursor:pointer;background-color:#0000;border:none;font-size:18px}.stepper-buttons:disabled{text-shadow:none;color:gray;cursor:default}.stepper-buttons:disabled:hover{text-shadow:none}.stepper-buttons:hover{text-shadow:0 0 1px var(--orange)}.add-app-user-mui-dialog-container>.MuiDialog-container>.MuiPaper-root{background-color:#0000;border-radius:20px;width:400px;min-width:300px;min-height:300px}.roles-settings-container{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.roles-settings-title{width:100%;height:10%}.roles-settings-bottom{border-radius:7px;flex:1;width:100%;height:80%;display:flex;box-shadow:inset 6px 6px 20px #0003,inset 1px 5px 20px 5px #00000024,inset 5px 5px 5px #0000001f}.roles-selector{border-right:1px solid #0003;width:30%;height:100%;overflow-y:auto}.roles-info{flex:1;height:100%;overflow-y:auto}.role-card{text-align:center;word-break:break-all;cursor:pointer;border-bottom:1px solid #0003;border-radius:5px;justify-content:center;align-items:center;width:100%;height:fit-content;min-height:40px;padding:0 10px;display:flex}.role-card.active{background-color:var(--orange-soft);color:#fff;cursor:pointer;border-bottom:1px solid #0003;border-radius:5px;justify-content:center;align-items:center;width:100%;height:fit-content;min-height:40px;display:flex}.role-card:hover{background-color:var(--orange-soft);color:#fff}.role-permissions-main-div{height:fit-content;position:relative}.role-permissions-title{word-break:break-all;max-width:330px;font-size:26px}.role-permissions-title-div{justify-content:space-between;align-items:center;width:100%;padding:10px 15px 0;display:flex}.role-permissions-actions{justify-content:space-evenly;align-items:center;width:100px;display:flex}.role-permissions-actions>svg{color:var(--light-blue);cursor:pointer;transition:all .2s ease-in-out}.role-permissions-actions>svg:hover{color:var(--orange-soft)}.roles-category{flex-direction:column;margin:10px 0 10px 20px;display:flex}.save-changes-btn{background-color:red;width:125px;height:35px;margin:10px}.role-category-title{font-weight:500}.roles-settings-title{margin-left:5px;font-size:22px;font-weight:600}.settings-dialog-body{width:100%;height:600px;display:flex}.settings-body-menu{border-radius:10px;width:25%;height:100%;box-shadow:0 0 10px #00000080}.settings-body-right-content{flex:1;height:100%}.settings-menu-button{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:50px;display:flex}.settings-menu-button.active{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--light-blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;height:50px;display:flex;box-shadow:0 0 10px #00000080}.settings-menu-button:hover{background-color:var(--light-blue);color:#fff;box-shadow:0 0 10px #00000080}.body-right-roles{width:100%;height:100%;padding:10px 20px 0}*{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;margin:0;padding:0;font-family:Montserrat,sans-serif!important}::-webkit-scrollbar{background:0 0;width:0}::-webkit-scrollbar-track{background-color:#0000;border-radius:20px}::-webkit-scrollbar-thumb{background-color:var(--orange-soft);background-clip:content-box;border:3px solid #0000;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:var(--orange-soft);border:2.5px solid #0000}:root{--pink:#ff0082;--orange:#ff5c00;--base1:#7a2180;--base2:#e40276;--black:#000;--purple:#221a2a;--light-purple:#362c40;--dark-blue:#0e1116;--light-blue:#333f55;--background:#f6f7fd;--light-red:#f37572;--light-green:#5cb660;--light-yellow:#ffb54b;--pink-soft:#b14282;--orange-soft:#e8954e;--primary:#482e69;--primary-dark:#120d19;--primary-light:#7e60a3;--secondary:#400095;--tertiary:#7a2180}#page-container{border-radius:10px;box-shadow:2px 2px 3px #00000080}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}.light-scheme{--normal:white;--hover:white}.dark-scheme{--normal:black;--hover:var(--orange)}.MuiInputLabel-root{color:var(--normal)}.MuiInputLabel-root.Mui-focused,.MuiTextField-root:hover>.MuiInputLabel-root{color:var(--hover)}.MuiInput-root:before{border-color:var(--normal)}.MuiInput-root{color:var(--normal)}.MuiInput-root:hover:not(.Mui-disabled):before{border-bottom:2px solid var(--hover)}.MuiInput-root:after{border-color:var(--hover)}.MuiIconButton-root{color:var(--normal)}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--normal)!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--normal)!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--normal)!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--normal)!important}.login-page-main-div{background-image:linear-gradient(-45deg, var(--primary) 20%, var(--secondary));flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.login-form{flex-direction:column;justify-content:space-around;align-items:center;width:350px;height:270px;margin-top:50px;display:flex}.login-button{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff;border-radius:5px;outline:none;width:120px;height:30px;font-size:16px;font-weight:400;transition:all .3s ease-in-out}.login-button:hover{border-radius:15px}.login-forgotpass-div{color:#fff;margin:10px 0 20px}.login-forgotpass-div>p{text-align:center;cursor:pointer;font-size:14px;text-decoration:underline;transition:all .2s ease-in-out}.login-forgotpass-div>p:hover{scale:1.1}.forgot-pass-button{appearance:none;color:var(--primary);border:1px solid var(--primary);cursor:pointer;background-color:#0000;outline:none;margin:10px;padding:5px 40px;font-size:18px;font-weight:400;transition:all .2s ease-in-out}.forgot-pass-button:hover,.forgot-pass-button:focus{background-color:var(--primary);color:#fff;border-radius:20px}.login-logo{filter:invert()}.forgot-pass-form{flex-direction:column;align-items:center;gap:20px;padding:20px;display:flex}.forgot-pass-button:disabled{color:var(--grey);cursor:not-allowed;border:none;font-weight:200}.forgot-password-main-div{background-image:linear-gradient(-45deg, var(--base1), var(--orange), var(--pink-soft), var(--base2));background-size:400% 400%;flex-direction:column;justify-content:center;align-items:center;gap:50px;width:100vw;height:100vh;animation:25s linear infinite background-gradient;display:flex}.forgot-password-card-div{background-color:azure;border-radius:10px;flex-direction:column;justify-content:space-evenly;align-items:center;width:500px;height:fit-content;padding:20px 0;display:flex;box-shadow:5px 5px 13px #00000080}.reset-pass-fields-wrapper{flex-direction:column;gap:30px;width:100%;margin:20px 0;padding:0 20px;display:flex}.buttons-wrapper{gap:20px;margin-top:10px;display:flex}.forgot-password-card-div>p{margin:10px 0;font-size:22px;font-weight:600}@keyframes background-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
