a,
a:focus,
a:hover,
body {
    /* color: rgba(225, 235, 245, 0.9); */
    color:var(--all-text);
}

code,
pre {
    background: #31456a;
    color: #00cad6;
}

.page-sidebar-menu ul li a,
a,
body,
span,
text {
    font-family: "Poppins", sans-serif;
}

body,
html {
    font-size: 14px;
    width: 100%;
    height: 100%;
    font-family:"Inter", sans-serif !important;

}

html {
    overflow-x: hidden;
}

body {
    /* background-color: #0d141f; */
    background-color:var(--main-bg);
    font-weight: 300;
}

p {
    line-height: 1.6;
}

small {
    font-size: 80%;
    font-weight: 400;
}

menu {
    padding-left: 0;
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.dataTables_wrapper .dataTables_filter input:focus {
    outline: 0;
    outline-offset: 0;
}

b,
strong {
    font-weight: 500;
}

pre {
    border: 0;
    border-radius: 2px;
}

.no-s {
    margin: 0 !important;
    padding: 0 !important;
}

.no-m {
    margin: 0;
}

.no-p {
    padding: 0;
}

.m {
    margin: 15px;
}

.m-t-xxs {
    margin-top: 5px;
}

.m-r-xxs {
    margin-right: 5px;
}

.m-b-xxs {
    margin-bottom: 5px;
}

.m-l-xxs {
    margin-left: 5px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-t-sm {
    margin-top: 15px;
}

.m-r-sm {
    margin-right: 15px;
}

.m-b-sm {
    margin-bottom: 15px;
}

.m-l-sm {
    margin-left: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-r-md {
    margin-right: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-l-md {
    margin-left: 20px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-r-lg {
    margin-right: 25px;
}

.m-b-lg {
    margin-bottom: 25px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-t-xxl {
    margin-top: 30px;
}

.m-r-xxl {
    margin-right: 30px;
}

.m-b-xxl {
    margin-bottom: 30px;
}

.m-l-xxl {
    margin-left: 30px;
}

.m-t-n-xxs {
    margin-top: -5px;
}

.m-r-n-xxs {
    margin-right: -5px;
}

.m-b-n-xxs {
    margin-bottom: -5px;
}

.m-l-n-xxs {
    margin-left: -5px;
}

.m-t-n-xs {
    margin-top: -10px;
}

.m-r-n-xs {
    margin-right: -10px;
}

.m-b-n-xs {
    margin-bottom: -10px;
}

.m-l-n-xs {
    margin-left: -10px;
}

.m-t-n-sm {
    margin-top: -15px;
}

.m-r-n-sm {
    margin-right: -15px;
}

.m-b-n-sm {
    margin-bottom: -15px;
}

.m-l-n-sm {
    margin-left: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-t-n-lg {
    margin-top: -25px;
}

.m-r-n-lg {
    margin-right: -25px;
}

.m-b-n-lg {
    margin-bottom: -25px;
}

.m-l-n-lg {
    margin-left: -25px;
}

.m-t-n-xxl {
    margin-top: -30px;
}

.m-r-n-xxl {
    margin-right: -30px;
}

.m-b-n-xxl {
    margin-bottom: -30px;
}

.m-l-n-xxl {
    margin-left: -30px;
}

.p {
    padding: 15px;
}

.p-h-xxs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.no-p-h {
    padding-left: 0;
    padding-right: 0;
}

.no-p-v {
    padding-top: 0;
    padding-bottom: 0;
}

.p-h-md {
    padding-left: 20px;
    padding-right: 20px;
}

.p-h-lg {
    padding-left: 25px;
    padding-right: 25px;
}

.p-h-xxl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-v-xxl {
    padding-top: 30px;
    padding-bottom: 30px;
}

.full-height {
    height: 100% !important;
}

.full-width {
    width: 100% !important;
}

.w-xxs {
    width: 50px;
}

.w-xs {
    width: 90px;
}

.w-sm {
    width: 140px;
}

.w {
    width: 200px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 330px;
}

.w-xxl {
    width: 370px;
}

.w-auto {
    width: auto;
}

.h-auto {
    height: auto;
}

.badge,
.drop-title-link {
    height: 18px;
    text-align: center;
}

.no-b {
    border: 0 !important;
}

.b {
    border: 1px solid #f1f1f1;
}

.b-t {
    border-top: 1px solid #f1f1f1;
}

.b-r {
    border-right: 1px solid #f1f1f1;
}

.b-b {
    border-bottom: 1px solid #f1f1f1;
}

.b-l {
    border-left: 1px solid #f1f1f1;
}

.b-default {
    border-color: #f1f1f1;
}

.b-primary {
    border-color: #756bb0;
}

.b-info {
    border-color: #14a2bb;
}

.b-success {
    border-color: #2ec5d3;
}

.b-warning {
    border-color: #dfba47;
}

.b-danger {
    border-color: #de4d4d;
}

.b-2 {
    border-size: 2px;
}

.b-3 {
    border-size: 3px;
}

.b-4 {
    border-size: 4px;
}

.b-n-t {
    border-top: 0;
}

.b-n-r {
    border-right: 0;
}

.b-n-b {
    border-bottom: 0;
}

.b-n-l {
    border-left: 0;
}

.no-r {
    border-radius: 0 !important;
}

.r {
    border-radius: 2px;
}

.r-t-l {
    border-top-left-radius: 2px;
}

.r-t-r {
    border-top-right-radius: 2px;
}

.r-b-l {
    border-bottom-left-radius: 2px;
}

.r-b-r {
    border-bottom-right-radius: 2px;
}

.no-r-t-l {
    border-top-left-radius: 0 !important;
}

.no-r-t-r {
    border-top-right-radius: 0 !important;
}

.no-r-b-l {
    border-bottom-left-radius: 0 !important;
}

.no-r-b-r {
    border-bottom-right-radius: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color:var(--all-text);
}

.badge {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    font-weight: 300;
    font-size: 11px !important;
    vertical-align: middle;
    line-height: 11px !important;
    padding: 3px 6px;
    text-shadow: none !important;
}

.badge.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.badge.badge-default {
    background: var(--theme-main-header-color);
    color: #aaa;
}

.badge.badge-primary {
    background: #9f7ce1;
    color: #fff;
}

.badge.badge-info {
    background: #5893df;
    color: #fff;
}

.badge.badge-success {
    background: #2ec5d3;
    color: #fff;
}

.badge.badge-danger {
    background: #ec5e69;
    color: #fff;
}

.badge.badge-warning {
    background: #f1c205;
    color: #fff;
}

.center {
    float: none;
    margin: 0 auto;
}

label {
    font-weight: 400;
    color:var(--all-text);
}

label.error {
    color: #ec5e69;
    font-weight: 500;
    margin-top: 5px;
    float: left;
    font-size: 12px;
}

.label {
    font-size: 13px;
    font-weight: 300;
}

label select {
    color: #333;
}

.header-text {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.icon-xs {
    font-size: 12px;
}

.icon-sm {
    font-size: 14px;
}

.icon-md {
    font-size: 16px;
}

.icon-lg {
    font-size: 18px;
}

.icon-state-default {
    color: #ccc;
}

.icon-state-primary {
    color: #9f7ce1;
}

.icon-state-success {
    color: #2ec5d3;
}

.icon-state-info {
    color: #5893df;
}

.icon-state-warning {
    color: #f1c205;
}

.icon-state-danger {
    color: #ec5e69;
}

.lead {
    color: rgba(225, 235, 245, 0.9);
}

.text-muted {
    color: rgba(225, 235, 245, 0.6);
}

.text-primary {
    color: #a789de;
}

.text-success {
    color: #28bccb;
}

.text-info {
    color: #4c82c9;
}

.text-warning {
    color: #d0af2f;
}

.text-danger {
    color: #d55966;
}

blockquote {
    border-left: 5px solid #2f4368;
}

.blockquote-reverse,
blockquote.pull-right {
    border-right: 5px solid #2f4368;
}

blockquote .small,
blockquote footer,
blockquote small {
    color: rgba(225, 235, 245, 0.3);
}

.well {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
}

.breadcrumb li i {
    font-size: 14px;
    margin-right: 4px;
    color: rgba(0, 0, 0, 0.4);
    display: block;
    float: left;
}

.breadcrumb li a,
.breadcrumb>.active {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}

.breadcrumb li a:hover {
    text-decoration: underline !important;
}

.breadcrumb-header {
    font-size: 20px;
    font-weight: 300;
    color: rgba(225, 235, 245, 0.8);
    margin-bottom: 24px;
}

.alert .alert-link,
.panel-title {
    font-weight: 500;
}

.panel-transparent {
    background-color: transparent !important;
}

.panel {
    border-radius: 2px;
    margin-bottom: 24px;
    padding: 25px;
    background: var(--theme-background-color);
    /* background-color: var(--panel-bg-color); */
    /* background-color: #1c2635; */
    /* background-color: var(--main-box); */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.02); */
    box-shadow: 0px 0px 4px #0000002e;
}

.panel-body {
    padding: 0;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title {
    padding: 0 0 30px;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.8);
    font-weight: 700;
}

.panel-title-small {
    padding-left: 5px;
    font-size: 12px;
    text-transform: none;
    color: rgba(225, 235, 245, 0.6);
}

.alert {
    border-radius: 0;
    border: 0;
}

.alert-success {
    color: #218892;
    background-color: #a2e6ed;
}

.alert-info {
    color: #2f73c8;
    background-color: #d9e7f9;
}

.alert-warning {
    color: #94780a;
    background-color: #f9e69b;
}

.alert-danger {
    color: #d83945;
    background-color: #fbdbde;
}

.alert-success .alert-link {
    color: #218892;
}

.alert-info .alert-link {
    color: #2f73c8;
}

.alert-warning .alert-link {
    color: #94780a;
}

.alert-danger .alert-link {
    color: #d83945;
}

.search-form .btn-default {
    background-color: #fff;
}

.bg-primary {
    background-color: #9f7ce1;
    color: #fff;
}

.bg-primary.dark {
    background-color: #8a6cc4;
    color: #fff;
}

.bg-primary.light {
    background-color: #ad87f5;
    color: #fff;
}

.bg-info {
    background-color: #5893df;
    color: #fff;
}

.bg-info.dark {
    background-color: #4e83c6;
    color: #fff;
}

.bg-info.light {
    background-color: #63a4f8;
    color: #fff;
}

.bg-warning {
    background-color: #f1c205;
    color: #fff;
}

.bg-warning.dark {
    background-color: #d8ae06;
    color: #fff;
}

.bg-warning.light {
    background-color: #fdd11f;
    color: #fff;
}

.bg-danger {
    background-color: #ec5e69;
    color: #fff;
}

.bg-danger.dark {
    background-color: #d2505a;
    color: #fff;
}

.bg-danger.light {
    background-color: #fb7580;
    color: #fff;
}

.bg-success {
    background-color: #2ec5d3;
    color: #fff;
}

.bg-success.dark {
    background-color: #25a8b4;
    color: #fff;
}

.bg-success.light {
    background-color: #45deec;
    color: #fff;
}

.bg-dark {
    background-color: #1b2844 !important;
    color: #fff;
}

.bg-dark.dark {
    background-color: #162037;
    color: #fff;
}

.bg-dark.light {
    background-color: #28395f;
    color: #fff;
}

.bg-light {
    background-color: #f1f1f1;
    color: #2b2b2b;
}

.bg-light.dark {
    background-color: #e5e5e5;
    color: #2b2b2b;
}

.bg-light.light {
    background-color: #f9f9f9;
    color: #2b2b2b;
}

.bg-gray {
    background-color: #ccc;
    color: #2b2b2b;
}

.bg-gray.dark {
    background-color: #b9b9b9;
    color: #2b2b2b;
}

.bg-gray.light {
    background-color: #d7d7d7;
    color: #2b2b2b;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    border-color: #33446a !important;
    background-color: #1b2844;
    color: rgba(225, 235, 245, 0.9);
}

.btn {
    border-radius: 5px;
    padding: 6px 12px;
    box-shadow: none !important;
    font-size: 16px;
    
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-lg {
    padding: 10px 16px;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-default {
    border-color: var(--theme-main-header-color);
    background-color: var(--theme-main-header-color);
    /* color: rgba(225, 235, 245, 0.9); */
    color: #fff;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    border-color: var(--theme-main-header-color) !important;
    background-color: var(--theme-main-header-color) !important;
    color: rgba(225, 235, 245, 0.9);
}

.btn-primary {
    /* border-color: #9f7ce1 !important;
    background-color: #9f7ce1 !important; */
    /* padding: 8px 10px; */
    border:1px solid #3480D9 !important;
    /* background-color: #3480D9 !important; */
    /* background-color: var(--theme-main-header-color) !important; */
    /* background-color: var(--theme-main-header-color) !important; */
    color: var(--dark-lightmode-icon) !important;
    font-family: "Inter", sans-serif;
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    border-color: #2d75c9 !important;
    background-color: #2d75c9 !important;
    /* border-color: #8869c2 !important;
    background-color: #8869c2 !important; */
}

.btn-success {
    border-color: var(--theme-main-header-color) !important;
    background-color: var(--theme-main-header-color) !important;
}
.btn-primary:hover{
    background-color:var(--theme-main-header-color) !important;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    border-color: #29b3c0 !important;
    background-color: #29b3c0 !important;
}

.btn-info {
    border-color: #5893df !important;
    background-color: #5893df !important;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    border-color: #4d80c2 !important;
    background-color: #4d80c2 !important;
}

.btn-warning {
    /* border-color: #f1c205 !important;
    background-color: #f1c205 !important; */
    border-color: var(--theme-main-header-color) !important;
    background-color: var(--theme-main-header-color) !important;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    /* border-color: #d7ad03 !important;
    background-color: #d7ad03 !important; */
    border-color: var(--theme-main-header-color) !important;
    background-color: var(--theme-main-header-color) !important;
}

.btn-danger {
    border-color: #ec5e69 !important;
    background-color: #ec5e69 !important;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    border-color: #cf525c !important;
    background-color: #cf525c !important;
}

.btn-disabled {
    border-color: #a98be1 !important;
    background-color: #a98be1 !important;
}

.btn-disabled:hover {
    border: none !important;
}

.btn-social {
    padding: 10px 15px;
}

.btn-social:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-social:focus {
    color: #fff;
}

.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}

.btn-twitter {
    background-color: #55acee;
    color: #fff;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
}

.btn-youtube {
    background-color: #b00;
    color: #fff;
}

.btn-vimeo {
    background-color: #1eb8eb;
    color: #fff;
}

.btn-dribbble {
    background-color: #ea4c89;
    color: #fff;
}

.btn-instagram {
    background-color: #3f729b;
    color: #fff;
}

.btn-pinterest {
    background-color: #bd081b;
    color: #fff;
}

.btn-vk {
    background-color: #507299;
    color: #fff;
}

.btn-rss {
    background-color: #f60;
    color: #fff;
}

.btn-flickr {
    background-color: #ff0084;
    color: #fff;
}

.buttons-toolbar-p {
    padding-top: 20px;
    padding-bottom: 15px;
}

.buttons-dropup-m {
    margin-top: 8px;
}

.modal-header {
    padding: 17.5px;
}

.modal-content {
    background-color: var(--main-box) !important;
}

.modal-body,
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
    color: var(--all-text);
}

.modal-body label {
    color:var(--all-text) !important;
}

.modal-body {
    padding: 15px 15px 15px 15px !important;
}


/* .modal-body .form-control {
    background: #fff;
    color: #2b2b2b;
    border-color: #d7d7d7;
} */

/* .modal-body .form-control {
    border-radius: 4px;
    box-shadow: none !important;
    border: 1px solid #324462;
    color: #d6d6d6;
    background: #24344d;
    padding: 5px 12px;
    font-size: 16px;
    transition: all 150ms ease-in-out;
} */

.form-control-spec {
    border: none !important;
    transition: all 150ms ease-in-out;
}
.form-control-spec:hover, .form-control:hover {
    filter: brightness(1.1)
}

.modal-body .form-control:focus {
    /* border-color: #a3a3a3; */
    border: 1px solid #324462;
}

.modal-body .form-control::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.modal-body .attachment-info {
    color: #2b2b2b;
    background: #f9f9f9;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
    color:#ffffff;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

hr {
    border-color: #2e3f5b;
}

.modal-body hr,
.modal-footer,
.modal-header {
    border-color: #edeff0;
}

.buttons-trigger-m {
    margin-bottom: 15px;
}

.progress {
    background-color: rgba(120, 130, 140, 0.13);
    box-shadow: none !important;
    height: 4px;
    border-radius: 0;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    background-color: #b1b4b8;
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress-bar-success {
    background-color: #2ec5d3;
}

.progress-bar-info {
    background-color: #5893df;
}

.progress-bar-warning {
    background-color: #f1c205;
}

.progress-bar-danger {
    background-color: #ec5e69;
}

.progress.progress-sm {
    height: 8px !important;
}

.progress.progress-sm .progress-bar {
    line-height: 10px;
}

.progress.progress-md {
    height: 15px !important;
}

.progress.progress-md .progress-bar {
    line-height: 15px;
}

.progress.progress-lg {
    height: 20px !important;
}

.progress.progress-lg .progress-bar {
    line-height: 20px;
}

.progress-rounded {
    border-radius: 60px;
}

.progress-bar-comp-80 {
    width: 80%;
}

.progress-bar-comp-60 {
    width: 60%;
}

.progress-bar-comp-70 {
    width: 70%;
}

.progress-bar-comp-45 {
    width: 45%;
}

.progress-bar-comp-40 {
    width: 40%;
}

.progress-bar-comp-35 {
    width: 35%;
}

.progress-bar-comp-20 {
    width: 20%;
}

.progress-bar-comp-10 {
    width: 10%;
}

.nav-tabs {
    border-color: #e5e9ec;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.nav-tabs>li>a:hover {
    border-color: #2e3f5b;
    border-bottom: transparent;
    background: #24344d;
}

.nav-justified.nav-tabs>li>a:hover {
    border-color: #ddd;
    border-bottom: transparent;
}

.nav-tabs>li>a {
    color: #2b2b2b;
    border-radius: 3px 3px 0 0 !important;
    color: rgba(225, 235, 245, 0.6);
    border-bottom: 1px solid #2ec5d3;
}

.nav-tabs {
    border-bottom: 1px solid #2ec5d3 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #2ec5d3;
    color: rgba(225, 235, 245, 0.9);
    cursor: default;
    background-color: #2ec5d3;
    border-bottom-color: #2ec5d3;
}

.nav-pills>li>a {
    color: rgba(225, 235, 245, 0.9);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #5893df;
}

.nav-pills.bd-square-pill>li>a {
    border-radius: 0;
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0;
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none;
}

.pill-content>.active,
.tab-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #e2e2e2;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    border-bottom: 0 !important;
}

.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #e2e2e2;
    border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: #fff #e2e2e2 #e2e2e2 !important;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    border-bottom: 0;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #2ec5d3;
    border-bottom: 0 !important;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-top-right-radius: 0 !important;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover {
    border-color: #2ec5d3;
    border-bottom: 1px solid #2ec5d3;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0 !important;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 0 !important;
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #e2e2e2;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:focus,
.tabs-right>.nav-tabs .active>a:hover {
    border-color: #e2e2e2 #e2e2e2 #e2e2e2 #fff;
    border-bottom: 1px solid #e2e2e2;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0 !important;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border-bottom: #fff !important;
}

.nav-tabs.nav-justified {
    border-bottom: 0 !important;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #e2e2e2;
}

.tab-content {
    margin-top: 15px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #949494;
    background-color: #f0f0f0;
    padding: 6px 14px;
    height: 45px;
    font-family: "Inter", sans-serif;
    width: 100%;
    color:#000000;
    font-size: 14px;
    font-weight: 400;
}

textarea.form-control{
    border-radius: 4px;
    border: 1px solid #949494;
    background-color: #f0f0f0;
    padding: 6px 14px;
    height: 125px;
    font-family: "Inter", sans-serif;
    width: 100%;
    color: var(--all-text);
    font-size: 14px;
    font-weight: 400;
}
select.form-control{
    border-radius: 4px;
    border: 1px solid #949494;
    background-color: #f0f0f0;
    padding: 6px 14px;
    height: 45px;
    font-family: "Inter", sans-serif;
    width: 100%;
    color:#000000;
    font-size: 14px;
    font-weight: 400;
}

.form-control.search-input {
    padding: 8px 24px;
}

.help-block {
    color: rgba(255, 235, 245, 0.3);
}

.form-control::placeholder {
    color: #000;
    font-weight: 400;
}

.form-control:focus {
    border-color: #384c6d;
    box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}

input.form-control.input-rounded {
    border-radius: 60px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #24344d;
    opacity: 1;
}

.input-group-addon {
    border-radius: 4px;
    background-color: #202f45;
    border-color: #202f45;
    color: #d6d6d6;
}

.bootstrap-tagsinput,
.note-editor,
.note-editor .note-statusbar .note-resizebar,
.note-editor .note-toolbar {
    border-color: #324462;
}

.bootstrap-tagsinput {
    border-radius: 4px;
    box-shadow: none;
    background: #24344d;
    padding: 8px 12px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none;
}

.bootstrap-tagsinput input {
    color: #d6d6d6;
}

.label-info {
    background: #5893df;
}

.note-editor .note-statusbar,
.note-editor .note-toolbar {
    background-color: #324462;
}

.dd-handle,
.dd3-content,
.dd3-handle:hover {
    background-color: #2d3f62;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #28bccb;
}

.has-success .form-control {
    border-color: #2ec5d3;
}

.has-success .form-control:focus {
    border-color: #22939e;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #d0af2f;
}

.has-warning .form-control {
    border-color: #f1c205;
}

.has-warning .form-control:focus {
    border-color: #bf9a04;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #d55966;
}

.dd-handle,
.dd3-content,
.dd3-handle::before,
.plupload_button:focus,
.plupload_button:hover,
.plupload_file_status {
    color: rgba(225, 235, 245, 0.9);
}

.has-error .form-control {
    border-color: #ec5e69;
}

.has-error .form-control:focus {
    border-color: #b94952;
}

.dd-handle {
    border-radius: 2px;
    border: none;
    font-weight: 500;
}

.dd3-content {
    border: none;
    font-weight: 500;
}

.dropdown-menu li,
.dropdown-menu li a,
.nav>li>a,
th {
    font-weight: 400;
}

.dd3-handle {
    height: 36px;
}

.dropzone {
    min-height: 274px;
    border: 1px solid #324462;
    background: #24344d;
}

.plupload_button,
.plupload_disabled,
a.plupload_disabled {
    border-color: var(--theme-main-header-color);
    background-color: var(--theme-main-header-color);
    color: rgba(225, 235, 245, 0.9);
    border-radius: 2px;
    padding: 6px 12px;
    box-shadow: none !important;
    font-size: 16px;
}

.plupload_button:hover {
    border-color: var(--theme-main-header-color) !important;
    background-color: var(--theme-main-header-color) !important;
}

.plupload_filelist li {
    background: #24344d;
    border-color: #324462;
}

.plupload_disabled,
a.plupload_disabled:hover {
    color: inherit;
}

.plupload_filelist_header {
    border-bottom: 1px solid #324462;
}

.plupload_filelist_footer,
.plupload_filelist_header,
li.plupload_droptext {
    background: #24344d;
}

.plupload_file_status span,
.plupload_filelist_footer,
.plupload_filelist_header {
    color: rgba(225, 235, 245, 0.9);
}

.plupload_scroll .plupload_filelist {
    background: #24344d;
    border-bottom: 1px solid #324462;
}

.plupload_filelist_footer {
    border-color: #324462;
}

.dropzone.dz-clickable .dz-message {
    line-height: 232px;
    margin: auto;
}

.form-elements-page .basic-form-panel .basic-form-label-left {
    padding-left: 0;
}

.horizontal-form-button {
    margin-top: 10px;
    margin-bottom: -14px;
}

.help-block-p-text {
    margin-bottom: 0;
}

.button-form-addons,
.control-form-sizing,
.form-select-options,
.input-form-groups {
    margin-bottom: 15px;
}

.form-wizard-congrats {
    margin-top: 25px;
}

.form-wizard-progress-bar {
    width: 0%;
}

.pager.wizard {
    margin: 0;
}

#rootwizard .progress {
    margin-bottom: 15px;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span,
.pager li>a,
.pager li>span {
    color: rgba(225, 235, 245, 0.9);
    border-color: var(--theme-main-header-color);
    background-color: var(--theme-main-header-color);
}

.table-hover>tbody>tr:hover,
.table-striped>tbody>tr:nth-of-type(odd),
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.odd,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.stripe tbody tr.odd {
    background-color: var(--table-tr-bg);
}

.form-enable-disable {
    float: right;
    margin-bottom: 10px;
}

.label-en-di {
    display: inline-block;
    margin-right: 50px;
}

.auto-open-form {
    vertical-align: baseline;
}

.table-x-editable-form {
    clear: both;
}

.x-edit-first-td {
    width: 35%;
}

.x-edit-second-td {
    width: 65%;
}

.popover-title {
    color: #2b2b2b;
}

.form-editable-console textarea {
    width: 70%;
}

.form-editable-click {
    display: inline;
}

.form-not-selected-editable {
    color: gray;
}

.form-editable-console {
    float: left;
    width: 50%;
}

.form-editable-console small {
    color: rgba(225, 235, 245, 0.6);
}

.table>thead>tr>th {
    border-bottom: 1px solid #2e3f5b;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-color: #2e3f5b;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #28374f;
}

table.dataTable tbody tr {
    background-color: #24344d;
}

table.dataTable.display tbody tr.even:hover>.sorting_1,
table.dataTable.display tbody tr.odd:hover>.sorting_1,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #28364d;
}

table.dataTable.display tbody tr.even:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr:hover {
    background-color: #293851;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: rgba(225, 235, 245, 0.9);
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_paginate {
    margin-bottom: 10px;
}

.table-data-width {
    width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: rgba(225, 235, 245, 0.7) !important;
}

.paginate_button current {
    margin-bottom: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 2px;
    padding: 6px 12px;
    box-shadow: none !important;
    font-size: 16px;
    border-color: var(--theme-main-header-color);
    background-color: var(--theme-main-header-color);
    color: rgba(225, 235, 245, 0.7) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--theme-main-header-color);
    border-color: var(--theme-main-header-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #5893df;
    background-color: #5893df;
    background: linear-gradient(to bottom, #5893df 0, #5893df 100%);
    color: #fff !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px 8px;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #293851;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #2ec5d3;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #5893df;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #f1c205;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #ec5e69;
}

.table-responsive,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #2e3f5b;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 7px 0;
    margin: 10px 0 0;
    background-color: #fff;
    border: 1px solid #e5e9ec;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu:after,
.dropdown-menu:before {
    position: absolute;
    display: inline-block !important;
    content: "";
    right: auto;
}

.dropdown-menu li {
    font-size: 14px;
}

.dropdown-menu li a:hover {
    background: #f3f3f3;
    text-decoration: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 25px !important;
}

.dropdown-menu:before {
    top: -8px;
    left: 9px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e9ec;
    border-left: 8px solid transparent;
}

.dropdown-menu.title-caret:after,
.dropdown-menu:after {
    border-bottom: 7px solid #fff;
}

.dropdown-menu:after {
    top: -7px;
    left: 10px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.btn-group.dropup>.dropdown-menu:after,
.btn-group.dropup>.dropdown-menu:before,
.dropdown-toggle.dropup>.dropdown-menu:after,
.dropdown-toggle.dropup>.dropdown-menu:before,
.dropdown.dropup>.dropdown-menu:after,
.dropdown.dropup>.dropdown-menu:before {
    display: none !important;
}

.dropdown-menu.dropdown-menu-left:before,
.navbar-left .dropdown-menu:before {
    left: 16px;
    right: auto;
}

.dropdown-menu.dropdown-menu-left:after,
.navbar-left .dropdown-menu:after {
    left: 17px;
    right: auto;
}

.dropdown-menu.dropdown-menu-right:before,
.navbar-right .dropdown-menu:before {
    right: 16px;
    left: auto;
}

.dropdown-menu.dropdown-menu-right:after,
.navbar-right .dropdown-menu:after {
    right: 17px;
    left: auto;
}

.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:active,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:hover {
    background: #f3f3f3;
    color: #2b2b2b;
}

.drop-title {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e5e9ec;
    background: #fff;
    padding: 12px;
    color: #6a6a6a;
    margin: 0;
}

.drop-title-link {
    float: right;
    display: inline !important;
    padding: 0 !important;
    width: 18px;
    overflow: hidden;
    vertical-align: text-top;
    line-height: 18px !important;
    border-radius: 100%;
}

.drop-title-link i {
    margin-right: 0 !important;
}

.dropdown-menu li.drop-all a {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #707070;
    background: #fff;
    font-size: 14px;
}

.dropdown-menu li.drop-all a:hover {
    background: #f3f3f3;
}

.dropdown-sm {
    width: 190px;
}

.dropdown-md {
    width: 230px;
}

.dropdown-lg {
    width: 280px;
}

.dropdown-content {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu li a {
    padding: 8px 15px;
    color: #5f5f5f;
    font-size: 13px;
    display: block;
}

.dropdown-menu li a i {
    margin-right: 10px;
}

.dropdown-menu li.no-link {
    padding: 7px 10px;
}

.dropdown-menu li.li-group {
    border-bottom: 1px solid #e5e9ec;
    padding: 5px 0;
}

.nav>li>a,
.right-sidebar-top .nav>li>a {
    padding: 10px 15px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: transparent;
}

.page-right-sidebar-inner .tab-content {
    margin-top: 0;
}

.navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin-top: 40px !important;
}

.navbar .dropdown .dropdown-menu.dropdown-list li:first-child {
    margin-top: 5px;
}

.navbar .dropdown .dropdown-menu.dropdown-list li:last-child {
    margin-bottom: 5px;
}

.navbar .dropdown .dropdown-menu.dropdown-list.theme-settings li:first-child {
    margin-top: 0;
}

.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 15px !important;
    border-radius: 2px !important;
}

.navbar .dropdown {
    display: inline-block;
}

.dropdown-notifications {
    height: auto !important;
    max-height: 250px;
}

.dropdown-notifications .dropdown-oc li a {
    padding-right: 0;
    border-bottom: 1px solid #e5e9ec;
}

.dropdown-notifications .dropdown-oc li a span.notification-badge {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.dropdown-notifications .dropdown-oc li a span.notification-badge i {
    margin-right: 0;
}

.dropdown-notifications .dropdown-oc li a span.notification-info {
    width: 204px;
    padding: 4px 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.dropdown-notifications .dropdown-oc li a span .notification-date {
    padding: 5px;
}

.dropdown-notifications .dropdown-oc li a span.notification-info span {
    margin-bottom: 0;
}

.dropdown-notifications .dropdown-oc li a span.notification-info small {
    color: #aaa;
}

#accordion .panel,
#accordion2 .panel {
    padding: 0;
}

#accordion .panel-title,
#accordion2 .panel-title,
.panel-danger>.panel-heading+.panel-collapse>.panel-body,
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-primary>.panel-heading+.panel-collapse>.panel-body,
.panel-success>.panel-heading+.panel-collapse>.panel-body,
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    padding: 10px;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body,
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-info>.panel-heading+.panel-collapse>.panel-body,
.panel-primary>.panel-heading+.panel-collapse>.panel-body,
.panel-success>.panel-heading+.panel-collapse>.panel-body,
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-color: #fff;
}

.panel-default {
    border-color: #e6e9ec;
}

.panel-primary {
    border-color: #9f7ce1;
}

.panel-success {
    border-color: #2ec5d3;
}

.panel-info {
    border-color: #5893df;
}

.panel-warning {
    border-color: #f1c205;
}

.panel-danger {
    border-color: #ec5e69;
}

.panel-success>.panel-heading {
    background-color: #2ec5d3;
    border-color: #2ec5d3;
}

.panel-primary>.panel-heading {
    background-color: #a98be1;
    border-color: #a98be1;
}

.panel-info>.panel-heading {
    background-color: #5893df;
    border-color: #5893df;
}

.panel-warning>.panel-heading {
    background-color: #f1c205;
    border-color: #f1c205;
}

.panel-danger>.panel-heading {
    background-color: #ec5e69;
    border-color: #ec5e69;
}

.panel-default .panel-title>.small,
.panel-default .panel-title>.small>a,
.panel-default .panel-title>a,
.panel-default .panel-title>small,
.panel-default .panel-title>small>a {
    color: #2b2b2b;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: #fff;
}

.fa-hover a,
.page-header .form-control {
    color: rgba(225, 235, 245, 0.9);
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-color: #a98be1;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-color: #2ec5d3;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-color: #ec5e69;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-color: #f1c205;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-color: #5893df;
}

.fontawesome-icon-list {
    padding: 0 2px;
}

.fa-hover {
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
}

.fa-hover:hover {
    background-color: var(--theme-main-header-color);
}

.page-container {
    min-height: 100%;
    /* background: #131c29; */
    background: var(--main-bg);
    overflow: hidden;
}

.page-container:not(.container) {
    width: 100%;
}

.page-container.container {
    padding-left: 0;
    padding-right: 0;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
    height: 56px;
    position: relative;
}

.page-header-fixed .page-header {
    position: fixed;
    z-index: 99;
    left: 180px;
    right: 0;
    top: 0;
}

.page-header-fixed .page-container.container .page-header {
    padding-right: 15px;
    padding-left: 195px;
    left: 0;
    right: 0;
    margin: auto;
}

.page-header-fixed.page-sidebar-collapsed .page-container.container .page-header {
    padding-right: 15px;
    padding-left: 75px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .page-header-fixed .page-container.container .page-header {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-header-fixed .page-container.container .page-header {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .page-header-fixed .page-container.container .page-header {
        width: 1170px;
    }
}

.page-sidebar-collapsed.page-header-fixed .page-header {
    left: 60px;
}

.page-header .form-control {
    background-color: #192231;
}

.page-header .form-control::placeholder {
    color: #000 !important;
}

.page-sidebar-fixed .page-header {
    z-index: 41;
}

.page-header .navbar-default {
    background-color: #192231;
    border: 0;
    margin-bottom: 0;
    height: 56px;
    border-radius: 0;
    border-bottom: 1px solid #27303e;
}

.page-header .navbar-default .container-fluid,
.page-header .navbar-default .navbar-collapse {
    height: 56px !important;
}

.page-header .navbar-default .navbar-brand i.fixed-sidebar-button-active {
    background: #fff;
}

.page-header .navbar-nav>li.v-divider {
    display: block;
    width: 1px;
    height: 26px;
    background: #f3f3f3;
    margin: 21px 15px;
}

.page-header .navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
    height: 56px;
    color: #4f4f4f;
    font-size: 11px;
    text-transform: uppercase;
}

.page-header .navbar-nav>li>a:focus,
.page-header .navbar-nav>li>a:hover,
.page-header .navbar-nav>li>a:link {
    color: rgba(225, 235, 245, 0.95) !important;
}

.page-header .navbar-nav>li>a>img {
    width: 36px;
    margin-top: -9px;
    display: inline-block;
    vertical-align: top;
}

.open>a {
    color: rgba(225, 235, 245, 0.9) !important;
    background: #1c2636;
}

.active-page.open>a {
    color: #2b2b2b;
    font-weight: 500;
}

.active-page>a i {
    /* color: #ec5e69; */
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #1f2229;
    background-color: transparent;
}

.page-header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .page-header .navbar-nav>li>a>i {
        font-size: 14px;
        vertical-align: text-top;
    }
    .page-header .navbar-nav>li>a>i[class^="icon-"] {
        font-size: 19px;
        vertical-align: top;
    }
}

.page-right-sidebar {
    width: 230px;
    background: #131c29;
    height: 100%;
    min-height: 100%;
    right: -230px;
    top: 0;
    z-index: 42;
    position: fixed;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.page-right-sidebar.visible {
    right: 0;
}

.page-right-sidebar#chat-right-sidebar {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
}

.page-right-sidebar#chat-right-sidebar.visible {
    opacity: 1;
}

.right-sidebar-top {
    background: #131c29;
    display: block;
    height: 56px;
}

.page-right-sidebar .right-sidebar-close {
    float: right;
    color: rgba(225, 235, 245, 0.3);
    font-size: 20px;
    padding: 2px 19px;
    height: 56px;
    line-height: 56px;
}

.page-right-sidebar .chat-sidebar-close {
    float: left;
    color: rgba(225, 235, 245, 0.3);
    font-size: 24px;
    padding: 14px 20px;
    height: 56px;
}

.right-sidebar-tabs {
    float: left;
    width: 172px;
    height: 56px;
}

.right-sidebar-tabs li {
    width: 50%;
}

.right-sidebar-tabs a {
    height: 56px;
    line-height: 36px !important;
    font-size: 13px;
    color: #626262;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    margin-right: 0 !important;
}

.right-sidebar-tabs .nav-tabs {
    border-bottom: 0 !important;
}

.right-sidebar-tabs .nav-tabs>li.active>a,
.right-sidebar-tabs .nav-tabs>li.active>a:focus,
.right-sidebar-tabs .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #131c29;
    border: none;
    border-radius: 0;
}

.right-sidebar-tabs .nav>li>a:focus,
.right-sidebar-tabs .nav>li>a:hover {
    text-decoration: none;
    background-color: #131c29;
}

.chat-list .chat-item {
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 1px solid #1e2633;
    padding: 5px 0;
}

.chat-list .chat-item:last-child {
    border-bottom: 1px solid transparent;
}

.chat-list .chat-item:hover {
    background: #1c2636;
}

.chat-list .chat-item img {
    float: left;
    width: 40px;
    border-radius: 100%;
    margin: 10px 10px 10px 18px;
}

.chat-list .chat-item .user-avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.chat-list .chat-item.active-user .user-avatar:after {
    content: " ";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2ec5d3;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.chat-list .chat-item .chat-info {
    float: left;
    overflow: hidden;
    padding: 13px 0;
    width: 100px;
}

.chat-list .chat-item .chat-info span.chat-author {
    display: block;
    color: rgba(225, 235, 245, 0.9);
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin-bottom: 4px;
}

.chat-list .chat-item .chat-info span.chat-text {
    display: block;
    color: rgba(225, 235, 245, 0.4) !important;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat-list .chat-item.unread .chat-info span {
    color: rgba(225, 235, 245, 0.9);
    font-weight: 500;
}

.chat-list .chat-item .chat-info span.chat-time {
    display: block;
    color: rgba(225, 235, 245, 0.7);
    opacity: 0.3;
    font-size: 11px;
    line-height: 15px;
    padding: 0;
    margin: -7.5px 0 0;
    position: absolute;
    right: 20px;
    top: 50%;
}

.load-more-messages {
    display: block;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    font-size: 14px;
    color: rgba(225, 235, 245, 0.2);
    opacity: 0.6;
}

.load-more-messages:hover {
    color: rgba(225, 235, 245, 0.3);
    opacity: 1;
}

.chat-top-info {
    float: left;
    padding: 10px 0 9px 20px;
}

.chat-top-info span {
    display: block;
}

.chat-top-info span.chat-name {
    color: rgba(225, 235, 245, 0.9);
    font-size: 14px;
    font-weight: 400;
}

.chat-top-info span.chat-state {
    color: rgba(225, 235, 245, 0.7);
    font-size: 12px;
    opacity: 0.6;
}

.chat-more-nav {
    float: right;
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 13px 5px;
    text-align: center;
}

.chat-bubble.them .chat-bubble-img-container,
.chat-bubble.them .chat-bubble-text-container {
    float: left;
}

.chat-more-nav>a {
    display: block;
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

span.chat-title {
    color: #626262;
}

.chat-start-date {
    width: 100%;
    color: rgba(225, 235, 245, 0.7);
    opacity: 0.3;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

.page-right-sidebar-inner {
    height: 100%;
}

.right-sidebar-content {
    height: calc(100% - 56px);
}

.right-sidebar-content .slimScrollDiv {
    height: calc(100% - 55px) !important;
}

.right-sidebar-chat {
    height: 100% !important;
    padding-bottom: 20px;
}

.chat-bubble .chat-bubble-text-container {
    max-width: 60%;
    display: block;
}

.chat-bubble.me .chat-bubble-text-container {
    float: right;
}

.chat-bubble {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.chat-bubble img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.chat-bubble.them img {
    margin-left: 18px;
}

.chat-bubble span.chat-bubble-text {
    padding: 7px 12px;
    min-height: 28px;
    margin: 4px 10px 0;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    float: left;
    clear: both;
    word-wrap: break-word;
    max-width: 100%;
}

.chat-bubble.them span.chat-bubble-text {
    margin-left: 10px;
    background: #232f41;
}

.chat-bubble.me span.chat-bubble-text {
    margin-left: 10px;
    margin-right: 28px;
    background: #5893df;
    float: right;
}

.chat-bubble span.chat-bubble-text:first-child {
    margin-top: 0;
}

.chat-bubble span.chat-bubble-text:last-child {
    margin-bottom: 10px;
}

.chat-bubble span.chat-bubble-text:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.chat-bubble.them span.chat-bubble-text:first-child:before {
    border-width: 0 10px 10px 0;
    border-color: transparent #232f41 transparent transparent;
    position: absolute;
    top: 0;
    left: -9px;
}

.chat-bubble.me span.chat-bubble-text:first-child:before {
    border-width: 10px 10px 0 0;
    border-color: #5893df transparent transparent;
    position: absolute;
    top: 0;
    right: -9px;
}

.chat-write input {
    background: 0 0;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #1e2633;
    height: 50px;
    border-radius: 0;
    padding: 0 20px;
    color: rgba(225, 235, 245, 0.9);
    font-weight: 400;
}

.chat-write input:focus {
    box-shadow: none;
    border-color: #252f3e;
}

.right-sidebar-settings .settings-title,
span.chat-title {
    padding: 10px 25px;
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin: 5px 0 0;
    background: 0 0;
    color: rgba(225, 235, 245, 0.7);
    opacity: 0.6;
}

.logo-box,
.page-sidebar {
    width: 180px;
    background: #131c29;
}

.sidebar-setting-list li {
    padding: 12px 25px;
    font-size: 13px;
    color: rgba(225, 235, 245, 0.9);
}

.sidebar-setting-list li:last-child {
    border-color: transparent;
}

.sidebar-setting-list li .switchery {
    float: right;
}

.page-sidebar {
    min-height: 100%;
    float: left;
    z-index: 100;
    position: relative;
}

.page-sidebar-fixed .page-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    height: 100% !important;
}

.page-sidebar-fixed .page-sidebar .page-sidebar-inner {
    height: 100% !important;
    overflow: hidden;
}

.logo-box {
    padding: 14px 28px;
    color: rgba(225, 235, 245, 0.85) !important;
    height: 56px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    z-index: 9999;
}

.page-header-fixed .logo-box {
    position: fixed;
    top: 0;
}

.page-header-fixed .page-sidebar {
    padding-top: 56px;
}

.logo-box:active,
.logo-box:focus,
.logo-box:hover,
.logo-box:link {
    color: rgba(225, 235, 245, 0.85);
    text-decoration: none;
}

.logo-box i {
    margin-left: 12px;
    float: right;
    height: 14px;
    margin-top: 9px;
    font-size: 12px;
}

.page-sidebar-fixed .logo-box {
    left: auto;
    color: rgba(225, 235, 245, 0.85) !important;
    border-bottom: none;
    z-index: 9999;
    top: 0;
}

.page-header-fixed .page-sidebar .page-sidebar-profile+.page-sidebar-menu .accordion-menu,
.page-sidebar-fixed .page-sidebar .page-sidebar-profile+.page-sidebar-menu .accordion-menu {
    margin-top: 0;
}

.page-sidebar-menu ul {
    padding: 0;
    margin: 0;
}

.page-sidebar-menu ul li {
    list-style-type: none;
    position: relative;
}

.page-sidebar-menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 14px 9px;
    margin: 10px 5px;
    border-radius: 4px;
    color: rgb(245, 245, 245);
    -webkit-font-smoothing: antialiased;
    position: relative;
}

li.active-page {
    background-color: #716dff;
    border-radius: 5px;
    margin: 10px 5px;
}

.page-sidebar-menu ul li {
    list-style-type: none;
    position: relative;
    min-height: auto;
}


/* .page-sidebar-menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding: 9px 18px;
  margin: 5px 10px;
  border-radius: 4px;
  color: rgb(245, 245, 245);
  -webkit-font-smoothing: antialiased;
  position: relative;
} */

.page-sidebar-menu ul.sub-menu li a {
    margin: 0;
}

.page-sidebar-menu ul li.active-page:not(.open)>a i.accordion-icon {
    color: rgba(225, 235, 245, 0.85);
}

.page-sidebar-menu ul li.active-page:not(.open)>a {
    /* color: rgba(225, 235, 245, 0.95);
  font-weight: 500; */
    color: rgba(225, 235, 245, 0.95);
    font-weight: 700;
}

.page-sidebar-menu ul li.active-page>a {
    position: relative;
}

.page-sidebar-menu ul li a:link {
    text-decoration: none;
}

.page-sidebar-menu>ul>li>a:hover {
    color: rgba(225, 235, 245, 0.9);
    /* background: #1c2636; */
    background: #716dff;
}

.page-sidebar-menu>ul>li>a:hover,
.page-sidebar-menu>ul>li>a:hover i.accordion-icon {
    text-decoration: none;
}

.page-sidebar-menu ul li a i.menu-icon {
    margin-right: 10px;
    font-size: 17px;
    vertical-align: text-top;
    line-height: 19px;
}

.page-sidebar-menu ul li.menu-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1e2633;
    margin: 10px 0;
}

.accordion-menu .sub-menu,
.page-sidebar-collapsed .logo-box span {
    display: none;
}

.page-sidebar-menu ul li a i.accordion-icon {
    float: right;
    font-size: 15px;
    vertical-align: text-top;
    color: rgba(225, 235, 245, 0.85);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 3px;
}

.accordion-menu .sub-menu li a.active,
.page-sidebar-menu ul li .sub-menu a:hover {
    color: rgba(225, 235, 245, 0.95);
}

.page-sidebar-menu ul li a span.label {
    margin: 3px 0;
    float: right;
    font-size: 11px;
    font-weight: 700;
}

.page-sidebar-menu ul li.open a i.accordion-icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-3);
}

.accordion-menu .sub-menu li:not(.animation) a {
    opacity: 0;
}

.accordion-menu .sub-menu li.animation a {
    opacity: 1;
}

.accordion-menu .sub-menu li a {
    border-top: 0;
    padding: 10px 20px 8px 44px;
    font-size: 14px;
}

.accordion-menu .sub-menu li a.active:hover {
    color: rgba(225, 235, 245, 0.9);
}

.logo-menu-dashboard {
    color: #9f7ce1 !important;
}

.logo-menu-email {
    color: #2ec5d3 !important;
}

.page-sidebar-collapsed .logo-box,
.page-sidebar-collapsed .page-sidebar {
    width: 60px;
}

.page-sidebar-collapsed.page-sidebar-fixed .page-sidebar-inner {
    min-height: 100% !important;
}

.page-sidebar-collapsed.page-sidebar-fixed .slimScrollDiv {
    height: calc(100vh - 56px) !important;
}

.page-sidebar-collapsed .logo-box {
    padding: 23px;
}

.page-sidebar-collapsed .logo-box i {
    margin: 0;
}

.page-sidebar-collapsed .page-sidebar,
.page-sidebar-collapsed .page-sidebar .slimScrollDiv {
    overflow: visible !important;
    height: 100%;
}

.page-sidebar-collapsed .page-sidebar .page-sidebar-inner {
    height: 100%;
    overflow-y: hidden !important;
    overflow-x: visible !important;
}

.page-sidebar .slimScrollBar {
    display: none !important;
}

.page-sidebar-collapsed ul li a {
    margin: 0 10px;
    border-bottom-right-radius: 0;
}

.navbar-nav li a {
    margin: 0 !important;
}

.page-sidebar-collapsed .page-sidebar-menu>ul>li {
    width: 60px;
    position: relative;
}

.page-sidebar-collapsed .page-sidebar-menu>ul>li>a {
    width: 40px;
    padding: 12px;
    position: relative;
}

.page-sidebar-collapsed .page-sidebar-menu>ul>li>a>i.menu-icon {
    margin-right: 20.5px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li.active-page .sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li.open .sub-menu {
    display: none !important;
    width: 150px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li a span:not(.label) {
    padding-left: 25px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li a i.accordion-icon,
.page-sidebar-collapsed .page-sidebar-menu ul li a span {
    display: none;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu {
    position: absolute;
    left: 60px;
    z-index: 9999;
    padding-bottom: 14px;
    background: #1c2636;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu a {
    opacity: 1;
    padding: 8px 25px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu:hover,
.page-sidebar-collapsed .page-sidebar-menu ul li a:hover span,
.page-sidebar-collapsed .page-sidebar-menu ul li a:hover+.sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li:hover a span {
    display: inline !important;
}

.pace-inactive,
.page-sidebar-collapsed .page-sidebar-inner .page-sidebar-profile .sidebar-profile-info,
.todo-list.only-active .todo-item.complete {
    display: none;
}

.page-sidebar-collapsed .page-sidebar-menu>ul>li:hover>a {
    width: 200px;
    background: #1c2636;
}

.page-sidebar-collapsed .page-sidebar.fixed-sidebar-scroll .slimScrollDiv {
    width: 260px !important;
}

.page-sidebar-collapsed .page-sidebar-inner .page-sidebar-profile {
    width: 60px;
}

.page-sidebar-collapsed:not(.page-sidebar-fixed) .page-sidebar-inner .page-sidebar-profile {
    padding: 11px;
}

.page-sidebar-collapsed.page-sidebar-fixed .page-sidebar-inner .page-sidebar-profile {
    padding-left: 11px;
    padding-right: 11px;
}

.search-form {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 56px;
    z-index: 41;
    margin-top: -55px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 400;
    opacity: 0;
}

.page-header .form-control {
    border-bottom: 1px solid #27303e !important;
}

.search-form input {
    border: none;
    height: 56px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    padding-bottom: 7px;
}

.search-form #close-search {
    background-color: #192231;
    border-bottom: 1px solid #27303e !important;
    color: rgba(225, 235, 245, 0.95) !important;
    border: none;
    height: 56px;
    border-radius: 0;
    box-shadow: none;
    padding-right: 25px;
}

.search-form #close-search i {
    font-size: 20px;
    vertical-align: text-top;
}

.search-form input:focus {
    border: none;
    box-shadow: none;
}

.search-form #close-search:focus,
.search-form #close-search:hover {
    background-color: #192231 !important;
    opacity: 1;
    border: none;
    outline: 0;
    box-shadow: none;
}

.search-content {
    position: absolute;
    background: #fff;
}

.search-open .search-form {
    margin-top: 0;
    opacity: 1;
}

.dataTables_wrapper .dataTables_filter input {
    height: 34px;
    border-radius: 4px;
    box-shadow: none !important;
    border: 1px solid #324462;
    color: #d6d6d6;
    background: #24344d;
    padding: 17px 12px;
    font-size: 16px;
}

tbody td {
    border-color: #2e3f5b !important;
}

.browser-stats ul li,
.timeline-comment,
.timeline-options {
    border-bottom: 1px solid #2e3f5b;
}

.page-content {
    min-height: 56px;
    z-index: 8;
    vertical-align: bottom;
    /* background: #192231; */
    background:var(--main-bg);
    width: calc(100% - 180px);
    float: right;
}

.page-sidebar-collapsed .page-content {
    width: calc(100% - 60px);
}

:root .page-content,
_::-webkit-full-page-media,
_:future {
    vertical-align: top;
}

.page-inner {
    position: relative;
    height: 100%;
    padding: 5px 30px 30px;
    background: var(--main-bg);
    box-shadow: inset 9px 0 10px -9px rgba(0, 0, 0, 0.08);
}

.page-inner.white {
    background: #fff;
}

.page-inner.no-page-title {
    padding-top: 30px;
}

.page-inner.full-page {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.page-inner.full-page.no-footer {
    padding-bottom: 0;
}

.page-inner.full-page .page-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.page-footer i {
    color: #ec5e69;
}

:root .page-inner,
_::-webkit-full-page-media,
_:future {
    padding-bottom: 0;
}

.page-header-fixed .page-inner {
    margin-top: 56px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace .pace-progress {
    background: #3c87e8;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.jstree-default .jstree-clicked,
.jstree-default li a:hover {
    background: #2d3f62;
    border-radius: 0;
    box-shadow: none;
}

.jstree-icon.jstree-themeicon.fa {
    font-family: FontAwesome !important;
}

.img-preview {
    height: 150px;
    width: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

.image-crop img {
    width: 100%;
    height: 100;
}

.todo-nav {
    margin-top: 10px;
}

.todo-list .todo-item {
    padding: 15px;
    margin: 5px 0;
    border-radius: 0;
    background: #f3f3f3;
}

.todo-list {
    margin: 10px 0;
}

.todo-list.only-active .todo-item:not(.complete) {
    display: block;
}

.todo-list.only-complete .todo-item:not(.complete) {
    display: none;
}

.todo-list.only-complete .todo-item.complete {
    display: block;
}

.page-error,
.page-error .page-content {
    height: 100%;
    display: table;
    width: 100%;
}

.todo-list .todo-item.complete span {
    text-decoration: line-through;
}

.mailbox-nav li a,
.message-attachment a,
.post-options a,
.timeline-options a {
    text-decoration: none;
}

.remove-todo-item {
    color: #ccc;
    visibility: hidden;
}

.remove-todo-item:hover {
    color: #5f5f5f;
}

.todo-item:hover .remove-todo-item {
    visibility: visible;
}

#uniform-all-complete {
    margin-left: 11px;
}

.page-error .page-inner {
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.page-error h1 {
    font-size: 150px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-top: 0;
    color: #2ec5d3;
}

.page-error p {
    font-size: 22px;
    color: rgba(225, 235, 245, 0.8);
}

.page-error b {
    font-size: 30px;
}

.form-image-zoom-page .panel-body img {
    width: 100%;
}

.user-profile-panel {
    text-align: center;
}

.user-profile-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.team .team-member {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.team .team-member .online {
    top: 5px;
    right: 5px;
}

.team .team-member img {
    width: 40px;
    float: left;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-timeline ul li .timeline-item-header {
    width: 100%;
    overflow: hidden;
}

.profile-timeline ul li .timeline-item-header img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.profile-timeline ul li .timeline-item-header p {
    margin: 0;
    color: rgba(225, 235, 245, 0.9);
    font-weight: 500;
}

.profile-timeline ul li .timeline-item-header p span {
    margin: 0;
    color: rgba(225, 235, 245, 0.4);
    font-weight: 400;
}

.profile-timeline ul li .timeline-item-header small {
    margin: 0;
    color: rgba(225, 235, 245, 0.4);
}

.profile-timeline ul li .timeline-item-post {
    padding: 20px 0 0;
    position: relative;
}

.profile-timeline ul li .timeline-item-post>img {
    width: 100%;
}

.timeline-options {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
}

.timeline-options a {
    display: block;
    margin-right: 20px;
    float: left;
    color: rgba(225, 235, 245, 0.9);
}

.timeline-options a i {
    margin-right: 3px;
}

.timeline-options a:hover {
    color: #2ec5d3;
}

.timeline-comment {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 5px;
}

.timeline-comment .timeline-comment-header {
    overflow: hidden;
}

.timeline-comment .timeline-comment-header img {
    width: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.timeline-comment .timeline-comment-header p {
    color: rgba(225, 235, 245, 0.9);
    float: left;
    margin: 0;
    font-weight: 500;
}

.timeline-comment .timeline-comment-header small {
    font-weight: 400;
    color: rgba(225, 235, 245, 0.4);
}

.timeline-comment p.timeline-comment-text {
    display: block;
    color: rgba(225, 235, 245, 0.9);
    font-size: 14px;
    padding-left: 40px;
}

.post-options {
    overflow: hidden;
    margin-top: 15px;
    margin-left: 15px;
}

.post-options a {
    display: block;
    margin-top: 5px;
    margin-right: 20px;
    float: left;
    color: rgba(225, 235, 245, 0.9);
    font-size: 16px !important;
}

.post-options a:hover {
    color: #2ec5d3;
}

.online {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ccc;
}

.online.on {
    background: #2ec5d3;
}

.online.off {
    background: #ec5e69;
}

.mailbox-nav li a {
    display: block;
    padding: 8px 16px;
    overflow: hidden;
}

.mailbox-nav .active a,
.mailbox-nav li a:hover {
    color: rgba(225, 235, 245, 0.9);
}

.mailbox-nav li a i {
    margin-right: 10px;
}

.email-favorite {
    color: #f1c205;
}

.mailbox-content tbody tr td {
    cursor: pointer;
}

.mailbox-content>thead>tr>th {
    padding-top: 0 !important;
}

.email-modal .modal-content {
    border-top: 0;
}

.email-heading {
    width: 100%;
    padding: 25px 0;
    background: url(../images/gallery/image8.png) 100%;
}

.email-heading img {
    margin: 0 auto;
    width: 96px;
    height: 96px;
    display: block;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.7);
}

.message-attachments {
    overflow: hidden;
    padding: 0 0 15px;
    margin-bottom: 10px;
}

.message-attachment {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.message-attachment img {
    display: block;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.attachment-info {
    background: #f9f9f9;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-page .panel,
.register-page .panel {
    border-radius: 0 !important;
}

.attachment-info p {
    margin: 0;
}

.attachment-info span {
    font-size: 11px;
    color: #aaa;
}

.email-compose-button {
    margin-bottom: 20px;
}

.email-page .email-compose-label1 {
    padding-bottom: 5px;
}

.email-page .email-compose-label2,
.email-page .email-compose-label3 {
    padding-top: 15px;
    padding-bottom: 5px;
}

.email-view-modal-text {
    margin-top: 10px;
}

.login-page .page-content {
    width: 100%;
}

.login-page #main-wrapper {
    min-height: 100vh;
    margin: 0;
}

.login-page .page-inner {
    background: url(../images/bg/loginbg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
}

.login-page .panel-body {
    padding: 40px;
}

.badge-reg-button {
    margin-bottom: 15px;
    margin-top: 10px;
}

.badge-submit-reg-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.register-page .page-content {
    width: 100%;
}

.register-page #main-wrapper {
    min-height: 100vh;
    margin: 0;
}

.register-page .page-inner {
    background: url(../images/bg/registerbg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
}

.register-page .panel-body {
    padding: 40px;
}

.col-login-box-alt .login-box {
    padding-top: 60px;
    min-height: 100vh;
    margin-bottom: 0;
}

.col-login-box-alt {
    float: right;
    min-height: 100vh;
}

.login-box,
.register-box {
    margin: auto;
    max-width: 400px;
}

.login-box .logo-name,
.register-box .logo-name {
    display: block;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(225, 235, 245, 0.85);
}

.login-box .user-box,
.register-box .user-box {
    display: block;
    clear: both;
    overflow: hidden;
}

.login-box .user-box img,
.register-box .user-box img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.login-box .user-box form,
.register-box .user-box form {
    overflow: hidden;
}

.login-box .panel-body,
.register-box .panel-body {
    overflow: auto;
    height: 100%;
}

.login-box .login-footer,
.register-box .register-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-box-container {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
}

.panel.login-box-container {
    box-shadow: none !important;
}

.lockscreen .page-content {
    width: 100%;
}

.lockscreen .page-inner {
    background: url(../images/bg/loginbg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
}

.lockscreen #main-wrapper {
    min-height: 100vh;
}

.lockscreen #main-wrapper .center {
    min-height: 100vh;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.gallery .gallery-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.pricing h3,
.user-activity ul {
    margin-bottom: 0;
}

.gallery .gallery-item a {
    border-radius: 4px;
}

.gallery .gallery-item a,
.gallery .gallery-item a img {
    display: block;
    width: 100%;
    border: 2px solid #27303e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery .gallery-item a img:hover {
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: zoom-in;
}

.pricing {
    text-align: center;
    border: 2px solid #2e3f5b;
    font-size: 14px;
    padding-left: 0;
    border-radius: 4px;
}

.pricing li:first-child,
.pricing li:last-child {
    padding: 20px 13px;
}

.pricing li {
    list-style: none;
    padding: 12px 8px;
}

.pricing li+li {
    border-top: 2px solid #2e3f5b;
}

.pricing big {
    font-size: 24px;
    color: #2b2b2b;
}

.pricing h3 {
    font-size: 32px;
}

.pricing span {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.stats-widget .stats-info,
.tickLabel {
    color: rgba(225, 235, 245, 0.6);
}

.pricing li:nth-last-child(2) {
    padding: 30px 13px;
}

.pricing-tables-price {
    margin-top: 0;
}

#flot1,
#flot2,
#nvd1,
#nvd2,
#nvd3,
#nvd4,
#nvd5,
#nvd6 {
    height: 400px;
}

#flot3,
#flot4 {
    height: 300px;
}

svg.nvd3-svg text {
    fill: rgba(225, 235, 245, 0.6);
}

.nvd3 .nv-axis line {
    fill: none;
    stroke: #2e3f5b;
    shape-rendering: crispEdges;
}

.nv-axis path {
    fill: #e4b447;
    stroke: #e4b447;
}

.stats-widget .stats-number {
    font-size: 20px;
}

.stats-widget .stats-info {
    margin: 0;
}

.stats-widget .stats-icon {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    padding: 13px;
    color: rgba(225, 235, 245, 0.9);
    border-radius: 500px;
}

.user-activity .notification-badge,
.user-activity img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
}

.stats-icon.stats-panel-icon {
    background: #2ec5d3;
}

.stats-icon.orders-panel-icon {
    background: #9f7ce1;
}

.stats-icon.users-panel-icon {
    background: #5893df;
}

.user-activity ul li {
    margin-bottom: 17px;
}

.user-activity .notification-badge {
    cursor: default;
}

.user-activity .notification-info {
    width: 204px;
    padding: 2px 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.dashboard-panel {
    height: 250px !important;
}

.dashboard-activity-loadmore,
.dashboard-browsers-showall {
    margin-top: 20px;
}

.system--dashboard-panel {
    padding-bottom: 20px;
    display: block;
    color: rgba(225, 235, 245, 0.6);
}

.browser-stats ul {
    margin: 0;
}

.browser-stats ul li {
    padding: 14px 0;
}

.browser-stats ul li:last-child {
    border-bottom: 0;
}

.browser-stats ul li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.browser-stats ul li div i {
    margin-left: 5px;
    margin-right: 0;
}

.server-load>.server-stat {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 0;
}

.server-load .server-stat span {
    font-size: 13px;
    margin-top: 3px;
    font-weight: 400;
    color: rgba(225, 235, 245, 0.6);
}

.server-load .server-stat p {
    font-size: 16px;
    margin-bottom: 0;
}

#chart1 {
    height: 200px;
}

.dashboard-task-panel #flot1 {
    height: 250px;
}

#sidebar-toggle-button-close,
.logo-sm {
    display: none;
}

@media (max-width: 991px) {
    .email-actions {
        margin-top: 20px;
    }
    .dashboard-panel {
        height: auto;
    }
}

@media (max-width: 1215px) {
    .user-activity .notification-badge,
    .user-activity img {
        display: none;
    }
    .dashboard-panel .notification-info,
    .dashboard-panel .user-activity {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .lead-text-h3 {
        margin: 0;
    }
}

@media (max-width: 881px) {
    .form-inline button {
        margin-top: 10px;
    }
    .form-inline label {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .form-inline .checkbox,
    .page-sidebar-fixed .page-content,
    .page-sidebar-fixed.page-sidebar-collapsed .page-content {
        margin-left: 0;
    }
    .page-sidebar-collapsed .logo-box {
        padding: 20px 23px;
    }
    .collapsed-sidebar-toggle-inv {
        display: none !important;
    }
    .logo-sm,
    .page-sidebar-collapsed .logo-sm .logo-box span {
        display: block;
    }
    .page-header-fixed .page-header {
        left: 0;
    }
    .page-sidebar {
        position: fixed !important;
        left: -240px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .page-inner:not(.login-page) {
        padding: 30px 30px 42px;
    }
    .logo-sm #sidebar-toggle-button,
    .logo-sm .logo-box {
        color: rgba(225, 235, 245, 0.85) !important;
        padding: 0;
        float: left;
        line-height: 56px;
    }
    .page-content,
    .page-sidebar-collapsed .page-content {
        width: 100%;
    }
    .page-header,
    .page-header .navbar,
    .page-header .navbar-default .container-fluid,
    .page-header .navbar-default .navbar-collapse {
        height: auto !important;
    }
    .logo-sm #sidebar-toggle-button {
        vertical-align: middle;
        margin: 0 15px;
    }
    .logo-sm .logo-box {
        background: #192231;
        width: auto;
        margin: 0 15px 0 8px;
    }
    .page-sidebar-collapsed .logo-sm .logo-box {
        display: block;
        padding-left: 0;
        text-align: left;
    }
    .page-sidebar-fixed .logo-sm .logo-box {
        position: relative;
        z-index: 40;
    }
    .navbar .dropdown:not(.open) .dropdown-menu {
        display: none;
    }
    .navbar li {
        display: inline-block;
    }
    #fixed-sidebar-toggle-button,
    .navbar-nav.navbar-right {
        display: none;
    }
    .navbar-collapse {
        padding: 0 25px !important;
    }
    .navbar-nav {
        float: left;
    }
    .page-sidebar-visible .page-sidebar {
        left: 0;
    }
    #sidebar-toggle-button-close {
        margin-left: 12px;
        float: right;
        height: 14px;
        font-size: 18px;
        margin-top: 6px;
        display: block;
    }
    .page-sidebar-collapsed #sidebar-toggle-button-close {
        margin: 0 auto;
        float: none;
    }
    .navbar-toggle {
        border-radius: 100%;
        width: 40px;
        margin-top: 0;
        color: #fff;
        border-color: #fff !important;
        opacity: 0.6;
        border: 0;
        line-height: 56px;
        padding: 0 10px;
        margin-bottom: 0;
    }
    .navbar-toggle:active,
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background: 0 0 !important;
        opacity: 1;
    }
    .page-header .navbar-nav>li>a {
        font-size: 14px;
    }
    .page-error .page-inner {
        padding: 40px;
    }
    .grid-gallery figcaption h3 {
        font-size: 13px;
        font-weight: 700;
    }
    .page-header .navbar-collapse {
        background: #24344d;
        border: 0;
    }
    .page-header .navbar-collapse .navbar-nav {
        float: none;
        text-align: center;
        height: auto !important;
    }
    .page-header .navbar-collapse .navbar-nav li a {
        height: auto !important;
        padding: 8px 19px;
        color: rgba(225, 235, 245, 0.85) !important;
    }
    .page-header-fixed .logo-box {
        position: static;
        top: 0;
    }
    .page-header-fixed .page-sidebar {
        padding-top: 0;
    }
    .message-attachment {
        margin-bottom: 10px;
    }
    .page-title {
        display: none;
    }
}

.pln,
.pun {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
}

.color-pallete {
    positon: relative;
    margin-bottom: 10px;
}

.color-item {
    text-align: center;
    padding: 15px;
}

.color-item span {
    font-weight: 700;
    font-size: 12px;
}

.pln,
.pun,
.typ {
    color: #00cad6;
}

pre.prettyprint {
    background: #31456a;
    border-color: #31456a;
}

.modal-header .close {
    color:#ffffff;
    opacity: 1 !important;
}


.back-button{
    border-color: var(--theme-main-header-color) !important;
    background-color: var(--theme-main-header-color) !important;
    color: var(--dark-lightmode-icon) !important;
}
.back-button:hover{
    background-color: var(--theme-main-header-color) !important;
    color: var(--dark-lightmode-icon) !important;
    border-color: var(--theme-main-header-color) !important;
}
.back-button:focus{
    background-color: var(--theme-main-header-color) !important;
    color: var(--dark-lightmode-icon) !important;
    border-color: var(--theme-main-header-color) !important;
}

.coach-table .mat-paginator-container{
    background: var(--main-box);
}

.coach-table .mat-paginator-page-size-label{
    color: var(--all-text);
}

.coach-table .mat-paginator-range-actions{
    color: var(--all-text);
}
.coach-table .mat-paginator-range-actions button{
    color:var(--all-text) !important;
}
.coach-table .mat-select-value{
    color:var(--all-text);
}
.coach-table .mat-select-arrow{
    color:var(--all-text);
}
.coach-table .mat-form-field-underline{
    background-color: var(--all-text) !important;
}
.new-button{
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--theme-main-header-color) !important;
    color: var(--dark-lightmode-icon) !important;
    border: 1px solid #3480D9 !important;
}