/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
html {
    min-height: 100%;
}

body {
    color: #888ea8;
    height: 100%;
    font-size: 0.875rem;
    background: #060818;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.0312rem;
    font-family: "Microsoft YaHei UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #ebedf2;
}

:focus {
    outline: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: #1b55e2;
    background: transparent;
}

::selection {
    color: #1b55e2;
    background: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: #ebedf2;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #191e3a;
}

strong {
    font-weight: 600;
}

code {
    color: #e7515a;
}

/*Page title*/
.page-header {
    border: 0;
    margin: 0;
}

.page-header:before {
    display: table;
    content: "";
    line-height: 0;
}

.page-header:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.page-title h3 {
    margin: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #bfc9d4;
    font-weight: 700;
}

.page-title span {
    display: block;
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.main-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 16px;
}

#container.fixed-header {
    margin-top: 56px;
}

#content {
    position: relative;
    width: 50%;
    flex-grow: 8;
    margin-top: 106px;
    margin-bottom: 0;
    margin-left: 120px;
    transition: .600s;
}

.main-container-fluid > .main-content > .container {
    float: left;
    width: 100%;
}

#content > .wrapper {
    -webkit-transition: margin ease-in-out .1s;
    -moz-transition: margin ease-in-out .1s;
    -o-transition: margin ease-in-out .1s;
    transition: margin ease-in-out .1s;
    position: relative;
}

.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.layout-top-spacing {
    margin-top: 20px;
}

.layout-spacing {
    padding-bottom: 40px;
}

.layout-px-spacing {
    padding: 0 20px 0 18px !important;
    min-height: calc(100vh - 170px) !important;
}

.sidebar-closed .layout-px-spacing {
    padding: 0 16px !important;
}

.widget.box .widget-header {
    background: #0e1726;
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
    color: #ebedf2;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 16px 15px;
}

.seperator-header {
    background: transparent;
    box-shadow: none;
    margin-bottom: 40px;
    border-radius: 0;
}

.seperator-header h4 {
    color: #888ea8;
    margin-bottom: 0;
    display: inline-block;
    border: 2px dashed #888ea8;
    line-height: 1.4;
    padding: 3px 6px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
}

.widget .widget-header {
    border-bottom: 0px solid #f1f2f3;
}

.widget .widget-header:before {
    display: table;
    content: "";
    line-height: 0;
}

.widget .widget-header:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.widget-content-area {
    padding: 20px;
    position: relative;
    background-color: #0e1726;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.content-area {
    max-width: 58.333333%;
    margin-left: 80px;
}

/*
=====================
    Navigation Bar
=====================
*/
.header-container {
    z-index: 1030;
    border-bottom: 1px solid #060818;
}

.header-container .navbar {
    padding: 4px 0;
}

.navbar {
    padding: 0;
    background: #060818;
}

.navbar .theme-brand {
    padding: 0.9px 0 0.9px 13px !important;
    border-radius: 6px 6px 0 0;
    justify-content: space-between;
}

.navbar .theme-brand li.theme-logo {
    align-self: center;
}

.navbar .theme-brand li.theme-logo img {
    height: 22px;
    margin-left: -8px;
}

.navbar .theme-brand li.theme-text {
    margin-right: 47px;
}

.navbar .theme-brand li.theme-text a {
    color: #666 !important;
    line-height: 2.75rem;
    padding: 0 30px;
    text-transform: initial;
    position: unset;
}

.navbar.expand-header {
    margin: 0;
}

.navbar-brand {
    width: 5.5rem;
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
    margin-right: 0.0rem;
}

.navbar-expand-sm .navbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-expand-sm .navbar-item .nav-link {
    line-height: 2.75rem;
    padding: 6.24px 9.6px;
    text-transform: initial;
    position: unset;
}

.header-container .navbar .dropdown-menu {
    border-radius: 6px;
    border-color: #e0e6ed;
}

.header-container .navbar .dropdown-item {
    line-height: 1.8;
    font-size: 0.96rem;
    padding: 15px 0 15px 0;
    word-wrap: normal;
}

.header-container .navbar .navbar-item .nav-item .dropdown-item.active, .header-container .navbar .navbar-item .nav-item .dropdown-item:active {
    background-color: transparent;
    color: #16181b;
}

.header-container .navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
    color: #e0e6ed !important;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
    top: 139%;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    background: #191e3a;
    margin-top: 0;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
    position: absolute;
    content: '';
    top: -10px;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #fff;
    left: auto;
    right: 7px;
    border-bottom-color: #191e3a;
}

.header-container .navbar .language-dropdown {
    margin-left: 20px;
}

.header-container .navbar .language-dropdown a.nav-link {
    position: relative;
    font-size: 24px;
    padding: 0;
}

.header-container .navbar .language-dropdown a.dropdown-toggle:after {
    display: none;
}

.header-container .navbar .language-dropdown a.dropdown-toggle img {
    width: 20px;
    height: 20px;
    margin: 11px 0px;
}

.header-container .navbar .language-dropdown .dropdown-menu {
    min-width: 7rem;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: none;
    top: 105% !important;
    z-index: 1070;
    border: 1px solid #e0e6ed;
    padding: 6px 6px;
    border-radius: 4px;
}

.header-container .navbar .language-dropdown .dropdown-menu:before {
    top: -10px;
    left: 41%;
    right: auto !important;
}

.header-container .navbar .language-dropdown .dropdown-menu:after {
    top: -8.5px;
    left: 49% !important;
    right: auto !important;
}

.header-container .navbar .language-dropdown .dropdown-menu .dropdown-item:hover {
    background: rgba(59, 63, 92, 0.45);
}

.header-container .navbar .language-dropdown .dropdown-menu .dropdown-item.active, .header-container .navbar .language-dropdown .dropdown-menu .dropdown-item:active {
    background: transparent;
    color: #16181b;
}

.header-container .navbar .language-dropdown .dropdown-menu a img {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.header-container .navbar .language-dropdown .dropdown-menu a span {
    color: #e0e6ed;
    font-weight: 500;
}

/*   Language   */
/*   Language Dropdown  */
/*Message Dropdown*/
.navbar .navbar-item .nav-item.dropdown.message-dropdown {
    margin-left: 20px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
    padding: 0 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after {
    display: none;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
    color: #888ea8;
    width: 22px;
    height: 22px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
    position: absolute;
    top: 13px;
    right: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 1px 5px 0px;
    font-size: 10px;
    color: #fff !important;
    background: #1b55e2;
    border: 1px solid #e0e6ed;
    top: 10px;
    right: -8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
    top: 11px;
    right: 1px;
    width: 22px;
    height: 22px;
    padding: 3px 3px 0px;
    font-size: 9px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
    min-width: 15rem;
    right: -15px;
    left: auto;
    padding: 10px !important;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
    padding: 13px 21px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active, .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(59, 63, 92, 0.45);
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 16px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
    right: 17px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 16px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
    margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
    width: 40px;
    height: 40px;
    margin-right: 11px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
    align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
    font-size: 15px;
    margin-bottom: 0px;
    color: #e0e6ed;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
    font-size: 9px;
    font-weight: 700;
    color: #bfc9d4;
    margin-bottom: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
    margin-left: 16px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
    padding: 0 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after {
    display: none;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
    color: #888ea8;
    width: 22px;
    height: 22px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
    position: absolute;
    top: 9px;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 3px 0px 0px;
    font-size: 10px;
    color: #fff !important;
    background: #c2d5ff;
    display: block;
    border: 1px solid #3b3f5c;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    min-width: 15rem;
    right: -5px;
    left: auto;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item {
    padding: 0.625rem 1rem;
    border-radius: 6px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(59, 63, 92, 0.45);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #191e3a;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media {
    margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu svg {
    width: 20px;
    height: 20px;
    font-weight: 600;
    color: #c2d5ff;
    fill: rgba(0, 23, 55, 0.08);
    margin-right: 14px;
    align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body .notification-para {
    white-space: normal;
    line-height: 16px;
    color: #bfc9d4;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body .notification-para .user-name {
    font-weight: 600;
    color: #e0e6ed;
    display: inline-block;
}

.navbar .navbar-item .nav-item.search-animated {
    position: relative;
}

.navbar .navbar-item .nav-item.search-animated svg {
    font-weight: 600;
    margin: 0 9.6px;
    cursor: pointer;
    color: #888ea8;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 9px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
    width: 100%;
    font-size: 14px;
    background-color: #0e1726;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #888ea8;
    letter-spacing: 1px;
    padding: 0px 4px 0px 35px;
    height: 36px;
    font-weight: 600;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus {
    border: 1px solid #3b3f5c;
    box-shadow: none;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    border: 1px solid rgba(81, 83, 101, 0.28);
    width: 100%;
    width: 370px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-ms-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-moz-placeholder {
    color: #888ea8;
    letter-spacing: 1px;
    font-size: 13px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-webkit-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-ms-input-placeholder, .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-moz-placeholder {
    color: #3b3f5c;
}

/*Notification Dropdown*/
.search-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent !important;
    z-index: 814 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.search-overlay.show {
    display: block;
    opacity: .1;
}

/* User Profile Dropdown*/
.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
    padding: 0 20px 0 16px;
    position: relative;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
    display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
    width: 28px;
    border-radius: 4px;
    height: 28px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
    z-index: 9999;
    min-width: 13rem;
    padding: 11px;
    top: 68px;
    right: 0;
    left: auto;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    border-radius: 6px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
    display: block;
    color: #e0e6ed;
    font-size: 13px;
    padding: 9px 45px 9px 20px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:focus, .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(59, 63, 92, 0.45);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active, .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #191e3a;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
    width: 21px;
    margin-right: 16px;
    height: 21px;
    color: #bfc9d4;
    fill: rgba(0, 23, 55, 0.08);
}

/*
===============
    Sub Header Container
===============
*/
.sub-header-container {
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 1029;
    display: flex;
}

.sub-header-container .navbar {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    background: #1a1c2d;
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
}

.sub-header-container .navbar .toggle-sidebar {
    position: relative;
    padding: 0 30px;
    margin-left: 0;
}

.sub-header-container .navbar .sidebarCollapse {
    position: relative;
    width: 135px;
    padding-left: 20px;
    line-height: 53px;
    margin-left: 0;
    background: #1a1c2d;
}

.sub-header-container .navbar .sidebarCollapse span {
    padding-left: 10px;
}

.sub-header-container .navbar .sidebarCollapse svg {
    width: 20px;
    height: 20px;
    color: #e0e6ed;
    vertical-align: text-top;
    margin-top: -1px;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .3s;
}

.sidebar-noneoverflow .sub-header-container .navbar .sidebarCollapse svg {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-180deg);
}

.page-header {
    display: flex;
    padding: 0 0;
}

.sub-header-container .breadcrumb-one {
    display: inline-block;
}

.sub-header-container .breadcrumb-one .breadcrumb {
    padding: 0;
    vertical-align: sub;
    background-color: transparent;
    margin-bottom: 0;
}

.sub-header-container .breadcrumb-one .breadcrumb-item {
    align-self: center;
}

.sub-header-container .breadcrumb-one .breadcrumb-item a {
    color: #e0e6ed;
    vertical-align: sub;
}

.sub-header-container .breadcrumb-one .breadcrumb-item a svg {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    fill: #e0e6ed;
}

.sub-header-container .breadcrumb-one .breadcrumb-item.active a {
    color: #515365;
}

.sub-header-container .breadcrumb-one .breadcrumb-item span {
    vertical-align: sub;
}

.sub-header-container .breadcrumb-one .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item {
    padding: 0px;
}

.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
    color: #e0e6ed;
    padding: 0 6px 0 6px;
    vertical-align: bottom;
}

.sub-header-container .more-dropdown .custom-dropdown-icon {
    padding-right: 20px;
}

.sub-header-container .more-dropdown .custom-dropdown-icon a.dropdown-toggle {
    position: relative;
    padding: 9px 35px 10px 15px;
    border: 1px solid #3b3f5c;
    border-radius: 8px;
    transform: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #1a1c2d;
    letter-spacing: normal;
    min-width: 115px;
    text-align: inherit;
    color: #e0e6ed;
    box-shadow: none;
    max-height: 35px;
}

.sub-header-container .more-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
    position: absolute;
    right: 15px;
    top: 11px;
    color: #e0e6ed;
    width: 13px;
    height: 13px;
    margin: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.sub-header-container .more-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu {
    position: absolute;
    right: 16px;
    top: 40px !important;
    padding: 8px 0;
    border: none;
    min-width: 155px;
    background-color: #191e3a;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu a {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #e0e6ed;
}

.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
    background-color: rgba(59, 63, 92, 0.45);
    color: #e0e6ed;
}

@media (max-width: 575px) {
    .page-header {
        display: block;
    }
}

/*
===============
    Sidebar
===============
*/
.sidebar-wrapper {
    width: 125px;
    position: fixed;
    z-index: 1028;
    border-radius: 6px 6px 0 0;
    transition: .600s;
    height: 100vh;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 106px;
    left: 10px;
}

.sidebar-theme {
    background: transparent;
}

.sidebar-closed.main-container {
    padding: 0;
}

.sidebar-closed > .sidebar-wrapper {
    left: -270px;
}

.sidebar-closed > #content {
    margin-left: 0;
}

#sidebar .navbar-brand .img-fluid {
    display: inline;
    width: 44px;
    height: auto;
    margin-left: 20px;
    margin-top: 5px;
}

#sidebar .border-underline {
    border-left: 1px solid #ccc;
    height: 20px;
    margin-top: 18px;
    margin-left: 0px;
    margin-right: 8px;
}

#sidebar * { /*overflow: hidden; */
    white-space: nowrap;
}

.shadow-bottom {
    display: block;
    position: absolute;
    z-index: 2;
    height: 33px;
    width: 101.6%;
    pointer-events: none;
    margin-top: -13px;
    left: -4px;
    -webkit-filter: blur(5px);
    filter: blur(3px);
    background: -webkit-linear-gradient(top, #1A233AF0 44%, #1A233ABF 73%, #2C303C00);
    background: linear-gradient(180deg, #060818 49%, #060818eb 85%, #2C303C00);
    display: none;
}

#sidebar ul.menu-categories {
    position: relative;
    margin: auto;
    width: 100%;
    height: calc(100vh - 127px) !important;
}

#sidebar ul.menu-categories.ps {
    height: calc(100vh - 107px) !important;
    margin-right: 0;
    padding-right: 12px;
    border-right: 1px solid #0e1726;
}

#sidebar .ps__thumb-y {
    right: 4px;
    background-color: #515365;
}

#sidebar .ps__rail-y:hover > .ps__thumb-y {
    background-color: #3b3f5c;
}

#sidebar ul.menu-categories li > .dropdown-toggle[data-active="true"] svg.feather-chevron-right, #sidebar ul.menu-categories li > .dropdown-toggle[aria-expanded="true"] svg.feather-chevron-right {
    transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
    justify-content: flex-start;
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
    align-self: center;
    margin-right: 12px;
    font-size: 19px;
    width: 21px;
}

#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle {
    margin-top: 21px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    color: #e0e6ed;
    padding: 11px 8px;
    transition: .600s;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle > div {
    align-self: center;
}

#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
    display: none;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg {
    color: #506690;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: rgba(0, 23, 55, 0.08);
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] {
    background: rgba(96, 125, 139, 0.54);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #fafafa;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg {
    color: #e0e6ed;
    fill: none;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"]:hover svg, #sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] span {
    color: #e0e6ed;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover, #sidebar ul.menu-categories li.menu > .dropdown-toggle.dropdown-toggle:not([data-active="true"]):not([aria-expanded="true"]):hover {
    background: #3b3f5c;
    color: #e0e6ed;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) {
    background: #0e1726;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    color: #fafafa;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover svg {
    color: #e0e6ed;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:not([data-active="true"]) svg {
    color: #e0e6ed;
    color: #fafafa;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right {
    vertical-align: middle;
    margin-right: 0;
    width: 15px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg.flaticon-right-arrow, #sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active="true"] svg.flaticon-down-arrow {
    background-color: transparent;
}

#sidebar ul.menu-categories li.menu > a span:not(.badge) {
    vertical-align: middle;
}

#sidebar ul.menu-categories ul.submenu > li a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0 7px 48px;
    padding-left: 21px;
    margin-left: 5px;
    font-size: 13px;
    color: #888ea8;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    content: '';
    background-color: #888ea8;
    position: absolute;
    height: 3px;
    width: 3px;
    top: 17.5px;
    left: 10px;
    border-radius: 50%;
}

#sidebar ul.menu-categories ul.submenu > li.active a {
    color: #008ac0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#sidebar ul.menu-categories ul.submenu > li a span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -6px;
}

#sidebar ul.menu-categories ul.submenu > li a span img {
    width: 15px;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.active a:before {
    background-color: #008ac0;
}

#sidebar ul.menu-categories ul.submenu > li.active {
    position: relative;
}

#sidebar ul.menu-categories ul.submenu > li a:hover {
    color: #008ac0;
}

#sidebar ul.menu-categories ul.submenu > li a:hover:before {
    background-color: #008ac0 !important;
}

#sidebar ul.menu-categories ul.submenu > li a.not_link:hover {
    color: #888ea8;
}

#sidebar ul.menu-categories ul.submenu > li a.not_link:hover:before {
    background-color: #888ea8 !important;
}

#sidebar ul.menu-categories ul.submenu > li a i {
    align-self: center;
    font-size: 9px;
}

#sidebar ul.menu-categories ul.submenu li > [data-active="true"] i {
    color: #008ac0;
}

#sidebar ul.menu-categories ul.submenu li > [data-active="true"]:before {
    background-color: #008ac0 !important;
}

#sidebar ul.menu-categories ul.submenu li > a[data-active="true"] {
    color: #008ac0;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
    position: relative;
    padding: 10px 12px 10px 48px;
    padding-left: 13px;
    margin-left: 47px;
    font-size: 12px;
    color: #515365;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
    color: #5c1ac3;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
    color: #008ac0;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
    display: none;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
    background-color: #008ac0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1035 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.e-animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.e-fadeInUp {
    -webkit-animation-name: e-fadeInUp;
    animation-name: e-fadeInUp;
}

#sidebar ul.menu-categories .ps__rail-y {
    right: -4px !important;
}

/*
    ======================
        Footer-wrapper
    ======================
*/
.footer-wrapper {
    padding: 10px 20px 10px 18px;
    display: inline-block;
    background: transparent;
    font-size: 12px;
    width: 100%;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
    border-radius: 0;
}

.footer-wrapper .footer-section p {
    margin-bottom: 0;
    color: #888ea8;
    letter-spacing: 1px;
}

.footer-wrapper .footer-section p a {
    color: #888ea8;
}

.footer-wrapper .footer-section svg {
    margin-right: 10px;
}

/*
    ======================
        MEDIA QUERIES
    ======================
*/
@media (min-width: 992px) {
    .sidebar-closed #sidebar .theme-brand li.theme-text a {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-container .navbar {
        padding: 10px 0 0;
    }

    .navbar .theme-brand li.theme-text {
        display: none;
    }

    .navbar .theme-brand {
        padding: 0.9px 0 0.9px 14px !important;
    }

    .sub-header-container .navbar .toggle-sidebar, .sub-header-container .navbar .sidebarCollapse {
        position: relative;
        padding: 0 25px 0 16px;
    }

    /*
        =============
            NavBar
        =============
    */
    .main-container.sidebar-closed #content, #content {
        margin-left: 0;
    }

    /*
        =============
            Sidebar
        =============
    */
    #sidebar .theme-brand {
        border-radius: 0;
        background-color: #1b55e2;
        padding: 7px 12px 7px 24px;
        border-color: #1b55e2;
    }

    .sidebar-closed #sidebar .theme-brand {
        padding: 0.9px 12px 0.9px 24px;
    }

    .main-container:not(.sbar-open) .sidebar-wrapper, body.alt-menu .sidebar-closed > .sidebar-wrapper {
        width: 0;
        left: -52px;
        overflow: hidden;
    }

    .main-container {
        padding: 0;
    }

    #sidebar ul.menu-categories.ps {
        height: calc(100vh - 70px) !important;
    }

    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 255px;
        z-index: 9999;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        border-radius: 0;
    }

    .sidebar-closed > .sidebar-wrapper {
        left: 0;
    }

    .sidebar-noneoverflow {
        overflow: hidden;
    }

    #sidebar {
        height: 100vh !important;
        padding: 10px 0 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        background: #060818;
    }

    .footer-wrapper {
        padding: 0 16px 17px 16px;
    }

    .layout-px-spacing {
        padding: 0 16px !important;
    }

    /* display .overlay when it has the .active class */
    .overlay.show {
        display: block;
        opacity: .7;
    }
}

/*
    ======================
        MEDIA QUERIES
    ======================
*/
@media (max-width: 767px) {
    .navbar .theme-brand li.theme-text {
        display: none;
        margin-right: 0;
    }

    .navbar .navbar-item .nav-item .form-inline.search {
        opacity: 0;
        transition: opacity 200ms, top 200ms;
        top: -25px;
    }

    .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        opacity: 0;
        transition: opacity 200ms, top 200ms;
    }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused {
        position: absolute;
        bottom: 0;
        top: 0;
        background: #060818;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 32;
        margin-top: 0px !important;
        display: flex;
        opacity: 1;
        transition: opacity 200ms, top 200ms;
    }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
        opacity: 1;
        transition: opacity 200ms, top 200ms;
    }

    .navbar .navbar-item .nav-item.search-animated {
        position: initial;
    }

    .navbar .navbar-item .nav-item.search-animated svg {
        font-weight: 600;
        margin: 0 9.6px;
        cursor: pointer;
        color: #e0e6ed;
        position: initial;
        width: 24px;
        height: 24px;
        transition: top 200ms;
        top: -25px;
    }

    .navbar .navbar-item .nav-item.search-animated.show-search svg {
        margin: 0;
        position: absolute;
        top: 16px;
        left: 16px;
        width: 22px;
        height: 22px;
        color: #e0e6ed;
        z-index: 40;
        transition: top 200ms;
    }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
        width: 100%;
    }

    .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
        background: transparent;
        display: block;
        padding-left: 50px;
        padding-right: 12px;
        border: none;
    }

    .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        border: none;
        width: 100%;
        display: none;
    }

    .header-container .navbar .language-dropdown {
        margin-left: 16px;
    }
}

@media (max-width: 575px) {
    .company-name {
        display: none;
    }

    .navbar .navbar-item .nav-item.message-dropdown .dropdown-menu {
        min-width: 16.2rem;
    }

    .sub-header-container .breadcrumb-one .breadcrumb-item:not(.active), .sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
        display: none;
    }

    .sub-header-container .breadcrumb-one .breadcrumb-item span {
        vertical-align: sub;
        font-size: 15px;
        font-weight: 700;
    }

    .sub-header-container .navbar .toggle-sidebar, .sub-header-container .navbar .sidebarCollapse {
        padding: 0 13px 0 16px;
    }

    .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
        right: 45px;
    }

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
        right: -44px;
    }

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu:after {
        right: 46px;
    }

    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
        right: -82px;
    }

    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
        right: 83px;
    }

    .footer-wrapper .footer-section.f-section-2 {
        display: none;
    }
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item span.sign_out {
    cursor: pointer
}

.web_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, .1);
    display: none;
}

#sidebar ul.menu-categories li {
    position: relative;
}

.nav_page_tip {
    position: absolute;
    top: -30px;
    left: 125px;
    width: 385px;
    background: rgba(25, 30, 58, .95);
    white-space: normal !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    display: none;
    overflow: hidden;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

#sidebar ul.menu-categories li:hover > .nav_page_tip {
    opacity: 1;
    visibility: visible;
    display: block;
}

.nav_page_tip:before {
    position: absolute;
    left: -13px;
    top: 38px;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 13px solid rgba(25, 30, 58, .8);
}

.nav_page_tip .info {
    white-space: normal !important;
}

.nav_page_tip .close_ico {
    white-space: normal !important;
    margin-top: 19px;
    text-align: right;
}

.nav_page_tip .close_ico span {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.nav_page_tip .close_ico span:before {
    content: "x";
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 10px;
    font-size: 12px;
    border: 1px solid #9a3142;
    color: #9a3142;
    border-radius: 100%;
    text-align: center;
}

.diamond_num_box .modal-content {
    flex-direction: row;
    background: #1c2bc0;
    color: #FFF;
    padding: 10px;
    line-height: 40px;
}

.diamond_num_box .modal-content i {
    font-style: normal;
    padding: 0 3px;
    display: inline-block;
}

.diamond_num_box .modal-footer {
    padding: 0 !important;
    border-radius: 0;
    border: none;
}

.diamond_num_box .modal-footer button.close_btn {
    border: none;
    background: none;
    opacity: 1;
}

.diamond_num_box .modal-footer button svg {
    color: #fff;
    opacity: 1;
}

.diamond_num_box .modal-footer button svg.close {
    position: relative;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    background: none;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    box-shadow: none;
}

.operation_btn.operation_btn02 .st_tip {
    position: absolute;
    display: block;
    right: 25px;
    top: -8px;
    width: 108px;
    padding: 10px 0;
    text-align: center;
    background: rgba(25, 30, 58, .95);
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.operation_btn.operation_btn02:hover .st_tip {
    opacity: 1;
    visibility: visible;
}

.page_loader_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #060818;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.page_loader_wrapper .wrap {
    position: relative;
}

.page_loader_wrapper .loader_ico {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    text-indent: -999em;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    -webkit-animation-name: spinner-border;
    animation-name: spinner-border;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.page_loader_wrapper .loader_text {
    color: #888ea8;
    font-size: 16px;
    margin: 15px 0 0 10px;
    font-weight: bold
}

/*index*/
.index_content {
    background: #0e1726;
    padding-bottom: 52px;
}

.index_content01 .title {
    font-size: 40px;
    color: #86a9ff
}

.index_content01 .text {
    font-size: 16px;
    color: #e3e3e3;
    line-height: 2;
    margin: 35px 0 0;
}

.index_content01 .text p {
    margin: 0;
}

.index_content02 {
}

.index_content02 .filter02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.index_content02 .filter02 .filter_item {
    position: relative;
    margin: 8px;
}

.index_content02 .filter02 .filter_item label {
}

.index_content02 .filter02 .filter_item .item_title {
    margin: -2px 0 0 6px;
}

.index_content02 .filter02 .filter_item .item_title img {
    width: 17px;
    margin: -3px 0 0 2px;
}

.index_content02 .filter01 {
    position: relative;
    width: 595px;
    margin: -22px auto 10px;
}

.index_content02 .filter01 input[type=text] {
    width: 100%;
    height: 44px;
    padding: 0 27px;
    background: #1b2e4b;
    color: #FFF;
    border: none;
    border-radius: 22px;
}

.index_content02 .filter01 .submit_btn {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 38px;
    height: 38px;
}

.index_content02 .filter01 .submit_btn #submit01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1b55e2;
    border: none;
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.index_content02 .filter01 .submit_btn #submit01:hover {
    background-color: #008ac0;
}

.index_content02 .filter01 .submit_btn svg {
    position: absolute;
    color: #FFF;
    z-index: 9;
    top: 9px;
    right: 9px;
    pointer-events: none;
}

.index_content strong.tip {
    position: relative;
    display: block;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    font-weight: normal;
    opacity: .5;
    margin: 50px 0 0;
}

.index_content02 .filter01 ::-webkit-input-placeholder {
    color: #d2d2d2
}

.index_content02 .filter01 :-moz-placeholder, .index_content02 .filter01 ::-moz-placeholder, .index_content02 .filter01 :-ms-input-placeholder {
    color: #d2d2d2
}

@media (max-width: 595px) {
    .index_content02 .filter01 {
        width: 100%
    }
}

/*index_ai_content*/
.index_ai_content {
    background: #0e1726;
    padding-bottom: 52px;
}

.index_ai_content01 .wrap {
    position: relative;
    background: rgba(0, 36, 86, .85);
    padding: 23px 0 20px;
}

.index_ai_content01 .title {
    position: relative;
    text-align: center;
    color: #e39130;
    font-size: 42px;
}

.index_ai_content01 .text {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.index_ai_content01 table {
    position: relative;
    margin-top: 18px;
}

.index_ai_content01 table tr {
}

.index_ai_content01 table tr td {
    color: #FFF;
    font-size: 18px;
    padding: 5px 25px;
    max-width: 50%;
    vertical-align: top;
}

.index_ai_content01 table tr td b {
    font-size: 20px;
}

.index_ai_content01 table tr td em {
    color: #e39130;
    font-style: normal;
}

.index_ai_content02 {
    width: 936px;
    margin: -22px auto 10px;
}

.index_ai_content02 .filter_wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    background: #1b2e4b;
    border-radius: 22px;
}

.index_ai_content02 .filter_wrap input[type=text] {
    width: 67%;
    height: 46px;
    background: none;
    color: #FFF;
    border: none;
}

.index_ai_content02 .filter_wrap .submit_btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 38px;
    height: 38px;
}

.index_ai_content02 .filter_wrap .submit_btn #submit01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1b55e2;
    border: none;
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.index_ai_content02 .filter_wrap .submit_btn #submit01:hover {
    background-color: #008ac0;
}

.index_ai_content02 .filter_wrap .submit_btn svg {
    position: absolute;
    color: #FFF;
    z-index: 9;
    top: 9px;
    right: 9px;
    pointer-events: none;
}

.index_ai_content02 .filter_wrap ::-webkit-input-placeholder {
    color: #d2d2d2
}

.index_ai_content02 .filter_wrap :-moz-placeholder, .index_ai_content02 .filter_wrap ::-moz-placeholder, .index_ai_content02 .filter_wrap :-ms-input-placeholder {
    color: #d2d2d2
}

.index_ai_content02 .filter_wrap .filter {
    position: relative;
    margin: 0 18px;
}

.index_ai_content02 .filter_wrap .filter .title {
    position: relative;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
}

.index_ai_content02 .filter_wrap .filter .title em {
    font-style: normal
}

.index_ai_content02 .filter_wrap .filter .title i.ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.index_ai_content02 .filter_wrap .filter.show .title i.ico {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.index_ai_content02 .filter_wrap .filter ul {
    position: absolute;
    width: 220px;
    left: 0;
    top: 100%;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .12);
    display: none;
    z-index: 999
}

.index_ai_content02 .filter_wrap .filter ul li {
    padding: 8px;
    cursor: pointer;
}

.index_ai_content02 .filter_wrap .filter02 {
    position: absolute;
    top: 0;
    right: 40px;
}

.index_ai_content02 .filter_wrap .filter02:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 15px;
    background: rgba(255, 255, 255, .1);
    width: 1px;
    height: 16px;
}

.lang_content_wrap {
}

.lang_content_wrap .lang_content_items {
    position: relative;
    display: none;
}

.lang_content_wrap .lang_content_items.active {
    display: block;
}

.lang_content_wrap .lang_content {
    margin-bottom: 18px;
}

.lang_content_wrap .lang_content .lang_content_title {
    position: relative;
    padding: 0 25px 10px;
    border-bottom: 1px solid #191e3a;
    color: #FFF;
}

.lang_content_wrap .lang_content .lang_content_title:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    background: #008ac0;
    border-radius: 100%;
    width: 14px;
    height: 14px;
}

.lang_content_wrap .lang_content ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.lang_content_wrap .language-flag {
    position: relative;
    width: 20%;
    padding: 8px 0;
    min-width: 145px;
}

.lang_content_wrap .language-flag.co_lang_wrap {
    width: 100%;
    margin: 36px 0 18px;
}

.lang_content_wrap .language-flag.co_lang_wrap label {
    padding-left: 25px;
}

.lang_content_wrap .language-flag input {
    display: none;
}

.lang_content_wrap .language-flag label {
    position: relative;
    display: block;
    padding: 0 22px 0 53px;
    cursor: pointer;
    color: #FFF;
    font-size: 13px;
}

.lang_content_wrap .language-flag label:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #1b2e4b;
    border: 1px solid transparent;
    display: block;
}

.lang_content_wrap .language-flag input[type='checkbox']:checked + label:before {
    border-color: #009688;
    background: none;
}

.lang_content_wrap .language-flag input[type='checkbox']:checked + label:after {
    border: solid #009688;
    top: 5px;
    left: 7px;
    width: 3px;
    height: 6px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: none;
}

.lang_content_wrap .language-flag .country-flag {
    position: absolute;
    left: 18px;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 22px;
    height: 16px;
    margin: -8px 5px 0;
}

.lang_content_wrap li.language-flag a {
    position: relative;
}


@media (max-width: 1200px) {
    .index_ai_content02 {
        width: 98%
    }
}

@media (max-width: 480px) {
    .index_ai_content01 table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .index_ai_content01 table tr td {
        max-width: 100%;
        width: 100%
    }

    .index_ai_content02 .filter_wrap {
        flex-wrap: wrap;
    }

    .index_ai_content02 .filter_wrap input[type=text] {
        padding: 0 13px;
        width: 90%
    }

    .index_ai_content02 .filter_wrap .filter.filter01, .index_ai_content02 .filter_wrap .filter.filter02 {
        position: absolute;
        top: 58px
    }

    .index_ai_content02 .filter_wrap .filter.filter02 ul {
        left: auto;
        right: 0;
    }

    .lang_content_wrap .language-flag.co_lang_wrap {
        margin-top: 60px;
    }
}

/*.ai_data_items*/
.index_content01 .title.c_ffae46 {
    color: #ffae46
}

.ai_data_items {
    position: relative;
}

.ai_data_items .ai_data_items_title {
    position: relative;
    display: block;
    color: #618fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 27px 0 0;
}

.ai_data_items ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    margin: 0 auto
}

.ai_data_item {
    position: relative;
    width: 30.333%;
    margin: 30px 1.5%;
    background: #191e3a;
    border: 1px solid #1b2e4b;
    border-radius: 5px 5px 0 5px;
    padding: 18px;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}

.ai_data_item:hover {
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.ai_data_item .item_text {
    position: relative;
    font-size: 13px;
    padding: 10px 0 5px;
}

.ai_data_item .item_ico {
    position: absolute;
    bottom: -27px;
    right: -1px;
    line-height: 27px;
    padding: 0 11px;
    background: #1b55e2;
    color: #FFF;
    border-radius: 3px 0 3px 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.ai_data_item .item_ico svg {
    margin: -2px 7px 0 0;
    color: #4d92cd;
}

.ai_data_item .item_ico:hover {
    background-color: #008ac0;
}

@media (max-width: 768px) {
    .ai_data_item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media (max-width: 480px) {
    .ai_data_item {
        width: 98%;
    }
}

/*ai_en_top_index_content*/
.ai_en_index_content {
    font-size: 13px;
}

.ai_en_top_index_content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ai_en_top_left_content {
    position: relative;
    width: 485px;
    background: #0e1726;
    border-radius: 5px;
}

.ai_en_top_left_content img.banner {
}

.ai_en_top_left_content .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #6890f1;
    font-size: 18px;
    padding: 0 28px;
    margin-top: -25px;
    line-height: 2;
}

.ai_en_top_left_content .title img {
    width: 70px;
    margin-right: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.ai_en_top_left_content .content {
    padding: 16px 22px 22px 28px;
}

.ai_en_top_left_content .text {
}

.ai_en_top_left_content ul {
    position: relative;
    padding: 30px 0 0;
}

.ai_en_top_left_content ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.ai_en_top_left_content ul li .li_title {
    max-width: 86px;
    min-width: 74px;
}

.ai_en_top_left_content ul li .li_title svg {
    color: #bfc9d4;
    margin-right: 10px;
}

.ai_en_top_left_content ul li .li_text {
    min-width: calc(100% - 86px);
    max-width: calc(100% - 74px);
}

.ai_en_top_left_content ul li .li_text .a_link_ico {
    margin-left: 10px;
}

.ai_en_top_left_content .height_text {
    position: relative;
    padding-right: 30px;
    overflow: hidden;
}

.ai_en_top_left_content .height_more {
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #1b55e5;
    line-height: 14px;
    padding: 0 1px;
    border-radius: 4px;
    color: #888ea8;
    margin-top: -10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.ai_en_top_left_content .height_text.show .height_more {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ai_en_top_left_content .sns_items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ai_en_top_left_content .sns_items a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 2px solid #3b3f5c;
    border-radius: 100%;
    margin: 10px 11px 0 0
}

.ai_en_top_right_content {
    position: relative;
    width: calc(100% - 505px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ai_en_top_right_content .content_box {
    position: relative;
    width: 100%;
    background: #0e1726;
    border-radius: 5px;
    padding: 15px 28px 28px;
}

.ai_en_index_content .box_title {
    font-size: 16px;
    color: rgba(255, 255, 255, .8)
}

.ai_en_index_content .box_title span {
    position: relative;
    padding-bottom: 10px;
}

.ai_en_index_content .box_title span:before {
    content: "";
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 0;
    height: 3px;
    background: #009688;
    border-radius: 50%
}

.ai_en_index_content .box_title span:after {
    content: "";
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 0;
    height: 1px;
    background: #0e1726;
}

.ai_en_top_right_content .content_box .text {
    padding: 25px 0 15px;
    line-height: 1.8
}

.ai_en_top_right_content .content_box .text p {
    color: #888ea8;
    padding: 7px 0;
}

.ai_en_index_content .complete_more {
    position: relative;
    text-align: center;
}

.ai_en_index_content .complete_more .complete_more_ico {
    position: relative;
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    background: #1b55e2;
    border-radius: 3px;
    color: #FFF;
}

.ai_en_index_content .complete_more .see_detail_box03 {
    text-align: left
}

.employee_data {
}

.employee_data li {
    position: relative;
    background: #191e3a;
    margin-top: 30px;
    border-radius: 20px;
    font-size: 12px;
}

.employee_data li .wrap {
    height: 20px;
    padding: 0 13px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#2b5876', endColorStr='#4e4376', gradientType='1');

    background: -moz-linear-gradient(left, #2b5876, #4e4376);

    background: -o-linear-gradient(left, #2b5876, #4e4376);

    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#2b5876), to(#4e4376));
}

.employee_data li .wrap .left {
}

.employee_data li .wrap .right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.employee_data li .wrap .right span {
    position: relative;
    display: block;
}

.employee_data li .wrap .right .span01 {
}

.employee_data li .wrap .right .span02 {
    font-size: 13px;
    color: #FFF;
    margin: 0 0 0 25px;
}

/*2020-12-22*/
.template_link_bar {
    position: relative;
    font-size: 0;
}

.template_link_bar a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #191e3a;
    color: #fff;
    font-size: 15px;
    padding: 16px 20px;
    margin: 0 15px 14px 0;
    border-radius: 8px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.template_link_bar a.active {
    background: #009688;
}

.template_link_bar a:hover, .template_link_bar .button01:hover, .adv_item .accordion_icon:hover {
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.template_link_bar .button01 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #191e3a;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0 15px 14px 0;
    background: #1b55e2;
    border-radius: 4px;
    border: none;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.template_items_wrap {
    position: relative;
    margin-bottom: 50px;
}

.template_item_title_bar {
    position: relative;
    display: flex;
    border-top: 10px solid #1a1c2d;
    padding: 16px 0;
}

.template_item_title_bar .title {
    font-size: 15px;
    color: #eee;
    flex: 1;
}

.template_item_title_bar .custom_ico {
    font-size: 15px;
    color: #eee;
    cursor: pointer;
    margin-left: 20px;
}

.template_item_title_bar .custom_ico svg {
    margin-top: -2px;
}

.template_item_title_bar .custom_ico em {
    font-style: normal;
}

.template_items {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.template_item {
    position: relative;
    width: 49%;
    font-size: 13px;
    background: #1b2e4b;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 6px;
}

.template_item .card_header {
    position: relative;
    padding: 22px 32px;
    font-weight: normal;
    font-size: 14px;
    z-index: 1;
}

.template_item .accordion_icon {
    position: absolute;
    left: 8px;
    top: 20px
}

.template_item .accordion_icon svg {
    color: #eee;
    background: #000;
    border-radius: 100%;
}

.template_item .card_header .icons {
    position: absolute;
    padding: 10px;
    top: 11px;
    right: 8px;
    cursor: pointer;
}

.template_item .accordion_icon.edit_icons {
    cursor: pointer;
    left: auto;
    right: 55px;
}

.template_item .card_body {
    position: relative;
    padding: 10px 30px 30px;
    line-height: 1.8;
    display: none;
}

.template_item .card_body .nice-scroll-box {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}

.template_item:nth-child(1) .card_body, .template_item:nth-child(2) .card_body {
    display: block;
}

.template_item .card_header.show {
    color: #25d5e4
}

.template_item .card_header.show .accordion_icon svg {
    color: #25d5e4;
    background: none
}

.custom_template_items .template_item .accordion_icon svg {
    border-radius: 0;
    background: none;
}

.adv_item {
    background: none;
    margin-bottom: 20px;
}

.adv_item .card_header, .adv_item .card_header.show {
    background: #1b2e4b;
    color: #CCC;
    padding: 15px 22px
}

.adv_item .card_header .icons {
    top: 3px;
    right: 0
}

.adv_item .card_body {
    background: #fff;
    padding: 20px 22px 20px;
    color: #333;
    display: block;
}

.adv_item .accordion_icon {
    left: auto;
    right: 90px;
    top: 12px;
    background: #009587;
    border: none;
    font-size: 13px;
    line-height: 25px;
    padding: 0 13px;
    border-radius: 3px;
    color: #fff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.adv_item .card_body div.ads-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #1a0dab
}

.adv_item .card_body div.ads-title span:after {
    content: '|';
    padding: 0 5px;
}

.adv_item .card_body div.ads-title span:last-child:after {
    content: '';
}

.adv_item .card_body div.desc {
    margin-top: 10px;
}

.adv_item .card_body div.desc .spread-information {
    color: #007806;
}

.adv_item .card_body div.site-link {
    margin-top: 10px;
}

.adv_item .card_body .url_wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1px;
}

.adv_item .card_body .url_wrap label {
    color: #333;
    font-weight: bold;
    padding-right: 14px;
    position: relative;
    padding-top: 10px;
}

.adv_item .card_body .url_wrap label:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #000;
}

.adv_item .card_body .url_wrap .url {
    position: relative;
}

.adv_item .card_body .url_wrap .url .title {
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    min-width: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adv_item .card_body .url_wrap .url .title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid #70757a;
}

.adv_item .card_body .url_wrap .url ul {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 200px;
    min-width: 100%;
    z-index: 999;
    background: #FFF;
    padding: 10px;
    display: none;
}

.adv_item .card_body .url_wrap .url ul li {
    cursor: pointer;
}

.adv_item .edit_icons {
    position: absolute;
    right: 28px;
    top: 3px;
    color: #009587;
    cursor: pointer;
    padding: 10px;
    z-index: 4;
}

.template_items_wrap_h .adv_item {
    opacity: .6;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.template_items_wrap_h .adv_item:hover {
    opacity: 1;
}

.template_box .modal-dialog {
    max-width: 1057px
}

.template_box .modal-footer {
    justify-content: flex-start;
    border: none;
    margin-left: 82px;
    margin-bottom: 20px;
}

.template_box .modal-footer .btn01, .template_box .modal-footer .btn02 {
    background: #1b55e2;
    color: #FFF;
}

.template_box .modal-footer .btn03 {
    background: #1b2e4b;
    color: #FFF;
}

.template_box .template_box_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.template_box .template_box_wrap .tip {
    position: relative;
    position: relative;
    width: 180px;
    font-size: 12px;
    margin-top: 80px;
}

.template_box .template_box_wrap .tip div {
    padding: 5px 0;
}

.template_box .template_box_wrap .items {
    width: calc(100% - 180px)
}

.template_box .template_box_wrap .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 0;
}

.template_box .template_box_wrap .item label {
    width: 82px;
}

.template_box .template_box_wrap .item .item_input {
    position: relative;
    width: calc(100% - 82px)
}

.template_box .template_box_wrap .item .item_input input[type=text], .template_box .template_box_wrap .item .item_input textarea {
    width: 97%;
    height: 42px;
    background: bottom;
    border-radius: 6px;
    background: #1b2e4b;
    border: none;
    color: #acb0c3;
    padding: 0 15px;
}

.template_box .template_box_wrap .item .item_input textarea {
    height: 405px;
    line-height: 42px;
}

.adv_box .modal-dialog {
    max-width: 860px;
}

.adv_box .modal-footer {
    margin-left: 66px;
}

.adv_box .template_box_wrap .items {
    width: 100%;
}

.adv_box .template_box_wrap .item {
    align-items: center
}

.adv_box .template_box_wrap .item label {
    width: 66px;
}

.adv_box .template_box_wrap .item .item_input {
    width: calc(100% - 66px);
}

.adv_box .template_box_wrap .item .item_input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv_box .template_box_wrap .item .item_input input[type=text], .adv_box .template_box_wrap .item .item_input textarea {
    width: calc(100% - 230px)
}

.adv_box .template_box_wrap .tip {
    width: 210px;
    margin: 10px 0 0;
}

.adv_box .template_box_wrap .item .item_input textarea {
    height: 120px;
}

.add_mesg_wrap {
    position: relative;
    width: 100%;
}

.add_mesg_wrap .add_mesg_title {
    position: relative;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #1b2e4b;
    padding: 5px 0;
    margin: 10px 0;
}

.add_mesg_wrap .add_mesg_title label {
    position: relative;
    margin-right: 18px;
    color: #7093c9;
    font-size: 13px;
}

.add_mesg_wrap .add_mesg_ico {
    position: relative;
    margin-right: 18px;
    color: #7093c9;
    cursor: pointer;
}

.add_mesg_wrap .add_mesg_ico svg {
    color: #acb0c3;
    margin: -2px 5px 0 0;
}

.add_mesg_propa {
    position: relative;
}

.add_mesg_propa .item_input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.add_mesg_propa .item_input label {
    font-size: 13px;
    margin-right: 8px;
}

.add_mesg_propa .item_input input {
    position: relative;
    width: 520px;
    height: 42px;
    border-radius: 6px;
    background: #1b2e4b;
    border: none;
    color: #acb0c3;
    padding: 0 15px;
    margin-right: 15px;
}

.add_mesg_propa .item_input .ico {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.add_mesg_abs .item_input .ico {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.add_mesg_link {
    position: relative;
}

.add_mesg_link .item_input_wrap {
    position: relative;
    border: 1px solid #1b2e4b;
    width: 672px;
    padding: 5px 0 15px 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.add_mesg_link .item_input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.add_mesg_link .item_input label {
    position: relative;
    width: 110px;
    font-size: 13px;
    margin-right: 8px;
}

.add_mesg_link .item_input input {
    position: relative;
    width: 510px;
    height: 42px;
    border-radius: 6px;
    background: #1b2e4b;
    border: none;
    color: #acb0c3;
    padding: 0 15px;
    margin-right: 15px;
}

.add_mesg_link .ico {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.add_mesg_link .ico.delete {
    right: -50px;
}

.add_mesg_abs {
    position: relative;
    padding: 15px 0;
}

.add_mesg_abs .item_input_wrap {
    position: relative;
    padding: 5px 0 15px 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.add_mesg_abs .item_input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.add_mesg_abs .item_input label {
    position: relative;
    width: 110px;
    font-size: 13px;
    margin-right: 8px;
}

.add_mesg_abs .item_input input, .add_mesg_abs .item_input select {
    position: relative;
    width: 510px;
    height: 42px;
    border-radius: 6px;
    background: #1b2e4b;
    border: none;
    color: #acb0c3;
    padding: 0 15px;
    margin-right: 15px;
}

.add_mesg_abs .item_input select {
    width: 96px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .template_box .template_box_wrap .items {
        width: 100%;
    }

    .template_box .template_box_wrap .tip {
        margin-top: 0;
        width: 100%;
        padding-left: 82px;
    }

    .template_box .template_box_wrap .tip div {
        display: inline-block;
    }

    .template_box .template_box_wrap .tip {
        padding: 10px 0 0 0;
    }

    .adv_box .template_box_wrap .item .item_input, .add_mesg_propa .item_input label, .add_mesg_link .item_input label, .add_mesg_abs .item_input label {
        width: 100%;
    }

    .add_mesg_propa .item_input label, .add_mesg_link .item_input label, .add_mesg_abs .item_input label {
        margin-bottom: 10px;
    }

    .adv_box .template_box_wrap .item .item_input input[type=text], .adv_box .template_box_wrap .item .item_input textarea, .add_mesg_propa .item_input input, .add_mesg_link .item_input input, .add_mesg_abs .item_input input, .add_mesg_abs .item_input select {
        width: 100%;
    }

    .add_mesg_propa .item_input input, .add_mesg_link .item_input input, .add_mesg_abs .item_input input, .add_mesg_abs .item_input select {
        width: 70%;
    }

    .adv_box .modal-footer {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .template_item {
        width: 100%;
    }

    .template_box .template_box_wrap .item .item_input {
        width: 100%
    }

    .template_box .template_box_wrap .tip {
        padding-left: 0
    }

    .template_box .modal-footer {
        margin-left: 0;
    }

    .adv_item {
        width: 100%
    }
}

/*2020-12-23*/
.mass_hair_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #1b55e5;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 10px 0 0;
    font-size: 13px;
    cursor: pointer;
}

.mass_hair_box {
}

.mass_hair_box .modal-dialog {
    max-width: 575px;
}

.mass_hair_box .modal-content {
    padding: 10px 0 35px
}

.mass_hair_box .modal-footer {
    justify-content: flex-start;
    margin-left: 102px;
    border: none;
    padding: 0 15px 14px 15px;
}

.mass_hair_box .modal-footer .btn {
    padding: 0.4375rem 1.25rem !important;
}

.mass_hair_box .modal-footer .btn01 {
    background: #009587;
    color: #fff;
}

.mass_hair_box .modal-footer .btn02 {
    background-color: #1b2e4b;
    color: #bfc9d4;
}

.mass_hair_box .modal-footer .btn:hover {
    border-color: transparent;
}

.mass_hair_wrap {
    font-size: 13px;
}

.mass_hair_wrap .num_items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mass_hair_wrap .num_items .num_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mass_hair_wrap .num_items .num_item label {
    min-width: 102px;
    font-size: 13px;
}

.mass_hair_wrap .num_items .num_item label svg {
    margin-right: 5px;
}

.mass_hair_wrap .num_items .num_item .item_num {
    margin-right: 40px;
}

.mass_hair_wrap .num_items .num_item .item_num strong {
    color: #008ac0
}

.mass_hair_wrap .num_items .num_item .item_num strong .num {
}

.mass_hair_wrap .items {
}

.mass_hair_wrap .items .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 4px;
}

.mass_hair_wrap .items .item label {
    position: relative;
    width: 102px;
    font-size: 13px;
}

.mass_hair_wrap .items .item .item_input {
    position: relative;
    width: 318px;
}

.mass_hair_wrap .items .item .item_input input[type=text], .mass_hair_wrap .items .item .item_input select {
    font-size: 13px;
}

.mass_hair_wrap .items .item .edit_icons {
    display: flex;
    align-items: center;
    margin-left: 12px;
    color: #acb0c3;
}

.mass_hair_wrap .items .item .edit_icons em {
    font-style: normal;
}

.mass_hair_wrap .items .item .edit_icons svg {
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 4px;
}

.mass_hair_box .tip {
    margin-left: 102px;
    font-size: 12px;
}

.mass_hair_box .tip svg {
    margin-right: 5px;
}

.mass_hair_wrap .num_items .num_item .item_num .error_tip {
    font-size: 12px;
    font-style: normal;
}

table tr td .user-meta-info {
    width: calc(100% - 85px);
    margin: 0 0 0 10px;
}

/*newly-build*/
.newly-build .optimization-form {
    padding: 0 25px;
}

.newly-build .form-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 13px;
}

.newly-build .form-item label {
    position: relative;
    display: block;
    width: 90px;
}

.newly-build .form-item .item-val {
    width: 445px;
    max-width: calc(100% - 90px);
    height: 44px;
    background: #1b2e4b;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    color: #acb0c3;
}

.newly-build .form-item .item-val:not(input) {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    margin: 12px 0
}

/*box_choose_wrap*/
.optimization-box .optimization-box05 .modal-body {
    padding: 0
}

.box_choose_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 0 0 10px;
    min-height: 200px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.box_choose_wrap em {
    font-style: normal;
}

.box_choose_wrap .box_left {
    position: relative;
    width: 50%;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

/*
.box_choose_wrap .box_left .id_search{position:relative; width:100%;height: 44px;background: #1b2e4b; border-radius:5px;}
.box_choose_wrap .box_left .id_search .id_search_ipt{ position:absolute; left:0; top:0; width:100%; height:100%; border:none; background:none; padding:0 10px;color:#CCC}
.box_choose_wrap .box_left .id_search .id_search_btn{ position:absolute; right:0; top:0; width:40px; height:100%; line-height:44px; text-align:center;border:none; background:none;color:#CCC}
*/
.box_choose_wrap .box_left .checkbox_list {
    position: relative;
}

.box_choose_wrap .box_left .checkbox_list li {
    position: relative;
    display: block;
    padding: 6px 0;
}

.box_choose_wrap .box_left .checkbox_list li input[type=checkbox] {
    display: none
}

.box_choose_wrap .box_left .checkbox_list li label {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #888ea8;
    cursor: pointer;
}

.box_choose_wrap .box_left .checkbox_list li label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #888ea8
}

.box_choose_wrap .box_left .checkbox_list li input[type=checkbox]:checked + label:before {
    background: #1b55e2;
    border-color: #1b55e2;
}

.box_choose_wrap .box_left .checkbox_list li input[type=checkbox]:checked + label:after {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: none;
    content: '';
    border: solid #fff;
    top: 5px;
    left: 4px;
    width: 3px;
    height: 7px;
    border-width: 0 1px 1px 0;
    transform: rotate(
        45deg);
}

.box_choose_wrap .box_right {
    position: relative;
    width: 50%;
    padding: 0 10px 10px;
}

.box_choose_wrap .box_right .box_right_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 44px;
    align-items: center;
}

.box_choose_wrap .box_right .box_right_title .trash_all_btn {
    background: #1b2e4b;
    height: 28px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.box_choose_wrap .box_right .box_right_title .trash_all_btn:hover {
    background: #1b55e2
}

.box_choose_wrap .box_right .result_list {
    margin-top: 5px;
}

.box_choose_wrap .box_right .result_list {
}

.box_choose_wrap .box_right .result_list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.box_choose_wrap .box_right .result_list li em {
}

.box_choose_wrap .box_right .result_list li .trash_btn {
    border: none;
    background: none;
    padding: 0;
    margin: 0 23px 0 0;
}

.box_choose_wrap .box_right .result_list li .trash_btn svg {
    color: #ccc;
}

