.celendar-page {
    margin-bottom: 5rem;
}
.celendar-page #calendar-form {
    background-color: #154188;
    padding: 0.5rem 1.25rem;
}
.celendar-page #calendar-form h1,
.celendar-page #calendar-form .form-group {
    margin-bottom: 0;
    color: var(--color-light);
}
.celendar-page #calendar-form .date {
    position: relative;
    padding: 0 1rem;
}

.celendar-page #calendar-form .date::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    width: 3px;
    height: 70%;
    background-color: #fff;
}

.celendar-page #calendar-form .date h1 {
    font-size: 30px;
    color: #fff;
    
}

.celendar-page #calendar-form .form-group {
    padding: 0 1rem;
}

.celendar-page #calendar-form .select-wrapper .select2-container {
    min-width: 140px;
}

.celendar-page #calendar-form .select-wrapper.select-year .select2-container {
    min-width: 110px;
}

.celendar-page #calendar-form .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: unset;
    border: none;
    background-color: transparent;
    padding: 0 1rem;
}

.celendar-page #calendar-form .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    font-family: "feather" !important;
    content: "\e842";
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    color: #fff;
}
.celendar-page #calendar-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
    content: "\e845";
}

.celendar-page #calendar-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    color: #fff;
}
.celendar-page #calendar-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.celendar-page .situation-calendar {
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}
.celendar-page .append-calendar {
    margin-bottom: 2rem;
}
.celendar-page .append-calendar  table thead {
    background-color: #F9F9F9;
    text-align: center;
}

.celendar-page .append-calendar  table thead  tr th {
    padding: .75rem 0;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: normal;
}
.celendar-page .append-calendar  table tbody  tr  td {
    padding: 0.5rem;
    text-align: center;
    color: #313132;
    font-weight: normal;
    background-color: transparent;
}
.celendar-page .append-calendar  table tbody  tr  td > div {
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}

.celendar-page .append-calendar .calendar-block-right {
    margin-top: -3.25rem;
}

.celendar-page .append-calendar .calendar-block-right .no-activity {
    position: relative;
    font-size: 6em;
    font-weight: bold;
    color: #154188;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.09);
}

.celendar-page .append-calendar .calendar-block-right h2 {
    line-height: 1.1;
}

.celendar-page .append-calendar .calendar-list {
   
    height: 400px;
    overflow-y: auto;
}

.celendar-page .append-calendar .calendar-list::-webkit-scrollbar {
  width: 10px;
}

.celendar-page .append-calendar .calendar-list::-webkit-scrollbar-track {
  background: #dfdfdf; 
  border-radius: 5px;
}
 
.celendar-page .append-calendar .calendar-list::-webkit-scrollbar-thumb {
  background: #154188; 
  border-radius: 5px;
}

.celendar-page .append-calendar .calendar-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.celendar-page .append-calendar .calendar-list .list-group-item:first-child {
    border-top: 1px solid #70707038;
}

.celendar-page .append-calendar .calendar-list .list-group-item {
    border: none;
    border-bottom: 1px solid #70707038;
    border-radius: inherit;
    background-color: transparent;
    padding: 0;
    height: auto;
}

.celendar-page .append-calendar .calendar-list .list-group-item .link {
    padding: 1.4rem 1rem;
    padding-left: 0;
    display: block;
}
.celendar-page .append-calendar .calendar-list .list-group-item .link:hover {
    background-color: #19458B;
}
.celendar-page .append-calendar .calendar-list .list-group-item .link:hover .title, 
.celendar-page .append-calendar .calendar-list .list-group-item .link:hover .desc {
    color: #fff;
}
.celendar-page .append-calendar .calendar-list .list-group-item .link:hover .list-date .month-year{
    color: #fff;
}
.celendar-page .append-calendar .calendar-list .list-group-item .link:hover .list-date .today {
    color: #19458B;
    -webkit-text-stroke: 1px #fff;
}
.celendar-page .append-calendar .calendar-list .list-group-item .link .list-date {
    /* padding-right: 1.75rem; */
    min-width: 192px;
}

.celendar-page .append-calendar .calendar-list .list-group-item .link .list-date .today {
    font-size: 90px;
    -webkit-text-stroke: 1px #A7A7A7;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.celendar-page .append-calendar .calendar-list .list-group-item .link .list-date .month-year {
    /* padding-top: .25rem; */
    font-size: 20px;
    color: #A7A7A7;
    text-align: center;
    position: relative;
    top: 0.75rem;
}

.celendar-page .append-calendar .calendar-list .list-group-item .link .title {
    font-size: 42px;
    font-weight: bold;
    color: #19458B;
    margin-bottom: .25rem;
    line-height: 1.2em;
}

.celendar-page .append-calendar .calendar-list .list-group-item .link .desc {
    font-size: 28px;
    color: #333333;
    position: relative;
    top: 1px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.text-limit {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: calc(1.4em * 1);
    -webkit-line-clamp: 1;
}

.text-limit.-x2 {
    max-height: calc(1.2em * 2);
    -webkit-line-clamp: 2;
}

.text-limit.-x3 {
    max-height: calc(1.2em * 3);
    -webkit-line-clamp: 3;
}

.note-block  {
    margin-bottom: 3rem;
}

.note-block .title {
    font-size: 36px;
    font-weight: bold;
    color: #154188;
    margin-bottom: 1.25rem;
    line-height: 1.2em;
}

.note-block li {
    font-size: 28px;
    display: flex;
    align-items: center;
    color: #313132;
}
.note-block li:first-child {
    padding-right: 3rem;
}

.note-block li:first-child::before {
    background-color: #76BF88;
}

.note-block li::before {
    content: '';
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #EEEEEE;
    margin-right: 1rem;
}
.detail-head .SDGs-about.selected-sdg .highlights-list .item-list > li:first-child .number {
    font-size: 30px;
}
.detail-head .SDGs-about.selected-sdg .highlights-list .item-list > li:first-child {
    width: 97px;
}

.detail-head .SDGs-about.selected-sdg .highlights-list .item-list > li:first-child .icon {
    max-width: 40px;
    height: 30px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

.detail-head .SDGs-about .highlights-list .item-list > li:first-child .icon .lazy {
    height: 30px;
    max-width: 40px;
}

.detail-body .detail-vdo .title {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
}

.detail-page.celendar-page .detail-vdo,
.detail-page.celendar-page .Links-box  {
    padding-bottom: 3rem;
}

.detail-body .detail-vdo .vdo-block {
    padding: 8%;
    background-color: #F9F9F9;
    border-top: 5px solid #144188;
    position: relative;
    z-index: 1;
}

.detail-page.celendar-page .watermark {
    bottom: unset;
    top: 240px;
}


@media (max-width: 1600px) {
    .detail-body .detail-vdo .title {
        font-size: 48px;
    }
}


@media (max-width: 1440px) {
    .celendar-page {
        margin-bottom: 4rem;
    }
}


@media (max-width: 1199px){
    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date .today {
        font-size: 70px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .title {
        font-size: 33px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .desc {
        font-size: 24px;
        top: 3px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link {
        padding: 1.5rem 1rem;
        padding-left: 0;
    }
    .celendar-page .append-calendar .calendar-block-right h2 {
        font-size: 32px;
    }
    .celendar-page .append-calendar .calendar-list {
        height: 360px;
    }

    .celendar-page .append-calendar .calendar-block-right .no-activity {
        font-size: 5em;
        height: 360px;
    }
    .note-block .title {
        font-size: 32px;
    }
    .note-block li:first-child {
        padding-right: 2rem;
    }
    .note-block li {
        font-size: 26px;
    }
    .note-block li::before {
        width: 30px;
        height: 30px;
        margin-right: 0.75rem
    }

    .detail-head .SDGs-about.selected-sdg .highlights-list .item-list > li:first-child {
        width: 80px;
    } 
    .detail-head .SDGs-about .highlights-list .item-list > li:first-child .icon .lazy {
        height: 26px;
        max-width: 30px;
    }
    .detail-head .SDGs-about.selected-sdg .highlights-list .item-list > li:first-child .number {
        font-size: 26px;
    }
    .detail-body .detail-vdo .title {
        font-size: 44px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date {
        min-width: 160px;
    }
}

@media (max-width: 991px) {
    .celendar-page {
        margin-bottom: 3rem;
    }
    .celendar-page .append-calendar .calendar-block-right {
        margin-top: 2rem;
    }
    .celendar-page .append-calendar .calendar-list {
        max-height: 360px;
        height: unset;
    }
    .celendar-page .append-calendar .calendar-block-right .no-activity {
        position: relative;
    }
    .celendar-page #calendar-form {
        padding: 0.5rem;
    }
    .detail-body .detail-vdo .title {
        font-size: 38px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .celendar-page #calendar-form .date h1 {
        font-size: 26px;
    }
    .celendar-page #calendar-form .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 26px;
    }
    .celendar-page #calendar-form {
        padding: 0.25rem 0;
    }
    .celendar-page .append-calendar table thead tr th {
        font-size: 22px;
    }
    .celendar-page .append-calendar table tbody tr td > div {
        font-size: 22px;
    }

    .celendar-page .append-calendar .calendar-list .list-group-item .link {
        padding: .95rem 0;
    }

    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date .today {
        font-size: 60px;
    }
    .celendar-page .append-calendar .calendar-block-right h2 {
        font-size: 28px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .title {
        font-size: 28px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .desc {
        font-size: 22px;
    }

    .celendar-page .append-calendar .calendar-list {
        max-height: 285px;
        height: unset;
    }
    .celendar-page .append-calendar .calendar-block-right .no-activity {
        height: 285px;
    }
    .note-block .title {
        font-size: 28px;
        margin-bottom: 1rem;
    }
    .note-block li {
        font-size: 24px;
    }
    .note-block li:first-child  {
        padding-right: 1rem;
    }
    .note-block li::before {
        width: 26px;
        height: 26px;
        margin-right: .5rem;
    }
    .detail-body .detail-vdo .title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .detail-page.celendar-page .detail-vdo,
    .detail-page.celendar-page .Links-box  {
        padding-bottom: 2rem;
    }
}


@media (max-width: 575px)  {
    .celendar-page .append-calendar {
        margin-bottom: 1.5rem;
    }
    .celendar-page #calendar-form {
        padding: 0;
    }
    .celendar-page #calendar-form .select-wrapper .select2-container {
        min-width: 110px;
    }
    .celendar-page #calendar-form .select-wrapper.select-year .select2-container {
        min-width: 95px;
    }
    .celendar-page .append-calendar table thead tr th {
        font-size: 20px;
    }
    .celendar-page .append-calendar table tbody tr td > div {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
    .celendar-page .append-calendar table tbody tr td {
        padding: 0.30rem;
    }
    
    .celendar-page #calendar-form .date h1 {
        font-size: 22px;
    }
    .celendar-page #calendar-form .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 22px;
    }
    .celendar-page .append-calendar .calendar-block-right .no-activity {
        font-size: 4em;
    }
    .celendar-page .append-calendar .calendar-block-right {
        margin-top: 1.5rem;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link {
        padding: 0.75rem 0;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date {
        /* padding-right: 1.5rem; */
        min-width: 150px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date .today {
        font-size: 50px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date .month-year {
        font-size: 18px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .title {
        font-size: 24px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .desc {
        font-size: 20px;
    }
    .note-block .title {
        margin-bottom: 0.75rem;
    }
    .note-block li {
        font-size: 22px;
    }
    .note-block li::before {
        width: 22px;
        height: 22px;
        margin-right: 0.5rem;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .desc {
        top: 6px;
    }
    .celendar-page .append-calendar .calendar-list .list-group-item .link .list-date {
        min-width: 110px;
    }
    .celendar-page .append-calendar .calendar-list {
        max-height: 244px;
        height: unset;
    }
    .celendar-page .append-calendar .calendar-block-right .no-activity {
        height: 244px;
    }
}

