@charset "UTF-8";

/* ==========================================================================
   [Master Stylesheet]

    Project                  :       Workplace
    Version                  :       1.0
    Author                   :       
    Author  URl              :       
    Primary use              :       Default

   ========================================================================== */


/* ==========================================================================
   Master Styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Raleway:ital,wght@0,500;0,700;1,100;1,200;1,300;1,400;1,500&display=swap');

html {
	height: 100%;
}
body {
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Paytone One';
}
.fa, .fas {
    font-weight: 900 !important;
}
.dropdown-item {
    font-weight: 300;
}
.btn {
    border-radius: 4px;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-theme {
	font-family: 'Paytone One';
    background-color: #b4dc5a;
    color: #fff !important;
    border: 1px solid #b4dc5a;
}
.btn-theme:hover {
    color: #b4dc5a !important;
    background-color: #fff;
}
.btn-theme-orange {
	font-family: 'Paytone One';
    background-color: #ffc14f;
    color: #fff !important;
    border: 0px;
}
.btn-theme-orange:hover {
    color: #ffc14f !important;
    background-color: #fff;
}
.btn-secondary {
    background-color: #16365f;
}
.btn-theme-outline {
    border: 1px solid #b4dc5a;
    color: #b4dc5a;
}
.btn-theme-outline:hover,
.btn-theme-outline.active {
    color: #fff;
    background-color: #b4dc5a;
}
.btn-outline {
    border: 1px solid #e9ebf0;
}
.btn-outline:hover {
    border-color: #e31f33;
    color: #e31f33;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
a {
    color: #999;
}
a:hover {
	color: #b4dc5a;
}
.tooltip {
    z-index: 9999;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3e%3cg%3e%3cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/%3e%3c/g%3e%3c/svg%3e ");
    background-position: center right 7px;
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    height: 35px !important;
}
.tooltip .tooltip-inner {
    background-color: #374048;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
}
.bs-tooltip-right .arrow::before {
    border-right-color: #374048;
}
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #374048;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #374048
}
.tooltip.show {
    opacity: 1;
}
.dropdown-menu {
    border: none;
    border-radius: 6px;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.select2-dropdown {
    border-radius: 6px;
    /* border: 1px solid #ced4da!important; */
    border: none;
    border-top: none!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}
.select2-results__option {
    font-size: 14px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    transition: padding .2s ease-in-out;
    position: relative;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-results__option.select2-results__option--highlighted {
    background-color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(236, 62, 111, 0.1);
    color: #333;
}
.select2-container--default .select2-results__option[aria-selected=true]::before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 12px;
    color: #ef4153;
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
    border-color: #e6e6e6;
}
.select2-container.select2-container--focus .select2-dropdown--above, .select2-container.select2-container--open .select2-dropdown--above, .select2-container--default.select2-container--focus .select2-dropdown--above, .select2-container--default.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ebebeb;
    min-width: 110px;
}
.select2-search--dropdown.select2-search--hide+.select2-results {
    padding: 7px 0;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container .select2-results__option, .select2-container--default .select2-results__option {
    padding: 7px 15px;
    background: #fff;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.select2-container .select2-results__option, .select2-container--default .select2-results__option + .select2-results__option {
    margin-top: 3px;
} 
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #ef4153;
}
.select2-container .select2-selection--multiple .select2-selection__arrow, .select2-container .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 5px;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: inline-block;
    content: "\f107";
    font-family: Line Awesome Free;
    font-weight: 900;
    border: none!important;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-results__group {
    color: #333;
    font-weight: 700;
    padding: 6px 15px;
}
.select2-container--open .select2-dropdown {
    border: none;
    border-radius: 3px;
    padding-bottom: 0;
    -moz-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    -webkit-box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
    box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 20px 55px -8px rgba(57, 70, 78, .25);
}
.select2-container--default .select2-selection--single {
    border-color: #dde2ec;
    border-radius: 4px !important;
}
 
.bootstrap-datetimepicker-widget .table thead {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table thead tr th {
    color: #212121;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}
.bootstrap-datetimepicker-widget .table tr td, .bootstrap-datetimepicker-widget .table tr th {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    line-height: 35px;
    position: relative;
    z-index: 1
}
.bootstrap-datetimepicker-widget .table tr td.today, .bootstrap-datetimepicker-widget .table tr td.active {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-shadow: none
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before, .bootstrap-datetimepicker-widget .table tr td.active:before, .bootstrap-datetimepicker-widget .table tr td.active::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #4a5361;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .table tr td.active:hover:before, .bootstrap-datetimepicker-widget .table tr td.active:hover::before {
    background-color: #4a5361 !important
}
.bootstrap-datetimepicker-widget .table tr td.today:before, .bootstrap-datetimepicker-widget .table tr td.today::before {
    background-color: #ef4153
}
.bootstrap-datetimepicker-widget .table tr td.day:hover, .bootstrap-datetimepicker-widget .table tr td.hour:hover, .bootstrap-datetimepicker-widget .table tr td.minute:hover, .bootstrap-datetimepicker-widget .table tr td.second:hover {
    background-color: transparent
}
.bootstrap-datetimepicker-widget .table tr td:before, .bootstrap-datetimepicker-widget .table tr td::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    display: block;
    margin: auto;
    content: '';
    top: 6px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}
.bootstrap-datetimepicker-widget .table tr td:hover:before, .bootstrap-datetimepicker-widget .table tr td:hover::before {
    background-color: #f4f4f4;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.bootstrap-datetimepicker-widget .timepicker table td {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
    height: auto
}
.bootstrap-datetimepicker-widget .timepicker table td span {
    width: 35px;
    height: 35px;
    line-height: 35px
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 280px;
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    border-color: transparent;
    margin: 0;
    width: 170px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08)
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
    border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
    border-top-color: #fff
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td::before {
    top: 4px;
    left: 0px
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today::before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active:before, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.active::before {
    top: 4px;
    left: 0px
} 

.text-theme {
    color: #999999 !important; 
}
.text-dark {
    color: #3e5569 !important;
}
.sh-9 {
    height: 4.5rem !important;
}
.sw-9 {
    width: 4.5rem !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.btn-white-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-white-outline:hover {
    background-color: #fff;
    color: #ef4153;
}
.site-wrapper .site-header {
    padding: 20px 30px;
}
.site-wrapper .site-header .navbar {
    background-color: transparent;
    padding: 0;
}
.site-wrapper .site-header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
.site-wrapper .site-header .navbar .navbar-brand img {
    height: 80px;
}
.site-wrapper .site-header .navbar .navbar-collapse {
    justify-content: center;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-link,
.site-wrapper .site-header .navbar .header-btns .user-name {
    font-size: 12px;
    padding: 10px 15px;
    color: #999;
    font-weight: 500;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-item.active .nav-link,
.site-wrapper .site-header .navbar .header-btns .active .user-name {
    color: #b4dc5a;
}
.site-wrapper .site-header .navbar .header-btns {
    margin-left: 30px;
}
.site-wrapper .site-header .navbar .header-btns .btn {
    font-size: 14px;
}
.site-wrapper .hero-area {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.site-wrapper .hero-area .hero-content {
    padding-right: 50px;
}
.site-wrapper .hero-area .hero-content h1 {
    margin: 0;
    font-size: 50px;
    color: #19191b;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
}
.site-wrapper .hero-area .hero-content p {
    color: #696871;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.site-wrapper .hero-area .hero-content .hero-btn {
    margin-top: 30px;
}
.site-wrapper .hero-area .hero-content .hero-btn .btn {
    font-size: 14px;
}
.site-wrapper .hero-area .hero-img-box {
    position: relative;
}
.site-wrapper .hero-area .hero-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.site-wrapper .hero-area .hero-img-box img:first-child {
    position: unset;
}
.move-1 {
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite
}

.move-2 {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite
}
@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    to {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    to {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }
}
.site-wrapper .feature-section {
    position: relative;
    padding: 100px 0;
    background-color: #f4f5f8;
    padding-bottom: 70px;
}
.site-wrapper .feature-section .feature-content h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
} 
.site-wrapper .feature-section .feature-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    letter-spacing: -0.5px;
}
.site-wrapper .feature-section .feature-content .content-btn {
    margin-top: 30px;
} 
.site-wrapper .feature-section .feature-content .content-btn .btn {
    font-size: 16px;
}
/* .site-wrapper .feature-section .feature-card-wrapper {
    padding-right: 40px;
} */
.site-wrapper .feature-section .feature-card-wrapper .feature-card {
    padding: 25px 30px 12px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 30px;
} 
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-icon {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 40px;
    background-color: rgba(240, 64, 55, 0.1);
    color: #ef4153;
    margin: 0 auto;
    margin-bottom: 20px;
}   
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-text .title {
    color: #19191b;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.75px;
    margin-bottom: 16px;
    font-weight: 700;
}
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-text p {
    color: #696871;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
}  
.site-wrapper .content-section {
    background-color: #fff;
    padding: 100px 0;
}  
.site-wrapper .content-section .content-text {
    padding-right: 30px;
}  
.site-wrapper .content-section .content-text .title {
    font-size: 50px;
    font-weight: 900;
    color: #19191b;
    letter-spacing: -2.5px;
    margin-bottom: 30px;
}
.site-wrapper .content-section .content-text p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
}  
.site-wrapper .content-section .content-text .content-btn {
    margin-top: 30px;
}   
.site-wrapper .content-section .content-text .content-btn .btn {
    font-size: 15px;
}
.site-wrapper .content-section .content-img-group {
    text-align: right;
}
.site-wrapper .footer-section {
    background-color: #e6e6e6;
}
.site-wrapper .footer-section .container {
	padding: 0 30px;
	max-width: unset !important;
}
.site-wrapper .footer-section .footer-top {
    padding: 80px 0 60px;
}
.site-wrapper .footer-section .footer-top .footer-logo img {
    height: 50px;
}
.site-wrapper .footer-section .footer-top .single-footer {
    margin-bottom: 30px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-title {
    color: #999999;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.site-wrapper .footer-section .copyright-area {
    /*border-top: 1px solid #2F2F31;*/
    padding: 15px 0;
}
.site-wrapper .footer-section .copyright-area p {
    color: rgba(153, 153, 153, 0.7);
    font-size: 14px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons {
    display: -webkit-inline-box;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons li a {
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0 3px;
    margin: 0 2.5px;
} 
.site-wrapper .footer-section .copyright-area .social-icons li + li {
    margin-left: 10px;
}
.site-wrapper .page-banner {
    padding-top: 100px;
    padding-bottom: 80px;
}
.site-wrapper .page-banner .banner-content .title {
    margin: 0;
    font-size: 60px;
    line-height: 84px;
    padding-bottom: 22px;
    color: #19191b;
    font-weight: 900;
    letter-spacing: -2.5px;
}
.site-wrapper .page-banner .banner-content p {
    color: #696871;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-top: 5px;
}
.site-wrapper .content-area {
    padding: 100px 0;
}
.site-wrapper .content-area .section-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
} 
.site-wrapper .content-area .section-title .title {
    margin-right: 40px;
    max-width: 46%;
    font-size: 70px;
    line-height: 84px;
    color: #19191b;
    font-weight: 900;
    letter-spacing: -2.5px;
}
.site-wrapper .content-area .section-title .right-side {
    max-width: 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
} 
.site-wrapper .content-area .section-title p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-bottom: 0;
}
.site-wrapper .contact-section {
    padding-bottom: 100px;
}   
.site-wrapper .contact-section .contact-widget-wrapper {
    border-radius: 10px;
    background-color: #f7f7fb;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block {
    margin-bottom: 50px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block .title {
    color: #19191b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.75px;
    line-height: 1;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block p {
    color: #696871;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.66px;
    line-height: 39px;
    margin-bottom: 0;
}
.site-wrapper .contact-section .contact-form {
    padding-top: 80px;
}
.site-wrapper .contact-section .contact-form .form-title {
    color: #19191b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.75px;
}
.site-wrapper .contact-section .contact-form .form-group {
    margin-bottom: 30px;
}
.site-wrapper .contact-section .contact-form .form-group label {
    color: #19191b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.56px;
    line-height: 1;
    margin-bottom: 20px;
}
.site-wrapper .contact-section .contact-form .form-group .form-control {
    border-radius: 10px;
    border: 1px solid #eae9f2;
    background-color: #ffffff;
    color: #9c9aaa;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.56px;
    margin-bottom: 17px;
    text-indent: 25px;
    min-height: 70px;
}
.site-wrapper .contact-section .contact-form .form-group textarea {
    min-height: 154px;
    max-height: 154px;
    padding-top: 20px;
}
.site-wrapper .contact-section .contact-form .btn {
    font-size: 14px;
    padding: 10px 20px;
}

.table.table-padded {
    border-collapse: separate;
    border-spacing: 0 5px;
}
.table.table-padded thead tr th {
    border: none;
    font-size: .81rem;
    color: rgba(90, 99, 126, 0.49);
    letter-spacing: 1px;
    padding: 0.3rem 1.1rem;
}
.table.table-padded tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.table.table-padded tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: 1px solid #dde2ec;
    vertical-align: middle;
}
.table.table-padded tbody td:first-child {
    border-radius: 4px 0px 0px 4px;
}
.table.table-padded tbody td:last-child {
    border-radius: 0px 4px 4px 0px;
    border-left: none;
}
.table.table-padded tbody tr:hover {
    box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}
.table-responsive {
    overflow: visible;
}
.table .row-actions a {
    margin-right: 0.8rem;
    color: #bcc0c7;
    font-size: 18px;
}

.card .card-table .card-item {
    border-top: 1px solid #ededed
}
.table thead {
    background-color: #f6f8fb
}
.table thead th {
    font-weight: 600;
    color: #879099;
    font-size: 14px
}
.table tbody td {
    vertical-align: middle
}
.table tbody td .table-user-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%
}
.table tbody td .table-actions {
    text-align: right
}
.table tbody td .table-actions a {
    color: #bcc1c6;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px
}
.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b4dc5a;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: inline-block !important;
}

.card .card-title {
    font-size: 18px;
}
.progress-sm {
    height: .5rem;
}
.progress-sm .progress-bar {
    height: .5rem;
}
.card-group .card:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}
.card .card-body .icon {
    font-size: 37px;
    color: #9aa0ac;
}

.main-nav-dropdown {
    position: fixed;
    top: 0;
}
.main-nav-dropdown .dropdown-item {
    padding: 5px 10px;
    font-size: 13px;
}
.main-nav-dropdown .dropdown-item i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -2px;
}
.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
}
.site-wrapper .listing-page-wrap .listing-single-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-image {
    margin-right: 45px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content {
    margin-bottom: 20px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content h3 a {
    color: inherit;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas {
    margin-bottom: 20px;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span, 
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content .listing-metas span a {
    color: #939393;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-text .listing-content p {
    color: #6f6f6f;
    line-height: 24px;
}
.site-wrapper .listing-page-wrap .listing-single-item:last-child {
    border-bottom: 0;
}
.site-wrapper .listing-page-wrap .left-sidebar {
    padding-left: 45px;
}
.site-wrapper .listing-page-wrap .search-block {
    margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .search-block .form-control {
    border-radius: 6px;
    padding: 5px 20px;
    height: 40px;
    font-size: 13px;
    border: none;
    padding-right: 40px;
    border: 1px solid #dde2ec;
    background-color: #fff;
    box-shadow: none;
}
.site-wrapper .listing-page-wrap .search-block .form-control~.btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-wrapper .listing-page-wrap .search-block .form-control:focus {
    border-color: #6c757d;
}
.site-wrapper .listing-page-wrap .widget {
    margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .widget h4 {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    overflow: hidden;
}
.site-wrapper .listing-page-wrap .widget h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #ef4153;
    height: 1px;
    top: 50%;
    position: absolute;
    margin-left: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-wrapper .listing-page-wrap .widget .list-style li:before {
    content: "";
}
.site-wrapper .listing-page-wrap .widget .list-style li a {
    color: #6f6f6f;
}
.site-wrapper .listing-page-wrap .widget .list-style li a:hover {
    color: #ef4153;
}
.site-wrapper .listing-page-wrap .widget .list-style li span {
    position: absolute;
    top: 3px;
    right: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li {
    padding: 9px 0 10px;
    align-items: center;
}
.site-wrapper .listing-page-wrap .widget .latest-post li:first-child {
    padding-top: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li figure {
    width: 75px;
    margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li div {
    line-height: normal;
    padding-left: 22px;
    position: relative;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 a {
    color: inherit;
}
.site-wrapper .listing-page-wrap .widget .latest-post li .media-body span {
    margin: 0;
    font-size: 12px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a {
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid #d9d9d9;
    margin: 0 8px 8px 0;
    display: inline-block;
    text-transform: capitalize;
    color: #232323;
    line-height: 18px;
    border-radius: 4px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a:hover {
    background: #232323;
    color: #fff !important;
    border: 1px solid #232323;
}
.site-wrapper .pagination-wrap .pagination .page-item {
    margin: 0 5px;
}
.site-wrapper .pagination-wrap .pagination .page-item .page-link {
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.site-wrapper .pagination-wrap .pagination .page-item.active .page-link {
    background-color: #ef4153;
    border-color: #ef4153;
    color: #fff;
}
.site-wrapper .listing-single-wrap .single-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.site-wrapper .listing-single-wrap .single-metas {
    margin-bottom: 30px;
}
.site-wrapper .listing-single-wrap .single-metas span, 
.site-wrapper .listing-single-wrap .single-metas span a {
    color: #939393;
}
.site-wrapper .listing-single-wrap .single-metas span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ededed;
}
.site-wrapper .listing-single-wrap .single-content {
    color: #000;
}
.site-wrapper .listing-single-wrap .single-content p {
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 24px;
}
.site-wrapper .listing-single-wrap {
    margin-bottom: 100px;
}

.site-wrapper h2 {
	font-weight: normal;
    color: #b4dc5a;
    font-size: 47px;
    font-family: 'Paytone One';
}
.auth-wrapper {
    padding: 100px 0;
    background-color: #fafee6;
    flex: 1;
}
.auth-wrapper .auth-form-bg {
	justify-content: center;
}
.auth-wrapper .auth-content h2 {
    font-size: 50px;
    color: #19191b;
    margin: 0;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -0.75px;
}
.auth-wrapper .authentication-form {
    display: block;
}
.auth-wrapper .authentication-form .form-control::placeholder {
	color: #b4b4b4;
}
.auth-wrapper .authentication-form .form-control:focus::placeholder {
    color: #ffc14f;
}
.auth-wrapper .authentication-form .form-control {
    border: 0;
    margin-bottom: 6px;
    font-size: 0.8rem;
    height: calc(1.5em + 0.75rem + 0px);
    padding: 0.275rem 0.75rem;
    color: #9a9999;
    line-height: 1;
}

.auth-wrapper hr {
	border-top: 1px dashed #d6d1d1;
}

.auth-wrapper .authentication-form .form-group {
    position: relative;
}
.auth-wrapper .authentication-form .form-group .form-control {
    border-radius: 6px;
    padding: 5px 20px;
    height: 40px;
    font-size: 13px;
    border: none;
    padding-left: 40px;
}
.auth-wrapper .authentication-form .form-group .form-control {
    border: 1px solid #dde2ec;
    background-color: #fff;
}
.auth-wrapper .authentication-form .form-group .form-control~i {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 24px;
}
#show_hide_password .input-group-addon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.form-group.row #show_hide_password .input-group-addon {
	right: 20px;
}
.auth-wrapper .authentication-form .custom-control-input:checked~.custom-control-label::before, .auth-wrapper .authentication-form .custom-switch .custom-control-label::after {
    background-color: #ef4153;
}
.auth-wrapper .authentication-form .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}
.auth-wrapper .authentication-form .social-login {
    margin-top: 30px;
}
.auth-wrapper .authentication-form h3, .auth-wrapper .authentication-form p, .auth-wrapper .authentication-form a {
    color: #000;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons a {
    background-color: transparent;
    height: auto;
    border-radius: 0;
    text-align: left;
    font-size: 20px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0;
    box-shadow: none;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-google {
    color: #dd4b39;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-facebook {
    color: #3B5998;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-twitter {
    color: #55ACEE;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-linkedin {
    color: #007bb5;
}
.auth-wrapper .authentication-form .social-login .social-login-buttons .btn.btn-github {
    color: #000;
}
.form-control:focus {
    box-shadow: none;
    border-color: #6c757d !important;
}
.user-dropdown .btn {
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.user-dropdown .user-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.user-dropdown .dropdown-toggle::after {
    display: none;
}
.user-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.user-dropdown .dropdown-menu .dropdown-item i {
    font-size: 20px;
    vertical-align: -2px;
    width: 25px;
}
.user-dropdown .dropdown-menu .user-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.user-dropdown .dropdown-menu .user-info .user-ac-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.user-dropdown .dropdown-menu .user-info .user-ac-info p {
    margin: 0;
    font-size: 13px;
}
.user-dropdown .dropdown-menu {
    border: none;
    border-radius: 6px;
    min-width: 220px;
    padding: 5px;
    box-shadow: 0 12px 28px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(255 255 255 / 50%);
    margin-left: 18px;
    z-index: 9999;
}
.user-dropdown .dropdown-menu .dropdown-item:hover {
    color: #ef4153;
    background-color: #f4f5f8;
}
.user-wrapper {
    padding: 30px;
    background-color: #fff;
}
.user-wrapper .order-aside-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 30px;
    border-right: 2px dashed #e6e6e6;
    /* -webkit-box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%);
    box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%); */
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;*/
}
.user-wrapper .order-aside-wrap .order-aside-info {
    text-align: center;
    padding: 0px 0 20px 0px;
    margin-right: 20%;
    background-color: #fff;
    border-bottom: 1px solid #e9ebf0;
}
.user-wrapper .order-aside-wrap .order-aside-info .child-avatar {
    width: 222px;
    min-width: 222px;
    height: 222px;
    min-height: 222px;
    display: flex;
    align-items: left;
    justify-content: left;
    background-color: #dce5ec;
    border-radius: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.user-wrapper .order-aside-wrap .order-aside-info .order-ac-info h4 {
    margin: 0;
    font-size: 37px;
    font-weight: 700;
    font-family: 'Paytone One';
    color: #999999;
    text-align: left;
}
.user-wrapper .order-aside-wrap .order-aside-info .order-ac-info h4 span {
    color: #e84a4b;
}
.user-wrapper .order-aside-wrap .order-aside-info .order-ac-info p {
    margin: 0;
}
.user-wrapper .order-aside-wrap .order-mainnav {
    background-color: #fff;
    padding: 10px 0 10px 0px;
    margin-right: 20%;
    border-bottom: 2px dashed #e9ebf0;
    /*padding-top: 0;*/
}
.user-wrapper .order-aside-wrap .order-mainnav p {
    margin-bottom: 0.45rem;
}
.user-wrapper .order-aside-wrap .order-summary {
    padding: 15px 0;
    margin-right: 20%;
    display: flex;
    flex-direction: column;
}
.user-wrapper .order-aside-wrap .order-summary h4 {
    font-weight: bold;
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.user-wrapper .order-aside-wrap .order-summary .order-item {
    font-size: 16px;
    color: #999;
}
.user-wrapper .order-aside-wrap .order-summary .order-item .meal-type {
    color: #b4dc5a;
}

.user-wrapper .order-aside-wrap .order-summary .order-sub-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
    color: #999;
}
.user-wrapper .order-aside-wrap .order-summary .order-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 2px dashed #e6e6e6;
    padding-top: 15px;
    font-weight: bold;
    color: #999;
}
.user-wrapper .order-aside-wrap .order-summary .order-total label {
    text-transform: uppercase;
}

.user-wrapper .order-selection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.user-wrapper .order-selection select {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    margin-right: 40px;
    border-color: #ffab00;
}
.change-child span.select2 {
    font-size: 1rem;
    margin-right: 40px;
    min-width: 200px;
}
.change-child span.select2 .selection .select2-selection {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    border-color: #ffab00;
    height: 48px;
}
.change-child .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}
.change-child .select2-container--default .select2-selection--single .select2-selection__arrow:before{
	color: #ffac1f;
    font-size: 1rem;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border: 1px solid #ffd695;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffab00;
    color: white;
    margin-top: 0px;
}
.user-wrapper .order-selection button {
    margin-right: 10px;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.user-wrapper .order-page-wrap .page-title-container {
	border-bottom: 0px;
	text-align: center;
    padding-bottom: 10px;
}
.user-wrapper .order-page-wrap .page-title-container h1 {
    font-size: 28px;
    font-weight: 400;
    display: inline;
    font-family: 'Paytone One';
    color: #999;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
}
.user-wrapper .order-page-wrap .page-title-container h1 span.sub {
    color: #b4dc5a;
}

.user-wrapper .order-page-wrap .order-helper {
    display: flex;
    justify-content: space-between;
}
.user-wrapper .order-page-wrap .meal-categories {
    display: flex;
    align-content: center;
    align-items: center;
}
.user-wrapper .order-page-wrap .cat-avatar {
    margin-right: 25px;
    position: relative;
    display: flex;
}
.user-wrapper .order-page-wrap .cat-avatar-label {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #b4dc5a;
    background-color: #fafee6 !important;
    border: 1px solid #e6e6e6;
    margin-right: 8px;
    font-family: 'Paytone One';
    font-size: 13px;
}
.user-wrapper .order-page-wrap .cat-avatar-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
}
.user-wrapper .order-page-wrap .meal-types {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.user-wrapper .order-page-wrap .meal-types .meal-types-icons {
	display: flex;
    align-content: center;
    align-items: center;
}
.user-wrapper .order-page-wrap .meal-types .type-avatar {
    margin-left: 25px;
    position: relative;
    display: flex;
}
.user-wrapper .order-page-wrap .meal-types .type-avatar .type-avatar-image {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #b4dc5a;
    margin-right: 8px;
    font-family: 'Paytone One';
    font-size: 13px;
}
.user-wrapper .order-page-wrap .meal-types .type-avatar .type-avatar-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
}
.user-wrapper .order-page-wrap .meal-types .meal-types-text {
	text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
}

.user-wrapper .order-page-wrap .order-calendar-container {
    margin: 40px 0;
}
.user-wrapper .order-page-wrap .order-calendar-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: baseline;
    color: #999;
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 20px;
    font-size: 13px;
}
.user-wrapper .order-page-wrap .order-calendar-navigation label {
    margin: 0;
}

.user-wrapper .order-page-wrap .order-calendar-container .order-calendar {
	
}
.cal-day-box {
    margin-bottom: 35px;
}
.cal-day-box nav .nav-tabs {
    justify-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    border-bottom: 1px solid #e6e6e6;
}
.cal-day-box .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Paytone One';
    font-size: 16px;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.cal-day-box .nav-tabs .nav-link.active, .cal-day-box .nav-tabs .nav-item.show .nav-link {
    color: #b4dc5a;
    border-color: #e6e6e6 #e6e6e6 #fff;
}
.cal-day-box .nav-tabs .type-avatar-image,
.modal-body .type-avatar-image,
.meal-details .type-avatar-image {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.meal-details .type-avatar-image {
	margin-left: 8px;
}
.cal-day-box .nav-tabs .type-avatar-image input,
.modal-body .type-avatar-image input,
.meal-details .type-avatar-image input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cal-day-box .nav-tabs .type-avatar-image span,
.modal-body .type-avatar-image span,
.meal-details .type-avatar-image span {
	min-width: 45px;
    background-repeat: no-repeat;
    min-height: 35px;
    background-position: center center;
    background-size: 75%;
    display: inline-block;
}
.meal-details .type-avatar-image span {
	min-width: 35px;
	background-size: 100%;
}
.cal-day-box .nav-tabs .type-avatar-image.gluten-free span,
.modal-body .type-avatar-image.gluten-free span,
.meal-details .type-avatar-image.gluten-free span {
	background-image: url('/themes/user/assets/img/icons/icon-gluten-free-grey.svg');
}
.cal-day-box .nav-tabs .type-avatar-image.gluten-free input:checked ~ span,
.modal-body .type-avatar-image.gluten-free input:checked ~ span,
.meal-details .type-avatar-image.gluten-free input:checked ~ span {
	background-image: url('/themes/user/assets/img/icons/icon-gluten-free.svg');
}
.cal-day-box .nav-tabs .type-avatar-image.dairy-free span,
.modal-body .type-avatar-image.dairy-free span,
.meal-details .type-avatar-image.dairy-free span {
	background-image: url('/themes/user/assets/img/icons/icon-dairy-free-grey.svg');
}
.cal-day-box .nav-tabs .type-avatar-image.dairy-free input:checked ~ span,
.modal-body .type-avatar-image.dairy-free input:checked ~ span,
.meal-details .type-avatar-image.dairy-free input:checked ~ span {
	background-image: url('/themes/user/assets/img/icons/icon-dairy-free.svg');
}

.cal-day-box .tab-content {
    border-color: transparent #e6e6e6 #e6e6e6;
    border-style: solid;
    border-width: thin;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-width: 0;
}
.cal-day-box .tab-content .tab-pane{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.cal-day-box .tab-content .tab-pane.selected,
.cal-day-box .nav-tabs .nav-link.selected {
	background-color: #fafee6;
}
.tab-date{
	position: absolute;
    vertical-align: middle;
    display: block;
    padding: 0.5rem 1rem 0.5rem 0;
    font-size: 17px;
}
.cal-day-box .tab-content > .active {
    display: flex;
}
.cal-day-box .tab-content .meal-image {
    text-align: center;
    background-color: #e3e2e0;
    padding: 30px 0px;
    border-bottom-left-radius: 13px;
    flex: 0 0 50%;
    max-width: 50%;
}
.cal-day-box .tab-content .meal-image img {
    border-radius: 15px;
    max-height: 200px;
    max-width: 90%;
}
.cal-day-box .tab-content .meal-details {
    padding: 15px 0 0 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 0 0 50%;
    max-width: 50%;
}
.cal-day-box .tab-content .meal-details p,
#meal-modal .modal-body p {
    padding: 0px 15px;
}
.cal-day-box .tab-content .meal-details .meal-row,
#meal-modal .modal-body .meal-row {
	display: flex;
	padding: 0 15px;
}
.cal-day-box .tab-content select.add-snack,
#meal-modal select.add-snack {
    width: 100%;
    padding: 6px;
    border: 0;
    color: #b4dc5a;
    background-color: #fafee6;
    margin-right: 5px;
}
.cal-day-box .tab-content .selected select.add-snack,
#meal-modal .selected select.add-snack {
	background-color: #fff;
}
.cal-day-box .tab-content .meal-price-total,
#meal-modal .meal-price-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    background: #e6e6e6;
    border-radius: 0 0 15px 0;
}
#meal-modal .meal-price-total {
	border-radius: 0;
}
.cal-day-box .tab-content .selected .meal-price-total {
    background: #b4dc5a;
}
.cal-day-box .tab-content .meal-price-total .price {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}
.cal-day-box .tab-content .selected .meal-price-total .price {
    color: #fff;
}
.cal-day-box .tab-content .meal-price-total .price small {
    font-size: 13px;
}

#lunch-dinner-modal form {
	display: flex;
    align-items: center;
    justify-content: center;
}

#lunch-dinner-modal form .lunchordinner-btn {
	flex: auto;
    margin: 0 20px;
}

.meal-image .alert {
    position: absolute !important;
    bottom: 10px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    font-size: 10px;
    background-color: #e84a4b;
    border-color: #e84a4b;
    color: #fff;
    border-radius: 10px;
}
.meal-image .alert strong {
    font-weight: bold;
}
.cal-day-box.not-available .tab-date {
    position: relative;
    padding-bottom: 0.3rem;
}
.cal-day-box.not-available .tab-content {
    min-height: 200px;
    background: transparent;
    border-1px border: solid;
    border-top-width: 1px;
    border-color: #e6e6e6;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.not-available .tab-content span {
    color: #b4dc5a;
    font-size: 16px;
    text-transform: uppercase;
}
.order-actions {
	justify-content: center;
}

.week-number-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.week-number-box h4 {
    color: #ffab00;
    font-family: 'Paytone One';
    text-transform: uppercase;
    font-size: 30px;
}
.week-number-box h4 .badge {
    color: #fff;
    font-size: 30px;
    background-color: #ffaa00;
    border-radius: 50%;
    padding: 6px 12px;
    margin-left: 5px;
}
.order-page-wrap.monthly .cal-day-box .tab-content .meal-details {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-page-wrap.monthly .cal-day-box .tab-content .meal-details p{
	font-size: 16px;
}
.order-page-wrap.monthly .tab-date {
    position: unset;
    padding: 0;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.order-summary-msg {
	margin-top: 40px;
    padding: 30px;
    background: #e84a4b;
    color: #fff;
}
.user-wrapper .order-summary .order-aside-wrap .order-aside-info .order-ac-info h4 span{
	color: #b4dc5a;
	font-weight: normal;
}
.user-wrapper .order-summary .order-aside-wrap .order-aside-info {
    border-bottom: 0;
}
.user-wrapper .order-summary .order-aside-wrap .summary {
    margin-right: 20%;
}
.user-wrapper .order-summary .order-aside-wrap .summary .order-child {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.user-wrapper .order-summary .order-aside-wrap .summary h4 {
    font-size: 15px;
    color: #e84a4b;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e6e6e6;
}
.user-wrapper .order-summary .order-aside-wrap .summary .order-item {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    
}
.user-wrapper .order-summary .order-aside-wrap .summary .order-item.with-bt {
	border-bottom: 1px solid #e6e6e6;
}
.user-wrapper .order-summary .order-aside-wrap .summary .order-item span {
    font-size: 15px;
}
.user-wrapper .order-summary .order-aside-wrap .summary .order-notes {
    background-color: #fafee6;
    color: #b4dc5a;
    padding: 10px 7px;
    min-height: 80px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 0px;
    width: 100%;
}
.user-wrapper .order-summary .order-aside-wrap .summary .order-total {
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #b4dc5a;
    color: #e84a4b;
    font-weight: bold;
}
.user-wrapper .order-summary .order-aside-wrap .summary .actions {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

#payment-form h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffc14f;
	border-bottom: 1px solid #e6e6e6;
	text-transform: uppercase;
    padding-bottom: 5px;
}
.order-complete .user-wrapper {
	background: #b4dc5a;
}
.order-complete .order-complete-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    padding: 10% 20%;
    color: #fff;
    font-weight: bold;
}
.order-complete-row h4 {
    font-family: 'Paytone One';
    color: #fff;
    font-size: 55px;
}
.order-complete-row h4 span{
	color: #e84a4b;
}
.order-complete-row .msg-success {
	text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
}
.order-complete-row hr {
    width: 20%;
    border-top: 2px solid #999;
    margin: 2em 0;
}
.order-complete-row .msg-email {
    padding: 0 25%;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 2rem;
}
.order-complete-row .btn {
	font-family: 'Paytone One';
	background: #fff;
	color: #b4dc5a;
	font-size: 12px;
}

.user-wrapper .user-aside-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 30px;
    /* -webkit-box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%);
    box-shadow: 0 0 15px 3px rgb(176 185 189 / 30%); */
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;*/
}
.user-wrapper .user-aside-wrap .user-aside-info {
    text-align: center;
    padding: 20px 0px 20px 0;
    margin-right: 40px;
    background-color: #fff;
    border-bottom: 1px solid #e9ebf0;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 10px;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-ac-info h4 {
    margin: 0;
    font-size: 37px;
    font-weight: 700;
    font-family: 'Paytone One';
    color: #999999;
    text-align: left;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-ac-info h4 span {
    color: #ffc14f;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-ac-info p {
    margin: 0;
}
.user-wrapper .user-aside-wrap .user-mainnav {
    background-color: #fff;
    padding: 10px 40px 10px 0;
    /*padding-top: 0;*/
}
.user-wrapper .user-aside-wrap .user-mainnav p {
    margin-bottom: 0.45rem;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu .sidebar-main-title > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    padding-top: 20px;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu .sidebar-main-title > div h6 {
    color: #3e5569;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a {
    padding: 10px 15px;
    position: relative;
    color: #222222;
    font-weight: 400;
    border-radius: 6px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a i {
    width: 25px;
    font-size: 24px;
    margin-right: 5px;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a .according-menu {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a .according-menu i {
    font-size: 12px;
    color: #000;
    margin: 0;
    width: auto;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a:hover {
    background-color: #f2f2f2;
    color: #292d34;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a.active {
    color: #ef4153;
    background-color: #f2f2f2;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu {
    width: 100%;
    padding: 0;
    position: relative !important;
    display: none;
    list-style: none;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li a {
    padding: 8px 25px;
    font-size: 13px;
    padding-left: 45px;
    color: #717171;
    display: block;
    position: relative;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li {
    position: relative;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li::after {
    left: 25px;
    position: absolute;
    top: 10px;
    content: "\f111";
    font-family: 'Line Awesome Free';
    font-weight: 400;
    font-size: 10px;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li>.nav-submenu li a:hover {
    color: #292d34;
    background-color: #fff;
}
.user-wrapper .user-aside-wrap .user-mainnav .nav-menu li a.link-nav .according-menu {
    display: none;
}
.user-wrapper .page-title-container h1 {
    font-size: 28px;
    font-weight: 400;
}
.user-wrapper .card {
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;
    border: initial;
    border-radius: 6px;
}
.user-wrapper .card .card-img-overlay {
    padding: 30px;
}
.user-wrapper .card.hover-border-primary {
    cursor: pointer;
}
.user-wrapper .card.hover-border-primary:hover:after {
    box-shadow: inset 0 0 0 1px rgba(239, 65, 83, 0.5),0 4px 10px rgba(0,0,0,.03) !important;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 6px;
    z-index: 0;
    pointer-events: none;
}

.user-wrapper .small-title {
    margin: 0;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Paytone One';
}
.user-wrapper .linethrough-title{
    font-family: 'Raleway', sans-serif;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}

.user-wrapper .linethrough-title:before,
.user-wrapper .linethrough-title:after {
    content: '';
    border-top: 1px solid #E6E6E6;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.user-wrapper .linethrough-title:after {
    margin: 0 0 0 20px;
}

.user-wrapper .small-title span {
	color: #b4dc5a;
	font-size: 20px;
}
.user-wrapper .widget-card .card-body i {
    font-size: 34px;
    margin-bottom: 10px;
}
.user-wrapper .widget-card .card-body h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.user-wrapper .widget-card .card-body .count {
    color: #ef4153;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -1px;
}
.hover-scale-up {
    backface-visibility: hidden;
    transition: transform 200ms;
}
.hover-scale-up:hover {
    transform: scale(1.02);
    z-index: 1;
}
.user-wrapper .card .card-body {
    padding: 30px;
}

.sh-15 {
    height: 7.5rem !important;
}

.badge {
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.muted-link {
    color: #afafaf;
}
.user-wrapper .search-input-container {
    position: relative;
    border-radius: 6px;
}
.user-wrapper .search-input-container input {
    background: transparent !important;
    width: calc(100% - 25px);
    border: initial;
    font-size: 14px;
    height: 38px;
}
.user-wrapper .search-input-container .search-magnifier-icon, 
.user-wrapper .search-input-container .search-delete-icon {
    color: #afafaf;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.user-wrapper .search-input-container .search-magnifier-icon svg, 
.user-wrapper .search-input-container .search-delete-icon svg {
    width: 17px;
    height: 17px;
    margin-top: 9px;
}
.user-wrapper .btn-icon.btn-icon-only {
    padding: 4px 9px;
    flex-shrink: 0;
    width: 38px;
    min-height: 38px;
    border: 0;
    font-size: 18px;
}

.user-wrapper .user-content-wrapper {
	border-left: 2px dashed #e6e6e6;
}

.user-credits {
    padding: 10px 40px 10px 0;
}
.user-credits .accordion-header {
    background: #ffc14f;
    border: 1px solid #e6e6e6;
    border-radius: 10px 10px 0 0;
}
.user-credits .accordion-header.collapsed {
    border-radius: 10px;
}
.user-credits .accordion-header button {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.user-credits .accordion-header.collapsed button {
    border-radius: 10px;
}
.user-credits ul.list-group li.list-group-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

#meal-modal .modal-header, 
#meal-modal .modal-footer{
	background: #b4dc5a;
    color: #fff;
}
#meal-modal .modal-body {
	padding: 1rem 0 0;
}

/**
 * 	Register Childer
 */
.user-wrapper .childs-container {
    border-bottom: 1px solid #e6e6e6;
}
.user-wrapper .childs-container .child-col{
	padding-bottom: 2rem;
}
.user-wrapper .childs-container .card {
	border: 1px solid #b4dc5a;
	border-radius: 20px;
}
.user-wrapper .childs-container .card-header:first-child {
    border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
    background-color: unset;
    border-bottom: 0px;
}
.user-wrapper .childs-container .card-header .user-avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.user-wrapper .childs-container .card-header .user-avatar .edit-photo {
	display: none;
	position: absolute;
    bottom: 0px;
    right: 6px;
}
.user-wrapper .childs-container .card-header .user-avatar:hover .edit-photo {
	display: block;
}
.user-wrapper .childs-container .card-header .user-title {
	width: 100%;
    align-self: flex-end;
    color: #e84a4b;
    font-size: 28px;
    font-family: 'Paytone One';
    margin-left: 0.5rem;
    border-bottom: 2px dashed #b4dc5a;
}
.user-wrapper .childs-container .card-header .user-title a {
	float: right;
}
.user-wrapper .childs-container .card-header .user-title a i{
	font-size: 1.6rem;
	color: #b4dc5a;
}
.user-wrapper .childs-container .widget-card .card-body {
	padding: 0.75rem 1.25rem;
	justify-content: space-around;
}
.user-wrapper .childs-container .widget-card .card-body i {
    font-size: 65px;
    margin-bottom: 20px;
    color: #999;
    margin-top: 15%;
}
.user-wrapper .childs-container .widget-card .card-body h4{
	font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
}
.user-wrapper .childs-container .card-footer:last-child {
	background-color: unset;
    border-top: 0px;
    border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px);
}
.user-wrapper .childs-container .register-child-col .register-child-form,
.user-wrapper .childs-container .update-child-col .update-child-form {
	display:none;
}

.user-wrapper .childs-container.open-form,
.user-wrapper .childs-container.open-update-form {
	align-items: flex-start;
}
.user-wrapper .childs-container.open-form .register-child-col .register-child-card,
.user-wrapper .childs-container.open-update-form .update-child-col .register-child-card {
	display:none;
}
.user-wrapper .childs-container.open-form .register-child-col .register-child-form,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form {
	display:block;
	background: #fafee6;
}
.user-wrapper .childs-container.open-form .register-child-col .register-child-form .card-header .close-form,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form .card-header .close-form {
	position: absolute;
    top: 8px;
    right: 0px;
}
.user-wrapper .childs-container.open-form .register-child-col .register-child-form form,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form form {
    width: 100%;
}
.user-wrapper .childs-container .register-child-col .card-header .user-avatar,
.user-wrapper .childs-container .update-child-col .card-header .user-avatar {
	background-color: transparent;
}
.user-wrapper .childs-container .register-child-col .card-header .user-title input,
.user-wrapper .childs-container .update-child-col .card-header .user-title input {
    border: 0;
    color: #e84a4b;
    width: 100%;
    background: transparent;
}
.user-wrapper .childs-container .register-child-col .register-child-form .card-body select, 
.user-wrapper .childs-container .register-child-col .register-child-form .card-body input, 
.user-wrapper .childs-container .register-child-col .register-child-form .card-body textarea,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form .card-body select, 
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form .card-body input, 
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form .card-body textarea {
    border: 0;
    margin-bottom: 10px;
    font-size: 13px;
    height: 30px !important;
    color: #b4dc5a;
}
.user-wrapper .childs-container .register-child-col .register-child-form ::-webkit-input-placeholder,
.user-wrapper .childs-container .register-child-col .register-child-form :-ms-input-placeholder,
.user-wrapper .childs-container .register-child-col .register-child-form ::placeholder,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form ::-webkit-input-placeholder,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form :-ms-input-placeholder,
.user-wrapper .childs-container.open-update-form .update-child-col .update-child-form ::placeholder {
  color: #999;
}

#register-child-form .select2-container--default .select2-selection--multiple,
.update-child-form .select2-container--default .select2-selection--multiple {
	min-height: 20px;
    border-color: transparent;
    height: 30px;
    margin-bottom: 10px;
}

#register-child-form .select2-container {
	width: 100% !important;
}
#register-child-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.update-child-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 0;
    padding-left: 20px;
    font-size: 11px;
}

#register-child-form .select2-container .select2-selection--multiple .select2-selection__rendered,
.update-child-form .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	margin-bottom: 20px;
}

#register-child-form .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.update-child-form .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: #b4dc5a;
}


.user-wrapper .orders-table .orders-t-header {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    font-size: 0.75rem;
    color: #999;
}

.user-wrapper .orders-t-body .table {
	border: 1px 0px 0px 0px solid #dee2e6;
}
.user-wrapper .orders-t-body .table thead {
    background-color: transparent;
}
.user-wrapper .orders-t-body .table thead th {
    font-weight: bold;
    color: #b4dc5a;
    font-size: 15px;
    border-bottom: 0px;
}
.user-wrapper .orders-t-body .table tbody td {
	border: 1px solid #dee2e6;
	padding: 0;
}
.user-wrapper .orders-t-body .table tbody td a,
.user-wrapper .orders-t-body .table tbody td span {
    display: block;
    padding: 0.75rem;
}
.user-wrapper .orders-t-body .table tbody td a{
	color: #fff;
}
.user-wrapper .orders-t-body .table tbody td a:hover{
	text-decoration: underline;
}


/*
 * Current Orders
 */
.user-wrapper .current-orders .card-header{
	background-color: #e84a4b;
}
.user-wrapper .current-orders .card-header:first-child {
    border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
}
.user-wrapper .current-orders .card-header .order-title {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}
.user-wrapper .current-orders .card-header .order-title small {
	font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
}
.user-wrapper .current-orders .card-header .order-title a {
    float: right;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 17px;
    text-transform: uppercase;
    font-weight: normal;
}
.user-wrapper .current-orders .card-header .order-title a span{
	border-radius: 50%;
    background-color: #fff;
    padding: 0.5rem;
    display: block;
    display: flex;
    margin-right: 8px;
}
.user-wrapper .current-orders .card-header .order-title a i{
	font-size: 1.6rem;
	color: #fff;
}
.user-wrapper .current-orders .card-header .order-title a span i{
	font-size: 0.6rem;
	color: #fff;
}
.user-wrapper .current-orders .card-header .order-title a i.green{
	color: #b4dc5a;
}
.user-wrapper .current-orders .card-header .order-title a i.red{
	color: #e84a4b;
}
.user-wrapper .current-orders .card .card-body {
	padding: 20px;
}
.user-wrapper .current-orders .accordion-header {
	padding: 10px 0;
}
.user-wrapper .current-orders .accordion-header button {
    color: #b4dc5a;
    padding: 0px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
.user-wrapper .current-orders .accordion-header button i {
	font-size: 15px;
}
.user-wrapper .current-orders .accordion-header .order-total {
    float: right;
    color: #999;
    font-weight: bold;
    font-size: 15px;
}
.user-wrapper .current-orders .order-item {
	border-top: 2px dashed #e6e6e6;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font-size: 15px;
    flex-direction: column;
}
.user-wrapper .current-orders .order-item .order-row {
	display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.user-wrapper .current-orders .order-item .order-item-name {
    color: #b4dc5a;
    font-style: italic;
    margin-bottom: 8px;
}
.user-wrapper .current-orders .order-item .order-item-type {
    color: #b4dc5a;
    font-style: italic;
    font-weight: bold;
}
.user-wrapper .current-orders .order-item .order-item-desc {
    color: #999;
    font-weight: 500;
}
.user-wrapper .current-orders .order-item .order-item-delivery {
    color: #e84a4b;
    font-weight: 500;
    margin-top: 10px;
}
.user-wrapper .current-orders .order-item .order-item-price{
	color: #999;
	font-weight: bold;
    font-size: 15px;
}
.user-wrapper .current-orders .order-item .order-item-actions span {
    border-radius: 50%;
    background-color: #b4dc5a;
    padding: 0.5rem;
    margin-left: 8px;
}
.user-wrapper .current-orders .order-item .order-item-actions span.b-red {
    background-color: #e84a4b;
}
.user-wrapper .current-orders .order-item .order-item-actions span i {
    font-size: 17px;
    color: #fff;
}


.type-avatar.meal-type-icon {
    margin-top: 3px;
    position: relative;
    display: flex;
}
.type-avatar.meal-type-icon .type-avatar-image {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #b4dc5a;
    margin-right: 8px;
    font-family: 'Paytone One';
    font-size: 13px;
}
.type-avatar.meal-type-icon .type-avatar-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
}


.shadow {
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;
}
.sw-11 {
    width: 5.5rem !important;
}
.text-small {
    font-size: .7em !important;
    font-weight: initial !important;
}
.ps-5 {
    padding-left: 2rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
@media (min-width: 992px) {
    .sh-lg-9 {
        height: 4.5rem !important;
    }
    .sh-lg-6 {
        height: 3rem !important;
    }
}
@media (min-width: 768px) {
    .sh-md-6 {
        height: 3rem !important;
    }
}
.card [class*=card-img-horizontal] {
    border-radius: initial;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: initial;
    border-top-right-radius: initial;
    height: 100%;
    object-fit: cover;
}

.user-wrapper .page-item {
    margin: 0 5px;
    text-align: center;
}
.user-wrapper .page-link {
    outline: initial !important;
    box-shadow: initial !important;
    border: initial;
    padding: 8px 9px;
    line-height: 1.5;
    font-size: 1em;
    min-width: 35px;
    height: 35px;
    color: #ef4153;
    border-radius: 6px !important;
    background: #fff;
}
.user-wrapper .page-item.disabled .page-link {
    opacity: .5;
    color: #ef4153;
    background: #fff;
    box-shadow: initial !important;
}
.user-wrapper .page-item.active .page-link {
    background: #ef4153;
    box-shadow: initial !important;
}
.user-wrapper .entry-form-wrap .card .card-body {
    padding: 25px;
}
.user-wrapper .entry-form-wrap label {
    color: #7c7c7c;
    font-weight: 400;
}
.user-wrapper .entry-form-wrap .form-control {
    border-color: #ddd;
    font-size: 14px;
    min-height: 36px;
}
.select2-container .select2-selection--single {
    height: 36px;
    border-color: #ddd;
}
.select2-container--default .select2-selection--multiple {
    min-height: 36px;
    border-color: #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    color: #495057;
    padding-left: 0px;
    font-weight: 400;
    font-size: 1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border-color: #ddd;
    font-size: 13px;
    color: #495057;
    font-weight: 400;
    padding: 1px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
}
.user-wrapper .note-editor.card {
    border: 1px solid #ddd;
    box-shadow: none !important;
} 
.custom-switch .custom-control-label::before {
    top: 2px;
}
.custom-switch .custom-control-label::after {
    top: 4px;
}
.user-wrapper .entry-form-wrap .custom-control-label {
    color: #4e4e4e;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #ef4153;
    border-color: #ef4153;
}
.user-wrapper .entry-form-wrap .btn.btn-xs {
    font-size: 12px;
}
.user-wrapper .entry-form-wrap .user-wrapper .btn-icon.btn-icon-only {
    min-height: 36px;
    width: 36px;
} 
.user-wrapper .entry-form-wrap .profile-aside {
    text-align: center;
    background-color: #fff;
    display: block;
    cursor: pointer;
    border-right: 1px solid #dee2e6;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-avatar .avatar-image {
    background-color: #ef4153;
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    height: calc(100% - 10px);
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-info {
    margin-top: 20px;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-info .name {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
.user-wrapper .entry-form-wrap .profile-aside .profile-info .designation {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu,
.user-wrapper .order-aside-wrap .order-aside-info .user-aside-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link,
.user-wrapper .order-aside-wrap .order-aside-info .user-aside-menu .nav-link {
    color: #222222;
    line-height: 1;
    padding: 0 10px;
    display: inline-flex;
    flex-direction: column;
    min-width: 40px;
    margin-top: 15px;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link i,
.user-wrapper .order-aside-wrap .order-aside-info .user-aside-menu .nav-link i {
    font-size: 22px;
    line-height: 1;
}
.user-wrapper .user-aside-wrap .user-aside-info .user-aside-menu .nav-link span,
.user-wrapper .order-aside-wrap .order-aside-info .user-aside-menu .nav-link span {
    font-size: 10px;
}




.user-wrapper .card .media {
    padding: 15px 15px;
}
.user-wrapper .card .media .media-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 30px;
    color: #000;
    background-color: #f2f2f2;
}
.user-wrapper .card .media .media-author {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    display: flex;
    background-size: contain;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ef4153;
}
.user-wrapper .btn-sm {
    font-size: 12px;
    padding: 2px 10px;
}
.user-wrapper .btn-sm+.dropdown-toggle-split {
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.dropdown-toggle::after {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header-search {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin-left: auto;
    border-radius: 4px;
    height: auto;
}
.header-search .form-control {
    padding: 0 2px;
    padding-left: 35px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    height: 31px;
    padding-right: 35px;
    border-color: #e9ebf0;
    color: #353c4e;
    font-size: 13px;
    min-height: auto;
    box-shadow: none;
}
.header-search .search-btn {
    left: auto;
    right: 0px;
    top: 0px;
    border: 0;
    border-radius: 4px;
    width: 35px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
}
.header-search .settings {
    right: auto;
    left: 3px;
    top: 0px;
    border: 0;
    display: block;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    color: #b0b0c0;
    font-size: 18px;
    position: absolute;
    width: 35px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.header-search .adv-search-wrap {
    right: 0;
    left: -5px !important;
    padding: 10px;
}
.header-search .adv-search-wrap .adv-search-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 30px;
    width: 100%;
}
.header-search .adv-search-wrap .adv-search-header .search-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-search .adv-search-wrap .adv-search-header .search-title h4 {
    margin: 0;
    font-size: 18px;
}
.header-search .adv-search-wrap .adv-search-header .search-dropdown {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.header-search .adv-search-wrap .adv-search-header .search-dropdown .search-item {
    margin-right: 10px;
}
.header-search .adv-search-wrap .adv-search-header .search-dropdown .search-item .form-control {
    border: 0;
    padding: 0;
    padding-right: 20px;
    background-position: center right 6px;
    height: auto !important;
}
.header-search .adv-search-wrap .adv-search-header .search-dropdown .search-item .btn-sort {
    padding: 0;
    width: 30px;
    height: auto;
    min-height: auto;
    line-height: 1;
    border-radius: 50%;
    font-size: 18px;
    background-color: #fff;
    color: #666;
    box-shadow: none;
}
.header-search .adv-search-wrap .adv-search-header .search-dropdown .search-item .btn-sort.active {
    color: #e04050;
}
.header-search .adv-search-wrap .adv-search-header .adv-search-close {
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: -4px;
    box-shadow: none;
}
.gutter-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutter-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.header-search .adv-search-wrap .form-group {
    margin-bottom: 10px;
}
.header-search .adv-search-wrap .form-control {
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    font-size: 13px;
    height: 30px !important;
}
.header-search .settings.dropdown-toggle::after {
    display: none;
}
.btn {
    border-radius: 4px;
}
.header-tabs {
    display: flex;
    align-items: center;
}
.header-tabs a {
    width: auto;
    border: 0;
    border-radius: 0;
    position: relative;
    font-weight: 500;
    line-height: 1;
    color: #3e5569;
    padding: 5px 10px;
}
.header-tabs a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: -2px;
}
.header-tabs a span {
    margin-left: 5px;
}
.header-tabs a.active {
    color: #000;
}
.header-tabs a::before {
    position: absolute;
    bottom: -10px;
    content: '';
    width: 0%;
    background-color: #eaeaea;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 10px;
}
.header-tabs a.active::before {
    background-color: #e31f33;
    width: 100%;
}
.header-tabs a + a {
    margin-left: 10px;
}
.dropdown-menu.dropdown-menu-with-icons .dropdown-item {
    display: flex;
    align-items: center;
}
.dropdown-menu.dropdown-menu-with-icons .dropdown-item i {
    font-size: 18px;
    line-height: 1;
    width: 25px;
}
.dropdown-item {
    padding: 6px 15px;
    font-size: 13px;
    cursor: pointer;
}
select.form-control {
    padding-right: 20px !important; 
}
.user-wrapper .page-title-container {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

#navbarMainDesktop {
	display: flex !important;
}

@media (min-width: 992px) {
	#navbarMainDesktop {
		display: flex !important;
	    justify-content: center;
	    flex-basis: auto;
	    flex-grow: 1;
    	align-items: center;
	}
	#navbarSupportedContent {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	#navbarMainDesktop {
		display: none !important;
	}
	.site-wrapper .site-header .navbar .navbar-nav {
    	flex-direction: row;
    }
/*@media only screen and (max-width: 768px) {*/
    .site-wrapper .site-header .navbar .navbar-brand img {
        height: 60px;
    }
    .site-wrapper .site-header .navbar .header-btns {
        position: absolute;
        right: 55px;
        top: 10px;
    }
    .navbar-toggler {
        padding: 0;
        border: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
    }
    .navbar-toggler.collapsed i::before {
        content: "\f0c9" !important;
    }
    .site-wrapper .content-section .content-text .title {
        font-size: 40px;
    }
    .site-wrapper .content-section .content-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .site-wrapper .site-header .navbar .navbar-collapse {
        margin-top: 15px;
        border-radius: 6px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }
    .site-wrapper .site-header .navbar .navbar-nav .nav-link {
        padding: 10px 25px;
    }
    .site-wrapper .site-header .navbar .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
    .auth-wrapper {
        padding: 50px 0;
    }
    .user-wrapper .intro-card {
        min-height: 250px;
        margin-bottom: 30px;
        height: auto !important;
    }
    .user-wrapper .widget-card {
        margin-bottom: 30px;
        height: auto !important;
    }
    .user-wrapper .user-aside-wrap {
        margin-bottom: 30px;
    }
    .user-wrapper .entry-form-wrap .profile-aside {
        border-right: 0;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .header-search {
        min-width: auto;
        max-width: 100%;
    }
    .user-wrapper .page-title-container {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .header-tabs {
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }
    .user-wrapper .page-title-container .col-auto {
        width: 100%;
    }
    .header-tabs a::before {
        bottom: -1px;
    }
    .header-tabs a {
        padding: 10px;
    }
}
@media only screen and (max-width: 600px) {
	.user-wrapper {
	    padding: 0px;
	}
	.user-wrapper .user-aside-wrap .user-aside-info {
		margin-right: 0;
	}
	.user-wrapper .user-aside-wrap .user-mainnav {
	    padding: 10px 0px 10px 0;
	    border-bottom: 1px solid #e9ebf0;
	}
	.user-credits {
	    padding: 10px 0px 10px 0;
	}
	.user-wrapper .childs-container .child-col {
	    padding-bottom: 0rem;
	}
	.user-wrapper .order-page-wrap .order-helper {
	    flex-direction: column;
	}
	.user-wrapper .order-page-wrap .meal-categories {
	    display: flex;
	    align-content: flex-end;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    flex-direction: row;
	}
	.user-wrapper .order-page-wrap .cat-avatar {
	    margin-right: 0px;
	    width: 50%;
	}
	.user-wrapper .order-page-wrap .meal-types {
	    align-items: unset;
	    margin-top: 15px;
	}
	.user-wrapper .order-page-wrap .meal-types .meal-types-text {
	    margin-top: 15px;
	}
	.user-wrapper .order-aside-wrap {
	    border-right: unset;
	}
	.user-wrapper .order-aside-wrap .order-aside-info {
    	margin-right: 0;
	}
	.user-wrapper .order-aside-wrap .order-aside-info .child-avatar {
		display: inline-block;
	}
	.user-wrapper .order-aside-wrap .order-aside-info .order-ac-info h4 {
		text-align: center;
	}
	.user-wrapper .order-selection {
	    flex-direction: column;
	    margin-top: 15px;
	}
	.user-wrapper .order-selection .calendar-nav {
	    margin-top: 15px;
	}
	.order-actions {
	    margin-bottom: 30px;
	}
    .site-wrapper .site-header {
        padding-left: 0;
        padding-right: 0;
    }
    .site-wrapper .hero-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site-wrapper .hero-area .hero-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site-wrapper .hero-area .hero-content .hero-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .site-wrapper .feature-section {
        padding: 50px 0;
        padding-bottom: 20px;
    }
    .site-wrapper .content-section {
        padding: 50px 0;
    }
    .site-wrapper .content-section .content-text .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .site-wrapper .footer-section .footer-top{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .auth-wrapper {
        padding: 30px 0;
    }
    .site-wrapper .site-header .navbar .header-btns {
        right: 42px;
        top: 10px;
    }
}
@media only screen and (max-width: 350px) {
    .site-wrapper .site-header .user-dropdown .btn .user-name {
        display: none;
    }
}