@charset "UTF-8";
@media screen {
    @font-face {
        font-family: "EuclidCircularB";
        src: url("/fonts/EuclidCircularB-Light.woff") format("woff");
        src: url("/fonts/EuclidCircularB-Light.woff2") format("woff2");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "EuclidCircularB";
        src: url("/fonts/EuclidCircularB-Medium.woff") format("woff");
        src: url("/fonts/EuclidCircularB-Medium.woff2") format("woff2");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "EuclidCircularB";
        src: url("/fonts/EuclidCircularB-Semibold.woff") format("woff");
        src: url("/fonts/EuclidCircularB-Semibold.woff2") format("woff2");
        font-weight: bold;
    }
}
.hide {
    display: none;
}
.clf:after,
.clf:before {
    content: "";
    display: table;
}
.clf:after {
    clear: both;
}
html {
    font-size: 14px;
}
body {
    overflow-x: hidden;
    font-family: "EuclidCircularB";
    background-color: #f2f3fa;
    color: #34495f;
}
body.active {
    overflow: hidden;
}
a {
    cursor: pointer;
    color: inherit;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #179c78;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.h6,
h6 {
    font-weight: 500;
}
small {
    font-size: 85%;
}
button {
    cursor: pointer;
}
a:focus,
button:focus,
input:focus,
select:focus {
    outline: 0;
}
canvas,
img,
input,
textarea {
    max-width: 100%;
}
button.reset {
    border: 0;
    background-color: inherit;
    padding: 0;
    outline: 0;
}
strong {
    font-weight: 500;
}
b,
dt {
    font-weight: 600;
}
mark {
    padding: 1px 2px;
}
code {
    color: #cb4a4e;
    background-color: #f7f8f8;
}
pre {
    position: relative;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    padding: 12px;
    background: #f0f0f0;
}
pre code {
    white-space: pre;
    display: block;
    overflow-x: auto;
}
pre .clipboard-copy {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 1rem;
    opacity: 0;
}
pre:hover .clipboard-copy {
    opacity: 1;
}
.collapse.in {
    display: block;
}
.btn {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    position: relative;
    padding: 0.65rem 1.25rem;
    cursor: pointer;
    overflow: hidden;
}
.btn.active,
.btn:active,
.open > .btn.dropdown-toggle,
.show > .btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .active-visible {
    display: none;
}
.btn.active .active-visible {
    display: inline;
}
.btn.active .active-hidden {
    display: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 1rem 1.75rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.35rem 0.75rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btn-air {
    -webkit-box-shadow: 0 5px 20px #d6dee4;
    box-shadow: 0 5px 20px #d6dee4;
}
.btn-air:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-thick {
    border-width: 2px;
}
.btn-square,
.btn-square .btn {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.btn-fix {
    min-width: 120px;
    text-align: center;
}
.btn-rounded {
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
}
.btn-secondary {
    color: #485b6f;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:hover,
.show > .btn-secondary.dropdown-toggle {
    color: #485b6f;
    background-color: #dadfe4;
    border-color: #dadfe4;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-primary {
    color: #fff;
    background-color: #fab03b;
    border-color: #fab03b;
}
.btn-primary.active,
.btn-primary.disabled,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #179c78;
    border-color: #179c78;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-success {
    color: #fff;
    background-color: #179c78;
    border-color: #179c78;
}
.btn-success.active,
.btn-success.disabled,
.btn-success.focus,
.btn-success:active,
.btn-success:disabled,
.btn-success:focus,
.btn-success:hover,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #fab03b;
    border-color: #fab03b;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-info {
    color: #fff;
    background-color: #2cc4cb;
    border-color: #2cc4cb;
}
.btn-info.active,
.btn-info.disabled,
.btn-info.focus,
.btn-info:active,
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #27b0b6;
    border-color: #27b0b6;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-warning {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:disabled,
.btn-warning:focus,
.btn-warning:hover,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #179c78;
    border-color: #179c78;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-danger {
    color: #fff;
    background-color: #f75a5f;
    border-color: #f75a5f;
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:disabled,
.btn-danger:focus,
.btn-danger:hover,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f64247;
    border-color: #f64247;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-blue {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-blue.active,
.btn-blue.disabled,
.btn-blue.focus,
.btn-blue:active,
.btn-blue:disabled,
.btn-blue:focus,
.btn-blue:hover,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #258cd1;
    border-color: #258cd1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-pink {
    color: #fff;
    background-color: #ff4081;
    border-color: #ff4081;
}
.btn-pink.active,
.btn-pink.disabled,
.btn-pink.focus,
.btn-pink:active,
.btn-pink:disabled,
.btn-pink:focus,
.btn-pink:hover,
.show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff2770;
    border-color: #ff2770;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-white {
    background-color: #fff;
}
.btn-transparent,
.btn-transparent.disabled {
    border-color: transparent;
    background-color: transparent;
    color: #485b6f;
}
.btn-outline-secondary {
    color: #485b6f;
    background-image: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
}
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    color: #485b6f !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-primary {
    color: #5c6bc0;
    background-image: none;
    background-color: transparent;
    border-color: #5c6bc0;
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-info {
    color: #2cc4cb;
    background-image: none;
    background-color: transparent;
    border-color: #2cc4cb;
}
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #2cc4cb;
    border-color: #2cc4cb;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-success {
    color: #18c5a9;
    background-image: none;
    background-color: transparent;
    border-color: #18c5a9;
}
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #18c5a9;
    border-color: #18c5a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-warning {
    color: #f39c12;
    background-image: none;
    background-color: transparent;
    border-color: #f39c12;
}
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-danger {
    color: #f75a5f;
    background-image: none;
    background-color: transparent;
    border-color: #f75a5f;
}
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f75a5f;
    border-color: #f75a5f;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-blue {
    color: #3498db;
    background-image: none;
    background-color: transparent;
    border-color: #3498db;
}
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:active,
.btn-outline-blue:focus,
.btn-outline-blue:hover,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline-pink {
    color: #ff4081;
    background-image: none;
    background-color: transparent;
    border-color: #ff4081;
}
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:active,
.btn-outline-pink:focus,
.btn-outline-pink:hover,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff4081;
    border-color: #ff4081;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.btn-outline {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-icon-only {
    height: 40px;
    width: 40px;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-icon-only [class*=" la-"] {
    font-size: 1.4rem;
}
.btn-icon-only [class^="ti-"] {
    font-size: 1.2rem;
}
.btn-icon-only [class*=" fa-"] {
    font-size: 1.3rem;
}
.btn-group-lg .btn-icon-only,
.btn-icon-only.btn-lg {
    height: 56px;
    width: 56px;
}
.btn-group-lg .btn-icon-only [class^="ti-"],
.btn-icon-only.btn-lg [class^="ti-"] {
    font-size: 1.7rem;
}
.btn-group-lg .btn-icon-only [class*="la-"],
.btn-icon-only.btn-lg [class*="la-"] {
    font-size: 1.9rem;
}
.btn-group-sm .btn-icon-only,
.btn-icon-only.btn-sm {
    height: 33px;
    width: 33px;
}
.btn-group-sm .btn-icon-only [class^="ti-"],
.btn-icon-only.btn-sm [class^="ti-"] {
    font-size: 1.1rem;
}
.btn-group-sm .btn-icon-only [class*="la-"],
.btn-icon-only.btn-sm [class*="la-"] {
    font-size: 1.3rem;
}
.btn-icon:not(.btn-labeled) {
    display: table;
    margin: 0 auto;
}
.btn-icon:not(.btn-labeled) > i {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    padding-right: 0.5rem;
}
.btn-icon:not(.btn-labeled).btn-icon-right > i {
    padding-right: 0;
    padding-left: 0.5rem;
}
.btn-icon [class*=" la-"] {
    font-size: 1.35rem;
}
.btn-icon [class^="ti-"] {
    font-size: 1.1rem;
}
.btn-group-lg .btn-icon [class^="ti-"],
.btn-icon.btn-lg [class^="ti-"],
.btn-lg .btn-icon [class^="ti-"] {
    font-size: 1.35rem;
}
.btn-group-lg .btn-icon [class*=" la-"],
.btn-icon.btn-lg [class*=" la-"],
.btn-lg .btn-icon [class*=" la-"] {
    font-size: 1.5rem;
}
.btn-group-sm .btn-icon [class^="ti-"],
.btn-icon.btn-sm [class^="ti-"],
.btn-sm .btn-icon [class^="ti-"] {
    font-size: 1rem;
}
.btn-group-sm .btn-icon [class*=" la-"],
.btn-icon.btn-sm [class*=" la-"],
.btn-sm .btn-icon [class*=" la-"] {
    font-size: 1.1rem;
}
.btn-circle {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
[class*="btn-gradient-"] {
    border-width: 0;
    color: #fff;
}
.btn-gradient-purple {
    background-image: -webkit-linear-gradient(
        45deg,
        #ff4081 0,
        #7536e6 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #ff4081 0,
        #7536e6 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #ff4081 0,
        #7536e6 100%
    ) !important;
}
.btn-gradient-peach {
    background-image: -webkit-linear-gradient(
        45deg,
        #f39c12 0,
        #e91e63 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #f39c12 0,
        #e91e63 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #f39c12 0,
        #e91e63 100%
    ) !important;
}
.btn-gradient-aqua {
    background-image: -webkit-linear-gradient(
        45deg,
        #35c9ff 0,
        #69f0ae 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #35c9ff 0,
        #69f0ae 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #35c9ff 0,
        #69f0ae 100%
    ) !important;
}
.btn-gradient-blue {
    background-image: -webkit-linear-gradient(
        45deg,
        #00dcaf 0,
        #7536e6 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #00dcaf 0,
        #7536e6 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #00dcaf 0,
        #7536e6 100%
    ) !important;
}
.btn-gradient-blue2 {
    background-image: -webkit-linear-gradient(
        45deg,
        #7536e6 0,
        #09ddae 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #7536e6 0,
        #09ddae 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #7536e6 0,
        #09ddae 100%
    ) !important;
}
.btn-gradient-silver {
    background-image: -webkit-linear-gradient(
        45deg,
        #c7cccf 30%,
        #35c9ff 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #c7cccf 30%,
        #35c9ff 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #c7cccf 30%,
        #35c9ff 100%
    ) !important;
    color: inherit;
}
.btn-gradient-lime {
    background-image: -webkit-linear-gradient(
        45deg,
        #eeff41 0,
        #35c9ff 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #eeff41 0,
        #35c9ff 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #eeff41 0,
        #35c9ff 100%
    ) !important;
    color: inherit;
}
.btn-gradient-blue-pink {
    background-image: -webkit-linear-gradient(
        45deg,
        #35c9ff 0,
        #e91e63 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #35c9ff 0,
        #e91e63 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #35c9ff 0,
        #e91e63 100%
    ) !important;
}
.btn-labeled .btn-label {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-labeled-left {
    padding-left: 50px;
    text-align: left;
}
.btn-labeled-left .btn-label {
    left: 0;
}
.btn-labeled-left.btn-lg {
    padding-left: 65px;
}
.btn-labeled-left.btn-lg .btn-label {
    width: 50px;
}
.btn-labeled-left.btn-sm {
    padding-left: 40px;
}
.btn-labeled-left.btn-sm .btn-label {
    width: 30px;
}
.btn-labeled-right {
    padding-right: 50px;
    text-align: right;
}
.btn-labeled-right .btn-label {
    right: 0;
}
.btn-labeled-right.btn-lg {
    padding-right: 65px;
}
.btn-labeled-right.btn-lg .btn-label {
    width: 50px;
}
.btn-labeled-right.btn-sm {
    padding-right: 40px;
}
.btn-labeled-right.btn-sm .btn-label {
    width: 30px;
}
.btn-label-out {
    position: relative;
    line-height: 1.25;
    padding: 0.65rem 1rem;
    border: 1px solid #dee1e3;
    color: #5d6064;
    background-color: #fff;
}
.btn-label-out.pointing {
    margin-left: -1px;
}
.btn-label-out.pointing:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
    background-color: inherit;
    border-style: solid;
    border-color: inherit;
}
.btn-group-lg .btn-label-out {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.btn-group-lg .btn-label-out.pointing:before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
}
.btn-group-sm .btn-label-out {
    padding: 0.35rem 0.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.btn-label-out-right {
    margin-left: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.btn-label-out-right.pointing:before {
    left: -5px;
    border-width: 0 0 1px 1px;
}
.btn-group-lg .btn-label-out-right.pointing:before {
    left: -8px;
}
.btn-label-out-left {
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.btn-label-out-left.pointing:before {
    right: -5px;
    border-width: 1px 1px 0 0;
}
.btn-group-lg .btn-label-out-left.pointing:before {
    right: -8px;
}
.btn-label-out-primary {
    border-color: #5c6bc0;
    color: #5c6bc0;
}
.btn-label-out-secondary {
    border-color: #e9ecef;
    color: #e9ecef;
}
.btn-label-out-info {
    border-color: #2cc4cb;
    color: #2cc4cb;
}
.btn-label-out-success {
    border-color: #18c5a9;
    color: #18c5a9;
}
.btn-label-out-warning {
    border-color: #f39c12;
    color: #f39c12;
}
.btn-label-out-danger {
    border-color: #f75a5f;
    color: #f75a5f;
}
.btn-label-out-blue {
    border-color: #3498db;
    color: #3498db;
}
.btn-label-out-pink {
    border-color: #ff4081;
    color: #ff4081;
}
.btn-label-out-gradient-purple.btn-label-out-right {
    border-color: #7536e6;
    color: #7536e6;
}
.btn-label-out-gradient-purple.btn-label-out-left {
    border-color: #ff4081;
    color: #ff4081;
}
.btn-label-out-gradient-peach.btn-label-out-right {
    border-color: #e91e63;
    color: #e91e63;
}
.btn-label-out-gradient-peach.btn-label-out-left {
    border-color: #f39c12;
    color: #f39c12;
}
.btn-animated .hidden-content,
.btn-animated .visible-content {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-animated .hidden-content {
    line-height: 20px;
}
.btn-animated.from-left .visible-content {
    position: relative;
    left: 0;
    right: auto;
}
.btn-animated.from-left .hidden-content {
    position: absolute;
    top: 50%;
    left: -100%;
    margin-top: -10px;
    width: 100%;
}
.btn-animated.from-left:hover .visible-content {
    left: 200%;
    right: auto;
}
.btn-animated.from-left:hover .hidden-content {
    left: 0;
    right: auto;
}
.btn-animated.from-top .visible-content {
    position: relative;
    left: 0;
    right: auto;
}
.btn-animated.from-top .hidden-content {
    position: absolute;
    top: -50%;
    left: 0;
    margin-top: -10px;
    width: 100%;
}
.btn-animated.from-top:hover .visible-content {
    opacity: 0;
}
.btn-animated.from-top:hover .hidden-content {
    top: 50%;
}
.btn-animated.fade-button .visible-content {
    position: relative;
    left: 0;
    right: auto;
}
.btn-animated.fade-button .hidden-content {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.btn-animated.fade-button:hover .visible-content {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
.btn-animated.fade-button:hover .hidden-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.btn-group.btn-rounded > .btn:first-child {
    -webkit-border-radius: 50px 0 0 50px !important;
    border-radius: 50px 0 0 50px !important;
}
.btn-group.btn-rounded > .btn:last-child {
    -webkit-border-radius: 0 50px 50px 0 !important;
    border-radius: 0 50px 50px 0 !important;
}
.btn-group-vertical.btn-rounded > .btn:first-child {
    -webkit-border-radius: 50px 50px 0 0 !important;
    border-radius: 50px 50px 0 0 !important;
}
.btn-group-vertical.btn-rounded > .btn:last-child {
    -webkit-border-radius: 0 0 50px 50px !important;
    border-radius: 0 0 50px 50px !important;
}
.btn-group-justified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.btn-group-justified .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn-group-justified .btn:first-child {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.btn-group-justified .btn:last-child {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn-group-vertical .btn.labeled {
    text-align: left;
}
.btn-group-vertical .btn.labeled .btn-label {
    width: 33px;
}
.btn-group-vertical.btn-group-lg .btn.labeled .btn-label {
    width: 45px;
}
.btn-group-vertical.btn-group-sm .btn.labeled .btn-label {
    width: 28px;
}
.btn-group-vertical.btn-group-xs .btn.labeled .btn-label {
    width: 22px;
}
.btn-soc-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-soc-twitter {
    background-color: #55acee;
    border-color: #55acee;
}
.btn-soc-google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.btn-soc-linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-soc-pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
}
.btn-soc-vk {
    background-color: #4b73a4;
    border-color: #4b73a4;
}
.btn-soc-instagram {
    background-color: #007bb5;
    border-color: #007bb5;
}
.btn-soc-youtube {
    background-color: #b00;
    border-color: #b00;
}
.btn-soc-dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
}
.btn-soc-github {
    background-color: #333;
    border-color: #333;
}
.btn-soc-tumblr {
    background-color: #2c4762;
    border-color: #2c4762;
}
.btn-soc-flickr {
    background-color: #f40083;
    border-color: #f40083;
}
.btn-soc-yahoo {
    background-color: #430297;
    border-color: #430297;
}
.btn-soc-ok {
    background-color: #f58220;
    border-color: #f58220;
}
.btn-soc-rss {
    background-color: #f60;
    border-color: #f60;
}
[class*=" btn-soc-"] {
    color: #fff;
}
[class*=" btn-soc-"]:focus,
[class*=" btn-soc-"]:hover {
    opacity: 0.9;
    color: #fff;
}
.fab {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.fab > .btn {
    z-index: 1;
}
.fab .fab-icon,
.fab .fab-icon-active {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fab .fab-icon-active {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.fab .fab-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
}
.fab .fab-menu li {
    padding: 5px;
}
.fab .fab-menu li .btn {
    -webkit-transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
    -ms-transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
    transform: scaleY(0.4) scaleX(0.4) translateY(0) translateX(40px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.fab.fab-top .fab-menu {
    bottom: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fab.fab-top .fab-menu li .btn {
    -webkit-transform: scale(0.4) translateX(0) translateY(40px);
    -ms-transform: scale(0.4) translateX(0) translateY(40px);
    transform: scale(0.4) translateX(0) translateY(40px);
}
.fab.fab-bottom .fab-menu {
    top: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fab.fab-bottom .fab-menu li .btn {
    -webkit-transform: scale(0.4) translateX(0) translateY(-40px);
    -ms-transform: scale(0.4) translateX(0) translateY(-40px);
    transform: scale(0.4) translateX(0) translateY(-40px);
}
.fab.fab-left .fab-menu {
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fab.fab-left .fab-menu li .btn {
    -webkit-transform: scale(0.4) translateX(40px) translateY(0);
    -ms-transform: scale(0.4) translateX(40px) translateY(0);
    transform: scale(0.4) translateX(40px) translateY(0);
}
.fab.fab-right .fab-menu {
    left: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fab.fab-right .fab-menu li .btn {
    -webkit-transform: scale(0.4) translateX(-40px) translateY(0);
    -ms-transform: scale(0.4) translateX(-40px) translateY(0);
    transform: scale(0.4) translateX(-40px) translateY(0);
}
.fab > .btn.active .fab-icon-active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.fab > .btn.active .fab-icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.fab > .btn.active + .fab-menu {
    visibility: visible;
}
.fab > .btn.active + .fab-menu > li > .btn {
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    opacity: 1;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn .caret {
    margin-left: 0;
}
.ibox {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.ibox .ibox-head {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
}
.order-management-sty .slimScrollDiv .ibox-title {
    position: absolute;
    top: 0;
    background-color: #e8eaed;
    z-index: 9;
    left: 0;
    width: 100%;
}
.ibox .ibox-head .ibox-title {
    font-size: 16px;
    font-weight: 500;
}
.ibox .ibox-head .ibox-title small {
    font-weight: 400;
    font-size: 13px;
    color: #777;
}
.ibox .ibox-head .ibox-title small a {
    color: inherit;
}
.ibox .ibox-head .ibox-tools {
    position: relative;
}
.ibox .ibox-head .ibox-tools > a {
    color: #aaa;
    font-size: 16px;
    margin-left: 8px;
}
.ibox .ibox-head .ibox-tools > a:hover {
    color: inherit;
}
.ibox .ibox-head .nav-pills,
.ibox .ibox-head .nav-tabs {
    margin: 0;
}
.ibox .ibox-head .nav-tabs {
    border: 0;
    height: 60px;
}
.ibox .ibox-head .nav-tabs .nav-link {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ibox .ibox-body {
    padding: 25px 25px 25px;
}
@media (max-width: 768px) {
    .ibox .ibox-body {
        padding: 15px;
    }
}
.ibox .ibox-body .ibox-fullwidth-block {
    margin-left: -25px;
    margin-right: -25px;
}
.ibox .ibox-footer {
    padding: 25px;
    border-top: 1px solid #eee;
}
.ibox.ibox-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1005;
}
.ibox.ibox-fullheight {
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
}
.ibox .abs-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.ibox.shadow-wide {
    -webkit-box-shadow: 0 5px 20px #d6dee4;
    box-shadow: 0 5px 20px #d6dee4;
}
body.fullscreen-mode {
    overflow-y: hidden;
}
.nav-pills,
.nav-tabs {
    margin-bottom: 15px;
}
.nav-pills .nav-link,
.nav-tabs .nav-link {
    /* color: #71808f; */
    color: #fff;
}
.nav-item .nav-link {
    color: #fff !important;
}
.nav-tabs .nav-link {
    padding: 0.7rem 1rem;
}
.tabs-line .nav-link {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    border-width: 0;
    border-bottom: 1px solid transparent;
}
.tabs-line .nav-link.active,
.tabs-line .nav-link:hover {
    color: #179c78;
    border-bottom-color: #f39c12;
}
.tabs-line.tabs-line-2x .nav-link {
    border-bottom-width: 2px;
}
.tabs-line-success .nav-link.active,
.tabs-line-success .nav-link:hover {
    color: #18c5a9;
    border-bottom-color: #18c5a9;
}
.tabs-line-info .nav-link.active,
.tabs-line-info .nav-link:hover {
    color: #2cc4cb;
    border-bottom-color: #2cc4cb;
}
.tabs-line-warning .nav-link.active,
.tabs-line-warning .nav-link:hover {
    color: #f39c12;
    border-bottom-color: #f39c12;
}
.tabs-line-danger .nav-link.active,
.tabs-line-danger .nav-link:hover {
    color: #f75a5f;
    border-bottom-color: #f75a5f;
}
.tabs-line-pink .nav-link.active,
.tabs-line-pink .nav-link:hover {
    color: #ff4081;
    border-bottom-color: #ff4081;
}
.nav-pills .nav-link {
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
.nav-pills .nav-link.active {
    background-color: #179c78;
    color: #fff;
}
.nav-pills.nav-pills-rounded .nav-link.active {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.nav-pills.nav-pills-air .nav-link.active {
    -webkit-box-shadow: 0 5px 20px #d6dee4;
    box-shadow: 0 5px 20px #d6dee4;
}
.nav-pills.nav-pills-air .nav-link.active:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-pills-success .nav-link.active {
    background-color: #18c5a9;
    color: #fff;
}
.nav-pills-info .nav-link.active {
    /* background-color: #179c78; */
    background-color: #fab03b;
    color: #fff;
}
.nav-pills .nav-item {
    margin-right: 10px;
    /* background-color: #d1ebe4; */
    background-color: #179c78;
    border-radius: 50px;
    margin-bottom: 10px;
}
.nav-pills-warning .nav-link.active {
    background-color: #f39c12;
    color: #fff;
}
.nav-pills-danger .nav-link.active {
    background-color: #f75a5f;
    color: #fff;
}
.nav-pills-pink .nav-link.active {
    background-color: #ff4081;
    color: #fff;
}
.alert {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.alert h4 {
    margin-bottom: 8px;
}
.alert.alert-bordered {
    border-width: 0 0 0 4px;
    background-color: #fff;
}
.alert.alert-outline {
    background-color: #fff;
}
.alert .alert-link {
    color: inherit;
    font-weight: 600;
}
.alert hr {
    border-color: inherit;
}
.alert:not(.alert-bordered):not(.alert-outline) {
    color: #fff;
}
.alert:not(.alert-bordered):not(.alert-outline) .alert-link {
    color: #fff;
}
.alert:not(.alert-bordered):not(.alert-outline) hr {
    border-color: #fff;
}
.alert .close {
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.2rem;
}
.alert .close:before {
    content: "\f191";
}
.alert.has-icon {
    padding-left: 70px;
}
.alert.has-icon .alert-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.5rem;
}
.alert-primary {
    background-color: #7481c9;
    border-color: #7481c9;
    color: #4e5ba3;
}
.alert-secondary {
    background-color: #c7cccf;
    border-color: #c7cccf;
    color: #a1a6a9;
}
.alert-success {
    background-color: #3bceb6;
    border-color: #3bceb6;
    color: #14a790;
}
.alert-info {
    background-color: #4ccdd3;
    border-color: #4ccdd3;
    color: #25a7ad;
}
.alert-warning {
    background-color: #f5ab36;
    border-color: #f5ab36;
    color: #cf850f;
}
.alert-danger {
    background-color: #f87377;
    border-color: #f87377;
    color: #d24d51;
}
.alert-pink {
    background-color: #ff5d94;
    border-color: #ff5d94;
    color: #d9366e;
}
.badge,
.label {
    padding: 3px 6px;
    line-height: inherit;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.badge-pill,
.label-pill {
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
}
.badge-default,
.badge-secondary,
.label-default {
    background-color: #e3e6e7;
    color: #34495f;
}
.badge-primary,
.label-primary {
    background-color: #f39c12;
}
.badge-success,
.label-success {
    background-color: #179c78;
}
.badge-info,
.label-info {
    background-color: #2cc4cb;
}
.badge-warning,
.label-warning {
    background-color: #fa7324;
}
.badge-danger,
.label-danger {
    background-color: #fa7324;
}
.badge-blue,
.label-blue {
    background-color: #3498db;
}
.badge-pink,
.label-pink {
    background-color: #ff4081;
}
.badge-circle {
    height: 20px;
    min-width: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.badge-point {
    display: inline-block !important;
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}
.static-badge {
    width: 52px;
    height: 52px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}
.progress {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.progress .progress-bar {
    height: 16px;
    line-height: 16px;
    background-color: #5c6bc0;
}
.progress-vertical {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 1rem;
    margin-right: 20px;
}
.progress-vertical .progress-bar {
    width: 100%;
}
.progress-vertical.progress-bottom .progress-bar {
    position: absolute;
    bottom: 0;
}
.progress-vertical.progress-wide {
    width: 36px;
}
.dropdown-menu {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: inherit;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dropdown-menu .dropdown-item,
.dropdown-menu > li > a {
    padding: 8px 15px;
    color: #526477;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #f7f8f8;
    color: #16181b;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item.active:focus,
.dropdown-menu .dropdown-item.active:hover {
    background-color: #ebedee;
    color: inherit;
}
.dropdown-menu .dropdown-header {
    font-size: inherit;
    color: inherit;
    -webkit-border-radius: 0.25rem 0.25rem 0 0;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 1rem 1.5rem;
}
.dropdown-menu .dropdown-arrow {
    position: absolute;
    bottom: 100%;
    left: 0;
    overflow: hidden;
    height: 22px;
    width: 50px;
}
.dropdown-menu .dropdown-arrow:after {
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    top: 16px;
    right: 15px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.dropdown-menu.dropdown-menu-right .dropdown-arrow {
    right: 0;
    left: auto;
}
.dropdown-menu > li > a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-toggle::after {
    display: none;
}
.btn.dropdown-arrow:after {
    display: inline;
    border: 0;
    font-family: LineAwesome;
    content: "\f110";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 0.8rem;
    line-height: 0;
    vertical-align: middle;
    top: -0.1em;
    position: relative;
    margin-left: 4px;
}
.btn-group-lg .btn.dropdown-arrow:after,
.btn.dropdown-arrow.btn-lg:after {
    font-size: 1rem;
}
.btn + .dropdown-toggle-split {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}
.btn + .dropdown-toggle-split.dropdown-arrow:after {
    margin-left: 0;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.55rem;
    padding-left: 0.55rem;
}
.dropdown-item > i {
    color: #9aa4af;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    top: -0.08rem;
    margin-right: 0.6rem;
}
.dropdown-item > [class*=" la-"] {
    font-size: 1.3rem;
}
.dropdown-item > [class^="ti-"] {
    font-size: 1.1rem;
}
.list-group .list-group-item {
    border-color: transparent;
    background-color: transparent;
    padding: 10px 15px;
}
.list-group .list-group-item.disabled {
    color: #ccc;
}
.list-group .list-group-item.active {
    color: #18c5a9;
}
.list-group.list-group-full .list-group-item {
    padding-left: 0;
    padding-right: 0;
}
.list-group.list-group-divider .list-group-item:not(:first-child) {
    border-top-color: #e1eaec;
}
.list-group.list-group-bordered .list-group-item {
    border-color: #e1eaec;
}
.list-group.list-group-bordered .list-group-item.active {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
    color: #fff;
}
.list-group.list-group-bordered .list-group-item:first-child {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group.list-group-bordered .list-group-item:last-child {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.list-group .list-group-item-success {
    color: #424d8a;
    background-color: #e7e9f6;
}
.list-group a.list-group-item-success,
.list-group button.list-group-item-success {
    color: #424d8a;
}
.list-group a.list-group-item-success:focus,
.list-group a.list-group-item-success:hover,
.list-group button.list-group-item-success:focus,
.list-group button.list-group-item-success:hover {
    color: #424d8a;
    background-color: #d4d8ef;
}
.list-group .list-group-item-success {
    color: #118e7a;
    background-color: #dcf6f2;
}
.list-group a.list-group-item-success,
.list-group button.list-group-item-success {
    color: #118e7a;
}
.list-group a.list-group-item-success:focus,
.list-group a.list-group-item-success:hover,
.list-group button.list-group-item-success:focus,
.list-group button.list-group-item-success:hover {
    color: #118e7a;
    background-color: #c8f1ea;
}
.list-group .list-group-item-info {
    color: #208d92;
    background-color: #dff6f7;
}
.list-group a.list-group-item-info,
.list-group button.list-group-item-info {
    color: #208d92;
}
.list-group a.list-group-item-info:focus,
.list-group a.list-group-item-info:hover,
.list-group button.list-group-item-info:focus,
.list-group button.list-group-item-info:hover {
    color: #208d92;
    background-color: #cbf0f2;
}
.list-group .list-group-item-warning {
    color: #af700d;
    background-color: #fdf0db;
}
.list-group a.list-group-item-warning,
.list-group button.list-group-item-warning {
    color: #af700d;
}
.list-group a.list-group-item-warning:focus,
.list-group a.list-group-item-warning:hover,
.list-group button.list-group-item-warning:focus,
.list-group button.list-group-item-warning:hover {
    color: #af700d;
    background-color: #fce6c3;
}
.list-group .list-group-item-danger {
    color: #b24144;
    background-color: #fee6e7;
}
.list-group a.list-group-item-danger,
.list-group button.list-group-item-danger {
    color: #b24144;
}
.list-group a.list-group-item-danger:focus,
.list-group a.list-group-item-danger:hover,
.list-group button.list-group-item-danger:focus,
.list-group button.list-group-item-danger:hover {
    color: #b24144;
    background-color: #fdcdcf;
}
.media {
    margin: 0;
}
.media .media-heading {
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
}
.media .media-img {
    padding-right: 14px;
}
.media-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.media-list .media {
    padding: 1.2rem 0;
}
.media-right .media-img {
    padding-left: 14px;
    padding-right: 0;
}
.media-list.media-list-divider .media:not(:first-child) {
    border-top: 1px solid #e1eaec;
}
.card {
    overflow: hidden;
    border: 0;
}
.card .card-title {
    font-weight: 500;
    margin-top: 0;
}
.card .card-avatar img {
    height: 128px;
    width: 128px;
}
.card .card-cup {
    height: 120px;
}
.card.has-cup .card-avatar {
    margin-top: -77px;
}
.card.has-cup .card-avatar img {
    border: 5px solid #fff;
}
.card .card-fab-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}
.card .card-overlay-fab {
    position: absolute;
    bottom: 0;
    right: 15px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.card .card-img-overlay .card-title-bottom {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
}
.card .card-overlay-dark {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card .card-overlay-dark.card-overlay-hover:hover {
    background-color: transparent;
}
.card .overlay-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    color: #fff;
}
.card .overlay-panel-bottom {
    bottom: 0;
    top: auto;
}
.card .overlay-panel-dark {
    background-color: rgba(0, 0, 0, 0.5);
}
.card .img-bordered {
    border: 4px solid rgba(255, 255, 255, 0.4);
}
.card .card-abs-left-bottom {
    position: absolute;
    bottom: 0;
    left: 15px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.card .card-abs-top-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.card-hover-zoom .img-zoom {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.card-hover-zoom:hover .img-zoom {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.card-air {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.card-footer,
.card-header {
    background-color: inherit;
}
.form-control {
    /* -webkit-border-radius: 2px;
    border-radius: 2px; */
    /* border-color: rgba(0, 0, 0, 0.1); */
    padding: 0.65rem 1.25rem;
    font-family: sans-serif, Arial;
}
.form-control.create .select2 {
    width: 100%;
}
.form-control:focus {
    border-color: #5c6bc0;
}
.form-control::-webkit-input-placeholder {
    color: #919ca8;
}
.form-control::-moz-placeholder {
    color: #919ca8;
}
.form-control:-ms-input-placeholder {
    color: #919ca8;
}
.form-control::-ms-input-placeholder {
    color: #919ca8;
}
.form-control::placeholder {
    color: #919ca8;
}
input:focus {
    border-color: #5c6bc0;
}
.form-primary .form-control:focus {
    border-color: #5c6bc0;
}
.form-success .form-control:focus {
    border-color: #18c5a9;
}
.form-warning .form-control:focus {
    border-color: #f39c12;
}
.form-info .form-control:focus {
    border-color: #2cc4cb;
}
.form-danger .form-control:focus {
    border-color: #f75a5f;
}
.form-pink .form-control:focus {
    border-color: #ff4081;
}
.form-ebony .form-control:focus {
    border-color: #34495f;
}
.form-control-line {
    border-width: 0 0 1px 0;
    padding-left: 0;
}
.form-control-rounded {
    -webkit-border-radius: 200px !important;
    border-radius: 200px !important;
}
.form-control-solid {
    background-color: #f4f5f9;
    border-color: #f4f5f9;
}
.form-control-solid:focus {
    background-color: #e4e6f0;
}
.form-control-air {
    -webkit-box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1);
    box-shadow: 0 3px 25px 0 rgba(53, 73, 95, 0.1);
}
select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.55rem + 2px);
    height: calc(2.55rem + 2px);
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: -webkit-calc(3.35rem + 2px);
    height: calc(3.35rem + 2px);
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: -webkit-calc(2.05rem + 2px);
    height: calc(2.05rem + 2px);
}
.file-input {
    position: relative;
}
.file-input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.file-input-plus {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #e7e9f6;
    color: #5c6bc0;
    border: 1px dashed;
    font-size: 28px;
}
.input-group .form-control-solid {
    border-color: #e9ecef;
}
.input-group-addon {
    padding: 0 1rem;
    color: #5d6064;
    color: #71808f;
    /* -webkit-border-radius: 2px !important; */
    /* border-radius: 2px !important; */
    border-color: #e9ecef;
    border-radius: 10px 0px 0px 10px !important;
}
.input-group-lg .input-group-addon {
    padding: 0 1.5rem;
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
    padding: 1rem 1.75rem;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.35rem 0.75rem;
}
.input-group-icon {
    position: relative;
    color: #71808f;
}
.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-icon.input-group-lg .input-icon {
    width: 50px;
}
.input-group-icon-left .form-control {
    padding-left: 40px;
}
.input-group-icon-left .input-icon-left {
    left: 0;
}
.input-group-icon-left.input-group-lg .form-control {
    padding-left: 50px;
}
.input-group-icon-right .form-control {
    padding-right: 40px;
}
.input-group-icon-right .input-icon-right {
    right: 0;
    left: auto;
}
.input-group-icon-right.input-group-lg .form-control {
    padding-right: 50px;
}
.form-control-lg [class^="ti-"],
.input-group-lg [class^="ti-"] {
    font-size: 1.35rem;
}
.form-control-lg [class*=" la-"],
.input-group-lg [class*=" la-"] {
    font-size: 1.5rem;
}
.form-control-sm [class^="ti-"],
.input-group-sm [class^="ti-"] {
    font-size: 1rem;
}
.form-control-sm [class*=" la-"],
.input-group-sm [class*=" la-"] {
    font-size: 1.1rem;
}
.has-success .form-control,
.has-success .form-control:focus {
    border-color: #18c5a9;
}
.has-success .col-form-label,
.has-success .control-label,
.has-success .input-icon > i {
    color: #18c5a9;
}
.has-success .form-control::-webkit-input-placeholder {
    color: #8ce2d4;
}
.has-success .form-control::-moz-placeholder {
    color: #8ce2d4;
}
.has-success .form-control:-ms-input-placeholder {
    color: #8ce2d4;
}
.has-success .form-control::-ms-input-placeholder {
    color: #8ce2d4;
}
.has-success .form-control::placeholder {
    color: #8ce2d4;
}
.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #f39c12;
}
.has-warning .col-form-label,
.has-warning .control-label,
.has-warning .input-icon > i {
    color: #f39c12;
}
.has-warning .form-control::-webkit-input-placeholder {
    color: #f9ce89;
}
.has-warning .form-control::-moz-placeholder {
    color: #f9ce89;
}
.has-warning .form-control:-ms-input-placeholder {
    color: #f9ce89;
}
.has-warning .form-control::-ms-input-placeholder {
    color: #f9ce89;
}
.has-warning .form-control::placeholder {
    color: #f9ce89;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #f75a5f;
}
.has-error .col-form-label,
.has-error .control-label,
.has-error .error,
.has-error .help-block,
.has-error .input-icon > i {
    color: #f75a5f;
}
.has-error .form-control::-webkit-input-placeholder {
    color: #fbadaf;
}
.has-error .form-control::-moz-placeholder {
    color: #fbadaf;
}
.has-error .form-control:-ms-input-placeholder {
    color: #fbadaf;
}
.has-error .form-control::-ms-input-placeholder {
    color: #fbadaf;
}
.has-error .form-control::placeholder {
    color: #fbadaf;
}
.help-block {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
    color: #71808f;
}
.help-block.error {
    color: #f75a5f;
}
.checkbox,
.radio {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 25px;
    font-weight: 400;
    min-height: 18px;
}
.checkbox .input-span,
.radio .input-span {
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    border: 1px solid #bdc3c7;
}
.checkbox .input-span::after,
.radio .input-span::after {
    content: "";
    position: absolute;
    display: none;
    width: 5px;
    height: 10px;
    left: 6px;
    top: 2px;
    border: solid #526477;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
}
.checkbox input:checked ~ .input-span:after,
.radio input:checked ~ .input-span:after {
    display: block;
}
.checkbox:hover .input-span,
.radio:hover .input-span {
    border-color: #b8b8b8;
}
.checkbox.checkbox-grey .input-span,
.checkbox.radio-grey .input-span,
.radio.checkbox-grey .input-span,
.radio.radio-grey .input-span {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.checkbox.disabled,
.radio.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.checkbox.check-single,
.radio.check-single {
    padding-left: 18px;
}
.radio .input-span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.radio .input-span::after {
    border: 0;
    height: 6px;
    left: 5px;
    top: 5px;
    width: 6px;
    background: #526477;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.check-list .checkbox,
.check-list .radio {
    display: block;
}
.check-list .checkbox + .checkbox,
.check-list .radio + .radio {
    margin-top: 8px;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    margin-right: 15px;
}
.checkbox-primary input:checked ~ .input-span {
    background-color: #179c78;
    border-color: #179c78;
}
.checkbox-primary input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-primary input:checked ~ .input-span {
    background-color: #179c78;
    border-color: #179c78;
}
.radio-primary input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-success input:checked ~ .input-span {
    background-color: #179c78;
    border-color: #179c78;
}
.checkbox-success input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-success input:checked ~ .input-span {
    background-color: #18c5a9;
    border-color: #18c5a9;
}
.radio-success input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-info input:checked ~ .input-span {
    background-color: #2cc4cb;
    border-color: #2cc4cb;
}
.checkbox-info input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-info input:checked ~ .input-span {
    background-color: #2cc4cb;
    border-color: #2cc4cb;
}
.radio-info input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-warning input:checked ~ .input-span {
    background-color: #f39c12;
    border-color: #f39c12;
}
.checkbox-warning input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-warning input:checked ~ .input-span {
    background-color: #f39c12;
    border-color: #f39c12;
}
.radio-warning input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-danger input:checked ~ .input-span {
    background-color: #f75a5f;
    border-color: #f75a5f;
}
.checkbox-danger input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-danger input:checked ~ .input-span {
    background-color: #f75a5f;
    border-color: #f75a5f;
}
.radio-danger input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-blue input:checked ~ .input-span {
    background-color: #3498db;
    border-color: #3498db;
}
.checkbox-blue input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-blue input:checked ~ .input-span {
    background-color: #3498db;
    border-color: #3498db;
}
.radio-blue input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-pink input:checked ~ .input-span {
    background-color: #ff4081;
    border-color: #ff4081;
}
.checkbox-pink input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-pink input:checked ~ .input-span {
    background-color: #ff4081;
    border-color: #ff4081;
}
.radio-pink input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-ebony input:checked ~ .input-span {
    background-color: #34495f;
    border-color: #34495f;
}
.checkbox-ebony input:checked ~ .input-span::after {
    border-color: #fff;
}
.radio-ebony input:checked ~ .input-span {
    background-color: #34495f;
    border-color: #34495f;
}
.radio-ebony input:checked ~ .input-span::after {
    background-color: #fff;
}
.checkbox-outline-primary input:checked ~ .input-span {
    border-color: #5c6bc0;
}
.checkbox-outline-primary input:checked ~ .input-span::after {
    border-color: #5c6bc0;
}
.radio-outline-primary input:checked ~ .input-span {
    border-color: #179c78;
}
.radio-outline-primary input:checked ~ .input-span::after {
    background-color: #179c78;
}
.checkbox-outline-success input:checked ~ .input-span {
    border-color: #18c5a9;
}
.checkbox-outline-success input:checked ~ .input-span::after {
    border-color: #18c5a9;
}
.radio-outline-success input:checked ~ .input-span {
    border-color: #179c78;
}
.radio-outline-success input:checked ~ .input-span::after {
    background-color: #179c78;
}
.checkbox-outline-info input:checked ~ .input-span {
    border-color: #2cc4cb;
}
.checkbox-outline-info input:checked ~ .input-span::after {
    border-color: #2cc4cb;
}
.radio-outline-info input:checked ~ .input-span {
    border-color: #179c78;
}
.radio-outline-info input:checked ~ .input-span::after {
    background-color: #179c78;
}
.checkbox-outline-warning input:checked ~ .input-span {
    border-color: #f39c12;
}
.checkbox-outline-warning input:checked ~ .input-span::after {
    border-color: #f39c12;
}
.radio-outline-warning input:checked ~ .input-span {
    border-color: #fa7324;
}
.radio-outline-warning input:checked ~ .input-span::after {
    background-color: #fa7324;
}
.checkbox-outline-danger input:checked ~ .input-span {
    border-color: #f75a5f;
}
.checkbox-outline-danger input:checked ~ .input-span::after {
    border-color: #f75a5f;
}
.radio-outline-danger input:checked ~ .input-span {
    border-color: #179c78;
}
.radio-outline-danger input:checked ~ .input-span::after {
    background-color: #179c78;
}
.checkbox-outline-blue input:checked ~ .input-span {
    border-color: #3498db;
}
.checkbox-outline-blue input:checked ~ .input-span::after {
    border-color: #3498db;
}
.radio-outline-blue input:checked ~ .input-span {
    border-color: #3498db;
}
.radio-outline-blue input:checked ~ .input-span::after {
    background-color: #3498db;
}
.checkbox-outline-pink input:checked ~ .input-span {
    border-color: #ff4081;
}
.checkbox-outline-pink input:checked ~ .input-span::after {
    border-color: #ff4081;
}
.radio-outline-pink input:checked ~ .input-span {
    border-color: #ff4081;
}
.radio-outline-pink input:checked ~ .input-span::after {
    background-color: #ff4081;
}
.checkbox-outline-ebony input:checked ~ .input-span {
    border-color: #34495f;
}
.checkbox-outline-ebony input:checked ~ .input-span::after {
    border-color: #34495f;
}
.radio-outline-ebony input:checked ~ .input-span {
    border-color: #34495f;
}
.radio-outline-ebony input:checked ~ .input-span::after {
    background-color: #34495f;
}
.ui-switch {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ui-switch input {
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}
.ui-switch span {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 16px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #ebedee;
    border: 2px solid #ebedee;
    cursor: pointer;
}
.ui-switch span:after {
    content: "";
    height: 24px;
    width: 24px;
    line-height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: -6px;
    color: #f7f8fa;
    background-color: #dfe2ea;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-align: center;
    font-size: 13px;
}
.ui-switch input:checked ~ span:after {
    left: -webkit-calc(100% - 25px);
    left: calc(100% - 25px);
    background-color: #179c78;
    -webkit-box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4);
    box-shadow: 0 3px 20px 0 rgba(92, 107, 192, 0.4);
}
.ui-switch.switch-icon span:after {
    font-family: LineAwesome;
    content: "\f191";
}
.ui-switch.switch-icon input:checked ~ span:after {
    content: "\f17b";
}
.ui-switch.switch-large span {
    height: 28px;
}
.ui-switch.switch-large span:after {
    top: 0;
}
.ui-switch.switch-outline span {
    background-color: #fff;
}
.ui-switch.switch-square span {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.ui-switch.switch-square span:after {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.ui-switch-success input:checked ~ span:after {
    background-color: #18c5a9;
    -webkit-box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4);
    box-shadow: 0 3px 20px 0 rgba(24, 197, 169, 0.4);
}
.ui-switch-info input:checked ~ span:after {
    background-color: #2cc4cb;
    -webkit-box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4);
    box-shadow: 0 3px 20px 0 rgba(44, 196, 203, 0.4);
}
.ui-switch-warning input:checked ~ span:after {
    background-color: #f39c12;
    -webkit-box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4);
    box-shadow: 0 3px 20px 0 rgba(243, 156, 18, 0.4);
}
.ui-switch-danger input:checked ~ span:after {
    background-color: #f75a5f;
    -webkit-box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4);
    box-shadow: 0 3px 20px 0 rgba(247, 90, 95, 0.4);
}
.ui-switch-ebony input:checked ~ span:after {
    background-color: #34495f;
    -webkit-box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4);
    box-shadow: 0 3px 20px 0 rgba(52, 73, 95, 0.4);
}
.ui-switch-blue input:checked ~ span:after {
    background-color: #3498db;
    -webkit-box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4);
    box-shadow: 0 3px 20px 0 rgba(52, 152, 219, 0.4);
}
.ui-switch-pink input:checked ~ span:after {
    background-color: #ff4081;
    -webkit-box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
    box-shadow: 0 3px 20px 0 rgba(255, 64, 129, 0.4);
}
.switch-solid-primary span {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
}
.switch-solid-primary span:after {
    background-color: #fff;
    color: #5c6bc0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-primary input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-success span {
    background-color: #18c5a9;
    border-color: #18c5a9;
}
.switch-solid-success span:after {
    background-color: #fff;
    color: #18c5a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-success input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-info span {
    background-color: #2cc4cb;
    border-color: #2cc4cb;
}
.switch-solid-info span:after {
    background-color: #fff;
    color: #2cc4cb;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-info input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-warning span {
    background-color: #f39c12;
    border-color: #f39c12;
}
.switch-solid-warning span:after {
    background-color: #fff;
    color: #f39c12;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-warning input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-danger span {
    background-color: #f75a5f;
    border-color: #f75a5f;
}
.switch-solid-danger span:after {
    background-color: #fff;
    color: #f75a5f;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-danger input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-ebony span {
    background-color: #34495f;
    border-color: #34495f;
}
.switch-solid-ebony span:after {
    background-color: #fff;
    color: #34495f;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-ebony input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-blue span {
    background-color: #3498db;
    border-color: #3498db;
}
.switch-solid-blue span:after {
    background-color: #fff;
    color: #3498db;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-blue input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.switch-solid-pink span {
    background-color: #ff4081;
    border-color: #ff4081;
}
.switch-solid-pink span:after {
    background-color: #fff;
    color: #ff4081;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.42;
}
.switch-solid-pink input:checked ~ span:after {
    background-color: #fff;
    opacity: 1;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-top: 1px solid #e8e8e8;
    vertical-align: middle;
}
.table thead th {
    border-bottom-width: 1px;
    border-top: 0;
    font-weight: 600;
    vertical-align: middle;
}
.table thead th,
.table tbody td {
    border-left: none;
    border-right: none;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e6e6e6 !important;
}
.table {
    border: none !important;
}
.table.dataTable thead {
    border: none !important;
}
table.dataTable thead th {
    border-bottom: none !important;
}
.table thead.thead-lg th {
    padding: 16px 10.5px;
}
.table.no-border > tbody > tr > td {
    border: 0 none !important;
}
.table-bordered {
    border: 1px solid #e8e8e8;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.table tr.success > td {
    background-color: #dcf6f2 !important;
}
.table tr.info > td {
    background-color: #dff6f7 !important;
}
.table tr.warning > td {
    background-color: #fdf0db !important;
}
.table tr.danger > td {
    background-color: #fee6e7 !important;
}
.table-head-purple thead th {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
    color: #fff;
}
.table-head-success thead th {
    background-color: #18c5a9;
    border-color: #18c5a9;
    color: #fff;
}
.table-border-purple,
.table-border-purple td,
.table-border-purple th {
    border-color: #5c6bc0;
}
.table-border-success,
.table-border-success td,
.table-border-success th {
    border-color: #18c5a9;
}
.thead-default th {
    background: #ebedee;
}
.pagination li {
    margin-right: 5px;
}
.pagination li > a,
.pagination li > span {
    /* height: 31px;
    width: 31px; */
    padding: 0;
    border: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    /* -webkit-border-radius: 50% !important; */
    /* border-radius: 50% !important; */
}

.pagination li > a:focus,
.pagination li > a:hover,
.pagination li > span:focus,
.pagination li > span:hover {
    /* color: #5c6bc0;
    background-color: #e9ecef; */
}
.pagination li .page-link-solid {
    color: #5c6bc0;
    background-color: #e9ecef;
}
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination .active > span,
.pagination .active > span:focus,
.pagination .active > span:hover,
.pagination .page-item.active .page-link {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
    color: #fff;
}
.modal-dialog {
    z-index: 1100;
}
.modal-dialog .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14),
        0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14),
        0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
.modal .close {
    margin: 0;
    font-size: 0;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
    cursor: pointer;
}
.modal .close::before {
    content: "\e646";
    font-size: 16px;
}
.modal .close:hover {
    opacity: 0.75;
}
.modal .close span {
    display: none;
}
.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    font-family: themify;
    font-size: 28px;
    background: 0 0;
}
.carousel-control-prev-icon:before {
    content: "\e64a";
}
.carousel-control-next-icon:before {
    content: "\e649";
}
.carousel-hover-controls .carousel-control-next-icon,
.carousel-hover-controls .carousel-control-prev-icon {
    opacity: 0;
}
.carousel-hover-controls:hover .carousel-control-next-icon,
.carousel-hover-controls:hover .carousel-control-prev-icon {
    opacity: 1;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}
.timeline:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 10px;
    background-color: #ebedf2;
}
.timeline .timeline-item {
    position: relative;
    padding: 10px 15px 10px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.timeline .timeline-item .timeline-point {
    height: 16px;
    width: 16px;
    background-color: #179c78;
    border: 4px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -8px;
}
.timeline .timeline-item .timeline-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -10px;
    text-align: center;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    background-color: #fff;
}
.timeline .timeline-item .timeline-icon:before {
    color: #adadad;
}
.timeline .timeline-item:hover .timeline-icon:before {
    color: inherit;
}
.social-widget {
    width: 100px;
    display: inline-block;
}
.social-widget-header {
    padding: 15px;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.social-widget-count {
    padding: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.social-widget-facebook .social-widget-header {
    background-color: #3b5998;
}
.social-widget-facebook .social-widget-count {
    background-color: #4264aa;
}
.social-widget-twitter .social-widget-header {
    background-color: #00aced;
}
.social-widget-twitter .social-widget-count {
    background-color: #08bbff;
}
.social-widget-google .social-widget-header {
    background-color: #f86c6b;
}
.social-widget-google .social-widget-count {
    background-color: #f98483;
}
.social-widget-linkedin .social-widget-header {
    background-color: #4875b4;
}
.social-widget-linkedin .social-widget-count {
    background-color: #5982bd;
}
.social-widget-pinterest .social-widget-header {
    background-color: #ec488d;
}
.social-widget-pinterest .social-widget-count {
    background-color: #ee5f9b;
}
.social-widget-vk .social-widget-header {
    background-color: #4b73a4;
}
.social-widget-vk .social-widget-count {
    background-color: #5780b2;
}
.widget-stat-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 30px;
}
.static-widget {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 15px;
}
.static-widget i {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 36px;
}
.widget-dark-progress {
    background: rgba(0, 0, 0, 0.1);
}
.widget-dark-progress .progress-bar {
    background-color: #e9ecef;
}
.widget-dark-badge {
    background: rgba(0, 0, 0, 0.2);
}
.tasks-list .task-data {
    padding-left: 25px;
}
.tasks-list .task-item .checkbox input:checked ~ .task-title {
    text-decoration: line-through;
}
.task-actions {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.task-actions > a.dropdown-toggle {
    color: #aaa;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}
.task-item:hover .task-actions {
    display: block;
}
@-webkit-keyframes collapseMenu {
    from {
        width: 60px;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fade-in-up {
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
}
@media print {
    .admin-navbar,
    .dashboard-sidebar,
    .theme-config,
    footer {
        display: none;
    }
    .body {
        overflow: visible !important;
    }
    .dashboard-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
    [data-print-hidden] {
        display: none !important;
    }
}
.bg-primary {
    background-color: #fab03b !important;
}
.bg-primary-800 {
    background-color: #424d8a !important;
}
.bg-primary-700 {
    background-color: #4b589d !important;
}
.bg-primary-600 {
    background-color: #5562b1 !important;
}
.bg-primary-400 {
    background-color: #7481c9 !important;
}
.bg-primary-300 {
    background-color: #8d97d3 !important;
}
.bg-primary-200 {
    background-color: #aeb5e0 !important;
}
.bg-primary-100 {
    background-color: #ced3ec !important;
}
.bg-primary-50 {
    background-color: #ebedf7 !important;
}
.bg-secondary {
    background-color: #bdc3c7 !important;
}
.bg-secondary-800 {
    background-color: #888c8f !important;
}
.bg-secondary-700 {
    background-color: #9ba0a3 !important;
}
.bg-secondary-600 {
    background-color: #aeb3b7 !important;
}
.bg-secondary-400 {
    background-color: #c7cccf !important;
}
.bg-secondary-300 {
    background-color: #d1d5d8 !important;
}
.bg-secondary-200 {
    background-color: #dee1e3 !important;
}
.bg-secondary-100 {
    background-color: #ebedee !important;
}
.bg-secondary-50 {
    background-color: #f7f8f8 !important;
}
.bg-success {
    background-color: #179c78 !important;
}
.bg-success-800 {
    background-color: #118e7a !important;
}
.bg-success-700 {
    background-color: #14a28b !important;
}
.bg-success-600 {
    background-color: #16b59b !important;
}
.bg-success-400 {
    background-color: #3bceb6 !important;
}
.bg-success-300 {
    background-color: #5dd6c3 !important;
}
.bg-success-200 {
    background-color: #8ce2d4 !important;
}
.bg-success-100 {
    background-color: #baeee5 !important;
}
.bg-success-50 {
    background-color: #e3f8f5 !important;
}
.bg-info {
    background-color: #2cc4cb !important;
}
.bg-warning {
    background-color: #fa7324 !important;
}
.bg-danger {
    background-color: #f75a5f !important;
}
.bg-blue {
    background-color: #3498db !important;
}
.bg-pink {
    background-color: #ff4081 !important;
}
.bg-pink-800 {
    background-color: #b82e5d !important;
}
.bg-pink-700 {
    background-color: #d1346a !important;
}
.bg-pink-600 {
    background-color: #eb3b77 !important;
}
.bg-pink-400 {
    background-color: #ff5d94 !important;
}
.bg-pink-300 {
    background-color: #ff79a7 !important;
}
.bg-pink-200 {
    background-color: #ffa0c0 !important;
}
.bg-pink-100 {
    background-color: #ffc6d9 !important;
}
.bg-pink-50 {
    background-color: #ffe8f0 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient-purple {
    background-image: -webkit-linear-gradient(
        45deg,
        #ff4081 0,
        #7536e6 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #ff4081 0,
        #7536e6 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #ff4081 0,
        #7536e6 100%
    ) !important;
}
.bg-gradient-peach {
    background-image: -webkit-linear-gradient(
        45deg,
        #f39c12 0,
        #e91e63 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #f39c12 0,
        #e91e63 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #f39c12 0,
        #e91e63 100%
    ) !important;
}
.bg-gradient-aqua {
    background-image: -webkit-linear-gradient(
        45deg,
        #35c9ff 0,
        #69f0ae 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #35c9ff 0,
        #69f0ae 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #35c9ff 0,
        #69f0ae 100%
    ) !important;
}
.bg-gradient-blue {
    background-image: -webkit-linear-gradient(
        45deg,
        #00dcaf 0,
        #7536e6 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #00dcaf 0,
        #7536e6 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #00dcaf 0,
        #7536e6 100%
    ) !important;
}
.bg-gradient-blue2 {
    background-image: -webkit-linear-gradient(
        45deg,
        #7536e6 0,
        #09ddae 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #7536e6 0,
        #09ddae 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #7536e6 0,
        #09ddae 100%
    ) !important;
}
.bg-gradient-silver {
    background-image: -webkit-linear-gradient(
        45deg,
        #c7cccf 30%,
        #35c9ff 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #c7cccf 30%,
        #35c9ff 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #c7cccf 30%,
        #35c9ff 100%
    ) !important;
}
.bg-gradient-lime {
    background-image: -webkit-linear-gradient(
        45deg,
        #eeff41 0,
        #35c9ff 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #eeff41 0,
        #35c9ff 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #eeff41 0,
        #35c9ff 100%
    ) !important;
}
.bg-gradient-blue-pink {
    background-image: -webkit-linear-gradient(
        45deg,
        #35c9ff 0,
        #e91e63 100%
    ) !important;
    background-image: -o-linear-gradient(
        45deg,
        #35c9ff 0,
        #e91e63 100%
    ) !important;
    background-image: linear-gradient(
        45deg,
        #35c9ff 0,
        #e91e63 100%
    ) !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-light {
    font-weight: 300 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-strong {
    font-weight: 500 !important;
}
.font-bold {
    font-weight: 600 !important;
}
.font-extra-bold {
    font-weight: 700 !important;
}
.font-poppins {
    font-family: Poppins;
}
.link-blue {
    color: inherit;
}
.link-blue:focus,
.link-blue:hover {
    color: #2cc4cb !important;
}
.link-green {
    color: inherit;
}
.link-green:focus,
.link-green:hover {
    color: #18c5a9 !important;
}
.text-primary {
    color: #fab03b !important;
}
.text-success {
    color: #179c78 !important;
}
.text-info {
    color: #2cc4cb !important;
}
.text-warning {
    color: #fa7324 !important;
}
.text-danger {
    color: #f75a5f !important;
}
.text-purple {
    color: #5c6bc0 !important;
}
.text-pink {
    color: #ff4081 !important;
}
.text-blue {
    color: #3498db !important;
}
.text-muted {
    color: #aaa !important;
}
.text-light {
    color: #71808f !important;
}
.text-white {
    color: #fff !important;
}
.color-inherit {
    color: inherit !important;
}
.hover-lighter:hover {
    color: #919191 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #179c78 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #27b0b6 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #179c78 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #e08e0b !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #f64247 !important;
}
a.text-purple:focus,
a.text-purple:hover {
    color: #4a5ab9 !important;
}
a.text-pink:focus,
a.text-pink:hover {
    color: #ff2770 !important;
}
a.text-blue:focus,
a.text-blue:hover {
    color: #258cd1 !important;
}
a.text-muted:focus,
a.text-muted:hover {
    color: #919191 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #5a6773 !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.nowrap {
    white-space: nowrap;
}
.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.p-relative,
.rel {
    position: relative !important;
}
.p-absolute {
    position: absolute !important;
}
.v-middle {
    vertical-align: middle;
}
.border-0 {
    border: 0 !important;
}
.hidden {
    display: none;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.flexbox {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flexbox-b {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flex-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}
.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    position: relative;
    background-color: #fff;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.header .page-brand {
    width: 230px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #3c3c3b;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    position: relative;
}
@media (max-width: 991px) {
    .header .page-brand {
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .header .page-brand a img {
        width: 153px;
    }
}
.close-btn-menu {
    position: absolute;
    cursor: pointer;
    /* right: -40px; */
    top: 17px;
    left: 15px;
    /* top: 0; */
    display: none;
    width: 30px;
    height: 40px;
    /* background-color: #3C3C3B; */
    /* border-radius: 0 12px 12px 0; */
}
@media (max-width: 991px) {
    .close-btn-menu {
        display: block;
    }
}
.close-btn-menu.intro {
    left: 15px !important;
}
.menu-btn {
    width: 100%;
    height: 100%;
    position: relative;
}
.menu-btn span {
    position: absolute;
    background-color: #ffffff;
    height: 2px;
    width: 24px;
    right: 0;
    /* transform: translate(-50%, -50%); */
    transition: 0.35s ease;
}
.menu-btn span:first-child {
    top: 10px;
}
.menu-btn span:nth-child(2) {
    top: 20px;
}
.menu-btn span:last-child {
    top: 30px;
}
.intro {
    left: 0px !important;
    transition: all 0.2s ease-in-out;
}
.intro .menu-btn span:first-child {
    /* transform: translate(-50%, -50%) rotate(45deg); */
    top: 50%;
    transform: rotate(45deg);
}
.intro .menu-btn span:nth-child(2) {
    display: none;
}
.intro .menu-btn span:last-child {
    /* transform: translate(-50%, -50%) rotate(-45deg); */
    top: 50%;
    transform: rotate(-45deg);
}
.header .page-brand a:focus,
.header .page-brand a:hover {
    color: inherit;
}
/* .header .page-brand .brand-mini {
    display: none;
} */
.header .navbar-toolbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar-toolbar > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    color: #6d7c85;
}
.header .navbar-toolbar > li .notify-signal {
    height: 6px;
    width: 6px;
    position: absolute;
    top: -3px;
    right: -3px;
    background: #18c5a9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.header .navbar-toolbar > li .notify-signal::before {
    display: none;
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #18c5a9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.header .navbar-toolbar > li.active .notify-signal::before {
    display: block;
}
.header .toolbar-icon {
    font-size: 18px;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}
.header .toolbar-icon:hover {
    background-color: #ebedf7;
    color: #fa7324;
}
.header .sidebar-toggler {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header .sidebar-toggler .icon-bar {
    width: 20px;
    height: 2px;
    background-color: #6d7c85;
    margin-top: 4px;
}
.header .sidebar-toggler .icon-bar:first-child {
    margin-top: 0;
}
.header .dropdown-user a.dropdown-toggle img {
    /* width: 36px; */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}
.header .admin-dropdown-menu {
    margin-top: 25px;
}
.header .admin-dropdown-menu .dropdown-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px;
    background-color: #18c5a9;
}
.header .admin-dropdown-menu .dropdown-arrow:after {
    background-color: #18c5a9;
}
.header .admin-dropdown-menu .admin-avatar {
    height: 60px;
    width: 60px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    margin-right: 35px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .admin-dropdown-menu .admin-avatar img {
    width: 88px;
    max-width: 88px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .admin-dropdown-menu .admin-badge {
    color: #333;
}
.header .admin-dropdown-menu .admin-badge i {
    height: 28px;
    width: 28px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
}
.header .admin-dropdown-menu .admin-menu-features {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .admin-dropdown-menu .admin-features-item {
    width: 150px;
    text-align: center;
    color: #71808f;
}
.header .admin-dropdown-menu .admin-features-item i {
    display: block;
    font-size: 36px;
    margin-bottom: 16px;
}
.header .admin-dropdown-menu .admin-features-item:hover {
    color: inherit;
}
.header .admin-dropdown-menu .admin-features-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header .admin-dropdown-menu .admin-menu-content {
    padding: 10px 30px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header .dropdown-notification a.dropdown-toggle .notify-signal {
    background: #179c78;
}
.header .dropdown-inbox .img-circle {
    width: 40px;
    height: 40px;
}
.header .timeout-toggler-icon .notify-signal {
    display: none;
}
.header .timeout-toggler.active .timeout-toggler-icon .notify-signal {
    display: block;
}
.header .search-toggler i {
    font-size: 18px;
    margin-right: 5px;
}
.header .quick-sidebar-toggler {
    font-size: 18px;
}
.header .dropdown-menu-media {
    min-width: 360px;
    margin-top: 25px;
}
.header .dropdown-menu-media .dropdown-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .envelope-badge {
    position: absolute;
    right: 7px;
    top: 0;
    padding: 2px 5px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #179c78;
}
.search-top-bar {
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 66px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 1005;
}
.search-top-bar.shined {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.search-top-bar .search-input {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 15px 10px 50px;
    color: #444;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-top-bar .input-search-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #71808f;
    padding-left: 10px;
    font-size: 18px;
}
.search-top-bar .input-search-icon:hover {
    color: inherit;
}
.search-top-bar .input-search-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #71808f;
}
.search-top-bar .input-search-close:hover {
    color: inherit;
}
.timeout-modal .timeout-icon {
    height: 60px;
    width: 60px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #5c6bc0;
    background-color: #e7e9f6;
}
.timeout-modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.timeout-modal.has-error .timeout-icon {
    color: #f75a5f;
    background: #fee5e5;
    -webkit-animation: shake 1s both;
    animation: shake 1s both;
}
@media screen and (max-width: 580px) {
    .dropdown-user > a > span,
    .header .search-toggler span {
        display: none;
    }
    .dropdown-user > a > img {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .header .quick-sidebar-toggler {
        display: none !important;
    }
}

.page-sidebar {
    width: 230px;
    background-color: #179c78;
    min-height: 100%;
    /* position: absolute; */
    position: fixed;
    top: 0;
    margin-top: 66px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1001;
}
#sidebar-collapse {
    height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
}

.page-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-sidebar ul li {
    position: relative;
    display: block;
}
.page-sidebar ul li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 15px;
    align-items: center;
}
.page-sidebar .collapse.in {
    height: auto !important;
}
.side-menu {
    padding-bottom: 60px !important;
    padding-top: 15px !important;
}
.side-menu .heading {
    padding: 12px 15px;
    display: block;
    font-size: 13px;
    color: #fff;
}
.side-menu li {
    outline: 0;
}
.side-menu li .sidebar-item-icon {
    width: 45px;
    line-height: 20px !important;
    font-size: 18px;
    /* -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear; */
    transition: all 0.15s linear;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-menu .sidebar-item-icon .js-tosvg {
    stroke: #ffffff;
}
.side-menu li .ti-home::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/allergy.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-paint-roller::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/discount.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-package::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/Meal.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-heart::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/ingredients.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-layers-alt::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/Order-Management.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-check-box::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/Carbc.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-layout-tab-window::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/Protein.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-bar-chart::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/Vegetbles.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .ti-map-alt::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/Fats.svg");
    position: absolute;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.side-menu li .nav-label {
    /* -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; */
    /* transition: all 0.15s linear;  */
}
.side-menu li a {
    transition: all 0.15s linear;
}
.side-menu li a .sidebar-item-icon .js-tosvg {
    transition: all 0.15s linear;
}
.side-menu li .arrow {
    line-height: 18px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    opacity: 1;
    color: #71808f;
}
.side-menu li.active > a > .arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.side-menu li a.active,
.side-menu li a.active .sidebar-item-icon {
    color: #fff;
}
.side-menu > li a {
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}
.side-menu > li a:focus,
.side-menu > li a:hover,
.side-menu > li a:hover .sidebar-item-icon {
    /* color: #fff;
    background-color: #3c3c3b; */
    color: #fad036 !important;
}
.side-menu > li a:focus,
.side-menu > li a:hover,
.side-menu > li a:active,
.side-menu > li a:hover .js-tosvg {
    stroke: #fad036 !important;
}
.side-menu > li a:focus .arrow,
.side-menu > li a:focus .sidebar-item-icon,
.side-menu > li a:hover .arrow,
.side-menu > li a:hover .sidebar-item-icon {
    color: #fff;
}
.side-menu > li.active .sidebar-item-icon .js-tosvg {
    /* stroke: #fad036 !important; */
    stroke: #fab03b;
}

.side-menu > li.active > a {
    /* color: #1abc9c;
    background-color: #3c3c3b; */
    /* color: #fad036; */
    color: #fab03b;
}
.side-menu > li.active > a .arrow,
.side-menu > li.active > a .sidebar-item-icon {
    /* color: #1abc9c; */
    /* color: #fad036; */
}
.side-menu .nav-2-level > li > a {
    padding: 7px 10px 7px 60px;
}
.side-menu .nav-3-level > li > a {
    padding: 7px 10px 7px 60px;
}
.sidebar-footer {
    position: fixed;
    bottom: 0;
    width: 230px;
    height: 50px;
    background-color: #787f82;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-footer a {
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #b4bcc8;
}
.sidebar-footer a:hover {
    font-size: 20px;
    color: #fff;
}
body:not(.fixed-layout).sidebar-mini .content-wrapper {
    margin-left: 70px;
}
body:not(.fixed-layout).sidebar-mini .page-sidebar {
    width: 70px;
}
body:not(.fixed-layout).sidebar-mini .page-brand {
    width: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body:not(.fixed-layout).sidebar-mini .brand {
    display: none;
}
body:not(.fixed-layout).sidebar-mini .brand-mini {
    display: block !important;
}
body:not(.fixed-layout).sidebar-mini .side-menu .heading {
    display: none;
}
body:not(.fixed-layout).sidebar-mini .side-menu li .sidebar-item-icon {
    font-size: 20px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    color: #9aa4af;
}
body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    padding: 10px 0;
    background-color: #34495f;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level ul {
    padding-left: 0;
}
body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level li a {
    padding-left: 20px;
}
body:not(.fixed-layout).sidebar-mini .side-menu li .nav-3-level > li > a {
    padding-left: 27px;
}
body:not(.fixed-layout).sidebar-mini .side-menu li ul a:focus,
body:not(.fixed-layout).sidebar-mini .side-menu li ul a:hover {
    background-color: inherit;
}
body:not(.fixed-layout).sidebar-mini .side-menu > li > a > .nav-label {
    display: none;
}
body:not(.fixed-layout).sidebar-mini .side-menu > li > a > .arrow {
    display: none;
}
body:not(.fixed-layout).sidebar-mini .side-menu > li:not(.active) > a:hover {
    background-color: inherit;
}
body:not(.fixed-layout).sidebar-mini .side-menu > li:hover .nav-2-level {
    display: block;
    height: auto !important;
    opacity: 1;
    visibility: visible;
}
body:not(.fixed-layout).sidebar-mini .side-menu > li:hover .sidebar-item-icon {
    color: #fff;
}
body:not(.fixed-layout).sidebar-mini
    .side-menu
    > li.active
    > a
    .sidebar-item-icon {
    color: #1abc9c;
}
body:not(.fixed-layout).sidebar-mini .sidebar-footer {
    display: none;
}
body.fixed-layout.sidebar-mini .page-brand,
body.fixed-layout.sidebar-mini .page-sidebar {
    margin-left: -230px;
    visibility: hidden;
}
body.fixed-layout.sidebar-mini .content-wrapper {
    margin-left: 0;
}
.page-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
}
.page-wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.content-wrapper {
    position: relative;
    background-color: #f2f3fa;
    margin-left: 230px;
    padding: 0 15px 60px 15px;
    -webkit-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
    /* min-height: 1400px; */
    min-height: 100vh;
}
.page-header {
    margin-left: -15px;
    margin-right: -15px;
}
.page-content {
    padding-top: 20px;
    margin-top: 5px;
}

.page-heading {
    padding: 0 5px;
}
.page-heading .page-title {
    font-size: 26px;
    margin: 20px 0 10px 0;
}
.page-heading .breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 13px;
    background-color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-heading .breadcrumb li {
    float: none;
    color: #868e96;
}
.page-heading .breadcrumb li a {
    color: inherit;
}
.page-heading .breadcrumb li + li:before {
    content: "\002022";
    color: inherit;
}
body.empty-layout .theme-config,
body.empty-layout .to-top {
    display: none !important;
}
body.fixed-layout .header,
body.fixed-navbar .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1002;
}
/* @media (max-width:991px) {
    body.fixed-navbar .header {
        height: 45px;
    }
} */
body.fixed-layout .content-wrapper,
body.fixed-navbar .content-wrapper {
    padding-top: 66px;
    padding-left: 54px;
}
@media (max-width: 1200px) {
    body.fixed-navbar .content-wrapper {
        padding-left: 35px !important;
    }
}

@media (max-width: 991px) {
    body.fixed-navbar .content-wrapper {
        padding-left: 15px !important;
    }
}
body.fixed-layout.drawer-sidebar .page-sidebar,
body.fixed-navbar.drawer-sidebar .page-sidebar {
    margin-top: 65px;
}
body.fixed-layout .page-sidebar {
    position: fixed;
    top: 66px;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 60px;
}
body.boxed-layout {
    max-width: 1200px;
    margin: 0 auto;
}
body.boxed-layout.fixed-layout .header,
body.boxed-layout.fixed-navbar .header {
    max-width: 1200px;
    margin: 0 auto;
}
body.drawer-sidebar .page-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -230px;
    margin-top: 0;
    z-index: 1005;
}

body.drawer-sidebar .page-sidebar.shined {
    left: 0;
}
body.drawer-sidebar .content-wrapper {
    margin-left: 0;
}
body.drawer-sidebar .page-brand {
    /* display: none; */
}
.quick-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    background-color: #fff;
    width: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1005;
    -webkit-box-shadow: 0 4px 15px 1px rgba(113, 106, 202, 0.2);
    box-shadow: 0 4px 15px 1px rgba(113, 106, 202, 0.2);
}
.quick-sidebar.shined {
    right: 0;
}
.quick-sidebar > .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.quick-sidebar > .nav-tabs .nav-link {
    text-align: center;
}
.quick-sidebar > .nav-tabs .nav-link > i {
    font-size: 26px;
}
.quick-sidebar .tab-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    bottom: 0;
    padding: 20px;
}
.quick-sidebar .tab-content .tab-pane {
    height: 100%;
}
.quick-sidebar .chat-panel {
    margin-left: -20px;
    margin-right: -20px;
}
.quick-sidebar .chat-list {
    height: 100%;
}
.quick-sidebar .chat-list .media {
    padding: 15px 20px;
    color: inherit;
}
.quick-sidebar .chat-list .media:focus,
.quick-sidebar .chat-list .media:hover {
    color: inherit;
}
.quick-sidebar .chat-list .media:hover {
    background-color: #f7f8f8;
}
.quick-sidebar .messenger {
    position: absolute;
    top: -70px;
    right: -100%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quick-sidebar .messenger-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #2cc4cb;
}
.quick-sidebar .messenger-header .messenger-return {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.quick-sidebar .messenger-header .messenger-return,
.quick-sidebar .messenger-header .messenger-return:focus,
.quick-sidebar .messenger-header .messenger-return:hover {
    color: #fff;
}
.quick-sidebar .messenger-header .messenger-return:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.quick-sidebar .messenger-header .messenger-more {
    padding: 15px;
    font-size: 16px;
}
.quick-sidebar .messenger-header .messenger-more,
.quick-sidebar .messenger-header .messenger-more:focus,
.quick-sidebar .messenger-header .messenger-more:hover {
    color: #fff;
}
.quick-sidebar .messenger-messages {
    background-color: #f3f6fb;
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
}
.quick-sidebar .messenger-messages .scroller {
    padding: 20px;
}
.quick-sidebar .messenger-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}
.quick-sidebar .message-image {
    padding: 6px 20px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}
.quick-sidebar .message-image img {
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.quick-sidebar .message-body {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 5px 20px #d6dee4;
    box-shadow: 0 5px 20px #d6dee4;
}
.quick-sidebar .message-body:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-right-color: #fff;
}
.quick-sidebar .messenger-message-answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 35px;
}
.quick-sidebar .messenger-message-answer .message-body {
    background-color: #2cc4cb;
    color: #fff;
}
.quick-sidebar .messenger-message-answer .message-body:before {
    border-width: 10px 0 10px 10px;
    border-left-color: #2cc4cb;
    left: 100%;
}
.quick-sidebar .message-time {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
.quick-sidebar .messenger-form {
    padding-top: 30px;
}
.quick-sidebar .messenger-form .messenger-form-inner {
    height: 60px;
    padding: 10px 20px;
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.quick-sidebar .messenger-form .messenger-input {
    padding: 0;
    width: 100%;
    border: 0;
    height: 100%;
    padding-right: 100px;
}
.quick-sidebar .messenger-form .messenger-actions {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
.quick-sidebar .messenger-form .messenger-actions .messanger-button {
    padding: 8px;
    font-size: 16px;
    opacity: 0.5;
}
.quick-sidebar .messenger-form .messenger-actions .messanger-button:hover {
    color: #18c5a9;
}
.quick-sidebar .messenger-form .messenger-actions .messanger-paperclip {
    font-size: 20px;
    position: relative;
    overflow: hidden;
}
.quick-sidebar .messenger-form .messenger-actions .messanger-paperclip input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.quick-sidebar
    .messenger-form
    .messenger-input:focus
    + .messenger-actions
    .messanger-button {
    opacity: 1;
}
.quick-sidebar .chat-panel.opened .messenger {
    right: 0;
}
.quick-sidebar .log-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 45px;
}
.quick-sidebar .log-tabs > a {
    height: 36px;
    width: 36px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
}
.quick-sidebar .log-tabs > a.active {
    -webkit-box-shadow: 0 2px 5px #d6dee4;
    box-shadow: 0 2px 5px #d6dee4;
    color: #179c78;
}
.quick-sidebar .logs {
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
}
.quick-sidebar .settings-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 15px;
}
.logs-list {
    position: relative;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}
.logs-list:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ebedf2;
}
.logs-list .log-item {
    position: relative;
    padding: 10px 30px;
    height: 41px;
}
.logs-list .log-item .log-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -10px;
    text-align: center;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    background-color: #fff;
}
.logs-list .log-item .log-icon:before {
    color: #adadad;
}
.logs-list .log-item:hover .log-icon:before {
    color: inherit;
}
.theme-config {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1001;
}
.theme-config .theme-config-toggle {
    display: none;
    position: absolute;
    right: 0;
    height: 38px;
    width: 38px;
    background-color: #fa7324;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.theme-config .theme-config-toggle .theme-config-show {
    font-size: 22px;
    color: #fff;
    line-height: 38px;
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}
.theme-config .theme-config-toggle .theme-config-close {
    display: none;
    font-size: 18px;
    line-height: 38px;
}
.theme-config .theme-config-box {
    display: none;
    padding: 10px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    overflow: hidden;
}
.theme-config .theme-config-box .ui-checkbox + .ui-checkbox {
    margin-top: 15px;
}
.theme-config.shined .theme-config-box {
    display: block;
    width: 400px;
}
.theme-config.shined .theme-config-toggle {
    background: 0 0;
}
.theme-config.shined .theme-config-toggle .theme-config-show {
    display: none;
}
.theme-config.shined .theme-config-toggle .theme-config-close {
    display: block;
}
.theme-config.shined .theme-config-toggle .close-btn {
    display: block;
}
.theme-config .color-skin-box {
    position: relative;
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    height: 40px;
}
.theme-config .color-skin-box .color-check-icon {
    position: absolute;
    left: 13px;
    top: 10px;
    opacity: 0;
    color: #fff;
    font-size: 16px;
}
.theme-config .color-skin-box label {
    display: block;
    cursor: pointer;
    position: relative;
    height: 100%;
}
.theme-config .color-skin-box input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.theme-config .color-skin-box input:checked + .color-check-icon {
    opacity: 1;
}
.preloader-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1004;
    background-color: #fff;
}
.preloader-backdrop .page-preloader {
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 10px 45px 10px 10px;
    margin-left: -60px;
    z-index: 1005;
    font-family: Poppins;
    font-size: 16px;
}
.preloader-backdrop .page-preloader::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-top: 2px solid #34495f;
    border-right: 2px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-rotate 0.6s linear infinite;
    animation: loader-rotate 0.6s linear infinite;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1004;
    pointer-events: none;
}
.shined {
    z-index: 1005 !important;
}
body.has-backdrop .backdrop {
    pointer-events: auto;
    opacity: 1;
}
.to-top {
    position: fixed;
    right: 3px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 2px solid #687991;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1001;
    opacity: 1;
    cursor: pointer;
    display: none;
}
.to-top i {
    font-size: 26px;
    color: #687991;
}
.to-top:hover {
    background-color: #687991;
}
.to-top:hover i {
    display: block;
    color: #fff;
}
.alertify {
    z-index: 1004;
}
.alertify-logs {
    z-index: 1005;
}
.legendLabel {
    padding-left: 5px;
}
.flotTip {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #323232 !important;
    border: 1px solid #323232 !important;
    opacity: 0.8;
    color: #fff;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0 !important;
}
table.dataTable {
    width: 100% !important;
    border-collapse: collapse !important;
}
.html5buttons {
    float: right;
    margin-top: 5px;
}
.dataTables_length {
    float: left;
    margin-top: 5px;
}
.dataTables_filter label {
    margin-right: 5px;
    margin-top: 5px;
}
.html5buttons a {
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}
@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 8px;
        text-align: center;
    }
    div.dt-buttons {
        width: auto;
    }
    .dataTables_length {
        float: none;
    }
}
.dataTables_filter input {
    height: 30px;
}
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    margin-top: -7px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #99a4af;
}
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th:first-child:before {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    margin-top: -7px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #99a4af;
}
table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 600;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: 50%;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
}
.dataTables_paginate .page-item.next .page-link,
.dataTables_paginate .page-item.previous .page-link {
    width: auto;
    padding: 0 10px;
}
.dataTables_paginate .page-item.next .page-link:hover,
.dataTables_paginate .page-item.previous .page-link:hover {
    background-color: #fff;
}
.toast-message {
    font-size: 13px;
}
.toast-close-button {
    line-height: normal;
}
#toast-container > div {
    opacity: 0.9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#toast-container > div:hover {
    opacity: 1;
}
.toast-success {
    background-color: #18c5a9;
}
.toast-info {
    background-color: #2cc4cb;
}
.toast-warning {
    background-color: #f5ab36;
}
.toast-error {
    background-color: #f75a5f;
}
.bootbox.modal .modal-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.note-editor.note-frame {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #ddd;
}
.note-toolbar {
    background-color: #ebedee;
    padding: 5px 5px 10px 10px !important;
}
.note-btn,
.note-btn:hover,
.open .note-btn.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #495057;
}
.note-btn {
    font-size: 0.875rem !important;
    padding: 0.25rem 0.5rem !important;
}
.note-color .dropdown-menu > li > .btn-group {
    display: table-cell !important;
    padding: 5px;
}
.note-popover.popover {
    display: none;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
    margin-left: 2px;
}
.bootstrap-tagsinput {
    display: block;
    width: 100%;
    padding: 5px 6px;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
.bootstrap-tagsinput input {
    font-family: sans-serif, Arial;
}
.bootstrap-tagsinput input::-webkit-input-placeholder {
    color: #919ca8;
}
.bootstrap-tagsinput input::-moz-placeholder {
    color: #919ca8;
}
.bootstrap-tagsinput input:-ms-input-placeholder {
    color: #919ca8;
}
.bootstrap-tagsinput input::-ms-input-placeholder {
    color: #919ca8;
}
.bootstrap-tagsinput input::placeholder {
    color: #919ca8;
}
.bootstrap-tagsinput.focus {
    border-color: #5c6bc0;
}
.bootstrap-tagsinput.form-control-solid {
    background-color: #f4f5f9;
    border-color: #f4f5f9;
}
.bootstrap-tagsinput.form-control-solid.focus {
    background-color: #e4e6f0;
    border-color: #5c6bc0;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e9ecef;
}
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 5px 20px #d6dee4;
    box-shadow: 0 5px 20px #d6dee4;
}
.fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content {
    padding: 7px 7px 7px 28px;
}
.fc-unthemed .fc-event .fc-content:before,
.fc-unthemed .fc-event-dot .fc-content:before {
    display: block;
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0.65rem;
    left: 0.75rem;
}
.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before {
    background-color: #5c6bc0;
}
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before {
    background-color: #f39c12;
}
.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before {
    background-color: #2cc4cb;
}
.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before {
    background-color: #f75a5f;
}
.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before {
    background-color: #18c5a9;
}
.fc-unthemed .fc-list-item .fc-event-dot {
    background-color: #5c6bc0;
}
.fc-unthemed .fc-list-item.fc-event-warning .fc-event-dot {
    background-color: #f39c12;
}
.fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
    background-color: #2cc4cb;
}
.fc-unthemed .fc-list-item.fc-event-danger .fc-event-dot {
    background-color: #f75a5f;
}
.fc-unthemed .fc-list-item.fc-event-success .fc-event-dot {
    background-color: #18c5a9;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}
.fc-toolbar .fc-right .fc-button {
    border: 1px solid #e9ecef;
}
.fc-unthemed td.fc-today {
    background-color: #179c78;
}
#external-events .ex-event {
    padding: 10px 15px;
    cursor: move;
}
.fc-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #fff;
    border: 0;
    background-image: none;
    color: inherit;
}
.fc-state-active,
.fc-state-down {
    -webkit-box-shadow: 0 5px 20px #d6dee4;
    box-shadow: 0 5px 20px #d6dee4;
}
.fc th.fc-widget-header {
    font-weight: 500;
    font-size: 13px;
    padding: 7px 0;
    text-transform: uppercase;
}
.fc-list-heading td {
    font-weight: 500;
}
.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #179c78;
}
.dropzone {
    border: 2px dashed #5c6bc0;
}
.dz-image,
.dz-progress {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.dropzone .dz-preview .dz-progress {
    border-color: #18c5a9;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background-color: #18c5a9;
}
.datepicker table tr td,
.datepicker table tr th {
    width: 35px;
    height: 35px;
}
.datepicker table tr td span.active,
.datepicker table tr td.active {
    background-color: #5c6bc0 !important;
    border-color: #5c6bc0 !important;
}
.datepicker table tr td,
.datepicker table tr th {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999;
}
.datepicker-inline {
    width: 245px;
}
.datepicker tfoot th,
.datepicker thead th {
    font-weight: 500;
}
.datepicker thead th.next,
.datepicker thead th.prev {
    font-size: 0;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.datepicker thead th.next::before {
    content: "\e649";
    font-size: 12px;
}
.datepicker thead th.prev::before {
    content: "\e64a";
    font-size: 12px;
}
.datetimepicker {
    padding: 10px;
}
.datetimepicker thead th.next,
.datetimepicker thead th.prev,
.datetimepicker thead th.switch {
    font-weight: 500;
}
.datetimepicker td,
.datetimepicker th {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.datetimepicker thead th.next > span,
.datetimepicker thead th.prev > span {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
.datetimepicker thead th.prev > span:before {
    content: "\e64a";
}
.datetimepicker thead th.next > span:before {
    content: "\e649";
}
.datetimepicker thead th.dow {
    font-weight: 500;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td.active {
    background: #5c6bc0 !important;
    color: #fff !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #5c6bc0;
}
.daterangepicker td.start-date {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.daterangepicker td.end-date {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.daterangepicker thead th {
    font-weight: 500;
}
.daterangepicker thead th.next,
.daterangepicker thead th.prev {
    font-size: 0;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.daterangepicker thead th.next::before {
    content: "\e649";
    font-size: 14px;
}
.daterangepicker thead th.prev::before {
    content: "\e64a";
    font-size: 14px;
}
.daterangepicker td,
.daterangepicker th {
    width: 32px;
    height: 32px;
}
.daterangepicker .input-mini {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.daterangepicker .input-mini.active {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #5c6bc0;
}
.bootstrap-select > .dropdown-toggle {
    padding-right: 30px;
}
.bootstrap-select > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap-select > .dropdown-toggle.btn-solid {
    background-color: #f4f5f9;
    border-color: #f4f5f9;
}
.bootstrap-select > .dropdown-toggle:focus {
    outline: 0 !important;
}
.bootstrap-select > .dropdown-toggle:after {
    display: inline-block;
    font-family: LineAwesome;
    content: "\f110";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 0.85rem;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0;
    height: 0;
    border: 0;
}
.bootstrap-select.btn-group.show > .dropdown-toggle.btn-default,
.bootstrap-select.btn-group.show > .dropdown-toggle.btn-solid {
    border-color: #5c6bc0;
}
.bootstrap-select .check-mark {
    top: 50%;
    margin-top: -8px !important;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.bootstrap-select .check-mark:before {
    content: "\e64c";
}
.bootstrap-select.btn-group .dropdown-menu li.selected > a {
    background-color: #ebedee;
    color: inherit;
}
.bootstrap-select.btn-group .dropdown-menu.inner > li.hidden {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #919ca8;
}
.easypie {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    position: relative;
}
.easypie .easypie-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin: 0;
}
.select2-container {
    max-width: 100%;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    outline: 0 !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    line-height: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: inline-block;
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 0.85rem;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0;
    height: 0;
    border: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow:before,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow:before {
    content: "\f110";
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #526477;
    line-height: 1.25;
    padding: 0.65rem 1.25rem;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open
    .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #5c6bc0;
}
.select2-dropdown {
    border: 1px solid #ebedee;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
}
.select2-search--dropdown {
    padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option .select2-results__group {
    padding: 6px 15px;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 30px;
}
.select2-container--default
    .select2-results__option.select2-results__option--highlighted {
    background-color: #f7f8f8;
    color: inherit;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ebedee;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    line-height: 1.25;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #ebedee;
    border-color: #ebedee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    content: "\e646";
    position: relative;
    top: 0.1rem;
    margin-right: 4px;
    font-size: 20px;
    color: #34495f;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 2rem;
    font-family: themify;
    speak: none;
    font-style: normal;
    display: inline-block;
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-weight: 400;
    line-height: 0;
    margin-right: 5px;
    font-size: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear::before {
    content: "\f191";
    font-size: 0.85rem;
}
.fooicon {
    font-family: themify !important;
}
.fooicon-search:before {
    content: "\e610";
}
.fooicon-sort:before {
    content: "\e63f";
}
.fooicon-sort-asc:before {
    content: "\e627";
}
.fooicon-sort-desc:before {
    content: "\e62a";
}
.fooicon-remove:before {
    content: "\e646";
}
.fooicon-trash:before {
    content: "\e605";
}
.fooicon-loader:before {
    content: "\e619";
}
.fooicon-plus:before {
    content: "\e61a";
}
.fooicon-minus:before {
    content: "\e622";
}
.fooicon-pencil:before {
    content: "\e61c";
}
.fooicon-eye-close:before {
    content: "\e63d";
}
.fooicon-flash:before {
    content: "\e652";
}
.fooicon-cog:before {
    content: "\e60f";
}
.fooicon-stats:before {
    content: "\e6bb";
}
table > tbody > tr > td > span.footable-toggle {
    opacity: 0.5;
}
.footable .open > .dropdown-menu {
    display: block;
}
.fixed-table-toolbar .btn-group > .btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}
.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    border: 1px solid #ccc;
    background-color: #ebedee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dd-handle:hover {
    font-weight: 700;
}
.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}
.dd-item > button:before {
    content: "+";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
    content: "-";
}
.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
        ),
        -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent
                    75%, #fff 75%, #fff);
    background-image: -o-linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
        ),
        -o-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
                    75%, #fff);
    background-image: linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
        ),
        linear-gradient(
            45deg,
            #fff 25%,
            transparent 25%,
            transparent 75%,
            #fff 75%,
            #fff
        );
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #ebedee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.dd3-content:hover {
    font-weight: 700;
}
.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}
.dd3-item > button {
    margin-left: 30px;
}
.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#ddd),
        to(#bbb)
    );
    background-image: -webkit-linear-gradient(bottom, #ddd 0, #bbb 100%);
    background-image: -o-linear-gradient(bottom, #ddd 0, #bbb 100%);
    background-image: linear-gradient(0deg, #ddd 0, #bbb 100%);
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before {
    content: "≡";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.dd3-handle:hover {
    background: #ddd;
}
.twitter-typeahead {
    display: block !important;
}
.tt-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 270px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.tt-suggestion {
    padding: 8px 15px;
    cursor: pointer;
}
.tt-suggestion:hover {
    background-color: #f5f5f5;
}
.wizard .steps {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.wizard .steps ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard .steps ul li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard .steps ul li:after,
.wizard .steps ul li:before {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #5c6bc0;
}
.wizard .steps ul li:after {
    right: 0;
}
.wizard .steps ul li:before {
    left: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
    content: none;
}
.wizard .steps ul li a {
    position: relative;
    padding-top: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    display: block;
    cursor: default;
}
.wizard .steps .current-info {
    display: none;
}
.wizard .steps ul li.current:after,
.wizard .steps ul li.current ~ li:after,
.wizard .steps ul li.current ~ li:before {
    background-color: #e5e5e5;
}
.wizard .steps ul li.current > a {
    color: #34495f;
}
.wizard .steps ul li.current .step-number {
    border-color: #5c6bc0;
    background-color: #fff;
    color: #5c6bc0;
}
.wizard .steps ul li.disabled a {
    color: #999;
    cursor: default;
}
.wizard .steps .step-number {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #e5e5e5;
    font-size: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center;
}
.wizard .steps ul li.done > a {
    color: #999;
}
.wizard .steps ul li.done .step-number {
    background-color: #5c6bc0;
    border-color: #5c6bc0;
    color: #fff;
}
.wizard .steps ul li.error .step-number {
    border-color: #f64247;
    color: #f64247;
}
.wizard .content > .title {
    display: none;
}
.wizard > .content > .body {
    padding: 25px;
    border: 4px solid #e3e6e7;
    max-width: 600px;
    margin: 0 auto;
}
.wizard > .content h3 {
    text-align: center;
    margin-bottom: 20px;
}
.wizard .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.wizard .actions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wizard .actions ul li + li {
    margin-left: 15px;
}
.wizard .actions a {
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #fff;
    background-color: #5c6bc0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.wizard .actions .disabled a,
.wizard .actions a[href="#previous"] {
    color: #485b6f;
    background-color: #e3e6e7;
}
.page-content .ibox .table thead {
    background-color: #f4f4f8;
}
.table tfoot tr th {
    border: none !important;
}
.table tfoot {
    border: 1px solid #3c3c3b;
    border-left: none;
    border-right: none;
}
.dataTables_scrollBody {
    border: none !important;
}
.page-content .ibox .table tbody a {
    color: #179c78;
}
.page-content .paginate_button {
    border: 1px solid #f4f4f8 !important;
    margin: 0 !important;
    background-color: #ffffff !important;
    /* background: #179C78; */
}
/* .pagination .paginate_button:hover{
  background-color: #179c78 !important;
} */
.page-content
    .ibox
    .dataTables_paginate
    .pagination
    .paginate_button
    .page-link {
    background-color: #ffffff;
    color: #787f82;
    border-radius: 0;
}
.page-content .ibox-body .row .row-group {
    background-color: #d1ebe4;
    color: #787f82;
    text-align: center;
}
.ibox.sty-1 {
    background-color: transparent;
    box-shadow: none;
}
.customer-details-wrapper {
    background-color: #ffffff;
    margin-bottom: 20px;
    /* padding: 20px; */
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
}
.bottom-sec {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .bottom-sec {
        flex-direction: column;
    }
}
.bottom-sec .box.sty-1 {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.bottom-sec .box {
    max-width: 49%;
    flex: 0 0 49%;
    background-color: #ffffff;
    /* padding: 20px; */
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
}
@media (max-width: 768px) {
    .bottom-sec .box {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.bottom-sec .box-section {
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
}
.bottom-sec .box-section:last-child {
    margin-bottom: 0px;
}

.ibox.sty-1 .ibox-body .heading {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
}
.ibox.sty-1 .ibox-body .heading::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    bottom: 5px;
    left: 0;
}
.ibox.sty-1 .media-heading {
    color: #179c78;
    margin-bottom: 7px;
}
.ibox.sty-1 .text-muted {
    color: #3c3c3b !important;
}
.ibox.sty-1 .row {
    margin: 0;
}
.ibox.sty-1 .food-txt {
    min-width: 100px;
    min-height: 25px;
    background-color: #f06548;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.food-options-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.ibox.sty-1 .food-txt .text-muted.fnt-white {
    color: #ffffff !important;
}
.ibox.sty-1 .food-txt.bg-yellow {
    background-color: #fab03b;
}
.ibox.sty-1 .food-txt .text-muted.fnt-black {
    color: #3c3c3b !important;
}
.days-sec {
    display: flex;
    flex-wrap: wrap;
}
.days-sty {
    min-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    /* width: 23px; */

    height: 23px;
    background: #d1ebe4;
    border-radius: 5px;
    text-align: center;
    margin-right: 7px;
}

.days-sty .text-muted.fnt-green {
    color: #179c78 !important;
    font-weight: 700;
    padding: 0 5px;
}
.border-sty {
    position: relative;
}
.border-sty::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 98%;
    background-color: #f4f4f8;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

.ibox.customer-details-sty {
    background: #ffffff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;
}
@media (max-width: 991px) {
    .sty-center {
        justify-content: center;
    }
}

.ibox.customer-details-sty .heading {
    margin-bottom: 35px;
}
.ibox.customer-details-sty::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    top: 60px;
    left: 0;
}
.ibox.customer-details-sty .media-heading {
    color: #179c78;
}
.ibox.customer-details-sty .text-muted {
    color: #3c3c3b !important;
}

.row-grid.order-management-sty .slimScrollDiv {
    background: #e8eaed !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17) !important;
    border-radius: 10px !important;
}
.row-grid.order-management-sty .ibox {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(76, 108, 139, 0.29);
}
.order-custom-sty {
    background: #f4f4f8;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 5px;
}
.js-order-customer.order-custom-sty .text-right a {
    text-decoration: none;
    color: #179c78;
}
.ibox.order-manage-btn-sty .custom-btn {
    padding-top: 5px !important;
}
.ibox.order-manage-btn-sty .custom-btn .btn {
    background-color: #179c78 !important;
    border-radius: 5px;
}

.ibox.order-manage-btn-sty .heading {
    margin-bottom: 25px;
    color: #179c78;
    font-size: 20px;
}
.ibox.order-manage-btn-sty {
    position: relative;
}
.ibox.order-manage-btn-sty::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    top: 50px;
    left: 0;
}
.slimScrollBar {
    background-color: #179c78 !important;
    border-radius: 10px;
    opacity: 1 !important;
    height: 93px !important;
}
.order-management-sty .col-grid-custom {
    width: 370px !important;
    max-width: 370px !important;
}
@media (max-width: 500px) {
    .order-management-sty .col-grid-custom {
        max-width: 300px !important;
    }
}
.order-management-sty .order-manage {
    max-width: 330px;
    margin: auto;
    padding-top: 70px;
}
.custom-order-sty {
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    border-radius: 10px;
}
.slimScrollRail {
    background: #179c78 !important;
    opacity: 0.25 !important;
}
.order-management-sty .ibox-title h3 {
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.order-management-sty .ibox-title h3 span {
    display: flex;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
    background: #f4f5f7;
    border-radius: 4px;
    justify-content: center;
    margin-left: 8px;
    padding: 0 2px;
}

.content-wrapper.btn-fix-wrap .page-heading .btn {
    margin-right: 22px;
}
/* .table-bordered .row th{
    border-left: none;
    border-right: none;
    background-color: red;
} */
.table-svg {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
.img-fix {
    padding: 0 !important;
    /* margin: 0 5px; */
}
.input-field-radius {
    border: 1px solid #d9dae1;
    border-radius: 0px 10px 10px 0px;
    max-width: 335px;
}
.content-wrapper.report-sty1 .table.filter-sty {
    position: relative;
}
.content-wrapper.report-sty1 .form-control {
    background-color: #fff;
    text-align: center;
}
.content-wrapper.report-sty1 .btn-right {
    text-align: right;
}
.content-wrapper.report-sty1 .row.fix-width {
    width: 100%;
}

.content-wrapper.report-sty1 .custom-filter-wrapper {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    height: 350px;
    overflow: auto;
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    /* top: 135px; */
    top: 60px;
    z-index: 99;
}
.content-wrapper.report-sty1 .custom-filter-wrapper .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-wrapper.report-sty1 .custom-filter-wrapper .filter-close-btn {
    margin-right: 5px;
    cursor: pointer;
    font-size: 16px;
}
.content-wrapper.report-sty1 .custom-filter-wrapper.show {
    display: block;
    opacity: 1;
}
.switch-wrap.filter-btn {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.switch-wrap.filter-btn .filter-img {
    width: 25px;
    height: 25px;
    stroke: #179c78;
    cursor: pointer;
    margin-left: 10px;
}
.switch-wrap.filter-btn .input-filter.sty-1,
.slider.sty-hide {
    opacity: 0 !important;
    display: none;
    z-index: 5;
}
.custom-filter-wrapper .switch-wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.switch {
    position: relative;
    /* display: inline-block; */
    width: 40px;
    height: 18px;
}
.switch-wrap .filter-txt {
    margin-top: -5px;
    margin-left: 15px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #efefef;
    box-shadow: inset 0px 6px 8px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 28%;
    top: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    /* background-color: white; */
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: linear-gradient(180deg, #ffffff 0%, #e8eaea 100%);
}

input:checked + .slider {
    background-color: #179c78;
}

/* input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
} */

input:checked + .slider:before {
    /* -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); */
    background-color: #179c78;
    transform: translate(80%, -50%);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.custom-filter-wrapper .heading {
    position: relative;
    margin-bottom: 25px;
}
.custom-filter-wrapper .heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f4f4f8;
    bottom: -4px;
    left: 0;
}
.custom-filter-wrapper .bottom-btn-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .fix-width-btn {
        width: auto;
    }
}
.heading-sec-btn {
    display: flex;
    margin: 20px 0 10px 0;
    justify-content: space-between;
    align-items: center;
}
.heading-sec-btn .page-title {
    margin: 0;
}
.side-menu .fix-svg-menu {
    width: 15px;
    height: 12px;
    margin-left: 5px;
    transition: all 0.15s linear;
}
.side-menu li.active .fix-svg-menu {
    transform: rotate(180deg);
}
/* .daterangepicker {
    right: 50% !important;
    transform: translateX(-50%);
}
.daterangepicker::before{
    right: 49.5% !important;
    transform: translateX(-50%);
}
.daterangepicker::after{
    right: 50% !important;
    transform: translateX(-50%);
} */
.daterangepicker .ranges {
    float: initial !important;
    text-align: right !important;
}

.input-daterange.filter-date-range-sty {
    display: flex;
    flex-direction: row;
}
/* .input-daterange .col-md-6 {
    margin: 0 10px;
} */
.order-custom-sty.email-overflow span {
    width: 100%;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 550px) {
    .order-custom-sty.email-overflow span {
        max-width: 170px;
    }
}
.color_white {
    color: #fff !important;
}
.content-wrapper.content-wrapper-custom .order-mangement-sty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.order-mangement-sty .page-title {
    margin-top: 0;
}
.nav-pills.nav-pills-rounded .nav-link.active {
    color: #fff;
}
.nav-pills {
    color: #71808f;
}
/* .btn-hide-all,.btn-show-all{
    background-color: #179c78 ;
    border-color: #179c78;
} */
