﻿@charset "UTF-8";
/* Child CSS attempt by StoryHook */

body > * {
    background: transparent !important;
}

body > * {
    background: linear-gradient(0deg, #f0f0f0 0%, white 100%) !important;
}

.kt-container .col-4 img {
    display: none !important;
}

.messageTitle {
    background-color: rgba(0, 0, 0, 0.1);
}

.message-body {
    height: 70px;
    margin-bottom: 10px !important;
}

    .message-body.active {
        height: 100% !important;
    }

.full-width {
    width: 100% !important;
}

.home.alert {
    background: lightcoral;
    font-size: 1.3em;
    color: white;
}

    .home.alert .flaticon-warning {
        font-size: 1.3em;
        color: white;
    }

.warning-text {
    color: red;
    font-weight: bold;
}

.kt-checkbox > input:checked ~ span:after {
    border-color: #ffffff;
}

.kt-checkbox > input:checked ~ span:after {
    display: block;
}

.kt-checkbox.checkbox-lg > span:after {
    width: 6px;
    height: 12px;
}

.kt-checkbox > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
    border-radius: 0.85rem;
}

.kt-checkbox > input:checked ~ span {
    background-color: limegreen;
}

.kt-checkbox.checkbox-lg > span {
    height: 24px;
    width: 24px;
}

.radio-lg > input[type="radio"] {
    height: 1.1rem;
    width: 1.1rem;
}

/*Start menu changes*/
.dropdown-menu.dropdown-menu-xl {
    min-width: max-content;
}

.kt-header {
    background: transparent !important;
    padding-bottom: 0px !important;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.01);
}

.kt-header--minimize .navbar-brand img {
    min-width: 88px !important;
}

.navbar-brand img {
    min-width: 128px !important;
}

.kt-header__topbar-item a.kt-menu__link {
    display: flex;
    align-items: center;
    color: #585b61;
    overflow: hidden;
}

.kt-header__topbar-item:nth-child(-n+2) .kt-header__topbar-item a.kt-menu__link {
    margin-right: 8px;
}

.kt-header__topbar-item svg {
    width: .8em !important;
}

a.kt-menu__link svg {
    animation: smoothcolor 300ms ease forwards;
}

@keyframes smoothcolor {
    from {
        color: #10d2ff;
    }

    from {
        color: #585b61;
    }
}

a.kt-menu__link:hover svg {
    animation: flipup 500ms ease forwards;
}

@keyframes flipup {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(20px);
        color: #10d2ff;
    }

    100% {
        transform: translateY(0px);
        color: #10d2ff;
    }
}

.kt-header__topbar-item:nth-child(-n+2) .kt-header__topbar svg {
    width: 1em !important;
    margin-right: 6px !important;
}

a.kt-menu__link span {
    font-weight: bold;
}

#NotificationDiv:hover {
    animation: ringbell 300ms ease forwards;
}

#NotificationDiv span.fa-layers-counter {
    background-color: #10d2ff !important;
}

/*@keyframes ringbell {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(24deg); }
  40% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(-16deg); }
  100% {
    transform: rotate(0deg); } }*/
#NotificationDiv .fa-layers-counter {
    background-color: #97ce00 !important;
}

/* finish menu changes */
/* start misc changes */
span.team {
    line-height: 40px;
    padding: 0px !important;
    text-align: center !important;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #848991;
    color: #FFF;
    border: 0px !important;
    font-weight: 500;
    /* justify-items: center; */
}

    span.team:nth-child(1) {
        background-color: #fdb813;
    }

.kt-widget--project-1 .kt-widget__footer .row {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .kt-widget--project-1 .kt-widget__footer .row > div {
        margin-bottom: 16px;
    }

        .kt-widget--project-1 .kt-widget__footer .row > div:nth-child(1) {
            flex: 0 0 100%;
            min-width: 100%;
        }

        .kt-widget--project-1 .kt-widget__footer .row > div:nth-child(-n+2) {
            width: 45% !important;
        }

.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
    background-color: transparent !important;
}

.row.p-1 {
    align-items: center;
}

    .row.p-1 label, .row.p-1 br {
        display: none;
    }

    .row.p-1 input {
        margin-top: 0px !important;
    }

.alert.alert-danger {
    background-color: #10d2ff !important;
    border-color: transparent !important;
}

/* finish misc changes */
/* start green changes */
a[type="button"], .btn-primary, input[type="submit"], button, button.btn-label-join[type="button"] {
    border-radius: 6px !important;
    transition: all ease 200ms !important;
    padding: 10px 14px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 500 !important;
    /* border-color: transparent !important;*/
    opacity: 1;
}

    a[type="button"]:hover, .btn-primary:hover, input[type="submit"]:hover, button:hover, button.btn-label-join[type="button"]:hover {
        transform: scale(1.05);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
        border-color: transparent !important;
    }

.btn-secondary {
    background-color: #49c8f0 !important;
}

/*input[type="submit"], button,*/
.btn-brand, .btn-primary, button.btn-label-join[type="button"] {
    background-color: #ee2256 !important;
    color: #FFF !important;
}



input[type="submit"]:disabled, button:disabled {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFF !important;
}

a[type="button"].btn-outline-brand, a[type="button"].btn-outline-dark {
    color: #ee2256 !important;
    background-color: #FFF;
    border: #ee2256 2px solid !important;
}

    a[type="button"].btn-outline-brand:hover, a[type="button"].btn-outline-dark:hover {
        color: #FFF !important;
        background-color: #ee2256 !important;
    }

button.close {
    border-radius: 50px !important;
    height: 28px !important;
    width: 28px !important;
    padding: 0px !important;
    margin: 2px 2px 2px auto !important;
    text-align: center;
    opacity: 1 !important;
}

    button.close:before {
        margin-left: 1px;
    }

/* start green changes */
.kt-portlet__head.kt-bg-light-primary {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

    .kt-portlet__head.kt-bg-light-primary h3, .kt-chat .kt-chat__head h3 {
        color: #FFF !important;
        margin-bottom: 0px;
    }

.kt-chat .kt-chat__head {
    background-color: #10d2ff !important;
}

/* end green changes */
.kt-widget2 .accordion .kt-widget2__item {
    padding-left: 56px !important;
}

    .kt-widget2 .accordion .kt-widget2__item .kt-widget2__checkbox {
        display: none;
    }

    .kt-widget2 .accordion .kt-widget2__item:before {
        width: 16px !important;
        height: 16px !important;
        border-radius: 48px;
        background-color: #97ce00 !important;
        opacity: 1;
        animation: shadow-pulse 2s infinite;
    }

.accordion.accordion-toggle-plus .card-title {
    color: #49c8f0;
    position: relative;
}

    .accordion.accordion-toggle-plus .card-title:after {
        margin-left: 10px;
        font-family: "LineAwesome";
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
        font-size: 1.2rem;
        color: #49c8f0;
    }

.accordion .card-title:after {
    right: 1rem;
}

.accordion.accordion-toggle-plus .card-title.collapsed:after {
    color: #74788d;
    content: "";
}

@keyframes shadow-pulse {
    0%, 50.1%, 100% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
    }
}

.kt-widget2 .accordion .kt-widget2__item--success:before {
    opacity: .3;
    animation: none;
}

/** SCORE BAR */
.score {
    /*font-family: Open Sans;*/
    font-style: normal;
    display: grid;
    align-items: center;
    text-align: center;
}


.score-line:after {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
    width: 50px;
    right: 0px;
    position: absolute;
    margin-right: -20px;
    content: '  '
}

.score-title {
    font-style: italic;
    font-size: 10px;
    line-height: 14px;
}

.score-team, .score-mine, .score-days {
    /*font-family: Open Sans;*/
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}

.score-mine {
    color: #FED109;
}

.score-team {
    color: #00AEEF;
}

.font-main {
    color: black;
}

.challenge-title {
    font-weight: bold;
}

.challenge-title, .challenge-team {
    /*font-family: Open Sans;*/
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #333333;
}

.challenge-dash {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    content: " ";
    margin: 10px 0;
}

.challenge-text {
    /*font-family: Cabin, 'Open Sans';*/
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 15px 0;
    align-items: center;
    color: #333333;
}

.challenge-date {
    /*font-family: Open Sans;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 5px 0;
}

.progress-bar {
    background: #00AEEF;
}

.header-teamcard {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 8px;
    /*font-family: Open Sans;*/
    max-width: 80px;
    min-width: 70px;
    height: 70px;
    text-align: center;
    padding: 10px;
    position: relative;
    right: 0;
}

.teamcard .teamname {
    font-size: 10px;
    color: black;
}

.teamcard .teamscore {
    color: #00AEEF;
}

.teamscore {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}

.company {
    font-size: 1.3em;
    font-weight: 700;
}

.icon-gold {
    color: #FBBF14
}

.scrolling-wrapper-always {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .scrolling-wrapper-always::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 1024px) {
    .navbar.fixed-bottom, .navbar-top {
        display: none !important;
    }

    .header-teamcard {
        margin-right: 10px;
    }

    .mobile-logout {
        display: none;
    }
}

@media (width: 1024px) {
    .kt_body {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    body > * {
        background: rgba(0, 0, 0, 0.05) !important;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .kt-portlet {
        margin-bottom: 10px;
    }

    .kt-header-mobile--fixed .kt-wrapper {
        padding-top: 0px;
    }

    .kt-container {
        padding: 0 10px;
    }

    nav {
        background: #FBBF14;
    }

    .sticky-top.navbar-top {
        height: auto;
    }

    nav.navbar-top {
        background: white !important;
    }

    nav a {
        color: #333333;
    }

    nav .fa-2x {
        font-size: 3em !important;
    }


    .navbar-bottom {
        padding: 1rem 2rem 2rem 2rem !important;
        height: 85px;
    }

/*    .k-rating-container .k-rating-item .k-icon {
        font-size: 14px !important;
    }

*/
    #kt_header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        padding: 8px 0px;
        background-color: #FFF !important;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1) !important;
    }

        #kt_header .kt-container {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
        }

    .kt-header .kt-header__top .kt-header__brand-logo {
        display: block !important;
    }

        .kt-header .kt-header__top .kt-header__brand-logo img {
            min-width: 64px !important;
        }

    .kt-header-mobile--fixed .kt-header__topbar {
        width: auto;
        height: auto !important;
        margin-top: 0px;
        background-color: transparent !important;
        position: relative !important;
        flex-wrap: wrap;
        padding: 0px;
    }

    /*  #kt_wrapper {
    padding-top: 88px; }*/

    #kt_wrapper > .kt-body > .kt-content > .kt-container {
        padding: 0px;
    }

    #infoHeader:after {
        display: none !important;
    }

    #infoHeader .logo.logo--lg {
        padding-right: 16px !important;
    }

        #infoHeader .logo.logo--lg img {
            max-width: 64px !important;
        }

    #infoHeader .kt-widget__title {
        padding: 0px !important;
        font-size: 14px;
    }

    .kt-widget__content {
        padding-left: 0px !important;
    }

    .kt-widget__action {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: 16px 0;
    }

        .kt-widget__action a {
            margin: 0px !important;
            margin-right: 16px !important;
        }

    h1, .h1 {
        font-size: 2em;
    }

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

        .scrolling-wrapper::-webkit-scrollbar {
            display: none;
        }

        .scrolling-wrapper > .teamcard {
            width: 100px;
            height: 75px;
            left: 15px;
            top: 465px;
            margin-right: 10px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-sizing: border-box;
            border-radius: 4px;
            /*font-family: Open Sans;*/
            font-style: normal;
        }

    .teamcard .teamrank {
        padding-left: 2px;
    }




    .header-name > * {
        width: 100%;
    }

    .header-teamname > a {
        font-style: italic;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #777777 !important;
    }

    #index [class^=col-], #index .col, #userchallenge-detail [class^=col-], #userchallenge-detail .col {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .d-sm-block.d-inline-block {
        display: inline-block !important;
    }

    .dropdown-menu-right {
        top: -400px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .company {
        font-size: 1rem;
        font-weight: 500;
    }

    .kt-portlet .kt-portlet__head {
        flex-wrap: wrap;
    }

    .kt-portlet__head-label.pointer {
        display: none !important;
    }

    .kt-widget__action {
        flex-wrap: wrap;
    }

        .kt-widget__action a {
            margin: 6px 48px !important;
            width: 80%;
        }

    .kt-widget__stats {
        flex-direction: column;
    }

        .kt-widget__stats > * {
            width: 100%;
            margin: 0px !important;
        }
}
