/* background */
/* horizontal menu */
/* topbar */
/* overlay menu */
/* overlay menu button */
/* common */
/* horizontal menu */
/* overlay menu */
/* actionbar */
/* mobile menu */
/* tooltip */
/* user profile menu */
/* sarabun-regular - latin */
@font-face {
    font-family: "Sarabun";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/sarabun-v6-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
    src: local("Sarabun Regular"), local("Sarabun-Regular"), url("../fonts/sarabun-v6-latin-ext_latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/sarabun-v6-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/sarabun-v6-latin-ext_latin-regular.woff") format("woff"), url("../fonts/sarabun-v6-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/sarabun-v6-latin-ext_latin-regular.svg#Sarabun") format("svg"); /* Legacy iOS */
}

/* sarabun-500 - latin */
@font-face {
    font-family: "Sarabun";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/sarabun-v6-latin-ext_latin-500.eot"); /* IE9 Compat Modes */
    src: local("Sarabun Medium"), local("Sarabun-Medium"), url("../fonts/sarabun-v6-latin-ext_latin-500.eot#iefix") format("embedded-opentype"), url("../fonts/sarabun-v6-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/sarabun-v6-latin-ext_latin-500.woff") format("woff"), url("../fonts/sarabun-v6-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/sarabun-v6-latin-ext_latin-500.svg#Sarabun") format("svg"); /* Legacy iOS */
}

/* sarabun-700 - latin */
@font-face {
    font-family: "Sarabun";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/sarabun-v6-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
    src: local("Sarabun Bold"), local("Sarabun-Bold"), url("../fonts/sarabun-v6-latin-ext_latin-700.eot#iefix") format("embedded-opentype"), url("../fonts/sarabun-v6-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/sarabun-v6-latin-ext_latin-700.woff") format("woff"), url("../fonts/sarabun-v6-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/sarabun-v6-latin-ext_latin-700.svg#Sarabun") format("svg"); /* Legacy iOS */
}

/* Utils */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.card {
    border-radius: 3px;
    background: #ffffff;
    border: solid 1px #dfe6ee;
    padding: 1.5rem;
    margin-bottom: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.card:last-child {
    margin-bottom: 0;
}

.card.card-w-title {
    padding-bottom: 1em;
}

.card .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card .card-subtitle {
    color: #5f6061;
    font-weight: 600;
    margin: -1rem 0 1rem 0;
}

.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
    top: 180px;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@keyframes fadeinmask {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    min-height: 100%;
}

.loader-wrapper .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f5a72f;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

.loader-wrapper .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0690dd;
    animation: spin-reverse 0.6s linear infinite;
}

.loader-wrapper .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fd5488;
    animation: spin 1s linear infinite;
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 10;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 14px;
}

body {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    color: #1b1c1e;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    min-height: 100%;
    background-color: #1E88E5;
    background-image: -webkit-gradient(linear, left top, right top, from(#1E88E5), to(#0D47A1));
    background-image: -webkit-linear-gradient(to right, #1E88E5, #0D47A1);
    background-image: -moz-linear-gradient(to right, #1E88E5, #0D47A1);
    background-image: -ms-linear-gradient(to right, #1E88E5, #0D47A1);
    background-image: -o-linear-gradient(to right, #1E88E5, #0D47A1);
    background-image: linear-gradient(to right, #1E88E5, #0D47A1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E88E5", endColorstr="#0D47A1", gradientType="1");
}

body a {
    text-decoration: none;
}

.layout-mask {
    display: none;
    background-color: #24262e;
    position: fixed;
    z-index: 1000001;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    animation-name: fadeinmask;
    animation-duration: 0.3s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.layout-wrapper {
    padding: 25px 50px;
}

.layout-wrapper .layout-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 50px);
}

.layout-wrapper .layout-content {
    flex: 1 1 0;
    padding: 2em;
    background: #f2f2f2;
}

.layout-wrapper .layout-menu-tooltip {
    display: none;
}

.layout-wrapper .layout-mask {
    display: none;
}

.layout-wrapper.layout-fullwidth {
    padding: 25px 0px;
}

.layout-wrapper.layout-fullwidth .layout-topbar, .layout-wrapper.layout-fullwidth .layout-menu-container {
    padding: 0 15px;
}

.layout-wrapper.layout-fullwidth .layout-footer {
    padding: 35px 50px;
}

.layout-wrapper.layout-fullwidth.layout-menu-overlay .overlay-menu-button {
    top: 100px;
}

.layout-wrapper.layout-fullwidth.layout-menu-overlay .layout-actionbar {
    padding-left: 100px;
}

@media screen and (max-width: 991px) {
    body .layout-wrapper {
        padding: 5px 15px;
    }

    body.blocked-scroll {
        overflow: hidden;
    }
}

.layout-topbar {
    margin-bottom: 25px;
}

.layout-topbar:after {
    content: "";
    display: table;
    clear: both;
}

.layout-topbar .layout-topbar-logo {
    display: inline-block;
    padding: 1em 0;
    cursor: pointer;
}

.layout-topbar .layout-topbar-logo .logo {
    /*height: 37px;*/
    width: 300px;
}

.layout-topbar .layout-menu-button {
    display: none;
    width: 45px;
    color: rgba(255, 255, 255, 0.72);
    float: right;
    margin-top: 14px;
    text-align: center;
}

.layout-topbar .layout-menu-button i {
    line-height: inherit;
    font-size: 28px;
}

.layout-topbar ul {
    list-style-type: none;
}

.layout-topbar .layout-topbar-menu {
    float: right;
    padding: 0;
}

.layout-topbar .layout-topbar-menu > li {
    margin-left: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    height: 44px;
    overflow: hidden;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item a {
    display: inline-block;
    width: 44px;
    line-height: 44px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item a:first-child i {
    padding-bottom: 4px;
    vertical-align: middle;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item a:hover + .layout-quickmenu-tooltip {
    display: block;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item a .topbar-icon {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.5em;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item a.layout-topbar-text {
    color: rgba(255, 255, 255, 0.72);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item .layout-quickmenu-tooltip {
    display: none;
    padding: 0 5px;
    position: absolute;
    line-height: 1;
    z-index: 999;
    margin-left: -22px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item .layout-quickmenu-tooltip .layout-quickmenu-tooltip-text {
    padding: 6px 8px;
    font-weight: 600;
    background-color: #313842;
    color: #ffffff;
    min-width: 75px;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item .layout-quickmenu-tooltip .layout-quickmenu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-width: 0 5px 5px 5px;
    border-bottom-color: #313842;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul {
    float: left;
    max-width: 0px;
    padding: 0;
    -moz-transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item > ul > li {
    display: inline-block;
    visibility: hidden;
    -moz-transition: visibility 0.1s;
    -o-transition: visibility 0.1s;
    -webkit-transition: visibility 0.1s;
    transition: visibility 0.1s;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item ul a {
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item ul a:hover .topbar-icon {
    font-weight: 700;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item ul a:hover.layout-topbar-text {
    font-weight: 700;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search {
    max-width: 500px;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search .layout-topbar-icon {
    float: right;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input {
    display: block;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.72);
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    text-indent: 15px;
    border: none;
    outline: none;
    float: left;
    -moz-transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: max-width 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.topbar-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.active-topmenuitem ul {
    max-width: 500px;
}

.layout-topbar .layout-topbar-menu > li.layout-topbar-item.active-topmenuitem ul li {
    transition-delay: 0.2s;
    visibility: visible;
}

.layout-topbar .layout-topbar-menu > li.user-profile > a {
    width: auto;
}

.layout-topbar .layout-topbar-menu > li.user-profile > a > img {
    width: 44px;
    height: 44px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info {
    text-align: left;
    display: inline-block;
    margin-right: 10px;
    margin-left: 14px;
    vertical-align: top;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
}

.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info:after {
    content: "";
    display: table;
    clear: both;
}

.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info .user-profile-name {
    display: block;
    font-weight: 700;
}

.layout-topbar .layout-topbar-menu > li.user-profile > a .user-profile-info .user-profile-role {
    display: block;
    opacity: 0.72;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 90px;
    right: 50px;
    min-width: 250px;
    background-color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    animation-duration: 0.3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul:before, .layout-topbar .layout-topbar-menu > li.user-profile > ul:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 227px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul:before {
    border-width: 10px;
    margin-left: -10px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul:after {
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li {
    margin: 0;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:after {
    content: "";
    display: table;
    clear: both;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail {
    background-color: #f9fafc;
    padding: 8px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info {
    float: left;
    width: 100%;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info img {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-info {
    margin-top: 4px;
    margin-left: 8px;
    float: left;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-info .user-profile-name {
    display: block;
    color: #646a74;
    font-weight: 700;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-info .user-profile-role {
    color: #313842;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-detail-icon {
    float: right;
    padding: 0;
    margin-top: 12px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li.profile-detail .user-profile-info .profile-detail-icon i {
    font-size: 18px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a {
    padding: 10px;
    text-align: left;
    display: block;
    width: 100%;
    color: #313842;
    position: relative;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a:after {
    content: "";
    display: table;
    clear: both;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a > i {
    float: left;
    margin-top: 12px;
    margin-right: 8px;
    font-size: 1.25em;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a > i.right-icon {
    margin-right: 0px;
    float: right;
    font-size: 1.25em;
    color: #9ba8b8;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text {
    margin-left: 5px;
    display: inline-block;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text .menu-title {
    display: block;
    color: #313842;
    font-weight: 700;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text .menu-subtitle {
    color: #313842;
    font-weight: 500;
    font-size: 12px;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a .menu-text .menu-subtitle .blue {
    display: inline-block;
    color: #457fca;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li > a:hover {
    background-color: #BBDEFB;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(2) i {
    color: #00bcd4;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(3) i {
    color: #f8c336;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(4) i {
    color: #a054e5;
}

.layout-topbar .layout-topbar-menu > li.user-profile > ul > li:nth-child(5) i {
    color: #12aeee;
}

.layout-topbar .layout-topbar-menu > li.user-profile.active-topmenuitem > ul {
    display: block;
}

@media screen and (max-width: 991px) {
    .layout-topbar .layout-menu-button {
        display: block;
    }

    .layout-topbar .layout-topbar-menu {
        width: 100%;
        float: left;
    }

    .layout-topbar .layout-topbar-menu li {
        margin-left: 8px;
        float: right;
    }

    .layout-topbar .layout-topbar-menu li:last-child {
        margin-left: 0;
    }

    .layout-topbar .layout-topbar-menu li.user-profile .profile-link.user-profile-info {
        display: none;
    }

    .layout-topbar .layout-topbar-menu li.user-profile ul {
        width: 250px;
        top: 160px;
        right: 15px;
    }

    .layout-topbar .layout-topbar-menu li.user-profile ul li {
        width: 100%;
    }

    .layout-topbar .layout-topbar-menu li.user-profile a img {
        width: 30px;
        height: 30px;
    }

    .layout-topbar .layout-topbar-menu li:first-of-type {
        margin-left: 0;
    }

    .layout-topbar .layout-topbar-menu li.layout-topbar-item {
        float: left;
        height: 30px;
    }

    .layout-topbar .layout-topbar-menu li.layout-topbar-item a {
        font-size: 0.7rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search {
        max-width: 250px;
    }

    .layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search input {
        max-width: 0px;
        display: none;
        margin-left: -2px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search.active-topmenuitem input {
        display: block;
        max-width: 150px;
        width: 105px;
    }
}

.layout-wrapper .layout-menu-container {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.layout-wrapper .overlay-menu-button {
    display: none;
    top: 105px;
    left: 30px;
    position: absolute;
    z-index: 1011;
    width: 45px;
    height: 45px;
    border: solid 5px transparent;
    background-color: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-bars {
    position: absolute;
    height: 100%;
    width: 100%;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span {
    width: 25px;
    height: 4px;
    position: relative;
    top: 2px;
    left: 5px;
    margin: 5px 0;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(1) {
    transition-delay: 0.3s;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(2) {
    transition-delay: 0.4s;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(3) {
    transition-delay: 0.45s;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-times {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-times span:nth-child(1) {
    height: 0%;
    width: 4px;
    position: absolute;
    top: 10%;
    left: 16px;
    transition-delay: 0s;
}

.layout-wrapper .overlay-menu-button .overlay-menu-button-times span:nth-child(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 10%;
    top: 16px;
    transition-delay: 0.01s;
}

.layout-wrapper .overlay-menu-button span {
    display: block;
    background: #0D47A1;
    border-radius: 2px;
    -moz-transition: ease-in-out 0.1s;
    -o-transition: ease-in-out 0.1s;
    -webkit-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
}

.layout-wrapper .layout-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.layout-wrapper .layout-menu li {
    margin: 0.5em 0 0;
}

.layout-wrapper .layout-menu li a {
    display: block;
    position: relative;
    padding: 0.5em;
    cursor: pointer;
    user-select: none;
    color: #313842;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.layout-wrapper .layout-menu li a .layout-menuitem-text {
    display: inline-block;
}

.layout-wrapper .layout-menu li a .layout-menuitem-icon {
    margin-right: 0.5em;
}

.layout-wrapper .layout-menu li a .layout-submenu-toggler {
    position: absolute;
    right: 4px;
    vertical-align: bottom;
    font-size: 16px;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.layout-wrapper .layout-menu li a.rotated-icon .layout-menuitem-icon {
    transform: rotate(90deg);
}

.layout-wrapper .layout-menu li a:hover {
    background-color: #BBDEFB;
}

.layout-wrapper .layout-menu li.active-menuitem > a {
    color: #0D47A1;
}

.layout-wrapper .layout-menu li.active-menuitem > a .layout-submenu-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.layout-wrapper .layout-menu li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .layout-wrapper.layout-menu-horizontal .layout-menu > li {
        display: inline-block;
        width: auto;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        margin: 0 0.5em 0 0;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > a {
        padding: 0.8em 1em;
        font-weight: 700;
        margin-bottom: -3px;
        color: rgba(255, 255, 255, 0.72);
        background-color: rgba(255, 255, 255, 0.2);
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > a .layout-menuitem-text {
        letter-spacing: 0.5px;
        font-size: 15px;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > a .layout-menuitem-icon {
        margin-right: 0.5em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > a .layout-submenu-toggler {
        position: static;
        margin-left: 0.4em;
        font-size: 15px;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul {
        position: absolute;
        min-width: 200px;
        overflow: auto;
        max-height: 450px;
        padding: 0 0.5em;
        padding-bottom: 0.5em;
        z-index: 999;
        margin-top: 3px;
        background-color: #ffffff;
        text-transform: capitalize;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li a {
        padding-left: 0.5em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li a {
        padding-left: 1.5em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li a {
        padding-left: 3em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li li a {
        padding-left: 4.5em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li li li a {
        padding-left: 6em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li > ul li li li li li li a {
        padding-left: 7.5em;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-rootmenuitem > a, .layout-wrapper.layout-menu-horizontal .layout-menu > li:hover > a {
        color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-rootmenuitem > a .layout-submenu-toggler, .layout-wrapper.layout-menu-horizontal .layout-menu > li:hover > a .layout-submenu-toggler {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-menuitem > a {
        color: #1b1c1e;
        background-color: #ffffff;
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-menuitem > a .layout-submenu-toggler {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .layout-wrapper.layout-menu-horizontal .layout-menu > li.active-menuitem.active-rootmenuitem > a .layout-submenu-toggler {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .layout-wrapper.layout-menu-overlay .overlay-menu-button {
        display: block;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .layout-wrapper.layout-menu-overlay .overlay-menu-button:hover {
        background-color: #BBDEFB;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu-wrapper {
        display: none;
        position: absolute;
        z-index: 999;
        min-width: 250px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        top: 124px;
        animation-duration: 0.5s;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span {
        width: 0%;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(1) {
        transition-delay: 0s;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(2) {
        transition-delay: 0.125s;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(3) {
        transition-delay: 0.25s;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-times span:nth-child(1) {
        height: 80%;
        transition-delay: 0.425s;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-times span:nth-child(2) {
        width: 80%;
        transition-delay: 0.375s;
    }

    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .layout-menu-wrapper {
        display: block;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu {
        padding: 1.45em 1em;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu li a {
        padding-left: 0.5em;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu li li a {
        padding-left: 1.5em;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu li li li a {
        padding-left: 3em;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu li li li li a {
        padding-left: 4.5em;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu li li li li li a {
        padding-left: 6em;
    }

    .layout-wrapper.layout-menu-overlay .layout-menu li li li li li li a {
        padding-left: 7.5em;
    }
}

@media screen and (max-width: 991px) {
    .layout-wrapper.layout-fullwidth .layout-menu-container {
        width: 100%;
    }

    .layout-wrapper .layout-menu-container {
        position: absolute;
        width: calc(100% - 30px);
        top: 85px;
        display: none;
        z-index: 10000000;
        background-color: #24262e;
        padding: 1em;
        overflow: auto;
        max-height: calc(100% - 85px);
    }

    .layout-wrapper .layout-menu > li {
        margin-bottom: 0.5em;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .layout-wrapper .layout-menu > li > a {
        padding: 1em;
        text-transform: uppercase;
        letter-spacing: 0.5;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.72);
    }

    .layout-wrapper .layout-menu > li > a:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .layout-wrapper .layout-menu > li.active-menuitem, .layout-wrapper .layout-menu > li.active-rootmenuitem {
        background-color: #ffffff;
    }

    .layout-wrapper .layout-menu > li.active-menuitem > a, .layout-wrapper .layout-menu > li.active-rootmenuitem > a {
        color: #1b1c1e;
    }

    .layout-wrapper .layout-menu > li.active-menuitem > ul:last-child, .layout-wrapper .layout-menu > li.active-rootmenuitem > ul:last-child {
        padding-bottom: 0.5em;
    }

    .layout-wrapper .layout-menu > li a .layout-submenu-toggler {
        right: 1em;
    }

    .layout-wrapper .layout-menu > li li a {
        padding-left: 2em;
    }

    .layout-wrapper .layout-menu > li li li a {
        padding-left: 3em;
    }

    .layout-wrapper .layout-menu > li li li li a {
        padding-left: 4em;
    }

    .layout-wrapper .layout-menu > li li li li li a {
        padding-left: 5em;
    }

    .layout-wrapper .layout-menu > li li li li li li a {
        padding-left: 6em;
    }

    .layout-wrapper .layout-menu > li li li li li li li a {
        padding-left: 7em;
    }

    .layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu > li.active-menuitem:not(.active-rootmenuitem) {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu > li.active-menuitem:not(.active-rootmenuitem) > a {
        color: rgba(255, 255, 255, 0.72);
    }

    .layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu > li.active-menuitem:not(.active-rootmenuitem) > a .layout-submenu-toggler {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .layout-wrapper.layout-mobile-active .layout-menu-container {
        display: block;
    }

    .layout-wrapper.layout-mobile-active .layout-mask {
        display: block;
    }
}

.layout-actionbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 10px 25px;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.layout-actionbar .layout-breadcrumb {
    color: #5f6061;
}

.layout-actionbar .layout-actions {
    padding: 0;
}

.layout-actionbar .layout-actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.layout-actionbar .layout-actions ul > li {
    display: inline-block;
}

.layout-actionbar .layout-actions ul > li > button {
    position: relative;
    margin-left: 5px;
    background-color: #f8f9fa;
    color: #757575;
    font-size: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: 1px solid #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.layout-actionbar .layout-actions ul > li > button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    margin-top: -0.5em;
    margin-left: -0.5em;
    font-size: 1.25em;
}

.layout-actionbar .layout-actions ul > li > button:hover {
    background-color: #e9ecef;
}

.layout-content {
    padding: 2em;
    background: #f2f2f2;
}

.layout-footer {
    text-align: left;
    padding: 35px 0px;
    color: rgba(255, 255, 255, 0.7);
}

.layout-footer span {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.layout-footer span.logo {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
}

.layout-footer ul {
    padding: 0 23px;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.layout-footer ul li a {
    margin: 8px 0;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.layout-footer ul li a:hover {
    color: rgb(255, 255, 255);
}

.layout-footer ul.social {
    padding: 0 8px;
}

.layout-footer ul.social li {
    display: inline-block;
}

.layout-footer ul.social li .icon-link .icon {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    margin-right: 18px;
}

.layout-footer ul.social li .icon-link .icon:hover {
    color: rgb(255, 255, 255);
}

.layout-footer ul.social li:last-child .icon {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .layout-footer span, .layout-footer p {
        text-align: center;
    }

    .layout-footer .templates {
        margin: auto;
        justify-content: center;
    }

    .layout-footer .links {
        margin: auto;
    }

    .layout-footer .links {
        margin-top: 15px;
    }

    .layout-footer .social {
        padding: 0;
    }
}

.dashboard .overview-box {
    text-align: center;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1em;
    color: #ffffff;
    border: solid 1px #dfe6ee;
    border-radius: 3px;
}

.dashboard .overview-box .overview-box-icon {
    width: 45px;
    line-height: 40px;
    height: 45px;
    font-size: 24px;
    margin: auto;
    margin-top: -24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.dashboard .overview-box .overview-box-icon i {
    font-size: 1em;
}

.dashboard .overview-box .overview-box-title {
    padding: 8px;
    font-size: 18px;
    letter-spacing: 0.23px;
}

.dashboard .overview-box .overview-box-value {
    padding: 8px;
    font-size: 30px;
    letter-spacing: 1px;
}

.dashboard .overview-box .overview-box-status {
    padding: 8px;
    font-size: 14px;
}

.dashboard .overview-box.box-sales {
    background-image: linear-gradient(to right, #f8c737, #f4a22e);
}

.dashboard .overview-box.box-sales .overview-box-icon {
    background-color: #f4a52f;
    border: solid 1.4px #ffd1a5;
}

.dashboard .overview-box.box-views {
    background-image: linear-gradient(to right, #12aeee, #0080d4);
}

.dashboard .overview-box.box-views .overview-box-icon {
    background-color: #0183d6;
    border: solid 1.4px #96dbf7;
}

.dashboard .overview-box.box-users {
    background-image: linear-gradient(to right, #fe7b94, #fd4a85);
}

.dashboard .overview-box.box-users .overview-box-icon {
    background-color: #fe5288;
    border: solid 1.4px #f4cfdb;
}

.dashboard .overview-box.box-checkins {
    margin-right: 0;
    background-image: linear-gradient(to right, #bc74f8, #9042db);
}

.dashboard .overview-box.box-checkins .overview-box-icon {
    padding: 5px 7px;
    line-height: 30px;
    background-color: #9346dd;
    border: solid 1.4px #dac2ef;
}

.dashboard .donut {
    height: 100%;
}

.dashboard .donut .donut-chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 4em auto 2rem;
    border-radius: 100%;
    overflow: hidden;
}

.dashboard .donut .donut-chart .center {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20% 0 0;
    line-height: 35px;
    width: 130px;
    height: 130px;
    z-index: 998;
    font-size: 20px;
    color: #313842;
    background: #ffffff;
    border-radius: 50%;
}

.dashboard .donut .donut-chart .center span {
    margin-top: -10px;
    display: block;
    color: #8091a5;
    font-size: 14px;
    margin-top: -10px;
}

.dashboard .donut .donut-chart .portion-block {
    position: absolute;
    clip: rect(0px, 200px, 200px, 100px);
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.dashboard .donut .donut-chart p {
    position: absolute;
    z-index: 998;
    color: #ffffff;
}

.dashboard .donut .donut-chart p:nth-child(1) {
    top: 75px;
    left: 169px;
}

.dashboard .donut .donut-chart p:nth-child(2) {
    top: 150px;
    left: 123px;
}

.dashboard .donut .donut-chart p:nth-child(3) {
    top: 143px;
    left: 40px;
}

.dashboard .donut .donut-chart p:nth-child(4) {
    top: 92px;
    left: 8px;
}

.dashboard .donut .donut-chart .circle {
    position: absolute;
    clip: rect(0px, 100px, 200px, 0px);
    height: 100%;
    width: 100%;
    font-size: 14px;
    border-radius: 50%;
}

.dashboard .donut .donut-chart .part1 {
    transform: rotate(0deg);
}

.dashboard .donut .donut-chart .part1 .circle {
    background-color: #f8c336;
    animation: first 1s 1 forwards;
}

.dashboard .donut .donut-chart .part2 {
    transform: rotate(140deg);
}

.dashboard .donut .donut-chart .part2 .circle {
    background-color: #3cd6e7;
    animation: second 0.5s 1 forwards 1s;
}

.dashboard .donut .donut-chart .part3 {
    transform: rotate(170deg);
}

.dashboard .donut .donut-chart .part3 .circle {
    background-color: #a054e5;
    animation: third 0.7s 1 forwards 1.5s;
}

.dashboard .donut .donut-chart .part4 {
    transform: rotate(250deg);
}

.dashboard .donut .donut-chart .part4 .circle {
    background-color: #12aeee;
    animation: forth 0.4s 1 forwards 2.2s;
}

.dashboard .donut .donut-chart .part5 {
    transform: rotate(270deg);
}

.dashboard .donut .donut-chart .part5 .circle {
    background-color: #dfe6ee;
    animation: fifth 0.5s 1 forwards 2.6s;
}

@keyframes first {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(140deg);
    }
}

@keyframes second {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(30deg);
    }
}

@keyframes third {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(80deg);
    }
}

@keyframes forth {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(20deg);
    }
}

@keyframes fifth {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.dashboard .donut .donut-chart-titles {
    text-align: center;
}

.dashboard .donut .donut-chart-titles .title {
    display: inline-block;
    margin-right: 15px;
}

.dashboard .donut .donut-chart-titles .title .color-code {
    margin-right: 7px;
    margin-top: 18px;
    width: 18px;
    height: 8px;
    border-radius: 4px;
    float: left;
}

.dashboard .donut .donut-chart-titles .title p {
    float: left;
    font-size: 12px;
}

.dashboard .donut .donut-chart-titles .title.detail1 .color-code {
    background-color: #12aeee;
}

.dashboard .donut .donut-chart-titles .title.detail2 .color-code {
    background-color: #a054e5;
}

.dashboard .donut .donut-chart-titles .title.detail3 .color-code {
    background-color: #3cd6e7;
}

.dashboard .donut .donut-chart-titles .title.detail4 .color-code {
    background-color: #f8c336;
}

.dashboard .progress-card {
    height: 100%;
}

.dashboard .progress-card p {
    font-size: 13px;
    color: #657587;
    margin-bottom: 25px;
}

.dashboard .progress-card .progressbars ul {
    padding: 0;
}

.dashboard .progress-card .progressbars ul li {
    list-style: none;
    margin-bottom: 15px;
}

.dashboard .progress-card .progressbars ul li label {
    width: 25%;
}

.dashboard .progress-card .progressbars .progressbar {
    margin: auto 10px;
    height: 10px;
    padding: 0;
    width: 65%;
    background-color: #eaf0f6;
    border-radius: 5px;
}

.dashboard .progress-card .progressbars .progressbar .progress {
    height: 10px;
    background-image: linear-gradient(to right, #1E88E5, #1360a4);
    border-radius: 5px;
}

.dashboard .progress-card .month-buttons {
    margin-top: 35px;
    margin-bottom: 15px;
}

.dashboard .progress-card .month-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .progress-card .month-buttons a {
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.dashboard .progress-card .month-buttons a:nth-child(1) {
    float: left;
}

.dashboard .progress-card .month-buttons a:nth-child(2) {
    float: right;
}

.dashboard .statistics {
    padding: 0;
    position: relative;
    height: 100%;
}

.dashboard .statistics ul {
    padding: 0;
}

.dashboard .statistics ul li {
    padding: 10px;
    color: #1b1c1e;
    list-style: none;
    border-bottom: solid 1px #dfe6ee;
}

.dashboard .statistics ul li:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .statistics ul img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
}

.dashboard .statistics ul .car-box {
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.dashboard .statistics ul .car-box .car-info {
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
}

.dashboard .statistics ul .car-box .car-id {
    color: #657587;
    font-size: 12px;
}

.dashboard .statistics ul .percentage {
    float: right;
    margin-left: 1em;
    font-size: 12px;
    font-weight: 700;
    color: #16b807;
}

.dashboard .statistics img {
    width: 100%;
}

.dashboard .chart canvas {
    padding: 0;
}

.dashboard .chat {
    padding: 0;
}

.dashboard .chat h5 {
    padding: 1em 1em 0 1em;
}

.dashboard .chat ul {
    padding: 0 1em;
    padding-bottom: 1em;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #dfe6ee;
}

.dashboard .chat ul li .col-fixed {
    width: 48px;
}

.dashboard .chat ul li img {
    width: 42px;
}

.dashboard .chat ul li .chat-profile-info {
    margin-bottom: 7px;
}

.dashboard .chat ul li .chat-profile-info .chat-profile {
    font-weight: 500;
    margin-right: 7px;
}

.dashboard .chat ul li .chat-profile-info .chat-profile-job {
    padding: 3px 5px;
    background-color: #eaf0f6;
    color: #525e6c;
    border-radius: 5px;
}

.dashboard .chat ul li .chat-message {
    position: relative;
    margin-bottom: 5px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #ebebef;
    -moz-border-radius: solid 1px 3px;
    -webkit-border-radius: solid 1px 3px;
    border-radius: solid 1px 3px;
}

.dashboard .chat ul li .message-time {
    float: right;
    color: #657587;
    font-size: 12px;
}

.dashboard .chat .new-message {
    padding: 0;
}

.dashboard .chat .new-message input {
    width: 100%;
    padding: 13px;
    padding-bottom: 15px;
    outline: 0 none;
    color: #5f6061;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    transition-duration: 0.3s;
    border: none;
}

.dashboard .chat .new-message input:hover {
    background-color: #ffffff;
    transition-duration: 0.3s;
}

.dashboard .chat .new-message input:active, .dashboard .chat .new-message input:focus {
    background-color: #ffffff;
    outline: -webkit-focus-ring-color auto 1px;
}

.dashboard .chat .new-message button {
    padding: 7px;
    height: 100%;
    margin-right: 1px;
    background-color: #dfe6ee;
    border: solid 1px #dfe6ee;
}

.dashboard .chat .new-message button:first-of-type {
    margin-right: 1px;
}

.dashboard .chat .new-message button:last-of-type {
    margin-right: 0px;
}

.dashboard .chat .new-message button:hover {
    background-color: #b0bac4;
    border-color: #b0bac4;
}

.dashboard .chat .new-message button i {
    color: #657587;
    padding: 5px;
    font-size: 17px;
}

.dashboard .tasks {
    color: #252529;
    height: 100%;
}

.dashboard .tasks:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .tasks ul {
    list-style: none;
    padding: 0;
}

.dashboard .tasks ul li {
    vertical-align: middle;
    padding: 15px 0;
    border-bottom: solid 1px #dfe6ee;
}

.dashboard .tasks ul li:last-of-type {
    border: none;
    padding: 15px 0 0 0;
}

.dashboard .tasks ul li .p-checkbox {
    margin-right: 7px;
}

.dashboard .tasks .task-badge-open, .dashboard .tasks .task-badge-closed {
    float: right;
    font-weight: 700;
}

.dashboard .tasks .task-badge-open i, .dashboard .tasks .task-badge-closed i {
    vertical-align: center;
    margin-left: 7px;
}

.dashboard .tasks .task-badge-open {
    color: #1c70e4;
}

.dashboard .tasks .task-badge-closed {
    color: #e73c3c;
}

.dashboard .resolution-center {
    height: 100%;
}

.dashboard .resolution-center:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .resolution-center .p-inputgroup, .dashboard .resolution-center textarea {
    margin-bottom: 1em;
}

.dashboard .resolution-center .p-inputtext {
    width: 100%;
}

.dashboard .resolution-center span {
    padding: 6px 7px;
}

.dashboard .resolution-center span .pi-user {
    font-size: 14px;
}

.dashboard .resolution-center .resolution-button-bar {
    margin-top: 10px;
}

.dashboard .resolution-center .resolution-button-bar a {
    float: right;
    cursor: pointer;
    padding: 5px 0;
    background: none;
    border: none;
}

.dashboard .team {
    padding: 0;
    height: 100%;
}

.dashboard .team h5 {
    padding: 15px 15px 0;
}

.dashboard .team ul {
    padding: 0;
}

.dashboard .team ul li {
    padding: 13px;
    padding-left: 15px;
    color: #1b1c1e;
    list-style: none;
    border-bottom: solid 1px #dfe6ee;
}

.dashboard .team ul li:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .team ul img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
}

.dashboard .team ul .team-box {
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.dashboard .team ul .team-box .team-member {
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
}

.dashboard .team ul .team-box .team-member .team-member-status {
    position: absolute;
    margin-left: -24px;
    height: 15px;
    width: 15px;
    background-color: #16b807;
    border: solid 2px #ffffff;
    border-radius: 100%;
}

.dashboard .team ul .team-box .team-member-job {
    padding: 3px 5px;
    background-color: #eaf0f6;
    color: #525e6c;
    border-radius: 5px;
    border: solid 1px #dfe6ee;
}

.dashboard .team ul button {
    float: right;
    margin-left: 1em;
    margin-top: 6px;
}

.dashboard .team .all-members-link {
    padding: 18px;
    margin-top: -14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.dashboard .team .all-members-link:hover {
    background-color: #BBDEFB;
    transition-duration: 0.3s;
}

.dashboard .timeline {
    padding-bottom: 6px;
}

.dashboard .timeline ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.dashboard .timeline ul::before {
    content: " ";
    display: inline-block;
    position: absolute;
    margin-top: 7px;
    left: 16px;
    width: 3px;
    height: 100%;
    z-index: 400;
    background: linear-gradient(to bottom, #1360a4, #1E88E5);
}

.dashboard .timeline ul li .col-fixed {
    z-index: 500;
    width: 48px;
}

.dashboard .timeline ul li .col-fixed .timeline-icon {
    z-index: 700;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dfe6ee;
    border-radius: 50%;
}

.dashboard .timeline ul li .col-fixed .timeline-icon i {
    font-size: 17px;
}

.dashboard .timeline ul li:nth-child(1) .timeline-icon {
    padding: 9px;
}

.dashboard .timeline ul li:nth-child(1) .timeline-icon i {
    color: #e73c3c;
}

.dashboard .timeline ul li:nth-child(2) .timeline-icon {
    padding: 7px;
}

.dashboard .timeline ul li:nth-child(2) .timeline-icon i {
    color: #fd4a85;
}

.dashboard .timeline ul li:nth-child(3) .timeline-icon {
    padding: 9px;
}

.dashboard .timeline ul li:nth-child(3) .timeline-icon i {
    color: #e73c3c;
}

.dashboard .timeline ul li:nth-child(4) .timeline-icon {
    padding: 8px;
}

.dashboard .timeline ul li:nth-child(4) .timeline-icon i {
    color: #f4a22e;
}

.dashboard .timeline ul li:nth-child(5) .timeline-icon {
    padding: 8px;
}

.dashboard .timeline ul li:nth-child(5) .timeline-icon i {
    color: #2fc5b3;
}

.dashboard .timeline ul li .time-line-event .timeline-event-title {
    padding: 3px 7px;
    background-color: #eaf0f6;
    color: #525e6c;
    border-radius: 5px;
}

.dashboard .timeline ul li .time-line-event .timeline-event-message {
    position: relative;
    padding: 8px;
    margin-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid #ebebef;
    -moz-border-radius: solid 1px 3px;
    -webkit-border-radius: solid 1px 3px;
    border-radius: solid 1px 3px;
}

.dashboard .timeline ul li .timeline-event-time {
    float: right;
    color: #657587;
    font-size: 12px;
}

.dashboard .weather {
    padding: 0;
    height: 100%;
}

.dashboard .weather h5 {
    padding: 1em;
    padding-bottom: 0;
}

.dashboard .weather .weather-wrapper {
    width: 100%;
    padding-top: 140px;
    margin-bottom: -15px;
    background: url("../images/dashboard/weather-asset.jpg");
    background-size: cover;
}

.dashboard .weather .weather-wrapper .weather-days {
    background-color: rgba(255, 255, 255, 0.75);
}

.dashboard .weather .weather-wrapper .weather-days .city {
    padding: 10px 16px;
    font-weight: 700;
    font-size: 16px;
}

.dashboard .weather .weather-wrapper .weather-days .weather-today {
    padding: 0 16px;
    font-size: 16px;
}

.dashboard .weather .weather-wrapper .weather-days .weather-today:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .weather .weather-wrapper .weather-days .weather-today .today {
    float: left;
}

.dashboard .weather .weather-wrapper .weather-days .weather-today img {
    float: right;
    padding: 3px 0;
    width: 60px;
}

.dashboard .weather .weather-wrapper .weather-days ul {
    padding: 20px 0;
    list-style: none;
    text-align: center;
}

.dashboard .weather .weather-wrapper .weather-days ul li {
    width: 15%;
    display: inline-block;
    text-align: center;
}

.dashboard .weather .weather-wrapper .weather-days ul li:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .weather .weather-wrapper .weather-days ul li div {
    display: block;
}

.dashboard .weather .weather-wrapper .weather-days ul li div.day {
    font-size: 16px;
}

.dashboard .weather .weather-wrapper .weather-days ul li div.weather-info {
    font-size: 14px;
}

.dashboard .weather .weather-wrapper .weather-days ul li div.weather-info .weather-type {
    font-weight: 500;
}

.dashboard .weather .change-city-link {
    width: 100%;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.dashboard .weather .change-city-link:hover {
    background-color: #BBDEFB;
    transition-duration: 0.3s;
}

.dashboard .user-card {
    padding: 0;
    height: 100%;
}

.dashboard .user-card .user-card-header {
    height: 120px;
    overflow: hidden;
}

.dashboard .user-card .user-card-header img {
    width: 100%;
    height: 100%;
}

.dashboard .user-card .user-card-content img {
    margin: -45px 0 0 25px;
    border-radius: 100%;
}

.dashboard .user-card .user-card-content .p-button {
    float: right;
    width: 36px;
    height: 36px;
    margin: -18px 24px 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.dashboard .user-card .user-card-content .user-card-name {
    top: -70px;
    font-size: 16px;
    margin-left: 115px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    width: 150px;
}

.dashboard .user-card .user-card-content .user-card-status {
    top: -55px;
    margin-left: 115px;
    color: #313842;
    position: relative;
    white-space: nowrap;
    width: 150px;
}

.dashboard .user-card .user-card-content .user-detail {
    padding: 0px 15px 15px 15px;
    color: #313842;
    margin-top: -30px;
}

.dashboard .user-card .user-card-content .user-detail ul {
    padding: 0;
    list-style: none;
    border: solid 1px #dfe6ee;
}

.dashboard .user-card .user-card-content .user-detail ul li {
    padding: 10px;
    border-bottom: solid 1px #dfe6ee;
}

.dashboard .user-card .user-card-content .user-detail ul li:last-of-type {
    border-bottom: none;
}

.dashboard .user-card .user-card-content .user-detail ul li .value {
    font-weight: 700;
    float: right;
}

.dashboard .user-card .user-card-content .user-detail ul li:hover {
    background-color: #dfe6ee;
}

.login-body {
    background:
        /* Cor do gradiente: você pode ajustar a opacidade aqui */
            linear-gradient(
                    rgba(255, 255, 255, 0.4), /* Representa branco com 50% de opacidade, mude conforme necessário */
                    rgba(255, 255, 255, 0.4)  /* Mesma cor, você precisa repetir para o gradiente */
            ),
                /* Sua imagem */
            url("../images/pages/varzea-grande-mt.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    height: 100vh;
}

.login-body .mobile-banner {
    width: 100%;
    text-align: center;
    display: none;
    margin: 25px 0;
}

.login-body .login-panel {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 90px;
    opacity: 0.9;
    background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}

.login-body .login-panel .logo {
    margin-top: 40px;
}

.login-body .login-card {
    align-self: center;
    margin-left: calc(10% + 90px);
    width: 25%;
    min-width: 420px;
    opacity: 0.9;
    border-radius: 2px;
    background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}

.login-body .login-card .top-border {
    height: 20px;
    opacity: 1;
}

.login-body .login-card .login-content {
    padding: 20px 50px;
}

.login-body .login-card .login-content h1 {
    color: #1b1c1e;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-body .login-card .login-content p {
    color: #313842;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.login-body .login-card .login-content label {
    font-size: 16px;
    color: #313842;
    margin-bottom: 15px;
}

.login-body .login-card .login-content .login-input {
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-body .login-card .login-content .login-input input {
    width: 100%;
}

.login-body .login-card .login-content .forgetpassword-container {
    text-align: right;
    margin-bottom: 40px;
    color: #3ca4e7;
}

.login-body .login-card .login-content button {
    width: 100%;
    margin-bottom: 60px;
}

@media screen and (max-width: 40em) {
    .login-body {
        background-position: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login-body .mobile-banner {
        display: block;
    }

    .login-body .top-border {
        display: none;
    }

    .login-body .login-panel {
        display: none;
    }

    .login-body .login-card {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        height: 100%;
    }

    .login-body .login-card .login-content {
        padding: 30px 30px;
    }
}

.exception-body {
    height: 100vh;
}

.exception-body.notfound {
    background: url("../../layout/images/pages/bg-404.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.exception-body.notfound .top-border {
    background: linear-gradient(to right, #3ca4e7, #3c71dd);
}

.exception-body.error {
    background: url("../../layout/images/pages/bg-error.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.exception-body.error .top-border {
    background: linear-gradient(to right, #e73c3c, #c62020);
}

.exception-body.accessdenied {
    background: url("../../layout/images/pages/bg-access.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.exception-body.accessdenied .top-border {
    background: linear-gradient(to right, #e7983c, #ef7b14);
}

.exception-body .mobile-banner {
    width: 100%;
    text-align: center;
    display: none;
}

.exception-body .exception-panel {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 90px;
    left: 0;
    top: 0;
    opacity: 0.9;
    background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}

.exception-body .exception-panel .logo {
    margin-top: 40px;
}

.exception-body .exception-card {
    position: fixed;
    left: 180px;
    top: 40%;
    width: 25%;
    min-width: 475px;
    opacity: 0.9;
    border-radius: 2px;
    background: radial-gradient(circle at 50% 3%, #f3f4f9, #d7dbe8);
}

.exception-body .exception-card .top-border {
    height: 20px;
    opacity: 1;
}

.exception-body .exception-card .exception-content {
    padding: 20px 60px;
}

.exception-body .exception-card .exception-content h1 {
    color: #1b1c1e;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.exception-body .exception-card .exception-content p {
    color: #313842;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}

.exception-body .exception-card .exception-content button {
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 40em) {
    .exception-body {
        background-position: right;
    }

    .exception-body .mobile-banner {
        display: block;
    }

    .exception-body .exception-panel {
        display: none;
    }

    .exception-body .exception-card {
        width: 100%;
        min-width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        height: 70%;
    }

    .exception-body .exception-card .exception-content {
        padding: 30px 30px;
    }
}

.landing-body {
    padding: 30px 8%;
}

.landing-body .layout-mask {
    display: block;
}

.landing-body .landing-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.landing-body .landing-wrapper #landing-menu {
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 14px 0 0 0;
}

.landing-body .landing-wrapper #landing-menu li {
    display: inline-block;
    margin-left: 14px;
}

.landing-body .landing-wrapper #landing-menu li:first-child {
    margin-left: 0;
}

.landing-body .landing-wrapper #landing-menu li a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.67;
    padding: 4px 11px;
    border-left: 8px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.landing-body .landing-wrapper #landing-menu li a:hover {
    color: #ffffff;
    opacity: 1;
    border-left: 8px solid #dfe6ee;
}

.landing-body .landing-wrapper #landing-menu li a:active {
    color: #ffffff;
    opacity: 1;
    border-left: 8px solid #dfe6ee;
}

.landing-body .landing-wrapper button {
    padding: 3px 46px;
}

.landing-body .landing-wrapper .landing-button {
    background-color: #4C78A4;
    color: #ffffff;
    border: 1px solid #4C78A4;
    padding: 3px 46px;
    border-radius: 3px;
    cursor: pointer;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.landing-body .landing-wrapper .landing-button span {
    padding: 0.429em 1em;
    display: block;
}

.landing-body .landing-wrapper .landing-button:hover {
    background-color: #2A537B;
}

.landing-body .landing-wrapper #header .header-top {
    margin-bottom: 25px;
}

.landing-body .landing-wrapper #header .header-top:after {
    content: "";
    display: table;
    clear: both;
}

.landing-body .landing-wrapper #header .header-top .logo {
    height: 40px;
}

.landing-body .landing-wrapper #header .header-top #landing-menu-button {
    display: none;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    float: right;
    margin-top: 5px;
    text-align: center;
}

.landing-body .landing-wrapper #header .header-top #landing-menu-button i {
    line-height: inherit;
    font-size: 28px;
}

.landing-body .landing-wrapper #header .header-content {
    padding: 40px 0 0 120px;
    background: url("../images/landing/bg-hero@2x.jpg");
    background-size: cover;
}

.landing-body .landing-wrapper #header .header-content:after {
    content: "";
    display: table;
    clear: both;
}

.landing-body .landing-wrapper #header .header-content .header-content-text {
    float: left;
    position: absolute;
}

.landing-body .landing-wrapper #header .header-content .header-content-text p {
    font-size: 35px;
    color: #313842;
    margin-bottom: 0;
}

.landing-body .landing-wrapper #header .header-content .header-content-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #313842;
    margin-top: 10px;
    margin-bottom: 44px;
}

.landing-body .landing-wrapper #header .header-content .header-content-text button {
    font-size: 14px;
}

.landing-body .landing-wrapper #header .header-content .header-content-img {
    float: right;
}

.landing-body .landing-wrapper #header .header-content .header-content-img img {
    margin-bottom: -3px;
    height: 100%;
}

.landing-body .landing-wrapper #features {
    padding: 42px 30px;
    background-color: rgba(234, 240, 246, 0.1);
    text-align: center;
    color: #eaf0f6;
}

.landing-body .landing-wrapper #features h1 {
    font-size: 32px;
    margin: 0 0 6px 0;
}

.landing-body .landing-wrapper #features p {
    font-size: 21px;
    margin: 0;
}

.landing-body .landing-wrapper #features .grid {
    margin-top: 15px;
}

.landing-body .landing-wrapper #features .grid .col-12 {
    padding: 1em;
}

.landing-body .landing-wrapper #features .grid .feature-box {
    padding: 24px;
}

.landing-body .landing-wrapper #features .grid .feature-box .feature-icon {
    background-color: rgba(234, 240, 246, 0.1);
    width: 180px;
    line-height: 260px;
    height: 180px;
    text-align: center;
    border: solid 3px #eaf0f6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.landing-body .landing-wrapper #features .grid .feature-box .feature-icon:hover {
    background-color: rgba(234, 240, 246, 0.3);
}

.landing-body .landing-wrapper #features .grid .feature-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0;
}

.landing-body .landing-wrapper #features .grid .feature-box p {
    margin: 0;
    font-size: 15px;
    opacity: 0.8;
}

.landing-body .landing-wrapper #promo {
    padding: 45px 250px 45px 70px;
    background-color: #f2f2f2;
    position: relative;
    background: url("../images/landing/bg-hero@2x.jpg");
    background-size: cover;
    background-position: bottom;
}

.landing-body .landing-wrapper #promo h1 {
    font-size: 35px;
    color: #313842;
    margin: 0 0 16px 0;
}

.landing-body .landing-wrapper #promo p {
    font-size: 17px;
    color: #313842;
    margin: 0 0 25px 0;
}

.landing-body .landing-wrapper #promo button {
    font-size: 14px;
}

.landing-body .landing-wrapper #pricing {
    padding: 45px 40px;
    background-color: rgba(234, 240, 246, 0.1);
    text-align: center;
    color: #eaf0f6;
}

.landing-body .landing-wrapper #pricing > h1 {
    font-size: 32px;
    margin: 0;
}

.landing-body .landing-wrapper #pricing > p {
    font-size: 20px;
    opacity: 0.8;
    margin: 0;
    margin-bottom: 35px;
}

.landing-body .landing-wrapper #pricing .grid {
    margin-top: 42px;
    margin: 0 0 6px 0;
}

.landing-body .landing-wrapper #pricing .grid .col-12 {
    padding: 28px;
}

.landing-body .landing-wrapper #pricing .best-offer {
    color: #9ba8b8;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 700;
    width: 100px;
    background-color: #eaf0f6;
    border-radius: 5px 5px 0 0;
    margin: auto;
    margin-top: -24px;
}

.landing-body .landing-wrapper #pricing .pricing-box {
    position: relative;
    min-height: 450px;
    padding: 0;
    color: #313842;
    background-color: rgba(234, 240, 246, 0.9);
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.landing-body .landing-wrapper #pricing .pricing-box h1 {
    margin-top: 0;
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.landing-body .landing-wrapper #pricing .pricing-box.basic h1 {
    background-image: linear-gradient(to right, #e7983c, #ef7b14);
}

.landing-body .landing-wrapper #pricing .pricing-box.professional h1 {
    background-image: linear-gradient(to right, #26bc8a, #33c8c4);
}

.landing-body .landing-wrapper #pricing .pricing-box.enterprise h1 {
    background-image: linear-gradient(to right, #e73c87, #c620a1);
}

.landing-body .landing-wrapper #pricing .pricing-box .pricing-intro {
    color: #657587;
    font-size: 17px;
}

.landing-body .landing-wrapper #pricing .pricing-box h3 {
    font-size: 16px;
    font-weight: 700;
}

.landing-body .landing-wrapper #pricing .pricing-box p {
    font-size: 14px;
    padding: 0 15px;
    margin: 15px 0;
}

.landing-body .landing-wrapper #pricing .pricing-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 15px;
    text-align: left;
}

.landing-body .landing-wrapper #pricing .pricing-box ul li {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 7px;
}

.landing-body .landing-wrapper #pricing .pricing-box ul li .check-icon {
    padding: 7px;
    float: left;
    background-image: linear-gradient(to right, #3fdb2c, #16b807);
}

.landing-body .landing-wrapper #pricing .pricing-box ul li .check-icon i {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    color: #3fdb2c;
}

.landing-body .landing-wrapper #pricing .pricing-box ul li .list-item-text {
    text-align: center;
    padding: 7px;
}

.landing-body .landing-wrapper #pricing .pricing-box:hover {
    border-color: gray;
}

.landing-body .landing-wrapper #multimedia {
    padding: 42px 140px 140px 140px;
    text-align: center;
    background: url("../images/landing/bg-hero@2x.jpg");
    background-size: cover;
    background-position: right;
}

.landing-body .landing-wrapper #multimedia > h1 {
    font-size: 28px;
    color: #252529;
    margin: 0 0 6px 0;
}

.landing-body .landing-wrapper #multimedia > p {
    font-size: 21px;
    color: #8b8b90;
    margin: 0;
}

.landing-body .landing-wrapper #multimedia .video-container {
    margin-top: 42px;
}

.landing-body .landing-wrapper #multimedia .video-container iframe {
    width: 560px;
    height: 315px;
}

@media screen and (max-width: 991px) {
    .landing-body {
        padding: 30px 40px;
        background: #363c4e;
    }

    .landing-body .landing-wrapper #landing-menu {
        top: 85px;
        width: 100%;
        height: 0;
        background-color: #252529;
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }

    .landing-body .landing-wrapper #landing-menu > li {
        display: block;
        opacity: 0;
        margin: 0;
        padding: 10px 0;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .landing-body .landing-wrapper #landing-menu > li:first-child {
        margin-top: 25px;
    }

    .landing-body .landing-wrapper #landing-menu > li:last-child {
        margin-bottom: 25px;
    }

    .landing-body .landing-wrapper #landing-menu > li a {
        font-size: 18px;
        color: #8b8b90;
        padding: 0 14px;
    }

    .landing-body .landing-wrapper #header .header-top {
        margin-bottom: 0;
    }

    .landing-body .landing-wrapper #header .header-top #landing-menu-button {
        display: inline-block;
    }

    .landing-body .landing-wrapper #header .header-content {
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        padding: 85px 0px 0 10px;
    }

    .landing-body .landing-wrapper #header .header-content .header-content-text {
        float: none;
        text-align: center;
        position: relative;
    }

    .landing-body .landing-wrapper #header .header-content .header-content-text p {
        font-size: 29px;
    }

    .landing-body .landing-wrapper #header .header-content .header-content-img {
        height: 170px;
    }

    .landing-body .landing-wrapper #features {
        padding: 42px 0px;
    }

    .landing-body .landing-wrapper #promo {
        padding: 40px 31px 40px 35px;
    }

    .landing-body .landing-wrapper #pricing {
        padding: 45px 15px;
    }

    .landing-body .landing-wrapper #multimedia {
        padding: 40px 30px 70px 30px;
    }

    .landing-body .landing-wrapper #multimedia .video-container iframe {
        width: 100%;
        height: 350px;
    }

    .landing-body.landing-menu-active .landing-wrapper #landing-menu {
        height: 350px;
    }

    .landing-body.landing-menu-active .landing-wrapper #landing-menu li {
        opacity: 1;
        -moz-transition: opacity 0.9s;
        -o-transition: opacity 0.9s;
        -webkit-transition: opacity 0.9s;
        transition: opacity 0.9s;
    }
}

@media screen and (max-width: 575px) {
    .landing-body {
        padding: 30px 20px;
    }

    .landing-body .landing-wrapper #landing-menu {
        left: 20px;
        right: 20px;
    }

    .landing-body .landing-wrapper #pricing {
        padding: 45px 0px;
    }
}

.layout-config {
    width: 16rem;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    padding: 1rem;
    overflow: auto;
    background: #ffffff;
    z-index: 999;
    border-left: 0 none;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}

.layout-config.layout-config-active {
    transform: translateX(0);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-config.layout-config-active .layout-config-content .layout-config-button i {
    transform: rotate(360deg);
}

.layout-config p {
    line-height: 1.5rem;
    color: #5f6061;
}

.layout-config .layout-themes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-config .layout-themes > div {
    padding: 0.25rem;
}

.layout-config .layout-themes a {
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    display: block;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform 0.3s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.layout-config .layout-themes a img {
    width: 2rem;
    height: 2rem;
}

.layout-config .layout-themes a i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
}

.layout-config .layout-themes a:hover {
    transform: scale(1.1);
}

.layout-config-button {
    display: block;
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #1976D2;
    color: #ffffff;
    text-align: center;
    top: 50%;
    right: 0;
    margin-top: -1.5rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: background-color 0.3s;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}

.layout-config-button i {
    font-size: 2rem;
    line-height: inherit;
    transform: rotate(0deg);
    transition: transform 1s;
}

.layout-config-button:hover {
    background: #2083e4;
}

.help-page p {
    margin: 0;
}

.help-page .help-search {
    background: url("../../layout/images/pages/bg-help.png") repeat;
    padding: 0;
    text-align: center;
}

.help-page .help-search .help-search-content {
    padding: 5rem 12rem;
}

.help-page .help-search .search-container {
    font-size: 1.5rem;
    padding: 1rem;
    position: relative;
}

.help-page .help-search .search-container input {
    appearance: none;
    font-size: 1.5rem;
    text-indent: 2.5rem;
    padding: 0.5rem;
    width: 100%;
}

.help-page .help-search .search-container i {
    color: #1b1c1e;
    width: 2rem;
    position: absolute;
    margin-left: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}

.help-page .status-bars {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
}

.help-page .status-bars .status-bar {
    flex: 1 1 0;
    -ms-flex: 1 1 0px;
    background: #8BC34A;
    height: 50px;
    margin-right: 0.25rem;
    transition: transform 0.3s;
}

.help-page .status-bars .status-bar:last-child {
    margin-right: 0;
}

.help-page .status-bars .status-bar.status-bar-failure {
    background: #EC407A;
}

.help-page .status-bars .status-bar:hover {
    transform: scale(1.1);
}

.help-page .status-bar-footer {
    padding: 1rem 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.help-page .blog-post {
    height: 150px;
    border-radius: 4px;
    margin: 3rem 2rem;
    position: relative;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.help-page .blog-post:last-child {
    margin-bottom: 1rem;
}

.help-page .blog-post img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.help-page .blog-post .blog-text {
    position: absolute;
    left: 20px;
    top: 30px;
}

.help-page .blog-post .blog-text h1 {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.help-page .blog-post .blog-text span {
    color: #ffffff;
    font-weight: 600;
}

.help-page .blog-post .blog-profile {
    position: absolute;
    top: -25px;
    left: -25px;
}

.help-page .blog-post .blog-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.help-page .blog-post:nth-child(1) {
    background-image: url("../../layout/images/pages/help/blog1.jpg");
}

.help-page .blog-post:nth-child(2) {
    background-image: url("../../layout/images/pages/help/blog2.jpg");
}

.help-page .blog-post:nth-child(3) {
    background-image: url("../../layout/images/pages/help/blog3.jpg");
}

@media screen and (max-width: 991px) {
    .help-page .help-search .help-search-content {
        padding: 6rem 2rem;
    }
}

.invoice {
    padding: 2rem;
}

.invoice .invoice-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.invoice .invoice-company .logo-image {
    width: 75px;
    margin-bottom: 0.5rem;
}

.invoice .invoice-company div {
    margin-bottom: 0.5rem;
}

.invoice .invoice-company .company-name {
    font-weight: 700;
    font-size: 1.5rem;
}

.invoice .invoice-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: right;
}

.invoice .invoice-details {
    width: 15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.invoice .invoice-details > div {
    width: 50%;
    margin-bottom: 0.5rem;
}

.invoice .invoice-details .invoice-label {
    text-align: left;
    font-weight: 700;
}

.invoice .invoice-details .invoice-value {
    text-align: right;
}

.invoice .invoice-to {
    margin-top: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}

.invoice .invoice-to .bill-to {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.invoice .invoice-to .invoice-to-info div {
    margin-bottom: 0.5rem;
}

.invoice .invoice-items {
    margin-top: 2rem;
    padding-top: 2rem;
}

.invoice .invoice-items table {
    width: 100%;
    border-collapse: collapse;
}

.invoice .invoice-items table tr {
    border-bottom: 1px solid #dee2e6;
}

.invoice .invoice-items table th {
    font-weight: 700;
}

.invoice .invoice-items table th, .invoice .invoice-items table td {
    padding: 1rem;
    text-align: right;
}

.invoice .invoice-items table th:first-child, .invoice .invoice-items table td:first-child {
    text-align: left;
}

.invoice .invoice-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}

.invoice .invoice-summary .invoice-value {
    font-weight: 700;
}

@media print {
    body * {
        visibility: visible;
    }

    #invoice-content * {
        visibility: visible;
    }

    #invoice-content {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0 1rem 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

mark {
    background: #FFF8E1;
    padding: 0.25rem 0.4rem;
    border-radius: 3px;
    font-family: monospace;
}

blockquote {
    margin: 1rem 0;
    padding: 0 2rem;
    border-left: 4px solid #90A4AE;
}

hr {
    border-top: solid #dee2e6;
    border-width: 1px 0 0 0;
    margin: 1rem 0;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

.widget-overview-box {
    text-align: center;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1em;
    color: #ffffff;
    border: solid 1px #dfe6ee;
    border-radius: 3px;
}

.widget-overview-box .overview-box-icon {
    width: 45px;
    line-height: 40px;
    height: 45px;
    font-size: 24px;
    margin: auto;
    margin-top: -24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.widget-overview-box .overview-box-icon i {
    font-size: 1em;
}

.widget-overview-box .overview-box-title {
    padding: 8px;
    font-size: 18px;
    letter-spacing: 0.23px;
}

.widget-overview-box .overview-box-value {
    padding: 8px;
    font-size: 30px;
    letter-spacing: 1px;
}

.widget-overview-box .overview-box-status {
    padding: 8px;
    font-size: 14px;
}

.widget-overview-box.box-sales {
    background-image: linear-gradient(to right, #f8c737, #f4a22e);
}

.widget-overview-box.box-sales .overview-box-icon {
    background-color: #f4a52f;
    border: solid 1.4px #ffd1a5;
}

.widget-overview-box.box-views {
    background-image: linear-gradient(to right, #12aeee, #0080d4);
}

.widget-overview-box.box-views .overview-box-icon {
    background-color: #0183d6;
    border: solid 1.4px #96dbf7;
}

.widget-overview-box.box-users {
    background-image: linear-gradient(to right, #fe7b94, #fd4a85);
}

.widget-overview-box.box-users .overview-box-icon {
    background-color: #fe5288;
    border: solid 1.4px #f4cfdb;
}

.widget-overview-box.box-checkins {
    margin-right: 0;
    background-image: linear-gradient(to right, #bc74f8, #9042db);
}

.widget-overview-box.box-checkins .overview-box-icon {
    padding: 5px 7px;
    line-height: 30px;
    background-color: #9346dd;
    border: solid 1.4px #dac2ef;
}

.widget-timeline {
    padding-bottom: 6px;
}

.widget-timeline ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.widget-timeline ul::before {
    content: " ";
    display: inline-block;
    position: absolute;
    margin-top: 7px;
    left: 16px;
    width: 3px;
    height: 100%;
    z-index: 400;
    background: linear-gradient(to bottom, #1360a4, #1E88E5);
}

.widget-timeline ul li .col-fixed {
    z-index: 500;
    width: 48px;
}

.widget-timeline ul li .col-fixed .timeline-icon {
    z-index: 700;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dfe6ee;
    border-radius: 50%;
}

.widget-timeline ul li .col-fixed .timeline-icon i {
    font-size: 17px;
}

.widget-timeline ul li:nth-child(1) .timeline-icon {
    padding: 9px;
}

.widget-timeline ul li:nth-child(1) .timeline-icon i {
    color: #e73c3c;
}

.widget-timeline ul li:nth-child(2) .timeline-icon {
    padding: 7px;
}

.widget-timeline ul li:nth-child(2) .timeline-icon i {
    color: #fd4a85;
}

.widget-timeline ul li:nth-child(3) .timeline-icon {
    padding: 9px;
}

.widget-timeline ul li:nth-child(3) .timeline-icon i {
    color: #e73c3c;
}

.widget-timeline ul li:nth-child(4) .timeline-icon {
    padding: 8px;
}

.widget-timeline ul li:nth-child(4) .timeline-icon i {
    color: #f4a22e;
}

.widget-timeline ul li:nth-child(5) .timeline-icon {
    padding: 8px;
}

.widget-timeline ul li:nth-child(5) .timeline-icon i {
    color: #2fc5b3;
}

.widget-timeline ul li .time-line-event .timeline-event-title {
    padding: 3px 7px;
    background-color: #eaf0f6;
    color: #525e6c;
    border-radius: 5px;
}

.widget-timeline ul li .time-line-event .timeline-event-message {
    position: relative;
    padding: 8px;
    margin-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid #ebebef;
    -moz-border-radius: solid 1px 3px;
    -webkit-border-radius: solid 1px 3px;
    border-radius: solid 1px 3px;
}

.widget-timeline ul li .timeline-event-time {
    float: right;
    color: #657587;
    font-size: 12px;
}

.widget-chat {
    padding: 0;
}

.widget-chat h5 {
    padding: 1em 1em 0 1em;
}

.widget-chat ul {
    padding: 0 1em;
    padding-bottom: 1em;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #dfe6ee;
}

.widget-chat ul li .col-fixed {
    width: 48px;
}

.widget-chat ul li img {
    width: 42px;
}

.widget-chat ul li .chat-profile-info {
    margin-bottom: 7px;
}

.widget-chat ul li .chat-profile-info .chat-profile {
    font-weight: 500;
    margin-right: 7px;
}

.widget-chat ul li .chat-profile-info .chat-profile-job {
    padding: 3px 5px;
    background-color: #eaf0f6;
    color: #525e6c;
    border-radius: 5px;
}

.widget-chat ul li .chat-message {
    position: relative;
    margin-bottom: 5px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #ebebef;
    -moz-border-radius: solid 1px 3px;
    -webkit-border-radius: solid 1px 3px;
    border-radius: solid 1px 3px;
}

.widget-chat ul li .message-time {
    float: right;
    color: #657587;
    font-size: 12px;
}

.widget-chat .new-message {
    padding: 0;
}

.widget-chat .new-message input {
    width: 100%;
    padding: 13px;
    padding-bottom: 15px;
    outline: 0 none;
    color: #5f6061;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    transition-duration: 0.3s;
    border: none;
}

.widget-chat .new-message input:hover {
    background-color: #ffffff;
    transition-duration: 0.3s;
}

.widget-chat .new-message input:active, .widget-chat .new-message input:focus {
    background-color: #ffffff;
    outline: -webkit-focus-ring-color auto 1px;
}

.widget-chat .new-message button {
    padding: 7px;
    height: 100%;
    margin-right: 1px;
    background-color: #dfe6ee;
    border: solid 1px #dfe6ee;
}

.widget-chat .new-message button:first-of-type {
    margin-right: 1px;
}

.widget-chat .new-message button:last-of-type {
    margin-right: 0px;
}

.widget-chat .new-message button:hover {
    background-color: #b0bac4;
    border-color: #b0bac4;
}

.widget-chat .new-message button i {
    color: #657587;
    padding: 5px;
    font-size: 17px;
}

.widget-donut {
    height: 100%;
}

.widget-donut .donut-chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 4em auto 2rem;
    border-radius: 100%;
    overflow: hidden;
}

.widget-donut .donut-chart .center {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20% 0 0;
    line-height: 35px;
    width: 130px;
    height: 130px;
    z-index: 998;
    font-size: 20px;
    color: #313842;
    background: #ffffff;
    border-radius: 50%;
}

.widget-donut .donut-chart .center span {
    margin-top: -10px;
    display: block;
    color: #8091a5;
    font-size: 14px;
    margin-top: -10px;
}

.widget-donut .donut-chart .portion-block {
    position: absolute;
    clip: rect(0px, 200px, 200px, 100px);
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.widget-donut .donut-chart p {
    position: absolute;
    z-index: 998;
    color: #ffffff;
}

.widget-donut .donut-chart p:nth-child(1) {
    top: 75px;
    left: 169px;
}

.widget-donut .donut-chart p:nth-child(2) {
    top: 150px;
    left: 123px;
}

.widget-donut .donut-chart p:nth-child(3) {
    top: 143px;
    left: 40px;
}

.widget-donut .donut-chart p:nth-child(4) {
    top: 92px;
    left: 8px;
}

.widget-donut .donut-chart .circle {
    position: absolute;
    clip: rect(0px, 100px, 200px, 0px);
    height: 100%;
    width: 100%;
    font-size: 14px;
    border-radius: 50%;
}

.widget-donut .donut-chart .part1 {
    transform: rotate(0deg);
}

.widget-donut .donut-chart .part1 .circle {
    background-color: #f8c336;
    animation: first 1s 1 forwards;
}

.widget-donut .donut-chart .part2 {
    transform: rotate(140deg);
}

.widget-donut .donut-chart .part2 .circle {
    background-color: #3cd6e7;
    animation: second 0.5s 1 forwards 1s;
}

.widget-donut .donut-chart .part3 {
    transform: rotate(170deg);
}

.widget-donut .donut-chart .part3 .circle {
    background-color: #a054e5;
    animation: third 0.7s 1 forwards 1.5s;
}

.widget-donut .donut-chart .part4 {
    transform: rotate(250deg);
}

.widget-donut .donut-chart .part4 .circle {
    background-color: #12aeee;
    animation: forth 0.4s 1 forwards 2.2s;
}

.widget-donut .donut-chart .part5 {
    transform: rotate(270deg);
}

.widget-donut .donut-chart .part5 .circle {
    background-color: #dfe6ee;
    animation: fifth 0.5s 1 forwards 2.6s;
}

@keyframes first {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(140deg);
    }
}

@keyframes second {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(30deg);
    }
}

@keyframes third {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(80deg);
    }
}

@keyframes forth {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(20deg);
    }
}

@keyframes fifth {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.widget-donut .donut-chart-titles {
    text-align: center;
}

.widget-donut .donut-chart-titles .title {
    display: inline-block;
    margin-right: 15px;
}

.widget-donut .donut-chart-titles .title .color-code {
    margin-right: 7px;
    margin-top: 18px;
    width: 18px;
    height: 8px;
    border-radius: 4px;
    float: left;
}

.widget-donut .donut-chart-titles .title p {
    float: left;
    font-size: 12px;
}

.widget-donut .donut-chart-titles .title.detail1 .color-code {
    background-color: #12aeee;
}

.widget-donut .donut-chart-titles .title.detail2 .color-code {
    background-color: #a054e5;
}

.widget-donut .donut-chart-titles .title.detail3 .color-code {
    background-color: #3cd6e7;
}

.widget-donut .donut-chart-titles .title.detail4 .color-code {
    background-color: #f8c336;
}

.widget-progress-card {
    height: 100%;
}

.widget-progress-card p {
    font-size: 13px;
    color: #657587;
    margin-bottom: 25px;
}

.widget-progress-card .progressbars ul {
    padding: 0;
}

.widget-progress-card .progressbars ul li {
    list-style: none;
    margin-bottom: 15px;
}

.widget-progress-card .progressbars ul li label {
    width: 25%;
}

.widget-progress-card .progressbars .progressbar {
    margin: auto 10px;
    height: 10px;
    padding: 0;
    width: 65%;
    background-color: #eaf0f6;
    border-radius: 5px;
}

.widget-progress-card .progressbars .progressbar .progress {
    height: 10px;
    background-image: linear-gradient(to right, #1E88E5, #1360a4);
    border-radius: 5px;
}

.widget-progress-card .month-buttons {
    margin-top: 35px;
    margin-bottom: 15px;
}

.widget-progress-card .month-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget-progress-card .month-buttons a {
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.widget-progress-card .month-buttons a:nth-child(1) {
    float: left;
}

.widget-progress-card .month-buttons a:nth-child(2) {
    float: right;
}

.widget-statistics {
    padding: 0;
    position: relative;
    height: 100%;
}

.widget-statistics ul {
    padding: 0;
}

.widget-statistics ul li {
    padding: 10px;
    color: #1b1c1e;
    list-style: none;
    border-bottom: solid 1px #dfe6ee;
}

.widget-statistics ul li:after {
    content: "";
    display: table;
    clear: both;
}

.widget-statistics ul img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
}

.widget-statistics ul .car-box {
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.widget-statistics ul .car-box .car-info {
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
}

.widget-statistics ul .car-box .car-id {
    color: #657587;
    font-size: 12px;
}

.widget-statistics ul .percentage {
    float: right;
    margin-left: 1em;
    font-size: 12px;
    font-weight: 700;
    color: #16b807;
}

.widget-statistics img {
    width: 100%;
}

.widget-resolution-center {
    height: 100%;
}

.widget-resolution-center:after {
    content: "";
    display: table;
    clear: both;
}

.widget-resolution-center .p-inputgroup, .widget-resolution-center textarea {
    margin-bottom: 1em;
}

.widget-resolution-center .p-inputtext {
    width: 100%;
}

.widget-resolution-center span {
    padding: 6px 7px;
}

.widget-resolution-center span .pi-user {
    font-size: 14px;
}

.widget-resolution-center .resolution-button-bar {
    margin-top: 10px;
}

.widget-resolution-center .resolution-button-bar a {
    float: right;
    cursor: pointer;
    padding: 5px 0;
    background: none;
    border: none;
}

.widget-team {
    padding: 0;
    height: 100%;
}

.widget-team h5 {
    padding: 15px 15px 0;
}

.widget-team ul {
    padding: 0;
}

.widget-team ul li {
    padding: 13px;
    padding-left: 15px;
    color: #1b1c1e;
    list-style: none;
    border-bottom: solid 1px #dfe6ee;
}

.widget-team ul li:after {
    content: "";
    display: table;
    clear: both;
}

.widget-team ul img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    display: inline-block;
}

.widget-team ul .team-box {
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.widget-team ul .team-box .team-member {
    display: block;
    font-weight: 500;
    margin-bottom: 7px;
}

.widget-team ul .team-box .team-member .team-member-status {
    position: absolute;
    margin-left: -24px;
    height: 15px;
    width: 15px;
    background-color: #16b807;
    border: solid 2px #ffffff;
    border-radius: 100%;
}

.widget-team ul .team-box .team-member-job {
    padding: 3px 5px;
    background-color: #eaf0f6;
    color: #525e6c;
    border-radius: 5px;
    border: solid 1px #dfe6ee;
}

.widget-team ul button {
    float: right;
    margin-left: 1em;
    margin-top: 6px;
}

.widget-team .all-members-link {
    padding: 18px;
    margin-top: -14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.widget-team .all-members-link:hover {
    background-color: #BBDEFB;
    transition-duration: 0.3s;
}

.widget-user-card {
    padding: 0;
    height: 100%;
}

.widget-user-card .user-card-header {
    height: 120px;
    overflow: hidden;
}

.widget-user-card .user-card-header img {
    width: 100%;
    height: 100%;
}

.widget-user-card .user-card-content img {
    margin: -45px 0 0 25px;
    border-radius: 100%;
}

.widget-user-card .user-card-content .p-button {
    float: right;
    width: 36px;
    height: 36px;
    margin: -18px 24px 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.widget-user-card .user-card-content .user-card-name {
    top: -70px;
    font-size: 16px;
    margin-left: 115px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    width: 150px;
}

.widget-user-card .user-card-content .user-card-status {
    top: -55px;
    margin-left: 115px;
    color: #313842;
    position: relative;
    white-space: nowrap;
    width: 150px;
}

.widget-user-card .user-card-content .user-detail {
    padding: 0px 15px 15px 15px;
    color: #313842;
    margin-top: -30px;
}

.widget-user-card .user-card-content .user-detail ul {
    padding: 0;
    list-style: none;
    border: solid 1px #dfe6ee;
}

.widget-user-card .user-card-content .user-detail ul li {
    padding: 10px;
    border-bottom: solid 1px #dfe6ee;
}

.widget-user-card .user-card-content .user-detail ul li:last-of-type {
    border-bottom: none;
}

.widget-user-card .user-card-content .user-detail ul li .value {
    font-weight: 700;
    float: right;
}

.widget-user-card .user-card-content .user-detail ul li:hover {
    background-color: #dfe6ee;
}

/* Add your customizations of layout here */

/*# sourceMappingURL=layout-blue.css.map */
