.not-selectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-flex;display:flex}.carousel__slide{-webkit-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;list-style:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;-webkit-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:-webkit-flex;display:flex;height:100%}.fancybox__slide{-webkit-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";-webkit-flex:0 0 0;flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;-webkit-align-self:center;align-self:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{-webkit-align-self:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;-webkit-flex-shrink:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;touch-action:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{-webkit-flex-shrink:1;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{-webkit-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-flex;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
@charset "UTF-8";
.contact-row iframe {border:0;width: 100%;height: 93%;}
.contact-info {
    background-color: #f9fafd;
    padding: 25px 20px;
    margin-bottom: 30px;
}
.contact-info h3 {}
.contact-info .box-item {
    margin-bottom: 15px;
}
.contact-info .box-item p.title {
    line-height: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-info .box-item p.title i {
    color: #dcc068;
    margin-right: 5px;
    width: 20px;
}
.contact-info .box-item span {
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 1.7;
}

.py-60 { padding-top: 60px; padding-bottom: 60px; }
.select2-container{
    outline:0;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    text-align:left
}
.select2-selection--single{
    cursor: pointer;
    outline: 0;
    display: block;
    padding: 0.7375rem 0 0.6375rem;
    line-height: 1.7385;
    color: #333;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.1875rem;
    transition: all ease-in-out .15s;
}
@media (prefers-reduced-motion:reduce){
    .select2-selection--single{
        transition:none
    }
}
.select2-container--open .select2-selection--single,.select2-selection--single:focus,.select2-selection--single:hover{
    box-shadow:0 0 0 62.5rem rgba(0,0,0,.01) inset
}
.select2-selection--single:not([class*=bg-]){
    background-color:#fff
}

.select2-container--open .select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light),.select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light):focus,.select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light):hover{
    box-shadow:0 0 0 62.5rem rgba(0,0,0,.04) inset
}
.select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .select2-selection__placeholder{
    color:#fff
}
.select2-container--disabled .select2-selection--single[class*=bg-]:not(.bg-white):not(.bg-transparent):not(.bg-light) .select2-selection__placeholder{
    color:rgba(255,255,255,.75)
}
.select2-selection--single .select2-selection__rendered{
    display:block;
    padding-left:.875rem;
    padding-right:2.375rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-selection--single .select2-selection__rendered>i{
    margin-right:.625rem
}
.select2-selection--single .select2-selection__clear{
    position:relative;
    cursor:pointer;
    float:right;
    font-size:0;
    line-height:1;
    margin-top:.12502rem;
    margin-left:.625rem;
    opacity:.75;
    transition:opacity ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .select2-selection--single .select2-selection__clear{
        transition:none
    }
}
.select2-selection--single .select2-selection__clear:hover{
    opacity:1
}
.select2-selection--single .select2-selection__clear:after{
    content:"";
    font-family:icomoon;
    display:inline-block;
    font-size:1rem;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--disabled .select2-selection--single{
    cursor:default;
    box-shadow:none
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]){
    color:#999;
    background-color:#fafafa
}
.select2-container--disabled .select2-selection--single[class*=bg-]{
    opacity:.75;
    box-shadow:none
}
.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display:none
}
.select2-selection--multiple{
    display:block;
    border:1px solid transparent;
    cursor:text;
    outline:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border-radius:.1875rem
}
.select2-selection--multiple:not([class*=bg-]){
    background-color:#fff
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]){
    border-color:#ddd
}
.select2-selection--multiple .select2-selection__rendered{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    list-style:none;
    margin:0;
    padding:0 .125rem .125rem .125rem;
    width:100%
}
.select2-selection--multiple .select2-selection__placeholder{
    color:#999
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]){
    background-color:#fafafa
}
.select2-container--disabled .select2-selection--multiple[class*=bg-]{
    opacity:.75;
    box-shadow:none
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice{
    opacity:1
}
.select2-container--disabled .select2-selection--multiple,.select2-container--disabled .select2-selection--multiple .select2-search__field,.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    cursor:default
}
.select2-selection--multiple .select2-selection__choice{
    background-color:#455a64;
    color:#fff;
    cursor:default;
    float:left;
    margin-right:.125rem;
    margin-top:.125rem;
    padding:.3125rem .875rem;
    white-space:normal;
    word-break:break-all;
    border-radius:.1875rem;
    transition:color ease-in-out .15s,background-color ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .select2-selection--multiple .select2-selection__choice{
        transition:none
    }
}
.select2-selection--multiple .select2-selection__choice:focus,.select2-selection--multiple .select2-selection__choice:hover{
    background-color:#455a64;
    color:#fff
}
.select2-selection--multiple .select2-selection__choice>i{
    margin-right:.625rem
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{
    cursor:pointer;
    float:right;
    font-size:.875rem;
    margin-top:.18752rem;
    line-height:1;
    margin-left:.625rem;
    opacity:.75;
    transition:opacity ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{
        transition:none
    }
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover{
    opacity:1
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    opacity:.6
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus,.select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover{
    background-color:#455a64;
    color:#fff
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{
    display:none
}
.select2-selection--multiple .select2-search--inline{
    float:left
}
.select2-selection--multiple .select2-search--inline .select2-search__field{
    font-size:100%;
    margin-top:.125rem;
    padding:.3125rem 0;
    background-color:transparent;
    border-width:0;
    outline:0;
    color:inherit;
    margin-left:.25rem;
    -webkit-appearance:textfield
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-selection--multiple .select2-search--inline:first-child .select2-search__field{
    margin-left:0;
    padding-left:.75rem
}
.select2-dropdown{
    background-color:#fff;
    color:#333;
    border:1px solid rgba(0,0,0,.15);
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1070;
    border-radius:.1875rem;
    box-shadow:0 .25rem .5rem rgba(0,0,0,.1)
}
.select2-results{
    display:block
}
.select2-results__options{
    list-style:none;
    margin:0;
    padding:0
}
.select2-results>.select2-results__options{
    padding-bottom:.5rem;
    max-height:280px;
    overflow-y:auto
}
.select2-search--hide+.select2-results>.select2-results__options{
    padding-top:.5rem
}
.select2-results:first-child>.select2-results__options{
    padding-top:.5rem
}
.select2-results__option{
    padding:.5rem 1rem;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition:all ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .select2-results__option{
        transition:none
    }
}
.select2-results__option+.select2-results__option{
    margin-top:1px
}
.select2-results__option i{
    margin-right:.625rem
}
.select2-results__option i.icon-undefined{
    display:none
}
.select2-results__option[role=group]{
    padding:0
}
.select2-results__option.select2-results__option--highlighted{
    background-color:#f5f5f5;
    color:#333
}
.select2-results__option[aria-disabled=true]{
    color:#999;
    cursor:default
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true]{
    color:rgba(255,255,255,.6)
}
.select2-results__option[aria-selected=true]{
    color:#fff;
    background-color:#2196f3
}
.select2-results__options--nested>.select2-results__option{
    padding-left:2rem;
    padding-right:2rem
}
.select2-results__group{
    display:block;
    padding:.5rem 1rem;
    cursor:default;
    font-weight:500;
    margin-top:.5rem;
    margin-bottom:.5rem
}
.select2-results__option:first-child>.select2-results__group{
    margin-top:0
}
.select2-results__message{
    color:#999;
    cursor:default
}
.select2-dropdown[class*=bg-] .select2-results__message{
    color:rgba(255,255,255,.75)
}
.select2-results__option.loading-results{
    padding-top:0
}
.select2-results__option.loading-results+.select2-results__option{
    margin-top:.5rem
}
.select2-results__option--load-more{
    text-align:center;
    margin-top:.5rem;
    cursor:default
}
.select2-container--open .select2-dropdown{
    left:0
}
.select2-container--open .select2-dropdown--above{
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.select2-container--open .select2-dropdown--above[class*=bg-]{
    border-bottom:1px solid rgba(255,255,255,.2)
}
.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--open.select2-container--above .select2-selection--single{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--open .select2-dropdown--below{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--open .select2-dropdown--below[class*=bg-]{
    border-top:1px solid rgba(255,255,255,.2)
}
.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.select2-search--dropdown{
    display:block;
    position:relative;
    padding:1rem
}
.select2-search--dropdown+.select2-results .select2-results__message:first-child{
    padding-top:0
}
.select2-search--dropdown .select2-search__field{
    padding:.4375rem .875rem;
    border:1px solid #ddd;
    outline:0;
    width:100%;
    border-radius:.1875rem
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide{
    display:none
}
.select-lg.select2-selection--single{
    padding:.5625rem 0;
    font-size:.875rem;
    line-height:1.4286
}
.select-lg.select2-selection--single .select2-selection__rendered{
    padding-left:1rem;
    padding-right:2.5rem
}
.select-lg.select2-selection--single .select2-selection__arrow:after{
    right:1rem
}
.select-lg.select2-selection--multiple .select2-selection__choice{
    padding:.4375rem 1rem;
    font-size:.875rem;
    line-height:1.4286
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field{
    padding:.4375rem 0;
    font-size:.875rem;
    line-height:1.4286
}
.select-sm.select2-selection--single{
    padding:.3125rem 0;
    font-size:.75rem;
    line-height:1.6667
}
.select-sm.select2-selection--single .select2-selection__rendered{
    padding-left:.75rem;
    padding-right:2.375rem
}
.select-sm.select2-selection--single .select2-selection__arrow:after{
    right:.75rem
}
.select-sm.select2-selection--multiple .select2-selection__choice{
    padding:.1875rem .75rem;
    font-size:.75rem;
    line-height:1.6667
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field{
    padding:.1875rem 0;
    font-size:.75rem;
    line-height:1.6667
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice{
    background-color:rgba(0,0,0,.2)
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field{
    background-color:rgba(0,0,0,.2);
    border-color:transparent;
    color:#fff
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true]{
    background-color:rgba(0,0,0,.2);
    color:#fff
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted{
    background-color:rgba(0,0,0,.1);
    color:#fff
}
.select2-close-mask{
    border:0;
    margin:0;
    padding:0;
    display:block;
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    z-index:99;
    background-color:#fff;
    opacity:0
}
.select2-hidden-accessible{
    border:0!important;
    clip:rect(0 0 0 0)!important;
    height:1px!important;
    margin:-1px!important;
    overflow:hidden!important;
    padding:0!important;
    position:fixed!important;
    width:1px!important
}
.select2-result-repository{
    padding-top:.4375rem;
    padding-bottom:.4375rem
}
.select2-result-repository__avatar{
    float:left;
    width:60px;
    margin-right:.9375rem
}
.select2-result-repository__avatar img{
    width:100%;
    height:auto;
    border-radius:100px
}
.select2-result-repository__meta{
    margin-left:70px
}
.select2-result-repository__title{
    font-weight:500;
    word-wrap:break-word;
    margin-bottom:2px
}
.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers{
    display:inline-block;
    font-size:.75rem
}
.select2-result-repository__description{
    font-size:.75rem
}
.select2-result-repository__forks,.select2-result-repository__stargazers{
    margin-right:.9375rem
}
.multiselect-native-select{
    position:relative
}
.multiselect-native-select select{
    border:0!important;
    clip:rect(0 0 0 0)!important;
    height:0!important;
    margin:0!important;
    overflow:hidden!important;
    padding:0!important;
    position:absolute!important;
    width:0!important;
    left:0;
    top:0
}
.multiselect{
    width:100%;
    text-align:left;
    padding-left:.875rem;
    padding-right:2.375rem;
    text-transform:none;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.multiselect:after{
    position:absolute;
    top:50%;
    right:.875rem;
    margin-top:-.34375rem;
    text-align:right
}
.multiselect:not([class*=font-weight-]){
    font-weight:400
}
.multiselect.btn-light{
    background-color:#fff;
    border-color:#ddd
}
.btn-group.show .multiselect.btn-light,.multiselect.btn-light:focus,.multiselect.btn-light:hover,.multiselect.btn-light:not([disabled]):not(.disabled):active{
    background-color:#fff;
    box-shadow:0 0 0 62.5rem rgba(0,0,0,.01) inset
}
.multiselect.btn-light.disabled{
    background-color:#fafafa
}
.multiselect.btn-lg{
    padding-left:1rem;
    padding-right:2.5rem
}
.multiselect.btn-lg:after{
    right:1rem
}
.multiselect.btn-sm{
    padding-left:.75rem;
    padding-right:2.25rem
}
.multiselect.btn-sm:after{
    right:.75rem
}
.multiselect-container{
    max-height:280px;
    overflow-y:auto;
    width:100%
}
.multiselect-item input[type=checkbox],.multiselect-item input[type=radio]{
    border:0;
    background:0 0;
    display:block;
    margin:0;
    cursor:pointer;
    position:absolute;
    top:50%;
    left:1rem;
    margin-top:-.625rem;
    opacity:0;
    z-index:2;
    width:1.25rem;
    height:1.25rem
}
.multiselect-item input[type=checkbox]:disabled,.multiselect-item input[type=radio]:disabled{
    cursor:default
}
.multiselect-item input[type=checkbox]~.form-check-control-indicator,.multiselect-item input[type=radio]~.form-check-control-indicator{
    position:absolute;
    left:1rem;
    top:50%;
    margin-top:-.625rem;
    border:.125rem solid #455a64;
    width:1.25rem;
    height:1.25rem
}
.multiselect-item input[type=checkbox]~.form-check-control-indicator{
    color:#455a64;
    border-radius:.125rem;
    transition:border-color ease-in-out .15s,color ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .multiselect-item input[type=checkbox]~.form-check-control-indicator{
        transition:none
    }
}
.multiselect-item input[type=checkbox]~.form-check-control-indicator:after{
    content:"";
    font-family:icomoon;
    font-size:1rem;
    position:absolute;
    top:0;
    left:0;
    line-height:1;
    opacity:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transition:opacity ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .multiselect-item input[type=checkbox]~.form-check-control-indicator:after{
        transition:none
    }
}
.multiselect-item input[type=radio]~.form-check-control-indicator{
    border-radius:100px;
    transition:border-color ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .multiselect-item input[type=radio]~.form-check-control-indicator{
        transition:none
    }
}
.multiselect-item input[type=radio]~.form-check-control-indicator:after{
    content:"";
    position:absolute;
    top:.1875rem;
    left:.1875rem;
    border:.3125rem solid;
    border-color:inherit;
    width:0;
    height:0;
    border-radius:100px;
    opacity:0;
    transition:all ease-in-out .15s
}
@media (prefers-reduced-motion:reduce){
    .multiselect-item input[type=radio]~.form-check-control-indicator:after{
        transition:none
    }
}
.multiselect-item input[type=checkbox]:checked~.form-check-control-indicator:after,.multiselect-item input[type=radio]:checked~.form-check-control-indicator:after{
    opacity:1
}
.multiselect-item.active:not(.disabled) input[type=checkbox]~.form-check-control-indicator{
    border-color:#fff;
    color:#fff
}
.multiselect-item.active:not(.disabled) input[type=radio]~.form-check-control-indicator{
    border-color:#fff
}
.multiselect-item.disabled .form-check-control-indicator{
    opacity:.5
}
.dropdown-menu[class*=bg-] .multiselect-item .form-check-control-indicator{
    border-color:#fff;
    color:#fff
}
.multiselect-group{
    padding:.5rem 1rem;
    font-weight:500;
    margin-top:.5rem;
    margin-bottom:.5rem
}
.multiselect-group:first-child{
    margin-top:0
}
.multiselect-group label{
    margin-bottom:0
}
.multiselect-group.disabled{
    color:#999;
    cursor:default
}
.multiselect-all{
    font-weight:500
}
.multiselect-group-clickable label{
    cursor:pointer
}
.multiselect-filter{
    position:relative;
    padding:.5rem 1rem;
    margin-bottom:.5rem
}
.multiselect-filter .input-group>i{
    font-size:.8125rem;
    position:absolute;
    left:.9375rem;
    top:50%;
    margin-top:-.40625rem;
    opacity:.5;
    z-index:4
}
.multiselect-filter .form-control{
    padding-left:2.5625rem
}
.input-group .multiselect-native-select{
    display:flex;
    align-items:center;
    flex:1 1 auto
}
.input-group .multiselect-native-select:not(:first-child) .multiselect{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.input-group .multiselect-native-select:not(:last-child) .multiselect{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.my-account{
    width: 180px;
    border: 1px solid #919191;
    padding: 9px 10px 6px 47px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}
.my-account i {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    color: #6c6c6c;
}
.my-account h3 {
    display: block;
    color: #484848;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}
.my-account span {
    width: 75px;
    display: block;
    font-size: 10px;
    color: #484848;
    white-space: nowrap;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-account.dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 22px;
    color: #6c6c6c;
}
.my-account-dropdown{box-shadow: 0 3px 15px -7px #2e2e2e !important;}
.my-account-dropdown li { width: 100%; }
.my-account-dropdown .user-name{
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 0;
    color: #bd8842;
    text-align: center;
}

.fav-btn  { cursor: pointer; }

.badge-pill {
    padding-right: 1.11rem;
    padding-left: 1.11rem;
    border-radius: 2rem;
}
.badge {
    display: inline-block;
    padding: 0.34rem 1.11rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.267rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* bootstrap extended */

a:focus {outline: none;}
/*  small font css  */
/*-----------------*/
.font-small-1 {font-size: 0.7rem !important;}
.font-small-2 {font-size: 0.8rem !important;}
.font-small-3 {font-size: 0.9rem !important;}
/* medium font css */
/*----------------*/
.font-medium-1 {font-size: 1.1rem !important;}
.font-medium-2 {font-size: 1.2rem !important;}
.font-medium-3 {font-size: 1.3rem !important;}
.font-medium-4 {font-size: 1.4rem !important;}
.font-medium-5 {font-size: 1.5rem !important;}
/* large font css */
/*---------------*/
.font-large-1 {font-size: 2rem !important;}
.font-large-2 {font-size: 3rem !important;}
.font-large-3 {font-size: 4rem !important;}
.font-large-4 {font-size: 5rem !important;}
.font-large-5 {font-size: 6rem !important;}
/* Font weights */
.text-bold-300 {font-weight: 300;}
.text-bold-400 {font-weight: 400;}
.text-bold-500 {font-weight: 500;}
.text-bold-600 {font-weight: 600;}
.text-bold-700 {font-weight: 700;}
/*   Font style   */
/*---------------*/
.text-italic {font-style: italic;}
.text-highlight {padding: 4px 6px;}
/*  Inline code  */
/*--------------*/
code {padding: .1rem .4rem;font-size: 90%;color: #e83e8c;background-color: #eee;border-radius: 0.1335rem;}
/* code inside pre */
pre {background-color: #f7f7f9;}
pre code {background-color: transparent !important;}
/* Grid examples  */
/*---------------*/
.bd-example-row .row + .row {margin-top: 1rem;}
.bd-example-row .row > .col,
.bd-example-row .row > [class^="col-"] {padding-top: .75rem;padding-bottom: .75rem;background-color: rgba(86, 61, 124, 0.15);border: 1px solid rgba(86, 61, 124, 0.2);}
.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {min-height: 6rem;background-color: rgba(255, 0, 0, 0.1);}
.bd-example-row-flex-cols .row {min-height: 10rem;background-color: rgba(255, 0, 0, 0.1);}
.bd-highlight {background-color: rgba(86, 61, 124, 0.15);border: 1px solid rgba(86, 61, 124, 0.15);}
.example-container {width: 800px;width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.example-row {display: flex;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.example-content-main {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
@media (min-width: 576px) {.example-content-main {  flex: 0 0 50%;  max-width: 50%;}}
@media (min-width: 992px) {.example-content-main {  flex: 0 0 66.66667%;  max-width: 66.66667%;}}
.example-content-secondary {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
@media (min-width: 576px) {.example-content-secondary {  flex: 0 0 50%;  max-width: 50%;}}
@media (min-width: 992px) {.example-content-secondary {  flex: 0 0 33.33333%;  max-width: 33.33333%;}}
/*   Table css   */
/*---------------*/
.table thead {text-transform: uppercase;}
.table thead i {color: #475F7B;}
.table thead th:first-child{border-top-left-radius: 8px;}
.table thead th:last-child{border-top-right-radius: 8px;}
.table thead th {
    color: #fdfdfd;
    border-top: none;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
    background-color: #484848;
    font-weight: 500;
}
.table td {vertical-align: middle;border-bottom: 1px solid #DFE3E7;border-top: none;}
.table td a {display: inline-block;}
.table td a .badge-circle {margin-bottom: -7px;margin-top: -7px;}
.table tbody tr.group {background-color: #F2F4F4;}
.table tbody tr:last-child td {border-bottom: none;}
.table .thead-dark th {/* table thead dark */background-color: #40566F;border-color: #40566F;}
.table.table-bordered thead th {border-top: 1px solid #DFE3E7;}
.table.table-borderless thead tr {border-bottom: 2px solid #DFE3E7;}
.table.table-borderless td {border: none;}
.table.table-dark i {color: #FFFFFF;background-color: rgba(255, 255, 255, 0.09);}
.table.table-dark thead th {color: #FFFFFF;background-color: #40566F;}
.table.table-dark tbody td {border-color: #40566F;}
.table.table-striped.table-dark th {background-color: #40566F;}
.table.table-striped.table-dark tbody td {border-color: #40566F;}
.table.table-striped.table-hover tbody tr:hover {/* table striped hover */background-color: #e7edf3;}
.table.table-transparent thead th {background-color: transparent;}
.table.table-transparent tbody {background-color: transparent;}
/*  label css  */
/*------------*/
label {color: #475F7B;font-size: 14px;text-transform: capitalize;font-weight: 500;letter-spacing: 0;}
/*   Floating label Group css  */
/*----------------------------*/
.form-label-group {position: relative;margin-bottom: 1.5rem;}
.form-label-group > label {position: absolute;top: 0;left: 0;display: block;transition: all .25s ease-in-out;padding: .6rem;color: #475F7B;font-size: .85rem;opacity: 0;}
.form-label-group > input:focus:not(:-moz-placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:focus:not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:-moz-placeholder-shown) ~ label {/* from-input on focus change label color */color: #5a8dee !important;-moz-transition: all .25s ease-in-out;transition: all .25s ease-in-out;opacity: 1;}
.form-label-group > input:focus:not(:-ms-input-placeholder) ~ label, .form-label-group > input:not(:active):not(:-ms-input-placeholder) ~ label, .form-label-group textarea:focus:not(:-ms-input-placeholder) ~ label, .form-label-group textarea:not(:active):not(:-ms-input-placeholder) ~ label {/* from-input on focus change label color */color: #5a8dee !important;-ms-transition: all .25s ease-in-out;transition: all .25s ease-in-out;opacity: 1;}
.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {/* from-input on focus change label color */color: #5a8dee !important;transition: all .25s ease-in-out;opacity: 1;}
.form-label-group > input:not(:focus):not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:focus):not(:-moz-placeholder-shown) ~ label {color: #475F7B !important;}
.form-label-group > input:not(:focus):not(:-ms-input-placeholder) ~ label, .form-label-group textarea:not(:focus):not(:-ms-input-placeholder) ~ label {color: #475F7B !important;}
.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {color: #475F7B !important;}
.form-label-group > input:not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:-moz-placeholder-shown) ~ label {padding: .25rem 0;font-size: .7rem;top: -20px;left: 3px;}
.form-label-group > input:not(:-ms-input-placeholder) ~ label, .form-label-group textarea:not(:-ms-input-placeholder) ~ label {padding: .25rem 0;font-size: .7rem;top: -20px;left: 3px;}
.form-label-group > input:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {padding: .25rem 0;font-size: .7rem;top: -20px;left: 3px;}
/*   Horizontal Form Label  */
.col-form-label {font-size: 0.8rem;}
/*   valid invalid feedback form css   */
.valid-feedback i, .invalid-feedback i {font-size: 0.6rem;position: relative;font-weight: bold;margin-top: 0.5rem;}
/*  form control css */
.form-control:focus::-moz-placeholder {/* placeholder transition on focus-in */transform: translate(5px);-moz-transition: all .2s ease;transition: all .2s ease;}
.form-control:focus:-ms-input-placeholder {/* placeholder transition on focus-in */transform: translate(5px);-ms-transition: all .2s ease;transition: all .2s ease;}
.form-control:focus::placeholder {/* placeholder transition on focus-in */transform: translate(5px);transition: all .2s ease;}
.form-control:focus ~ .form-control-position i {color: #5A8DEE;}
.form-control:not(:focus)::-moz-placeholder {/* placeholder transition on focus-out */-moz-transition: all .2s ease;transition: all .2s ease;}
.form-control:not(:focus):-ms-input-placeholder {/* placeholder transition on focus-out */-ms-transition: all .2s ease;transition: all .2s ease;}
.form-control:not(:focus)::placeholder {/* placeholder transition on focus-out */transition: all .2s ease;}
.form-control:-ms-input-placeholder {/* placeholder color for IE */color: #828D99;}
.form-control:disabled {border: 0;}
.form-control.is-valid:focus {box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.2);}
.form-control.is-invalid:focus {box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.2);}
/*   Input Validation with Tootltips css   */
/*----------------------------------------*/
.needs-validation.was-validated .form-control:valid:focus {/* box shadow on focus of validation states */box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.2);}
.needs-validation.was-validated .form-control:invalid:focus {box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.2);}
.needs-validation .valid-tooltip {color: #39DA8A;margin-top: 0.5rem;}
.needs-validation .invalid-tooltip {color: #FF5B5C;margin-top: 0.5rem;}
/*  Custom Checkbox css  */
/*----------------------*/
.custom-checkbox label, .custom-radio label {/* make icon and box in center and disabled checked border color */text-transform: none;font-size: 1rem;}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {background-color: #5A8DEE;border-color: #5A8DEE;}
/*   Checkbox css  */
/*----------------*/
.checkbox {position: relative;display: inline-block;}
.checkbox input[type='checkbox'] {display: none;}
.checkbox label {/* label css in check box */text-transform: none;font-size: 1rem;margin-left: 1.75rem;margin-bottom: 0;}
.checkbox label:before {content: '';height: 20px;width: 20px;position: absolute;top: 0;left: 0;border-radius: 4px;}
.checkbox label:after {content: ' ';height: 20px;width: 20px;border: 1px solid #DFE3E7;position: absolute;border-radius: 4px;top: 0;left: 0;transition: 100ms ease-in-out;}
.checkbox input:checked ~ label:after {border-top-style: none;border-right-style: none;/* IE9 */transform: rotate(-45deg);height: 0.4rem;width: 0.8rem;border-color: #5A8DEE;border-radius: 0;border-width: 2px;top: 6px;left: 4px;}
.checkbox input:checked ~ label:before {background-color: #FFFFFF;border: 1px solid #DFE3E7;}
.checkbox input:disabled ~ label::before {background-color: #F2F4F4 !important;border-color: #DFE3E7 !important;box-shadow: none !important;}
.checkbox input:disabled ~ label::after {border-color: #b3c0ce !important;}
.checkbox.checkbox-shadow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);}
.checkbox.checkbox-sm input:checked ~ label:after {height: 5px;width: 8px;top: 7px;}
.checkbox.checkbox-sm label::before, .checkbox.checkbox-sm label::after {width: 15px;height: 15px;top: 3px;}
.checkbox.checkbox-icon input:checked ~ label:after {/* Checkbox with Icons */border: none;}
.checkbox.checkbox-icon input:checked ~ label i {transform: scale(1);transition: 200ms ease-in-out;}
.checkbox.checkbox-icon i {position: absolute;left: 4px;top: 5px;font-size: 0.85rem;transform: scale(1.5);transition: all .15s ease-in;}
/*  Radio Buttons css  */
/*-----------------*/
.radio input[type="radio"] {/* Basic Bootstrap Radio Buttons Hide */display: none;}
.radio input[type="radio"]:checked ~ label::after {opacity: 1;transform: scale(1);transition: all 0.3s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
.radio input[type="radio"]:disabled ~ label::before {/* disabled Radio Buttons */background-color: #F2F4F4 !important;box-shadow: none !important;}
.radio input[type="radio"]:disabled ~ label::after {background-color: #b3c0ce !important;}
.radio label {text-transform: none;font-size: 1rem;position: relative;display: flex;align-items: center;margin-bottom: 0;}
.radio label::after {position: absolute;display: inline-flex;content: "";height: 6px;width: 6px;background-color: #5A8DEE;border-radius: 50%;left: 5.2px;opacity: 0;transform: scale(3.6);}
.radio label::before {content: "";border: 1px solid #DFE3E7;border-radius: 50%;width: 16px;height: 16px;margin-right: 0.5rem;background-color: white;}
.radio.radio-shadow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);}
.radio.radio-sm label::before {width: 14px;height: 14px;}
.radio.radio-sm label:after {height: 6px;width: 6px;left: 4px;}
/*    Switches css     */
/*--------------------*/
.custom-switch {padding-left: 0;}
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {/* For Switch Handle Animation */box-shadow: none !important;}
.custom-switch .custom-control-label {height: 20px;width: 42px;padding: 0;}
.custom-switch .custom-control-label::before {/* For bg color of switch */border: none;background-color: #e7edf3;height: 20px;box-shadow: none;transition: all .25s ease;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;top: 0;left: 1px;}
.custom-switch .custom-control-label:after {/* For Switch handle */position: absolute;top: 1px;left: 2px;box-shadow: none;background-color: #FFFFFF;transition: all .25s ease;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.custom-switch .custom-control-label .switch-icon-left, .custom-switch .custom-control-label .switch-icon-right {/* For Switch Icon */position: absolute;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;top: 2px;}
.custom-switch .custom-control-label .switch-icon-left i, .custom-switch .custom-control-label .switch-icon-right i {font-size: 1rem;}
.custom-switch .custom-control-label .switch-icon-left {left: 5px;color: #FFFFFF;}
.custom-switch .custom-control-label .switch-icon-right {right: 5px;}
.custom-switch .custom-control-label:focus {outline: 0;}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {/* For Switch Handle Animation after its checked */transform: translateX(1.4rem);}
.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {/* disabled bg color on active */background-color: #5A8DEE;}
.custom-switch.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {/* Custom Switch Glow */box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;}
.custom-switch.custom-switch-shadow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) !important;}
/* Textarea with Counter */
/*----------------------*/
.counter-value {background-color: #5A8DEE;color: #FFFFFF;padding: 1px 6px;font-size: .6rem;border-radius: 0 0 5px 5px;margin-right: 1rem;}
/*   Input Group css   */
/*--------------------*/
.input-group .input-group-text .radio label:before {margin-right: 0;}
.input-group .input-group-text .checkbox label:after, .input-group .input-group-text .checkbox label:before {left: 3px;}
.input-group .input-group-text .checkbox input:checked ~ label:after {left: 7px;}
.input-group .input-group-text .checkbox.checkbox-sm label:after, .input-group .input-group-text .checkbox.checkbox-sm label:before {left: 5px;}
.input-group .input-group-text .checkbox.checkbox-sm input:checked ~ label:after {left: 8px;}

/*---------------------*/
.custom-select {/* remove double arrow */-moz-appearance: none;-webkit-appearance: none;}
select::-ms-expand {/* remove bootstrap default arrow in IE11 */display: none;}
/*  Bootstrap touchspin css  */
/*--------------------------*/
.bootstrap-touchspin.input-group input[type=number] {/* Remove arrow for Firefox */-moz-appearance: textfield;}
.bootstrap-touchspin.input-group .input-group-btn .btn {padding: 0.4rem 1rem;}
.bootstrap-touchspin.input-group input.touchspin-vertical {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.bootstrap-touchspin.input-group input.touchspin-vertical ~ .input-group-btn-vertical .bootstrap-touchspin-up {border-bottom: 1px solid;}
.bootstrap-touchspin.input-group .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group .bootstrap-touchspin-up i {font-size: 0.8rem;position: relative;top: 0;font-weight: bold;}
.bootstrap-touchspin.input-group.disabled-touchspin input {border: 1px solid #f2f4f4 !important;}
.bootstrap-touchspin.input-group.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.input-group.disabled-touchspin .bootstrap-touchspin-up {background-color: #A3AFBD !important;cursor: default;}
.bootstrap-touchspin.input-group.input-group-lg .input-group-btn .btn {padding: 0.5rem 1.2rem;}
.bootstrap-touchspin.input-group.input-group-sm .input-group-btn .btn {padding: 0.5rem 0.8rem;}
.bootstrap-touchspin .btn.disabled-max-min, .bootstrap-touchspin .btn.disabled-max-min:hover {background-color: #A3AFBD !important;cursor: default;}
/*   Number Type Input Box css  */
/*-----------------------------*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;}
/*  IE Specific CSS  */
/*------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {/* radio buttons - checked circle icon */.radio input[type="radio"]:checked ~ label::after {  margin-top: 0.4rem;}}
/*    Buttons css   */
/*-----------------*/
.btn[class*="btn-outline-"] {padding-top: calc(0.467rem - 1px);padding-bottom: calc(0.467rem - 1px);}
.btn[class*="btn-outline-"].btn-lg {padding-top: calc(0.6rem - 1px);padding-bottom: calc(0.6rem - 1px);}
.btn[class*="btn-outline-"].btn-sm {padding-top: calc(0.467rem - 1px);padding-bottom: calc(0.467rem - 1px);}
.btn i {/* Button with icons - make it in center */position: relative;top: 3px;}
.btn.btn-white, .btn.btn-white:active, .btn.btn-white:hover, .btn.btn-white:focus {/* btn-white - color on different states */color: inherit !important;}
.btn.shadow:hover, .btn.shadow.hover {box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2) !important;}
.btn.btn-icon {/* For btn-icon */padding: 0.4rem 0.6rem;}
.btn.btn-sm.btn-icon {padding: .5rem;}
.btn.btn-lg.btn-icon {padding: 1rem;}
.btn:focus, .btn.focus, .btn:active, .btn.active {outline: none;box-shadow: none !important;}
/*   Button Group  */
/*----------------*/
.btn-group:not(.dropdown) > .btn {border: 1px solid #DFE3E7;}
.btn-group:not(.dropdown) > .btn:not(:last-child) {border-right-width: 0;}
.btn-group:not(.dropdown) > .btn:active, .btn-group:not(.dropdown) > .btn.active, .btn-group:not(.dropdown) > .btn:hover, .btn-group:not(.dropdown) > .btn:focus {background-color: #5A8DEE;color: #FFFFFF;border-color: #5A8DEE;}
/*    collapse rotate icon css    */
/*-------------------------------*/
.collapse-icon .card-header {position: relative;}
.collapse-icon [data-toggle="collapse"]:before {position: absolute;top: 26%;right: 20px;font-family: 'boxicons';content: "\ea4a";transition: all 200ms linear 0s;font-size: 1.2rem;font-weight: 600;}
.collapse-icon.accordion-icon-rotate [aria-expanded="true"]:before {/* collapse icon rotate animation css */transform: rotate(90deg);}

/*  DropUp css  */
/*-------------*/
.dropup .dropdown-toggle::after {content: "\ea4f" !important;vertical-align: 0.05rem;top: 3px;}
.dropup .dropdown-menu::before {bottom: -.714rem;left: 1.214rem;top: auto;border-bottom: 1px solid #DFE3E7;border-right: 1px solid #DFE3E7;}
.dropup .dropdown-menu.dropdown-menu-right::before {left: auto;right: .714rem;}
.dropup .dropdown-menu[x-placement^="top-start"]::before, .dropup .dropdown-menu[x-placement^="top-end"]::before, .dropup .dropdown-menu[x-placement^="bottom-start"]::before {border-top: 0;border-left: 0;}
.dropup .dropdown-submenu .dropdown-menu {bottom: auto;top: 0;}
/*   DropLeft  */
/*------------*/
.dropleft .dropdown-toggle::before {border: none !important;font-family: 'boxicons';content: "\ea49" !important;}
.dropleft .dropdown-menu::before {content: '';top: 1.285rem;right: 0;left: auto;transform: rotate(130deg) translate(-8px);border-top: 1px solid #DFE3E7;border-left: 1px solid #DFE3E7;}
/*   DropRight  */
/*-------------*/
.dropright .dropdown-toggle::after {border: none !important;font-family: 'boxicons';content: "\ea4a" !important;}
.dropright .dropdown-menu::before {top: 1.285rem;left: -0.9rem;transform: rotate(140deg) translate(-9px);border-bottom: 1px solid #DFE3E7;border-right: 1px solid #DFE3E7;}
.dropright .dropdown-menu[x-placement^="right-start"]::before {border-top: 0;border-left: 0;}
/*   Dropdown Icon  */
/*-----------------*/
.dropdown.dropdown-icon-wrapper .dropdown-toggle:after,
.dropup.dropdown-icon-wrapper .dropdown-toggle:after {display: none;}
.dropdown.dropdown-icon-wrapper .dropdown-menu,
.dropup.dropdown-icon-wrapper .dropdown-menu {min-width: auto;}
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {cursor: pointer;}
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i {font-size: 1.3rem;}
/* Dropdown inside white button */
.btn.btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover {color: #727E8C !important;}
.btn.btn-white ~ .dropdown-menu .dropdown-item.active {color: #727E8C;}
/*   Carousel css   */
/*-----------------*/
.carousel .carousel-indicators li {border-radius: 3px;border-top: 0;border-bottom: 0;}
.carousel .carousel-inner {border-radius: 0.267rem;}
.carousel .carousel-caption {font-weight: 500;}
.carousel .card-img-overlay h1, .carousel .card-img-overlay h2, .carousel .card-img-overlay h3, .carousel .card-img-overlay h4, .carousel .card-img-overlay h5, .carousel .card-img-overlay h6 {color: #FFFFFF;}
/* Main Navbar Style */
/*------------------*/
.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::before,
.navbar-dark .hamburger-inner::after {background-color: #FFFFFF;}
.navbar {position: inherit;}
.header-navbar-shadow {display: none;}
.header-navbar {padding: 0px;min-height: 4rem;font-family: "Rubik", Helvetica, Arial, serif;transition: 100ms ease all;z-index: 1000;}
.header-navbar.fixed-top {left: 260px;position: fixed;background-color: #077bb3 !important;border-bottom: 1px solid #1a233a;}
.header-navbar[class*="bg-"] .navbar-nav .nav-item > a {color: #FFFFFF;}
.header-navbar[class*="bg-"] .navbar-nav .nav-item > a i,
.header-navbar[class*="bg-"] .navbar-nav .nav-item > a span {color: #FFFFFF !important;}
.header-navbar[class*="bg-"] .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #727E8C !important;}
.header-navbar[class*="bg-"] .navbar-nav .nav-item.dropdown-user .dropdown-menu .dropdown-item:active, .header-navbar[class*="bg-"] .navbar-nav .nav-item.dropdown-language .dropdown-menu .dropdown-item:active {color: #FFFFFF !important;}
.header-navbar[class*="bg-"] .navbar-nav .search-input .input,
.header-navbar[class*="bg-"] .navbar-nav .search-input .search-list .auto-suggestion {color: #727E8C !important;}
.header-navbar.navbar-static-top {background: transparent;box-shadow: none !important;}
.header-navbar.navbar-static-top .navbar-wrapper {margin-left: 260px;}
.header-navbar .navbar-wrapper {width: 100%;}
.header-navbar.navbar-border {border-bottom: 1px solid #DFE3E7;}
.header-navbar.navbar-dark.navbar-border {border-bottom: 1px solid #8596b5;}
.header-navbar.navbar-shadow {box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);}
.header-navbar .nav-link.dropdown-toggle::after {display: none;}
.header-navbar .navbar-container ul.nav li.dropdown-language {padding: 14px 0;}
.header-navbar .navbar-container {padding-left: 1rem;transition: 300ms ease all;background: inherit;margin-left: 0;}
.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link.nav-menu-main {padding: 1.2rem 0.5rem;position: relative;}
.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link i:hover {color: #5A8DEE;}
.header-navbar .navbar-container .bookmark-input {z-index: 1001;}
.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {top: 53px;-webkit-animation: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;animation: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;}
.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu:before {content: "";background-color: transparent;border: none;}
.header-navbar .navbar-container ul.nav li .badge {padding: 0.25em 0.4em 0.18rem 0.35rem;}
.header-navbar .navbar-container ul.nav li .badge.badge-up {position: absolute;top: 2px;right: 2px;}
.header-navbar .navbar-container ul.nav li > a.nav-link {color: #727E8C;}
.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {margin-right: 0.5rem;}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {right: 12px;left: auto;padding: 0.5rem 0;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {padding: 0.9rem 1.25rem 0.9rem 1rem;display: flex;align-items: center;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {display: inline-block;margin-left: 0.2rem;line-height: 1.2;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status {font-size: smaller;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);}
.header-navbar .navbar-container ul.nav li a.menu-toggle i {font-size: 1.75rem;}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav {display: flex;flex-direction: column;align-items: flex-end;float: left;margin-right: 0.8rem;}
.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {padding: 1.5rem 0.75rem 1.15rem 0.75rem;}
.header-navbar .navbar-container ul.nav li div.input-group {padding: 0.7rem 1rem;}
.header-navbar .navbar-container ul.nav li i.ficon {font-size: 1.5rem;color: #ffffff;vertical-align: middle;cursor: pointer;-webkit-text-stroke: 0.2px #313131;}
.header-navbar .navbar-container ul.nav li i.ficon:hover {color: #5A8DEE;}
.header-navbar .navbar-container ul.nav li .media-list {max-height: 21rem;}
.header-navbar .navbar-container ul.nav li .scrollable-container {position: relative;}
.header-navbar .navbar-container .dropdown-menu-media {width: 26rem;}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media {padding: 1.3rem 1rem;border: none;border-bottom: 1px solid #DFE3E7;}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover {background: #F2F4F4;}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta {color: #727E8C;}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {border-bottom: 1px solid #DFE3E7;}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header .dropdown-header {text-transform: none;}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {padding: 0.3rem;border-top: 1px solid #DFE3E7;}
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a:active {background-color: transparent;}
.header-navbar.navbar-without-menu .navbar-container {margin-left: 0;}
.header-navbar .nav-item + .nav-item {margin-left: 0rem;}
@media (max-width: 767.98px) {.header-navbar .navbar-header {  width: 100% !important;  padding: 0.5rem 1rem;  position: relative;}.header-navbar .navbar-header .menu-toggle {  top: 2px;  position: relative;}.header-navbar .navbar-header .open-navbar-container i {  font-size: 1.8rem;}.header-navbar .navbar-header .navbar-brand {  position: absolute;  left: 50%;  top: 0;  transform: translate(-50%, 0);}.header-navbar.navbar-with-menu .navbar-container {  width: 100%;  display: table;  margin: 0;  height: auto;}}
/* Modern menu For md screen*/
@media (max-width: 991.98px) {[data-menu="vertical-menu-modern"] .header-navbar .navbar-header {  width: 100% !important;  padding: 0.5rem 1rem;  position: relative;}[data-menu="vertical-menu-modern"] .header-navbar .navbar-header .menu-toggle {  top: 2px;  position: relative;}[data-menu="vertical-menu-modern"] .header-navbar .navbar-header .open-navbar-container i {  font-size: 1.8rem;}[data-menu="vertical-menu-modern"] .header-navbar .navbar-header .navbar-brand {  position: absolute;  left: 50%;  top: 0;  transform: translate(-50%, 0);}[data-menu="vertical-menu-modern"] .header-navbar.navbar-with-menu .navbar-container {  width: 100%;  display: table;  margin: 0;  height: auto;}[data-menu="vertical-menu-modern"] .navbar-dark .navbar-header .navbar-nav .nav-link,[data-menu="vertical-menu-modern"] .navbar-semi-dark .navbar-header .navbar-nav .nav-link {  color: #FFFFFF;}[data-menu="vertical-menu-modern"] .navbar-dark .navbar-container .navbar-nav .nav-link,[data-menu="vertical-menu-modern"] .navbar-semi-dark .navbar-container .navbar-nav .nav-link {  color: #475F7B;}[data-menu="vertical-menu-modern"] .navbar-light .navbar-header .navbar-nav .nav-link {  color: #475F7B;}}
/*  Navbar colors */
/*---------------*/
.navbar-light {background: #FFFFFF;}
.navbar-light .navbar-nav .active.nav-link {background-color: rgba(0, 0, 0, 0.03);}
.navbar-dark {background: #475F7B;}
.navbar-dark.navbar-horizontal {background: #475F7B;}
.navbar-dark .nav-search .form-control,
.navbar-dark .nav-search .btn-secondary {color: #FFFFFF;background: #475F7B;}
.navbar-dark .navbar-nav li {line-height: 1;}
.navbar-dark .navbar-nav .active.nav-link {background-color: rgba(255, 255, 255, 0.05);}
.navbar-semi-dark {background: #FFFFFF;}
.navbar-semi-dark .navbar-header {background: #475F7B;}
.navbar-semi-dark .navbar-header .brand-text {color: #FFFFFF;}
.navbar-semi-dark .navbar-nav li {line-height: 1;}
.navbar-semi-dark .navbar-nav .nav-link {color: #475F7B;}
.navbar-semi-dark .navbar-nav .active.nav-link {background-color: rgba(0, 0, 0, 0.03);}
.navbar-semi-light {background: #475F7B;}
.navbar-semi-light .navbar-header {background: #FFFFFF;}
.navbar-semi-light .navbar-header .brand-text {color: #475F7B;}
.navbar-semi-light .navbar-nav li {line-height: 1;}
.navbar-semi-light .navbar-nav .nav-link {color: #FFFFFF;}
.navbar-semi-light .navbar-nav .active.nav-link {background-color: rgba(0, 0, 0, 0.03);}
/* mozila speficic style */
@-moz-document url-prefix() {ul li a .children-in {  position: relative;  right: 3px;  top: -14px;}}
.navbar-menu-icon span {display: block;position: absolute;height: 2px;width: 100%;background: #475F7B;border-radius: 9px;opacity: 1;left: 0;transform: rotate(0deg);transition: 0.25s ease-in-out;}
.navbar-menu-icon span:nth-child(1) {top: 0px;}
.navbar-menu-icon span:nth-child(2) {top: 10px;}
.navbar-menu-icon span:nth-child(3) {top: 20px;}
.navbar-menu-icon.show span:nth-child(1) {top: 10px;transform: rotate(135deg);}
.navbar-menu-icon.show span:nth-child(2) {opacity: 0;left: -60px;}
.navbar-menu-icon.show span:nth-child(3) {top: 10px;transform: rotate(-135deg);}
/* Media queries for device support */
/*---------------------------------*/
@media (max-width: 767.98px) {/* generic navbar dropdown specific */.header-navbar .navbar-nav .show {  position: static;}.header-navbar .navbar-nav .open-navbar-container {  padding-top: 0.625rem;}.header-navbar .navbar-container .show .dropdown-menu {  right: 0;  left: 0 !important;  float: none;  width: auto;  margin-top: 0;  max-height: 420px;  overflow-x: hidden;}.header-navbar .navbar-container ul.nav li.nav-item i {  margin-right: 0.2rem;}.header-navbar .navbar-container ul.nav li a.dropdown-user-link {  padding: 0.9rem 0.6rem;}.header-navbar .navbar-container ul.nav li .dropdown-toggle::after {  margin-right: 0;  margin-left: -2px;}/*  dark navbar  *//*--------------*/.navbar-dark .hamburger-inner,.navbar-dark .hamburger-inner::before,.navbar-dark .hamburger-inner::after,.navbar-semi-dark .hamburger-inner,.navbar-semi-dark .hamburger-inner::before,.navbar-semi-dark .hamburger-inner::after {  background-color: #FFFFFF;}.navbar-dark .navbar-header .navbar-nav .nav-link,.navbar-semi-dark .navbar-header .navbar-nav .nav-link {  color: #FFFFFF;}.navbar-dark .navbar-container .navbar-nav .nav-link,.navbar-semi-dark .navbar-container .navbar-nav .nav-link {  color: #475F7B;}/* light navbar *//*-------------*/.navbar-light .navbar-header .navbar-nav .nav-link,.navbar-semi-light .navbar-header .navbar-nav .nav-link {  color: #475F7B;}.navbar-light .navbar-container .navbar-nav .nav-link,.navbar-semi-light .navbar-container .navbar-nav .nav-link {  color: #475F7B;}}
/* headroom css */
.headroom {will-change: transform;transition: transform 200ms linear;}
.headroom--pinned-top {transform: translateY(0%);}
.headroom--unpinned-top {transform: translateY(-100%);}
.headroom--pinned-bottom {transform: translateY(0%);}
.headroom--unpinned-bottom {transform: translateY(100%);}
/* media query for laguage in small screen */
@media (max-width: 575.98px) {.header-navbar .navbar-container ul.nav li .selected-language {  display: none;}}
/* For Medium and down: iPad support for navbr */
@media (max-width: 1199.98px) {.header-navbar .navbar-container ul.nav li a.dropdown-user-link {  padding: 0.9rem 1.23rem;}.header-navbar .navbar-container ul.nav li .dropdown-toggle::after {  margin-right: 0;  margin-left: -2px;}}
/* media Query for navbar in mobile screen */
@media (max-width: 767px) {#navbar-mobile.navbar-collapse .navbar-nav {  margin: 0;  flex-flow: row wrap;}#navbar-mobile.navbar-collapse .navbar-nav .menu-toggle {  position: relative;  top: 4.5px;  padding: 1.12rem 0.8rem 1.12rem 0;}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {  position: absolute;}#navbar-mobile.navbar-collapse .navbar-nav .nav-item {  float: left;}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-notification .badge-up {  right: -0.2rem;}}
/* media Query for medium screen */
@media (max-width: 991.98px) {#navbar-mobile.navbar-collapse .navbar-nav {  margin: 0;  flex-flow: row wrap;}#navbar-mobile.navbar-collapse .navbar-nav .menu-toggle {  position: relative;  top: 4.5px;  padding: 1.12rem 0.8rem 1.12rem 0;}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {  position: absolute;}#navbar-mobile.navbar-collapse .navbar-nav .nav-item {  float: left;}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-notification .badge-up {  right: -0.2rem;}}
/*  iPhone 5, 5S  iPhone 6   */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {.header-navbar .navbar-container .show .dropdown-menu {  max-height: 180px;}}
/*  iPhone 6+ */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {.header-navbar .navbar-container .show .dropdown-menu {  max-height: 280px;}}
/* for alignment of language dropdown and name */
@media (min-width: 992px) {.navbar-components-wrapper .navbar .navbar-container {  background: inherit;}.navbar-components-wrapper .nav .dropdown-language {  float: right;}}
/* background color */
@media (max-width: 992px) {.navbar-components-wrapper .navbar .navbar-container {  background: inherit;}.navbar-components-wrapper .navbar .navbar-container .navbar-nav {  flex-direction: row;}}
/* for width of navbar in fixed-top */
@media (max-width: 1200px) {.header-navbar.fixed-top {  left: 0;}.header-navbar.navbar-static-top .navbar-wrapper {  margin-left: 0;}}
/* for notification dropdown of navbar component page */
@media (max-width: 768px) {.navbar-components-wrapper .navbar .navbar-nav .dropdown-notification.show {  position: static;}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {  right: 0px;}}
@media (max-width: 575.98px) {.content.app-content .content-area-wrapper {  margin-left: 1.2rem !important;  margin-right: 1.2rem !important;}}
/* 1-column Layout - Back Link in Center */
@media (max-width: 992px) {.navbar-container #navbar-mobile .nav-back {  margin-top: 5px;}}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.card-body, .card-content {  min-height: 1px;}}

.badge {color: #FFFFFF;font-family: "Rubik", Helvetica, Arial, serif;background-color: #5A8DEE;text-transform: uppercase;}
.badge.badge-up {/* badge-up - To align badge over any element */position: absolute;top: -0.8rem;right: -0.5rem;}
.badge.badge-round {padding: .28rem 0.4rem;}
.badge.badge-icon {padding: .25rem 0.4rem;}
/*    Badge Circle    */
/*-------------------*/
.badge-circle {display: flex;align-items: center;justify-content: center;color: #FFFFFF;background-color: #5A8DEE;border-radius: 50%;height: 36px;width: 36px;}
.badge-circle.badge-circle-sm {height: 24px;width: 24px;}
.badge-circle.badge-circle-lg {height: 48px;width: 48px;}

/*   Modals css   */
/*---------------*/
.modal-open {/* body overflow hidden when modal open */overflow: hidden !important;}
.modal .modal-content {box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);}
.modal .modal-content i {top: 0;}
.modal .modal-content .modal-header {align-items: center;}
.modal .modal-content .modal-header .modal-title {font-family: "Rubik", Helvetica, Arial, serif;font-weight: normal;font-size: 1.2rem;}
.modal .modal-content .modal-header .close {/* close button for modal hide */padding: 0;margin: 0;height: 2.4rem;width: 2.4rem;background-color: #f2f4f4;border-radius: 50%;}
.modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .close:focus, .modal .modal-content .modal-header .close:active {outline: none;}
.modal.modal-borderless .modal-header {border: none !important;}
.modal.modal-borderless .modal-footer {border: none !important;}
.modal .modal-full {max-width: 94%;margin-left: 3%;margin-right: 3%;}
/* media query for modal in small screen */
@media (max-width: 576px) {.modal {  padding-right: 1rem;  padding-left: 1rem;}.modal .modal-sm {  max-width: unset;}}
/*  Popovers css */
/*--------------*/
.popover {z-index: 10;box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);}
.popover .popover-header {/* popover header color and border-radius */border-bottom: 1px solid #DFE3E7;font-weight: normal;}
.popover .popover-body {color: #727E8C;}
.popover.bs-popover-top > .arrow::after {bottom: 2px;}
/*  Utilities css  */
/*----------------*/
.popover.bs-popover-left > .arrow::after {right: 2px;}
.icon-left {margin-right: 0.5rem;}
.icon-right {margin-right: 0.5rem;}
.icon-spin {display: inline-block;-webkit-animation: spin 1s infinite linear;animation: spin 1s infinite linear;}
.blockOverlay {z-index: 1050 !important;}
.blockElement, .blockPage {z-index: 1051 !important;}
.hidden {display: none;visibility: hidden;}
/*  Disabled */
.disabled, :disabled {color: #828D99 !important;}
.disabled a, :disabled a {color: #828D99 !important;}
.disabled:hover, :disabled:hover {cursor: auto !important;}
.round {border-radius: 1.5rem;}
.square {border-radius: 0;}
.icon-line-height {line-height: 1.5rem !important;}
.bx {font-size: 1.2rem;}.gu-mirror {list-style-type: none !important;}
.line-ellipsis {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


/* colors */
.white {color: #FFFFFF !important;}
/* text with light white */
.text-light-white {color: rgba(255, 255, 255, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-white {background-color: #FFFFFF !important;}
.bg-white .card-header,
.bg-white .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-white {background: rgba(255, 255, 255, 0.2) !important;}
.bg-rgba-white.alert {color: #FFFFFF;}
.bg-rgba-white.alert.alert-dismissible .close {color: #FFFFFF;}
/* Alert white */
/* ---------------- */
.alert.alert-white {background: #FFFFFF !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.4);border: none;}
/* Border white */
/* ---------------- */
.border-white {border: 1px solid #FFFFFF !important;}
.border-white.alert {color: #FFFFFF;}
.border-white.alert.alert-dismissible .close {color: #FFFFFF;}
.border-top-white {border-top: 1px solid #FFFFFF;}
.border-bottom-white {border-bottom: 1px solid #FFFFFF;}
.border-left-white {border-left: 1px solid #FFFFFF;}
.border-right-white {border-right: 1px solid #FFFFFF;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-white .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #FFFFFF !important;}
/* Badges */
/* ------ */
.badge.badge-white {background-color: #FFFFFF;}
.badge.badge-light-white {color: #FFFFFF !important;}
.badge.bg-white.badge-glow, .badge.border-white.badge-glow, .badge.badge-white.badge-glow {box-shadow: 0px 0px 10px #FFFFFF;}
.badge-circle-white {background-color: #FFFFFF;}
.badge-circle-light-white {color: #FFFFFF;}
.overlay-white {background: #FFFFFF;background: rgba(255, 255, 255, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-white {background-color: #FFFFFF !important;color: #fff;}
.btn-white:hover, .btn-white.hover {color: #fff;}
.btn-white:hover.glow, .btn-white.hover.glow {box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.6) !important;}
.btn-white:focus, .btn-white:active, .btn-white.active {color: #fff !important;}
.btn-white.glow {box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) !important;}
.btn-white:disabled, .btn-white.disabled {color: #fff !important;}
.btn-light-white {color: #FFFFFF !important;}
.btn-light-white:hover, .btn-light-white.hover {color: #fff !important;}
.btn-light-white:active, .btn-light-white.active {color: #fff !important;}
/* Outline buttons */
.btn-outline-white {border: 1px solid #FFFFFF;background-color: transparent;color: #FFFFFF !important;}
.btn-outline-white:hover, .btn-outline-white.hover {color: #fff !important;}
.btn-outline-white:active, .btn-outline-white.active {color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-white ~ .dropdown-menu .dropdown-item.active, .btn-outline-white ~ .dropdown-menu .dropdown-item.active {background-color: #FFFFFF;color: #fff;}
.btn-white ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-white ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i {color: #FFFFFF;}
.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet white */
.bullet.bullet-white {background-color: #FFFFFF;}
/* For Pagination */
/* -------------- */
.pagination-white .page-item.active .page-link, .pagination-white .page-item.active .page-link:hover {background: #FFFFFF !important;color: #fff;}
.pagination-white .page-item.previous .page-link, .pagination-white .page-item.next .page-link {color: #FFFFFF;}
.pagination-white .page-item.previous .page-link:hover, .pagination-white .page-item.next .page-link:hover {background: #FFFFFF;}
/* Progress Bars white */
/* ---------------------- */
.progress-bar-white .progress-bar {background-color: #FFFFFF;box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.6);}
/* Chips white */
/* ---------------- */
.chip-white {background-color: #FFFFFF !important;}
.chip-white .chip-body {color: #fff !important;}
/* Divider white */
/* ---------------*/
.divider.divider-white .divider-text:before, .divider.divider-white .divider-text:after {border-color: #FFFFFF !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-white:before {background: #FFFFFF !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-white + .custom-control-label:before, input[type="radio"].bg-white + .custom-control-label:before {background-color: #FFFFFF !important;}
.checkbox.checkbox-white input:checked ~ label::before, .checkbox.radio-white input:checked ~ label::before, .radio.checkbox-white input:checked ~ label::before, .radio.radio-white input:checked ~ label::before {background-color: #FFFFFF;border-color: #FFFFFF;}
.checkbox.checkbox-white input:checked ~ label::after, .checkbox.radio-white input:checked ~ label::after, .radio.checkbox-white input:checked ~ label::after, .radio.radio-white input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-white.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-white.radio-glow input:checked ~ label::before, .checkbox.radio-white.checkbox-glow input:checked ~ label::before, .checkbox.radio-white.radio-glow input:checked ~ label::before, .radio.checkbox-white.checkbox-glow input:checked ~ label::before, .radio.checkbox-white.radio-glow input:checked ~ label::before, .radio.radio-white.checkbox-glow input:checked ~ label::before, .radio.radio-white.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);}
.checkbox.checkbox-white.checkbox-icon label i, .checkbox.radio-white.checkbox-icon label i, .radio.checkbox-white.checkbox-icon label i, .radio.radio-white.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-white label:after {transition: 250ms ease-in-out;}
.radio.radio-white input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-white .custom-control-input:checked ~ .custom-control-label::before {background-color: #FFFFFF !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-white.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-white, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-white {box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=white]:before {background-color: #FFFFFF;}
.edit-kanban-item select option.bg-color_name {background-color: #FFFFFF;}
/* Select2 white */
/* ---------------*/
select.select-light-white ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
select.select-light-white ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {color: #FFFFFF !important;}
/* black Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.black {color: #000000 !important;}
/* text with light black */
.text-light-black {color: rgba(0, 0, 0, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-black {background-color: #000000 !important;}
.bg-black .card-header,
.bg-black .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-black {background: rgba(0, 0, 0, 0.2) !important;}
.bg-rgba-black.alert {color: #000000;}
.bg-rgba-black.alert.alert-dismissible .close {color: #000000;}
/* Alert black */
/* ---------------- */
.alert.alert-black {background: #000000 !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);border: none;}
/* Border black */
/* ---------------- */
.border-black {border: 1px solid #000000 !important;}
.border-black.alert {color: #000000;}
.border-black.alert.alert-dismissible .close {color: #000000;}
.border-top-black {border-top: 1px solid #000000;}
.border-bottom-black {border-bottom: 1px solid #000000;}
.border-left-black {border-left: 1px solid #000000;}
.border-right-black {border-right: 1px solid #000000;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-black .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #000000 !important;}
/* Badges */
/* ------ */
.badge.badge-black {background-color: #000000;}
.badge.badge-light-black {color: #000000 !important;}
.badge.bg-black.badge-glow, .badge.border-black.badge-glow, .badge.badge-black.badge-glow {box-shadow: 0px 0px 10px #000000;}
.badge-circle-black {background-color: #000000;}
.badge-circle-light-black {color: #000000;}
.overlay-black {background: #000000;background: rgba(0, 0, 0, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-black {background-color: #000000 !important;color: #fff;}
.btn-black:hover, .btn-black.hover {color: #fff;}
.btn-black:hover.glow, .btn-black.hover.glow {box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6) !important;}
.btn-black:focus, .btn-black:active, .btn-black.active {color: #fff !important;}
.btn-black.glow {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;}
.btn-black:disabled, .btn-black.disabled {color: #fff !important;}
.btn-light-black {color: #000000 !important;}
.btn-light-black:hover, .btn-light-black.hover {color: #fff !important;}
.btn-light-black:active, .btn-light-black.active {color: #fff !important;}
/* Outline buttons */
.btn-outline-black {border: 1px solid #000000;background-color: transparent;color: #000000 !important;}
.btn-outline-black:hover, .btn-outline-black.hover {color: #fff !important;}
.btn-outline-black:active, .btn-outline-black.active {color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-black ~ .dropdown-menu .dropdown-item.active, .btn-outline-black ~ .dropdown-menu .dropdown-item.active {background-color: #000000;color: #fff;}
.btn-black ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-black ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i {color: #000000;}
.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet black */
.bullet.bullet-black {background-color: #000000;}
/* For Pagination */
/* -------------- */
.pagination-black .page-item.active .page-link, .pagination-black .page-item.active .page-link:hover {background: #000000 !important;color: #fff;}
.pagination-black .page-item.previous .page-link, .pagination-black .page-item.next .page-link {color: #000000;}
.pagination-black .page-item.previous .page-link:hover, .pagination-black .page-item.next .page-link:hover {background: #000000;}
/* Progress Bars black */
/* ---------------------- */
.progress-bar-black .progress-bar {background-color: #000000;box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);}
/* Chips black */
/* ---------------- */
.chip-black {background-color: #000000 !important;}
.chip-black .chip-body {color: #fff !important;}
/* Divider black */
/* ---------------*/
.divider.divider-black .divider-text:before, .divider.divider-black .divider-text:after {border-color: #000000 !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-black:before {background: #000000 !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-black + .custom-control-label:before, input[type="radio"].bg-black + .custom-control-label:before {background-color: #000000 !important;}
.checkbox.checkbox-black input:checked ~ label::before, .checkbox.radio-black input:checked ~ label::before, .radio.checkbox-black input:checked ~ label::before, .radio.radio-black input:checked ~ label::before {background-color: #000000;border-color: #000000;}
.checkbox.checkbox-black input:checked ~ label::after, .checkbox.radio-black input:checked ~ label::after, .radio.checkbox-black input:checked ~ label::after, .radio.radio-black input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-black.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-black.radio-glow input:checked ~ label::before, .checkbox.radio-black.checkbox-glow input:checked ~ label::before, .checkbox.radio-black.radio-glow input:checked ~ label::before, .radio.checkbox-black.checkbox-glow input:checked ~ label::before, .radio.checkbox-black.radio-glow input:checked ~ label::before, .radio.radio-black.checkbox-glow input:checked ~ label::before, .radio.radio-black.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);}
.checkbox.checkbox-black.checkbox-icon label i, .checkbox.radio-black.checkbox-icon label i, .radio.checkbox-black.checkbox-icon label i, .radio.radio-black.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-black label:after {transition: 250ms ease-in-out;}
.radio.radio-black input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-black .custom-control-input:checked ~ .custom-control-label::before {background-color: #000000 !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-black.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-black, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-black {box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=black]:before {background-color: #000000;}
.edit-kanban-item select option.bg-color_name {background-color: #000000;}
/* Select2 black */
/* ---------------*/
select.select-light-black ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-black ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {color: #000000 !important;}
/* dark Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.dark {color: #394C62 !important;}
/* text with light dark */
.text-light-dark {color: rgba(57, 76, 98, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-dark {background-color: #394C62 !important;}
.bg-dark .card-header,
.bg-dark .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-dark {background: rgba(57, 76, 98, 0.2) !important;}
.bg-rgba-dark.alert {color: #394C62;}
.bg-rgba-dark.alert.alert-dismissible .close {color: #394C62;}
/* Alert dark */
/* ---------------- */
.alert.alert-dark {background: #394C62 !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(57, 76, 98, 0.4);border: none;}
/* Border dark */
/* ---------------- */
.border-dark {border: 1px solid #394C62 !important;}
.border-dark.alert {color: #394C62;}
.border-dark.alert.alert-dismissible .close {color: #394C62;}
.border-top-dark {border-top: 1px solid #394C62;}
.border-bottom-dark {border-bottom: 1px solid #394C62;}
.border-left-dark {border-left: 1px solid #394C62;}
.border-right-dark {border-right: 1px solid #394C62;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-dark .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #394C62 !important;}
/* Badges */
/* ------ */
.badge.badge-dark {background-color: #394C62;}
.badge.badge-light-dark {color: #394C62 !important;}
.badge.bg-dark.badge-glow, .badge.border-dark.badge-glow, .badge.badge-dark.badge-glow {box-shadow: 0px 0px 10px #394C62;}
.badge-circle-dark {background-color: #394C62;}
.badge-circle-light-dark {color: #394C62;}
.overlay-dark {background: #394C62;background: rgba(57, 76, 98, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-dark {background-color: #394C62 !important;color: #fff;}
.btn-dark:hover, .btn-dark.hover {color: #fff;}
.btn-dark:hover.glow, .btn-dark.hover.glow {box-shadow: 0 4px 12px 0 rgba(57, 76, 98, 0.6) !important;}
.btn-dark:focus, .btn-dark:active, .btn-dark.active {color: #fff !important;}
.btn-dark.glow {box-shadow: 0 2px 4px 0 rgba(57, 76, 98, 0.5) !important;}
.btn-dark:disabled, .btn-dark.disabled {color: #fff !important;}
.btn-light-dark {color: #394C62 !important;}
.btn-light-dark:hover, .btn-light-dark.hover {color: #fff !important;}
.btn-light-dark:active, .btn-light-dark.active {color: #fff !important;}
/* Outline buttons */
.btn-outline-dark {border: 1px solid #394C62;background-color: transparent;color: #394C62 !important;}
.btn-outline-dark:hover, .btn-outline-dark.hover {color: #fff !important;}
.btn-outline-dark:active, .btn-outline-dark.active {color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-dark ~ .dropdown-menu .dropdown-item.active, .btn-outline-dark ~ .dropdown-menu .dropdown-item.active {background-color: #394C62;color: #fff;}
.btn-dark ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-dark ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i {color: #394C62;}
.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet dark */
.bullet.bullet-dark {background-color: #394C62;}
/* For Pagination */
/* -------------- */
.pagination-dark .page-item.active .page-link, .pagination-dark .page-item.active .page-link:hover {background: #394C62 !important;color: #fff;}
.pagination-dark .page-item.previous .page-link, .pagination-dark .page-item.next .page-link {color: #394C62;}
.pagination-dark .page-item.previous .page-link:hover, .pagination-dark .page-item.next .page-link:hover {background: #394C62;}
/* Progress Bars dark */
/* ---------------------- */
.progress-bar-dark .progress-bar {background-color: #394C62;box-shadow: 0 2px 6px 0 rgba(57, 76, 98, 0.6);}
/* Chips dark */
/* ---------------- */
.chip-dark {background-color: #394C62 !important;}
.chip-dark .chip-body {color: #fff !important;}
/* Divider dark */
/* ---------------*/
.divider.divider-dark .divider-text:before, .divider.divider-dark .divider-text:after {border-color: #394C62 !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-dark:before {background: #394C62 !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-dark + .custom-control-label:before, input[type="radio"].bg-dark + .custom-control-label:before {background-color: #394C62 !important;}
.checkbox.checkbox-dark input:checked ~ label::before, .checkbox.radio-dark input:checked ~ label::before, .radio.checkbox-dark input:checked ~ label::before, .radio.radio-dark input:checked ~ label::before {background-color: #394C62;border-color: #394C62;}
.checkbox.checkbox-dark input:checked ~ label::after, .checkbox.radio-dark input:checked ~ label::after, .radio.checkbox-dark input:checked ~ label::after, .radio.radio-dark input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-dark.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-dark.radio-glow input:checked ~ label::before, .checkbox.radio-dark.checkbox-glow input:checked ~ label::before, .checkbox.radio-dark.radio-glow input:checked ~ label::before, .radio.checkbox-dark.checkbox-glow input:checked ~ label::before, .radio.checkbox-dark.radio-glow input:checked ~ label::before, .radio.radio-dark.checkbox-glow input:checked ~ label::before, .radio.radio-dark.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);}
.checkbox.checkbox-dark.checkbox-icon label i, .checkbox.radio-dark.checkbox-icon label i, .radio.checkbox-dark.checkbox-icon label i, .radio.radio-dark.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-dark label:after {transition: 250ms ease-in-out;}
.radio.radio-dark input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before {background-color: #394C62 !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-dark.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-dark, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-dark {box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=dark]:before {background-color: #394C62;}
.edit-kanban-item select option.bg-color_name {background-color: #394C62;}
/* Select2 dark */
/* ---------------*/
select.select-light-dark ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-dark ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {color: #394C62 !important;}
/* light Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.light {color: #A3AFBD !important;}
/* text with light light */
.text-light-light {color: rgba(163, 175, 189, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-light {background-color: #A3AFBD !important;}
.bg-light .card-header,
.bg-light .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-light {background: rgba(163, 175, 189, 0.2) !important;}
.bg-rgba-light.alert {color: #A3AFBD;}
.bg-rgba-light.alert.alert-dismissible .close {color: #A3AFBD;}
/* Alert light */
/* ---------------- */
.alert.alert-light {background: #A3AFBD !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(163, 175, 189, 0.4);border: none;}
/* Border light */
/* ---------------- */
.border-light {border: 1px solid #A3AFBD !important;}
.border-light.alert {color: #A3AFBD;}
.border-light.alert.alert-dismissible .close {color: #A3AFBD;}
.border-top-light {border-top: 1px solid #A3AFBD;}
.border-bottom-light {border-bottom: 1px solid #A3AFBD;}
.border-left-light {border-left: 1px solid #A3AFBD;}
.border-right-light {border-right: 1px solid #A3AFBD;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-light .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #A3AFBD !important;}
/* Badges */
/* ------ */
.badge.badge-light {background-color: #A3AFBD;}
.badge.badge-light-light {color: #A3AFBD !important;}
.badge.bg-light.badge-glow, .badge.border-light.badge-glow, .badge.badge-light.badge-glow {box-shadow: 0px 0px 10px #A3AFBD;}
.badge-circle-light {background-color: #A3AFBD;}
.badge-circle-light-light {color: #A3AFBD;}
.overlay-light {background: #A3AFBD;background: rgba(163, 175, 189, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-light {background-color: #A3AFBD !important;color: #fff;}
.btn-light:hover, .btn-light.hover {color: #fff;}
.btn-light:hover.glow, .btn-light.hover.glow {box-shadow: 0 4px 12px 0 rgba(163, 175, 189, 0.6) !important;}
.btn-light:focus, .btn-light:active, .btn-light.active {color: #fff !important;}
.btn-light.glow {box-shadow: 0 2px 4px 0 rgba(163, 175, 189, 0.5) !important;}
.btn-light:disabled, .btn-light.disabled {color: #fff !important;}
.btn-light-light {color: #A3AFBD !important;}
.btn-light-light:hover, .btn-light-light.hover {color: #fff !important;}
.btn-light-light:active, .btn-light-light.active {color: #fff !important;}
/* Outline buttons */
.btn-outline-light {border: 1px solid #A3AFBD;background-color: transparent;color: #A3AFBD !important;}
.btn-outline-light:hover, .btn-outline-light.hover {color: #fff !important;}
.btn-outline-light:active, .btn-outline-light.active {color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-light ~ .dropdown-menu .dropdown-item.active, .btn-outline-light ~ .dropdown-menu .dropdown-item.active {background-color: #A3AFBD;color: #fff;}
.btn-light ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-light ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i {color: #A3AFBD;}
.dropdown.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet light */
.bullet.bullet-light {background-color: #A3AFBD;}
/* For Pagination */
/* -------------- */
.pagination-light .page-item.active .page-link, .pagination-light .page-item.active .page-link:hover {background: #A3AFBD !important;color: #fff;}
.pagination-light .page-item.previous .page-link, .pagination-light .page-item.next .page-link {color: #A3AFBD;}
.pagination-light .page-item.previous .page-link:hover, .pagination-light .page-item.next .page-link:hover {background: #A3AFBD;}
/* Progress Bars light */
/* ---------------------- */
.progress-bar-light .progress-bar {background-color: #A3AFBD;box-shadow: 0 2px 6px 0 rgba(163, 175, 189, 0.6);}
/* Chips light */
/* ---------------- */
.chip-light {background-color: #A3AFBD !important;}
.chip-light .chip-body {color: #fff !important;}
/* Divider light */
/* ---------------*/
.divider.divider-light .divider-text:before, .divider.divider-light .divider-text:after {border-color: #A3AFBD !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-light:before {background: #A3AFBD !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-light + .custom-control-label:before, input[type="radio"].bg-light + .custom-control-label:before {background-color: #A3AFBD !important;}
.checkbox.checkbox-light input:checked ~ label::before, .checkbox.radio-light input:checked ~ label::before, .radio.checkbox-light input:checked ~ label::before, .radio.radio-light input:checked ~ label::before {background-color: #A3AFBD;border-color: #A3AFBD;}
.checkbox.checkbox-light input:checked ~ label::after, .checkbox.radio-light input:checked ~ label::after, .radio.checkbox-light input:checked ~ label::after, .radio.radio-light input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-light.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-light.radio-glow input:checked ~ label::before, .checkbox.radio-light.checkbox-glow input:checked ~ label::before, .checkbox.radio-light.radio-glow input:checked ~ label::before, .radio.checkbox-light.checkbox-glow input:checked ~ label::before, .radio.checkbox-light.radio-glow input:checked ~ label::before, .radio.radio-light.checkbox-glow input:checked ~ label::before, .radio.radio-light.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);}
.checkbox.checkbox-light.checkbox-icon label i, .checkbox.radio-light.checkbox-icon label i, .radio.checkbox-light.checkbox-icon label i, .radio.radio-light.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-light label:after {transition: 250ms ease-in-out;}
.radio.radio-light input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-light .custom-control-input:checked ~ .custom-control-label::before {background-color: #A3AFBD !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-light.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-light, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-light {box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=light]:before {background-color: #A3AFBD;}
.edit-kanban-item select option.bg-color_name {background-color: #A3AFBD;}
/* Select2 light */
/* ---------------*/
select.select-light-light ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-light ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {color: #A3AFBD !important;}
.primary.lighten-5 {color: #ceddfa !important;}
.bg-primary.bg-lighten-5 {background-color: #ceddfa !important;}
.btn-primary.btn-lighten-5 {border-color: #2c6de9 !important;background-color: #ceddfa !important;}
.btn-primary.btn-lighten-5:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-lighten-5 {border-color: #ceddfa !important;color: #ceddfa !important;}
.btn-outline-primary.btn-outline-lighten-5:hover {background-color: #ceddfa !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ceddfa !important;}
.border-primary.border-lighten-5 {border: 1px solid #ceddfa !important;}
.border-top-primary.border-top-lighten-5 {border-top: 1px solid #ceddfa !important;}
.border-bottom-primary.border-bottom-lighten-5 {border-bottom: 1px solid #ceddfa !important;}
.border-left-primary.border-left-lighten-5 {border-left: 1px solid #ceddfa !important;}
.border-right-primary.border-right-lighten-5 {border-right: 1px solid #ceddfa !important;}
.overlay-primary.overlay-lighten-5 {background: #ceddfa;background: rgba(206, 221, 250, 0.6);}
.primary.lighten-4 {color: #b6cdf8 !important;}
.bg-primary.bg-lighten-4 {background-color: #b6cdf8 !important;}
.btn-primary.btn-lighten-4 {border-color: #2c6de9 !important;background-color: #b6cdf8 !important;}
.btn-primary.btn-lighten-4:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-lighten-4 {border-color: #b6cdf8 !important;color: #b6cdf8 !important;}
.btn-outline-primary.btn-outline-lighten-4:hover {background-color: #b6cdf8 !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b6cdf8 !important;}
.border-primary.border-lighten-4 {border: 1px solid #b6cdf8 !important;}
.border-top-primary.border-top-lighten-4 {border-top: 1px solid #b6cdf8 !important;}
.border-bottom-primary.border-bottom-lighten-4 {border-bottom: 1px solid #b6cdf8 !important;}
.border-left-primary.border-left-lighten-4 {border-left: 1px solid #b6cdf8 !important;}
.border-right-primary.border-right-lighten-4 {border-right: 1px solid #b6cdf8 !important;}
.overlay-primary.overlay-lighten-4 {background: #b6cdf8;background: rgba(182, 205, 248, 0.6);}
.primary.lighten-3 {color: #9fbdf5 !important;}
.bg-primary.bg-lighten-3 {background-color: #9fbdf5 !important;}
.btn-primary.btn-lighten-3 {border-color: #2c6de9 !important;background-color: #9fbdf5 !important;}
.btn-primary.btn-lighten-3:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-lighten-3 {border-color: #9fbdf5 !important;color: #9fbdf5 !important;}
.btn-outline-primary.btn-outline-lighten-3:hover {background-color: #9fbdf5 !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9fbdf5 !important;}
.border-primary.border-lighten-3 {border: 1px solid #9fbdf5 !important;}
.border-top-primary.border-top-lighten-3 {border-top: 1px solid #9fbdf5 !important;}
.border-bottom-primary.border-bottom-lighten-3 {border-bottom: 1px solid #9fbdf5 !important;}
.border-left-primary.border-left-lighten-3 {border-left: 1px solid #9fbdf5 !important;}
.border-right-primary.border-right-lighten-3 {border-right: 1px solid #9fbdf5 !important;}
.overlay-primary.overlay-lighten-3 {background: #9fbdf5;background: rgba(159, 189, 245, 0.6);}
.primary.lighten-2 {color: #88adf3 !important;}
.bg-primary.bg-lighten-2 {background-color: #88adf3 !important;}
.btn-primary.btn-lighten-2 {border-color: #2c6de9 !important;background-color: #88adf3 !important;}
.btn-primary.btn-lighten-2:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-lighten-2 {border-color: #88adf3 !important;color: #88adf3 !important;}
.btn-outline-primary.btn-outline-lighten-2:hover {background-color: #88adf3 !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #88adf3 !important;}
.border-primary.border-lighten-2 {border: 1px solid #88adf3 !important;}
.border-top-primary.border-top-lighten-2 {border-top: 1px solid #88adf3 !important;}
.border-bottom-primary.border-bottom-lighten-2 {border-bottom: 1px solid #88adf3 !important;}
.border-left-primary.border-left-lighten-2 {border-left: 1px solid #88adf3 !important;}
.border-right-primary.border-right-lighten-2 {border-right: 1px solid #88adf3 !important;}
.overlay-primary.overlay-lighten-2 {background: #88adf3;background: rgba(136, 173, 243, 0.6);}
.primary.lighten-1 {color: #719df0 !important;}
.bg-primary.bg-lighten-1 {background-color: #719df0 !important;}
.btn-primary.btn-lighten-1 {border-color: #2c6de9 !important;background-color: #719df0 !important;}
.btn-primary.btn-lighten-1:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-lighten-1 {border-color: #719df0 !important;color: #719df0 !important;}
.btn-outline-primary.btn-outline-lighten-1:hover {background-color: #719df0 !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #719df0 !important;}
.border-primary.border-lighten-1 {border: 1px solid #719df0 !important;}
.border-top-primary.border-top-lighten-1 {border-top: 1px solid #719df0 !important;}
.border-bottom-primary.border-bottom-lighten-1 {border-bottom: 1px solid #719df0 !important;}
.border-left-primary.border-left-lighten-1 {border-left: 1px solid #719df0 !important;}
.border-right-primary.border-right-lighten-1 {border-right: 1px solid #719df0 !important;}
.overlay-primary.overlay-lighten-1 {background: #719df0;background: rgba(113, 157, 240, 0.6);}
/* primary Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.primary {color: #5A8DEE !important;}
/* text with light primary */
.text-light-primary {color: rgba(90, 141, 238, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-primary {background-color: #5A8DEE !important;}
.bg-primary .card-header,
.bg-primary .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-primary {background: rgba(90, 141, 238, 0.2) !important;}
.bg-rgba-primary.alert {color: #5A8DEE;}
.bg-rgba-primary.alert.alert-dismissible .close {color: #5A8DEE;}
/* Alert primary */
/* ---------------- */
.alert.alert-primary {background: #5A8DEE !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(90, 141, 238, 0.4);border: none;}
/* Border primary */
/* ---------------- */
.border-primary {border: 1px solid #5A8DEE !important;}
.border-primary .select2-selection__arrow b {border-color: #2c6de9 !important;}
.border-primary.alert {color: #5A8DEE;}
.border-primary.alert.alert-dismissible .close {color: #5A8DEE;}
.border-top-primary {border-top: 1px solid #5A8DEE;}
.border-bottom-primary {border-bottom: 1px solid #5A8DEE;}
.border-left-primary {border-left: 1px solid #5A8DEE;}
.border-right-primary {border-right: 1px solid #5A8DEE;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-primary .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #5A8DEE !important;}
/* Badges */
/* ------ */
.badge.badge-primary {background-color: #5A8DEE;}
.badge.badge-light-primary {background-color: #E2ECFF;color: #5A8DEE !important;}
.badge.bg-primary.badge-glow, .badge.border-primary.badge-glow, .badge.badge-primary.badge-glow {box-shadow: 0px 0px 10px #5A8DEE;}
.badge-circle-primary {background-color: #5A8DEE;}
.badge-circle-light-primary {background-color: #E2ECFF;color: #5A8DEE;}
.overlay-primary {background: #5A8DEE;background: rgba(90, 141, 238, 0.6);}
/* Basic buttons */
/* ------------- */

.btn-primary:hover.glow, .btn-primary.hover.glow {box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;}
.btn-primary:focus, .btn-primary:active, .btn-primary.active {background-color: #437dec !important;color: #fff !important;}
.btn-primary.glow {box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5) !important;}
.btn-primary:disabled, .btn-primary.disabled {color: #fff !important;}
.btn-light-primary {background-color: #E2ECFF;color: #5A8DEE !important;}
.btn-light-primary:hover, .btn-light-primary.hover {background-color: #719df0 !important;color: #fff !important;}
.btn-light-primary:active, .btn-light-primary.active {background-color: #437dec !important;color: #fff !important;}
/* Outline buttons */
.btn-outline-primary {border: 1px solid #5A8DEE;background-color: transparent;color: #5A8DEE !important;}
.btn-outline-primary:hover, .btn-outline-primary.hover {background-color: #719df0 !important;color: #fff !important;}
.btn-outline-primary:active, .btn-outline-primary.active {background-color: #437dec !important;color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-primary ~ .dropdown-menu .dropdown-item.active, .btn-outline-primary ~ .dropdown-menu .dropdown-item.active {background-color: #5A8DEE;color: #fff;}
.btn-primary ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-primary ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i {color: #5A8DEE;}
.dropdown.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet primary */
.bullet.bullet-primary {background-color: #5A8DEE;}
/* For Pagination */
/* -------------- */
.pagination-primary .page-item.active .page-link, .pagination-primary .page-item.active .page-link:hover {background: #5A8DEE !important;color: #fff;}
.pagination-primary .page-item .page-link:hover {background-color: #E2ECFF !important;}
.pagination-primary .page-item.previous .page-link, .pagination-primary .page-item.next .page-link {color: #5A8DEE;}
.pagination-primary .page-item.previous .page-link:hover, .pagination-primary .page-item.next .page-link:hover {background: #5A8DEE;}
/* Progress Bars primary */
/* ---------------------- */
.progress-bar-primary .progress-bar {background-color: #5A8DEE;box-shadow: 0 2px 6px 0 rgba(90, 141, 238, 0.6);}
/* Chips primary */
/* ---------------- */
.chip-primary {background-color: #5A8DEE !important;}
.chip-primary .chip-body {color: #fff !important;}
/* Divider primary */
/* ---------------*/
.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {border-color: #5A8DEE !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-primary:before {background: #5A8DEE !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-primary + .custom-control-label:before, input[type="radio"].bg-primary + .custom-control-label:before {background-color: #5A8DEE !important;border-color: #2c6de9 !important;}
.checkbox.checkbox-primary input:checked ~ label::before, .checkbox.radio-primary input:checked ~ label::before, .radio.checkbox-primary input:checked ~ label::before, .radio.radio-primary input:checked ~ label::before {background-color: #5A8DEE;border-color: #5A8DEE;}
.checkbox.checkbox-primary input:checked ~ label::after, .checkbox.radio-primary input:checked ~ label::after, .radio.checkbox-primary input:checked ~ label::after, .radio.radio-primary input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-primary.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-primary.radio-glow input:checked ~ label::before, .checkbox.radio-primary.checkbox-glow input:checked ~ label::before, .checkbox.radio-primary.radio-glow input:checked ~ label::before, .radio.checkbox-primary.checkbox-glow input:checked ~ label::before, .radio.checkbox-primary.radio-glow input:checked ~ label::before, .radio.radio-primary.checkbox-glow input:checked ~ label::before, .radio.radio-primary.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);}
.checkbox.checkbox-primary.checkbox-icon label i, .checkbox.radio-primary.checkbox-icon label i, .radio.checkbox-primary.checkbox-icon label i, .radio.radio-primary.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-primary label:after {transition: 250ms ease-in-out;}
.radio.radio-primary input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {background-color: #5A8DEE !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-primary.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-primary, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-primary {box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=primary]:before {background-color: #5A8DEE;}
.edit-kanban-item select option.bg-color_name {background-color: #5A8DEE;}
/* Select2 primary */
/* ---------------*/
select.select-light-primary ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-primary ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {background-color: #E2ECFF !important;color: #5A8DEE !important;}
.primary.darken-1 {color: #437dec !important;}
.bg-primary.bg-darken-1 {background-color: #437dec !important;}
.btn-primary.btn-darken-1 {border-color: #2c6de9 !important;background-color: #437dec !important;}
.btn-primary.btn-darken-1:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-darken-1 {border-color: #437dec !important;color: #437dec !important;}
.btn-outline-primary.btn-outline-darken-1:hover {background-color: #437dec !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #437dec !important;}
.border-primary.border-darken-1 {border: 1px solid #437dec !important;}
.border-top-primary.border-top-darken-1 {border-top: 1px solid #437dec !important;}
.border-bottom-primary.border-bottom-darken-1 {border-bottom: 1px solid #437dec !important;}
.border-left-primary.border-left-darken-1 {border-left: 1px solid #437dec !important;}
.border-right-primary.border-right-darken-1 {border-right: 1px solid #437dec !important;}
.overlay-primary.overlay-darken-1 {background: #437dec;background: rgba(67, 125, 236, 0.6);}
.primary.darken-2 {color: #2c6de9 !important;}
.bg-primary.bg-darken-2 {background-color: #2c6de9 !important;}
.btn-primary.btn-darken-2 {border-color: #2c6de9 !important;background-color: #2c6de9 !important;}
.btn-primary.btn-darken-2:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-darken-2 {border-color: #2c6de9 !important;color: #2c6de9 !important;}
.btn-outline-primary.btn-outline-darken-2:hover {background-color: #2c6de9 !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2c6de9 !important;}
.border-primary.border-darken-2 {border: 1px solid #2c6de9 !important;}
.border-top-primary.border-top-darken-2 {border-top: 1px solid #2c6de9 !important;}
.border-bottom-primary.border-bottom-darken-2 {border-bottom: 1px solid #2c6de9 !important;}
.border-left-primary.border-left-darken-2 {border-left: 1px solid #2c6de9 !important;}
.border-right-primary.border-right-darken-2 {border-right: 1px solid #2c6de9 !important;}
.overlay-primary.overlay-darken-2 {background: #2c6de9;background: rgba(44, 109, 233, 0.6);}
.primary.darken-3 {color: #175ee4 !important;}
.bg-primary.bg-darken-3 {background-color: #175ee4 !important;}
.btn-primary.btn-darken-3 {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-darken-3:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-darken-3 {border-color: #175ee4 !important;color: #175ee4 !important;}
.btn-outline-primary.btn-outline-darken-3:hover {background-color: #175ee4 !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #175ee4 !important;}
.border-primary.border-darken-3 {border: 1px solid #175ee4 !important;}
.border-top-primary.border-top-darken-3 {border-top: 1px solid #175ee4 !important;}
.border-bottom-primary.border-bottom-darken-3 {border-bottom: 1px solid #175ee4 !important;}
.border-left-primary.border-left-darken-3 {border-left: 1px solid #175ee4 !important;}
.border-right-primary.border-right-darken-3 {border-right: 1px solid #175ee4 !important;}
.overlay-primary.overlay-darken-3 {background: #175ee4;background: rgba(23, 94, 228, 0.6);}
.primary.darken-4 {color: #1554cd !important;}
.bg-primary.bg-darken-4 {background-color: #1554cd !important;}
.btn-primary.btn-darken-4 {border-color: #2c6de9 !important;background-color: #1554cd !important;}
.btn-primary.btn-darken-4:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-darken-4 {border-color: #1554cd !important;color: #1554cd !important;}
.btn-outline-primary.btn-outline-darken-4:hover {background-color: #1554cd !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1554cd !important;}
.border-primary.border-darken-4 {border: 1px solid #1554cd !important;}
.border-top-primary.border-top-darken-4 {border-top: 1px solid #1554cd !important;}
.border-bottom-primary.border-bottom-darken-4 {border-bottom: 1px solid #1554cd !important;}
.border-left-primary.border-left-darken-4 {border-left: 1px solid #1554cd !important;}
.border-right-primary.border-right-darken-4 {border-right: 1px solid #1554cd !important;}
.overlay-primary.overlay-darken-4 {background: #1554cd;background: rgba(21, 84, 205, 0.6);}
.primary.accent-1 {color: #BDFDFF !important;}
.bg-primary.bg-accent-1 {background-color: #BDFDFF !important;}
.btn-primary.btn-accent-1 {border-color: #2c6de9 !important;background-color: #BDFDFF !important;}
.btn-primary.btn-accent-1:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-accent-1 {border-color: #BDFDFF !important;color: #BDFDFF !important;}
.btn-outline-primary.btn-outline-accent-1:hover {background-color: #BDFDFF !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BDFDFF !important;}
.border-primary.border-accent-1 {border: 1px solid #BDFDFF !important;}
.border-top-primary.border-top-accent-1 {border-top: 1px solid #BDFDFF !important;}
.border-bottom-primary.border-bottom-accent-1 {border-bottom: 1px solid #BDFDFF !important;}
.border-left-primary.border-left-accent-1 {border-left: 1px solid #BDFDFF !important;}
.border-right-primary.border-right-accent-1 {border-right: 1px solid #BDFDFF !important;}
.overlay-primary.overlay-accent-1 {background: #BDFDFF;background: rgba(189, 253, 255, 0.6);}
.primary.accent-2 {color: #8AFBFF !important;}
.bg-primary.bg-accent-2 {background-color: #8AFBFF !important;}
.btn-primary.btn-accent-2 {border-color: #2c6de9 !important;background-color: #8AFBFF !important;}
.btn-primary.btn-accent-2:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-accent-2 {border-color: #8AFBFF !important;color: #8AFBFF !important;}
.btn-outline-primary.btn-outline-accent-2:hover {background-color: #8AFBFF !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8AFBFF !important;}
.border-primary.border-accent-2 {border: 1px solid #8AFBFF !important;}
.border-top-primary.border-top-accent-2 {border-top: 1px solid #8AFBFF !important;}
.border-bottom-primary.border-bottom-accent-2 {border-bottom: 1px solid #8AFBFF !important;}
.border-left-primary.border-left-accent-2 {border-left: 1px solid #8AFBFF !important;}
.border-right-primary.border-right-accent-2 {border-right: 1px solid #8AFBFF !important;}
.overlay-primary.overlay-accent-2 {background: #8AFBFF;background: rgba(138, 251, 255, 0.6);}
.primary.accent-3 {color: #57FAFF !important;}
.bg-primary.bg-accent-3 {background-color: #57FAFF !important;}
.btn-primary.btn-accent-3 {border-color: #2c6de9 !important;background-color: #57FAFF !important;}
.btn-primary.btn-accent-3:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-accent-3 {border-color: #57FAFF !important;color: #57FAFF !important;}
.btn-outline-primary.btn-outline-accent-3:hover {background-color: #57FAFF !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #57FAFF !important;}
.border-primary.border-accent-3 {border: 1px solid #57FAFF !important;}
.border-top-primary.border-top-accent-3 {border-top: 1px solid #57FAFF !important;}
.border-bottom-primary.border-bottom-accent-3 {border-bottom: 1px solid #57FAFF !important;}
.border-left-primary.border-left-accent-3 {border-left: 1px solid #57FAFF !important;}
.border-right-primary.border-right-accent-3 {border-right: 1px solid #57FAFF !important;}
.overlay-primary.overlay-accent-3 {background: #57FAFF;background: rgba(87, 250, 255, 0.6);}
.primary.accent-4 {color: #3DF9FF !important;}
.bg-primary.bg-accent-4 {background-color: #3DF9FF !important;}
.btn-primary.btn-accent-4 {border-color: #2c6de9 !important;background-color: #3DF9FF !important;}
.btn-primary.btn-accent-4:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-accent-4 {border-color: #3DF9FF !important;color: #3DF9FF !important;}
.btn-outline-primary.btn-outline-accent-4:hover {background-color: #3DF9FF !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3DF9FF !important;}
.border-primary.border-accent-4 {border: 1px solid #3DF9FF !important;}
.border-top-primary.border-top-accent-4 {border-top: 1px solid #3DF9FF !important;}
.border-bottom-primary.border-bottom-accent-4 {border-bottom: 1px solid #3DF9FF !important;}
.border-left-primary.border-left-accent-4 {border-left: 1px solid #3DF9FF !important;}
.border-right-primary.border-right-accent-4 {border-right: 1px solid #3DF9FF !important;}
.overlay-primary.overlay-accent-4 {background: #3DF9FF;background: rgba(61, 249, 255, 0.6);}
.primary.light {color: #E2ECFF !important;}
.bg-primary.bg-light {background-color: #E2ECFF !important;}
.btn-primary.btn-light {border-color: #2c6de9 !important;background-color: #E2ECFF !important;}
.btn-primary.btn-light:hover {border-color: #2c6de9 !important;background-color: #175ee4 !important;}
.btn-primary.btn-light:focus, .btn-primary.btn-light:active {border-color: #175ee4 !important;background-color: #1554cd !important;}
.btn-outline-primary.btn-outline-light {border-color: #E2ECFF !important;color: #E2ECFF !important;}
.btn-outline-primary.btn-outline-light:hover {background-color: #E2ECFF !important;}
input:focus ~ .bg-primary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E2ECFF !important;}
.border-primary.border-light {border: 1px solid #E2ECFF !important;}
.border-top-primary.border-top-light {border-top: 1px solid #E2ECFF !important;}
.border-bottom-primary.border-bottom-light {border-bottom: 1px solid #E2ECFF !important;}
.border-left-primary.border-left-light {border-left: 1px solid #E2ECFF !important;}
.border-right-primary.border-right-light {border-right: 1px solid #E2ECFF !important;}
.overlay-primary.overlay-light {background: #E2ECFF;background: rgba(226, 236, 255, 0.6);}
.secondary.lighten-5 {color: #879fba !important;}
.bg-secondary.bg-lighten-5 {background-color: #879fba !important;}
.btn-secondary.btn-lighten-5 {border-color: #34465b !important;background-color: #879fba !important;}
.btn-secondary.btn-lighten-5:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-lighten-5 {border-color: #879fba !important;color: #879fba !important;}
.btn-outline-secondary.btn-outline-lighten-5:hover {background-color: #879fba !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #879fba !important;}
.border-secondary.border-lighten-5 {border: 1px solid #879fba !important;}
.border-top-secondary.border-top-lighten-5 {border-top: 1px solid #879fba !important;}
.border-bottom-secondary.border-bottom-lighten-5 {border-bottom: 1px solid #879fba !important;}
.border-left-secondary.border-left-lighten-5 {border-left: 1px solid #879fba !important;}
.border-right-secondary.border-right-lighten-5 {border-right: 1px solid #879fba !important;}
.overlay-secondary.overlay-lighten-5 {background: #879fba;background: rgba(135, 159, 186, 0.6);}
.secondary.lighten-4 {color: #7792b1 !important;}
.bg-secondary.bg-lighten-4 {background-color: #7792b1 !important;}
.btn-secondary.btn-lighten-4 {border-color: #34465b !important;background-color: #7792b1 !important;}
.btn-secondary.btn-lighten-4:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-lighten-4 {border-color: #7792b1 !important;color: #7792b1 !important;}
.btn-outline-secondary.btn-outline-lighten-4:hover {background-color: #7792b1 !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7792b1 !important;}
.border-secondary.border-lighten-4 {border: 1px solid #7792b1 !important;}
.border-top-secondary.border-top-lighten-4 {border-top: 1px solid #7792b1 !important;}
.border-bottom-secondary.border-bottom-lighten-4 {border-bottom: 1px solid #7792b1 !important;}
.border-left-secondary.border-left-lighten-4 {border-left: 1px solid #7792b1 !important;}
.border-right-secondary.border-right-lighten-4 {border-right: 1px solid #7792b1 !important;}
.overlay-secondary.overlay-lighten-4 {background: #7792b1;background: rgba(119, 146, 177, 0.6);}
.secondary.lighten-3 {color: #6785a7 !important;}
.bg-secondary.bg-lighten-3 {background-color: #6785a7 !important;}
.btn-secondary.btn-lighten-3 {border-color: #34465b !important;background-color: #6785a7 !important;}
.btn-secondary.btn-lighten-3:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-lighten-3 {border-color: #6785a7 !important;color: #6785a7 !important;}
.btn-outline-secondary.btn-outline-lighten-3:hover {background-color: #6785a7 !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6785a7 !important;}
.border-secondary.border-lighten-3 {border: 1px solid #6785a7 !important;}
.border-top-secondary.border-top-lighten-3 {border-top: 1px solid #6785a7 !important;}
.border-bottom-secondary.border-bottom-lighten-3 {border-bottom: 1px solid #6785a7 !important;}
.border-left-secondary.border-left-lighten-3 {border-left: 1px solid #6785a7 !important;}
.border-right-secondary.border-right-lighten-3 {border-right: 1px solid #6785a7 !important;}
.overlay-secondary.overlay-lighten-3 {background: #6785a7;background: rgba(103, 133, 167, 0.6);}
.secondary.lighten-2 {color: #5a789b !important;}
.bg-secondary.bg-lighten-2 {background-color: #5a789b !important;}
.btn-secondary.btn-lighten-2 {border-color: #34465b !important;background-color: #5a789b !important;}
.btn-secondary.btn-lighten-2:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-lighten-2 {border-color: #5a789b !important;color: #5a789b !important;}
.btn-outline-secondary.btn-outline-lighten-2:hover {background-color: #5a789b !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5a789b !important;}
.border-secondary.border-lighten-2 {border: 1px solid #5a789b !important;}
.border-top-secondary.border-top-lighten-2 {border-top: 1px solid #5a789b !important;}
.border-bottom-secondary.border-bottom-lighten-2 {border-bottom: 1px solid #5a789b !important;}
.border-left-secondary.border-left-lighten-2 {border-left: 1px solid #5a789b !important;}
.border-right-secondary.border-right-lighten-2 {border-right: 1px solid #5a789b !important;}
.overlay-secondary.overlay-lighten-2 {background: #5a789b;background: rgba(90, 120, 155, 0.6);}
.secondary.lighten-1 {color: #506b8b !important;}
.bg-secondary.bg-lighten-1 {background-color: #506b8b !important;}
.btn-secondary.btn-lighten-1 {border-color: #34465b !important;background-color: #506b8b !important;}
.btn-secondary.btn-lighten-1:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-lighten-1 {border-color: #506b8b !important;color: #506b8b !important;}
.btn-outline-secondary.btn-outline-lighten-1:hover {background-color: #506b8b !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #506b8b !important;}
.border-secondary.border-lighten-1 {border: 1px solid #506b8b !important;}
.border-top-secondary.border-top-lighten-1 {border-top: 1px solid #506b8b !important;}
.border-bottom-secondary.border-bottom-lighten-1 {border-bottom: 1px solid #506b8b !important;}
.border-left-secondary.border-left-lighten-1 {border-left: 1px solid #506b8b !important;}
.border-right-secondary.border-right-lighten-1 {border-right: 1px solid #506b8b !important;}
.overlay-secondary.overlay-lighten-1 {background: #506b8b;background: rgba(80, 107, 139, 0.6);}
/* secondary Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.secondary {color: #475F7B !important;}
/* text with light secondary */
.text-light-secondary {color: rgba(71, 95, 123, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-secondary {background-color: #475F7B !important;}
.bg-secondary .card-header,
.bg-secondary .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-secondary {background: rgba(71, 95, 123, 0.2) !important;}
.bg-rgba-secondary.alert {color: #475F7B;}
.bg-rgba-secondary.alert.alert-dismissible .close {color: #475F7B;}
/* Alert secondary */
/* ---------------- */
.alert.alert-secondary {background: #475F7B !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(71, 95, 123, 0.4);border: none;}
/* Border secondary */
/* ---------------- */
.border-secondary {border: 1px solid #475F7B !important;}
.border-secondary .select2-selection__arrow b {border-color: #34465b !important;}
.border-secondary.alert {color: #475F7B;}
.border-secondary.alert.alert-dismissible .close {color: #475F7B;}
.border-top-secondary {border-top: 1px solid #475F7B;}
.border-bottom-secondary {border-bottom: 1px solid #475F7B;}
.border-left-secondary {border-left: 1px solid #475F7B;}
.border-right-secondary {border-right: 1px solid #475F7B;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-secondary .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #475F7B !important;}
/* Badges */
/* ------ */
.badge.badge-secondary {background-color: #475F7B;}
.badge.badge-light-secondary {background-color: #E6EAEE;color: #475F7B !important;}
.badge.bg-secondary.badge-glow, .badge.border-secondary.badge-glow, .badge.badge-secondary.badge-glow {box-shadow: 0px 0px 10px #475F7B;}
.badge-circle-secondary {background-color: #475F7B;}
.badge-circle-light-secondary {background-color: #E6EAEE;color: #475F7B;}
.overlay-secondary {background: #475F7B;background: rgba(71, 95, 123, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-secondary {border-color: #34465b !important;background-color: #475F7B !important;color: #fff;}
.btn-secondary:hover, .btn-secondary.hover {background-color: #506b8b !important;color: #fff;}
.btn-secondary:hover.glow, .btn-secondary.hover.glow {box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {background-color: #3e536b !important;color: #fff !important;}
.btn-secondary.glow {box-shadow: 0 2px 4px 0 rgba(71, 95, 123, 0.5) !important;}
.btn-secondary:disabled, .btn-secondary.disabled {color: #fff !important;}
.btn-light-secondary {background-color: #E6EAEE;color: #475F7B !important;}
.btn-light-secondary:hover, .btn-light-secondary.hover {background-color: #506b8b !important;color: #fff !important;}
.btn-light-secondary:active, .btn-light-secondary.active {background-color: #3e536b !important;color: #fff !important;}
/* Outline buttons */
.btn-outline-secondary {border: 1px solid #475F7B;background-color: transparent;color: #475F7B !important;}
.btn-outline-secondary:hover, .btn-outline-secondary.hover {background-color: #506b8b !important;color: #fff !important;}
.btn-outline-secondary:active, .btn-outline-secondary.active {background-color: #3e536b !important;color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-secondary ~ .dropdown-menu .dropdown-item.active, .btn-outline-secondary ~ .dropdown-menu .dropdown-item.active {background-color: #475F7B;color: #fff;}
.btn-secondary ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-secondary ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i {color: #475F7B;}
.dropdown.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet secondary */
.bullet.bullet-secondary {background-color: #475F7B;}
/* For Pagination */
/* -------------- */
.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:hover {background: #475F7B !important;color: #fff;}
.pagination-secondary .page-item .page-link:hover {background-color: #E6EAEE !important;}
.pagination-secondary .page-item.previous .page-link, .pagination-secondary .page-item.next .page-link {color: #475F7B;}
.pagination-secondary .page-item.previous .page-link:hover, .pagination-secondary .page-item.next .page-link:hover {background: #475F7B;}
/* Progress Bars secondary */
/* ---------------------- */
.progress-bar-secondary .progress-bar {background-color: #475F7B;box-shadow: 0 2px 6px 0 rgba(71, 95, 123, 0.6);}
/* Chips secondary */
/* ---------------- */
.chip-secondary {background-color: #475F7B !important;}
.chip-secondary .chip-body {color: #fff !important;}
/* Divider secondary */
/* ---------------*/
.divider.divider-secondary .divider-text:before, .divider.divider-secondary .divider-text:after {border-color: #475F7B !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-secondary:before {background: #475F7B !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-secondary + .custom-control-label:before, input[type="radio"].bg-secondary + .custom-control-label:before {background-color: #475F7B !important;border-color: #34465b !important;}
.checkbox.checkbox-secondary input:checked ~ label::before, .checkbox.radio-secondary input:checked ~ label::before, .radio.checkbox-secondary input:checked ~ label::before, .radio.radio-secondary input:checked ~ label::before {background-color: #475F7B;border-color: #475F7B;}
.checkbox.checkbox-secondary input:checked ~ label::after, .checkbox.radio-secondary input:checked ~ label::after, .radio.checkbox-secondary input:checked ~ label::after, .radio.radio-secondary input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-secondary.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-secondary.radio-glow input:checked ~ label::before, .checkbox.radio-secondary.checkbox-glow input:checked ~ label::before, .checkbox.radio-secondary.radio-glow input:checked ~ label::before, .radio.checkbox-secondary.checkbox-glow input:checked ~ label::before, .radio.checkbox-secondary.radio-glow input:checked ~ label::before, .radio.radio-secondary.checkbox-glow input:checked ~ label::before, .radio.radio-secondary.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);}
.checkbox.checkbox-secondary.checkbox-icon label i, .checkbox.radio-secondary.checkbox-icon label i, .radio.checkbox-secondary.checkbox-icon label i, .radio.radio-secondary.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-secondary label:after {transition: 250ms ease-in-out;}
.radio.radio-secondary input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before {background-color: #475F7B !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-secondary.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-secondary, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-secondary {box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=secondary]:before {background-color: #475F7B;}
.edit-kanban-item select option.bg-color_name {background-color: #475F7B;}
/* Select2 secondary */
/* ---------------*/
select.select-light-secondary ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-secondary ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {background-color: #E6EAEE !important;color: #475F7B !important;}
.secondary.darken-1 {color: #3e536b !important;}
.bg-secondary.bg-darken-1 {background-color: #3e536b !important;}
.btn-secondary.btn-darken-1 {border-color: #34465b !important;background-color: #3e536b !important;}
.btn-secondary.btn-darken-1:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-darken-1 {border-color: #3e536b !important;color: #3e536b !important;}
.btn-outline-secondary.btn-outline-darken-1:hover {background-color: #3e536b !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3e536b !important;}
.border-secondary.border-darken-1 {border: 1px solid #3e536b !important;}
.border-top-secondary.border-top-darken-1 {border-top: 1px solid #3e536b !important;}
.border-bottom-secondary.border-bottom-darken-1 {border-bottom: 1px solid #3e536b !important;}
.border-left-secondary.border-left-darken-1 {border-left: 1px solid #3e536b !important;}
.border-right-secondary.border-right-darken-1 {border-right: 1px solid #3e536b !important;}
.overlay-secondary.overlay-darken-1 {background: #3e536b;background: rgba(62, 83, 107, 0.6);}
.secondary.darken-2 {color: #34465b !important;}
.bg-secondary.bg-darken-2 {background-color: #34465b !important;}
.btn-secondary.btn-darken-2 {border-color: #34465b !important;background-color: #34465b !important;}
.btn-secondary.btn-darken-2:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-darken-2 {border-color: #34465b !important;color: #34465b !important;}
.btn-outline-secondary.btn-outline-darken-2:hover {background-color: #34465b !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #34465b !important;}
.border-secondary.border-darken-2 {border: 1px solid #34465b !important;}
.border-top-secondary.border-top-darken-2 {border-top: 1px solid #34465b !important;}
.border-bottom-secondary.border-bottom-darken-2 {border-bottom: 1px solid #34465b !important;}
.border-left-secondary.border-left-darken-2 {border-left: 1px solid #34465b !important;}
.border-right-secondary.border-right-darken-2 {border-right: 1px solid #34465b !important;}
.overlay-secondary.overlay-darken-2 {background: #34465b;background: rgba(52, 70, 91, 0.6);}
.secondary.darken-3 {color: #2b3a4a !important;}
.bg-secondary.bg-darken-3 {background-color: #2b3a4a !important;}
.btn-secondary.btn-darken-3 {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-darken-3:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-darken-3 {border-color: #2b3a4a !important;color: #2b3a4a !important;}
.btn-outline-secondary.btn-outline-darken-3:hover {background-color: #2b3a4a !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2b3a4a !important;}
.border-secondary.border-darken-3 {border: 1px solid #2b3a4a !important;}
.border-top-secondary.border-top-darken-3 {border-top: 1px solid #2b3a4a !important;}
.border-bottom-secondary.border-bottom-darken-3 {border-bottom: 1px solid #2b3a4a !important;}
.border-left-secondary.border-left-darken-3 {border-left: 1px solid #2b3a4a !important;}
.border-right-secondary.border-right-darken-3 {border-right: 1px solid #2b3a4a !important;}
.overlay-secondary.overlay-darken-3 {background: #2b3a4a;background: rgba(43, 58, 74, 0.6);}
.secondary.darken-4 {color: #222d3a !important;}
.bg-secondary.bg-darken-4 {background-color: #222d3a !important;}
.btn-secondary.btn-darken-4 {border-color: #34465b !important;background-color: #222d3a !important;}
.btn-secondary.btn-darken-4:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-darken-4 {border-color: #222d3a !important;color: #222d3a !important;}
.btn-outline-secondary.btn-outline-darken-4:hover {background-color: #222d3a !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #222d3a !important;}
.border-secondary.border-darken-4 {border: 1px solid #222d3a !important;}
.border-top-secondary.border-top-darken-4 {border-top: 1px solid #222d3a !important;}
.border-bottom-secondary.border-bottom-darken-4 {border-bottom: 1px solid #222d3a !important;}
.border-left-secondary.border-left-darken-4 {border-left: 1px solid #222d3a !important;}
.border-right-secondary.border-right-darken-4 {border-right: 1px solid #222d3a !important;}
.overlay-secondary.overlay-darken-4 {background: #222d3a;background: rgba(34, 45, 58, 0.6);}
.secondary.light {color: #E6EAEE !important;}
.bg-secondary.bg-light {background-color: #E6EAEE !important;}
.btn-secondary.btn-light {border-color: #34465b !important;background-color: #E6EAEE !important;}
.btn-secondary.btn-light:hover {border-color: #34465b !important;background-color: #2b3a4a !important;}
.btn-secondary.btn-light:focus, .btn-secondary.btn-light:active {border-color: #2b3a4a !important;background-color: #222d3a !important;}
.btn-outline-secondary.btn-outline-light {border-color: #E6EAEE !important;color: #E6EAEE !important;}
.btn-outline-secondary.btn-outline-light:hover {background-color: #E6EAEE !important;}
input:focus ~ .bg-secondary {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E6EAEE !important;}
.border-secondary.border-light {border: 1px solid #E6EAEE !important;}
.border-top-secondary.border-top-light {border-top: 1px solid #E6EAEE !important;}
.border-bottom-secondary.border-bottom-light {border-bottom: 1px solid #E6EAEE !important;}
.border-left-secondary.border-left-light {border-left: 1px solid #E6EAEE !important;}
.border-right-secondary.border-right-light {border-right: 1px solid #E6EAEE !important;}
.overlay-secondary.overlay-light {background: #E6EAEE;background: rgba(230, 234, 238, 0.6);}
.success.lighten-5 {color: #a4eec9 !important;}
.bg-success.bg-lighten-5 {background-color: #a4eec9 !important;}
.btn-success.btn-lighten-5 {border-color: #23bd70 !important;background-color: #a4eec9 !important;}
.btn-success.btn-lighten-5:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-lighten-5 {border-color: #a4eec9 !important;color: #a4eec9 !important;}
.btn-outline-success.btn-outline-lighten-5:hover {background-color: #a4eec9 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a4eec9 !important;}
.border-success.border-lighten-5 {border: 1px solid #a4eec9 !important;}
.border-top-success.border-top-lighten-5 {border-top: 1px solid #a4eec9 !important;}
.border-bottom-success.border-bottom-lighten-5 {border-bottom: 1px solid #a4eec9 !important;}
.border-left-success.border-left-lighten-5 {border-left: 1px solid #a4eec9 !important;}
.border-right-success.border-right-lighten-5 {border-right: 1px solid #a4eec9 !important;}
.overlay-success.overlay-lighten-5 {background: #a4eec9;background: rgba(164, 238, 201, 0.6);}
.success.lighten-4 {color: #8feabd !important;}
.bg-success.bg-lighten-4 {background-color: #8feabd !important;}
.btn-success.btn-lighten-4 {border-color: #23bd70 !important;background-color: #8feabd !important;}
.btn-success.btn-lighten-4:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-lighten-4 {border-color: #8feabd !important;color: #8feabd !important;}
.btn-outline-success.btn-outline-lighten-4:hover {background-color: #8feabd !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8feabd !important;}
.border-success.border-lighten-4 {border: 1px solid #8feabd !important;}
.border-top-success.border-top-lighten-4 {border-top: 1px solid #8feabd !important;}
.border-bottom-success.border-bottom-lighten-4 {border-bottom: 1px solid #8feabd !important;}
.border-left-success.border-left-lighten-4 {border-left: 1px solid #8feabd !important;}
.border-right-success.border-right-lighten-4 {border-right: 1px solid #8feabd !important;}
.overlay-success.overlay-lighten-4 {background: #8feabd;background: rgba(143, 234, 189, 0.6);}
.success.lighten-3 {color: #79e6b0 !important;}
.bg-success.bg-lighten-3 {background-color: #79e6b0 !important;}
.btn-success.btn-lighten-3 {border-color: #23bd70 !important;background-color: #79e6b0 !important;}
.btn-success.btn-lighten-3:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-lighten-3 {border-color: #79e6b0 !important;color: #79e6b0 !important;}
.btn-outline-success.btn-outline-lighten-3:hover {background-color: #79e6b0 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #79e6b0 !important;}
.border-success.border-lighten-3 {border: 1px solid #79e6b0 !important;}
.border-top-success.border-top-lighten-3 {border-top: 1px solid #79e6b0 !important;}
.border-bottom-success.border-bottom-lighten-3 {border-bottom: 1px solid #79e6b0 !important;}
.border-left-success.border-left-lighten-3 {border-left: 1px solid #79e6b0 !important;}
.border-right-success.border-right-lighten-3 {border-right: 1px solid #79e6b0 !important;}
.overlay-success.overlay-lighten-3 {background: #79e6b0;background: rgba(121, 230, 176, 0.6);}
.success.lighten-2 {color: #64e2a3 !important;}
.bg-success.bg-lighten-2 {background-color: #64e2a3 !important;}
.btn-success.btn-lighten-2 {border-color: #23bd70 !important;background-color: #64e2a3 !important;}
.btn-success.btn-lighten-2:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-lighten-2 {border-color: #64e2a3 !important;color: #64e2a3 !important;}
.btn-outline-success.btn-outline-lighten-2:hover {background-color: #64e2a3 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64e2a3 !important;}
.border-success.border-lighten-2 {border: 1px solid #64e2a3 !important;}
.border-top-success.border-top-lighten-2 {border-top: 1px solid #64e2a3 !important;}
.border-bottom-success.border-bottom-lighten-2 {border-bottom: 1px solid #64e2a3 !important;}
.border-left-success.border-left-lighten-2 {border-left: 1px solid #64e2a3 !important;}
.border-right-success.border-right-lighten-2 {border-right: 1px solid #64e2a3 !important;}
.overlay-success.overlay-lighten-2 {background: #64e2a3;background: rgba(100, 226, 163, 0.6);}
.success.lighten-1 {color: #4ede97 !important;}
.bg-success.bg-lighten-1 {background-color: #4ede97 !important;}
.btn-success.btn-lighten-1 {border-color: #23bd70 !important;background-color: #4ede97 !important;}
.btn-success.btn-lighten-1:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-lighten-1 {border-color: #4ede97 !important;color: #4ede97 !important;}
.btn-outline-success.btn-outline-lighten-1:hover {background-color: #4ede97 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4ede97 !important;}
.border-success.border-lighten-1 {border: 1px solid #4ede97 !important;}
.border-top-success.border-top-lighten-1 {border-top: 1px solid #4ede97 !important;}
.border-bottom-success.border-bottom-lighten-1 {border-bottom: 1px solid #4ede97 !important;}
.border-left-success.border-left-lighten-1 {border-left: 1px solid #4ede97 !important;}
.border-right-success.border-right-lighten-1 {border-right: 1px solid #4ede97 !important;}
.overlay-success.overlay-lighten-1 {background: #4ede97;background: rgba(78, 222, 151, 0.6);}
/* success Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.success {color: #39DA8A !important;}
/* text with light success */
.text-light-success {color: rgba(57, 218, 138, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-success {background-color: #39DA8A !important;}
.bg-success .card-header,
.bg-success .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-success {background: rgba(57, 218, 138, 0.2) !important;}
.bg-rgba-success.alert {color: #39DA8A;}
.bg-rgba-success.alert.alert-dismissible .close {color: #39DA8A;}
/* Alert success */
/* ---------------- */
.alert.alert-success {background: #39DA8A !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);border: none;}
/* Border success */
/* ---------------- */
.border-success {border: 1px solid #39DA8A !important;}
.border-success .select2-selection__arrow b {border-color: #23bd70 !important;}
.border-success.alert {color: #39DA8A;}
.border-success.alert.alert-dismissible .close {color: #39DA8A;}
.border-top-success {border-top: 1px solid #39DA8A;}
.border-bottom-success {border-bottom: 1px solid #39DA8A;}
.border-left-success {border-left: 1px solid #39DA8A;}
.border-right-success {border-right: 1px solid #39DA8A;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-success .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #39DA8A !important;}
/* Badges */
/* ------ */
.badge.badge-success {background-color: #39DA8A;}
.badge.badge-light-success {background-color: #b4ffda;color: #25c173 !important;}
.badge.bg-success.badge-glow, .badge.border-success.badge-glow, .badge.badge-success.badge-glow {box-shadow: 0px 0px 10px #39DA8A;}
.badge-circle-success {background-color: #39DA8A;}
.badge-circle-light-success {background-color: #D2FFE8;color: #39DA8A;}
.overlay-success {background: #39DA8A;background: rgba(57, 218, 138, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-success {border-color: #23bd70 !important;background-color: #39DA8A !important;color: #fff;}
.btn-success:hover, .btn-success.hover {background-color: #4ede97 !important;color: #fff;}
.btn-success:hover.glow, .btn-success.hover.glow {box-shadow: 0 4px 12px 0 rgba(57, 218, 138, 0.6) !important;}
.btn-success:focus, .btn-success:active, .btn-success.active {background-color: #27d27d !important;color: #fff !important;}
.btn-success.glow {box-shadow: 0 2px 4px 0 rgba(57, 218, 138, 0.5) !important;}
.btn-success:disabled, .btn-success.disabled {color: #fff !important;}
.btn-light-success {background-color: #D2FFE8;color: #39DA8A !important;}
.btn-light-success:hover, .btn-light-success.hover {background-color: #4ede97 !important;color: #fff !important;}
.btn-light-success:active, .btn-light-success.active {background-color: #27d27d !important;color: #fff !important;}
/* Outline buttons */
.btn-outline-success {border: 1px solid #39DA8A;background-color: transparent;color: #39DA8A !important;}
.btn-outline-success:hover, .btn-outline-success.hover {background-color: #4ede97 !important;color: #fff !important;}
.btn-outline-success:active, .btn-outline-success.active {background-color: #27d27d !important;color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-success ~ .dropdown-menu .dropdown-item.active, .btn-outline-success ~ .dropdown-menu .dropdown-item.active {background-color: #39DA8A;color: #fff;}
.btn-success ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-success ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i {color: #39DA8A;}
.dropdown.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet success */
.bullet.bullet-success {background-color: #39DA8A;}
/* For Pagination */
/* -------------- */
.pagination-success .page-item.active .page-link, .pagination-success .page-item.active .page-link:hover {background: #39DA8A !important;color: #fff;}
.pagination-success .page-item .page-link:hover {background-color: #D2FFE8 !important;}
.pagination-success .page-item.previous .page-link, .pagination-success .page-item.next .page-link {color: #39DA8A;}
.pagination-success .page-item.previous .page-link:hover, .pagination-success .page-item.next .page-link:hover {background: #39DA8A;}
/* Progress Bars success */
/* ---------------------- */
.progress-bar-success .progress-bar {background-color: #39DA8A;box-shadow: 0 2px 6px 0 rgba(57, 218, 138, 0.6);}
/* Chips success */
/* ---------------- */
.chip-success {background-color: #39DA8A !important;}
.chip-success .chip-body {color: #fff !important;}
/* Divider success */
/* ---------------*/
.divider.divider-success .divider-text:before, .divider.divider-success .divider-text:after {border-color: #39DA8A !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-success:before {background: #39DA8A !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-success + .custom-control-label:before, input[type="radio"].bg-success + .custom-control-label:before {background-color: #39DA8A !important;border-color: #23bd70 !important;}
.checkbox.checkbox-success input:checked ~ label::before, .checkbox.radio-success input:checked ~ label::before, .radio.checkbox-success input:checked ~ label::before, .radio.radio-success input:checked ~ label::before {background-color: #39DA8A;border-color: #39DA8A;}
.checkbox.checkbox-success input:checked ~ label::after, .checkbox.radio-success input:checked ~ label::after, .radio.checkbox-success input:checked ~ label::after, .radio.radio-success input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-success.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-success.radio-glow input:checked ~ label::before, .checkbox.radio-success.checkbox-glow input:checked ~ label::before, .checkbox.radio-success.radio-glow input:checked ~ label::before, .radio.checkbox-success.checkbox-glow input:checked ~ label::before, .radio.checkbox-success.radio-glow input:checked ~ label::before, .radio.radio-success.checkbox-glow input:checked ~ label::before, .radio.radio-success.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);}
.checkbox.checkbox-success.checkbox-icon label i, .checkbox.radio-success.checkbox-icon label i, .radio.checkbox-success.checkbox-icon label i, .radio.radio-success.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-success label:after {transition: 250ms ease-in-out;}
.radio.radio-success input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {background-color: #39DA8A !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-success.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-success, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-success {box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=success]:before {background-color: #39DA8A;}
.edit-kanban-item select option.bg-color_name {background-color: #39DA8A;}
/* Select2 success */
/* ---------------*/
select.select-light-success ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-success ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {background-color: #D2FFE8 !important;color: #39DA8A !important;}
.success.darken-1 {color: #27d27d !important;}
.bg-success.bg-darken-1 {background-color: #27d27d !important;}
.btn-success.btn-darken-1 {border-color: #23bd70 !important;background-color: #27d27d !important;}
.btn-success.btn-darken-1:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-darken-1 {border-color: #27d27d !important;color: #27d27d !important;}
.btn-outline-success.btn-outline-darken-1:hover {background-color: #27d27d !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #27d27d !important;}
.border-success.border-darken-1 {border: 1px solid #27d27d !important;}
.border-top-success.border-top-darken-1 {border-top: 1px solid #27d27d !important;}
.border-bottom-success.border-bottom-darken-1 {border-bottom: 1px solid #27d27d !important;}
.border-left-success.border-left-darken-1 {border-left: 1px solid #27d27d !important;}
.border-right-success.border-right-darken-1 {border-right: 1px solid #27d27d !important;}
.overlay-success.overlay-darken-1 {background: #27d27d;background: rgba(39, 210, 125, 0.6);}
.success.darken-2 {color: #23bd70 !important;}
.bg-success.bg-darken-2 {background-color: #23bd70 !important;}
.btn-success.btn-darken-2 {border-color: #23bd70 !important;background-color: #23bd70 !important;}
.btn-success.btn-darken-2:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-darken-2 {border-color: #23bd70 !important;color: #23bd70 !important;}
.btn-outline-success.btn-outline-darken-2:hover {background-color: #23bd70 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #23bd70 !important;}
.border-success.border-darken-2 {border: 1px solid #23bd70 !important;}
.border-top-success.border-top-darken-2 {border-top: 1px solid #23bd70 !important;}
.border-bottom-success.border-bottom-darken-2 {border-bottom: 1px solid #23bd70 !important;}
.border-left-success.border-left-darken-2 {border-left: 1px solid #23bd70 !important;}
.border-right-success.border-right-darken-2 {border-right: 1px solid #23bd70 !important;}
.overlay-success.overlay-darken-2 {background: #23bd70;background: rgba(35, 189, 112, 0.6);}
.success.darken-3 {color: #1fa764 !important;}
.bg-success.bg-darken-3 {background-color: #1fa764 !important;}
.btn-success.btn-darken-3 {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-darken-3:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-darken-3 {border-color: #1fa764 !important;color: #1fa764 !important;}
.btn-outline-success.btn-outline-darken-3:hover {background-color: #1fa764 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1fa764 !important;}
.border-success.border-darken-3 {border: 1px solid #1fa764 !important;}
.border-top-success.border-top-darken-3 {border-top: 1px solid #1fa764 !important;}
.border-bottom-success.border-bottom-darken-3 {border-bottom: 1px solid #1fa764 !important;}
.border-left-success.border-left-darken-3 {border-left: 1px solid #1fa764 !important;}
.border-right-success.border-right-darken-3 {border-right: 1px solid #1fa764 !important;}
.overlay-success.overlay-darken-3 {background: #1fa764;background: rgba(31, 167, 100, 0.6);}
.success.darken-4 {color: #1b9257 !important;}
.bg-success.bg-darken-4 {background-color: #1b9257 !important;}
.btn-success.btn-darken-4 {border-color: #23bd70 !important;background-color: #1b9257 !important;}
.btn-success.btn-darken-4:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-darken-4 {border-color: #1b9257 !important;color: #1b9257 !important;}
.btn-outline-success.btn-outline-darken-4:hover {background-color: #1b9257 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1b9257 !important;}
.border-success.border-darken-4 {border: 1px solid #1b9257 !important;}
.border-top-success.border-top-darken-4 {border-top: 1px solid #1b9257 !important;}
.border-bottom-success.border-bottom-darken-4 {border-bottom: 1px solid #1b9257 !important;}
.border-left-success.border-left-darken-4 {border-left: 1px solid #1b9257 !important;}
.border-right-success.border-right-darken-4 {border-right: 1px solid #1b9257 !important;}
.overlay-success.overlay-darken-4 {background: #1b9257;background: rgba(27, 146, 87, 0.6);}
.success.accent-1 {color: #E1FFF1 !important;}
.bg-success.bg-accent-1 {background-color: #E1FFF1 !important;}
.btn-success.btn-accent-1 {border-color: #23bd70 !important;background-color: #E1FFF1 !important;}
.btn-success.btn-accent-1:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-accent-1 {border-color: #E1FFF1 !important;color: #E1FFF1 !important;}
.btn-outline-success.btn-outline-accent-1:hover {background-color: #E1FFF1 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E1FFF1 !important;}
.border-success.border-accent-1 {border: 1px solid #E1FFF1 !important;}
.border-top-success.border-top-accent-1 {border-top: 1px solid #E1FFF1 !important;}
.border-bottom-success.border-bottom-accent-1 {border-bottom: 1px solid #E1FFF1 !important;}
.border-left-success.border-left-accent-1 {border-left: 1px solid #E1FFF1 !important;}
.border-right-success.border-right-accent-1 {border-right: 1px solid #E1FFF1 !important;}
.overlay-success.overlay-accent-1 {background: #E1FFF1;background: rgba(225, 255, 241, 0.6);}
.success.accent-2 {color: #AEFFD9 !important;}
.bg-success.bg-accent-2 {background-color: #AEFFD9 !important;}
.btn-success.btn-accent-2 {border-color: #23bd70 !important;background-color: #AEFFD9 !important;}
.btn-success.btn-accent-2:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-accent-2 {border-color: #AEFFD9 !important;color: #AEFFD9 !important;}
.btn-outline-success.btn-outline-accent-2:hover {background-color: #AEFFD9 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #AEFFD9 !important;}
.border-success.border-accent-2 {border: 1px solid #AEFFD9 !important;}
.border-top-success.border-top-accent-2 {border-top: 1px solid #AEFFD9 !important;}
.border-bottom-success.border-bottom-accent-2 {border-bottom: 1px solid #AEFFD9 !important;}
.border-left-success.border-left-accent-2 {border-left: 1px solid #AEFFD9 !important;}
.border-right-success.border-right-accent-2 {border-right: 1px solid #AEFFD9 !important;}
.overlay-success.overlay-accent-2 {background: #AEFFD9;background: rgba(174, 255, 217, 0.6);}
.success.accent-3 {color: #7BFFC1 !important;}
.bg-success.bg-accent-3 {background-color: #7BFFC1 !important;}
.btn-success.btn-accent-3 {border-color: #23bd70 !important;background-color: #7BFFC1 !important;}
.btn-success.btn-accent-3:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-accent-3 {border-color: #7BFFC1 !important;color: #7BFFC1 !important;}
.btn-outline-success.btn-outline-accent-3:hover {background-color: #7BFFC1 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7BFFC1 !important;}
.border-success.border-accent-3 {border: 1px solid #7BFFC1 !important;}
.border-top-success.border-top-accent-3 {border-top: 1px solid #7BFFC1 !important;}
.border-bottom-success.border-bottom-accent-3 {border-bottom: 1px solid #7BFFC1 !important;}
.border-left-success.border-left-accent-3 {border-left: 1px solid #7BFFC1 !important;}
.border-right-success.border-right-accent-3 {border-right: 1px solid #7BFFC1 !important;}
.overlay-success.overlay-accent-3 {background: #7BFFC1;background: rgba(123, 255, 193, 0.6);}
.success.accent-4 {color: #62FFB5 !important;}
.bg-success.bg-accent-4 {background-color: #62FFB5 !important;}
.btn-success.btn-accent-4 {border-color: #23bd70 !important;background-color: #62FFB5 !important;}
.btn-success.btn-accent-4:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-accent-4 {border-color: #62FFB5 !important;color: #62FFB5 !important;}
.btn-outline-success.btn-outline-accent-4:hover {background-color: #62FFB5 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #62FFB5 !important;}
.border-success.border-accent-4 {border: 1px solid #62FFB5 !important;}
.border-top-success.border-top-accent-4 {border-top: 1px solid #62FFB5 !important;}
.border-bottom-success.border-bottom-accent-4 {border-bottom: 1px solid #62FFB5 !important;}
.border-left-success.border-left-accent-4 {border-left: 1px solid #62FFB5 !important;}
.border-right-success.border-right-accent-4 {border-right: 1px solid #62FFB5 !important;}
.overlay-success.overlay-accent-4 {background: #62FFB5;background: rgba(98, 255, 181, 0.6);}
.success.light {color: #D2FFE8 !important;}
.bg-success.bg-light {background-color: #D2FFE8 !important;}
.btn-success.btn-light {border-color: #23bd70 !important;background-color: #D2FFE8 !important;}
.btn-success.btn-light:hover {border-color: #23bd70 !important;background-color: #1fa764 !important;}
.btn-success.btn-light:focus, .btn-success.btn-light:active {border-color: #1fa764 !important;background-color: #1b9257 !important;}
.btn-outline-success.btn-outline-light {border-color: #D2FFE8 !important;color: #D2FFE8 !important;}
.btn-outline-success.btn-outline-light:hover {background-color: #D2FFE8 !important;}
input:focus ~ .bg-success {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #D2FFE8 !important;}
.border-success.border-light {border: 1px solid #D2FFE8 !important;}
.border-top-success.border-top-light {border-top: 1px solid #D2FFE8 !important;}
.border-bottom-success.border-bottom-light {border-bottom: 1px solid #D2FFE8 !important;}
.border-left-success.border-left-light {border-left: 1px solid #D2FFE8 !important;}
.border-right-success.border-right-light {border-right: 1px solid #D2FFE8 !important;}
.overlay-success.overlay-light {background: #D2FFE8;background: rgba(210, 255, 232, 0.6);}
.info.lighten-5 {color: #5ef5ff !important;}
.bg-info.bg-lighten-5 {background-color: #5ef5ff !important;}
.btn-info.btn-lighten-5 {border-color: #009faa !important;background-color: #5ef5ff !important;}
.btn-info.btn-lighten-5:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-lighten-5 {border-color: #5ef5ff !important;color: #5ef5ff !important;}
.btn-outline-info.btn-outline-lighten-5:hover {background-color: #5ef5ff !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5ef5ff !important;}
.border-info.border-lighten-5 {border: 1px solid #5ef5ff !important;}
.border-top-info.border-top-lighten-5 {border-top: 1px solid #5ef5ff !important;}
.border-bottom-info.border-bottom-lighten-5 {border-bottom: 1px solid #5ef5ff !important;}
.border-left-info.border-left-lighten-5 {border-left: 1px solid #5ef5ff !important;}
.border-right-info.border-right-lighten-5 {border-right: 1px solid #5ef5ff !important;}
.overlay-info.overlay-lighten-5 {background: #5ef5ff;background: rgba(94, 245, 255, 0.6);}
.info.lighten-4 {color: #44f3ff !important;}
.bg-info.bg-lighten-4 {background-color: #44f3ff !important;}
.btn-info.btn-lighten-4 {border-color: #009faa !important;background-color: #44f3ff !important;}
.btn-info.btn-lighten-4:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-lighten-4 {border-color: #44f3ff !important;color: #44f3ff !important;}
.btn-outline-info.btn-outline-lighten-4:hover {background-color: #44f3ff !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #44f3ff !important;}
.border-info.border-lighten-4 {border: 1px solid #44f3ff !important;}
.border-top-info.border-top-lighten-4 {border-top: 1px solid #44f3ff !important;}
.border-bottom-info.border-bottom-lighten-4 {border-bottom: 1px solid #44f3ff !important;}
.border-left-info.border-left-lighten-4 {border-left: 1px solid #44f3ff !important;}
.border-right-info.border-right-lighten-4 {border-right: 1px solid #44f3ff !important;}
.overlay-info.overlay-lighten-4 {background: #44f3ff;background: rgba(68, 243, 255, 0.6);}
.info.lighten-3 {color: #2bf2ff !important;}
.bg-info.bg-lighten-3 {background-color: #2bf2ff !important;}
.btn-info.btn-lighten-3 {border-color: #009faa !important;background-color: #2bf2ff !important;}
.btn-info.btn-lighten-3:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-lighten-3 {border-color: #2bf2ff !important;color: #2bf2ff !important;}
.btn-outline-info.btn-outline-lighten-3:hover {background-color: #2bf2ff !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2bf2ff !important;}
.border-info.border-lighten-3 {border: 1px solid #2bf2ff !important;}
.border-top-info.border-top-lighten-3 {border-top: 1px solid #2bf2ff !important;}
.border-bottom-info.border-bottom-lighten-3 {border-bottom: 1px solid #2bf2ff !important;}
.border-left-info.border-left-lighten-3 {border-left: 1px solid #2bf2ff !important;}
.border-right-info.border-right-lighten-3 {border-right: 1px solid #2bf2ff !important;}
.overlay-info.overlay-lighten-3 {background: #2bf2ff;background: rgba(43, 242, 255, 0.6);}
.info.lighten-2 {color: #11f0ff !important;}
.bg-info.bg-lighten-2 {background-color: #11f0ff !important;}
.btn-info.btn-lighten-2 {border-color: #009faa !important;background-color: #11f0ff !important;}
.btn-info.btn-lighten-2:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-lighten-2 {border-color: #11f0ff !important;color: #11f0ff !important;}
.btn-outline-info.btn-outline-lighten-2:hover {background-color: #11f0ff !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #11f0ff !important;}
.border-info.border-lighten-2 {border: 1px solid #11f0ff !important;}
.border-top-info.border-top-lighten-2 {border-top: 1px solid #11f0ff !important;}
.border-bottom-info.border-bottom-lighten-2 {border-bottom: 1px solid #11f0ff !important;}
.border-left-info.border-left-lighten-2 {border-left: 1px solid #11f0ff !important;}
.border-right-info.border-right-lighten-2 {border-right: 1px solid #11f0ff !important;}
.overlay-info.overlay-lighten-2 {background: #11f0ff;background: rgba(17, 240, 255, 0.6);}
.info.lighten-1 {color: #00e7f7 !important;}
.bg-info.bg-lighten-1 {background-color: #00e7f7 !important;}
.btn-info.btn-lighten-1 {border-color: #009faa !important;background-color: #00e7f7 !important;}
.btn-info.btn-lighten-1:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-lighten-1 {border-color: #00e7f7 !important;color: #00e7f7 !important;}
.btn-outline-info.btn-outline-lighten-1:hover {background-color: #00e7f7 !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e7f7 !important;}
.border-info.border-lighten-1 {border: 1px solid #00e7f7 !important;}
.border-top-info.border-top-lighten-1 {border-top: 1px solid #00e7f7 !important;}
.border-bottom-info.border-bottom-lighten-1 {border-bottom: 1px solid #00e7f7 !important;}
.border-left-info.border-left-lighten-1 {border-left: 1px solid #00e7f7 !important;}
.border-right-info.border-right-lighten-1 {border-right: 1px solid #00e7f7 !important;}
.overlay-info.overlay-lighten-1 {background: #00e7f7;background: rgba(0, 231, 247, 0.6);}
/* info Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.info {color: #00CFDD !important;}
/* text with light info */
.text-light-info {color: rgba(0, 207, 221, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-info {background-color: #00CFDD !important;}
.bg-info .card-header,
.bg-info .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-info {background: rgba(0, 207, 221, 0.2) !important;}
.bg-rgba-info.alert {color: #00CFDD;}
.bg-rgba-info.alert.alert-dismissible .close {color: #00CFDD;}
/* Alert info */
/* ---------------- */
.alert.alert-info {background: #00CFDD !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(0, 207, 221, 0.4);border: none;}
/* Border info */
/* ---------------- */
.border-info {border: 1px solid #00CFDD !important;}
.border-info .select2-selection__arrow b {border-color: #009faa !important;}
.border-info.alert {color: #00CFDD;}
.border-info.alert.alert-dismissible .close {color: #00CFDD;}
.border-top-info {border-top: 1px solid #00CFDD;}
.border-bottom-info {border-bottom: 1px solid #00CFDD;}
.border-left-info {border-left: 1px solid #00CFDD;}
.border-right-info {border-right: 1px solid #00CFDD;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-info .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #00CFDD !important;}
/* Badges */
/* ------ */
.badge.badge-info {background-color: #00CFDD;}
.badge.badge-light-info {background-color: #CCF5F8;color: #00CFDD !important;}
.badge.bg-info.badge-glow, .badge.border-info.badge-glow, .badge.badge-info.badge-glow {box-shadow: 0px 0px 10px #00CFDD;}
.badge-circle-info {background-color: #00CFDD;}
.badge-circle-light-info {background-color: #CCF5F8;color: #00CFDD;}
.overlay-info {background: #00CFDD;background: rgba(0, 207, 221, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-info {border-color: #009faa !important;background-color: #00CFDD !important;color: #fff;}
.btn-info:hover, .btn-info.hover {background-color: #00e7f7 !important;color: #fff;}
.btn-info:hover.glow, .btn-info.hover.glow {box-shadow: 0 4px 12px 0 rgba(0, 207, 221, 0.6) !important;}
.btn-info:focus, .btn-info:active, .btn-info.active {background-color: #00b7c4 !important;color: #fff !important;}
.btn-info.glow {box-shadow: 0 2px 4px 0 rgba(0, 207, 221, 0.5) !important;}
.btn-info:disabled, .btn-info.disabled {color: #fff !important;}
.btn-light-info {background-color: #CCF5F8;color: #00CFDD !important;}
.btn-light-info:hover, .btn-light-info.hover {background-color: #00e7f7 !important;color: #fff !important;}
.btn-light-info:active, .btn-light-info.active {background-color: #00b7c4 !important;color: #fff !important;}
/* Outline buttons */
.btn-outline-info {border: 1px solid #00CFDD;background-color: transparent;color: #00CFDD !important;}
.btn-outline-info:hover, .btn-outline-info.hover {background-color: #00e7f7 !important;color: #fff !important;}
.btn-outline-info:active, .btn-outline-info.active {background-color: #00b7c4 !important;color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-info ~ .dropdown-menu .dropdown-item.active, .btn-outline-info ~ .dropdown-menu .dropdown-item.active {background-color: #00CFDD;color: #fff;}
.btn-info ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-info ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i {color: #00CFDD;}
.dropdown.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet info */
.bullet.bullet-info {background-color: #00CFDD;}
/* For Pagination */
/* -------------- */
.pagination-info .page-item.active .page-link, .pagination-info .page-item.active .page-link:hover {background: #00CFDD !important;color: #fff;}
.pagination-info .page-item .page-link:hover {background-color: #CCF5F8 !important;}
.pagination-info .page-item.previous .page-link, .pagination-info .page-item.next .page-link {color: #00CFDD;}
.pagination-info .page-item.previous .page-link:hover, .pagination-info .page-item.next .page-link:hover {background: #00CFDD;}
/* Progress Bars info */
/* ---------------------- */
.progress-bar-info .progress-bar {background-color: #00CFDD;box-shadow: 0 2px 6px 0 rgba(0, 207, 221, 0.6);}
/* Chips info */
/* ---------------- */
.chip-info {background-color: #00CFDD !important;}
.chip-info .chip-body {color: #fff !important;}
/* Divider info */
/* ---------------*/
.divider.divider-info .divider-text:before, .divider.divider-info .divider-text:after {border-color: #00CFDD !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-info:before {background: #00CFDD !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-info + .custom-control-label:before, input[type="radio"].bg-info + .custom-control-label:before {background-color: #00CFDD !important;border-color: #009faa !important;}
.checkbox.checkbox-info input:checked ~ label::before, .checkbox.radio-info input:checked ~ label::before, .radio.checkbox-info input:checked ~ label::before, .radio.radio-info input:checked ~ label::before {background-color: #00CFDD;border-color: #00CFDD;}
.checkbox.checkbox-info input:checked ~ label::after, .checkbox.radio-info input:checked ~ label::after, .radio.checkbox-info input:checked ~ label::after, .radio.radio-info input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-info.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-info.radio-glow input:checked ~ label::before, .checkbox.radio-info.checkbox-glow input:checked ~ label::before, .checkbox.radio-info.radio-glow input:checked ~ label::before, .radio.checkbox-info.checkbox-glow input:checked ~ label::before, .radio.checkbox-info.radio-glow input:checked ~ label::before, .radio.radio-info.checkbox-glow input:checked ~ label::before, .radio.radio-info.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);}
.checkbox.checkbox-info.checkbox-icon label i, .checkbox.radio-info.checkbox-icon label i, .radio.checkbox-info.checkbox-icon label i, .radio.radio-info.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-info label:after {transition: 250ms ease-in-out;}
.radio.radio-info input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-info .custom-control-input:checked ~ .custom-control-label::before {background-color: #00CFDD !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-info.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-info, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-info {box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=info]:before {background-color: #00CFDD;}
.edit-kanban-item select option.bg-color_name {background-color: #00CFDD;}
/* Select2 info */
/* ---------------*/
select.select-light-info ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-info ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {background-color: #CCF5F8 !important;color: #00CFDD !important;}
.info.darken-1 {color: #00b7c4 !important;}
.bg-info.bg-darken-1 {background-color: #00b7c4 !important;}
.btn-info.btn-darken-1 {border-color: #009faa !important;background-color: #00b7c4 !important;}
.btn-info.btn-darken-1:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-darken-1 {border-color: #00b7c4 !important;color: #00b7c4 !important;}
.btn-outline-info.btn-outline-darken-1:hover {background-color: #00b7c4 !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b7c4 !important;}
.border-info.border-darken-1 {border: 1px solid #00b7c4 !important;}
.border-top-info.border-top-darken-1 {border-top: 1px solid #00b7c4 !important;}
.border-bottom-info.border-bottom-darken-1 {border-bottom: 1px solid #00b7c4 !important;}
.border-left-info.border-left-darken-1 {border-left: 1px solid #00b7c4 !important;}
.border-right-info.border-right-darken-1 {border-right: 1px solid #00b7c4 !important;}
.overlay-info.overlay-darken-1 {background: #00b7c4;background: rgba(0, 183, 196, 0.6);}
.info.darken-2 {color: #009faa !important;}
.bg-info.bg-darken-2 {background-color: #009faa !important;}
.btn-info.btn-darken-2 {border-color: #009faa !important;background-color: #009faa !important;}
.btn-info.btn-darken-2:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-darken-2 {border-color: #009faa !important;color: #009faa !important;}
.btn-outline-info.btn-outline-darken-2:hover {background-color: #009faa !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009faa !important;}
.border-info.border-darken-2 {border: 1px solid #009faa !important;}
.border-top-info.border-top-darken-2 {border-top: 1px solid #009faa !important;}
.border-bottom-info.border-bottom-darken-2 {border-bottom: 1px solid #009faa !important;}
.border-left-info.border-left-darken-2 {border-left: 1px solid #009faa !important;}
.border-right-info.border-right-darken-2 {border-right: 1px solid #009faa !important;}
.overlay-info.overlay-darken-2 {background: #009faa;background: rgba(0, 159, 170, 0.6);}
.info.darken-3 {color: #008791 !important;}
.bg-info.bg-darken-3 {background-color: #008791 !important;}
.btn-info.btn-darken-3 {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-darken-3:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-darken-3 {border-color: #008791 !important;color: #008791 !important;}
.btn-outline-info.btn-outline-darken-3:hover {background-color: #008791 !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #008791 !important;}
.border-info.border-darken-3 {border: 1px solid #008791 !important;}
.border-top-info.border-top-darken-3 {border-top: 1px solid #008791 !important;}
.border-bottom-info.border-bottom-darken-3 {border-bottom: 1px solid #008791 !important;}
.border-left-info.border-left-darken-3 {border-left: 1px solid #008791 !important;}
.border-right-info.border-right-darken-3 {border-right: 1px solid #008791 !important;}
.overlay-info.overlay-darken-3 {background: #008791;background: rgba(0, 135, 145, 0.6);}
.info.darken-4 {color: #006f77 !important;}
.bg-info.bg-darken-4 {background-color: #006f77 !important;}
.btn-info.btn-darken-4 {border-color: #009faa !important;background-color: #006f77 !important;}
.btn-info.btn-darken-4:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-darken-4 {border-color: #006f77 !important;color: #006f77 !important;}
.btn-outline-info.btn-outline-darken-4:hover {background-color: #006f77 !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006f77 !important;}
.border-info.border-darken-4 {border: 1px solid #006f77 !important;}
.border-top-info.border-top-darken-4 {border-top: 1px solid #006f77 !important;}
.border-bottom-info.border-bottom-darken-4 {border-bottom: 1px solid #006f77 !important;}
.border-left-info.border-left-darken-4 {border-left: 1px solid #006f77 !important;}
.border-right-info.border-right-darken-4 {border-right: 1px solid #006f77 !important;}
.overlay-info.overlay-darken-4 {background: #006f77;background: rgba(0, 111, 119, 0.6);}
.info.accent-1 {color: #FEFFFF !important;}
.bg-info.bg-accent-1 {background-color: #FEFFFF !important;}
.btn-info.btn-accent-1 {border-color: #009faa !important;background-color: #FEFFFF !important;}
.btn-info.btn-accent-1:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-accent-1 {border-color: #FEFFFF !important;color: #FEFFFF !important;}
.btn-outline-info.btn-outline-accent-1:hover {background-color: #FEFFFF !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FEFFFF !important;}
.border-info.border-accent-1 {border: 1px solid #FEFFFF !important;}
.border-top-info.border-top-accent-1 {border-top: 1px solid #FEFFFF !important;}
.border-bottom-info.border-bottom-accent-1 {border-bottom: 1px solid #FEFFFF !important;}
.border-left-info.border-left-accent-1 {border-left: 1px solid #FEFFFF !important;}
.border-right-info.border-right-accent-1 {border-right: 1px solid #FEFFFF !important;}
.overlay-info.overlay-accent-1 {background: #FEFFFF;background: rgba(254, 255, 255, 0.6);}
.info.accent-2 {color: #CBF5FF !important;}
.bg-info.bg-accent-2 {background-color: #CBF5FF !important;}
.btn-info.btn-accent-2 {border-color: #009faa !important;background-color: #CBF5FF !important;}
.btn-info.btn-accent-2:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-accent-2 {border-color: #CBF5FF !important;color: #CBF5FF !important;}
.btn-outline-info.btn-outline-accent-2:hover {background-color: #CBF5FF !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CBF5FF !important;}
.border-info.border-accent-2 {border: 1px solid #CBF5FF !important;}
.border-top-info.border-top-accent-2 {border-top: 1px solid #CBF5FF !important;}
.border-bottom-info.border-bottom-accent-2 {border-bottom: 1px solid #CBF5FF !important;}
.border-left-info.border-left-accent-2 {border-left: 1px solid #CBF5FF !important;}
.border-right-info.border-right-accent-2 {border-right: 1px solid #CBF5FF !important;}
.overlay-info.overlay-accent-2 {background: #CBF5FF;background: rgba(203, 245, 255, 0.6);}
.info.accent-3 {color: #98ECFF !important;}
.bg-info.bg-accent-3 {background-color: #98ECFF !important;}
.btn-info.btn-accent-3 {border-color: #009faa !important;background-color: #98ECFF !important;}
.btn-info.btn-accent-3:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-accent-3 {border-color: #98ECFF !important;color: #98ECFF !important;}
.btn-outline-info.btn-outline-accent-3:hover {background-color: #98ECFF !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #98ECFF !important;}
.border-info.border-accent-3 {border: 1px solid #98ECFF !important;}
.border-top-info.border-top-accent-3 {border-top: 1px solid #98ECFF !important;}
.border-bottom-info.border-bottom-accent-3 {border-bottom: 1px solid #98ECFF !important;}
.border-left-info.border-left-accent-3 {border-left: 1px solid #98ECFF !important;}
.border-right-info.border-right-accent-3 {border-right: 1px solid #98ECFF !important;}
.overlay-info.overlay-accent-3 {background: #98ECFF;background: rgba(152, 236, 255, 0.6);}
.info.accent-4 {color: #7FE7FF !important;}
.bg-info.bg-accent-4 {background-color: #7FE7FF !important;}
.btn-info.btn-accent-4 {border-color: #009faa !important;background-color: #7FE7FF !important;}
.btn-info.btn-accent-4:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-accent-4 {border-color: #7FE7FF !important;color: #7FE7FF !important;}
.btn-outline-info.btn-outline-accent-4:hover {background-color: #7FE7FF !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7FE7FF !important;}
.border-info.border-accent-4 {border: 1px solid #7FE7FF !important;}
.border-top-info.border-top-accent-4 {border-top: 1px solid #7FE7FF !important;}
.border-bottom-info.border-bottom-accent-4 {border-bottom: 1px solid #7FE7FF !important;}
.border-left-info.border-left-accent-4 {border-left: 1px solid #7FE7FF !important;}
.border-right-info.border-right-accent-4 {border-right: 1px solid #7FE7FF !important;}
.overlay-info.overlay-accent-4 {background: #7FE7FF;background: rgba(127, 231, 255, 0.6);}
.info.light {color: #CCF5F8 !important;}
.bg-info.bg-light {background-color: #CCF5F8 !important;}
.btn-info.btn-light {border-color: #009faa !important;background-color: #CCF5F8 !important;}
.btn-info.btn-light:hover {border-color: #009faa !important;background-color: #008791 !important;}
.btn-info.btn-light:focus, .btn-info.btn-light:active {border-color: #008791 !important;background-color: #006f77 !important;}
.btn-outline-info.btn-outline-light {border-color: #CCF5F8 !important;color: #CCF5F8 !important;}
.btn-outline-info.btn-outline-light:hover {background-color: #CCF5F8 !important;}
input:focus ~ .bg-info {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #CCF5F8 !important;}
.border-info.border-light {border: 1px solid #CCF5F8 !important;}
.border-top-info.border-top-light {border-top: 1px solid #CCF5F8 !important;}
.border-bottom-info.border-bottom-light {border-bottom: 1px solid #CCF5F8 !important;}
.border-left-info.border-left-light {border-left: 1px solid #CCF5F8 !important;}
.border-right-info.border-right-light {border-right: 1px solid #CCF5F8 !important;}
.overlay-info.overlay-light {background: #CCF5F8;background: rgba(204, 245, 248, 0.6);}
.warning.lighten-5 {color: #fee3bf !important;}
.bg-warning.bg-lighten-5 {background-color: #fee3bf !important;}
.btn-warning.btn-lighten-5 {border-color: #fc960f !important;background-color: #fee3bf !important;}
.btn-warning.btn-lighten-5:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-lighten-5 {border-color: #fee3bf !important;color: #fee3bf !important;}
.btn-outline-warning.btn-outline-lighten-5:hover {background-color: #fee3bf !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fee3bf !important;}
.border-warning.border-lighten-5 {border: 1px solid #fee3bf !important;}
.border-top-warning.border-top-lighten-5 {border-top: 1px solid #fee3bf !important;}
.border-bottom-warning.border-bottom-lighten-5 {border-bottom: 1px solid #fee3bf !important;}
.border-left-warning.border-left-lighten-5 {border-left: 1px solid #fee3bf !important;}
.border-right-warning.border-right-lighten-5 {border-right: 1px solid #fee3bf !important;}
.overlay-warning.overlay-lighten-5 {background: #fee3bf;background: rgba(254, 227, 191, 0.6);}
.warning.lighten-4 {color: #fed8a6 !important;}
.bg-warning.bg-lighten-4 {background-color: #fed8a6 !important;}
.btn-warning.btn-lighten-4 {border-color: #fc960f !important;background-color: #fed8a6 !important;}
.btn-warning.btn-lighten-4:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-lighten-4 {border-color: #fed8a6 !important;color: #fed8a6 !important;}
.btn-outline-warning.btn-outline-lighten-4:hover {background-color: #fed8a6 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fed8a6 !important;}
.border-warning.border-lighten-4 {border: 1px solid #fed8a6 !important;}
.border-top-warning.border-top-lighten-4 {border-top: 1px solid #fed8a6 !important;}
.border-bottom-warning.border-bottom-lighten-4 {border-bottom: 1px solid #fed8a6 !important;}
.border-left-warning.border-left-lighten-4 {border-left: 1px solid #fed8a6 !important;}
.border-right-warning.border-right-lighten-4 {border-right: 1px solid #fed8a6 !important;}
.overlay-warning.overlay-lighten-4 {background: #fed8a6;background: rgba(254, 216, 166, 0.6);}
.warning.lighten-3 {color: #fecd8d !important;}
.bg-warning.bg-lighten-3 {background-color: #fecd8d !important;}
.btn-warning.btn-lighten-3 {border-color: #fc960f !important;background-color: #fecd8d !important;}
.btn-warning.btn-lighten-3:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-lighten-3 {border-color: #fecd8d !important;color: #fecd8d !important;}
.btn-outline-warning.btn-outline-lighten-3:hover {background-color: #fecd8d !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fecd8d !important;}
.border-warning.border-lighten-3 {border: 1px solid #fecd8d !important;}
.border-top-warning.border-top-lighten-3 {border-top: 1px solid #fecd8d !important;}
.border-bottom-warning.border-bottom-lighten-3 {border-bottom: 1px solid #fecd8d !important;}
.border-left-warning.border-left-lighten-3 {border-left: 1px solid #fecd8d !important;}
.border-right-warning.border-right-lighten-3 {border-right: 1px solid #fecd8d !important;}
.overlay-warning.overlay-lighten-3 {background: #fecd8d;background: rgba(254, 205, 141, 0.6);}
.warning.lighten-2 {color: #fec273 !important;}
.bg-warning.bg-lighten-2 {background-color: #fec273 !important;}
.btn-warning.btn-lighten-2 {border-color: #fc960f !important;background-color: #fec273 !important;}
.btn-warning.btn-lighten-2:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-lighten-2 {border-color: #fec273 !important;color: #fec273 !important;}
.btn-outline-warning.btn-outline-lighten-2:hover {background-color: #fec273 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fec273 !important;}
.border-warning.border-lighten-2 {border: 1px solid #fec273 !important;}
.border-top-warning.border-top-lighten-2 {border-top: 1px solid #fec273 !important;}
.border-bottom-warning.border-bottom-lighten-2 {border-bottom: 1px solid #fec273 !important;}
.border-left-warning.border-left-lighten-2 {border-left: 1px solid #fec273 !important;}
.border-right-warning.border-right-lighten-2 {border-right: 1px solid #fec273 !important;}
.overlay-warning.overlay-lighten-2 {background: #fec273;background: rgba(254, 194, 115, 0.6);}
.warning.lighten-1 {color: #fdb75a !important;}
.bg-warning.bg-lighten-1 {background-color: #fdb75a !important;}
.btn-warning.btn-lighten-1 {border-color: #fc960f !important;background-color: #fdb75a !important;}
.btn-warning.btn-lighten-1:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-lighten-1 {border-color: #fdb75a !important;color: #fdb75a !important;}
.btn-outline-warning.btn-outline-lighten-1:hover {background-color: #fdb75a !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fdb75a !important;}
.border-warning.border-lighten-1 {border: 1px solid #fdb75a !important;}
.border-top-warning.border-top-lighten-1 {border-top: 1px solid #fdb75a !important;}
.border-bottom-warning.border-bottom-lighten-1 {border-bottom: 1px solid #fdb75a !important;}
.border-left-warning.border-left-lighten-1 {border-left: 1px solid #fdb75a !important;}
.border-right-warning.border-right-lighten-1 {border-right: 1px solid #fdb75a !important;}
.overlay-warning.overlay-lighten-1 {background: #fdb75a;background: rgba(253, 183, 90, 0.6);}
/* warning Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.warning {color: #FDAC41 !important;}
/* text with light warning */
.text-light-warning {color: rgba(253, 172, 65, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-warning {background-color: #FDAC41 !important;}
.bg-warning .card-header,
.bg-warning .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-warning {background: rgba(253, 172, 65, 0.2) !important;}
.bg-rgba-warning.alert {color: #FDAC41;}
.bg-rgba-warning.alert.alert-dismissible .close {color: #FDAC41;}
/* Alert warning */
/* ---------------- */
.alert.alert-warning {background: #FDAC41 !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(253, 172, 65, 0.4);border: none;}
/* Border warning */
/* ---------------- */
.border-warning {border: 1px solid #FDAC41 !important;}
.border-warning .select2-selection__arrow b {border-color: #fc960f !important;}
.border-warning.alert {color: #FDAC41;}
.border-warning.alert.alert-dismissible .close {color: #FDAC41;}
.border-top-warning {border-top: 1px solid #FDAC41;}
.border-bottom-warning {border-bottom: 1px solid #FDAC41;}
.border-left-warning {border-left: 1px solid #FDAC41;}
.border-right-warning {border-right: 1px solid #FDAC41;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-warning .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #FDAC41 !important;}
/* Badges */
/* ------ */
.badge.badge-warning {background-color: #FDAC41;}
.badge.badge-light-warning {background-color: #FFEED9;color: #FDAC41 !important;}
.badge.bg-warning.badge-glow, .badge.border-warning.badge-glow, .badge.badge-warning.badge-glow {box-shadow: 0px 0px 10px #FDAC41;}
.badge-circle-warning {background-color: #FDAC41;}
.badge-circle-light-warning {background-color: #FFEED9;color: #FDAC41;}
.overlay-warning {background: #FDAC41;background: rgba(253, 172, 65, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-warning {border-color: #fc960f !important;background-color: #FDAC41 !important;color: #fff;}
.btn-warning:hover, .btn-warning.hover {background-color: #fdb75a !important;color: #fff;}
.btn-warning:hover.glow, .btn-warning.hover.glow {box-shadow: 0 4px 12px 0 rgba(253, 172, 65, 0.6) !important;}
.btn-warning:focus, .btn-warning:active, .btn-warning.active {background-color: #fda128 !important;color: #fff !important;}
.btn-warning.glow {box-shadow: 0 2px 4px 0 rgba(253, 172, 65, 0.5) !important;}
.btn-warning:disabled, .btn-warning.disabled {color: #fff !important;}
.btn-light-warning {background-color: #FFEED9;color: #FDAC41 !important;}
.btn-light-warning:hover, .btn-light-warning.hover {background-color: #fdb75a !important;color: #fff !important;}
.btn-light-warning:active, .btn-light-warning.active {background-color: #fda128 !important;color: #fff !important;}
/* Outline buttons */
.btn-outline-warning {border: 1px solid #FDAC41;background-color: transparent;color: #FDAC41 !important;}
.btn-outline-warning:hover, .btn-outline-warning.hover {background-color: #fdb75a !important;color: #fff !important;}
.btn-outline-warning:active, .btn-outline-warning.active {background-color: #fda128 !important;color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-warning ~ .dropdown-menu .dropdown-item.active, .btn-outline-warning ~ .dropdown-menu .dropdown-item.active {background-color: #FDAC41;color: #fff;}
.btn-warning ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-warning ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i {color: #FDAC41;}
.dropdown.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet warning */
.bullet.bullet-warning {background-color: #FDAC41;}
/* For Pagination */
/* -------------- */
.pagination-warning .page-item.active .page-link, .pagination-warning .page-item.active .page-link:hover {background: #FDAC41 !important;color: #fff;}
.pagination-warning .page-item .page-link:hover {background-color: #FFEED9 !important;}
.pagination-warning .page-item.previous .page-link, .pagination-warning .page-item.next .page-link {color: #FDAC41;}
.pagination-warning .page-item.previous .page-link:hover, .pagination-warning .page-item.next .page-link:hover {background: #FDAC41;}
/* Progress Bars warning */
/* ---------------------- */
.progress-bar-warning .progress-bar {background-color: #FDAC41;box-shadow: 0 2px 6px 0 rgba(253, 172, 65, 0.6);}
/* Chips warning */
/* ---------------- */
.chip-warning {background-color: #FDAC41 !important;}
.chip-warning .chip-body {color: #fff !important;}
/* Divider warning */
/* ---------------*/
.divider.divider-warning .divider-text:before, .divider.divider-warning .divider-text:after {border-color: #FDAC41 !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-warning:before {background: #FDAC41 !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-warning + .custom-control-label:before, input[type="radio"].bg-warning + .custom-control-label:before {background-color: #FDAC41 !important;border-color: #fc960f !important;}
.checkbox.checkbox-warning input:checked ~ label::before, .checkbox.radio-warning input:checked ~ label::before, .radio.checkbox-warning input:checked ~ label::before, .radio.radio-warning input:checked ~ label::before {background-color: #FDAC41;border-color: #FDAC41;}
.checkbox.checkbox-warning input:checked ~ label::after, .checkbox.radio-warning input:checked ~ label::after, .radio.checkbox-warning input:checked ~ label::after, .radio.radio-warning input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-warning.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-warning.radio-glow input:checked ~ label::before, .checkbox.radio-warning.checkbox-glow input:checked ~ label::before, .checkbox.radio-warning.radio-glow input:checked ~ label::before, .radio.checkbox-warning.checkbox-glow input:checked ~ label::before, .radio.checkbox-warning.radio-glow input:checked ~ label::before, .radio.radio-warning.checkbox-glow input:checked ~ label::before, .radio.radio-warning.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);}
.checkbox.checkbox-warning.checkbox-icon label i, .checkbox.radio-warning.checkbox-icon label i, .radio.checkbox-warning.checkbox-icon label i, .radio.radio-warning.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-warning label:after {transition: 250ms ease-in-out;}
.radio.radio-warning input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before {background-color: #FDAC41 !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-warning.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-warning, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-warning {box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=warning]:before {background-color: #FDAC41;}
.edit-kanban-item select option.bg-color_name {background-color: #FDAC41;}
/* Select2 warning */
/* ---------------*/
select.select-light-warning ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-warning ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {background-color: #FFEED9 !important;color: #FDAC41 !important;}
.warning.darken-1 {color: #fda128 !important;}
.bg-warning.bg-darken-1 {background-color: #fda128 !important;}
.btn-warning.btn-darken-1 {border-color: #fc960f !important;background-color: #fda128 !important;}
.btn-warning.btn-darken-1:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-darken-1 {border-color: #fda128 !important;color: #fda128 !important;}
.btn-outline-warning.btn-outline-darken-1:hover {background-color: #fda128 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fda128 !important;}
.border-warning.border-darken-1 {border: 1px solid #fda128 !important;}
.border-top-warning.border-top-darken-1 {border-top: 1px solid #fda128 !important;}
.border-bottom-warning.border-bottom-darken-1 {border-bottom: 1px solid #fda128 !important;}
.border-left-warning.border-left-darken-1 {border-left: 1px solid #fda128 !important;}
.border-right-warning.border-right-darken-1 {border-right: 1px solid #fda128 !important;}
.overlay-warning.overlay-darken-1 {background: #fda128;background: rgba(253, 161, 40, 0.6);}
.warning.darken-2 {color: #fc960f !important;}
.bg-warning.bg-darken-2 {background-color: #fc960f !important;}
.btn-warning.btn-darken-2 {border-color: #fc960f !important;background-color: #fc960f !important;}
.btn-warning.btn-darken-2:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-darken-2 {border-color: #fc960f !important;color: #fc960f !important;}
.btn-outline-warning.btn-outline-darken-2:hover {background-color: #fc960f !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fc960f !important;}
.border-warning.border-darken-2 {border: 1px solid #fc960f !important;}
.border-top-warning.border-top-darken-2 {border-top: 1px solid #fc960f !important;}
.border-bottom-warning.border-bottom-darken-2 {border-bottom: 1px solid #fc960f !important;}
.border-left-warning.border-left-darken-2 {border-left: 1px solid #fc960f !important;}
.border-right-warning.border-right-darken-2 {border-right: 1px solid #fc960f !important;}
.overlay-warning.overlay-darken-2 {background: #fc960f;background: rgba(252, 150, 15, 0.6);}
.warning.darken-3 {color: #ef8903 !important;}
.bg-warning.bg-darken-3 {background-color: #ef8903 !important;}
.btn-warning.btn-darken-3 {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-darken-3:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-darken-3 {border-color: #ef8903 !important;color: #ef8903 !important;}
.btn-outline-warning.btn-outline-darken-3:hover {background-color: #ef8903 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef8903 !important;}
.border-warning.border-darken-3 {border: 1px solid #ef8903 !important;}
.border-top-warning.border-top-darken-3 {border-top: 1px solid #ef8903 !important;}
.border-bottom-warning.border-bottom-darken-3 {border-bottom: 1px solid #ef8903 !important;}
.border-left-warning.border-left-darken-3 {border-left: 1px solid #ef8903 !important;}
.border-right-warning.border-right-darken-3 {border-right: 1px solid #ef8903 !important;}
.overlay-warning.overlay-darken-3 {background: #ef8903;background: rgba(239, 137, 3, 0.6);}
.warning.darken-4 {color: #d67b02 !important;}
.bg-warning.bg-darken-4 {background-color: #d67b02 !important;}
.btn-warning.btn-darken-4 {border-color: #fc960f !important;background-color: #d67b02 !important;}
.btn-warning.btn-darken-4:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-darken-4 {border-color: #d67b02 !important;color: #d67b02 !important;}
.btn-outline-warning.btn-outline-darken-4:hover {background-color: #d67b02 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d67b02 !important;}
.border-warning.border-darken-4 {border: 1px solid #d67b02 !important;}
.border-top-warning.border-top-darken-4 {border-top: 1px solid #d67b02 !important;}
.border-bottom-warning.border-bottom-darken-4 {border-bottom: 1px solid #d67b02 !important;}
.border-left-warning.border-left-darken-4 {border-left: 1px solid #d67b02 !important;}
.border-right-warning.border-right-darken-4 {border-right: 1px solid #d67b02 !important;}
.overlay-warning.overlay-darken-4 {background: #d67b02;background: rgba(214, 123, 2, 0.6);}
.warning.accent-1 {color: #FFF5EF !important;}
.bg-warning.bg-accent-1 {background-color: #FFF5EF !important;}
.btn-warning.btn-accent-1 {border-color: #fc960f !important;background-color: #FFF5EF !important;}
.btn-warning.btn-accent-1:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-accent-1 {border-color: #FFF5EF !important;color: #FFF5EF !important;}
.btn-outline-warning.btn-outline-accent-1:hover {background-color: #FFF5EF !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF5EF !important;}
.border-warning.border-accent-1 {border: 1px solid #FFF5EF !important;}
.border-top-warning.border-top-accent-1 {border-top: 1px solid #FFF5EF !important;}
.border-bottom-warning.border-bottom-accent-1 {border-bottom: 1px solid #FFF5EF !important;}
.border-left-warning.border-left-accent-1 {border-left: 1px solid #FFF5EF !important;}
.border-right-warning.border-right-accent-1 {border-right: 1px solid #FFF5EF !important;}
.overlay-warning.overlay-accent-1 {background: #FFF5EF;background: rgba(255, 245, 239, 0.6);}
.warning.accent-2 {color: #FFE5D8 !important;}
.bg-warning.bg-accent-2 {background-color: #FFE5D8 !important;}
.btn-warning.btn-accent-2 {border-color: #fc960f !important;background-color: #FFE5D8 !important;}
.btn-warning.btn-accent-2:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-accent-2 {border-color: #FFE5D8 !important;color: #FFE5D8 !important;}
.btn-outline-warning.btn-outline-accent-2:hover {background-color: #FFE5D8 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE5D8 !important;}
.border-warning.border-accent-2 {border: 1px solid #FFE5D8 !important;}
.border-top-warning.border-top-accent-2 {border-top: 1px solid #FFE5D8 !important;}
.border-bottom-warning.border-bottom-accent-2 {border-bottom: 1px solid #FFE5D8 !important;}
.border-left-warning.border-left-accent-2 {border-left: 1px solid #FFE5D8 !important;}
.border-right-warning.border-right-accent-2 {border-right: 1px solid #FFE5D8 !important;}
.overlay-warning.overlay-accent-2 {background: #FFE5D8;background: rgba(255, 229, 216, 0.6);}
.warning.accent-3 {color: #FFF6F3 !important;}
.bg-warning.bg-accent-3 {background-color: #FFF6F3 !important;}
.btn-warning.btn-accent-3 {border-color: #fc960f !important;background-color: #FFF6F3 !important;}
.btn-warning.btn-accent-3:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-accent-3 {border-color: #FFF6F3 !important;color: #FFF6F3 !important;}
.btn-outline-warning.btn-outline-accent-3:hover {background-color: #FFF6F3 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF6F3 !important;}
.border-warning.border-accent-3 {border: 1px solid #FFF6F3 !important;}
.border-top-warning.border-top-accent-3 {border-top: 1px solid #FFF6F3 !important;}
.border-bottom-warning.border-bottom-accent-3 {border-bottom: 1px solid #FFF6F3 !important;}
.border-left-warning.border-left-accent-3 {border-left: 1px solid #FFF6F3 !important;}
.border-right-warning.border-right-accent-3 {border-right: 1px solid #FFF6F3 !important;}
.overlay-warning.overlay-accent-3 {background: #FFF6F3;background: rgba(255, 246, 243, 0.6);}
.warning.accent-4 {color: #FFE3DA !important;}
.bg-warning.bg-accent-4 {background-color: #FFE3DA !important;}
.btn-warning.btn-accent-4 {border-color: #fc960f !important;background-color: #FFE3DA !important;}
.btn-warning.btn-accent-4:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-accent-4 {border-color: #FFE3DA !important;color: #FFE3DA !important;}
.btn-outline-warning.btn-outline-accent-4:hover {background-color: #FFE3DA !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE3DA !important;}
.border-warning.border-accent-4 {border: 1px solid #FFE3DA !important;}
.border-top-warning.border-top-accent-4 {border-top: 1px solid #FFE3DA !important;}
.border-bottom-warning.border-bottom-accent-4 {border-bottom: 1px solid #FFE3DA !important;}
.border-left-warning.border-left-accent-4 {border-left: 1px solid #FFE3DA !important;}
.border-right-warning.border-right-accent-4 {border-right: 1px solid #FFE3DA !important;}
.overlay-warning.overlay-accent-4 {background: #FFE3DA;background: rgba(255, 227, 218, 0.6);}
.warning.light {color: #FFEED9 !important;}
.bg-warning.bg-light {background-color: #FFEED9 !important;}
.btn-warning.btn-light {border-color: #fc960f !important;background-color: #FFEED9 !important;}
.btn-warning.btn-light:hover {border-color: #fc960f !important;background-color: #ef8903 !important;}
.btn-warning.btn-light:focus, .btn-warning.btn-light:active {border-color: #ef8903 !important;background-color: #d67b02 !important;}
.btn-outline-warning.btn-outline-light {border-color: #FFEED9 !important;color: #FFEED9 !important;}
.btn-outline-warning.btn-outline-light:hover {background-color: #FFEED9 !important;}
input:focus ~ .bg-warning {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEED9 !important;}
.border-warning.border-light {border: 1px solid #FFEED9 !important;}
.border-top-warning.border-top-light {border-top: 1px solid #FFEED9 !important;}
.border-bottom-warning.border-bottom-light {border-bottom: 1px solid #FFEED9 !important;}
.border-left-warning.border-left-light {border-left: 1px solid #FFEED9 !important;}
.border-right-warning.border-right-light {border-right: 1px solid #FFEED9 !important;}
.overlay-warning.overlay-light {background: #FFEED9;background: rgba(255, 238, 217, 0.6);}
.danger.lighten-5 {color: #ffdbdb !important;}
.bg-danger.bg-lighten-5 {background-color: #ffdbdb !important;}
.btn-danger.btn-lighten-5 {border-color: #ff2829 !important;background-color: #ffdbdb !important;}
.btn-danger.btn-lighten-5:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-lighten-5 {border-color: #ffdbdb !important;color: #ffdbdb !important;}
.btn-outline-danger.btn-outline-lighten-5:hover {background-color: #ffdbdb !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffdbdb !important;}
.border-danger.border-lighten-5 {border: 1px solid #ffdbdb !important;}
.border-top-danger.border-top-lighten-5 {border-top: 1px solid #ffdbdb !important;}
.border-bottom-danger.border-bottom-lighten-5 {border-bottom: 1px solid #ffdbdb !important;}
.border-left-danger.border-left-lighten-5 {border-left: 1px solid #ffdbdb !important;}
.border-right-danger.border-right-lighten-5 {border-right: 1px solid #ffdbdb !important;}
.overlay-danger.overlay-lighten-5 {background: #ffdbdb;background: rgba(255, 219, 219, 0.6);}
.danger.lighten-4 {color: #ffc1c1 !important;}
.bg-danger.bg-lighten-4 {background-color: #ffc1c1 !important;}
.btn-danger.btn-lighten-4 {border-color: #ff2829 !important;background-color: #ffc1c1 !important;}
.btn-danger.btn-lighten-4:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-lighten-4 {border-color: #ffc1c1 !important;color: #ffc1c1 !important;}
.btn-outline-danger.btn-outline-lighten-4:hover {background-color: #ffc1c1 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc1c1 !important;}
.border-danger.border-lighten-4 {border: 1px solid #ffc1c1 !important;}
.border-top-danger.border-top-lighten-4 {border-top: 1px solid #ffc1c1 !important;}
.border-bottom-danger.border-bottom-lighten-4 {border-bottom: 1px solid #ffc1c1 !important;}
.border-left-danger.border-left-lighten-4 {border-left: 1px solid #ffc1c1 !important;}
.border-right-danger.border-right-lighten-4 {border-right: 1px solid #ffc1c1 !important;}
.overlay-danger.overlay-lighten-4 {background: #ffc1c1;background: rgba(255, 193, 193, 0.6);}
.danger.lighten-3 {color: #ffa8a8 !important;}
.bg-danger.bg-lighten-3 {background-color: #ffa8a8 !important;}
.btn-danger.btn-lighten-3 {border-color: #ff2829 !important;background-color: #ffa8a8 !important;}
.btn-danger.btn-lighten-3:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-lighten-3 {border-color: #ffa8a8 !important;color: #ffa8a8 !important;}
.btn-outline-danger.btn-outline-lighten-3:hover {background-color: #ffa8a8 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa8a8 !important;}
.border-danger.border-lighten-3 {border: 1px solid #ffa8a8 !important;}
.border-top-danger.border-top-lighten-3 {border-top: 1px solid #ffa8a8 !important;}
.border-bottom-danger.border-bottom-lighten-3 {border-bottom: 1px solid #ffa8a8 !important;}
.border-left-danger.border-left-lighten-3 {border-left: 1px solid #ffa8a8 !important;}
.border-right-danger.border-right-lighten-3 {border-right: 1px solid #ffa8a8 !important;}
.overlay-danger.overlay-lighten-3 {background: #ffa8a8;background: rgba(255, 168, 168, 0.6);}
.danger.lighten-2 {color: #ff8e8f !important;}
.bg-danger.bg-lighten-2 {background-color: #ff8e8f !important;}
.btn-danger.btn-lighten-2 {border-color: #ff2829 !important;background-color: #ff8e8f !important;}
.btn-danger.btn-lighten-2:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-lighten-2 {border-color: #ff8e8f !important;color: #ff8e8f !important;}
.btn-outline-danger.btn-outline-lighten-2:hover {background-color: #ff8e8f !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8e8f !important;}
.border-danger.border-lighten-2 {border: 1px solid #ff8e8f !important;}
.border-top-danger.border-top-lighten-2 {border-top: 1px solid #ff8e8f !important;}
.border-bottom-danger.border-bottom-lighten-2 {border-bottom: 1px solid #ff8e8f !important;}
.border-left-danger.border-left-lighten-2 {border-left: 1px solid #ff8e8f !important;}
.border-right-danger.border-right-lighten-2 {border-right: 1px solid #ff8e8f !important;}
.overlay-danger.overlay-lighten-2 {background: #ff8e8f;background: rgba(255, 142, 143, 0.6);}
.danger.lighten-1 {color: #ff7575 !important;}
.bg-danger.bg-lighten-1 {background-color: #ff7575 !important;}
.btn-danger.btn-lighten-1 {border-color: #ff2829 !important;background-color: #ff7575 !important;}
.btn-danger.btn-lighten-1:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-lighten-1 {border-color: #ff7575 !important;color: #ff7575 !important;}
.btn-outline-danger.btn-outline-lighten-1:hover {background-color: #ff7575 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7575 !important;}
.border-danger.border-lighten-1 {border: 1px solid #ff7575 !important;}
.border-top-danger.border-top-lighten-1 {border-top: 1px solid #ff7575 !important;}
.border-bottom-danger.border-bottom-lighten-1 {border-bottom: 1px solid #ff7575 !important;}
.border-left-danger.border-left-lighten-1 {border-left: 1px solid #ff7575 !important;}
.border-right-danger.border-right-lighten-1 {border-right: 1px solid #ff7575 !important;}
.overlay-danger.overlay-lighten-1 {background: #ff7575;background: rgba(255, 117, 117, 0.6);}
/* danger Color Style */
/* ----------------------- */
/* Text color */
/* ---------- */
.danger {color: #FF5B5C !important;}
/* text with light danger */
.text-light-danger {color: rgba(255, 91, 92, 0.2) !important;}
/* Background color */
/* ---------------- */
.bg-danger {background-color: #FF5B5C !important;}
.bg-danger .card-header,
.bg-danger .card-footer {background-color: transparent;}
/* bg color lighten for rgba - opacity set */
.bg-rgba-danger {background: rgba(255, 91, 92, 0.2) !important;}
.bg-rgba-danger.alert {color: #FF5B5C;}
.bg-rgba-danger.alert.alert-dismissible .close {color: #FF5B5C;}
/* Alert danger */
/* ---------------- */
.alert.alert-danger {background: #FF5B5C !important;color: #fff !important;box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.4);border: none;}
/* Border danger */
/* ---------------- */
.border-danger {border: 1px solid #FF5B5C !important;}
.border-danger .select2-selection__arrow b {border-color: #ff2829 !important;}
.border-danger.alert {color: #FF5B5C;}
.border-danger.alert.alert-dismissible .close {color: #FF5B5C;}
.border-top-danger {border-top: 1px solid #FF5B5C;}
.border-bottom-danger {border-bottom: 1px solid #FF5B5C;}
.border-left-danger {border-left: 1px solid #FF5B5C;}
.border-right-danger {border-right: 1px solid #FF5B5C;}
/* Navbar icon stroke color according to bg color */
.header-navbar.bg-danger .navbar-nav .nav-item > a i {-webkit-text-stroke: 0.2px #FF5B5C !important;}
/* Badges */
/* ------ */
.badge.badge-danger {background-color: #FF5B5C;}
.badge.badge-light-danger {background-color: #FFDEDE;color: #FF5B5C !important;}
.badge.bg-danger.badge-glow, .badge.border-danger.badge-glow, .badge.badge-danger.badge-glow {box-shadow: 0px 0px 10px #FF5B5C;}
.badge-circle-danger {background-color: #FF5B5C;}
.badge-circle-light-danger {background-color: #FFDEDE;color: #FF5B5C;}
.overlay-danger {background: #FF5B5C;background: rgba(255, 91, 92, 0.6);}
/* Basic buttons */
/* ------------- */
.btn-danger {border-color: #ff2829 !important;background-color: #FF5B5C !important;color: #fff;}
.btn-danger:hover, .btn-danger.hover {background-color: #ff7575 !important;color: #fff;}
.btn-danger:hover.glow, .btn-danger.hover.glow {box-shadow: 0 4px 12px 0 rgba(255, 91, 92, 0.6) !important;}
.btn-danger:focus, .btn-danger:active, .btn-danger.active {background-color: #ff4243 !important;color: #fff !important;}
.btn-danger.glow {box-shadow: 0 2px 4px 0 rgba(255, 91, 92, 0.5) !important;}
.btn-danger:disabled, .btn-danger.disabled {color: #fff !important;}
.btn-light-danger {background-color: #FFDEDE;color: #FF5B5C !important;}
.btn-light-danger:hover, .btn-light-danger.hover {background-color: #ff7575 !important;color: #fff !important;}
.btn-light-danger:active, .btn-light-danger.active {background-color: #ff4243 !important;color: #fff !important;}
/* Outline buttons */
.btn-outline-danger {border: 1px solid #FF5B5C;background-color: transparent;color: #FF5B5C !important;}
.btn-outline-danger:hover, .btn-outline-danger.hover {background-color: #ff7575 !important;color: #fff !important;}
.btn-outline-danger:active, .btn-outline-danger.active {background-color: #ff4243 !important;color: #fff !important;}
/* Dropdowns */
/* --------- */
.btn-danger ~ .dropdown-menu .dropdown-item.active, .btn-outline-danger ~ .dropdown-menu .dropdown-item.active {background-color: #FF5B5C;color: #fff;}
.btn-danger ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-danger ~ .dropdown-menu .dropdown-item.active:hover {color: #fff;}
.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i,
.dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i {color: #FF5B5C;}
.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i,
.dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i,
.dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i,
.dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i {color: #fff;}
/* Bullet danger */
.bullet.bullet-danger {background-color: #FF5B5C;}
/* For Pagination */
/* -------------- */
.pagination-danger .page-item.active .page-link, .pagination-danger .page-item.active .page-link:hover {background: #FF5B5C !important;color: #fff;}
.pagination-danger .page-item .page-link:hover {background-color: #FFDEDE !important;}
.pagination-danger .page-item.previous .page-link, .pagination-danger .page-item.next .page-link {color: #FF5B5C;}
.pagination-danger .page-item.previous .page-link:hover, .pagination-danger .page-item.next .page-link:hover {background: #FF5B5C;}
/* Progress Bars danger */
/* ---------------------- */
.progress-bar-danger .progress-bar {background-color: #FF5B5C;box-shadow: 0 2px 6px 0 rgba(255, 91, 92, 0.6);}
/* Chips danger */
/* ---------------- */
.chip-danger {background-color: #FF5B5C !important;}
.chip-danger .chip-body {color: #fff !important;}
/* Divider danger */
/* ---------------*/
.divider.divider-danger .divider-text:before, .divider.divider-danger .divider-text:after {border-color: #FF5B5C !important;}
/* timeline */
.widget-timeline li.timeline-items.timeline-icon-danger:before {background: #FF5B5C !important;}
/* Custom Checkbox & Radio - Colored */
/* --------------------------------- */
input[type="checkbox"].bg-danger + .custom-control-label:before, input[type="radio"].bg-danger + .custom-control-label:before {background-color: #FF5B5C !important;border-color: #ff2829 !important;}
.checkbox.checkbox-danger input:checked ~ label::before, .checkbox.radio-danger input:checked ~ label::before, .radio.checkbox-danger input:checked ~ label::before, .radio.radio-danger input:checked ~ label::before {background-color: #FF5B5C;border-color: #FF5B5C;}
.checkbox.checkbox-danger input:checked ~ label::after, .checkbox.radio-danger input:checked ~ label::after, .radio.checkbox-danger input:checked ~ label::after, .radio.radio-danger input:checked ~ label::after {border-color: #fff;}
.checkbox.checkbox-danger.checkbox-glow input:checked ~ label::before, .checkbox.checkbox-danger.radio-glow input:checked ~ label::before, .checkbox.radio-danger.checkbox-glow input:checked ~ label::before, .checkbox.radio-danger.radio-glow input:checked ~ label::before, .radio.checkbox-danger.checkbox-glow input:checked ~ label::before, .radio.checkbox-danger.radio-glow input:checked ~ label::before, .radio.radio-danger.checkbox-glow input:checked ~ label::before, .radio.radio-danger.radio-glow input:checked ~ label::before {box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);}
.checkbox.checkbox-danger.checkbox-icon label i, .checkbox.radio-danger.checkbox-icon label i, .radio.checkbox-danger.checkbox-icon label i, .radio.radio-danger.checkbox-icon label i {color: #fff;}
.checkbox.checkbox-danger label:after {transition: 250ms ease-in-out;}
.radio.radio-danger input:checked ~ label::after {background-color: #fff;transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);}
/* Bootstrap Custom Switches */
/* ------------------------- */
.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {background-color: #FF5B5C !important;color: #fff;transition: all .2s ease-out;}
.custom-switch-danger.custom-switch-glow .custom-control-input:not(:disabled):checked ~ .custom-control-label::before {box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8) !important;}
/* Touchspin Glow */
/* -------------- */
.input-group.touchspin-glow .bootstrap-touchspin-down.btn-danger, .input-group.touchspin-glow .bootstrap-touchspin-up.btn-danger {box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8);}
/* Scrumboard Application - kanban-item with coloured border */
/* --------------------------------------------------------- */
.kanban-container .kanban-board .kanban-item[data-border=danger]:before {background-color: #FF5B5C;}
.edit-kanban-item select option.bg-color_name {background-color: #FF5B5C;}
/* Select2 danger */
/* ---------------*/
select.select-light-danger ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, select.select-light-danger ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {background-color: #FFDEDE !important;color: #FF5B5C !important;}
.danger.darken-1 {color: #ff4243 !important;}
.bg-danger.bg-darken-1 {background-color: #ff4243 !important;}
.btn-danger.btn-darken-1 {border-color: #ff2829 !important;background-color: #ff4243 !important;}
.btn-danger.btn-darken-1:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-darken-1 {border-color: #ff4243 !important;color: #ff4243 !important;}
.btn-outline-danger.btn-outline-darken-1:hover {background-color: #ff4243 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4243 !important;}
.border-danger.border-darken-1 {border: 1px solid #ff4243 !important;}
.border-top-danger.border-top-darken-1 {border-top: 1px solid #ff4243 !important;}
.border-bottom-danger.border-bottom-darken-1 {border-bottom: 1px solid #ff4243 !important;}
.border-left-danger.border-left-darken-1 {border-left: 1px solid #ff4243 !important;}
.border-right-danger.border-right-darken-1 {border-right: 1px solid #ff4243 !important;}
.overlay-danger.overlay-darken-1 {background: #ff4243;background: rgba(255, 66, 67, 0.6);}
.danger.darken-2 {color: #ff2829 !important;}
.bg-danger.bg-darken-2 {background-color: #ff2829 !important;}
.btn-danger.btn-darken-2 {border-color: #ff2829 !important;background-color: #ff2829 !important;}
.btn-danger.btn-darken-2:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-darken-2 {border-color: #ff2829 !important;color: #ff2829 !important;}
.btn-outline-danger.btn-outline-darken-2:hover {background-color: #ff2829 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff2829 !important;}
.border-danger.border-darken-2 {border: 1px solid #ff2829 !important;}
.border-top-danger.border-top-darken-2 {border-top: 1px solid #ff2829 !important;}
.border-bottom-danger.border-bottom-darken-2 {border-bottom: 1px solid #ff2829 !important;}
.border-left-danger.border-left-darken-2 {border-left: 1px solid #ff2829 !important;}
.border-right-danger.border-right-darken-2 {border-right: 1px solid #ff2829 !important;}
.overlay-danger.overlay-darken-2 {background: #ff2829;background: rgba(255, 40, 41, 0.6);}
.danger.darken-3 {color: #ff0f10 !important;}
.bg-danger.bg-darken-3 {background-color: #ff0f10 !important;}
.btn-danger.btn-darken-3 {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-darken-3:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-darken-3 {border-color: #ff0f10 !important;color: #ff0f10 !important;}
.btn-outline-danger.btn-outline-darken-3:hover {background-color: #ff0f10 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff0f10 !important;}
.border-danger.border-darken-3 {border: 1px solid #ff0f10 !important;}
.border-top-danger.border-top-darken-3 {border-top: 1px solid #ff0f10 !important;}
.border-bottom-danger.border-bottom-darken-3 {border-bottom: 1px solid #ff0f10 !important;}
.border-left-danger.border-left-darken-3 {border-left: 1px solid #ff0f10 !important;}
.border-right-danger.border-right-darken-3 {border-right: 1px solid #ff0f10 !important;}
.overlay-danger.overlay-darken-3 {background: #ff0f10;background: rgba(255, 15, 16, 0.6);}
.danger.darken-4 {color: #f40001 !important;}
.bg-danger.bg-darken-4 {background-color: #f40001 !important;}
.btn-danger.btn-darken-4 {border-color: #ff2829 !important;background-color: #f40001 !important;}
.btn-danger.btn-darken-4:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-darken-4 {border-color: #f40001 !important;color: #f40001 !important;}
.btn-outline-danger.btn-outline-darken-4:hover {background-color: #f40001 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f40001 !important;}
.border-danger.border-darken-4 {border: 1px solid #f40001 !important;}
.border-top-danger.border-top-darken-4 {border-top: 1px solid #f40001 !important;}
.border-bottom-danger.border-bottom-darken-4 {border-bottom: 1px solid #f40001 !important;}
.border-left-danger.border-left-darken-4 {border-left: 1px solid #f40001 !important;}
.border-right-danger.border-right-darken-4 {border-right: 1px solid #f40001 !important;}
.overlay-danger.overlay-darken-4 {background: #f40001;background: rgba(244, 0, 1, 0.6);}
.danger.accent-1 {color: #FFEEF1 !important;}
.bg-danger.bg-accent-1 {background-color: #FFEEF1 !important;}
.btn-danger.btn-accent-1 {border-color: #ff2829 !important;background-color: #FFEEF1 !important;}
.btn-danger.btn-accent-1:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-accent-1 {border-color: #FFEEF1 !important;color: #FFEEF1 !important;}
.btn-outline-danger.btn-outline-accent-1:hover {background-color: #FFEEF1 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEEF1 !important;}
.border-danger.border-accent-1 {border: 1px solid #FFEEF1 !important;}
.border-top-danger.border-top-accent-1 {border-top: 1px solid #FFEEF1 !important;}
.border-bottom-danger.border-bottom-accent-1 {border-bottom: 1px solid #FFEEF1 !important;}
.border-left-danger.border-left-accent-1 {border-left: 1px solid #FFEEF1 !important;}
.border-right-danger.border-right-accent-1 {border-right: 1px solid #FFEEF1 !important;}
.overlay-danger.overlay-accent-1 {background: #FFEEF1;background: rgba(255, 238, 241, 0.6);}
.danger.accent-2 {color: #FFD6DB !important;}
.bg-danger.bg-accent-2 {background-color: #FFD6DB !important;}
.btn-danger.btn-accent-2 {border-color: #ff2829 !important;background-color: #FFD6DB !important;}
.btn-danger.btn-accent-2:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-accent-2 {border-color: #FFD6DB !important;color: #FFD6DB !important;}
.btn-outline-danger.btn-outline-accent-2:hover {background-color: #FFD6DB !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD6DB !important;}
.border-danger.border-accent-2 {border: 1px solid #FFD6DB !important;}
.border-top-danger.border-top-accent-2 {border-top: 1px solid #FFD6DB !important;}
.border-bottom-danger.border-bottom-accent-2 {border-bottom: 1px solid #FFD6DB !important;}
.border-left-danger.border-left-accent-2 {border-left: 1px solid #FFD6DB !important;}
.border-right-danger.border-right-accent-2 {border-right: 1px solid #FFD6DB !important;}
.overlay-danger.overlay-accent-2 {background: #FFD6DB;background: rgba(255, 214, 219, 0.6);}
.danger.accent-3 {color: #FFECEE !important;}
.bg-danger.bg-accent-3 {background-color: #FFECEE !important;}
.btn-danger.btn-accent-3 {border-color: #ff2829 !important;background-color: #FFECEE !important;}
.btn-danger.btn-accent-3:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-accent-3 {border-color: #FFECEE !important;color: #FFECEE !important;}
.btn-outline-danger.btn-outline-accent-3:hover {background-color: #FFECEE !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFECEE !important;}
.border-danger.border-accent-3 {border: 1px solid #FFECEE !important;}
.border-top-danger.border-top-accent-3 {border-top: 1px solid #FFECEE !important;}
.border-bottom-danger.border-bottom-accent-3 {border-bottom: 1px solid #FFECEE !important;}
.border-left-danger.border-left-accent-3 {border-left: 1px solid #FFECEE !important;}
.border-right-danger.border-right-accent-3 {border-right: 1px solid #FFECEE !important;}
.overlay-danger.overlay-accent-3 {background: #FFECEE;background: rgba(255, 236, 238, 0.6);}
.danger.accent-4 {color: #FFD3D7 !important;}
.bg-danger.bg-accent-4 {background-color: #FFD3D7 !important;}
.btn-danger.btn-accent-4 {border-color: #ff2829 !important;background-color: #FFD3D7 !important;}
.btn-danger.btn-accent-4:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-accent-4 {border-color: #FFD3D7 !important;color: #FFD3D7 !important;}
.btn-outline-danger.btn-outline-accent-4:hover {background-color: #FFD3D7 !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD3D7 !important;}
.border-danger.border-accent-4 {border: 1px solid #FFD3D7 !important;}
.border-top-danger.border-top-accent-4 {border-top: 1px solid #FFD3D7 !important;}
.border-bottom-danger.border-bottom-accent-4 {border-bottom: 1px solid #FFD3D7 !important;}
.border-left-danger.border-left-accent-4 {border-left: 1px solid #FFD3D7 !important;}
.border-right-danger.border-right-accent-4 {border-right: 1px solid #FFD3D7 !important;}
.overlay-danger.overlay-accent-4 {background: #FFD3D7;background: rgba(255, 211, 215, 0.6);}
.danger.light {color: #FFDEDE !important;}
.bg-danger.bg-light {background-color: #FFDEDE !important;}
.btn-danger.btn-light {border-color: #ff2829 !important;background-color: #FFDEDE !important;}
.btn-danger.btn-light:hover {border-color: #ff2829 !important;background-color: #ff0f10 !important;}
.btn-danger.btn-light:focus, .btn-danger.btn-light:active {border-color: #ff0f10 !important;background-color: #f40001 !important;}
.btn-outline-danger.btn-outline-light {border-color: #FFDEDE !important;color: #FFDEDE !important;}
.btn-outline-danger.btn-outline-light:hover {background-color: #FFDEDE !important;}
input:focus ~ .bg-danger {box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFDEDE !important;}
.border-danger.border-light {border: 1px solid #FFDEDE !important;}
.border-top-danger.border-top-light {border-top: 1px solid #FFDEDE !important;}
.border-bottom-danger.border-bottom-light {border-bottom: 1px solid #FFDEDE !important;}
.border-left-danger.border-left-light {border-left: 1px solid #FFDEDE !important;}
.border-right-danger.border-right-light {border-right: 1px solid #FFDEDE !important;}
.overlay-danger.overlay-light {background: #FFDEDE;background: rgba(255, 222, 222, 0.6);}

.terms-btn{
    display: inline-block;
    line-height: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #dcc068;
    margin-top: -4px;
}
.terms-btn:hover { color: #333333; }
.disabled{
    opacity: .5;
    pointer-events: none;
}
.search{
    border: 1px solid #e2e0e0;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
}
.search .url{
    margin: 0;
    color: #888;
    font-size: 13px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search h2{
    color: #dcc068;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search a:hover > .url, .search a:hover > h2,
.facility-search a:hover > .url, .facility-search a:hover > h2{color : #d3b048;}

.search .text{
    font-size: 14px;
    color: #333;
    margin: 0;
}


.facility-search{
    border: 1px solid #e2e0e0;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
}
.facility-search img { width: 100px; margin-right: 15px; border-radius: 5px; }
.facility-search .url{
    margin: 0;
    color: #888;
    font-size: 13px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.facility-search h2{
    color: #dcc068;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0;
    margin-bottom: 5px;
}

.facility-search .text{
    font-size: 13px;
    color: #666;
    margin: 0;
}

.lang-name {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.comment-parent-name {
    padding: 10px 20px 0 20px;
    margin: 0;
    font-size: 19px;
    color: #626262;
    font-weight: 500;
    margin-bottom: -10px;
}
.list-group-item img { border-radius: 5px;}
.back-btn { font-size: 12px; float: right; }
.border-radius-5 { border-radius: 5px; }
.border-radius-10 { border-radius: 10px; }
.border-radius-15 { border-radius: 15px; }
.border-radius-20 { border-radius: 20px; }
.select-span { font-size: 15px; font-weight: 600; }
.select-img { width: 40px; }
.wp-product, .phn-product {
    width: 48% !important;
    font-size: 20px !important;
    padding: 10px 15px !important;
    margin-top: 15px;
    color: #ffffff !important;
    transition: all .5s ease;
}
.wp-product:hover,
.phn-product:hover {
    opacity: .7;
}
.wp-product {
    float: left;
    background-color: #56af56 !important;
}
.phn-product {
    float: right;
    background-color: #4591cd !important;
}

