.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 7vh;
  }
  .calendar-table {
    margin: 0 auto;
    margin-top: 10px !important;
    width: 60%;
  }
  .selected {
    background-color: #eee;
  }
  .outside .date {
    color: #ccc;
  }
  .timetitle {
    white-space: nowrap;
    text-align: right;
  }
  .event {
    background-repeat: repeat-x;
    color: #fff;
    font-size: 0.65em;
    padding: 0.5em 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    background-color: #b2ffaa;
    border-radius: 5px;
    position: relative;
    z-index: 10;
  }
  .event.begin {
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .event.end {
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .event.all-day {
    border-top: 1px solid #9acfea;
    border-bottom: 1px solid #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
    background-repeat: repeat-x;
    color: #31708f;
    border-width: 1px;
  }
  .event.all-day.begin {
    border-left: 1px solid #9acfea;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .event.all-day.end {
    border-right: 1px solid #9acfea;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .event.clear {
    background: none;
    border: 1px solid transparent;
  }
  .table-tight > thead > tr > th,
  .table-tight > tbody > tr > th,
  .table-tight > tfoot > tr > th,
  .table-tight > thead > tr > td,
  .table-tight > tbody > tr > td,
  .table-tight > tfoot > tr > td {
    padding-left: 0;
    padding-right: 0;
  }
  .table-tight-vert > thead > tr > th,
  .table-tight-vert > tbody > tr > th,
  .table-tight-vert > tfoot > tr > th,
  .table-tight-vert > thead > tr > td,
  .table-tight-vert > tbody > tr > td,
  .table-tight-vert > tfoot > tr > td {
    padding-top: 0;
    padding-bottom: 0;
  }
.today {
    background-color: #bababa3b !important;
}
.popover-body .fa-regular{
    color: #35B728;
    font-size: 3vw;
}

.calendar-container{
    margin-top: 18px;
    margin: 0 0 10vh 0;
    width: 100%;
    max-width: none;
    padding: 0;
}

.calendar-table .btn-link {
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 800;
    color: #35B828;
    border-radius: 17px;
    opacity: 1;
    text-decoration: none;
}

.holder, .filter-btn-row{
    width: 100%;
}
.filter-btn-row{
    padding: 0 20% 0 20%;
}
.calendar-table .scroll-btn {
    padding: 0 10px;
    font-size: 24px;
    color: #35B828;
}
.calendar-table .btn-day {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 10px;
    background-color: #35B828;
}

.calendar-table .btn-support {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 10px;
    background-color: #35B828;
}
.calendar-day .event-name {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
}
.calendar-table .c-name{
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}
.calendar-day .date{
    padding-left: 10px;
    font-size: 0.75em;
}
.calendar-table .month-box-style {
    font-size: 18px;
    font-weight: 400;
    color: #35B828;
    background-color: #ffffff;
    padding-left: 10px;
}
.calendar-table .badge {
    background-color: #35B828;
    border-radius: 50%;
}
.fa-square-plus, .fa-filter{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 18px;
}
.fa-filter{
    color: #35B728;
}
.btn-add-event, .btn-add-filter {
    color: #fff;
    margin-top: 5px;
    background-color: #35B828;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 10px;
    background-color: #35B828;
    border: none;
}
.btn-add-filter{
    background-color: #fff;
}
.btn-add-event h3, .btn-add-filter h3{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
.btn-add-filter h3{
    color: #35B828;
}
.popover{
    position: fixed !important;
    left: 40vw !important;
    top: 30vh !important;
    margin: 0px !important;
    width: 20vw !important;
    max-width: none !important;
    box-shadow: 0 0px 10px rgba(53, 183, 40, 0.5);
}

.popover-header{
    font-size: 18px;
    width: 100%;
    text-align: left;
    background: #35b72821;
    padding: 10px 10px;
    position: relative;
}
.popover-body{
    font-size: 18px;
    width: 100%;
}
.proper-img {
    overflow: hidden;
    height: 56px;
    width: 56px;
    object-fit: cover;
    border-radius: 50%;
}
.popover-col-img{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.popover-body .fa-pencil{
      font-size: 16px;
      color: #35B728;
      align-items: center;
      text-align: center;
      display: inline-flex;
}
.popover-body .container-edit{
        padding: 0 5px;
}
.popover-body h4{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #35B728;
    letter-spacing: -0.0vw;
    display: inline-block;
}
.popover-body p{
    font-size: 16px;
    padding: 0px;
}
.popover-body .fa-regular {
    color: #35B728;
    font-size: 16px;
}


.modal-calendar{
    z-index: 15;
    opacity: 1;
    transition: opacity 3s;
    padding: 23vh 28vw !important;
}

.modal-calendar .modal-calendar-content {
    text-align: start;
    background-color: #fff;
    top: 10vh;
    padding: 3vh 6.4vw 3vh 6.4vw;
    border-radius: 30px 30px 30px 30px;
    overflow-y: auto;
}


.modal-calendar-content h3{
    margin-left: 0;
    letter-spacing: 0.02rem;
}

.btn-calendar-modal {
    margin-bottom: 0vw;
    height: auto;
    min-height: auto;
    font-size: 18px;
    width: auto;
    padding: 1vh 2vw;
    min-width: 15vw;
}

.modal-calendar-content h3 {
    font-size: 24px;
}
.modal-calendar-content .form-check-label {
    font-size: 18px;
}

.modal-calendar-content .form-check-input[type=checkbox] {
    font-size: 24px;
}




@media screen and (max-device-width: 1200px) {
    .popover{
        left: 35vw !important;
        width: 30vw !important;
    }
}
@media screen and (max-device-width: 992px){
    .filter-btn-row{
        padding: 0 10%;
    }
}

@media screen and (max-device-width: 480px) {
    .holder, .filter-btn-row{
        width: 103%;
    }
    .filter-btn-row{
        padding: 0;
    }
    .event {

    }
    .event.begin {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .event.end {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .calendar-container {
        width: 87.2%;
        max-width: none;
        margin-left: 6.4%;
        margin-right: 6.4%;
        margin-top: 3%;
        margin-bottom: 15vh;
    }
    .calendar-container h1 {
        font-size: 7.7vw;
        font-weight: 900;
        letter-spacing: -0.04em;
        color: #2E332E;
    }

    .calendar-table {
        width: 100%;
        margin-top: 8vw;
        margin: 4vw 0 0 0;
        min-height: 40vh;
    }
    .calendar-table .scroll-btn{
        padding: 0 1.2vw;
        font-size: 75px;
        color: #35B828;
    }

    .calendar-table .btn-day {
        padding: 0.5vh 1.2vw;
        font-size: 36px;
        font-weight: 400;
        color: #ffffff;
        border-radius: 17px;
        background-color: #35B828;
    }
    .calendar-table .btn-link {
        padding: 0.5vh 1.2vw;
        font-size: 64px;
        font-weight: 800;
        color: #35B828;
        border-radius: 17px;
        opacity: 1;
        text-decoration: none;
    }
    .btn.btn-link:hover {
        color: #35B828;
    }

    .btn-add-event, .btn-add-filter {
        color: #fff;
        margin-top: 1vh;
        background-color: #35B828;
        padding: 1.0vh 1.2vw;
        font-size: 36px;
        font-weight: 400;
        color: #ffffff;
        border-radius: 17px;
        background-color: #35B828;
        border: none;
    }
    .btn-add-filter{
        background-color: #fff;
    }
    .btn-add-event h3, .btn-add-filter h3{
        display: inline-block;
        margin-left: 1vw;
        margin-bottom: 0;
        font-size: 36px;
    }
    .btn-add-filter h3{
        color: #35B828;
    }
    .calendar-table .btn-support{
        padding: 0.5vh 1.2vw;
        font-size: 36px;
        font-weight: 400;
        color: #ffffff;
        border-radius: 17px;
        background-color: #35B828;
    }
    .calendar-table .active{
    }
    .calendar-table .month-box-style{
        font-size: 36px;
        font-weight: 400;
        color: #35B828;
        background-color: #ffffff;
        padding-left: 2vw;
    }
    .calendar-table .badge{
        background-color: #35B828;
        border-radius: 50%;
    }
    .calendar-table .c-name{
        font-size: 36px;
        font-weight: 400;
        padding-left: 1vw;
    }
    .calendar-day {
        min-height: 10vh;
        font-size: 28px;
        font-weight: 400;
        height: 9vh;
        position: relative;
        z-index: 0;
    }
    .calendar-day .date{
        padding-left: 1vw;
        font-size: 28px;
    }

    .popover{
        position: fixed !important;
        left: 20vw !important;
        top: 30vh !important;
        margin: 0px !important;
        width: 60vw !important;
        max-width: none !important;
        box-shadow: 0 0px 10px rgba(53, 183, 40, 0.5);
    }
    .popover-body p {
        font-size: 3.7vw;
    }
    .popover-header{
        font-size: 48px;
        width: 60vw;
        text-align: left;
        background: #35b72821;
        padding: 1vh 2vw;
        position: relative;
    }
    .event-name{
        color: #35B828;
    }
    .calendar-day .event-name {
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        hyphens: auto;
        white-space: normal; /* This allows the text to wrap */
        word-wrap: break-word; /* This ensures long words will break to fit */
    }
    .popover-body{
        font-size: 48px;
        width: 60vw;
    }
    .popover-body .fa-regular {
        color: #35B728;
        font-size: 3vw;
    }
    .proper-img {
        overflow: hidden;
        height: 8vh;
        width: 8vh;
        object-fit: cover;
        border-radius: 50%;
    }
    .popover-col-img{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .popover-body .fa-pencil{
              font-size: 2.5vw;
              color: #35B728;
              align-items: center;
              text-align: center;
              display: inline-flex;
    }
    .popover-body .container-edit{
            padding: 0 3vw;
    }
    .popover-body h4{
        margin-left: 1.2vw;
        font-size: 3.7vw;
        font-weight: 400;
        color: #35B728;
        letter-spacing: -0.0vw;
        display: inline-block;
    }
    .add-event{
        display: flex;
        justify-content: center;
    }

    .fa-square-plus, .fa-filter{
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 40px;
    }
    .fa-filter{
        color: #35B728;
    }

    .modal-calendar-content h3 {
        font-size: 6.3vw;
    }
    .modal-calendar-content .form-check-label{
        font-size: 3.7vw;
    }

    .modal-calendar-content .form-check-input[type=checkbox] {
        font-size: 2.3vw;
    }

    .btn-calendar-modal {
        font-size: 4vw;
        min-width: 30vw;
    }

    .modal-calendar {
        padding: 15vh 10vw !important;
    }
}