@font-face {
    font-family: 'helvetica-bold';
    src: url('/assets/fonts/helvetica-bold.ttf');
}

@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url('/assets/fonts/Manrope-ExtraBold.ttf');
}

@font-face {
    font-family: 'Manrope-Light';
    src: url('/assets/fonts/Manrope-Light.ttf');
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('/assets/fonts/Manrope-Medium.ttf');
}

.fml {
    font-family: Manrope-Light;
}

.fmb {
    font-family: Manrope-ExtraBold;
}

.fhb {
    font-family: helvetica-bold;
}

.fmm {
    font-family: Manrope-Medium;
}

body {
    margin: 0;
    font-family: 'Raleway-Light';
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Manrope-Medium';
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.d-none {
    display: none;
}

.main-container {
    height: 100%;
    background: #f9f9f9;
    width: 100%;
}

.main-container-inner {
    height: 100%;
    display: flex;
}

.admin-left-nav {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 105px;
    border-right: 1px solid #efeff5;
}

.admin-left-nav-item {
    margin-bottom: 50px;
    cursor: pointer;
}

.admin-left-nav-item.active img {
    filter: invert(55%) sepia(86%) saturate(4596%) hue-rotate(3deg) brightness(101%) contrast(100%);
}

.admin-left-nav-item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.admin-left-nav-item:last-child {
    margin-bottom: 0;
}

.admin-left-nav-item>a>img {
    height: 32px;
    object-fit: contain;
    margin-bottom: 15px;
}

.admin-left-nav-item>a {
    color: #9ca3aa;
    font-size: 12px;
    font-family: 'Manrope-Medium';
    text-decoration: none;
}

.admin-content {
    width: 100%;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    padding: 0 55px 0 20px;
    border-bottom: 1px solid #efeff5;
    background: #fff;
}

.admin-header-left {
    display: flex;
    align-items: center;
    width: 70%;
}

.admin-header-logo {
    object-fit: contain;
    margin-right: 50px;
}

.admin-header-daySwiper {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.admin-header-arrows {
    display: flex;
    align-items: center;
}

.admin-header-arrows-item>img {
    height: 16px;
    object-fit: contain;
}

.admin-header-arrows-item {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ebecf0;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.stadium-carousel-card{
    width:100%;
    max-width:350px !important;
    display:flex;
}

.admin-header-arrows-item.active {
    border: 2px solid #fa6400;
}

.admin-header-days>p {
    color: #2f2e41;
    font-size: 18px;
    font-family: 'helvetica-bold';
    margin-left: 10px;
}

.admin-header-dayWeek {
    display: flex;
    align-items: center;
    background-color: #f4f5f7;
}

.admin-header-dayWeek-item>a {
    padding: 8px 32px;
    font-size: 12px;
    background-color: #f4f5f7;
    font-family: 'helvetica-bold';
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    transition: all ease-in-out 0.3s;
}

.admin-header-dayWeek-item.active>a {
    background-color: #fa6400;
    color: white;
}

.admin-header-profile {
    display: flex;
    align-items: center;
}

.admin-header-profile>a {
    color: #273645;
    font-size: 15px;
    font-family: 'Manrope-Medium';
}

.admin-header-profile>img {
    margin-left: 10px;
    object-fit: contain;
}

.admin-calendar-filter {
    border-bottom: 1px solid #efeff5;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px 0 130px;
}

.admin-calendar-filter-left {
    display: flex;
    align-items: center;
}

.admin-calendar-filter-choose {
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}

.admin-calendar-filter-choose>p {
    color: #b9b9cb;
    font-size: 14px;
    font-family: 'helvetica-bold';
    margin-right: 15px;
}

.admin-calendar-filter-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.admin-calendar-filter-item>p {
    color: #b9b9cb;
    font-size: 14px;
    font-family: 'helvetica-bold';
    margin-left: 15px;
}

.admin-main-calendar {
    width: 100%;
}

.admin-main-calendar-hrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background-color: #f4f5f7;
}

.admin-main-calendar-hrs-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #efeff5;
    height: 100px;
    width: 120px;
}

.admin-main-calendar-hrs-item-title>p {
    color: #757f88;
    font-size: 13px;
    font-family: 'Manrope-Medium';
}

.admin-main-calendar-content {
    width: 100%;
    background-color: #f4f5f7;
    padding-left: 120px;
}

.admin-main-calendar-header {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: calc(100vw - 225px);
}

.admin-main-calendar-header-item {
    height: 99px;
    width: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    border: 1px solid #efeff5;
    background-color: white;
}

.admin-main-calendar-header-item>p {
    color: #273645;
    font-size: 17px;
    font-family: 'Manrope-Medium';
    margin-bottom: 15px;
}

.admin-main-calendar-header-item>span {
    color: #757f88;
    font-size: 13px;
    font-family: 'Manrope-Medium';
}

.calendar-hr-box {
    width: 260px;
    height: 100px;
    border: 1px solid #efeff5;
}

.admin-main-calendar-hrs-item {
    width: 100%;
    display: flex;
    align-items: center;
}


/* CALENDAR */

.calendarWrapper {
    display: flex;
    align-items: flex-start;
}

.calendarTimezones {
    width: 120px;
    background-color: #f4f5f7;
    height: 100%;
}

.calendarTimeblocks {
    display: flex;
    flex-direction: column;
}

.calendarTimeblock {
    height: 99px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.calendarTimeblock>p {
    font-family: 'Manrope-Medium';
    font-size: 13px;
    color: #757f88;
    transform: translateY(-8px);
}


/* CALENDAR HEADER */

.calendarWeekdays {
    width: 100%;
    overflow-x: scroll;
}

.calendarWeekdaysHeader {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ebecee;
}

.calendarWeekdaysHeader .calendarWeekdaysBlock {
    padding: 25px 15px 0;
    display: flex;
    justify-content: space-between;
}

.calendarWeekdaysHeader .calendarWeekdaysBlock>div:last-child {
    text-align: right;
}

.calendarWeekdaysBlock {
    height: 99px;
    flex: 0 0 250px;
    border-left: 1px solid #ebecee;
    border-bottom: 1px solid #ebecee;
    cursor: pointer;
}

.calendarWeekdaysBlock p {
    font-size: 17px;
    font-family: 'Manrope-ExtraBold';
    color: #273645;
    font-weight: 900;
    margin-bottom: 4px;
}

.calendarWeekdaysBlock span {
    color: #757f88;
    font-size: 13px;
    font-family: 'Manrope-Medium';
}


/* CALENDAR BODY */

.calendarWeekDaysBody {
    background-color: #f4f5f7;
    height: 100%;
}

.calendarWeekDaysBody {
    display: flex;
    align-items: flex-start;
}

.calendarWeekdaysColumn {
    flex: 0 0 250px;
    position: relative;
    background-color: #f4f5f7;
}

.calendarWeekdaysColumn .calendarWeekdaysBlock {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* EVENT CARD */

.event {
    margin-top: 4px;
    width: 240px;
    height: 90px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
}

.event.default .eventPeople {
    background-color: #1483b3;
}

.event.default {
    background-color: #1ab4f4;
}

.event.tennis .eventPeople {
    background-color: #a1b305;
}

.event.tennis {
    background-color: #d0e608;
}

.event.basketball .eventPeople {
    background-color: #b35504;
}

.event.basketball {
    background-color: #f27404;
}

.event.football .eventPeople {
    background-color: #105a32;
}

.event.football {
    background-color: #009345;
}

.eventIcons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-right: 15px;
}

.eventIcon>img {
    max-height: 26px;
}

.eventPeople {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventPeople>span {
    color: #fff;
    font-size: 12px;
}

.eventInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.eventInfo>p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.eventTimes {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.eventTimes>p {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
}

.admin-people-group-header {
    display: flex;
    justify-content: space-between;
    padding: 40px 15px 20px 30px;
    align-items: center;
    background-color: #f4f5f7;
}

.admin-people-group-header-item {
    border: 1px solid #c5cee0;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 320px;
    justify-content: space-between;
}

.admin-people-group-header-item.sm-item {
    width: 210px;
}

.admin-people-header-item-title>p {
    line-height: 1.5;
    font-size: 18px;
    color: #273645;
}

.admin-people-header-item-title>p:last-child {
    font-size: 12px;
    color: #757f88;
}

.admin-people-main-content {
    background-color: #f4f5f7;
    width: 100%;
    padding: 0 15px 0 30px;
}

.admin-people-main-content-inner {
    background-color: white;
    width: 100%;
}

.admin-people-main-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    border: 1px solid #ebecee;
}

.admin-people-main-content-header-left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-people-main-content-header-left-side>p:first-child {
    width: 200px;
}

.admin-people-main-content-header-left-side>p:nth-child(2) {
    width: 160px;
}

.admin-people-main-content-header-left-side>p:nth-child(3) {
    width: 240px;
}

.admin-people-main-content-header-left-side>p {
    color: #757f88;
    font-size: 14px;
}

.admin-people-main-content-header-right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10%;
}

.admin-people-main-content-header-right-side>div {
    height: 32px;
    width: 32px;
    background-color: #fa6400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-people-main-content-header-right-side>p {
    color: #273645;
    font-size: 14px;
}

.admin-people-main-content-item {
    border: 1px solid #ebecee;
}

.admin-people-main-content-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.admin-people-main-content-item-left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-people-main-content-item-left-side>p {
    font-size: 14px;
    color: #273645;
}

.admin-people-main-content-item-left-side>p:first-child {
    width: 200px;
}

.admin-people-main-content-item-left-side>p:nth-child(2) {
    width: 160px;
}

.admin-people-main-content-item-left-side>p:nth-child(3) {
    width: 240px;
}

.admin-people-main-content-item-right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 10%;
}

.admin-people-main-content-item-right-side>img {
    object-fit: contain;
    cursor: pointer;
}

.admin-people-main-content-item-subcontent-header {
    display: flex;
    align-self: center;
    justify-content: space-between;
    padding: 15px 40px;
    border: 1px solid #ebecee;
}

.admin-people-main-content-item-subcontent {
    background-color: #f0f1f2;
    transition: all ease-in-out 0.3s;
    display: none;
}

.admin-people-main-content-item-subcontent.show {
    display: block;
}

.admin-people-main-content-header-right-side {
    cursor: pointer;
}

.admin-people-main-content-header-left-side.bck-clr>p,
.admin-people-main-content-header-right-side.bck-clr>p {
    color: rgb(117, 127, 136, 0.4);
}

.admin-people-main-content-item-subcontent-item {
    display: flex;
    align-self: center;
    justify-content: space-between;
    border: 1px solid #ebecee;
    padding: 20px 40px;
}

.admin-people-main-content-item-left-side.fnt-color>p {
    color: #757f88;
}

.admin-people-payment-btn-item {
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #e02020;
}

.admin-people-payment-btn-item>p {
    color: white;
    font-size: 12px;
}

.admin-people-payment-btn-item.payed {
    background-color: #009345;
}

.admin-people-main-content-item-right-side.sbc {
    width: 20%;
}

.addEvent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    background-color: #fa6400;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.admin-add-schedule-modal {
    position: fixed;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 444;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.admin-add-schedule-modal.group-modal {
    display: none;
}

.admin-add-schedule-modal.group-inner {
    display: none;
}

.admin-add-schedule-modal.group-modal.show,
.admin-add-schedule-modal.group-inner.show {
    display: flex;
}

.admin-add-schedule-modal.group-inner .admin-add-schedule-modal-inner {
    width: 500px;
}

.admin-add-schedule-modal.group-modal .admin-add-schedule-modal-inner {
    width: 400px;
}

.admin-add-schedule-modal-individual-inputs-item.w-100>input {
    width: 100%;
}

.admin-add-schedule-modal-individual-inputs-item-payed {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #273645;
}

.admin-add-schedule-modal-individual-inputs-item-payed>p {
    margin-left: 15px;
    font-size: 14px;
    color: #273645;
}

.admin-add-schedule-modal.show {
    display: flex;
}

.admin-main-group {
    position: relative;
}

.admin-add-schedule-modal-inner {
    padding: 35px 50px;
    border-radius: 15px;
    background-color: white;
    width: 620px;
}

.admin-add-schedule-modal-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.admin-add-schedule-modal-inner-header-content>p {
    color: #273645;
    font-size: 18px;
    line-height: 1.8;
}

.admin-add-schedule-modal-inner-header-img>img {
    object-fit: contain;
    max-height: 120px;
}

.admin-add-schedule-modal-inner-header-content>p:last-child {
    font-size: 12px;
}

.admin-add-schedule-modal-inner-header-content>p:first-child {
    font-size: 12px;
}

.admin-add-schedule-modal-inner-header-date {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.admin-add-schedule-modal-inner-header-date-item {
    display: flex;
    align-items: center;
}

.admin-add-schedule-modal-inner-header-date-item>img {
    margin-right: 10px;
    object-fit: contain;
}

.admin-add-schedule-modal-inner-header-date-item>p {
    color: #273645;
    font-size: 12px;
    line-height: 1.8;
}

.admin-add-schedule-modal-types {
    display: flex;
    align-self: center;
    justify-content: space-around;
    border-bottom: 1px solid #efeff5;
    margin-bottom: 25px;
}

input[type='time'] {
    outline: none !important;
    border: none !important;
    width: 100%;
}

input[type='time']::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
}

.admin-add-schedule-modal-types-item {
    cursor: pointer;
    flex: 1;
    text-align: center;
    padding: 20px 0;
}

.admin-add-schedule-modal-types-item>p {
    color: #b9b9cb;
    font-size: 16px;
}

.admin-add-schedule-modal-group-training {
    display: none;
}

.admin-add-schedule-modal-individual-inputs-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-individual-inputs-item>input {
    border: 1px solid #efeff5;
    padding: 0 20px;
    height: 40px;
    border-radius: 8px;
    color: #b9b9cb;
    font-size: 12px;
    width: 45%;
}

.admin-add-schedule-modal-individual-inputs-item>select {
    border: 1px solid #efeff5;
    padding: 0 20px;
    height: 40px;
    border-radius: 8px;
    color: #b9b9cb;
    font-size: 12px;
    width: 45%;
    outline: none;
    background-color: transparent;
}

.admin-add-schedule-modal-individual-inputs-item>input::placeholder {
    font-size: 12px;
    color: #b9b9cb;
}

.admin-add-schedule-modal-individual-inputs {
    margin-bottom: 30px;
}

.admin-add-schedule-modal-facility-title>p {
    font-size: 21px;
    color: #273645;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-facility-checkboxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-add-schedule-modal-facility-item-content {
    height: 88px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f5f7;
    position: relative;
    border-radius: 15px;
    margin-bottom: 5px;
}

.admin-add-schedule-modal-facility-item-content>input {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: -1;
    opacity: 0.009;
}

.admin-add-schedule-modal-facility-checkbox-item {
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.admin-add-schedule-modal-facility-checkbox-item>p {
    font-size: 12px;
    color: #273645;
}

.admin-add-schedule-modal-inner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.admin-add-schedule-modal-inner-footer>button {
    color: #181a26;
    font-size: 12px;
    padding: 15px 30px;
    border: 1px solid #979797;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
}

.admin-add-schedule-modal-inner-footer>button.active {
    background-color: #fa6400;
    color: white;
}

.admin-add-schedule-modal-individual-inputs-item.group select {
    width: 100%;
}

.admin-add-schedule-modal-group-training-schedule-title>p {
    color: #273645;
    font-size: 21px;
    margin-bottom: 25px;
}

.admin-add-schedule-modal-group-training-add-schedule {
    height: 115px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e4e7ed;
    border-radius: 10px;
    margin-right: 15px;
}

.admin-add-schedule-modal-group-training-add-schedule-img {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5cee0;
    border-radius: 50%;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-group-training-add-schedule-img>img {
    object-fit: contain;
    height: 16px;
}

.admin-add-schedule-modal-types-item.active {
    border-bottom: 1px solid #fa6400;
}

.admin-add-schedule-modal-group-training-add-schedule>p {
    font-size: 12px;
    color: #273645;
}

.admin-add-schedule-modal-group-training-schedule-container {
    display: flex;
}

.admin-add-schedule-modal-group-training-add-schedule-list {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.admin-add-schedule-modal-group-training-add-schedule-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.admin-add-schedule-modal-group-training-add-schedule-item-day {
    height: 40px;
    border: 1px solid #e4e7ed;
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 45%;
    justify-content: space-around;
}

.admin-add-schedule-modal-individual-inputs-item.days {
    margin: 0;
}

.admin-add-schedule-modal-individual-inputs-item.days>select {
    border: 0;
    width: unset;
    padding: 0;
}

.admin-add-schedule-modal-group-training-add-schedule-item-hrs {
    display: flex;
    align-items: center;
    width: 50%;
}

.admin-add-schedule-modal-individual-inputs-item.hrs {
    margin: 0;
}

.admin-add-schedule-modal-individual-inputs-item.hrs>select {
    border: 0;
    width: unset;
    padding: 0;
}

.admin-add-schedule-modal-group-training-add-schedule-item-delete {
    cursor: pointer;
}

.admin-people-arrow {
    transform: rotate(180deg);
}

.calendar-modal {
    position: fixed;
    height: 100%;
    /* width: 100%; */
    z-index: 555;
    right: -100%;
    top: 80px;
    display: flex;
    justify-content: flex-end;
    transition: all 0.4s;
}

.calendar-modal.show {
    transition: all 0.4s;
    right: 0;
}

.calendar-modal-inner {
    background-color: white;
    padding: 30px 25px;
}

.calendar-modal-main-pic {
    width: 100%;
    max-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.calendar-modal-main-pic>img {
    object-fit: contain;
}

.calendar-modal-stadium>p {
    font-size: 15px;
    color: #273645;
    margin-bottom: 10px;
}

.calendar-modal-stadium>h3 {
    font-size: 21px;
    color: #273645;
    font-family: 'Manrope-ExtraBold';
    margin-bottom: 20px;
}

.calendar-modal-info {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 40px;
}

.calendar-modal-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-modal-info-item>img {
    margin-right: 15px;
    object-fit: contain;
}

.calendar-modal-info-item>p {
    color: #273645;
    font-size: 15px;
}

.calendar-modal-info-item-title>p {
    color: #273645;
    font-size: 17px;
    margin-bottom: 20px;
}

.calendar-modal-sendmail>button {
    width: 100%;
    background-color: #fa6400;
    border-radius: 8px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}

.calendar-modal-inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.calendar-modal-inner-header-left {
    display: flex;
    align-items: center;
}

.calendar-modal-inner-header-right {
    display: flex;
    align-items: center;
}

.calendar-modal-inner-header-left-slides>p {
    margin: 0 15px;
    color: #2f2e41;
    font-size: 14px;
}

.calendar-modal-inner-header-left-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #ebecf0;
    cursor: pointer;
}

.calendar-modal-inner-header-right>img {
    cursor: pointer;
}

.calendar-modal-inner-header-right>img:nth-child(2) {
    margin: 0 20px;
}

.cm-info {
    margin-bottom: 20px;
}

.deleteEvent {
    cursor: pointer;
}

.calendar-modal-content {
    margin-bottom: 40px;
}

.admin-calendar-filter-choose select {
    border: none;
    outline: none;
}

.admin-calendar-filter-choose select:focus-within {
    outline: none;
}

.delete-warning-modal {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.delete-warning-modal.active {
    display: flex;
}

.delete-warning-modal-inner {
    background-color: white;
    width: 30%;
    border-radius: 15px;
    padding: 25px;
}

.delete-warning-modal-inner>p {
    color: #273645;
    font-size: 16px;
    font-family: 'Manrope-Medium';
    text-align: center;
    margin-bottom: 30px;
}

.delete-warning-modal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delete-warning-modal-item {
    width: 48%;
    border: 1px solid #fa6400;
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    transition: all ease-in-out 0.3s;
}

.delete-warning-modal-item:hover {
    background-color: #fa6400;
    color: white;
}

.delete-warning-modal-item:hover.delete-warning-modal-item>p {
    color: white;
}

.delete-warning-modal-item>p {
    color: #273645;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    font-family: 'Manrope-Medium';
}

.language-switch {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ededf1;
    background-color: transparent;
    cursor: pointer;
    color: #b9b9cb;
}

.calendarWeekdays::-webkit-scrollbar {
    display: none;
}

.admin-calendar-filter select {
    font-family: 'Manrope-Medium';
    color: #ebecee;
    font-size: 17px;
    background: transparent;
}

.admin-calendar-filter {
    background: white;
}