
        .progressbar {
            display: inline-block;
            width: 95%;
            margin: 25px;
        }

        .circle {
            width: 100%;
            margin: 0 auto;
            margin-top: 10px;
            display: inline-block;
            position: relative;
            text-align: center;
        }

            .circle canvas {
                vertical-align: middle;
            }

            .circle div {
                position: absolute;
                top: 30px;
                left: 0;
                width: 100%;
                text-align: center;
                line-height: 40px;
                font-size: 20px;
            }

            .circle strong i {
                font-style: normal;
                font-size: 0.6em;
                font-weight: normal;
            }

            .circle span {
                display: block;
                color: #aaa;
                margin-top: 12px;
            }

        #spnBdyCount, #spnUpBdyCount, #spnAnniversaryCount, #spnBuddyCount, #spnGoalsCount, #spnWelcomeCount {
            margin-right: 20px !important;
            background-color: rgba(var(--theme-rgb-primary), 0.9);
            color: white;
            padding: 4px !important;
            border-radius: 18px;
            width: 25px;
            height: 25px;
            align-items: center;
            text-align: center;
        }
        .dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
            padding: 14px;
        }

        .showtime-preview > div:first-child {
            font-size: 12px;
            white-space: normal;
        }

        .showtime-preview > div:not(:first-child) {
            font-size: 11px;
            white-space: normal;
        }

        .movie-tooltip .movie-info {
            display: inline-block;
            margin-left: 10px;
            vertical-align: top;
            text-align: left;
        }

        .movie-tooltip img {
            height: 80px;
            margin-bottom: 10px;
        }

        .movie-tooltip .movie-title {
            font-size: 1.5em;
            line-height: 40px;
        }

        .movie-tooltip1 .movie-info1 {
            display: inline-block;
            margin-left: 10px;
            vertical-align: top;
            text-align: left;
        }

        .movie-tooltip1 img {
            height: 30px;
            margin-bottom: 10px;
        }

        .movie-tooltip1 .movie-title1 {
            font-size: 1.0em;
            line-height: 40px;
        }

        .long-title h3 {
            font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
            font-weight: 200;
            font-size: 28px;
            text-align: center;
            margin-bottom: 20px;
        }

        .dx-scheduler-timeline .dx-scheduler-header-panel .dx-scheduler-header-row:last-child {
            display: none;
        }

        .dx-scheduler-header {
            /*background-color: #ebe9ff;*/
        }

        .dx-scheduler-date-table-other-month {
            opacity: 0.4 !important;
        }

        .eventPointer {
            pointer-events: none;
        }

        .spanToday {
            white-space: nowrap;
            width: 54%;
            text-overflow: ellipsis;
            display: inline-flex;
            overflow: hidden;
        }

        .form-focus .form-control {
            height: 42px;
            padding: 20px 12px 6px;
        }

        .dx-scheduler-navigator-previous {
            display: none !important;
        }

        .dx-scheduler-navigator-next {
            display: none !important;
        }

        .dx-scheduler-navigator {
            pointer-events: none !important;
        }

        .dx-scheduler-work-space {
            padding-top: 0px !important;
            margin-top: 0px !important;
            background-color: rgba(var(--theme-rgb-primary), 0.1);
            border: 1px solid #dee2e6;
            border-color: rgba(255, 255, 255, 0.25);
        }

        .bShadow {
            box-shadow: 5px 5px 15px #ccc5d6;
        }

#dvToday img, #dvanniversary img, #myTeam img, #dvwelcome img {
    width: 32px;
    height: 32px;
    margin-top: -5px;
    margin-left: 5px;
}

        #dvToday div {
            height: 42px;
            width: 45px;
            display: inline-block;
            align-items: center;
            text-align: center;
            border-radius: 30px;
        }

        #dvanniversary div {
            height: 42px;
            width: 45px;
            border-radius: 30px;
        }

        .dvHeading {
            display: inline-block;
            margin-left: 10px;
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
        }

        .light {
            --bg-body: var(--light-body);
            --bg-main: var(--light-main);
            --bg-second: var(--light-second);
            --color-hover: var(--light-hover);
            --color-txt: var(--light-text);
        }

        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        .calendar {
            height: max-content;
            width: max-content;
            background-color: var(--bg-main);
            border-radius: 30px;
            position: relative;
            overflow: hidden;
            margin-left: -14px;
        }

        .light .calendar {
            box-shadow: var(--shadow);
        }

        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.0625rem;
            color: var(--color-txt);
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
            font-weight: 400;
        }

        .calendar-week-day {
            height: 50px;
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            font-weight: 600;
        }

            .calendar-week-day div {
                display: grid;
                place-items: center;
                color: var(--bg-second);
            }

        .calendar-days {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 2px;
            color: var(--color-txt);
        }

            .calendar-days div {
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;
                position: relative;
                cursor: pointer;
                animation: to-top 1s forwards;
                color: #886ab5;
            }

                .calendar-days div span {
                    position: absolute;
                }

                .calendar-days div:hover span {
                    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
                }

                .calendar-days div span:nth-child(1),
                .calendar-days div span:nth-child(3) {
                    width: 2px;
                    height: 0;
                    background-color: var(--color-txt);
                }

                .calendar-days div:hover span:nth-child(1),
                .calendar-days div:hover span:nth-child(3) {
                    height: 100%;
                }

                .calendar-days div span:nth-child(1) {
                    bottom: 0;
                    left: 0;
                }

                .calendar-days div span:nth-child(3) {
                    top: 0;
                    right: 0;
                }

                .calendar-days div span:nth-child(2),
                .calendar-days div span:nth-child(4) {
                    width: 0;
                    height: 2px;
                    background-color: var(--color-txt);
                }

                .calendar-days div:hover span:nth-child(2),
                .calendar-days div:hover span:nth-child(4) {
                    width: 100%;
                }

                .calendar-days div span:nth-child(2) {
                    top: 0;
                    left: 0;
                }

                .calendar-days div span:nth-child(4) {
                    bottom: 0;
                    right: 0;
                }

                .calendar-days div:hover span:nth-child(2) {
                    transition-delay: 0.2s;
                }

                .calendar-days div:hover span:nth-child(3) {
                    transition-delay: 0.4s;
                }

                .calendar-days div:hover span:nth-child(4) {
                    transition-delay: 0.6s;
                }

                .calendar-days div.curr-date,
                .calendar-days div.curr-date:hover {
                    background-color: #5c3a98;
                    color: var(--white);
                    border-radius: 50%;
                }

                    .calendar-days div.curr-date span {
                        display: none;
                    }

        .month-picker {
            padding: 5px 10px;
            border-radius: 10px;
            cursor: pointer;
        }

            .month-picker:hover {
                background-color: var(--color-hover);
            }

        .year-picker {
            display: flex;
            align-items: center;
        }

        .year-change {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            margin: 0 10px;
            cursor: pointer;
        }

            .year-change:hover {
                background-color: var(--color-hover);
            }

        .calendar-footer {
            padding: 10px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        .toggle {
            display: flex;
        }

            .toggle span {
                margin-right: 10px;
                color: var(--color-txt);
            }

        .month-list {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: var(--bg-main);
            padding: 20px;
            grid-template-columns: repeat(3, auto);
            gap: 5px;
            display: grid;
            transform: scale(1.5);
            visibility: hidden;
            pointer-events: none;
        }

            .month-list.show {
                transform: scale(1);
                visibility: visible;
                pointer-events: visible;
                transition: all 0.2s ease-in-out;
                background-color: white;
                color: #886ab5;
            }

            .month-list > div {
                display: grid;
                place-items: center;
            }

                .month-list > div > div {
                    width: 100%;
                    padding: 5px 20px;
                    border-radius: 10px;
                    text-align: center;
                    cursor: pointer;
                    color: var(--color-txt);
                }

                    .month-list > div > div:hover {
                        background-color: var(--color-hover);
                    }

        pre {
            display: block;
            font-size: 87.5%;
            color: #212529;
            margin-top: 14px;
        }

        .centered {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80%;
            transform: translate(-50%, -50%);
        }

        .title {
            overflow: hidden; /* Ensures the content is not revealed until the animation */
            border-right: .15em solid orange; /* The typwriter cursor */
            white-space: nowrap; /* Keeps the content on a single line */
            margin: 0 auto; /* Gives that scrolling effect as the typing happens */
            letter-spacing: .15em; /* Adjust as needed */
            animation: typewriter 5.5s steps(40, end) infinite, blinking-cursor 0.95s infinite;
            animation-fill-mode: forwards
        }

        .dx-scheduler-appointment-horizontal {
            transform: translate(406.25px, 117.406px);
            width: 90.7px !important;
            height: 37.8021px !important;
            margin-top: 24px !important;
            margin-left: -2.5px;
            /*pointer-events:none;*/
        }

        .dx-scheduler-work-space-month .dx-scheduler-appointment-content {
            font-size: 10.5px !important;
            padding-top: 3.5px !important;
        }

        #remarks_1 {
            margin-top: 0px;
            padding: 3px;
        }

        .movie {
            margin-left: -5px;
            margin-right: -4px;
        }

        .dx-scheduler-appointment-content {
            background-color: rgba(var(--theme-rgb-primary), 0.2) !important;
        }

        .dx-scheduler-appointment {
            background-color: none !important;
        }

        .tds {
            border: 1px solid;
        }

        .form-focus {
            margin-left: -16px;
        }

        @keyframes typewriter {
            from {
                width: 0
            }

            to {
                width: 100%
            }
        }

        @keyframes blinking-cursor {
            from {
                border-color: transparent
            }

            to {
                color: #5c3a98;
                border-color: #e8e6ff
            }
        }

        .dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
            background-color: rgba(var(--theme-rgb-primary), 0.2) !important;
            border: 1px solid #dee2e6;
            border-color: rgba(255, 255, 255, 0.25);
        }

        .dx-scheduler-work-space-month .dx-scheduler-appointment-content {
            padding: 0 3.5px !important;
        }

        /*.style-1::-webkit-scrollbar-thumb {
            background-color: #7e63b8 !important;
        }*/

        .btnBdayWishes {
            padding: 7px 2px 3px 2px;
            border-color: rgba(255, 255, 255, 0.25) !important;
            border-radius: 8px;
            margin-right: 8px;
            margin-top: 5px;
            /*box-shadow: 3px 3px 10px #ccc5d6;*/
            font-size: 11.5px;
            background-color: none;
        }

        .btnBdayWishes:hover {
            color: white !important;
            background-color: var(--theme-primary-700);
        }

        .btnAnniversaryWishes {
            padding: 7px 2px 3px 2px;
            border-color: rgba(255, 255, 255, 0.25) !important;
            border-radius: 8px;
            margin-right: 8px;
            margin-top: 5px;
            font-size: 11.5px;
            background-color: none;
            width: 83%;
        }

        .btnAnniversaryWishes:hover {
            color: white !important;
            background-color: var(--theme-primary-700);
        }

        .btnWelcomeWishes {
            padding: 7px 2px 3px 2px;
            border-color: rgba(255, 255, 255, 0.25) !important;
            border-radius: 8px;
            margin-right: 8px;
            margin-top: 5px;
            font-size: 11.5px;
            background-color: none;
            width: 83%;
        }

        .btnWelcomeWishes:hover {
            color: white !important;
            background-color: var(--theme-primary-700);
        } 

        .filter-row .btn {
            min-height: 43px !important;
            padding: 11px !important;
        }

        .filter-row {
            border: 1px solid #dee2e6;
            border-color: rgba(255, 255, 255, 0.25);
            padding: 10px 14px 1px;
            width: 100%;
            margin-left: 0px;
            margin-bottom: 9px;
        }

        .dx-scheduler-appointment-content > * {
            overflow: visible !important;
            margin-left: -2px;
        }

        hr {
            border: none;
            border-bottom: 1px solid #e8e6ff;
        }

        .btn-success {
            background-color: rgba(var(--theme-rgb-primary), 0.5);
            border-color: rgba(var(--theme-rgb-primary), 0.5);
            box-shadow: none;
        }

            .btn-success:hover {
                background-color: rgba(var(--theme-rgb-primary), 0.9) !important;
            }

        .flip-card {
            background-color: transparent;
            width: 100%;
            height: 16.5rem;
            perspective: 1000px;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            backface-visibility: hidden;
            -moz-backface-visibility: hidden;
        }

        .flip-card:focus {
            outline: 0;
        }

            .flip-card:hover .flip-card-inner,
            .flip-card:focus .flip-card-inner {
                transform: rotateY(180deg);
            }

        .flip-card-front,
        .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
        }

.flip-card-front {
    background: linear-gradient(250deg, var(--theme-primary-900),rgba(var(--theme-rgb-primary), 0.5)) !important;
    color: whitesmoke;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
}


        /*linear-gradient(to left, var(--theme-primary-50), var(--theme-primary-50));*/
.flip-card-back {
    background: linear-gradient(250deg, var(--theme-primary-900),rgba(var(--theme-rgb-primary), 0.5)) !important;
    color: whitesmoke;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

        h3 {
            font-size: 20px;
            font-family: Verdana, sans-serif;
            font-weight: bold;
            color: #fff;
        }

        .container-fluid {
            padding-right: 10px !important;
            padding-left: 10px !important;
        }

        figure {
            display: block;
            height: 100%;
            width: 100%;
            line-height: 260px;
            color: white;
            text-align: center;
            font-weight: bold;
            font-size: 45px;
            position: absolute;
            margin: 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .profile-image {
            width: 4rem;
            height: 4rem;
        }

        #ww_2bc5d1139af23 .ww_temp {
            font-size: 29px !important;
        }
        #ww_2bc5d1139af23 .ww-box {
            margin: -9% !important;
            padding: 16% !important;
        }
        #ww_2bc5d1139af23 {
            background: none !important;
            background-image: none !important;
        }
        #ww_2bc5d1139af23 .ww_noselect {
            pointer-events: all !important;
        }
        #ww_d657057a34fc8 .ww_temp {
            font-size: 29px !important;
        }

        #ww_d657057a34fc8 .ww-box {
            margin: -9% !important;
            padding: 16% !important;
        }

        #ww_d657057a34fc8 {
            background: none !important;
            background-image: none !important;
        }

        #ww_d657057a34fc8 .ww_noselect {
            pointer-events: all !important;
        }

        #ww_1c2c62ed43e66 .ww_temp {
            font-size: 29px !important;
        }

        #ww_1c2c62ed43e66 .ww-box {
            margin: -9% !important;
            padding: 16% !important;
        }

        #ww_1c2c62ed43e66 {
            background: none !important;
            background-image: none !important;
        }

        #ww_1c2c62ed43e66 .ww_noselect {
            pointer-events: all !important;
        }
        .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
            color: rgba(var(--theme-rgb-primary), 0.9) !important;
        }
        .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
            background-color: rgba(var(--theme-rgb-primary), 0.9) !important;
        }
        .bootstrap-datetimepicker-widget table td.active {
            background-color: rgba(var(--theme-rgb-primary), 0.7) !important;
        }

    @media only screen and (max-width: 800px) and (min-width: 470px) {
        #ww_2bc5d1139af23 .ww_delimiter {
            margin-top: 2vh !important;
            margin-bottom: 2vh !important;
        }
        #ww_d657057a34fc8 .ww_delimiter {
            margin-top: 2vh !important;
            margin-bottom: 2vh !important;
        }

        #ww_1c2c62ed43e66 .ww_delimiter {
            margin-top: 2vh !important;
            margin-bottom: 2vh !important;
        }
    }
    @media only screen and (max-width: 450px) and (min-width: 250px) {
        #ww_2bc5d1139af23 .ww_temp {
            font-size: 20px !important;
            /*line-height: 14px !important;
                height: 12px !important;*/
        }

        #ww_2bc5d1139af23 {
            font-size: 12px !important;
        }

        #ww_2bc5d1139af23 .ww_delimiter {
            margin-top: 4px !important;
            margin-bottom: 4px !important;
        }

        #ww_d657057a34fc8 .ww_temp {
            font-size: 20px !important;
            /*line-height: 14px !important;
                height: 12px !important;*/
        }

        #ww_d657057a34fc8 {
            font-size: 12px !important;
        }

        #ww_d657057a34fc8 .ww_delimiter {
            margin-top: 4px !important;
            margin-bottom: 4px !important;
        }

        #ww_1c2c62ed43e66 .ww_temp {
            font-size: 20px !important;
            /*line-height: 14px !important;
                height: 12px !important;*/
        }

        #ww_1c2c62ed43e66 {
            font-size: 12px !important;
        }
        #ww_1c2c62ed43e66 .ww_delimiter {
            margin-top: 4px !important;
            margin-bottom: 4px !important;
        }


        #canvas {
            width: 10vh !important;
        }

        .spanToday {
            width: 45% !important;
        }
    }

