@charset "UTF-8";
/*
Name: AdminPanel
Developed by: Kaioum
*/
:root {
    --admin-sidebar-color: #172d44;
    --btn-badge-bg: #fa3e3e;
    --hover-color: #0c1f33;
    --sidebar-bullet-color: #204061;
    --primary: #6861ce;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    background-color: #f2f6fc;
}
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #009688;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #004a43;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mr-3 {
    margin-right: 16px;
}
.bg-info {
    color: #fff;
    background-color: #6bd3f3;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.border-top-none {
    border-top: 0 !important;
}
.border-bottom-none {
    border-bottom: 0 !important;
}
.title {
    position: relative;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.title .title-text {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 18px;
    padding: 15px 20px;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}
.sub-title {
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-weight: 400;
}
.bg-success {
    color: #fff;
    background-color: #53d192 !important;
}
.bg-warning {
    color: #fff;
    background-color: #ffd200 !important;
}
.bg-primary {
    color: #fff;
    background-color: #6861ce !important;
}
.bg-danger {
    color: #fff;
    background-color: #e91e63 !important;
}
.bg-dark {
    color: #fff;
    background-color: #2b2b2c !important;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader/12.svg) 50% 50% no-repeat
        rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.adminpopular-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 14px;
    height: 60px;
    font-weight: 400;
    background: #1e2c62;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adminpopular-header a {
    color: #fff;
}
.adminpopular-toggle-sidebar {
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
}
.adminpopular-toggle-sidebar i {
    position: absolute;
    top: 18px;
    font-size: 20px;
    -webkit-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.adminpopular-logo-box {
    display: block;
    float: left;
    width: 230px;
    color: #fff;
}
.adminpopular-logo-box a:hover,
.adminpopular-logo-box a:focus,
.adminpopular-logo-box a:active {
    text-decoration: none;
}
.adminpopular-logo-box h1 {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.adminpopular-logo {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 15px;
}
.adminpopular-logo img {
    display: block;
    float: left;
}
.adminpopular-logo .adminpopular-logo-mobile {
    display: none;
}
.adminpopular-logo .adminpopular-logo-name {
    display: inline-block;
    float: left;
    font-weight: 400;
    line-height: 30px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #fff;
}
.adminpopular-header-menu {
    display: inline-block;
    float: left;
}
.adminpopular-header-navigation,
.adminpopular-header-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.adminpopular-header-navigation > li {
    float: left;
    position: relative;
}
.adminpopular-header-navigation > li > a {
    display: table-cell !important;
    vertical-align: middle;
    height: 60px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    text-decoration: none;
}
.adminpopular-header-navigation > li > a .material-icons {
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.adminpopular-header-navigation > li > a.active {
    box-shadow: inset 0 -2px 0 0 #fff;
}
.adminpopular-header-submenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    min-width: 100%;
    left: 0;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3);
    transform-origin: left top 0;
    display: none;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    transform: scale(0);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
        0 2px 8px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
        0 2px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.adminpopular-header-submenu ul li a i {
    padding-left: 100px;
}
.adminpopular-header-submenu.adminpopular-notify-list {
    width: 360px;
}
.adminpopular-notify-header {
    width: 100%;
    padding: 15px 10px;
    color: #333;
    background-color: #f4f4f4;
}
.adminpopular-notify-header .adminpopular-notify-text-top {
    display: block;
    font-size: 20px;
    text-align: center;
}
.adminpopular-notify-header .adminpopular-notify-text {
    display: block;
    text-align: center;
    font-size: 15px;
}
.adminpopular-notify-tab {
    padding: 15px;
}
.adminpopular-notify-tab .nav {
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
}
.adminpopular-notify-tab .nav li {
    display: inline-block;
    float: left;
    width: auto;
    border-left: none !important;
    margin-right: 20px;
}
.adminpopular-notify-tab .nav li a:hover {
    background-color: transparent;
    border-bottom: solid 1px #9d50bb;
}
.adminpopular-notify-tab .nav li a {
    padding: 6px 0;
    font-weight: 500;
    font-size: 16px;
}
.adminpopular-notify-tab .nav li a.active {
    border-bottom: solid 1px #9d50bb;
    color: #9d50bb;
}
.adminpopular-header-submenu ul li {
    display: block;
    width: 100%;
}
.adminpopular-header-submenu ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: #444;
    white-space: nowrap;
}
.adminpopular-header-submenu ul li a:hover {
    background-color: #eee;
}
.adminpopular-header-submenu.active {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    transform: scale(1);
}
.adminpopular-header-right {
    display: inline-block;
    float: right;
}
.adminpopular-header-right.adminpopular-with-seperator
    .adminpopular-header-navigation
    li {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.adminpopular-header-right
    .adminpopular-header-navigation
    .adminpopular-header-submenu {
    transform-origin: right top 0;
    left: auto;
    right: 0;
}
.button__badge {
    background-color: var(--btn-badge-bg);
    border-radius: 7px;
    color: #fff;
    padding: 2px 4px;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    top: 13%;
    right: 1px;
}
.adminpopular-user-avatar {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
}
.adminpopular-search-bar {
    position: absolute;
    width: 100%;
    height: 60px;
    top: -70px;
    left: 0;
    background: var(--admin-sidebar-color);
}
.adminpopular-search-bar.active {
    top: 0;
}
.adminpopular-search-form {
    max-width: 1160px;
    width: 100%;
    height: 40px;
    margin: 10px auto;
    display: block;
    font-size: 14px;
    position: relative;
}
.adminpopular-search-input-wrapper {
    left: 20px;
    top: 0;
    right: 60px;
    bottom: 0;
    height: 40px;
    position: absolute;
}
.adminpopular-search-input {
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0 54px 0 14px;
    display: block;
    color: #fff;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
}
.adminpopular-search-input::placeholder {
    color: #fff;
    opacity: 0.5;
}
.adminpopular-search-input:-ms-input-placeholder {
    color: #fff;
}
.adminpopular-search-input::-ms-input-placeholder {
    color: #fff;
}
.adminpopular-search-input:focus {
    background-color: rgba(255, 255, 255, 0.3);
}
.adminpopular-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: 0 0;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: 0;
}
.adminpopular-search-submit:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.adminpopular-search-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 0;
    background: 0 0;
    border: none;
    padding: 8px;
    outline: 0;
    cursor: pointer;
    color: #fff;
}
.adminpopular-menu,
.treeview-menu {
    padding-left: 0;
    list-style: none;
}
.adminpopular-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 70px;
    width: 230px;
    height: auto;
    overflow: auto !important;
    z-index: 10;
    background-color: var(--admin-sidebar-color);
    -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.3s ease, width 0.3s ease;
    -o-transition: left 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease, width 0.3s ease;
}
.adminpopular-sidebar .nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    font-size: 1.08em;
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #e7e7e7;
}
.adminpopular-sidebar .nav-item:active,
.adminpopular-sidebar .nav-item:hover,
.adminpopular-sidebar .nav-item:focus {
    background: var(--hover-color);
    border-left-color: #00acf0;
    text-decoration: none;
    color: #e7e7e7;
}
.adminpopular-sidebar .nav-item.active {
    background: var(--hover-color);
    border-left-color: #00acf0;
    text-decoration: none;
    color: #e7e7e7;
}
.adminpopular-sidebar::-webkit-scrollbar {
    width: 6px;
}
.adminpopular-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
.sidebar-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #e7e7e7;
}
.sidebar-user-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    height: 50px;
    border-radius: 50%;
}
.sidebar-user-name {
    font-size: 16px;
    line-height: 1.3;
}
.sidebar-user-name,
.sidebar-user-designation {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.adminpopular-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
}
.nav-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
}
.nav-label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.treeview.is-expanded [data-toggle="treeview"] {
    border-left-color: #00acf0;
    background: var(--hover-color);
}
.adminpopular-sidebar > ul ul li {
    position: relative;
    list-style: none;
}
.adminpopular-sidebar > ul ul li:before {
    background: var(--sidebar-bullet-color);
    bottom: auto;
    content: "";
    height: 7px;
    left: 24px;
    margin-top: 13px;
    position: absolute;
    right: auto;
    width: 7px;
    z-index: 1;
    border-radius: 50%;
}
.adminpopular-sidebar > ul ul li:after {
    border-left: 1px solid var(--sidebar-bullet-color);
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}
.treeview.is-expanded .treeview-menu {
    max-height: 100vh;
}
.treeview.is-expanded .treeview-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
ul > .treeview .is-expanded .treeview-inner-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -3px;
}
.treeview-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background: #11273f;
}
.treeview-inner .treeview-inner-menu {
    display: none;
}
.treeview-inner a {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.treeview-inner.is-expanded .treeview-inner-menu {
    display: block;
    margin-left: -16px;
}
.treeview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 5px 8px 40px;
    font-size: 1em;
    color: #e7e7e7;
}
.treeview-item.active,
.treeview-item:hover,
.treeview-item:focus {
    background: var(--hover-color);
    text-decoration: none;
    color: #e7e7e7;
}
.treeview-item .icon {
    margin-right: 5px;
}
.treeview-icon {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.adminpopular-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 230px;
    padding-top: 85px;
    transition: margin-left 0.3s ease;
}
@media (min-width: 768px) {
    body.sidenav-toggled {
        position: relative;
    }
    .sidebar-mini.sidenav-toggled .adminpopular-sidebar {
        left: 0;
        width: 50px;
        overflow: hidden;
        position: absolute;
        float: left;
        height: 100%;
    }
    .sidebar-mini.sidenav-toggled .adminpopular-sidebar:hover {
        overflow: visible !important;
    }
    .sidebar-mini.sidenav-toggled .sidebar-user-name,
    .sidebar-mini.sidenav-toggled .sidebar-user-designation,
    .sidebar-mini.sidenav-toggled .treeview-icon,
    .sidebar-mini.sidenav-toggled .treeview-inner-icon {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .sidebar-user-avatar {
        width: 30px;
        height: 30px;
    }
    .sidebar-mini.sidenav-toggled .nav-item {
        overflow: hidden;
    }
    .sidebar-mini.sidenav-toggled .nav-item:hover {
        overflow: visible;
    }
    .sidebar-mini.sidenav-toggled .nav-label {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        min-width: 180px;
        padding: 12px 5px 12px 20px;
        margin-left: -3px;
        line-height: 1;
        opacity: 0;
        z-index: 99999;
        background: var(--hover-color);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidenav-toggled .treeview-menu {
        position: absolute;
        left: 50px;
        min-width: 180px;
        padding: 12px 0;
        opacity: 0;
        border-bottom-right-radius: 4px;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }
    .sidebar-mini.sidenav-toggled .treeview-inner .treeview-inner-menu {
        display: block;
        margin-left: -18px;
    }
    .sidebar-mini.sidenav-toggled .adminpopular-wrapper {
        margin-left: 50px;
    }
    .sidebar-mini.sidenav-toggled .nav-item:hover .nav-label {
        opacity: 1;
    }
    .sidebar-mini.sidenav-toggled .nav-item:hover + .treeview-menu {
        visibility: visible;
    }
    .sidebar-mini.sidenav-toggled .treeview:hover .nav-item {
        overflow: visible;
        background: var(--hover-color);
        border-left-color: #009688;
        color: #e7e7e7;
    }
    .sidebar-mini.sidenav-toggled .treeview:hover .nav-label {
        opacity: 1;
    }
    .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
        max-height: 100vh;
        opacity: 1;
        visibility: visible;
        z-index: 10;
        padding-top: 0;
    }
    .sidebar-mini.sidenav-toggled .treeview .nav-label {
        border-bottom-right-radius: 0;
    }
}
@media (max-width: 786px) {
    .adminpopular-logo-box {
        display: none;
    }
    .adminpopular-sidebar {
        left: -230px;
    }
    .sidenav-toggled .adminpopular-sidebar {
        left: 0;
    }
    .adminpopular-toggle-sidebar {
        padding-left: 20px;
    }
    .adminpopular-wrapper {
        margin-left: 0;
    }
}
.db-breadcrumb {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.db-breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-title {
    margin-bottom: 0;
    font-weight: 400;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 10px;
    margin-right: 10px;
    line-height: 28px;
}
.db-breadcrumb-list li {
    display: inline-block;
    color: #7f7f7f;
    font-size: 14px;
    padding: 0 20px 0 0;
    position: relative;
}
.db-breadcrumb-list li i {
    margin-right: 5px;
    color: #000;
}
.db-breadcrumb-list li a {
    color: #7f7f7f;
}
.db-breadcrumb-list li:last-child {
    padding-right: 0;
}
.db-breadcrumb-list li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    color: #000;
    right: 5px;
    font-size: 15px;
    top: -1px;
}
.db-breadcrumb-list li:last-child:after {
    content: none;
}
.cp-widget-inner {
    padding: 5px 15px 30px;
}
.widget-box .cp-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 30px;
    margin-bottom: 10px;
}
.widget-box .cp-title h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 500;
}
.new-user-list ul,
.noti-box-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.new-user-list ul li,
.noti-box-list ul li {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    padding-right: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
}
.new-user-list ul li:last-child,
.noti-box-list ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.noti-box-list ul li .notification-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}
.dashbg-gray {
    background: #f2f2f2;
}
.noti-box-list ul li .notification-text {
    font-size: 14px;
    line-height: 20px;
    color: #909090;
}
.noti-box-list ul li .notification-text span {
    color: #333;
}
.noti-box-list ul li .notification-text a {
    color: var(--primary);
}
.noti-box-list ul li .notification-time {
    position: absolute;
    right: 0;
    top: 0;
}
.noti-box-list ul li .notification-time a {
    position: absolute;
    color: silver;
    right: 0;
    top: 0;
    font-size: 14px;
}
.noti-box-list ul li .notification-time a:hover {
    color: #000;
}
.noti-box-list ul li .notification-time span {
    font-size: 12px;
    margin-top: 20px;
    display: block;
    color: #b0b0b0;
}
.dashbg-yellow {
    background-color: #ffb822;
    color: #fff;
}
.dashbg-green {
    background-color: #34bfa3;
    color: #fff;
}
.dashbg-primary {
    background-color: var(--primary);
    color: #fff;
}
.dashbg-red {
    background-color: #f4516c;
    color: #fff;
}
.new-user-list ul li {
    padding-right: 0;
    align-items: center;
}
.adminpopular-header-submenu.noti-menu {
    width: 320px;
}
.adminpopular-header-submenu.noti-menu .noti-box-list {
    padding: 20px;
}
.adminpopular-header-submenu.noti-menu ul li a {
    padding: 0;
}
.adminpopular-header-submenu.noti-menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}
.adminpopular-notify-header {
    position: relative;
    z-index: 1;
    color: #fff;
}
.adminpopular-notify-header:after {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.9;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    background: #172d44;
    background: -moz-linear-gradient(left, #6861ce 0, #728292 100%);
    background: -webkit-linear-gradient(left, #6861ce 0, #728292 100%);
    background: linear-gradient(to right, #6861ce 0, #728292 100%);
}
.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th,
.table td {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table th {
    vertical-align: bottom;
}
.f-border-none th {
    border-top: 0;
    border-bottom: none;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8e2de;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7ac8c1;
}
.table-hover .table-primary:hover {
    background-color: #a6dbd6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a6dbd6;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}
.tile div.dataTables_wrapper {
    padding: 0;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}
table.dataTable.table-sm > thead > tr > th {
    padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}
div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:first-child {
    padding-left: 0;
}
div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-right: 0;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 2px;
    outline: 0;
}
.btn:hover {
    transition: all 0.3s;
}
.btn:focus {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2) !important;
}
.btn-block {
    display: block;
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: #888 !important;
    border-color: #888 !important;
    color: #fff !important;
}
.btn-primary {
    background-color: #6861ce !important;
    border: 1px solid #6861ce !important;
    color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #635aea !important;
    border: 1px solid #635aea !important;
    color: #fff !important;
}
.btn-success {
    background-color: #18ce0f !important;
    border: 1px solid #18ce0f !important;
    color: #fff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    background-color: #18ce0f !important;
    border: 1px solid #18ce0f !important;
    color: #fff !important;
}
.btn-info {
    background-color: #2ca8ff !important;
    border: 1px solid #2ca8ff !important;
    color: #fff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    background-color: #2ca8ff !important;
    border: 1px solid #2ca8ff !important;
    color: #fff !important;
}
.btn-warning {
    background-color: #ffb236 !important;
    border: 1px solid #ffb236 !important;
    color: #fff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    background-color: #ffb236 !important;
    border: 1px solid #ffb236 !important;
    color: #fff !important;
}
.btn-danger {
    background-color: #ff3636 !important;
    border: 1px solid #ff3636 !important;
    color: #fff !important;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    background-color: #ff3636 !important;
    border: 1px solid #ff3636 !important;
    color: #fff !important;
}
.btn-pink {
    background-color: #ff4081 !important;
    border: 1px solid #ff4081 !important;
    color: #fff !important;
}
.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover,
.open > .dropdown-toggle.btn-pink {
    background-color: #ff4081 !important;
    border: 1px solid #ff4081 !important;
    color: #fff !important;
}
.btn:hover,
.icon-btn:hover,
.btn-group > .btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}
.btn:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn.white:not(.btn-outline) {
    color: #666;
    background-color: #fff;
    border-color: #fbfbfb;
}
.btn.white:not(.btn-outline).focus,
.btn.white:not(.btn-outline):focus {
    color: #666;
    background-color: #e6e6e6;
    border-color: #bfbfbf;
}
.btn.white:not(.btn-outline).active,
.btn.white:not(.btn-outline):active,
.btn.white:not(.btn-outline):hover,
.open > .btn.white:not(.btn-outline).dropdown-toggle {
    color: #666;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}
.btn.white:not(.btn-outline).active.focus,
.btn.white:not(.btn-outline).active:focus,
.btn.white:not(.btn-outline).active:hover,
.btn.white:not(.btn-outline):active.focus,
.btn.white:not(.btn-outline):active:focus,
.btn.white:not(.btn-outline):active:hover,
.open > .btn.white:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.white:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.white:not(.btn-outline).dropdown-toggle:hover {
    color: #666;
    background-color: #d4d4d4;
    border-color: #bfbfbf;
}
.btn.white:not(.btn-outline).disabled.focus,
.btn.white:not(.btn-outline).disabled:focus,
.btn.white:not(.btn-outline).disabled:hover,
.btn.white:not(.btn-outline)[disabled].focus,
.btn.white:not(.btn-outline)[disabled]:focus,
.btn.white:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.white:not(.btn-outline).focus,
fieldset[disabled] .btn.white:not(.btn-outline):focus,
fieldset[disabled] .btn.white:not(.btn-outline):hover {
    background-color: #fff;
    border-color: #fbfbfb;
}
.btn.white:not(.btn-outline) .badge {
    color: #fff;
    background-color: #666;
}
.btn.btn-outline.white {
    border-color: #fff;
    color: #fff;
    background: 0 0;
}
.btn.btn-outline.white.active,
.btn.btn-outline.white:active,
.btn.btn-outline.white:active:focus,
.btn.btn-outline.white:active:hover,
.btn.btn-outline.white:focus,
.btn.btn-outline.white:hover {
    border-color: #fff;
    color: #666;
    background-color: #fbfbfb;
}
.btn.white-stripe {
    border-left: 4px solid #fff !important;
}
.btn.white.btn-no-border:not(.active) {
    border-color: transparent;
}
.btn.default:not(.btn-outline) {
    color: #666;
    background-color: #e1e5ec;
    border-color: #e1e5ed;
}
.btn.default:not(.btn-outline).focus,
.btn.default:not(.btn-outline):focus {
    color: #666;
    background-color: #c2cad8;
    border-color: #93a1bb;
}
.btn.default:not(.btn-outline).active,
.btn.default:not(.btn-outline):active,
.btn.default:not(.btn-outline):hover,
.open > .btn.default:not(.btn-outline).dropdown-toggle {
    color: #666;
    background-color: #c2cad8;
    border-color: #bcc5d4;
}
.btn.default:not(.btn-outline).active.focus,
.btn.default:not(.btn-outline).active:focus,
.btn.default:not(.btn-outline).active:hover,
.btn.default:not(.btn-outline):active.focus,
.btn.default:not(.btn-outline):active:focus,
.btn.default:not(.btn-outline):active:hover,
.open > .btn.default:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.default:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.default:not(.btn-outline).dropdown-toggle:hover {
    color: #666;
    background-color: #acb7ca;
    border-color: #93a1bb;
}
.btn.default:not(.btn-outline).active,
.btn.default:not(.btn-outline):active,
.open > .btn.default:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.default:not(.btn-outline).disabled.focus,
.btn.default:not(.btn-outline).disabled:focus,
.btn.default:not(.btn-outline).disabled:hover,
.btn.default:not(.btn-outline)[disabled].focus,
.btn.default:not(.btn-outline)[disabled]:focus,
.btn.default:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.default:not(.btn-outline).focus,
fieldset[disabled] .btn.default:not(.btn-outline):focus,
fieldset[disabled] .btn.default:not(.btn-outline):hover {
    background-color: #e1e5ec;
    border-color: #e1e5ed;
}
.btn.default:not(.btn-outline) .badge {
    color: #e1e5ec;
    background-color: #666;
}
.btn.btn-outline.default {
    border-color: #e1e5ec;
    color: #e1e5ec;
    background: 0 0;
}
.btn.btn-outline.default.active,
.btn.btn-outline.default:active,
.btn.btn-outline.default:active:focus,
.btn.btn-outline.default:active:hover,
.btn.btn-outline.default:focus,
.btn.btn-outline.default:hover {
    border-color: #e1e5ec;
    color: #666;
    background-color: #e1e5ed;
}
.btn.default-stripe {
    border-left: 4px solid #e1e5ec !important;
}
.btn.default.btn-no-border:not(.active) {
    border-color: transparent;
}
.btn.dark:not(.btn-outline) {
    color: #fff;
    background-color: #2f353b;
    border-color: #2f353c;
}
.btn.dark:not(.btn-outline).focus,
.btn.dark:not(.btn-outline):focus {
    color: #fff;
    background-color: #181c1f;
    border-color: #000;
}
.btn.dark:not(.btn-outline).active,
.btn.dark:not(.btn-outline):active,
.btn.dark:not(.btn-outline):hover,
.open > .btn.dark:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #181c1f;
    border-color: #141619;
}
.btn.dark:not(.btn-outline).active.focus,
.btn.dark:not(.btn-outline).active:focus,
.btn.dark:not(.btn-outline).active:hover,
.btn.dark:not(.btn-outline):active.focus,
.btn.dark:not(.btn-outline):active:focus,
.btn.dark:not(.btn-outline):active:hover,
.open > .btn.dark:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.dark:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.dark:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #090a0b;
    border-color: #000;
}
.btn.dark:not(.btn-outline).active,
.btn.dark:not(.btn-outline):active,
.open > .btn.dark:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.dark:not(.btn-outline).disabled.focus,
.btn.dark:not(.btn-outline).disabled:focus,
.btn.dark:not(.btn-outline).disabled:hover,
.btn.dark:not(.btn-outline)[disabled].focus,
.btn.dark:not(.btn-outline)[disabled]:focus,
.btn.dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.dark:not(.btn-outline).focus,
fieldset[disabled] .btn.dark:not(.btn-outline):focus,
fieldset[disabled] .btn.dark:not(.btn-outline):hover {
    background-color: #2f353b;
    border-color: #2f353c;
}
.btn.dark:not(.btn-outline) .badge {
    color: #2f353b;
    background-color: #fff;
}
.btn.btn-outline.dark {
    border-color: #2f353b;
    color: #2f353b;
    background: 0 0;
}
.btn.btn-outline.dark.active,
.btn.btn-outline.dark:active,
.btn.btn-outline.dark:active:focus,
.btn.btn-outline.dark:active:hover,
.btn.btn-outline.dark:focus,
.btn.btn-outline.dark:hover {
    border-color: #2f353b;
    color: #fff;
    background-color: #2f353c;
}
.btn.dark-stripe {
    border-left: 4px solid #2f353b !important;
}
.btn.dark.btn-no-border:not(.active) {
    border-color: transparent;
}
.btn.blue:not(.btn-outline) {
    color: #fff;
    background-color: #3598dc;
    border-color: #3598dd;
}
.btn.blue:not(.btn-outline).focus,
.btn.blue:not(.btn-outline):focus {
    color: #fff;
    background-color: #217ebd;
    border-color: #15527c;
}
.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline):active,
.btn.blue:not(.btn-outline):hover,
.open > .btn.blue:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #217ebd;
    border-color: #1f78b5;
}
.btn.blue:not(.btn-outline).active.focus,
.btn.blue:not(.btn-outline).active:focus,
.btn.blue:not(.btn-outline).active:hover,
.btn.blue:not(.btn-outline):active.focus,
.btn.blue:not(.btn-outline):active:focus,
.btn.blue:not(.btn-outline):active:hover,
.open > .btn.blue:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #1c699f;
    border-color: #15527c;
}
.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline):active,
.open > .btn.blue:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.blue:not(.btn-outline).disabled.focus,
.btn.blue:not(.btn-outline).disabled:focus,
.btn.blue:not(.btn-outline).disabled:hover,
.btn.blue:not(.btn-outline)[disabled].focus,
.btn.blue:not(.btn-outline)[disabled]:focus,
.btn.blue:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue:not(.btn-outline).focus,
fieldset[disabled] .btn.blue:not(.btn-outline):focus,
fieldset[disabled] .btn.blue:not(.btn-outline):hover {
    background-color: #3598dc;
    border-color: #3598dd;
}
.btn.blue:not(.btn-outline) .badge {
    color: #3598dc;
    background-color: #fff;
}
.btn.btn-outline.blue {
    border-color: #3598dc;
    color: #3598dc;
    background: 0 0;
}
.btn.btn-outline.blue.active,
.btn.btn-outline.blue:active,
.btn.btn-outline.blue:active:focus,
.btn.btn-outline.blue:active:hover,
.btn.btn-outline.blue:focus,
.btn.btn-outline.blue:hover {
    border-color: #3598dc;
    color: #fff;
    background-color: #3598dd;
}
.btn.green-bgcolor:not(.btn-outline) {
    color: #fff;
    background-color: #69c2fe;
    border-color: #69c2ff;
}
.btn.green-bgcolor:not(.btn-outline).focus,
.btn.green-bgcolor:not(.btn-outline):focus {
    color: #fff;
    background-color: #26a1ab;
    border-color: #18666d;
}
.btn.green-bgcolor:not(.btn-outline).active,
.btn.green-bgcolor:not(.btn-outline):active,
.btn.green-bgcolor:not(.btn-outline):hover,
.open > .btn.green-bgcolor:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #69c2fe;
    border-color: #69c2ff;
}
.btn.green-bgcolor:not(.btn-outline).active.focus,
.btn.green-bgcolor:not(.btn-outline).active:focus,
.btn.green-bgcolor:not(.btn-outline).active:hover,
.btn.green-bgcolor:not(.btn-outline):active.focus,
.btn.green-bgcolor:not(.btn-outline):active:focus,
.btn.green-bgcolor:not(.btn-outline):active:hover,
.open > .btn.green-bgcolor:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-bgcolor:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-bgcolor:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #1f858e;
    border-color: #18666d;
}
.btn.green-bgcolor:not(.btn-outline).active,
.btn.green-bgcolor:not(.btn-outline):active,
.open > .btn.green-bgcolor:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.green-bgcolor:not(.btn-outline).disabled.focus,
.btn.green-bgcolor:not(.btn-outline).disabled:focus,
.btn.green-bgcolor:not(.btn-outline).disabled:hover,
.btn.green-bgcolor:not(.btn-outline)[disabled].focus,
.btn.green-bgcolor:not(.btn-outline)[disabled]:focus,
.btn.green-bgcolor:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-bgcolor:not(.btn-outline).focus,
fieldset[disabled] .btn.green-bgcolor:not(.btn-outline):focus,
fieldset[disabled] .btn.green-bgcolor:not(.btn-outline):hover {
    background-color: #32c5d2;
    border-color: #32c5d3;
}
.btn.green-bgcolor:not(.btn-outline) .badge {
    color: #32c5d2;
    background-color: #fff;
}
.btn.grey:not(.btn-outline) {
    color: #333;
    background-color: #e5e5e5;
    border-color: #e5e5e6;
}
.btn.grey:not(.btn-outline).focus,
.btn.grey:not(.btn-outline):focus {
    color: #333;
    background-color: #ccc;
    border-color: #a5a5a5;
}
.btn.grey:not(.btn-outline).active,
.btn.grey:not(.btn-outline):active,
.btn.grey:not(.btn-outline):hover,
.open > .btn.grey:not(.btn-outline).dropdown-toggle {
    color: #333;
    background-color: #ccc;
    border-color: #c6c6c6;
}
.btn.grey:not(.btn-outline).active.focus,
.btn.grey:not(.btn-outline).active:focus,
.btn.grey:not(.btn-outline).active:hover,
.btn.grey:not(.btn-outline):active.focus,
.btn.grey:not(.btn-outline):active:focus,
.btn.grey:not(.btn-outline):active:hover,
.open > .btn.grey:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey:not(.btn-outline).dropdown-toggle:hover {
    color: #333;
    background-color: #bababa;
    border-color: #a5a5a5;
}
.btn.grey:not(.btn-outline).active,
.btn.grey:not(.btn-outline):active,
.open > .btn.grey:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.grey:not(.btn-outline).disabled.focus,
.btn.grey:not(.btn-outline).disabled:focus,
.btn.grey:not(.btn-outline).disabled:hover,
.btn.grey:not(.btn-outline)[disabled].focus,
.btn.grey:not(.btn-outline)[disabled]:focus,
.btn.grey:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey:not(.btn-outline).focus,
fieldset[disabled] .btn.grey:not(.btn-outline):focus,
fieldset[disabled] .btn.grey:not(.btn-outline):hover {
    background-color: #e5e5e5;
    border-color: #e5e5e6;
}
.btn.grey:not(.btn-outline) .badge {
    color: #e5e5e5;
    background-color: #333;
}
.btn.btn-outline.grey {
    border-color: #e5e5e5;
    color: #e5e5e5;
    background: 0 0;
}
.btn.btn-outline.grey.active,
.btn.btn-outline.grey:active,
.btn.btn-outline.grey:active:focus,
.btn.btn-outline.grey:active:hover,
.btn.btn-outline.grey:focus,
.btn.btn-outline.grey:hover {
    border-color: #e5e5e5;
    color: #333;
    background-color: #e5e5e6;
}
.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505b;
}
.btn.red:not(.btn-outline).focus,
.btn.red:not(.btn-outline):focus {
    color: #fff;
    background-color: #e12330;
    border-color: #a1161f;
}
.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.btn.red:not(.btn-outline):hover,
.open > .btn.red:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #c71c27;
    border-color: #dc1e2b;
}
.btn.red:not(.btn-outline).active.focus,
.btn.red:not(.btn-outline).active:focus,
.btn.red:not(.btn-outline).active:hover,
.btn.red:not(.btn-outline):active.focus,
.btn.red:not(.btn-outline):active:focus,
.btn.red:not(.btn-outline):active:hover,
.open > .btn.red:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #c51b26;
    border-color: #d82431;
}
a.btn.blue-bgcolor:hover {
    color: #fff;
}
.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.open > .btn.red:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.red:not(.btn-outline).disabled.focus,
.btn.red:not(.btn-outline).disabled:focus,
.btn.red:not(.btn-outline).disabled:hover,
.btn.red:not(.btn-outline)[disabled].focus,
.btn.red:not(.btn-outline)[disabled]:focus,
.btn.red:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red:not(.btn-outline).focus,
fieldset[disabled] .btn.red:not(.btn-outline):focus,
fieldset[disabled] .btn.red:not(.btn-outline):hover {
    background-color: #e7505a;
    border-color: #e7505b;
}
.btn.red:not(.btn-outline) .badge {
    color: #e7505a;
    background-color: #fff;
}
.btn.btn-outline.red {
    border-color: #e7505a;
    color: #e7505a;
    background: 0 0;
}
.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
    border-color: #e7505a;
    color: #fff;
    background-color: #e7505b;
}
.btn.yellow:not(.btn-outline) {
    color: #fff;
    background-color: #c49f47;
    border-color: #c49f48;
}
.btn.yellow:not(.btn-outline).focus,
.btn.yellow:not(.btn-outline):focus {
    color: #fff;
    background-color: #a48334;
    border-color: #6a5422;
}
.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.btn.yellow:not(.btn-outline):hover,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #a48334;
    border-color: #9c7c32;
}
.btn.yellow:not(.btn-outline).active.focus,
.btn.yellow:not(.btn-outline).active:focus,
.btn.yellow:not(.btn-outline).active:hover,
.btn.yellow:not(.btn-outline):active.focus,
.btn.yellow:not(.btn-outline):active:focus,
.btn.yellow:not(.btn-outline):active:hover,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #896d2c;
    border-color: #6a5422;
}
.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.yellow:not(.btn-outline).disabled.focus,
.btn.yellow:not(.btn-outline).disabled:focus,
.btn.yellow:not(.btn-outline).disabled:hover,
.btn.yellow:not(.btn-outline)[disabled].focus,
.btn.yellow:not(.btn-outline)[disabled]:focus,
.btn.yellow:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):hover {
    background-color: #c49f47;
    border-color: #c49f48;
}
.btn.yellow:not(.btn-outline) .badge {
    color: #c49f47;
    background-color: #fff;
}
.btn.btn-outline.yellow {
    border-color: #c49f47;
    color: #c49f47;
    background: 0 0;
}
.btn.btn-outline.yellow.active,
.btn.btn-outline.yellow:active,
.btn.btn-outline.yellow:active:focus,
.btn.btn-outline.yellow:active:hover,
.btn.btn-outline.yellow:focus,
.btn.btn-outline.yellow:hover {
    border-color: #c49f47;
    color: #fff;
    background-color: #c49f48;
}
.btn.purple:not(.btn-outline) {
    color: #fff;
    background-color: #8e44ad;
    border-color: #8e44ae;
}
.btn.purple:not(.btn-outline).focus,
.btn.purple:not(.btn-outline):focus {
    color: #fff;
    background-color: #703688;
    border-color: #432051;
}
.btn.purple:not(.btn-outline).active,
.btn.purple:not(.btn-outline):active,
.btn.purple:not(.btn-outline):hover,
.open > .btn.purple:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #703688;
    border-color: #6a3381;
}
.btn.purple:not(.btn-outline).active.focus,
.btn.purple:not(.btn-outline).active:focus,
.btn.purple:not(.btn-outline).active:hover,
.btn.purple:not(.btn-outline):active.focus,
.btn.purple:not(.btn-outline):active:focus,
.btn.purple:not(.btn-outline):active:hover,
.open > .btn.purple:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple:not(.btn-outline).dropdown-toggle:hover {
    color: #fff;
    background-color: #5b2c6f;
    border-color: #432051;
}
.btn.purple:not(.btn-outline).active,
.btn.purple:not(.btn-outline):active,
.open > .btn.purple:not(.btn-outline).dropdown-toggle {
    background-image: none;
}
.btn.purple:not(.btn-outline).disabled.focus,
.btn.purple:not(.btn-outline).disabled:focus,
.btn.purple:not(.btn-outline).disabled:hover,
.btn.purple:not(.btn-outline)[disabled].focus,
.btn.purple:not(.btn-outline)[disabled]:focus,
.btn.purple:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple:not(.btn-outline).focus,
fieldset[disabled] .btn.purple:not(.btn-outline):focus,
fieldset[disabled] .btn.purple:not(.btn-outline):hover {
    background-color: #8e44ad;
    border-color: #8e44ae;
}
.btn.purple:not(.btn-outline) .badge {
    color: #8e44ad;
    background-color: #fff;
}
.btn.btn-outline.purple {
    border-color: #8e44ad;
    color: #8e44ad;
    background: 0 0;
}
.btn.btn-outline.purple.active,
.btn.btn-outline.purple:active,
.btn.btn-outline.purple:active:focus,
.btn.btn-outline.purple:active:hover,
.btn.btn-outline.purple:focus,
.btn.btn-outline.purple:hover {
    border-color: #8e44ad;
    color: #fff;
    background-color: #8e44ae;
}
.btn.btn-outline.blue-bgcolor.active,
.btn.btn-outline.blue-bgcolor:active,
.btn.btn-outline.blue-bgcolor:active:focus,
.btn.btn-outline.blue-bgcolor:active:hover,
.btn.btn-outline.blue-bgcolor:focus,
.btn.btn-outline.blue-bgcolor:hover {
    border-color: #2196f2;
    color: #fff;
    background-color: #2196f3;
}
.btn.btn-outline.deepPink.active,
.btn.btn-outline.deepPink:active,
.btn.btn-outline.deepPink:active:focus,
.btn.btn-outline.deepPink:active:hover,
.btn.btn-outline.deepPink:focus,
.btn.btn-outline.deepPink:hover {
    border-color: #e91e63;
    color: #fff;
    background-color: #e91e63;
}
.btn-circle {
    border-radius: 25px !important;
    overflow: hidden;
    outline: 0 !important;
}
.btn-circle-right {
    border-radius: 0 25px 25px 0 !important;
}
.btn-circle-left {
    border-radius: 25px 0 0 25px !important;
}
.btn-circle-bottom {
    border-radius: 0 0 25px 25px !important;
}
.btn-circle-top {
    border-radius: 25px 25px 0 0 !important;
}
.btn-icon-only {
    height: 34px;
    width: 34px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.btn-icon-only > [class^="icon-"],
.btn-icon-only > i {
    text-align: center;
    margin-top: 2px;
}
.btn-group.btn-group-circle > .btn:first-child {
    border-radius: 25px 0 0 25px !important;
}
.btn-group.btn-group-circle > .btn:last-child {
    border-radius: 0 25px 25px 0 !important;
}
.btn-group.btn-group-devided > .btn {
    margin-right: 5px;
}
.btn-group.btn-group-devided > .btn:last-child {
    margin-right: 0;
}
.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
    border-radius: 25px 25px 0 0 !important;
}
.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
    border-radius: 0 0 25px 25px !important;
}
.btn-group .btn {
    margin-right: 0;
}
.btn-group-vertical .btn {
    margin-bottom: 0;
}
.btn-group > .dropdown-menu {
    filter: alpha(opacity=0);
    margin-top: 0;
}
.btn-group.dropup > .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.btn-group.open > .dropdown-menu {
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-chatpane .btn,
.search-form .btn {
    box-shadow: none !important;
    overflow: visible;
}
.btn.btn-link {
    box-shadow: none;
    color: #337ab7;
}
.btn.btn-link:hover {
    text-decoration: none;
}
.btn > i {
    margin-top: 0;
    margin-left: 3px;
    margin-right: 3px;
}
.btn.btn-sm {
    font-size: 11px;
    padding: 6px 18px;
}
.btn.btn-xs {
    font-size: 11px;
    padding: 3px 8px;
}
.btn.btn-lg {
    font-size: 16px;
    padding: 12px 26px 10px;
}
.btn.btn-icon-only {
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-icon-only > i {
    margin-left: 0;
    margin-right: 0;
}
.btn.m-icon-big {
    padding: 9px 16px 8px;
}
.btn.m-icon-big.m-icon-only {
    padding: 9px 8px 8px 0;
}
.btn.m-icon-big [class^="m-icon-big-"] {
    margin: 0 0 0 10px;
}
.btn.m-icon-ony > i {
    margin-left: 0;
}
.btn.m-icon {
    padding: 7px 14px;
}
.btn.m-icon [class^="m-icon-"] {
    margin: 4px 0 0 5px;
}
.btn.m-icon.m-icon-only {
    padding: 7px 10px 7px 6px;
}
.btn.btn-outline.green-bgcolor {
    border-color: #32c5d2;
    color: #32c5d2;
    background: 0 0;
}
.btn.btn-outline.blue-bgcolor {
    border-color: #32c5d2;
    color: #32c5d2;
    background: 0 0;
}
.btn.btn-outline.deepPink {
    border-color: #e91e63;
    color: #e91e63;
    background: 0 0;
}
.btn.btn-outline.lightColor,
.btn.btn-outline.lightColor:hover {
    border-color: #b9acb0;
    color: #42393c;
    background: 0 0;
}
.btn.btn-outline.green-bgcolor.active,
.btn.btn-outline.green-bgcolor:active,
.btn.btn-outline.green-bgcolor:active:focus,
.btn.btn-outline.green-bgcolor:active:hover,
.btn.btn-outline.green-bgcolor:focus,
.btn.btn-outline.green-bgcolor:hover {
    border-color: #32c5d2;
    color: #fff;
    background-color: #32c5d3;
}
.btn.no-margin {
    margin: 0;
}
.btn-facebook {
    color: #fff !important;
    background-color: #3b5998 !important;
}
.btn-twitter {
    color: #fff !important;
    background-color: #00aced !important;
}
.btn-linkedin {
    color: #fff !important;
    background-color: #007bb6 !important;
}
.btn-dribbble {
    color: #fff !important;
    background-color: #ea4c89 !important;
}
.btn-googleplus {
    color: #fff !important;
    background-color: #dd4b39 !important;
}
.btn-instagram {
    color: #fff !important;
    background-color: #517fa4 !important;
}
.btn-pinterest {
    color: #fff !important;
    background-color: #cb2027 !important;
}
.btn-dropbox {
    color: #fff !important;
    background-color: #007ee5 !important;
}
.btn-flickr {
    color: #fff !important;
    background-color: #ff0084 !important;
}
.btn-tumblr {
    color: #fff !important;
    background-color: #32506d !important;
}
.btn-skype {
    color: #fff !important;
    background-color: #00aff0 !important;
}
.btn-youtube {
    color: #fff !important;
    background-color: #b00 !important;
}
.btn-github {
    color: #fff !important;
    background-color: #171515 !important;
}
.widget-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.widget-small .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
    font-size: 2.5rem;
}
.widget-small .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    -ms-flex-item-align: center;
    align-self: center;
}
.widget-small .info h4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 1.1rem;
}
.widget-small .info p {
    margin: 0;
    font-size: 16px;
}
.widget-small.danger {
    background-color: #dc3545;
}
.widget-small.danger.coloured-icon {
    background-color: #fff;
    color: #2a2a2a;
}
.widget-small.danger.coloured-icon .icon {
    background-color: #dc3545;
    color: #fff;
}
section.widget-medium {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.widget-medium .symbol {
    width: 30%;
    padding: 50px 15px;
}
.widget-medium .value {
    width: 68%;
    margin-top: 15px;
    padding-left: 10%;
    float: right;
    text-align: left;
}
.widget-medium .symbol,
.widget-medium .value {
    display: inline-block;
    text-align: center;
}
.widget-medium .value h1 {
    font-weight: 300;
}
.widget-medium .value h1,
.widget-medium .value p {
    margin: 0;
    padding: 0;
}
.widget-medium .symbol {
    width: 30%;
    padding: 50px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
    font-size: 2.5rem;
}
.widget-medium .symbol,
.widget-medium .value {
    display: inline-block;
    text-align: center;
}
section.widget-medium {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.progress-xs,
.progress-xs .progress-bar {
    height: 0.25rem;
}
.bg-pink,
.bg-yellow,
.bg-lime,
.bg-green,
.bg-teal,
.bg-cyan {
    background-color: #e21e32 !important;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-header > .box-tools {
    right: 10px;
}
.nav-mailbox li {
    display: block;
    width: 100%;
}
.nav-mailbox > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
    border-radius: 0;
    border: 0;
    color: #444;
    padding: 12px 15px 13px;
    display: block;
    background-color: transparent;
}
.nav-mailbox > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.nav-mailbox li.active a {
    color: #6861ce;
    font-weight: 700;
}
.nav-mailbox > li > a > i {
    padding-right: 5px;
}
.nav-mailbox > li > a:hover,
.nav-mailbox > li > a:active,
.nav-mailbox > li > a:focus {
    text-decoration: none;
    color: #6861ce;
}
.box-tools i {
    color: #333;
    font-size: 14px;
}
.mailbox-messages > .table {
    margin: 0;
}
.mailbox-messages > .table td {
    padding: 14px 10px;
    font-size: 13px;
}
.mailbox-messages > .table td a {
    color: #666f73;
}
.mailbox-messages > .table td a:hover {
    color: #4e5558;
}
.mailbox-controls {
    padding: 5px;
}
.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}
.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}
.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0;
}
.mailbox-read-time {
    color: #999;
    font-size: 13px;
}
.mailbox-read-message {
    padding: 10px;
}
.mailbox-attachments li {
    float: left;
    width: 225px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
    list-style: none;
}
.mailbox-attachment-name {
    font-weight: 700;
    color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}
.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}
.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}
.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
    padding: 0;
}
.mailbox-attachment-icon.has-img > img {
    max-width: 100%;
    height: auto;
}
.mailbox-controls .btn {
    background: #ddd;
}
.outline-badge-primary {
    color: #1b55e2;
    background-color: transparent;
    border: 1px solid #1b55e2;
}
.badge {
    font-weight: 600;
    line-height: 1.4;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.outline-badge-primary {
    color: #1b55e2;
    background-color: transparent;
    border: 1px solid #1b55e2;
}
.outline-badge-success {
    color: #8dbf42;
    background-color: transparent;
    border: 1px solid #8dbf42;
}
.outline-badge-danger {
    color: #e7515a;
    background-color: transparent;
    border: 1px solid #e7515a;
}
.outline-badge-warning {
    color: #ffc107;
    background-color: transparent;
    border: 1px solid #ffc107;
}
.table tr .td-content .outline-badge-success {
    color: #009688;
    background-color: #e6ffbf;
    border-color: #009688;
}
.td-content.customer-name img {
    width: 39px;
    padding-right: 9px;
}
.td-content.product-name img {
    width: 43px;
    padding-right: 13px;
}
.widget.widget-transactions {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    padding: 20px 20px 29px;
    background: #f5f9ff;
}
.widget-transactions .widget-heading {
    display: flex;
}
.widget-transactions .transactions-list {
    padding: 12px;
    border: 1px dashed #bfc9d4;
    border-radius: 6px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.widget-transactions .transactions-list:not(:last-child) {
    margin-bottom: 15px;
}
.widget-transactions .transactions-list:hover {
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}
.widget-transactions .transactions-list .t-item {
    display: flex;
    justify-content: space-between;
}
.widget-transactions .transactions-list .t-item .t-company-name {
    display: flex;
}
.widget-transactions .transactions-list .t-item .t-icon {
    margin-right: 12px;
}
.widget-transactions .transactions-list .t-item .t-icon .avatar {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.widget-transactions .transactions-list .t-item .t-icon .avatar .avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffe1e2;
    color: #e7515a;
}
.widget-transactions .transactions-list .t-item .t-icon .icon {
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #ffeccb;
    border-radius: 50%;
}
.widget-transactions .transactions-list .t-item .t-icon .icon svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: #e2a03f;
    stroke-width: 2;
}
.widget-transactions .transactions-list .t-item .t-name {
    align-self: center;
}
.widget-transactions .transactions-list .t-item .t-name h4 {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.widget-transactions .transactions-list .t-item .t-name .meta-date {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    color: #888ea8;
}
.widget-transactions .transactions-list .t-item .t-rate {
    align-self: center;
}
.widget-transactions .transactions-list .t-item .t-rate p {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0;
}
.widget-transactions .transactions-list .t-item .t-rate svg {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
}
.widget-transactions .transactions-list .t-item .t-rate.rate-inc p {
    color: #009688;
}
.widget-transactions .transactions-list .t-item .t-rate.rate-inc svg {
    color: #009688;
}
.widget-transactions .transactions-list .t-item .t-rate.rate-dec p {
    color: #e7515a;
}
.widget-transactions .transactions-list .t-item .t-rate.rate-dec svg {
    color: #e7515a;
}
.invoice {
    background: url(../images/pattern-1.svg) no-repeat center bottom;
    background-color: #fafcff;
    background-size: cover;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.invoice-table {
    text-align: right;
}
.invoice-table tr td:last-child {
    padding-right: 40px;
    width: 20%;
    padding-right: 40px;
    width: 20%;
}
.page-error {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
    margin-bottom: 0;
}
.page-error h1 {
    margin: 10px;
    color: #dc3545;
    font-size: 42px;
}
.page-profile .card-block {
    padding: 40px 15px;
    background-color: #fff;
}
.page-profile .card-footer {
    padding: 10px;
    background-color: #f6f9fd;
    border-top: none;
}
.page-profile .card .avatar {
    width: 130px;
    margin-bottom: 10px;
}
.page-profile .profile-user {
    margin-bottom: 10px;
    color: #212121;
}
.page-profile .profile-job {
    margin-bottom: 20px;
    color: #9e9e9e;
}
.page-profile .profile-social {
    margin: 25px 0;
}
.page-profile .profile-social .icon {
    margin: 0 10px;
    color: rgba(66, 66, 66, 0.4);
}
.page-profile .profile-stat-count {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 100;
    color: #616161;
}
.page-profile .profile-stat-count + span {
    color: #9e9e9e;
}
.page-profile .page-content .list-group-item {
    padding: 25px 15px;
    border-top-color: #e0e0e0;
}
.page-profile .page-content .list-group-item:first-child {
    border-top: transparent;
}
.page-profile .page-content .list-group-item:last-child {
    border-bottom-color: #e0e0e0;
}
.page-profile .page-content .list-group-item .media .avatar {
    width: 50px;
}
.page-profile .page-content .list-group-item .media small {
    color: #9e9e9e;
}
.page-profile .page-content .list-group-item .media-heading {
    font-size: 16px;
}
.page-profile .page-content .list-group-item .media-heading span {
    margin-left: 5px;
    font-size: 1rem;
    color: #757575;
}
.page-profile .page-content .list-group-item .media .media:first-child {
    border-top: none;
}
.page-profile .profile-readMore {
    margin: 40px 0;
}
.page-profile .profile-brief {
    margin-top: 20px;
}
.page-profile .profile-uploaded {
    float: left;
    width: 100%;
    max-width: 220px;
    max-height: 150px;
    padding: 0 20px 20px 0;
}
.user-profile {
    border-top: 3px solid #007bff;
}
.profile-img {
    text-align: center;
}
.profile-img img {
    border-radius: 50%;
    padding: 3px;
    border: 3px solid #d2d6de;
}
.profile-heading {
    padding: 10px 0;
}
.profile-heading h4 {
    text-transform: capitalize;
    font-size: 20px;
    color: #3a405b;
}
.profile-heading p {
    color: #b7b6b6;
    font-size: 13px;
    margin: 0;
}
.profile-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-list ul li {
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.profile-list ul li span {
    font-weight: 700;
}
.profile-list ul li a {
    float: right;
    color: #000;
    text-decoration: none;
}
.profile-list ul li p {
    float: right;
    color: #000;
    display: inline-block;
}
.profile-button {
    padding: 10px 0;
}
.profile-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.profile-button ul li {
    display: inline;
    padding-right: 5px;
}
.profile-button ul li a {
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
}
.profile-about h4 {
    text-transform: capitalize;
    font-size: 20px;
    color: #3a405b;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.profile-about p {
    color: #3a405b;
    padding-top: 15px;
    padding-bottom: 4px;
}
.profile-statistics {
    padding-top: 20px;
}
.profile-statistics ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.profile-statistics ul li {
    text-align: center;
}
.activity-title {
    padding-bottom: 10px;
}
.activity-title h4 {
    font-size: 18px;
}
div#activities .activity-single:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.activity-single {
    overflow: hidden;
    padding: 15px 0;
    align-items: center;
}
.activity-img img {
    width: 100%;
}
.activity-content h5 {
    font-size: 17px;
    color: #3a405b;
    margin-bottom: 5px;
    margin-top: 5px;
}
.activity-content p {
    color: #919aa3;
    text-align: justify;
    margin-bottom: 5px;
}
.activity-content span {
    color: #919aa3;
}
.activity-content span i {
    margin-right: 8px;
}
.animated-checkbox input[type="checkbox"] {
    display: none;
}
.animated-checkbox input[type="checkbox"] + .label-text {
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.animated-checkbox input[type="checkbox"] + .label-text:before {
    content: "ï‚–";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px;
}
.animated-checkbox input[type="checkbox"]:checked + .label-text:before {
    content: "ï…Š";
    color: #1c75c7;
    -webkit-animation: tick 180ms ease-in;
    animation: tick 180ms ease-in;
}
.animated-checkbox input[type="checkbox"]:disabled + .label-text {
    cursor: not-allowed !important;
}
.animated-checkbox input[type="checkbox"]:disabled + .label-text:before {
    content: "ïƒˆ";
    color: #ccc;
}
.animated-radio-button input[type="radio"] {
    display: none;
}
.animated-radio-button input[type="radio"] + .label-text {
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.animated-radio-button input[type="radio"] + .label-text:before {
    content: "ï‡›";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 2px;
    vertical-align: -2px;
}
.animated-radio-button input[type="radio"]:checked + .label-text:before {
    content: "ï†’";
    color: #1c75c7;
    -webkit-animation: tick 180ms ease-in;
    animation: tick 180ms ease-in;
}
.animated-radio-button input[type="radio"]:disabled + .label-text {
    cursor: not-allowed !important;
}
.animated-radio-button input[type="radio"]:disabled + .label-text:before {
    content: "ï„‘";
    color: #ccc;
}
@-webkit-keyframes tick {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    90% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes tick {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    90% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    background: url(../images/pattern-1.svg) no-repeat center bottom;
    background-color: #f1f1f1;
    background-size: cover;
}
.login-content .logo {
    margin-bottom: 40px;
    color: #fff;
}
.login-content .logo h1 {
    font-size: 52px;
    font-weight: 400;
}
.login-content .login-box {
    position: relative;
    min-width: 350px;
    min-height: 410px;
    background-color: #fff;
    -webkit-box-shadow: 0 29px 147.5px 102.5px rgba(0, 0, 0, 0.05),
        0 29px 95px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 29px 147.5px 102.5px rgba(0, 0, 0, 0.05),
        0 29px 95px 0 rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.login-content .ap_regsister-box {
    min-height: 550px;
}
.login-content .login-box .login-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 24px;
}
.login-content .login-box label {
    color: #444;
    font-weight: 400;
}
.login-content .login-box .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-content .login-box .btn-container {
    margin-bottom: 0;
}
.login-content .login-box .login-form,
.login-content .login-box .forget-form {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 40px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.login-content .login-box .forget-form {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.login-content .login-box.flipped {
    min-height: 300px;
}
.login-content a {
    color: #333;
}
.login-content .login-box.flipped .login-form {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.login-content .login-box.flipped .forget-form {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
@media (max-width: 351px) {
    .login-content .login-box {
        min-width: 100%;
    }
    .login-content .login-box .login-form,
    .login-content .login-box .forget-form {
        width: 100%;
    }
}
.btn:not([disabled]):not(.disabled):not(.btn-link):hover,
.btn:not([disabled]):not(.disabled):not(.btn-link):focus {
    text-decoration: none;
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.register-content .login-box {
    min-height: 430px;
    min-width: 390px;
}
.icons-box a {
    padding: 30px 10px;
    margin: 1px;
    display: block;
    color: #a6a8a9;
    text-decoration: none;
    text-align: center;
}
.icons-box a i {
    font-size: 32px;
    display: block;
    color: #676a6c;
    padding-bottom: 10px;
}
.icons-box a:hover {
    box-shadow: 0 0 10px #ddd;
}
.icons-themify {
    text-align: center;
}
.icons-themify .title-text {
    text-align: left;
}
.icons-themify ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.icons-themify ul li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.icons-themify ul li i {
    display: block;
    font-size: 36px;
    color: #555;
    padding-bottom: 14px;
}
.icons-themify ul li > div {
    padding: 30px 10px;
    text-align: center;
    background: #fff;
    transition: 0.2s;
}
.icons-themify ul li > div:hover {
    box-shadow: 0 0 10px #ddd;
}
.ap-sec-wrapper .hk-sec-label {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
.form-control-lg,
.custom-select-lg {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    height: calc(2.875rem + 4px) !important;
}
.ap-sec-wrapper h6 {
    font-weight: 400;
    font-size: 16px;
}
.input-group .btn {
    height: 100%;
}
.form-control,
.dd-handle {
    color: #324148;
    border-width: 1px;
    border-color: #eaecec;
    padding: 0.375rem 0.75rem;
    height: calc(2.25rem + 4px);
}
.form-control:focus,
.dd-handle:focus {
    box-shadow: none;
    border-color: #6861ce;
}
.form-control.square-input,
.square-input.dd-handle {
    border-radius: 0;
}
.form-control:disabled,
.dd-handle:disabled {
    background-color: #fff;
    border-color: #f5f5f6;
    color: #c1c6c8;
    opacity: 1;
}
.form-control[readonly],
[readonly].dd-handle {
    background-color: #fff;
    border-color: #d6d9da;
}
.form-control.filled-input,
.filled-input.dd-handle {
    background: #f5f5f6;
    border: none;
}
.form-control.filled-input:focus,
.filled-input.dd-handle:focus {
    background: #eaecec;
    border: none;
    box-shadow: none;
}
.form-control.filled-input:disabled,
.filled-input.dd-handle:disabled {
    background: rgba(245, 245, 246, 0.6);
}
.form-control.filled-input[readonly],
.filled-input[readonly].dd-handle {
    background-color: #d6d9da;
}
.form-control.outline-input,
.outline-input.dd-handle {
    background: transparent;
}
.form-control.transparent-input,
.transparent-input.dd-handle {
    background: transparent;
    border: none;
}
.form-control.transparent-input:focus,
.transparent-input.dd-handle:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}
.form-control.rounded-input,
.rounded-input.dd-handle {
    border-radius: 50px;
}
.form-control::-webkit-input-placeholder,
.dd-handle::-webkit-input-placeholder {
    color: #c1c6c8;
}
.form-control:-moz-placeholder,
.dd-handle:-moz-placeholder {
    color: #c1c6c8;
}
.form-control::-moz-placeholder,
.dd-handle::-moz-placeholder {
    color: #c1c6c8;
}
.form-control:-ms-input-placeholder,
.dd-handle:-ms-input-placeholder {
    color: #c1c6c8;
}
.form-control-lg,
.custom-select-lg {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    height: calc(2.875rem + 4px);
}
.form-control-sm,
.custom-select-sm {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    height: calc(1.8125rem + 4px);
}
.custom-select {
    padding-right: 1.75rem;
}
.input-group-prepend {
    margin-right: -2px;
}
.input-group-append {
    margin-left: -2px;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -2px;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .dd-handle,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .dd-handle,
.input-group > .form-control + .custom-file,
.input-group > .dd-handle + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .dd-handle + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .dd-handle + .form-control,
.input-group > .form-control + .dd-handle,
.input-group > .dd-handle + .dd-handle {
    margin-left: -2px;
}
.input-group-text {
    border-color: #eaecec;
    background-color: #f5f5f6;
    border-width: 2px;
}
label {
    margin-bottom: 10px;
    color: #324148;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #5e7d8a;
}
.custom-file-label {
    color: #324148;
    border: 2px solid #eaecec;
    height: calc(2.25rem + 4px);
}
.custom-file-label:after {
    border-left: 0;
    background: #f5f5f6;
}
.custom-select.is-valid,
.form-control.is-valid,
.is-valid.dd-handle,
.was-validated .custom-select:valid,
.was-validated .form-control:valid,
.was-validated .dd-handle:valid {
    border-color: #22af47;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.is-invalid.dd-handle,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid,
.was-validated .dd-handle:invalid {
    border-color: #f95851;
}
.valid-feedback {
    color: #22af47;
}
.invalid-feedback {
    color: #f95851;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #22af47;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f95851;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #f95851;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #22af47;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label::before {
    background-color: #22af47;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.is-valid.dd-handle:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .dd-handle:valid:focus {
    border-color: #22af47;
    box-shadow: none;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.dd-handle:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .dd-handle:invalid:focus {
    border-color: #f95851;
    box-shadow: none;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f95851;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #22af47;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: none;
    border-color: #22af47;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: none;
    border-color: #f95851;
}
.ap-sec-wrapper .valid-tooltip {
    background: #22af47;
    position: inherit;
}
.ap-sec-wrapper .invalid-tooltip {
    background: #f95851;
    position: inherit;
}
.custom-valid::before {
    top: 3px !important;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #eee;
}
.note-modal-footer {
    margin-bottom: 20px;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-dropdown {
    border-color: #eaecec;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    height: calc(2.25rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #324148;
    background-color: #fff;
    border: 1px solid #eaecec;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border-color: #6861ce;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow {
    height: calc(2.25rem + 4px);
    top: 0;
    right: 6px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    color: #324148;
    line-height: inherit;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #eaecec;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #6861ce 1px;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #6861ce;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-radius: 0.25rem;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #6861ce;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f5f5f6;
    color: #324148;
}
.select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: calc(2.25rem + 4px);
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #6861ce;
    border: none;
    color: #fff;
    margin-right: 6px;
    margin-top: 6px;
    padding: 1px 7px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    color: #fff;
    font-weight: 600;
    margin-left: 6px;
    float: right;
    font-size: 14px;
    opacity: 0.5;
    padding-top: 1px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove:hover {
    opacity: 1;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 6px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00acf0;
}
.custom-checkbox.checkbox-primary
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-checkbox.checkbox-sky
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #00acf0;
}
.custom-checkbox.checkbox-success
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-checkbox.checkbox-green
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #22af47;
}
.custom-checkbox.checkbox-info
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-checkbox.checkbox-cyan
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #1ebccd;
}
.custom-checkbox.checkbox-warning
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-checkbox.checkbox-yellow
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ffbf36;
}
.custom-checkbox.checkbox-danger
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-checkbox.checkbox-red
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #f83f37;
}
.custom-checkbox.checkbox-secondary
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-checkbox.checkbox-grey
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #9e9e9e;
}
.custom-checkbox.checkbox-dark
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #324148;
}
.custom-checkbox.checkbox-light
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #d6d9da;
}
.custom-checkbox.checkbox-pink
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ed1b60;
}
.custom-checkbox.checkbox-purple
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ab26aa;
}
.custom-checkbox.checkbox-violet
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #6640b2;
}
.custom-checkbox.checkbox-indigo
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #3a55b1;
}
.custom-checkbox.checkbox-blue
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #0092ee;
}
.custom-checkbox.checkbox-teal
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #009b84;
}
.custom-checkbox.checkbox-neon
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #88c241;
}
.custom-checkbox.checkbox-lime
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #d0d962;
}
.custom-checkbox.checkbox-sun
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #fde335;
}
.custom-checkbox.checkbox-orange
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ff9528;
}
.custom-checkbox.checkbox-pumpkin
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ff6028;
}
.custom-checkbox.checkbox-brown
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #7a5449;
}
.custom-checkbox.checkbox-gold
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #c1993f;
}
.custom-checkbox.checkbox-smoke
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #5e7d8a;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00acf0;
}
.custom-radio.radio-primary
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-radio.radio-sky
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #00acf0;
}
.custom-radio.radio-success
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-radio.radio-green
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #22af47;
}
.custom-radio.radio-info
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-radio.radio-cyan
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #1ebccd;
}
.custom-radio.radio-warning
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-radio.radio-yellow
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ffbf36;
}
.custom-radio.radio-danger
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-radio.radio-red
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #f83f37;
}
.custom-radio.radio-secondary
    .custom-control-input:checked
    ~ .custom-control-label::before,
.custom-radio.radio-grey
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #9e9e9e;
}
.custom-radio.radio-dark
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #324148;
}
.custom-radio.radio-light
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #d6d9da;
}
.custom-radio.radio-pink
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ed1b60;
}
.custom-radio.radio-purple
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ab26aa;
}
.custom-radio.radio-violet
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #6640b2;
}
.custom-radio.radio-indigo
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #3a55b1;
}
.custom-radio.radio-blue
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #0092ee;
}
.custom-radio.radio-teal
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #009b84;
}
.custom-radio.radio-neon
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #88c241;
}
.custom-radio.radio-lime
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #d0d962;
}
.custom-radio.radio-sun
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #fde335;
}
.custom-radio.radio-orange
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ff9528;
}
.custom-radio.radio-pumpkin
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ff6028;
}
.custom-radio.radio-brown
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #7a5449;
}
.custom-radio.radio-gold
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #c1993f;
}
.custom-radio.radio-smoke
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #5e7d8a;
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.fileinput.input-group
    > .input-group-append:last-child
    > .btn.btn-file:not(:last-child):not(.dropdown-toggle),
.fileinput.input-group > .input-group-append:not(:last-child) > .btn.btn-file,
.fileinput.input-group > .input-group-prepend > .btn.btn-file {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.fileinput.fileinput-exists.input-group
    > .input-group-append:last-child
    > .btn.btn-file:not(:last-child):not(.dropdown-toggle),
.fileinput.fileinput-exists.input-group
    > .input-group-append:not(:last-child)
    > .btn.btn-file,
.fileinput.fileinput-exists.input-group > .input-group-prepend > .btn.btn-file {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dropzone {
    border: 2px dashed #eaecec;
    color: #324148;
    min-height: 120px !important;
}
.dropzone .dz-message {
    margin: 3em 0;
}
.dropzone .dz-preview .dz-details {
    color: #324148;
}
.dropzone .dz-preview .dz-filename span {
    background-color: transparent;
}
.dropzone .dz-preview .dz-image {
    border-radius: 4px;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 4px;
}
.dropify-wrapper {
    border: 2px dashed #eaecec;
    font-family: inherit;
    color: #324148;
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 28px;
    color: #fff;
    height: 60px;
    width: 60px;
    background: #00acf0;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
}
.dropify-wrapper .dropify-message span.file-icon:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2c8";
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(50, 65, 72, 0.85);
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    font-weight: 500;
}
.dropify-wrapper
    .dropify-preview
    .dropify-infos
    .dropify-infos-inner
    p.dropify-infos-message {
    margin-top: 0;
    padding-top: 0;
    opacity: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #adb3b6;
    font-size: 11px;
}
.dropify-wrapper
    .dropify-preview
    .dropify-infos
    .dropify-infos-inner
    p.dropify-infos-message:before {
    display: none;
}
.dropify-wrapper .dropify-clear {
    border: none;
    font-size: 11px;
    padding: 2px 6px;
    font-weight: 500;
    letter-spacing: 0.5px;
    top: 8px;
    right: 8px;
}
.dropify-wrapper .dropify-clear:hover {
    border-radius: 4px;
}
.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.toggle-wrap .toggle {
    margin-top: 15px;
    margin-right: 10px;
}
.toggle {
    width: 50px;
    height: 25px;
    display: inline-block;
}
.toggle .toggle-on,
.toggle .toggle-select .toggle-inner .active {
    background: #00acf0;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle .toggle-off {
    background: #6f7a7f;
    text-shadow: none;
    color: #fff;
}
.toggle .toggle-slide {
    box-shadow: none;
}
.toggle .toggle-on + .toggle-blob {
    background: #fff;
    box-shadow: none;
    border: 3px solid #6f7a7f;
}
.toggle .toggle-on.active + .toggle-blob {
    border-color: #00acf0;
}
.toggle .toggle-select .toggle-on,
.toggle .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-sky .toggle-on,
.toggle.toggle-bg-sky .toggle-select .toggle-inner .active,
.toggle.toggle-bg-primary .toggle-on,
.toggle.toggle-bg-primary .toggle-select .toggle-inner .active {
    background: #00acf0;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-sky .toggle-select .toggle-on,
.toggle.toggle-bg-sky .toggle-select .toggle-off,
.toggle.toggle-bg-primary .toggle-select .toggle-on,
.toggle.toggle-bg-primary .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-sky .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-primary .toggle-on.active + .toggle-blob {
    border-color: #00acf0;
}
.toggle.toggle-bg-cyan .toggle-on,
.toggle.toggle-bg-cyan .toggle-select .toggle-inner .active,
.toggle.toggle-bg-info .toggle-on,
.toggle.toggle-bg-info .toggle-select .toggle-inner .active {
    background: #1ebccd;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-cyan .toggle-select .toggle-on,
.toggle.toggle-bg-cyan .toggle-select .toggle-off,
.toggle.toggle-bg-info .toggle-select .toggle-on,
.toggle.toggle-bg-info .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-cyan .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-info .toggle-on.active + .toggle-blob {
    border-color: #1ebccd;
}
.toggle.toggle-bg-green .toggle-on,
.toggle.toggle-bg-green .toggle-select .toggle-inner .active,
.toggle.toggle-bg-success .toggle-on,
.toggle.toggle-bg-success .toggle-select .toggle-inner .active {
    background: #22af47;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-green .toggle-select .toggle-on,
.toggle.toggle-bg-green .toggle-select .toggle-off,
.toggle.toggle-bg-success .toggle-select .toggle-on,
.toggle.toggle-bg-success .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-green .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-success .toggle-on.active + .toggle-blob {
    border-color: #22af47;
}
.toggle.toggle-bg-yellow .toggle-on,
.toggle.toggle-bg-yellow .toggle-select .toggle-inner .active,
.toggle.toggle-bg-warning .toggle-on,
.toggle.toggle-bg-warning .toggle-select .toggle-inner .active {
    background: #ffbf36;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-yellow .toggle-select .toggle-on,
.toggle.toggle-bg-yellow .toggle-select .toggle-off,
.toggle.toggle-bg-warning .toggle-select .toggle-on,
.toggle.toggle-bg-warning .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-yellow .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-warning .toggle-on.active + .toggle-blob {
    border-color: #ffbf36;
}
.toggle.toggle-bg-red .toggle-on,
.toggle.toggle-bg-red .toggle-select .toggle-inner .active,
.toggle.toggle-bg-danger .toggle-on,
.toggle.toggle-bg-danger .toggle-select .toggle-inner .active {
    background: #f83f37;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-red .toggle-select .toggle-on,
.toggle.toggle-bg-red .toggle-select .toggle-off,
.toggle.toggle-bg-danger .toggle-select .toggle-on,
.toggle.toggle-bg-danger .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-red .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-danger .toggle-on.active + .toggle-blob {
    border-color: #f83f37;
}
.toggle.toggle-bg-pink .toggle-on,
.toggle.toggle-bg-pink .toggle-select .toggle-inner .active {
    background: #ed1b60;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-pink .toggle-select .toggle-on,
.toggle.toggle-bg-pink .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-pink .toggle-on.active + .toggle-blob {
    border-color: #ed1b60;
}
.toggle.toggle-bg-purple .toggle-on,
.toggle.toggle-bg-purple .toggle-select .toggle-inner .active {
    background: #ab26aa;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-purple .toggle-select .toggle-on,
.toggle.toggle-bg-purple .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-purple .toggle-on.active + .toggle-blob {
    border-color: #ab26aa;
}
.toggle.toggle-bg-violet .toggle-on,
.toggle.toggle-bg-violet .toggle-select .toggle-inner .active {
    background: #6640b2;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-violet .toggle-select .toggle-on,
.toggle.toggle-bg-violet .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-violet .toggle-on.active + .toggle-blob {
    border-color: #ab26aa;
}
.toggle.toggle-bg-indigo .toggle-on,
.toggle.toggle-bg-indigo .toggle-select .toggle-inner .active {
    background: #3a55b1;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-indigo .toggle-select .toggle-on,
.toggle.toggle-bg-indigo .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-indigo .toggle-on.active + .toggle-blob {
    border-color: #3a55b1;
}
.toggle.toggle-bg-blue .toggle-on,
.toggle.toggle-bg-blue .toggle-select .toggle-inner .active {
    background: #0092ee;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-blue .toggle-select .toggle-on,
.toggle.toggle-bg-blue .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-blue .toggle-on.active + .toggle-blob {
    border-color: #0092ee;
}
.toggle.toggle-bg-teal .toggle-on,
.toggle.toggle-bg-teal .toggle-select .toggle-inner .active {
    background: #009b84;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-teal .toggle-select .toggle-on,
.toggle.toggle-bg-teal .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-teal .toggle-on.active + .toggle-blob {
    border-color: #009b84;
}
.toggle.toggle-bg-neon .toggle-on,
.toggle.toggle-bg-neon .toggle-select .toggle-inner .active {
    background: #88c241;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-neon .toggle-select .toggle-on,
.toggle.toggle-bg-neon .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-neon .toggle-on.active + .toggle-blob {
    border-color: #88c241;
}
.toggle.toggle-bg-lime .toggle-on,
.toggle.toggle-bg-lime .toggle-select .toggle-inner .active {
    background: #d0d962;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-lime .toggle-select .toggle-on,
.toggle.toggle-bg-lime .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-lime .toggle-on.active + .toggle-blob {
    border-color: #d0d962;
}
.toggle.toggle-bg-sun .toggle-on,
.toggle.toggle-bg-sun .toggle-select .toggle-inner .active {
    background: #fde335;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-sun .toggle-select .toggle-on,
.toggle.toggle-bg-sun .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-sun .toggle-on.active + .toggle-blob {
    border-color: #fde335;
}
.toggle.toggle-bg-orange .toggle-on,
.toggle.toggle-bg-orange .toggle-select .toggle-inner .active {
    background: #ff9528;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-orange .toggle-select .toggle-on,
.toggle.toggle-bg-orange .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-orange .toggle-on.active + .toggle-blob {
    border-color: #ff9528;
}
.toggle.toggle-bg-pumpkin .toggle-on,
.toggle.toggle-bg-pumpkin .toggle-select .toggle-inner .active {
    background: #ff6028;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-pumpkin .toggle-select .toggle-on,
.toggle.toggle-bg-pumpkin .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-pumpkin .toggle-on.active + .toggle-blob {
    border-color: #ff6028;
}
.toggle.toggle-bg-brown .toggle-on,
.toggle.toggle-bg-brown .toggle-select .toggle-inner .active {
    background: #7a5449;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-brown .toggle-select .toggle-on,
.toggle.toggle-bg-brown .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-brown .toggle-on.active + .toggle-blob {
    border-color: #7a5449;
}
.toggle.toggle-bg-gold .toggle-on,
.toggle.toggle-bg-gold .toggle-select .toggle-inner .active {
    background: #c1993f;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-gold .toggle-select .toggle-on,
.toggle.toggle-bg-gold .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-gold .toggle-on.active + .toggle-blob {
    border-color: #c1993f;
}
.toggle.toggle-bg-grey .toggle-on,
.toggle.toggle-bg-grey .toggle-select .toggle-inner .active,
.toggle.toggle-bg-secondary .toggle-on,
.toggle.toggle-bg-secondary .toggle-select .toggle-inner .active,
.toggle.toggle-bg-muted .toggle-on,
.toggle.toggle-bg-muted .toggle-select .toggle-inner .active {
    background: #9e9e9e;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-grey .toggle-select .toggle-on,
.toggle.toggle-bg-grey .toggle-select .toggle-off,
.toggle.toggle-bg-secondary .toggle-select .toggle-on,
.toggle.toggle-bg-secondary .toggle-select .toggle-off,
.toggle.toggle-bg-muted .toggle-select .toggle-on,
.toggle.toggle-bg-muted .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-grey .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-secondary .toggle-on.active + .toggle-blob,
.toggle.toggle-bg-muted .toggle-on.active + .toggle-blob {
    border-color: #9e9e9e;
}
.toggle.toggle-bg-dark .toggle-on,
.toggle.toggle-bg-dark .toggle-select .toggle-inner .active {
    background: #324148;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-dark .toggle-select .toggle-on,
.toggle.toggle-bg-dark .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-dark .toggle-on.active + .toggle-blob {
    border-color: #324148;
}
.toggle.toggle-bg-light .toggle-on,
.toggle.toggle-bg-light .toggle-select .toggle-inner .active {
    background: #848d91;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.toggle.toggle-bg-light .toggle-select .toggle-on,
.toggle.toggle-bg-light .toggle-select .toggle-off {
    background: #6f7a7f;
    color: #fff;
}
.toggle.toggle-bg-light .toggle-on.active + .toggle-blob {
    border-color: #848d91;
}
.toggle.toggle-lg {
    width: 64px;
    height: 32px;
}
.toggle.toggle-lg .toggle-on,
.toggle.toggle-lg .toggle-select .toggle-inner .active {
    font-size: 12px;
}
.toggle.toggle-sm {
    width: 50px;
    height: 20px;
}
.toggle.toggle-sm .toggle-on,
.toggle.toggle-sm .toggle-select .toggle-inner .active {
    font-size: 10px;
}
.toggle.toggle-simple {
    width: 47px;
}
.toggle.toggle-simple.toggle-lg {
    width: 58px;
}
.toggle.toggle-simple.toggle-sm {
    width: 35px;
}
.toggle-light .toggle-slide {
    border-radius: 9999px;
}
.toggle-light .toggle-on,
.toggle-light .toggle-off {
    font-size: 11px;
    font-weight: 500;
}
.toggle-light .toggle-on,
.toggle-light .toggle-select .toggle-inner .active {
    background: #45a31f;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
}
.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
    background: linear-gradient(#cfcfcf, #f5f5f5);
}
.toggle-light .toggle-blob {
    border-radius: 50px;
    background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
    background: linear-gradient(#f5f5f5, #cfcfcf);
    box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-blob:hover {
    background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
    background: linear-gradient(#e4e4e4, #f9f9f9);
}
.toggle-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    text-align: center;
}
div.disabled > .toggle-slide {
    opacity: 0.7;
    pointer-events: none;
}
.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
    float: left;
}
.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: grab;
}
.irs-line {
    height: 7px;
    background: #eaecec;
    border: none;
    border-radius: 0;
}
.irs-bar {
    height: 7px;
    border: none;
    border-radius: 0;
    background: #00acf0;
}
.irs-slider {
    top: 27px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #00acf0;
    border-radius: 50%;
    box-shadow: none;
}
.irs-slider.state_hover,
.irs-slider:hover {
    background: #00acf0;
}
.irs-bar-edge {
    height: 7px;
    top: 33px;
    width: 14px;
    border: none;
    background: #00acf0;
    border-radius: 0;
}
.irs-from,
.irs-to,
.irs-single {
    font-size: 14px;
    background: #324148;
    line-height: 1.5;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.irs-min,
.irs-max {
    color: #324148;
    font-size: 12px;
    background: #eaecec;
    line-height: 1.5;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.irs.irs-sm .irs-line {
    height: 3px;
}
.irs.irs-sm .irs-bar {
    height: 3px;
}
.irs.irs-sm .irs-slider {
    top: 29px;
    width: 12px;
    height: 12px;
}
.irs.irs-sm .irs-bar-edge {
    height: 3px;
}
.irs-sky .irs-bar,
.irs-sky .irs-bar-edge,
.irs-primary .irs-bar,
.irs-primary .irs-bar-edge {
    background: #00acf0;
}
.irs-sky .irs-slider,
.irs-primary .irs-slider {
    background: #00acf0;
}
.irs-sky .irs-slider.state_hover,
.irs-sky .irs-slider:hover,
.irs-primary .irs-slider.state_hover,
.irs-primary .irs-slider:hover {
    background: #00acf0;
}
.irs-cyan .irs-bar,
.irs-cyan .irs-bar-edge,
.irs-info .irs-bar,
.irs-info .irs-bar-edge {
    background: #1ebccd;
}
.irs-cyan .irs-slider,
.irs-info .irs-slider {
    background: #1ebccd;
}
.irs-cyan .irs-slider.state_hover,
.irs-cyan .irs-slider:hover,
.irs-info .irs-slider.state_hover,
.irs-info .irs-slider:hover {
    background: #1ebccd;
}
.irs-green .irs-bar,
.irs-green .irs-bar-edge,
.irs-success .irs-bar,
.irs-success .irs-bar-edge {
    background: #22af47;
}
.irs-green .irs-slider,
.irs-success .irs-slider {
    background: #22af47;
}
.irs-green .irs-slider.state_hover,
.irs-green .irs-slider:hover,
.irs-success .irs-slider.state_hover,
.irs-success .irs-slider:hover {
    background: #22af47;
}
.irs-yellow .irs-bar,
.irs-yellow .irs-bar-edge,
.irs-warning .irs-bar,
.irs-warning .irs-bar-edge {
    background: #ffbf36;
}
.irs-yellow .irs-slider,
.irs-warning .irs-slider {
    background: #ffbf36;
}
.irs-yellow .irs-slider.state_hover,
.irs-yellow .irs-slider:hover,
.irs-warning .irs-slider.state_hover,
.irs-warning .irs-slider:hover {
    background: #ffbf36;
}
.irs-red .irs-bar,
.irs-red .irs-bar-edge,
.irs-danger .irs-bar,
.irs-danger .irs-bar-edge {
    background: #f83f37;
}
.irs-red .irs-slider,
.irs-danger .irs-slider {
    background: #f83f37;
}
.irs-red .irs-slider.state_hover,
.irs-red .irs-slider:hover,
.irs-danger .irs-slider.state_hover,
.irs-danger .irs-slider:hover {
    background: #f83f37;
}
.irs-blue .irs-bar,
.irs-blue .irs-bar-edge {
    background: #0092ee;
}
.irs-blue .irs-slider {
    background: #0092ee;
}
.irs-blue .irs-slider.state_hover,
.irs-blue .irs-slider:hover {
    background: #0092ee;
}
.irs-pink .irs-bar,
.irs-pink .irs-bar-edge {
    background: #ed1b60;
}
.irs-pink .irs-slider {
    background: #ed1b60;
}
.irs-pink .irs-slider.state_hover,
.irs-pink .irs-slider:hover {
    background: #ed1b60;
}
.irs-purple .irs-bar,
.irs-purple .irs-bar-edge {
    background: #ab26aa;
}
.irs-purple .irs-slider {
    background: #ab26aa;
}
.irs-purple .irs-slider.state_hover,
.irs-purple .irs-slider:hover {
    background: #ab26aa;
}
.irs-violet .irs-bar,
.irs-violet .irs-bar-edge {
    background: #6640b2;
}
.irs-violet .irs-slider {
    background: #6640b2;
}
.irs-violet .irs-slider.state_hover,
.irs-violet .irs-slider:hover {
    background: #6640b2;
}
.irs-indigo .irs-bar,
.irs-indigo .irs-bar-edge {
    background: #3a55b1;
}
.irs-indigo .irs-slider {
    background: #3a55b1;
}
.irs-indigo .irs-slider.state_hover,
.irs-indigo .irs-slider:hover {
    background: #3a55b1;
}
.irs-teal .irs-bar,
.irs-teal .irs-bar-edge {
    background: #009b84;
}
.irs-teal .irs-slider {
    background: #009b84;
}
.irs-teal .irs-slider.state_hover,
.irs-teal .irs-slider:hover {
    background: #009b84;
}
.irs-neon .irs-bar,
.irs-neon .irs-bar-edge {
    background: #88c241;
}
.irs-neon .irs-slider {
    background: #88c241;
}
.irs-neon .irs-slider.state_hover,
.irs-neon .irs-slider:hover {
    background: #88c241;
}
.irs-lime .irs-bar,
.irs-lime .irs-bar-edge {
    background: #d0d962;
}
.irs-lime .irs-slider {
    background: #d0d962;
}
.irs-lime .irs-slider.state_hover,
.irs-lime .irs-slider:hover {
    background: #d0d962;
}
.irs-sun .irs-bar,
.irs-sun .irs-bar-edge {
    background: #fde335;
}
.irs-sun .irs-slider {
    background: #fde335;
}
.irs-sun .irs-slider.state_hover,
.irs-sun .irs-slider:hover {
    background: #fde335;
}
.irs-orange .irs-bar,
.irs-orange .irs-bar-edge {
    background: #ff9528;
}
.irs-orange .irs-slider {
    background: #ff9528;
}
.irs-orange .irs-slider.state_hover,
.irs-orange .irs-slider:hover {
    background: #ff9528;
}
.irs-pumpkin .irs-bar,
.irs-pumpkin .irs-bar-edge {
    background: #ff6028;
}
.irs-pumpkin .irs-slider {
    background: #ff6028;
}
.irs-pumpkin .irs-slider.state_hover,
.irs-pumpkin .irs-slider:hover {
    background: #ff6028;
}
.irs-brown .irs-bar,
.irs-brown .irs-bar-edge {
    background: #7a5449;
}
.irs-brown .irs-slider {
    background: #7a5449;
}
.irs-brown .irs-slider.state_hover,
.irs-brown .irs-slider:hover {
    background: #7a5449;
}
.irs-gold .irs-bar,
.irs-gold .irs-bar-edge {
    background: #c1993f;
}
.irs-gold .irs-slider {
    background: #c1993f;
}
.irs-gold .irs-slider.state_hover,
.irs-gold .irs-slider:hover {
    background: #c1993f;
}
.irs-grey .irs-bar,
.irs-grey .irs-bar-edge,
.irs-secondary .irs-bar,
.irs-secondary .irs-bar-edge {
    background: #9e9e9e;
}
.irs-grey .irs-slider,
.irs-secondary .irs-slider {
    background: #9e9e9e;
}
.irs-grey .irs-slider.state_hover,
.irs-grey .irs-slider:hover,
.irs-secondary .irs-slider.state_hover,
.irs-secondary .irs-slider:hover {
    background: #9e9e9e;
}
.irs-dark .irs-bar,
.irs-dark .irs-bar-edge {
    background: #324148;
}
.irs-dark .irs-slider {
    background: #324148;
}
.irs-dark .irs-slider.state_hover,
.irs-dark .irs-slider:hover {
    background: #324148;
}
.irs-light .irs-bar,
.irs-light .irs-bar-edge {
    background: #f5f5f6;
}
.irs-light .irs-slider {
    background: #f5f5f6;
}
.irs-light .irs-slider.state_hover,
.irs-light .irs-slider:hover {
    background: #f5f5f6;
}
.btn-light {
    color: #324148;
    background-color: #eaecec;
    border-color: #eaecec;
}
.btn-outline-light {
    border-color: #eaecec;
    color: #324148;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.daterangepicker {
    font-family: inherit;
    border-color: #eaecec;
}
.daterangepicker:before,
.daterangepicker:after {
    display: none;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #00acf0;
}
.daterangepicker td.active.available:hover,
.daterangepicker td.active:hover.available:hover {
    background-color: #00acf0;
}
.daterangepicker td.in-range {
    background-color: #edf9fe;
    color: #324148;
}
.daterangepicker td.in-range.active,
.daterangepicker td.in-range.active:hover {
    background-color: #00acf0;
}
.daterangepicker td.available:hover {
    background-color: #f5f5f6;
}
.daterangepicker th.available:hover {
    background-color: transparent;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 33px;
    width: 33px;
    height: 33px;
    font-size: 13px;
    color: #5e7d8a;
}
.daterangepicker .calendar-table th.active,
.daterangepicker .calendar-table th.active:hover,
.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
    color: #fff;
}
.daterangepicker .calendar-table th.active.available:hover,
.daterangepicker .calendar-table th.active:hover.available:hover,
.daterangepicker .calendar-table td.active.available:hover,
.daterangepicker .calendar-table td.active:hover.available:hover {
    color: #fff;
}
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev span {
    border-color: #c1c6c8;
}
.daterangepicker .calendar-table th:hover.next span,
.daterangepicker .calendar-table th:hover.prev span {
    border-color: #324148;
}
.daterangepicker th.month {
    width: auto;
    font-size: 14px;
    color: #324148;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.daterangepicker .drp-buttons {
    border: none;
    background: #f5f5f6;
}
.daterangepicker .drp-selected {
    font-size: 13px;
    padding-right: 3px;
    color: #324148;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: #e0e3e4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    background: #fff;
    width: 60px;
    margin: 10px auto;
    border: 2px solid #eaecec;
    padding: 3px;
    border-radius: 4px;
    font-size: 13px;
    color: #324148;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    background: #fff;
    border: 2px solid #eaecec;
    padding: 3px;
    border-radius: 4px;
    font-size: 13px;
    color: #324148;
}
.daterangepicker .ranges li {
    font-size: 14px;
    padding: 10px 12px;
}
.daterangepicker .ranges li:hover {
    background-color: #f5f5f6;
}
.daterangepicker .ranges li.active {
    background-color: #00acf0;
}
.daterangepicker.show-ranges .drp-calendar.left {
    border-color: #eaecec;
}
@media (max-width: 767px) {
    .daterangepicker {
        width: 281px;
    }
    .daterangepicker.show-ranges .drp-calendar.left {
        border: none;
    }
    .daterangepicker .drp-buttons {
        text-align: left;
    }
    .daterangepicker .drp-buttons .btn {
        margin-left: 0;
        margin-right: 8px;
    }
    .daterangepicker .drp-buttons .drp-selected {
        display: block;
        margin-bottom: 10px;
    }
    .daterangepicker.ltr .ranges {
        width: 100%;
    }
    .daterangepicker.ltr .ranges ul {
        width: 100%;
    }
    .daterangepicker.ltr .drp-calendar {
        width: 100%;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 0;
    }
}
.pickr:before {
    display: none;
    position: absolute;
    font-family: "FontAwesome";
    content: "\f078 ";
    height: 100%;
    width: 35px;
    color: #fff;
    background: #f5f5f6;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.pickr:after {
    font-family: "FontAwesome";
    content: "\f078 ";
    speak: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #324148;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    width: 35px;
    height: 100%;
    text-align: center;
    pointer-events: none;
}
.pickr .pcr-app {
    z-index: 100;
}
.pickr .pcr-app .pcr-interaction input {
    padding: 0.3em 0.5em;
    letter-spacing: inherit;
    border-radius: 4px;
    background: #f5f5f6;
    color: #c1c6c8;
}
.pickr .pcr-app .pcr-interaction .pcr-save {
    background: #00acf0;
    color: #fff;
}
.pickr .pcr-app .pcr-interaction .pcr-clear {
    background: #f83f37;
    color: #fff;
}
.pickr .pcr-app .pcr-interaction .pcr-type.active {
    background: #edf9fe;
    color: #00acf0;
}
.pickr .pcr-app .pcr-interaction .pcr-result {
    color: #324148;
    border: 2px solid #eaecec;
    background: #fff;
    border-radius: 0.25rem;
}
.pickr .pcr-app .pcr-interaction .pcr-result:focus {
    box-shadow: none;
    border-color: #00acf0;
}
.pickr .pcr-button {
    width: 16%;
    border-radius: 0;
}
@media (max-width: 414px) {
    .pcr-app {
        max-width: 310px;
    }
}
.pickr::after {
    speak: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
    content: "\f078 ";
    color: #324148;
    position: absolute;
    top: 5px;
    z-index: 2;
    width: 35px;
    height: 100%;
    text-align: center;
    pointer-events: none;
    left: 44px;
}
.wizard .wizard-icon-wrap {
    display: table;
    height: 35px;
    width: 35px;
    background: #e0e3e4;
    border-radius: 50%;
    float: left;
    text-align: center;
    position: relative;
}
.wizard .wizard-icon-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00acf0;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}
.wizard .wizard-icon-wrap i {
    display: table-cell;
    vertical-align: middle;
    color: #6f7a7f;
    font-size: 21px;
    position: relative;
    z-index: 2;
}
.wizard .wizard-head-text-wrap {
    display: inline-block;
    margin-left: 10px;
    padding-top: 7px;
}
.wizard .wizard-head-text-wrap > span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #324148;
    text-transform: uppercase;
}
.wizard .wizard-head-text-wrap .step-count {
    color: #adb3b6;
    font-size: 13px;
}
.wizard > .content {
    background: #fff;
    border-radius: 0;
    min-height: 100px;
    margin: 0;
    border: none;
    padding-bottom: 10px;
}
.wizard > .content > .body {
    width: 100%;
    height: auto;
    padding: 30px;
    position: static;
}
.wizard > .content > .body input {
    border-width: 2px;
    border-color: #eaecec;
}
.wizard > .content > .body ul > li {
    display: inherit;
}
.wizard > .actions {
    background: #fff;
    padding: 10px 30px;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background: #00acf0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #00acf0;
    text-transform: capitalize;
    outline: none;
    border-width: 2px;
    border-radius: 0.25rem;
    padding: 0.15rem 0.4rem;
    font-size: 0.75rem;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #cecece;
    color: #fff;
    border: 1px solid #cecece;
    opacity: 0.65;
}
.wizard > .actions > ul > li {
    margin: 0 0.3em;
}
.wizard > .steps {
    margin-bottom: 20px;
}
.wizard > .steps > ul > li {
    width: auto;
    margin-right: 30px;
    margin-bottom: 20px;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: transparent;
    color: inherit;
}
.wizard > .steps .current a .wizard-icon-wrap,
.wizard > .steps .current a:hover .wizard-icon-wrap,
.wizard > .steps .current a:active .wizard-icon-wrap {
    background: transparent;
}
.wizard > .steps .current a .wizard-icon-wrap:before,
.wizard > .steps .current a:hover .wizard-icon-wrap:before,
.wizard > .steps .current a:active .wizard-icon-wrap:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.wizard > .steps .current a .wizard-icon-wrap i,
.wizard > .steps .current a:hover .wizard-icon-wrap i,
.wizard > .steps .current a:active .wizard-icon-wrap i {
    color: #fff;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: transparent;
    color: inherit;
    overflow: hidden;
}
.wizard > .steps .done a .wizard-icon-wrap,
.wizard > .steps .done a:hover .wizard-icon-wrap,
.wizard > .steps .done a:active .wizard-icon-wrap {
    background: #009b84;
}
.wizard > .steps .done a .wizard-icon-wrap:before,
.wizard > .steps .done a:hover .wizard-icon-wrap:before,
.wizard > .steps .done a:active .wizard-icon-wrap:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.wizard > .steps .done a .wizard-icon-wrap i,
.wizard > .steps .done a:hover .wizard-icon-wrap i,
.wizard > .steps .done a:active .wizard-icon-wrap i {
    color: #fff;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: transparent;
    color: inherit;
}
@media (max-width: 991px) {
    .wizard .steps ul > li {
        width: 100%;
    }
}
.gmaps,
.gmaps-panaroma {
    height: 300px;
    height: 300px;
    background: #f2f4f8;
    border-radius: 3px;
}
.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #9c27b0;
    border-radius: 4px;
    padding: 10px 20px;
}
.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}
.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #9c27b0;
}
.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #9c27b0;
}
.gmaps,
.ap-chat-form {
    margin-top: 25px;
    clear: both;
    position: relative;
}
.ap-chat-form .input-cont {
    margin-bottom: 10px;
}
.ap-chat-form .input-cont input {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 45px;
    background-color: #fff !important;
}
.ap-chat-form .chat-features {
    position: absolute;
    top: 1px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-features a {
    margin-left: 10px;
}
.chat-features a:last-child {
    padding: 10px 32px;
    border: 1px solid #6861ce;
}
.chat-features a:hover {
    text-decoration: none;
}
.chat-features a i {
    color: #d0d0d0;
}
.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before,
.msg-time-chat:before,
.msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages,
.msg-time-chat,
.timeline-messages .msg-in,
.timeline-messages .msg-out {
    position: relative;
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}
.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background: #ccc;
    border: 2px solid #fafafa;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}
.msg-in a,
.msg-in a:hover {
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a,
.msg-out a:hover {
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
@media (max-width: 1920px) {
    .ap-chat-form .input-cont input {
        padding-right: 30%;
    }
}
@media (max-width: 1300px) {
    .ap-chat-form .input-cont input {
        padding-right: 40%;
    }
}
.avatar-xs {
    height: 2.2rem;
    width: 2.2rem;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}
.avatar-lg {
    height: 6rem;
    width: 6rem;
}
.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7269ef;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semibold {
    font-weight: 600;
}
.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 4px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.social-list-item:hover {
    color: #7a7f9a;
    background-color: #f5f7fb;
}
.w-xs {
    min-width: 80px;
}
.w-sm {
    min-width: 95px;
}
.w-md {
    min-width: 110px;
}
.w-lg {
    min-width: 140px;
}
.w-xl {
    min-width: 160px;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}
.custom-scroll {
    height: 100%;
}
.side-menu {
    min-width: 75px;
    max-width: 75px;
    height: 100vh;
    min-height: 570px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}
@media (max-width: 991.98px) {
    .side-menu {
        position: fixed;
        bottom: 0;
        height: 60px;
        min-width: 100%;
        min-height: auto;
        display: block;
        border-top: 1px solid #f0eff5;
    }
}
.side-menu .navbar-brand-box {
    text-align: center;
}
@media (max-width: 991.98px) {
    .side-menu .navbar-brand-box {
        display: none;
    }
}
.side-menu .navbar-brand-box .logo {
    line-height: 70px;
}
.side-menu .navbar-brand-box .logo-dark {
    display: block;
}
.side-menu .navbar-brand-box .logo-light {
    display: none;
}
.side-menu .theme-mode-icon:before {
    content: "î»»";
}
.side-menu-nav .nav-item {
    margin: 7px 0;
}
@media (max-width: 991.98px) {
    .side-menu-nav .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 5px 0;
    }
}
.side-menu-nav .nav-item .nav-link {
    text-align: center;
    font-size: 24px;
    color: #878a92;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0;
}
@media (max-width: 991.98px) {
    .side-menu-nav .nav-item .nav-link {
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}
.side-menu-nav .nav-item .nav-link.active {
    background-color: #f7f7ff;
    color: #7269ef;
}
.side-menu-nav .nav-item.show > .nav-link {
    background-color: #f7f7ff;
    color: #7269ef;
}
.side-menu-nav .profile-user {
    height: 36px;
    width: 36px;
    background-color: #f0eff5;
    padding: 3px;
}
.chat-leftsidebar {
    height: 80vh;
}
.chat-leftsidebar .user-status-box {
    background-color: #e6ebf5;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-top: 16px;
    display: block;
}
.chat-leftsidebar .user-status-box .chat-user-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.chat-search-box .form-control {
    border: 0;
}
.chat-search-box .search-icon-btn {
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 0;
}
.chat-message-list {
    height: calc(90vh - 280px);
}
@media (max-width: 991.98px) {
    .chat-message-list {
        height: calc(90vh - 320px);
    }
}
.chat-group-list {
    height: calc(90vh - 160px);
}
@media (max-width: 991.98px) {
    .chat-group-list {
        height: calc(90vh - 194px);
    }
}
.chat-list {
    margin: 0;
}
.chat-list li.active a {
    background-color: #e6ebf5;
}
.chat-list li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #7a7f9a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-top: 1px solid #f5f7fb;
    border-radius: 4px;
}
.chat-list li a:hover {
    background-color: #e6ebf5;
}
.chat-list li .chat-user-message {
    font-size: 14px;
}
.chat-list li.typing .chat-user-message {
    color: #7269ef;
    font-weight: 500;
}
.chat-list li.typing .chat-user-message .dot {
    background-color: #7269ef;
}
.chat-list li .unread-message {
    position: absolute;
    display: inline-block;
    right: 24px;
    top: 33px;
}
.chat-list li .unread-message .badge {
    line-height: 16px;
    font-weight: 600;
    font-size: 10px;
}
.chat-user-img {
    position: relative;
}
.chat-user-img .user-status {
    width: 10px;
    height: 10px;
    background-color: #adb5bd;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.chat-user-img.online .user-status {
    background-color: #06d6a0;
}
.chat-user-img.away .user-status {
    background-color: #ffd166;
}
.contact-list li {
    cursor: pointer;
    padding: 10px 20px;
}
.profile-user {
    position: relative;
    display: inline-block;
}
.user-profile-show {
    color: #333;
}
.profile-user .profile-photo-edit {
    position: absolute;
    right: 0;
    bottom: 0;
}
.user-chat {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.user-chat-nav .nav-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    color: #7a7f9a;
}
.chat-conversation li {
    clear: both;
}
.chat-conversation .chat-avatar {
    margin-right: 16px;
}
.chat-conversation .chat-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px;
}
.chat-conversation .chat-day-title .title {
    background-color: #f0eff5;
    position: relative;
    font-size: 13px;
    z-index: 1;
    padding: 6px 12px;
    border-radius: 5px;
}
.chat-conversation .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #f0eff5;
    top: 10px;
}
.chat-conversation .chat-day-title .badge {
    font-size: 12px;
}
.chat-conversation .conversation-list {
    margin-bottom: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.chat-conversation .conversation-list .dropdown-item {
    font-size: 14px;
}
.chat-conversation .conversation-list .dropdown-item:hover,
.chat-conversation .conversation-list .dropdown-item:focus,
.chat-conversation .conversation-list .dropdown-item:active {
    background: #f8f9fa;
    color: #212529;
}
.chat-conversation .conversation-list .ctext-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.chat-conversation .conversation-list .ctext-wrap-content {
    padding: 12px 20px;
    background-color: #7269ef;
    border-radius: 8px 8px 8px 0;
    color: #fff;
    position: relative;
}
.chat-conversation .conversation-list .ctext-wrap-content:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #7269ef;
    border-top-color: #7269ef;
    left: 0;
    bottom: -10px;
}
.chat-conversation .conversation-list .conversation-name {
    font-weight: 500;
    font-size: 14px;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: #7a7f9a;
}
@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}
.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
}
.chat-conversation .conversation-list .message-img {
    border-radius: 0.2rem;
    position: relative;
}
.chat-conversation .conversation-list .message-img .message-img-list {
    position: relative;
}
.chat-conversation .conversation-list .message-img img {
    max-width: 150px;
}
.chat-conversation .conversation-list .message-img .message-img-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.chat-conversation .conversation-list .message-img .message-img-link li > a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.chat-conversation .right .chat-avatar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 16px;
}
.chat-conversation .right .chat-time {
    text-align: left;
    color: #7a7f9a;
}
.chat-conversation .right .conversation-list {
    float: right;
    text-align: right;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #f5f7fb;
    color: #343a40;
    text-align: right;
    border-radius: 8px 8px 0 8px;
}
.chat-conversation
    .right
    .conversation-list
    .ctext-wrap
    .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-top-color: #f5f7fb;
    border-right-color: #f5f7fb;
    left: auto;
    right: 0;
}
.chat-conversation .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.chat-conversation .right .dot {
    background-color: #343a40;
}
.chat-conversation {
    height: calc(80vh - 184px);
}
@media (max-width: 991.98px) {
    .chat-conversation {
        height: calc(80vh - 152px);
    }
}
.chat-input-links .list-inline-item:not(:last-child) {
    margin: 0;
}
.animate-typing .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: -1px;
    background: #fff;
    -webkit-animation: wave 1.3s linear infinite;
    animation: wave 1.3s linear infinite;
    opacity: 0.6;
}
.animate-typing .dot:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.animate-typing .dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes wave {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        transform: initial;
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes wave {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        transform: initial;
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.user-profile-sidebar {
    height: 80vh;
    background-color: #fff;
    display: none;
    min-width: 380px;
    max-width: 380px;
}
@media (min-width: 992px) {
    .user-profile-sidebar {
        border-left: 4px solid #f0eff5;
    }
}
@media (max-width: 1199.98px) {
    .user-profile-sidebar {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }
}
@media (max-width: 575.98px) {
    .user-profile-sidebar {
        min-width: 100%;
    }
}
.user-profile-desc {
    height: calc(90vh - 300px);
}
@media (max-width: 991.98px) {
    .user-profile-desc {
        height: calc(90vh - 324px);
    }
}
.accordion-button:focus,
.accordion-button:active {
    box-shadow: none;
}
.tab-accordion p {
    color: #606060;
    line-height: 26px;
    width: 100%;
    text-align: justify;
}
.tab-accordion .nav-pills.nav-secondary .nav-link.active {
    background: #6861ce;
    border: 1px solid #6861ce;
}
.tab-accordion .nav-item a {
    border: 1px solid #eee;
    margin-left: -1px;
    border-radius: 0 !important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #585c5d;
}
.tab-accordion .nav-pills.nav-secondary .nav-link.active {
    background: #6861ce;
    border: 1px solid #6861ce;
    color: #fff;
}
.tab-accordion .nav-pills.flex-column .nav-link {
    border-radius: 0 !important;
    border: 1px solid #eee;
    margin-top: -1px;
    text-align: center;
    word-wrap: normal;
    padding: 10px 0;
    color: #585c5d;
}
.tab-accordion .nav-pills.nav-pills-no-bd li {
    margin-left: 15px !important;
}
.tab-accordion .nav-pills.nav-pills-no-bd li .nav-link {
    border: 0 !important;
    border-radius: 50px !important;
    background: rgba(222, 222, 222, 0.4);
}
.tab-accordion .nav-pills.flex-column.nav-pills-no-bd .nav-link {
    border: 0 !important;
    border-radius: 50px !important;
    background: rgba(222, 222, 222, 0.4);
    margin-top: 5px;
    margin-bottom: 5px;
}
.tab-accordion .nav-pills.nav-secondary .nav-link.active {
    background: #6861ce;
    border: 1px solid #6861ce;
}
.tab-accordion .nav-pills.nav-pills-icons i {
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 50px;
}
.bottom-tabs .nav-pills.flex-column.nav-pills-no-bd .nav-link {
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(222, 222, 222, 0.4);
    margin-top: 5px;
    margin-bottom: 5px;
}
.bottom-tabs .nav-pills.nav-secondary .nav-link.active {
    background: #6861ce !important;
    border: 1px solid #6861ce;
}
.bottom-tabs .nav-pills.nav-pills-no-bd li .nav-link {
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(222, 222, 222, 0.4);
}
.bottom-tabs .nav-pills.flex-column.nav-pills-no-bd .nav-link {
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(222, 222, 222, 0.4);
    margin-top: 5px;
    margin-bottom: 5px;
}
.ap-accordion .btn.btn-link {
    color: #333;
}
.ap-modal p {
    color: #606060;
    line-height: 26px;
    width: 100%;
    text-align: justify;
}
.varying button {
    margin-right: 5px;
    margin-bottom: 5px;
}
.ap-example-row .row + .row {
    margin-top: 1rem;
}
.ap-example-row .row > .col,
.ap-example-row .row > [class^="col-"] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #dbe5fd;
    border: 1px solid #acc2f9;
    opacity: 0.8;
}
.ap-accordion .card-body {
    color: #606060;
    line-height: 26px;
    width: 100%;
    text-align: justify;
}
.ap-accordion .btn:focus {
    box-shadow: inherit !important;
    text-decoration: inherit;
}
.ap-accordion .btn-primary {
    background: #6861ce !important;
    border-color: #6861ce !important;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-right: 15px;
}
.ap-progress p {
    color: #606060;
    line-height: 26px;
    width: 100%;
    text-align: justify;
}
.ap-progress .progress {
    margin-bottom: 2rem;
}
.progress-bar-default {
    background-color: #d6d6d6;
}
.progress-bar-primary {
    background-color: #4099ff;
}
.progress-bar-success {
    background-color: #2ed8b6;
}
.progress-bar-info {
    background-color: #00bcd4;
}
.progress-bar-warning {
    background-color: #ffb64d;
}
.progress-bar-danger {
    background-color: #ff5370;
}
.progress-bar-pink {
    background-color: #ff7aa3;
}
.progress-bar-purple {
    background-color: #9261c6;
}
.progress-bar-orange {
    background-color: #e67e22;
}
.progress-bar-yellow {
    background-color: #f1c40f;
}
.progress-bar-emrald {
    background-color: #2ecc71;
}
.progress {
    height: 1rem;
}
.progress-xl {
    height: 30px;
}
.progress-lg {
    height: 24px;
}
.progress-sm {
    height: 12px;
}
.progress-xs {
    height: 4px;
}
.ap-alert-single {
    margin: 15px 0;
    text-align: center;
    padding: 30px 10px;
    transition: 0.3s;
    box-shadow: 0 0 5px #ddd;
}
.ap-alert-single h5 {
    font-size: 17px;
    color: #3a405b;
    padding-bottom: 20px;
}
.ap-alert-single button {
    cursor: pointer;
    padding: 7px 20px;
}
.ap-alert-single button:focus {
    border: inherit;
    box-shadow: inherit;
}
.ap-alert-single:hover {
    box-shadow: 0 0 15px #ddd;
}
.sweet-alert .sa-input-error {
    top: 23px;
}
.bootstrap-alert {
    font-size: 18px;
    padding-top: 20px;
}
.alert-outline-primary {
    color: #004085;
    border-color: #b8daff;
}
.alert-outline-secondary {
    color: #383d41;
    border-color: #d6d8db;
}
.alert-outline-success {
    color: #155724;
    border-color: #c3e6cb;
}
.alert-outline-danger {
    color: #721c24;
    border-color: #f5c6cb;
}
.alert-outline-warning {
    color: #856404;
    border-color: #ffeeba;
}
.alert-outline-info {
    color: #0c5460;
    border-color: #bee5eb;
}
.alert-outline-light {
    color: #818182;
    border-color: #e6e6f0;
}
.alert-outline-dark {
    color: #1b1e21;
    border-color: #c6c8ca;
}
.adminpopular-wrapper dl {
    margin-bottom: 0;
}
.ap-order-view dt {
    line-height: 35px;
}
.ap-dark {
    color: #333;
}
.ap-order-view dd {
    line-height: 35px;
}
.ap-order-view .dropdown-menu {
    left: -155px;
}
#sampleTable_length {
    padding-top: 15px;
}
.ap-order-view .float-right {
    float: right;
}
.text-right {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .widget-box .widget-inner {
        padding: 15px;
    }
    .adminpopular-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .adminpopular-sidebar-toggle-button {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .adminpopular-header-submenu.noti-menu {
        width: 280px;
    }
    .breadcrumb-title {
        font-size: 18px;
    }
    .db-breadcrumb-list li {
        font-size: 12px;
    }
    .db-breadcrumb {
        margin-bottom: 15px;
    }
    .adminpopular-sidebar-toggle-button {
        display: none;
    }
}
