/* Accounts */
.niceinput {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid gray;
    background-color: white; /*FF*/
    outline: none; /* Mobile */
    width: 100%;
}

.niceinput:focus {
    border-bottom: 3px solid green;
}

input.lunch_authorization_checkbox.pre-checked {
    pointer-events: none;       /* Prevent clicking */
    accent-color: #ccc;         /* Light grey checkbox color (modern browsers) */
    opacity: 0.6;               /* Slightly faded */
    cursor: not-allowed;        /* Visual cue */
}

/* Portal */
.head-color {
    background-color: #061c4c;
}

.body-background-f5f5f5 {
    background-color: #fff;
}

.body-background-hijacked {
    background-color: #ffefef;
}

.user {
    color: darkslategray;
    font-size: 2rem;
    display: initial !important;
}

.user-container {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: white;
    padding: 0 !important;
}

.navbar-user {
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.user-mini {
    color: darkslategray;
    font-size: 1.125rem
}

.user-container-mini {
    /*position: absolute;
    top: 1rem;
    right: 1rem;*/
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: white;
}

.student-name {
    font-size: 1.25rem;
    color: #061c4c;
    font-style: italic
}

.student-links {
    font-size: 1.25rem;
    color: #0059fc;
}

.student-row {
    display: flex;
    align-items: center;
    padding-bottom: .75rem
}

.row-info {
    line-height: 2rem;
}

.row-info-top {
    margin-top: 2rem;
}

.info-label {
    color: white;
    font-size: 1rem;
    margin-bottom: .25rem;
}

.info-label-reverse {
    color: #061c4c;
    font-size: 1rem;
    margin-bottom: .25rem;
}

.info-input {
    width: 100%;
    line-height: 2.5rem;
    font-size: 1.25rem;
}

.info-text {
    font-size: 0.9375rem;
    color: #43425D;
    border-bottom: 2px solid lightgrey;
}

.info-field {
    background-color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    padding-left: 1rem;
}

.info-field-like {
    background-color: white;
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

.info-minus-icon {
    position: absolute;
    right: 1rem;
    color: red;
    font-size: 1.25rem;
}

.info-pen-icon {
    position: absolute;
    right: 1.5rem;
    top: 0.25rem;
    color: #061c4c;
    font-size: 1.25rem;
}

.info-close-icon {
    position: absolute;
    right: 1rem;
    color: #061c4c;
    font-size: 1.25rem;
    top: 0.5rem;
}

.info-pen {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 1rem;
}

.info-text {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.info-header {
    font-size: 2.1875rem;
    font-weight: bold;
    color: #43425D;
    text-align: center;
}

.info-subtitle {
    font-size: 1.125rem;
    color: slategray;
    text-align: center;
    padding-bottom: 2rem;
}

.info-container {
    border: 1px solid black;
    padding-bottom: 1rem;
}

.info-container-floating {
    border: 1px solid black;
    padding-bottom: 1rem;
    position: absolute;
    z-index: -1;
    top: 7rem;
    height: 35rem;
    width: 52%;
    left: 15.6666%;
}

.info-done {
    font-size: 1.5rem;
    color: black;
    text-align: center;
    margin-top: 2rem;
}

.address-blanket {
    background-color: white;
    width: 100%;
    height: auto;
    z-index: 9999;
    position: fixed;
}

.top-blanket {
    top: 35%;
}

.account-label, .account-text {
    font-size: 0.9375rem;
    color: #43425D;
}

.account-row {
    line-height: 2rem;
}

ul.errorlist, .errortext {
    font-size: 0.875rem;
    color: red;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 5px;
    margin-top: 1rem;
}

.errortext {
    border: 0;
    margin-top: 0;
}

.help > ul, .login-form ul {
    padding-inline-start: 0;
    font-size: 0.875rem;
    color: green;
    margin-top: 0.5rem;
}

ul.errorlist > li,
.help > ul > li,
.login-form ul li,
ul.connectedSortable > li {
    list-style: none;
}

.help > ul > li {
    line-height: 1.5rem;
}


.destlink-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 0.75rem;
    border-radius: 50%; /* Makes it round */
    border: 1px solid #ddd; /* Optional: subtle border for a clean look */
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 1.4rem; /* gives the icon room to breathe */
    cursor: pointer;
}

/* Ensure font icons are treated as blocks and vertically centered inside the circle. */
.destlink-icon > i,
.destlink-icon i {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/* If templates use FA sizing helpers like .fa-2x, limit their size inside destlink circles so they don't overflow visually. */
.destlink-icon i.fa-2x {
    font-size: 1.6rem; /* tuned to fit the 64px circle */
}

.destlink-text {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide text beyond box */
    text-overflow: ellipsis; /* Add "..." at the end */
    max-width: 100%;

}

@media (max-width: 768px) {
  .destlink-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

/* Section title row */
.section-row h1 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}


.icon-col {
    flex: 1 0 calc(25% - 1.5rem);
    background: #fff;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.icon-col:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Parent icon indicator */
.parent-icon::after {
    content: "▼";
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-top: 0.5rem;
}

.children-row-hidden {
    display: none;
}

/*.child-col {*/
/*    background-color: lightgrey;*/
/*}*/
.ps-picture {
    height: 100px;
    border-radius: 50%;
}

.submit-button-div {
    text-align: center;
    margin-top: 2rem;
}

.success {
    font-weight: bold;
    color: darkgreen;
}

.student-minilink,
.student-minilink-separator,
.destlink-url {
    color: #289dcc;
    text-decoration: none;
}

.student-minilink:hover,
.destlink-url:hover {
    text-decoration: none;
    color: #086d9c;
}

.destlink-url:hover p {
    color: #086d9c;
}

.arrow_box {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 1rem;
    /*width: 280px;*/
    /*height: 100px;*/
    border-radius: 6px;
    right: 1.5rem;
    top: 7rem;
    z-index: 15;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 11px;
    margin-left: -11px;
}

.row-separator {
    margin-top: 1rem;
}

.login-button {
    width: 16rem;
    position: relative;
    border-radius: 3px;
    border: 1px solid grey;
    line-height: 32px;
    background-color: white;
    font-size: 16px;
}

#google-button {
    background-color: #ffeeee !important;
    background: url(/static/img/google.png) no-repeat 15px center;
}

.google-sign-in:hover {
    cursor: pointer;
}

.reportcard, .report-proforma .asb-logins {
    color: blue;
    cursor: pointer;
}

.breadcrumb-home-student {
    border-radius: 0;
    height: 62px
}

.center {
    text-align: center;
}

#id_event_description, #id_guests_list {
    height: 10rem !important;
}

.day-col {
    background-color: #e9ecef;
}

.th-cell-match {
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
}

.day-col-match {
    background-color: #aaaaaa;
    border-left: 2px solid black !important;
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
}

.day-lastcol-match {
    border-right: 2px solid black !important;
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
}

.period-active {
    background-color: #aaaaaa !important;
}

.th-cell-active {
    background-color: yellow !important;
    border: 4px solid black !important;
}

.th-cell {
    text-align: center !important;
    font-size: 1.25rem !important;
    vertical-align: middle !important;
}

.th-cell-pd {
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 0.875rem;
}

.cut-top {
    margin-top: -1.5rem;
}

.schedule-time {
    font-size: 0.875rem !important;
}

.email-icon {
    height: 1rem;
    display: none;
}

.email-text {
    font-style: italic;
    font-size: 0.875rem;
}

.pd-data tr td {
    font-size: 0.875rem;
}

.pd-disclaimer {
    font-style: italic;
    font-size: 0.75rem;
}

.pd-option {
    font-size: 0.875rem;
}

.pd-email-break {
    word-break: break-word;
}

.card-title-asb {
    text-align: center;
    font-weight: bold;
}

.dl-icon {
    margin: 1rem auto auto;
    height: 20vw;
    width: 20vw;
}

.section-title-day {
    background: lightgrey;
    text-align: center;
}

.day-text {
    font-size: 1.5rem;
}

.fs-075 {
    font-size: 0.75rem !important;
}

.zi-9999 {
    z-index: 9999;
}

.label-and-textarea > label,
.label-and-textarea > input,
.label-and-textarea > textarea {
    display: block;
    width: 100%;
}

.custom-jsvideo {
    max-width: 640px;
    width: 90%;
    margin: auto;
}

.thumbnail-trash {
    position: absolute;
    left: 0;
    padding-left: 1rem;
    padding-top: 2px;
    cursor: pointer;
}

.percent-30 {
    width: 30%;
}

.percent-5 {
    width: 5%;
}

#id_long_description {
    height: 10rem !important;
}

.schedule-closed {
    outline: 3px solid red !important;
    outline-offset: -1px !important;
}

.buttonlike, .buttonlike-disabled {
    color: white;
    text-decoration: none;
    height: 35px;
    font-size: 16px;
    line-height: 0;
    font-weight: normal;
    padding: 24px;
    border-radius: 10px;
}

.buttonlike {
    background-color: #293e91;
    cursor: pointer;
}

.buttonred {
    background-color: #af191f;
    cursor: pointer;
}

.buttonlike a, .buttonred a {
    color: white;
}

.buttonlike-container {
    text-align: center;
}

.buttonlike-disabled {
    background-color: gray;
    cursor: not-allowed;
}

.activity-description {
    background-color: #c9cef1;
    width: 500px;
    height: auto;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    border: 1px solid #cccccc;
    border-radius: 15px;
    margin: -125px auto auto -250px;
    padding: 20px;
}

.blanket {
    background-color: #222222;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    opacity: 0.7;
    left: 0;
    top: 0;
}

.schedule-color-1 {
    background-color: #e6b8af;
}

.schedule-color-2 {
    background-color: #f4cccc;
}

.schedule-color-3 {
    background-color: #fce5cd;
}

.schedule-color-4 {
    background-color: #fff2cc;
}

.schedule-color-5 {
    background-color: #d9ead3;
}

.schedule-color-6 {
    background-color: #d0e0e3;
}

.schedule-color-7 {
    background-color: #c9daf8;
}

.schedule-color-8 {
    background-color: #cfe2f3;
}

.schedule-color-9 {
    background-color: #d9d2e9;
}

.schedule-color-10 {
    background-color: #ead1dc;
}

.schedule-color-11 {
    background-color: #dd7e6b;
}

.schedule-color-12 {
    background-color: #ea9999;
}

.schedule-color-13 {
    background-color: #f9cb9c;
}

.schedule-color-14 {
    background-color: #ffe599;
}

.schedule-color-15 {
    background-color: #b6d7a8;
}

.schedule-color-16 {
    background-color: #a2c4c9;
}

.schedule-color-17 {
    background-color: #9fc5e8;
}

.background-schoolid-50 {
    background-color: #8fdf82;
}

.background-schoolid-100 {
    background-color: #6d7fcc;
}

.background-schoolid-150 {
    background-color: #ffe599;
}

.background-schoolid-200 {
    background-color: #e6b8af;
}

.wrap-long-url {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.authorization-checkbox {
    width: 1.5rem;
    height: 1.5rem;
}

.bus-service-red-border {
    border: 3px solid red;
}

.bus-service-lgray-border {
    border-top: 2px solid lightgray;
}

/*asbscheduler psc*/
.psc-table {
    border-collapse: initial;
}

.customTooltip * {
    color: #4a4a4a;
    font-size: 18px
}

.customTooltip .introjs-tooltip-title {
    color: #0a41c9;
}

.breadcrumb-background-color {
    background-color: #e9ecef;
}

.breadcrumb {
    border-radius: 0;
}

@media print {
    @page {
        size: A4 landscape;
    }

    body {
        font-size: 12px;
    }

    .body-background-hijacked {
        background-color: white;
    }

    .break-me {
        page-break-before: always;
    }

    .noprint {
        display: none;
    }

    .print {
        display: flex !important;
    }

    .col-print-12 {
        width: 100%;
        flex: 0 0 100%;
        float: left;
    }

    a {
        text-decoration: none !important;
        color: inherit;
        cursor: default;
    }

    .section-title-day {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .development-server {
        display: none;
    }
}

ol.breadcrumb {
    margin-bottom: 0;
}

.show-pointer {
    cursor: pointer;
}

/* After school */
.af-main-title {
    color: #293e91;
    font-size: 40px !important;
    line-height: 44px !important;
    font-family: 'PT Serif Caption', serif;
    font-style: italic;
    margin: 20px 0;
    font-weight: bold;
}

.student-hidden, .menu-hidden {
    display: none;
}

.student-menu {
    margin-bottom: 1em !important;
}

.af-pills {
    margin-top: 25px;
}

.af-tr-1 {
    background-color: #3e3a8f;
}

.af-tr-2 {
    background-color: #ea9525;
}

.af-tr-3 {
    background-color: #9bc762;
}

.af-tr-4 {
    background-color: #dc3545 !important
}

.schedule-select-dropdown {
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 16px;
    background: #ebebeb;
    border: 1px solid lightgray;
    padding: 0 5px;
}

.activity-name {
    width: 35%;
    min-width: 35%;
    font-weight: bold;
    color: white;
    padding-left: 15px;
}

.schedule-description {
    width: 20%;
    min-width: 20%;
    font-style: italic;
    padding-left: 15px;
    color: white;
}

.grades-height select {
    min-height: 20rem;
}

.hide-span {
    display: none;
}

.videojs-myasb {
    margin: 0 auto;
    outline: white;
}

.h-100px {
    height: 100px;
}

.w-90pc {
    width: 90%;
}

.button-darkslate {
    border: 1px solid darkslategrey;
}

.days-closed {
    color: red;
    font-style: italic;
}

.rounded-1rem {
    border-radius: 1rem;
}

.asbcal-day {
    width: 14.29%;
}

.asbcal-owner-name {
    font-size: 1rem;
    color: #4d5055;
    font-weight: bold;
    opacity: 0.6;
}

.asbcal-template-name {
    font-size: 1.75rem;
    color: #4d5055;
    font-weight: bold;
}

.asbcal-datetime-text {
    font-size: 1rem;
    color: #06c29c;
    font-weight: bold;
}

.asbcal-details-text {
    color: #4d5055;
    font-size: 1.25rem;
    font-weight: bold;
}

.asbcal-labels-text {
    color: #4d5055;
    font-size: 0.875rem;
    font-weight: bold;
}

.icon-fa {
    min-width: 2rem;
}

.single-slot:hover {
    cursor: pointer;
}

.font-1rem {
    font-size: 1rem;
}

.ptc-student-selected {
    background-color: #dee2e6;
}

.card-student-info:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card-student-document:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18), 0 4px 8px rgba(0, 0, 0, .06);
}

.card-header:hover {
    background-color: rgba(0, 0, 0, .18);
}

.ptc-mt-2 {
    margin-top: 2rem !important;
}

.card-title-font-size {
    font-size: 0.95rem;
}

.card-body-padding {
    padding: 0.5rem !important;
}

.leaflet-container {
    height: 300px;
    width: 100%
}

.timer-counter-span:hover {
    background-color: #eaeaea;
}

.timer-counter-span {
    font-size: 10rem;
}

.timer-buttons-div > button {
    font-size: 5rem;
}

.min-height-3 {
    min-height: 3rem !important;
}

.min-height-4 {
    min-height: 4rem !important;
}

.course-card {
    min-height: 14rem;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}

.stop-snow, .show-snow {
    position: fixed;
    top: 102%;
    left: 100%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10
}

/*birthday gift*/


.birthday-gift {
    position: fixed;
    width: 170px;
    height: 20px;
    border-radius: 50%;
    top: 70%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 12
}

.birthday-gift:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 595%;
    left: -6%;
}

input#click_gift {
    display: none;
}

.gift-box {
    position: relative;
    width: 150px;
    height: 100px;
    background-color: #e9c46a;
}

.gift-box:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100px;
    background-color: #e76f51;
    left: 62px;
}

.gift-box:after {
    content: "";
    position: absolute;
    box-shadow: inset 0 10px rgba(0, 0, 0, 0.3);
    width: 150px;
    height: 100px;
}

.click-gift {
    position: absolute;
    background-color: #e9c46a;
    width: 170px;
    height: 40px;
    top: -40px;
    left: -10px;
    transform-origin: bottom left;
    transition: .3s;
    cursor: pointer;
}

.click-gift:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 40px;
    background-color: #e76f51;
    left: 69px;
}

.click-gift:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 0;
    border-bottom: 30px solid #e76f51;
    border-top: 30px solid #e76f51;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(-90deg);
    left: 65px;
    top: -47px;
}

#click_gift:checked + .click-gift {
    transform: rotate(-110deg) scaleX(0.85);
}

#click_gift:checked ~ .jumping-cat {
    opacity: 1;
}

#click_gift:checked ~ .fireworks {
    opacity: 1;
}

.cake-gif {
    width: 10rem;
    height: 11rem;
    position: absolute;
    transition: .5s;
    color: #333;
    font-size: 37px;
    text-align: center;
    z-index: -1;
    left: -2px;
    top: -47px;
}

#click_gift:checked ~ .birthday-cake {
    transform: translateY(-90px);
}

#click_gift:checked ~ .happy-birthday {
    display: inline-block;
    transform: translateY(-220px);
}

/*jumping cat*/
.jumping-cat {
    opacity: 0;
    position: fixed;
    width: 170px;
    height: 20px;
    border-radius: 50%;
    top: 48%;
    left: 5%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10
}

.fireworks {
    opacity: 0;
    position: fixed;
    width: 170px;
    height: 20px;
    top: 30%;
    left: 50%;
    border-radius: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10
}

.happy-birthday {
    font-family: Tahoma, sans-serif;
    text-align: center;
    margin: 30px;
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    transition: 0.1s;
    width: 200px;
    display: none;
}

@media (min-width: 1201px) {
    .info-container-floating {
        top: 7rem;
        width: 43.6666%;
        left: 15.6666%;
    }

    .top-blanket {
        top: 38%;
    }

    .card-width {
        width: 9rem;
    }

    .card-row-margin {
        margin-left: 1.5rem;
    }
}

@media (max-width: 1200px) {
    .timer-counter-span {
        font-size: 8rem;
    }

    .timer-buttons-div > button {
        font-size: 4rem;
    }

    .schedule-description {
        width: auto;
        font-style: italic;
        padding-left: 15px;
        color: white;
    }

    .top-blanket {
        top: 28%;
    }

    .card-width {
        width: 7rem;
    }

    .card-row-margin {
        margin-left: 1.5rem;
    }

    .card-title-font-size {
        font-size: 0.875rem;
    }

    .card-body-padding {
        padding: 0.75rem !important;
    }

    .psc-tr {
        font-size: 1.5vw;
    }
}

@media (max-width: 992px) {
    .timer-counter-span {
        font-size: 6rem;
    }

    .timer-buttons-div > button {
        font-size: 3rem;
    }

    .info-container-floating {
        top: 7rem;
        width: 60%;
        left: 7.3333%;
    }

    .schedule-description {
        width: auto;
        font-style: italic;
        padding-left: 15px;
        color: white;
    }

    .activity-name {
        width: auto;
        font-weight: bold;
        color: white;
        padding-left: 15px;
    }

    .card-width {
        width: 7rem;
    }

    .card-row-margin {
        margin-left: 1.5rem;
    }

    .card-title-font-size {
        font-size: 0.875rem;
    }

    .card-body-padding {
        padding: 0.75rem !important;
    }

    .psc-tr {
        font-size: 2vw;
    }

    .course-card {
        min-height: 15rem;
    }
}

@media (max-width: 768px) {
    .timer-counter-span {
        font-size: 6rem;
    }

    .timer-buttons-div > button {
        font-size: 3rem;
    }

    .info-container-floating {
        top: 7rem;
        width: 85.3333%;
        left: 7.3333%;
    }

    .card-width {
        width: 7rem;
    }

    .card-row-margin {
        margin-left: 1.5rem;
    }

    .card-title-font-size {
        font-size: 0.875rem;
    }

    .card-body-padding {
        padding: 0.75rem !important;
    }

    .psc-tr {
        font-size: 2vw;
    }

    .course-card {
        min-height: 16rem;
    }
}

@media (max-width: 575px) {
    .timer-counter-span {
        font-size: 5rem;
    }

    .timer-buttons-div > button {
        font-size: 2rem;
    }

    .asblogo {
        width: 200px;
        height: 56px;
    }

    .user-container {
        top: .2rem;
    }

    .info-container-floating {
        top: 5rem;
        left: 7.3333%;
        width: 86%;
    }

    .destlink-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
    }

    .destlink-icon > i,
    .destlink-icon i {
        display: block;
        line-height: 1;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .destlink-icon i.fa-2x {
        font-size: 1.4rem;
    }

    .arrow_box {
        position: absolute;
        background: #FFFFFF;
        border: 1px solid #000000;
        padding: 1rem;
        border-radius: 6px;
        right: 1.5rem;
        top: 5.5rem;
        z-index: 9;
    }

    .ps-picture {
        height: 75px;
        border-radius: 50%;
    }

    .student-name {
        font-size: 1.25rem;
        color: #061c4c;
        font-style: italic;
        margin: 0;
    }

    .student-row-horizontal {
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    .student-minilink-separator {
        display: none;
    }

    .dl-icon {
        max-width: 50%;
        margin: 1rem auto auto;
    }

    .day-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .activity-name {
        width: auto;
        font-size: 14px;
        color: white;
        padding-left: 15px;
    }

    .selection {
        width: 50%;
    }

    .hide-span {
        display: block;
    }

    .show-span {
        display: none;
    }

    .font-1rem {
        font-size: 1rem;
    }

    .card-width {
        width: 7rem;
    }

    .card-row-margin {
        margin-left: 1.5rem;
    }

    .card-title-font-size {
        font-size: 0.875rem;
    }

    .card-body-padding {
        padding: 0.75rem !important;
    }

    .psc-tr {
        font-size: 3vw;
    }
}

@media (max-width: 400px) {
    .timer-counter-span {
        font-size: 5rem;
    }

    .timer-buttons-div > button {
        font-size: 2rem;
    }

    .selection {
        width: 70%;
        font-size: 12px;
    }

    .hide-span {
        display: block;
    }

    .show-span {
        display: none;
    }

    .font-1rem {
        font-size: 1rem;
    }

    .card-width {
        width: 7rem;
    }

    .card-row-margin {
        margin-left: 0.5rem;
    }

    .card-title-font-size {
        font-size: 0.875rem;
    }
}

input[type="checkbox"] {
    cursor: pointer;
}