#agenda_index_page{min-height:100vh;padding:100px 0 150px !important}#agenda_index_page .user{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ededed;border-radius:12px;width:100%;height:100%;font-size:22px}@media (min-width:600px){#agenda_index_page .user{gap:20px;padding:30px 50px;border:1px solid lightgrey}}@media (max-width:600px){#agenda_index_page .user{gap:10px;padding:20px}}@media (min-width:600px){#agenda_index_page .user .title{font-size:28px;font-weight:bold}}@media (max-width:600px){#agenda_index_page .user .title{font-size:20px;font-weight:bold}}@media (max-width:600px){#agenda_index_page .user .content{display:flex;flex-direction:column;gap:var(--gap);font-size:16px;text-align:center}}#agenda_index_page .user .bths_con{display:flex;align-items:center;gap:12px;border:none}#agenda_index_page .user .bths_con .icon_con{width:45px;height:45px;border-radius:100%;border:1px solid #D8D6DA;display:flex;justify-content:center;align-items:center;cursor:pointer}#agenda_index_page .user .bths_con .icon_con .icon{background-position:center center;background-size:cover;width:60%;height:60%}#agenda_index_page .user .bths_con .icon_con .calendar_icon{background-image:url(../images/logos_google-calendar.svg)}#agenda_index_page .place_full_dl{display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;width:500px;z-index:99999999}#agenda_index_page .place_full_dl::after{content:"";z-index:-1;position:fixed;inset:0;background:rgba(0, 0, 0, 0.4)}#agenda_index_page .place_full_dl .head_close_bth{display:flex;justify-content:space-between;align-items:center;background-color:#2B313A;color:#fff;padding:40px}#agenda_index_page .place_full_dl .head_close_bth h3{font-size:22px}#agenda_index_page .place_full_dl .head_close_bth .close_bth{cursor:pointer;width:32px;height:32px;font-size:33px;display:flex;align-items:center;justify-content:center}#agenda_index_page .place_full_dl .content{flex-grow:1;display:flex;flex-direction:column;background-color:#fff;padding-inline:40px;overflow-y:scroll}#agenda_index_page .place_full_dl .content .bths_con{display:flex;align-items:center;padding-block:40px;gap:12px;border:none}#agenda_index_page .place_full_dl .content .bths_con .icon_con{width:45px;height:45px;border-radius:100%;border:1px solid #D8D6DA;display:flex;justify-content:center;align-items:center;cursor:pointer}#agenda_index_page .place_full_dl .content .bths_con .icon_con .icon{background-position:center center;background-size:cover;width:60%;height:60%}#agenda_index_page .place_full_dl .content .bths_con .icon_con .outlook_icon{background-image:url(../images/vscode-icons_file-type-outlook.svg)}#agenda_index_page .place_full_dl .content .bths_con .icon_con .maps_icon{background-image:url(../images/maps_icon.svg)}#agenda_index_page .place_full_dl .content .bths_con .icon_con .calendar_icon{background-image:url(../images/logos_google-calendar.svg)}#agenda_index_page .lesson_con{display:flex;flex-direction:column;border-bottom:1px solid #D8D6DA}#agenda_index_page .lesson_con *{font-size:20px}#agenda_index_page .lesson_con:last-child{border-bottom:none}@media (min-width:600px){#agenda_index_page .lesson_con{gap:16px;padding-block:24px}}@media (max-width:600px){#agenda_index_page .lesson_con{gap:16px;padding-block:16px}}#agenda_index_page swiper-container{width:100%;height:100%}#agenda_index_page swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}#agenda_index_page swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}#agenda_index_page swiper-slide{width:80%}#agenda_index_page swiper-slide:nth-child(2n){width:60%}#agenda_index_page swiper-slide:nth-child(3n){width:40%}#agenda_index_page .filters_con>*:not(.days_fltr_con){padding:0 24px}@media (min-width:600px){#agenda_index_page .filters_con{display:flex;justify-content:space-between;align-items:center;gap:var(--gap-filters-nav);height:100px;border-block:1px solid #D8D6DA;margin-bottom:40px;padding-block:24px}}@media (max-width:600px){#agenda_index_page .filters_con{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 1fr);row-gap:20px}}#agenda_index_page .filters_con .h2_inner_wrapper{display:flex;justify-content:center;align-items:center;gap:10px}@media (min-width:600px){#agenda_index_page .filters_con .h2_inner_wrapper{flex-direction:column}}#agenda_index_page .filters_con .h2_inner_wrapper a{color:white !important;text-decoration:none;font-weight:normal;display:flex;gap:5px}#agenda_index_page .filters_con h2{font-size:var(--h3-size);font-weight:700;height:100%;display:flex;align-items:center;white-space:nowrap}@media (max-width:600px){#agenda_index_page .filters_con h2{grid-area:1 / 1 / 2 / 2;font-size:28px;font-weight:700}}@media (min-width:600px){#agenda_index_page .filters_con h2::after{content:"";display:inline-block;width:2px;height:100%;background-color:#cccccc;margin-right:var(--gap-filters-nav)}}@media (max-width:600px){#agenda_index_page .filters_con h2::after{display:none}}#agenda_index_page .filters_con .days_fltr_con{flex-grow:1;display:flex;overflow-y:auto}@media (min-width:600px){#agenda_index_page .filters_con .days_fltr_con{gap:39px}}@media (max-width:600px){#agenda_index_page .filters_con .days_fltr_con{grid-area:2 / 1 / 3 / 3;gap:16px}}#agenda_index_page .filters_con .days_fltr_con .day_con{border-radius:8px;border:1px solid #cccccc;font-size:18px;height:45px;display:flex;justify-content:center;align-items:center;padding-inline:8px;cursor:pointer}#agenda_index_page .filters_con .days_fltr_con .day_con:first-child{margin-right:15px}#agenda_index_page .filters_con .days_fltr_con .day_con:last-child{margin-left:15px}#agenda_index_page .filters_con .days_fltr_con .day_con.active{background:#7f41d1}#agenda_index_page .filters_con .days_fltr_con .day_con.active p{color:white}#agenda_index_page .filters_con .days_fltr_con .day_con p{font-size:18px;white-space:nowrap;font-weight:bold}#agenda_index_page .filters_con .fav_lsn_con{height:100%;display:flex;gap:16px;align-items:center}@media (max-width:600px){#agenda_index_page .filters_con .fav_lsn_con{display:none}}#agenda_index_page .filters_con .fav_lsn_con span{white-space:nowrap;font-size:var(--h4-size)}#agenda_index_page .filters_con a{white-space:nowrap;font-size:var(--h4-size);text-decoration:underline;color:var(--blu-light)}@media (max-width:600px){#agenda_index_page .filters_con a{grid-area:1 / 2 / 2 / 3;display:flex;justify-content:flex-end;align-items:center;font-size:16px;font-weight:600}}@media (min-width:600px){#agenda_index_page .filters_con .mobile_filters_time{display:none}}@media (max-width:600px){#agenda_index_page .filters_con .mobile_filters_time{grid-area:3 / 1 / 4 / 3;display:flex;justify-content:space-between;padding-block:16px;border-block:1px solid #D8D6DA;padding-inline:20px;display:flex;justify-content:space-between;align-items:center}}#agenda_index_page .filters_con .mobile_filters_time .only_fav_con{display:flex;justify-content:center;align-items:center;gap:12px}#agenda_index_page .filters_con .mobile_filters_time .time{font-size:20px;font-weight:700}#agenda_index_page .filters_con .mobile_filters_time .filters_bth{display:flex;gap:8px;cursor:pointer}#agenda_index_page .filters_con .mobile_filters_time .filters_bth .filters_icon{background-image:url(../images/tabler_adjustments-horizontal.svg);background-size:cover;background-position:center center;width:20px;height:20px}#agenda_index_page .filters_con .mobile_filters_time .filters_bth p{font-size:16px;font-weight:400}#agenda_index_page .filters_con .filters_container{grid-area:4 / 1 / 5 / 3;display:flex;flex-direction:column;gap:20px;border-radius:0px 0px 12px 12px;background-color:#fff;padding:16px}#agenda_index_page .filters_con .filters_container .topics{display:flex;flex-direction:column;gap:16px}#agenda_index_page .filters_con .filters_container .topics li{display:flex;align-items:center}#agenda_index_page .filters_con .filters_container .topics li input[type=checkbox]{margin-left:8px;width:20px;height:20px}#agenda_index_page .filters_con .filters_container .topics li label{font-size:16px;font-weight:400;color:#0B0119}#agenda_index_page .filters_con .filters_container .only_fav_con{display:flex;gap:16px;padding-block:20px;border-block:1px solid #D8D6DA;align-items:center}#agenda_index_page .filters_con .filters_container .only_fav_con .switch_con{cursor:pointer;position:relative;height:24px;width:44px;border-radius:100px;display:flex;justify-content:space-between;color:#1e212a}#agenda_index_page .filters_con .filters_container .only_fav_con .switch_con.show_fav{background-color:var(--blu-light)}#agenda_index_page .filters_con .filters_container .only_fav_con .switch_con:not(.show_fav){background-color:#E8E9EA}#agenda_index_page .filters_con .filters_container .only_fav_con .switch_con .bg-bth{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:100%;transition:all 0.1s}#agenda_index_page .filters_con .filters_container .only_fav_con .switch_con .bg-bth.show_fav{right:0%;transform:translate(-2px, -50%);background-color:#fff}#agenda_index_page .filters_con .filters_container .only_fav_con .switch_con .bg-bth:not(.show_fav){right:100%;transform:translate(calc(100% + 2px), -50%);background-color:#A8A8A8}#agenda_index_page .filters_con .filters_container .only_fav_con p{color:#0B0119;font-size:16px;font-weight:400}#agenda_index_page .filters_con .filters_container .bths_con{display:flex;justify-content:space-between}#agenda_index_page .filters_con .filters_container .bths_con button{padding:12px 24px;font-size:16px;font-weight:500;border-radius:100px}#agenda_index_page .filters_con .filters_container .bths_con .update_bth{background-color:var(--blu-light);color:#fff}#agenda_index_page .filters_con .filters_container .bths_con .cencel_bth{border:1px solid var(--blu-light);background-color:#fff;color:var(--blu-light)}#agenda_index_page .seats_con{display:flex;flex-direction:column;background-color:var(--content_bg)}#agenda_index_page .seats_con swiper-container swiper-slide:first-child{margin-right:10px !important}#agenda_index_page .seats_con swiper-container swiper-slide:last-child{padding-left:25px !important}@media (max-width:600px){#agenda_index_page .seats_con{padding-inline:20px}}#agenda_index_page .seats_con.data .seat_con{padding-bottom:20px !important}@media (max-width:600px){#agenda_index_page .seats_con.data{margin:10px auto}#agenda_index_page .seats_con.data .seat_con{padding-bottom:0px !important}}#agenda_index_page .seats_con.data .place_con{border:none !important}#agenda_index_page .seats_con.off .seat_con{padding-bottom:0 !important}#agenda_index_page .seats_con .seat_con{position:relative;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:600px){#agenda_index_page .seats_con .seat_con{border-right:dashed var(--blu-light) 2px;padding-right:48px;gap:40px;padding-bottom:80px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con{gap:21px;padding-bottom:10px;position:relative}}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .times h3{font-size:36px}}#agenda_index_page .seats_con .seat_con .times{display:flex;justify-content:center;gap:15px;position:sticky;top:0px;z-index:2;background:white;width:100%;padding:20px}#agenda_index_page .seats_con .seat_con .times.sticky h3{margin:0;border-bottom:0;background-color:transparent}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .times.sticky h3{font-size:36px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .times{padding:6px}}@media (min-width:600px){#agenda_index_page .seats_con .seat_con::before{content:"";position:absolute;background-image:url(../images/circle.svg);background-position:center center;background-size:cover;width:32px;height:32px;top:-3px;right:-17px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con::before{display:none}}@media (min-width:600px){#agenda_index_page .seats_con .seat_con::after{display:none}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con::after{content:"";position:absolute;right:50px;top:0;bottom:0;z-index:-1}}#agenda_index_page .seats_con .seat_con h3{font-size:var(--h3-size)}@media (max-width:600px){#agenda_index_page .seats_con .seat_con h3{margin:10px 0;padding:12px 0;border-bottom:1px solid #D8D6DA;background-color:#fff;position:sticky;width:fit-content;top:70px;z-index:99;font-size:30px}}#agenda_index_page .seats_con .seat_con .places_bg{position:relative}#agenda_index_page .seats_con .seat_con .places_bg .places_con{overflow-x:auto}#agenda_index_page .seats_con .seat_con .places_bg .places_con.no_grid{display:flex}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con.no_grid{margin:0 40px}}#agenda_index_page .seats_con .seat_con .places_bg .places_con.no_grid>div{width:100%}#agenda_index_page .seats_con .seat_con .places_bg .places_con.no_grid .place_con{width:100%}#agenda_index_page .seats_con .seat_con .places_bg .places_con:not(.no_grid){display:grid;gap:24px}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con{grid-template-columns:repeat(2, 1fr)}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con{grid-template-columns:repeat(1, 1fr)}}#agenda_index_page .seats_con .seat_con .places_bg .places_con>*:nth-child(1) .place_con .head{background:#34cafb}#agenda_index_page .seats_con .seat_con .places_bg .places_con>*:nth-child(2) .place_con .head{background:#ff5253}#agenda_index_page .seats_con .seat_con .places_bg .places_con>*:nth-child(3) .place_con .head{background:#f95f19}#agenda_index_page .seats_con .seat_con .places_bg .places_con>*:nth-child(4) .place_con .head{background:#4f3c83}#agenda_index_page .seats_con .seat_con .places_bg .places_con>*:nth-child(5) .place_con .head{background:#64bc71}#agenda_index_page .seats_con .seat_con .places_bg .places_con .next_bth_con{display:var(--show_continue);position:absolute;top:50%;left:50px;transform:translateY(-50%);width:40px;height:40px;padding:5px;border-radius:100%;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12);background-color:#fff;cursor:pointer;z-index:1}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .next_bth_con{display:none}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .next_bth_con .next_bth{width:100%;height:100%;background-image:url(../images/ion_chevron-back.svg);background-position:center center;background-size:cover}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con{display:flex;flex-direction:column;border-radius:12px;border:1px solid #D8D6DA;overflow:hidden;height:100%;background-color:#fff;height:fit-content}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con{width:90%}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con.open_show{margin-top:24px}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .head{background-color:#2B313A;padding:24px;min-height:140px}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .head{min-height:70px}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .head h4{color:#fff;min-height:80px !important;display:flex;align-items:center}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .head h4{font-size:30px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .head h4{font-size:22px;min-height:unset !important}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con.open_show .content{padding:24px;display:flex;flex-direction:column;gap:10px}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con.open_show .lessons_bths_con{padding-inline:0;flex-direction:column}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con{display:flex;flex-direction:column;height:100%}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content{max-height:400px;overflow-y:scroll}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content::-webkit-scrollbar{width:20px}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content::-webkit-scrollbar-track{background-color:transparent}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:20px;border:6px solid transparent;background-clip:content-box}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content .lesson_con{margin-inline:24px 10px}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content li:last-child{height:40px;display:flex;justify-content:center;align-items:center}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .content li:last-child i{font-size:24px}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .lessons_con{flex-grow:1;display:flex;flex-direction:column}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .lessons_con .lesson_con{padding:24px;border-bottom:1px solid #D8D6DA;font-size:var(--h4-size);text-align:start}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .lessons_con .lesson_con p{line-height:28px}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .lessons_con .lesson_con p{font-size:18px;font-weight:400}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .lessons_con button{border:none;background:none;padding-block:24px;text-decoration:underline;color:var(--blu-light);font-weight:600;font-size:22px}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .lessons_con button{font-size:18px}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con{display:flex;justify-content:center;align-items:center;margin:24px 0;gap:12px}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con{}}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con .icon_con{width:45px;height:45px;border-radius:100%;border:1px solid #D8D6DA;display:flex;justify-content:center;align-items:center;cursor:pointer}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con .icon_con .icon{background-position:center center;background-size:cover;width:60%;height:60%}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con .icon_con .outlook_icon{background-image:url(../images/vscode-icons_file-type-outlook.svg)}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con .icon_con .maps_icon{background-image:url(../images/maps_icon.svg);background-size:70%;background-repeat:no-repeat}#agenda_index_page .seats_con .seat_con .places_bg .places_con .place_con .lessons_bths_con .bths_con .icon_con .calendar_icon{background-image:url(../images/logos_google-calendar.svg)}#agenda_index_page .seats_con .seat_con .places_bg .places_con .show .pic{height:auto;width:100%}#agenda_index_page .seats_con .seat_con .break_con{display:flex;align-items:center;box-shadow:0px 4px 36px 0px rgba(0, 0, 0, 0.05);border:1px solid var(--Light-gray, #D8D6DA);border-radius:12px;background-color:#fff}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .break_con{gap:32px;padding:32px;margin:0 40px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .break_con{justify-content:space-between;flex-wrap:wrap;padding:20px;row-gap:20px}}#agenda_index_page .seats_con .seat_con .break_con label{font-size:23px;font-weight:700}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .break_con label{font-size:28px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .break_con label{flex-basis:100%}}#agenda_index_page .seats_con .seat_con .break_con .icon_con{border-radius:100%;background-color:#FBF4E5}@media (min-width:600px){#agenda_index_page .seats_con .seat_con .break_con .icon_con{width:88px;height:88px;padding:20px}}@media (max-width:600px){#agenda_index_page .seats_con .seat_con .break_con .icon_con{width:56px;height:56px;padding:10px}}#agenda_index_page .seats_con .seat_con .break_con .icon_con .icon{background-position:center center;background-size:cover;width:100%;height:100%;z-index:1}#agenda_index_page .seats_con .seat_con .break_con .icon_con .coffe_icon{background-image:url(../images/coffe_icon.svg)}#agenda_index_page .seats_con .seat_con .break_con .icon_con .pizza_icon{background-image:url(../images/pizza_icon.svg)}#agenda_index_page .seats_con .seat_con .break_con .icon_con .tea_icon{background-image:url(../images/tea_icon.svg)}#agenda_index_page .seats_con .seat_con .break_con .icon_con .cake_icon{background-image:url(../images/cake_icon.svg)}#agenda_index_page .star_icon_con{color:#D8D6DA;font-size:18px}#agenda_index_page .star_icon_con.selected{color:#e9b44c}#agenda_index_page .switch{position:relative;display:inline-block}@media (min-width:600px){#agenda_index_page .switch{min-width:60px;height:34px}}@media (max-width:600px){#agenda_index_page .switch{min-width:40px;height:24px}}#agenda_index_page .switch input{opacity:0;width:0;height:0}#agenda_index_page .switch input:checked+.slider{background:linear-gradient(104.22deg, #9fedf3 5.14%, #33abb4 89.82%)}@media (min-width:600px){#agenda_index_page .switch input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}}@media (max-width:600px){#agenda_index_page .switch input:checked+.slider:before{-webkit-transform:translateX(14px);-ms-transform:translateX(14px);transform:translateX(14px)}}#agenda_index_page .switch input:focus+.slider{box-shadow:inset 0px 0px 4px rgba(0, 0, 0, 0.15)}#agenda_index_page .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:0.4s;transition:0.4s}#agenda_index_page .switch .slider:before{position:absolute;content:"";left:4px;background-color:white;-webkit-transition:0.4s;transition:0.4s}@media (min-width:600px){#agenda_index_page .switch .slider:before{height:26px;width:26px;bottom:4px}}@media (max-width:600px){#agenda_index_page .switch .slider:before{height:18px;width:18px;bottom:3px}}#agenda_index_page .switch .slider.round{border-radius:34px}#agenda_index_page .switch .slider.round:before{border-radius:50%}.no_fav{display:flex;flex-direction:column;gap:24px;padding-top:24px}.no_fav *{color:#232831}.no_fav .title{font-size:36px;font-weight:bold}.no_fav .desc{font-size:22px}@media (min-width:600px){.no_fav .desc{margin-bottom:60px}}@media (max-width:600px){.no_fav svg{width:800px;height:200px}}.swal2-popup{display:flex;flex-direction:column;gap:16px;border-radius:12px}.swal2-popup.calender{gap:0 !important}.swal2-popup.calender .swal2-confirm:focus,.swal2-popup.calender .swal2-deny:focus,.swal2-popup.calender .swal2-cancel:focus{box-shadow:0 !important;outline:none}.swal2-popup.calender .swal2-confirm{width:fit-content !important;background:none !important}.swal2-popup.calender .swal2-deny{background:none !important}.swal2-popup.calender .swal2-cancel{background:#dc3741 !important;margin:0px 30%}@media (min-width:600px){.swal2-popup{width:30%;height:80%}}@media (max-width:600px){.swal2-popup{width:95%;height:90%;gap:0 !important}}.swal2-popup *{font-size:18px;color:#232831}.swal2-popup .swal2-close{width:35px;height:35px;font-size:35px}.swal2-popup .swal2-html-container{display:flex !important;flex-direction:column !important;justify-content:center;align-items:center;font-size:18px !important;margin:0;gap:0;justify-content:start}@media (min-width:600px){.swal2-popup .swal2-html-container *{font-size:18px !important}}@media (max-width:600px){.swal2-popup .swal2-html-container *{font-size:16px !important}}.swal2-popup .swal2-html-container .desc{width:70%;margin-bottom:20px}.swal2-popup .swal2-title{font-size:28px !important}@media (min-width:600px){.swal2-popup .swal2-actions{width:70%}}@media (max-width:600px){.swal2-popup .swal2-actions{width:90%}}.swal2-popup .swal2-actions .swal2-confirm{width:100%;background:var(--blu-light);color:white}.swal2-popup input{margin:5px 10px;text-align:center;height:42px;border-radius:12px}@media (min-width:600px){.swal2-popup input{width:70%}}@media (max-width:600px){.swal2-popup input{width:90%}}.swal2-popup .icon_con{border:none}.icon_con{width:60px;height:60px;border-radius:100%;border:1px solid #D8D6DA;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon_con .icon{background-position:center center;background-size:cover;width:60%;height:60%}.icon_con .outlook_icon{background-image:url(../images/vscode-icons_file-type-outlook.svg)}.icon_con .maps_icon{background-image:url(../images/maps_icon.svg)}.icon_con .calendar_icon{background-image:url(../images/logos_google-calendar.svg)}