/*------------------------------------------------------------
[Table of contents]

1. Global Styles
2. CSS Utilities
    2.1 Position
    2.2 Box Shadow
    2.3 Typography
    2.4 Margins & Paddings
    2.5 Width & Height
    2.6 Borders
    2.7 Radius
    2.8 Default Styles
    2.9 Backgrounds
    2.10 Buttons
3. Components
    3.1 Text
    3.2 Backgrounds
    3.3 Buttons
    3.4 Modals
    3.5 Progress Bars
    3.6 Navs & Tabs
    3.7 Tables
    3.8 Dropdowns
    3.9 Panels
4. Layout
    4.1 Page Container
    4.2 Header
    4.3 Right Sidebar
    4.4 Page Sidebar
    4.5 Collapsed Sidebar
    4.6 Search
    4.7 Page Content
    4.8 Page Inner
5. Plugins
    5.1 jsTree
    5.1 Image Crop
    5.1 Toastr
6. Pages
    6.1 Todo
    6.2 Error Pages
    6.3 Profile
    6.4 Timeline
    6.5 Maps
    6.6 Pricing Tables
    6.7 Charts
    6.8 Email
    6.9 Dashboard
7. Responsive
8. Documentation

------------------------------------------------------------*/


/*------------------------------------------------------------
[1. Global Styles]
------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
html,
body {
    font-size: 16px;
    width: 100%;
    height: 100%;
    background:#f5f5f5;
}

body {
    font-weight: normal;
    overflow-x: hidden;
}

a,
a:hover {
    color: #2b2b2b;
}

p {
    line-height: 1.6;
}

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

menu {
    padding-left: 0px;
}

body,
span,
text,
a {
    font-family: 'DM Sans';
}

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

hr {
    border-color: #D0D4D9;
}

.cross-page-line {
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0px;
    background: #E0E0E0;
}


/*------------------------------------------------------------
[2. CSS Utilities]
------------------------------------------------------------*/


/* Position */

.position-top-right,
.position-top-left,
.position-bottom-right,
.position-bottom-left {
    position: absolute;
}

.position-top-right {
    top: 0;
    right: 0;
}

.position-top-left {
    top: 0;
    left: 0;
}

.position-bottom-right {
    bottom: 0;
    right: 0;
}

.position-bottom-left {
    bottom: 0;
    right: 0;
}


/* Box Shadow */

.bs-n {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bs-dark {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.bs-light {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.bs-t {
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
}

.bs-r {
    -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
}

.bs-b {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.bs-l {
    -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
}


/* Typography */

.f-thin {
    font-weight: 300;
}

.f-normal {
    font-weight: normal;
}

.f-bold {
    font-weight: 600;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.secondary-link {
    font-size: 13px;
    color: #2196f3;
    font-weight: bold;
}


/* Margins & Paddings */

.no-s {
    margin: 0px !important;
    padding: 0px !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;
}


/* Width & Height */

.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;
}


/* Borders */

.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;
}


/* Radius */

.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;
}


/*------------------------------------------------------------
[3. Components]
------------------------------------------------------------*/


/* Text */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #2b2b2b;
}

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

label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
}

.label {
    font-weight: 400;
    padding: 4px 8px;
    font-size: 11px;
}

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

.label.label-default {
    background: #F1F1F1;
    color: #637282;
}

.label.label-primary {
    background: #145fa1;
}

.label.label-success {
    background: #63CB89;
}

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

.label.label-warning {
    background: #F1C205;
}

.label.label-danger {
    background: #EC5E69;
}

.header-text {
    padding: 0;
    font-size: 14px;
    color: #637282;
    font-weight: 500;
}

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

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

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

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

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

.icon-state-primary {
    color: #145fa1;
}

.icon-state-success {
    color: #63CB89;
}

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

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

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

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

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

.fa-hover:hover {
    background-color: #f7f7f7;
}

.fa-hover a {
    color: #4f4f4f;
}

.lead {
    color: #2b2b2b;
}

.text-muted {
    color: #637282;
}

.text-primary {
    color: #145fa1;
}

.text-success {
    color: #63CB89;
}

.text-info {
    color: #5893DF;
}

.text-warning {
    color: #F1C205;
}

.text-danger {
    color: #EC5E69;
}

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

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

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

.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, .4);
    display: block;
    float: left;
}

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

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

.breadcrumb-header {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F70;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: capitalize;
}

.panel-header {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F70;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: capitalize;
}

.page-sidebar-menu i {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.page-sidebar-menu i img {
    width: 100%;
}

/*.default-hide {*/
/*    display: none;*/
/*}*/

/*.page-sidebar-menu ul li:hover .default-hide {*/
/*      display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/

/*.page-sidebar-menu ul li:hover .default-show {*/
/*    display: none;*/
/*}*/

.panel {
    border-radius: 4px;
    box-shadow: none;
    padding: 25px;
}

.panel-body {
    padding: 0;
    position: relative;
}

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

.panel-titles {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.alert .alert-link {
    font-weight: 500;
}

.alert {
    border-radius: 4px;
    border: 0;
    border: 1px solid transparent;
}

.alert-default {
    background: #F7F9FA;
    border-color: #E6E8EB;
}

.alert-success {
    color: #30B661;
    background-color: #E8F7ED;
    border-color: #30B661;
}

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

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

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

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

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

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

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


/* Backgrounds */

.bg-n {
    background: transparent !important;
}

.bg-primary {
    background-color: #145fa1;
    color: #fff;
}

.bg-primary.dark {
    background-color: #005fbf;
    color: #fff;
}

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

.bg-success {
    background-color: #63CB89;
    color: #fff;
}

.bg-success.dark {
    background-color: #4a9b68;
    color: #fff;
}

.bg-success.light {
    background-color: #74eda0;
    color: #fff;
}

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

.bg-info.dark {
    background-color: #4374b2;
    color: #fff;
}

.bg-info.light {
    background-color: #71acf7;
    color: #fff;
}

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

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

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

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

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

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

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

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

.bg-dark.light {
    background-color: #3b3b3b;
    color: #fff;
}

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

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

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

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

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

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


/* Buttons */

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

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    border-color: #0997d3 !important;
    background-color: rgba(0, 112, 224, .08);
    color: #145fa1;
}

.btn-default.active:hover,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default:hover {
    border-color: #E6E9EC;
    background-color: #E6E9EC;
}

.btn {
    border-radius: 4px;
    padding: 11px 30px;
    box-shadow: none !important;
    font-size: 16px;
}

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

.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: rgb(75 86 135);
    background-color: transparent;
    color: rgb(75 86 135);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus,
.btn-default:focus,
.btn-default.focus {
    border-color: rgb(75 86 135) !important;
    background-color: rgb(75 86 135);
    color: #fff;
}

.btn-primary {
    border-color: rgb(75 86 135) !important;
    background-color: rgb(75 86 135) !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:focus,
.btn-primary.focus {
       border-color: rgb(75 86 135 / 0.9) !important;
    background-color: rgb(75 86 135 / 0.9) !important;
    color: #ffffff !important;
}
.btn-blue:hover {
    opacity:0.95;
}
.btn-success {
    border-color: #63CB89 !important;
    background-color: #63CB89 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-success:hover,
.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus,
.btn-success:focus,
.btn-success.focus {
    border-color: #6fd293 !important;
    background-color: #6fd293 !important;
}
.btn-info {
    border-color: #0997d3 !important;
    background-color: #0997d3 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus,
.btn-info:focus,
.btn-info.focus {
    border-color: #64a0ef !important;
    background-color: #64a0ef !important;
}
.btn-warning {
    border-color: #f1c205 !important;
    background-color: #f1c205 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-warning:hover,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus,
.btn-warning:focus,
.btn-warning.focus {
    border-color: #f5ca1e !important;
    background-color: #f5ca1e !important;
}
.btn-danger {
   border-color: transparent !important;
    background-color: rgb(232 83 67 / 0.4) !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus,
.btn-danger:focus,
.btn-danger.focus {
    border-color: transparent !important;
    background-color: rgb(232 83 67 / 0.6) !important;
    opacity:0.9;
}
.btn-disabled {
    border-color: #0997d3 !important;
    background-color: transparent !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-disabled:hover {
    border: none !important;
}
.btn-social {
    width: 45px;
    height: 45px;
    padding: 10px 0px;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.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: #BB0000;
    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: #FF6600;
    color: #fff;
}
.btn-flickr {
    background-color: #FF0084;
    color: #fff;
}

/* Modals */
.modal-content {
    border-radius: 4px;
    box-shadow: none;
    border: none;
}
.modal-header,
.modal-footer {
    padding: 25px;
    border: none;
}
.modal-header h4 {
    color: #637282;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    font-size: 14px;
}
.modal-body {
    padding: 0 25px;
}

/* Progress Bars */
.progress {
    background-color: rgba(120, 130, 140, .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: #63CB89;
}
.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;
}

/* Navs & Tabs */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: #E5E9EC;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-color: #E5E9EC;
}
.nav-tabs>li>a {
    color: #2b2b2b;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #fff;
}
.nav-tabs>li>a:hover {
    border-color: #edf1f4;
    border-bottom: transparent;
}
.nav-justified.nav-tabs>li>a:hover {
    border-color: #ddd;
    border-bottom: transparent;
}
.nav-tabs>li>a {
    border-radius: 0 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    color: #777;
    border-bottom: 1px solid #E2E2E2;
}
.nav-tabs {
    border-bottom: 1px solid #E2E2E2 !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    color: #1B2733;
    font-weight: 700;
}
div:not(.tabs-right):not(.tabs-left)>.nav-tabs>li:not(.active)>a:hover {
    background: transparent;
    border-color: transparent;
    border-bottom: 1px solid #B6BABD;
    color: #3D464D;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #145fa1;
    cursor: default;
    background-color: #fff;
    border-bottom-color: #145fa1;
}
.nav-pills>li>a {
    color: #777;
    border-radius: 0px !important;
}
.nav-pills>li>a {
    border-radius: 4px !important;
    padding: 10px 15px !important;
    margin-right: 5px !important;
}
.nav-pills>li>a:hover {
    background-color: #E2E2E2;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #1B2733;
}
.tabs-left .nav>li:first-child>a {
    margin-left: 15px !important;
}
.tabs-right .nav>li>a {
    text-align: right;
    margin-left: -1px !important;
    margin-right: 0px;
    padding-right: 15px;
}
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}
.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}
.tab-content>.active,
.pill-content>.active {
    display: block;
}
.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-bottom: 0;
    border-bottom: 0;
}
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #E2E2E2;
    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:hover,
.tabs-left>.nav-tabs>li>a:focus {
    background: transparent;
    border-color: transparent;
    border-right: 1px solid #B6BABD !important;
    border-bottom: none;
    color: #3D464D;
}
.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: transparent;
    border-right-color: #1B2733 !important;
    border-bottom: 1px solid transparent;
    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 {
    padding-left: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    background: transparent;
    border-color: transparent;
    border-left: 1px solid #B6BABD !important;
    border-bottom: none;
    color: #3D464D;
}
.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: transparent;
    border-left-color: #1B2733 !important;
    border-bottom: none;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0 !important;
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: -1px;
    margin-left: 0px;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border-color: transparent;
    border-bottom: 1px solid #1B2733;
    color: #1B2733;
}
.nav-tabs.nav-justified {
    border-bottom: 1px solid #E2E2E2;
}
.tab-content {
    margin-top: 15px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #F7F9FA;
    border-color: #E6E8EB;
}

/* Forms */
.form-control {
    box-shadow: none !important;
    padding: 9px 25px;
    height: 45px;
    color: #707070;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-color: #C9C9C9;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-control:focus {
    border-color: #a0aab5;
    box-shadow: none;
    background: #fff;
}
div.checker,
div.checker input,
div.checker span {
    width: 18px;
    height: 18px;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 4px;
}
input.form-control.input-rounded {
    border-radius: 60px;
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #145fa1;
    border-radius: 15px;
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    opacity: .65;
    border: 1px solid #145fa1;
    color: #145fa1;
}
.input-group-addon {
    border-radius: 4px;
    background-color: #f7f7f7;
    border-color: #C1C7CD;
}
.bootstrap-tagsinput {
    border-radius: 4px;
    box-shadow: none;
    border-color: #D7D7D7;
    padding: 6px 12px;
}
.note-editor .note-toolbar,
.note-editor .note-statusbar {
    background: transparent;
}
.note-editor {
    border-radius: 4px;
}
.note-editor,
.note-editor .note-toolbar,
.note-editor .note-statusbar .note-resizebar {
    border-color: #C1C7CD;
    background: #fff;
}
.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: #63CB89;
}
.has-success .form-control {
    border-color: #63CB89;
}
.has-success .form-control:focus {
    border-color: #6DD191;
}
.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: #F1C205;
}
.has-warning .form-control {
    border-color: #F1C205;
}
.has-warning .form-control:focus {
    border-color: #F5CA1E;
}
.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: #EC5E69;
}
.has-error .form-control {
    border-color: #EC5E69;
}
.has-error .form-control:focus {
    border-color: #F5707A;
}
.dd-handle {
    border-radius: 0;
    background-color: #f7f7f7;
    border: none;
    font-weight: 500;
    color: #2b2b2b;
}
.dd3-content {
    border: none;
    background-color: #f7f7f7;
    font-weight: 500;
}
.dd3-handle {
    height: 36px;
}
.dropzone {
    min-height: 274px;
    border: 1px solid #d8d8d8;
}
.plupload_button {
    padding: 6px 12px;
    border-radius: 0 !important;
    font-size: 14px;
    border-color: #D7D7D7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.plupload_button:hover {
    background-color: #E6E9EC;
}
.dropzone.dz-clickable .dz-message {
    line-height: 232px;
    margin: auto;
}

/* Tables */
.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: #E6E8EB;
}
.table>thead>tr>th,
.table>tbody>tr>th {
    border-bottom: 1px solid #E6E8EB;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.table>tbody>tr>td {
    color: #212529;
    font-size: 14px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fff;
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 400;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    font-weight: bold !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-shadow: none;
    color: #4b5687 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    box-shadow: none;
    background: #145fa1;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    box-shadow: none;
    background: #f1f1f1;
    color: #637282 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border-radius: 25px;
}
th {
    font-weight: 400;
}
.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 22px;
}
.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: #F7F9FA;
}
.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: #92d1a9;
}
.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: #75a0d8;
}
.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: #e8cd61;
}
.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: #ea7c84;
}
.checkbox label,
.radio label {
    padding-left: 0px;
}

/* Dropdowns */
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 7px 0;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e9ec;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 4px !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 li {
    font-size: 14px;
    font-weight: 400;
}
.dropdown-menu li a:hover {
    background: #f7f7f7;
    text-decoration: none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 25px !important;
}
.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e9ec;
    border-left: 8px solid transparent;
    content: '';
}
.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}
.dropdown.dropup>.dropdown-menu:after,
.dropdown.dropup>.dropdown-menu:before,
.btn-group.dropup>.dropdown-menu:after,
.btn-group.dropup>.dropdown-menu:before,
.dropdown-toggle.dropup>.dropdown-menu:after,
.dropdown-toggle.dropup>.dropdown-menu:before {
    display: none !important;
}
.navbar-left .dropdown-menu:before,
.dropdown-menu.dropdown-menu-left:before {
    left: 16px;
    right: auto;
}
.navbar-left .dropdown-menu:after,
.dropdown-menu.dropdown-menu-left:after {
    left: 17px;
    right: auto;
}
.navbar-right .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
    right: 16px;
    left: auto;
}
.navbar-right .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
    right: 17px;
    left: auto;
}
.dropdown-menu.title-caret:after {
    border-bottom: 7px solid #fff;
}
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:active,
.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus {
    background: #f7f7f7;
    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: 0px;
}
.drop-title-link {
    float: right;
    display: inline !important;
    padding: 0px !important;
    height: 18px;
    width: 18px;
    overflow: hidden;
    vertical-align: text-top;
    line-height: 18px !important;
    text-align: center;
    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: #f7f7f7;
}
.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: #505687;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.dropdown-menu li a i {
    margin-right: 10px;
}
.dropdown-menu li.no-link {
    padding: 7px 10px 7px 10px;
}
.dropdown-menu li.li-group {
    border-bottom: 1px solid #E5E9EC;
    padding: 5px 0px 5px 0px;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: transparent;
}
.right-sidebar-top .nav>li>a {
    padding: 11px 15px;
}
.page-right-sidebar-inner .tab-content {
    margin-top: 0;
}
.nav>li>a {
    font-weight: 400;
    margin: 0 15px;
    padding: 10px 0;
    font-size: 16px;
}
.nav-tabs.nav>li:first-child>a {
    margin-left: 0px;
}
.nav-pills.nav>li:first-child>a {
    margin-left: 0px;
}
.navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms 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;
}
.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;
    display: block;
    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: 0px;
}
.dropdown-notifications .dropdown-oc li a span.notification-info {
    width: 204px;
    display: block;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.dropdown-notifications .dropdown-oc li a span.notification-info small {
    color: #aaa;
}
.popover {
    border: 1px solid #e5e9ec;
    border-radius: 4px;
    box-shadow: none;
}
.popover.top>.arrow {
    border-top-color: #e5e9ec;
}
.popover.right>.arrow {
    border-right-color: #e5e9ec;
}
.popover-title {
    padding: 15px 15px 10px 15px;
    color: #637282;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background-color: transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-family: 'DM Sans';
}
.popover-content {
    padding: 10px 15px 15px 15px;
}

/* Panels */
#accordion .panel,
#accordion2 .panel {
    padding: 0;
}
#accordion .panel-title,
#accordion2 .panel-title {
    padding: 20px;
}
.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,
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    padding: 20px;
}
.panel-group .panel {
    border-radius: 4px;
}
.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-info>.panel-heading+.panel-collapse>.panel-body,
.panel-warning>.panel-heading+.panel-collapse>.panel-body,
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-color: #fff;
}
.panel-default {
    border-color: #E6E8EB;
}
.panel-primary {
    border-color: #145fa1;
}
.panel-success {
    border-color: #63CB89;
}
.panel-info {
    border-color: #5893DF;
}
.panel-warning {
    border-color: #F1C205;
}
.panel-danger {
    border-color: #EC5E69;
}
.panel-primary>.panel-heading a,
.panel-success>.panel-heading a,
.panel-info>.panel-heading a,
.panel-warning>.panel-heading a,
.panel-danger>.panel-heading a {
    color: #fff !important;
}
.panel-primary>.panel-heading {
    background-color: #145fa1;
    border-color: #145fa1;
}
.panel-success>.panel-heading {
    background-color: #63CB89;
    border-color: #63CB89;
}
.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;
}

/*------------------------------------------------------------
[4. Layout]
------------------------------------------------------------*/

/* Page Container */
.page-container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.page-container:not(.container) {
    width: 100%;
}

/* Page Header */
.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    height: 100px;
    position: relative;
    padding-top: 25px;
    padding-right: 25px;
    background: #fff;
    display:none;
}
.page-header-fixed .page-header {
    position: fixed;
    z-index: 99;
    left: 240px;
    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: #fff;
    color: #fff;
}
.page-header .form-control::placeholder {
    color: #cfd8e7;
}
.page-sidebar-fixed .page-header {
    z-index: 41;
}
.page-header .navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    height: 56px;
    border-radius: 0;
}
.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: 20px;
    padding-bottom: 20px;
    height: 56px;
    color: #4B5687;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.page-header .navbar-nav>li>a:hover,
.page-header .navbar-nav>li>a:link,
.page-header .navbar-nav>li>a:focus {
    color: #4B5687!important;
}
.user-dropdown span {
    margin-left: 10px;
    color: #004d96;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
.page-header .navbar-nav>li>a>img {
    width: 36px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: top;
}
.page-header .navbar-nav>li.user-dropdown>a {
    margin-right: 0px;
}
.open:not(.active-page)>a,
.open:not(.active-page)>a i {
    color: #fff !important;
    font-weight: 500;
}
.open:not(.active-page) {
    background: transparent;
}
.accordion-menu .open:not(.active-page) {
    background: #004d96;
}
.active-page.open>a {
    font-weight: 500;
}
.active-page.open>a i {
    color: #fff;
}
.page-sidebar-menu ul li.open span,
.page-sidebar-menu ul li.open span i {
    color: #fff;
}
.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: 0px;
    padding-left: 0px;
    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 */
.page-right-sidebar {
    width: 231px;
    background: #fff;
    border-left: 1px solid #efefef;
    height: 100%;
    min-height: 100%;
    right: -231px;
    top: 0;
    z-index: 42;
    position: fixed;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.page-right-sidebar.visible {
    right: 0;
}
.page-right-sidebar#chat-right-sidebar {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 0;
}
.page-right-sidebar#chat-right-sidebar.visible {
    opacity: 1;
}
.right-sidebar-top {
    background: #fff;
    display: block;
    height: 56px;
    border-bottom: 1px solid #efefef;
}
#chat-right-sidebar .right-sidebar-top {
    height: 56px;
    border-bottom: 1px solid #e5e5e5;
}
.page-right-sidebar .right-sidebar-close {
    float: right;
    color: #4F5862;
    opacity: 0.6;
    font-size: 16px;
    padding: 10px 20px;
    height: 55px;
    line-height: 34px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.page-right-sidebar .right-sidebar-close:hover {
    background: transparent;
    opacity: 1;
}
.page-right-sidebar .chat-sidebar-close {
    float: left;
    color: #4F5862;
    opacity: 0.6;
    font-size: 22px;
    padding: 17px 20px;
    height: 36px;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.page-right-sidebar .chat-sidebar-close:hover {
    background: transparent;
    opacity: 1;
}
.right-sidebar-tabs {
    float: left;
    width: 174px;
    height: 55px;
}
.right-sidebar-tabs li {
    width: 50%;
}
.right-sidebar-tabs a {
    height: 55px;
    line-height: 33px !important;
    font-size: 12px;
    color: #4F5862;
    opacity: 0.6;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-left: 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: #fff;
    border: none;
    color: #4F5862 !important;
    opacity: 1 !important;
}
.right-sidebar-tabs>.nav-tabs>li>a:focus,
.right-sidebar-tabs>.nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: 1;
    border-bottom-color: transparent !important;
}
.chat-list .chat-item {
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}
.chat-list .chat-item:last-child {
    border-bottom: 1px solid transparent;
}
.chat-list .chat-item:hover {
    background: #f9f9f9;
}
.chat-list .chat-item img {
    float: left;
    width: 40px;
    border-radius: 100%;
    margin: 10px;
    margin-left: 20px;
}
.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: 12px;
    height: 12px;
    border-radius: 50%;
    background: #44AEA1;
    position: absolute;
    bottom: 9px;
    right: 9px;
    border: 2px solid #fff;
}
.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: #4F5862;
    opacity: 0.6;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin-bottom: 4px;
}
.chat-list .chat-item .chat-info span.chat-text {
    display: block;
    color: #4F5862;
    opacity: 0.6;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chat-list .chat-item .chat-info span.chat-time {
    display: block;
    color: #4F5862;
    opacity: 0.6;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7.5px;
}
.chat-list .chat-item.unread .chat-info span {
    font-weight: 600;
    opacity: 1;
}
.load-more-messages {
    display: block;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    font-size: 14px;
    color: #4F5862;
    opacity: 0.6;
}
.load-more-messages:hover {
    color: #4F5862;
    opacity: 1;
}
.chat-top-info {
    float: left;
    padding: 10px 0px 10px 20px;
}
.chat-top-info span {
    display: block;
}
.chat-top-info span.chat-name {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.chat-top-info span.chat-state {
    color: #4F5862;
    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-more-nav>a {
    display: block;
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 100%;
}
.chat-start-date {
    width: 100%;
    color: #767676;
    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% - 56px) !important;
    width: 100% !important;
}
.right-sidebar-chat {
    height: 100% !important;
    padding-bottom: 20px;
    display: block;
}
.chat-bubble.them .chat-bubble-img-container {
    float: left;
}
.chat-bubble .chat-bubble-text-container {
    max-width: 60%;
    display: block;
}
.chat-bubble.them .chat-bubble-text-container {
    float: left;
    clear: right;
}
.chat-bubble.me .chat-bubble-text-container {
    float: right;
    clear: 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: 20px;
}
.chat-bubble span.chat-bubble-text {
    padding: 5px 10px;
    min-height: 28px;
    margin: 0 10px;
    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: #145fa1;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px;
}
.chat-bubble.me span.chat-bubble-text {
    margin-left: 10px;
    margin-right: 30px;
    background: #f1f1f1;
    float: right;
    border-radius: 4px;
    border-top-right-radius: 0px;
}
.chat-bubble span.chat-bubble-text {
    margin-top: 4px;
}
.chat-bubble span.chat-bubble-text:first-child {
    margin-top: 0;
}
.chat-bubble span.chat-bubble-text:last-child {
    margin-bottom: 5px;
}
.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 #5893DFtransparent 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: #f1f1f1 transparent transparent;
    position: absolute;
    top: 0;
    right: -9px;
}
.chat-write input {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #f1f1f1;
    height: 56px;
    border-radius: 0;
    padding: 0 20px;
}
.chat-write input:focus {
    box-shadow: none;
    border-color: #f1f1f1;
}
.right-sidebar-settings .settings-title {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
    background: transparent;
    color: #4F5862;
    opacity: 0.6;
}
span.chat-title {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
    background: transparent;
    color: #4F5862;
    opacity: 0.6;
}
.sidebar-setting-list li {
    padding: 12px 25px;
    font-size: 13px;
    color: #4F5862;
}
.sidebar-setting-list li:last-child {
    border-color: transparent;
}
.sidebar-setting-list li .switchery {
    float: right;
}

/* Page Sidebar */
.page-sidebar {
    width: 240px;
    background: #fff;
    min-height: 100%;
    float: left;
    z-index: 100;
    position: relative;
}
.page-sidebar-fixed .page-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100% !important;
}
.page-sidebar-fixed .page-sidebar .page-sidebar-inner {
    height: 100% !important;
    overflow: hidden;
}
body:not(.page-sidebar-fixed) .page-sidebar .slimScrollDiv {
    height: auto !important;
}
.page-sidebar-fixed .page-sidebar,
.page-header-fixed .page-sidebar,
.page-sidebar-fixed.page-header-fixed .page-sidebar {
    padding-top: 81px;
}
.logo-box {
    width: 240px;
    padding: 40px;
    background: #fff;
    font-weight: 800;
    font-size: 18px;
    display: block;
    text-decoration: none;
    z-index: 9999;
    text-transform: uppercase;
    line-height: 30px;
}
.page-header-fixed .logo-box {
    position: fixed;
    top: 0;
}
.logo-box:hover,
.logo-box:active,
.logo-box:link,
.logo-box:focus {
    color: #fff;
    text-decoration: none;
}
.logo-box i {
    margin-left: 12px;
    float: right;
    height: 14px;
    margin-top: 9px;
    font-size: 13px;
}
.page-sidebar-fixed .logo-box {
    position: fixed;
    left: auto;
    border-bottom: none;
    z-index: 9999;
    top: 0;
}
.page-sidebar-fixed .logo-box {
    color: #fff;
}
.page-sidebar-menu {
    margin-top: 50px;
}
.page-sidebar-fixed .page-sidebar .accordion-menu {
        margin-top: 10px;
    height: calc(100vh - 175px);
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px !important;
}
.page-sidebar-menu ul {
    padding: 0;
    margin: 0;
}
.page-sidebar-menu ul li {
    list-style-type: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 0;
}
/*.page-sidebar-menu ul li:last-child {*/
/*    border-bottom: 1px solid rgb(75 86 135 / 0.1);*/
/*}*/
.page-sidebar-menu ul li:after {
    content: "";
    height: 100%;
    width: 5px;
    background: #4b5687;
    position: absolute;
    right: -5px;
    top: 0;
}
.page-sidebar-menu ul li:hover,
.page-sidebar-menu ul li.active-page {
   background: rgb(75 86 135 / 0.1);
}
/*.page-sidebar-menu ul li:hover a,*/
/*.page-sidebar-menu ul li.active-page a {*/
/*    color: #fff;*/
/*}*/
.page-sidebar-menu ul li.open {
    background: #004d96;
}
.page-sidebar-menu ul li.active-page:after {
    right: 0;
}
.page-sidebar-menu ul li a {
  display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 40px;
    color: #4B5687;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-transform: capitalize;
}
.page-sidebar-menu ul li.active-page>a {
    font-weight: 500;
}
.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 {
    opacity: 1;
}
.page-sidebar-collapsed .page-sidebar-menu>ul>li>a:hover {
    opacity: 1;
}
.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: 15px;
    font-size: 17px;
    vertical-align: middle;
    line-height: 22px;
}
.page-sidebar-menu ul li a span {
    vertical-align: middle;
}
.page-sidebar-menu ul li.menu-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E9EC;
    margin: 10px 0;
}
.page-sidebar-menu ul li a i.accordion-icon {
    float: right;
    font-size: 19px;
    vertical-align: text-top;
    color: #004d96;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 5px;
    transform: rotate(270deg);
    font-weight: 600;
}
.page-sidebar-menu ul li a span.label {
    margin: 3px 0;
    float: right;
}
.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);
}
.page-sidebar-menu ul li .sub-menu a:hover {
    color: #000;
}
.accordion-menu .sub-menu {
    display: none;
    background: #F7F9FA;
}
.page-sidebar-collapsed .accordion-menu .sub-menu {
    padding-bottom: 0px;
    padding-left: 0px;
}
.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 10px 45px;
    font-size: 14px;
    color: #004d96;
}
.accordion-menu .sub-menu li a.active {
    color: #004d96;
}
.accordion-menu .sub-menu li a.active:hover {
    color: #004d96 !important;
}

/* Collapsed Sidebar */
.page-sidebar-collapsed .page-sidebar,
.page-sidebar-collapsed .logo-box {
    width: 60px;
}
.page-sidebar-collapsed.page-sidebar-fixed .page-sidebar {
    height: 100%;
}
.page-sidebar-collapsed .logo-box {
    padding: 40px 10px 11px 10px;
    text-align: center;
    height: 81px;
}
.page-sidebar-collapsed .logo-box span {
    display: none;
}
.page-sidebar-collapsed .logo-box i {
    margin: 9px auto;
    float: none;
}
.page-sidebar-collapsed:not(.page-sidebar-fixed) .page-sidebar .slimScrollDiv {
    overflow: visible !important;
    height: calc(100% - 83px) !important;
}
.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 .page-sidebar-menu>ul>li {
    width: 60px;
    position: relative;
}
.page-sidebar-collapsed .page-sidebar-menu>ul>li>a {
    width: 60px;
    padding: 14px 21.5px;
    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: 170px;
}
.page-sidebar-collapsed .page-sidebar-menu ul li a span:not(.label) {
    padding-left: 25px;
}
.page-sidebar-collapsed .page-sidebar-menu ul li a span,
.page-sidebar-collapsed .page-sidebar-menu ul li a i.accordion-icon {
    display: none;
}
.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu {
    position: absolute;
    left: 60px;
    z-index: 9999;
    padding-bottom: 14px;
}
.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu a {
    opacity: 1;
    padding: 8px 25px 8px 25px;
}
.page-sidebar-collapsed .page-sidebar-menu ul li a:hover+.sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu:hover,
.page-sidebar-collapsed .page-sidebar-menu ul li:hover a span,
.page-sidebar-collapsed .page-sidebar-menu ul li a:hover span {
    display: inline !important;
}
.page-sidebar-collapsed .page-sidebar-menu>ul>li:hover>a {
    width: 230px;
    background: #f7f7f7;
}
.page-sidebar-collapsed .page-sidebar.fixed-sidebar-scroll .slimScrollDiv {
    width: 260px !important;
}

/* Search */
.search-form {
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    height: 56px;
    z-index: 41;
    margin-top: -81px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    opacity: 0;
}
.search-form input {
    border: none;
    height: 56px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    padding-bottom: 7px;
    color: #3d464c !important;
}
.search-form #close-search {
    background-color: #fff;
    color: #637282;
    border: none;
    height: 44px;
    border-radius: 50%;
    box-shadow: none;
    margin: 0 40px 6px 0;
    padding: 0 12px;
}
.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:hover,
.search-form #close-search:focus {
    background-color: #f1f1f1 !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 {
    box-shadow: none !important;
    border: 1px solid #C1C7CD;
    color: #646464;
    border-radius: 4px;
    padding: 5px 12px;
    height: 32px;
    width:90%;
}
.add-expertise {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 9;
}
.dataTables_wrapper .dataTables_filter input:focus {
    outline: 0;
    outline-offset: 0;
}
.dataTables_length {
    position: sticky;
    top: 0;
    background: #fff;
    width: 50%;
    float: left;
    padding: 40px 0;
z-index:91;
      /*border-top: 1px solid #E2E2E2;*/
}
.dataTables_length label {
        color: #4b5687 !important;
}

.dataTables_filter {
     position: sticky;
    top: 0px;
    right: 0;
    background: #fff;
    width: 50%;
    padding: 33px 0;
     /*border-top: 1px solid #E2E2E2;*/
    float: right;
    height: 124px;
z-index:91;
}

.btn.btn-success {
  color: #fff;
    background-color: rgb(113 185 0 / 0.3) !important;
    border: transparent;

}
.btn.btn-success:hover {
    background-color: rgb(113 185 0 / 0.45) !important;
    opacity:0.9;
}

.action-btn .btn.btn-success a {
    color: #345600 !important;
}
.action-btn .btn.btn-danger a {
    color: #CA1400 !important;
}

/* Page Content */
.page-content {
    min-height: 56px;
    vertical-align: bottom;
    background: #fff;
    width: calc(100% - 240px);
    float: right;
    background: #f5f5f5;
    padding: 25px;
}
.page-sidebar-collapsed .page-content {
    width: calc(100% - 60px);
}
.page-sidebar-fixed .page-content {
    margin-left: 240px;
}
.page-sidebar-fixed.page-sidebar-collapsed .page-content {
    margin-left: 60px;
}
_::-webkit-full-page-media,
_:future,
:root .page-content {
    vertical-align: top;
}
a:hover {
    color: #df362e;
}

/* Page Inner */
.page-inner.ad-inr {
    padding: 45px;
    background: #fff;
    border-radius: 25px;
     /*   min-height: calc(100vh - 50px);
    max-height: calc(100vh - 50px); */
}
.panel.panel-white {
    padding: 0 !important;
    /*border-radius: 15px;*/
    /*min-height: calc(100vh - 170px);*/
    /*max-height: calc(100vh - 170px);*/
    /*overflow:auto;*/
}
.page-inner.no-page-title {
    padding-top: 30px;
}
.page-inner.full-page {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.page-inner.full-page.no-footer {
    padding-bottom: 0px;
}
.page-inner.full-page .page-footer {
    padding-left: 30px;
    padding-right: 30px;
}
_::-webkit-full-page-media,
_:future,
:root .page-inner {
    padding-bottom: 0px;
}
.page-header-fixed .page-inner {
    margin-top: 81px;
}
.page-footer {
    position: absolute;
    bottom: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eceef3 !important;
}
label.select2-search__label {
width: 100% !important;
}
.select2-search__label-text {
display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4b5687 !important;
        color: #fff !important;
}

.select2-results__option {
    color: #4b5687 !important;
        text-transform: capitalize;
font-size: 14px;
}

.select2-dropdown {
    border: 1px solid #d5d8de !important;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0 5px 20px rgb(0 0 0 / 0.05);
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px !important;
}

/*------------------------------------------------------------
[5. Plugins]
------------------------------------------------------------*/

/* jsTree */
.jstree-default .jstree-clicked {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}
.jstree-default li a:hover {
    background: #f1f1f1;
    border-radius: 0;
    box-shadow: inset 0 0 1px #999;
}
.jstree-icon.jstree-themeicon.fa {
    font-family: 'FontAwesome' !important;
}

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

/* Toastr */
#toast-container>div {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid transparent;
}
#toast-container>.toast-success {
    background-color: #E8F7ED;
    color: #30B661;
    border-color: #30B661;
}
#toast-container>.toast-info {
    background-color: #D9E7F9;
    color: #2F73C8;
    border-color: #2F73C8;
}
#toast-container>.toast-warning {
    background-color: #F9E69B;
    color: #94780A;
    border-color: #94780A;
}
#toast-container>.toast-error {
    background-color: #FBDBDE;
    color: #D83945;
    border-color: #D83945;
}
#toast-container>div:hover {
    box-shadow: none;
}

/*------------------------------------------------------------
[6. Pages]
------------------------------------------------------------*/

/* Todo */
.todo-nav {
    margin-top: 10px;
}
.todo-list .todo-item {
    padding: 15px;
    margin: 5px 0;
    border-radius: 0;
    background: #f7f7f7;
}
.todo-list {
    margin: 10px 0;
}
.todo-list.only-active .todo-item.complete {
    display: none;
}
.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;
}
.todo-list .todo-item.complete span {
    text-decoration: line-through;
}
.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;
}

/* Error Pages */
body.error-page {
    background-color: #fff;
}
.page-error {
    height: 100%;
    width: 100%;
    display: table;
}
.page-error .page-content {
    width: 100%;
    height: 100%;
    display: table;
}
.page-error .page-inner {
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    background: #F7F9FA;
}
.page-error p.error-page-top-text {
    margin-bottom: 10px;
    font-size: 24px;
}
.page-error p.error-page-bottom-text {
    font-size: 14px;
    margin-bottom: 30px;
}
.page-error b {
    font-size: 30px;
    color: #2b2b2b;
}
.error-page-logo {
    font-size: 88px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Profile */
.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 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: #000;
    font-weight: 500;
}
.profile-timeline ul li .timeline-item-header p span {
    margin: 0;
    color: #8E8E8E;
    font-weight: normal;
}
.profile-timeline ul li .timeline-item-header small {
    margin: 0;
    color: #8E8E8E;
}
.profile-timeline ul li .timeline-item-post {
    padding: 20px 0 0 0;
    position: relative;
}
.profile-timeline ul li .timeline-item-post>img {
    width: 100%;
}
.timeline-options {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0 10px 0;
}
.timeline-options a {
    display: block;
    margin-right: 20px;
    float: left;
    color: #2b2b2b;
    text-decoration: none;
}
.timeline-options a i {
    margin-right: 3px;
}
.timeline-options a:hover {
    color: #145fa1;
}
.timeline-comment {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    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: #000;
    float: left;
    margin: 0;
    font-weight: 500;
}
.timeline-comment .timeline-comment-header small {
    font-weight: normal;
    color: #8E8E8E;
}
.timeline-comment p.timeline-comment-text {
    display: block;
    color: #2b2b2b;
    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: #2b2b2b;
    text-decoration: none;
    font-size: 16px !important;
}
.post-options a:hover {
    color: #145fa1;
}
.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;
}

/* Timeline */
.cd-timeline-content {
    border-radius: 4px;
}
.cd-timeline-content h4 {
    color: #637282;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
}
#cd-timeline::before {
    border: 0;
    background: #f1f1f1;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 14px;
}
.cd-timeline-img.cd-success {
    background: #2EC5D3;
}
.cd-timeline-img.cd-danger {
    background: #EC5E69;
}
.cd-timeline-img.cd-info {
    background: #5893DF;
}
.cd-timeline-img.cd-warning {
    background: #F1C205;
}
.cd-timeline-img.cd-primary {
    background: #9F7CE1;
}

/* Maps */
.page-inner.full-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#map-canvas {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#vmap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1px;
    position: relative;
    overflow: hidden;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
    border-radius: 4px;
    background: #f1f1f1;
    padding: 3px;
    color: #637282;
    width: 20px;
    height: 20px;
    line-height: 14px;
    left: 25px;
}
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
    background: #637282;
    color: #fff;
}

/* Authentication */
.login-page {
    width: 100%;
    /* background: url('http://via.placeholder.com/2880x1800?text=Background+Image') no-repeat center center fixed; */
    background-size: cover;
    padding: 0px;
}
.login-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 20px;
    flex-direction: column;
}
.login-head {
    text-align: center;
    padding: 30px 0;
}
.login-head img {
    max-width: 290px;
}
.login-box {
    background: #fff;
    padding: 50px 60px;
    margin: 0 auto;
    max-width: 475px;
    min-width: 475px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.login-box.register-box {
    max-width: 730px;
    min-width: 730px;
}
.register-form {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login-box.register-box .form-group {
    display: inline-block;
    margin: 0 10px 15px;
    width: 46%;
}
.login-box.register-box .form-group.width-100 {
    width: 100% !important;
}
.form-group label {
    text-transform: capitalize;
}
.login-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}
.login-title span {
    margin-left: 5px;
    font-size: 12px;
    opacity: .7;
}
.button-group {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.margin-top-15 {
    margin-top: 15px;
}
.forgot-link {
    margin-top: 10px;
    display: inline-block;
}
.r-button-group {
    width: 92%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.r-button-group .btn {
    margin: 0 10px;
    flex: 0 0 50%;
}
.lock-screen img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}
.lock-screen p {
    margin-bottom: 20px;
    display: block;
}
.lock-screen p span {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
@media(max-width:767px) {
    .login-box.register-box .form-group {
        width: 100%;
    }

    .login-box {
        padding: 20px 25px 40px;
        min-width: 290px;
    }

    .login-box.register-box {
        max-width: 550px;
        min-width: 300px;
        padding: 25px;
    }

    .r-button-group .btn {
        min-width: 96%;
        margin-bottom: 15px;
    }

    .login-head img {
        max-width: 200px;
    }

    .r-button-group {
        width: 100%;
        flex-direction: column;
    }
}

/* Pricing Tables */
.pricing {
    text-align: center;
    border: 1px solid #E5E9EC;
    font-size: 14px;
    padding-left: 0;
}
.pricing li:first-child,
.pricing li:last-child {
    padding: 20px 13px;
}
.pricing li {
    list-style: none;
    padding: 12px 8px;
}
.pricing li+li {
    border-top: 1px solid #E5E9EC;
}
.pricing h1 {
    font-size: 24px;
    color: #2b2b2b;
}
.pricing h3 {
    margin-bottom: 0;
    font-size: 32px;
}
.pricing span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.pricing li:nth-last-child(2) {
    padding: 30px 13px;
}

/* Charts */
#nvd1,
#nvd2,
#nvd3,
#nvd4,
#nvd5,
#nvd6 {
    height: 400px;
}
#flot1,
#flot2 {
    height: 400px;
}
#flot3,
#flot4 {
    height: 300px;
}

/* Email */
.email-list {
    max-height: 590px;
    overflow-y: auto;
}
.email-list ul {
    margin-bottom: 0px;
}
.email-list-item .email-author img {
    width: 35px;
    border-radius: 100%;
}
.email-list-item .email-author span.author-name {
    margin-left: 7px;
    font-weight: bold;
    line-height: 25px;
}
.email-list-item .email-author span.email-date {
    float: right;
    opacity: .6;
    line-height: 25px;
    font-size: 12px;
}
.email-list-item .email-info {
    display: block;
    margin-top: 8px;
}
.email-list-item .email-info .email-subject {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.email-list-item .email-info .email-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    opacity: .7;
}
.email-list li a:active,
.email-list li a:focus,
.email-menu li a:active,
.email-menu li a:focus {
    color: #2b2b2b;
}
.email-list li a {
    display: block;
    padding: 18px 12px;
    border-bottom: 1px solid #E0E0E0;
}
.email-list li a:hover {
    background: #f1f1f1;
}
.email-list li.active a {
    background: #eaf4ff;
}
.email-actions .compose {
    width: 100%;
}
.divider {
    height: 1px;
    display: block;
    width: 100%;
    margin: 10px 0;
    background: #E0E0E0;
}
.email-menu {
    margin-top: 20px;
}
.email-menu ul li a {
    display: block;
    padding: 5px 8px;
}
.email-menu ul li a:hover {
    color: #145fa1;
}
.email-menu ul li.active a {
    color: #145fa1;
}
.email-menu ul li a i {
    margin-right: 10px;
    width: 10px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
}
.email-menu ul li a span {
    line-height: 30px;
    vertical-align: middle;
}
.email {
    margin-top: 20px;
}
.email .email-title {
    font-size: 15px;
    font-weight: bold;
}
.email .email-author img {
    width: 35px;
    border-radius: 100%;
}
.email .email-author span.author-name {
    margin-left: 7px;
    line-height: 25px;
}
.email .email-author span.email-date {
    float: right;
    opacity: .6;
    line-height: 25px;
    font-size: 12px;
}
.email .email-reply {
    margin-top: 20px;
    display: block;
}

/* Dashboard */
.stats-widget .stats-number {
    color: #637282;
    font-size: 25px;
}
.stats-widget .stats-info {
    margin: 0px;
    color: #637282;
}
.stats-widget .stats-icon {
    font-size: 38px;
}
.stats-widget .stats-icon.icon-arrow_upward {
    color: #63CB89;
}
.stats-widget .stats-icon.icon-arrow_downward {
    color: #EC5E69;
}
#chart1 {
    height: 250px;
}
#chart2 {
    height: 200px;
}
.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: #aaa;
}
.server-load .server-stat p {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}
.task-list .task-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 9px 5px 12px 5px;
}
.task-list .task-item:last-child {
    border-bottom: none;
}
.task-list .task-item .progress {
    margin-bottom: 0px;
}
.task-list .task-item .task-name {
    font-size: 13px;
    margin-bottom: 10px;
    color: #637282;
    display: block;
}
.task-list .task-item .task-name i {
    margin-left: 5px;
    color: #637282;
}
.invoice-table table {
    margin-bottom: 0px;
}
.browser-stats ul {
    margin: 0;
}
.browser-stats ul li {
    border-bottom: 1px solid #eee;
    padding: 11px 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: 0px;
}
.project-stats ul {
    margin: 0;
}
.project-stats ul li {
    border-bottom: 1px solid #eee;
    padding: 11px 0;
}
.project-stats ul li:last-child {
    border-bottom: 0;
}
.project-stats ul li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.project-stats ul li div i {
    margin-left: 5px;
    margin-right: 0px;
}

/*------------------------------------------------------------
[7. Responsive]
------------------------------------------------------------*/
.logo-sm {
    display: none;
}
#sidebar-toggle-button-close {
    display: none;
}
@media (max-width: 991px) {
    .email-actions {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .page-header-fixed .page-header {
        left: 0;
    }

    .page-sidebar {
        position: fixed !important;
        left: -240px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .page-inner:not(.login-page) {
        padding: 20px 15px 42px 15px;
    }

    .page-content,
    .page-sidebar-collapsed .page-content {
        width: 100%;
    }

    .page-sidebar-fixed .page-content,
    .page-sidebar-fixed.page-sidebar-collapsed .page-content {
        margin-left: 0px;
    }

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

    .logo-sm {
        display: block;
    }

    .logo-sm #sidebar-toggle-button {
        float: left;
        margin-top: 8px;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 8px;
        vertical-align: middle;
        padding: 7px 0;
        color: #637282 !important;
    }

    .logo-sm .logo-box {
        float: left;
        background: #fff;
        padding: 2px 0;
        margin-top: 8px;
        margin-right: 15px;
        margin-left: 8px;
        margin-bottom: 8px;
        width: 150px;
    }

    .page-sidebar-collapsed .logo-sm .logo-box {
        height: auto;
        display: block;
        padding-left: 0px;
    }

    .page-sidebar-fixed .logo-sm .logo-box {
        position: relative;
        z-index: 40;
    }

    .page-sidebar-collapsed .logo-sm .logo-box {
        text-align: left;
    }

    .page-sidebar-collapsed .logo-sm .logo-box span {
        display: block;
    }

    .page-header {
        padding-left: 25px;
        padding-top: 0;
    }

    .navbar .dropdown:not(.open) .dropdown-menu {
        display: none;
    }

    .navbar li {
        display: inline-block;
    }

    .navbar-collapse {
        padding: 0px 25px !important;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-nav.navbar-right {
        display: none;
    }

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

    #fixed-sidebar-toggle-button {
        display: none;
    }

    #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: 0px auto;
        float: none;
    }

    .navbar-toggle {
        border-radius: 100%;
        width: 40px;
    }

    .page-header .navbar-nav>li>a {
        font-size: 14px;
    }

    .page-error .page-inner {
        vertical-align: top;
        padding: 40px;
    }

    .grid-gallery figcaption h3 {
        font-size: 13px;
        font-weight: bold;
    }
}

/*------------------------------------------------------------
[8. Documentation]
------------------------------------------------------------*/
.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: bold;
    font-size: 12px;
}

/*order detail page */
.order-box {
    margin-bottom: 30px;
}
.order-head {
    margin: 0;
    background: #004d96;
    color: #fff;
    padding: 13px;
    font-size: 16px;
}
.order-box-border {
    border: 1px solid #ddd;
}
.order-box-border th,
.order-box-border td {
    border: none !important;
}
.address-detail {
    padding: 0;
    margin: 0;
    padding: 15px;
}
.address-detail li {
    list-style: none;
    color: #000;
    font-size: 14px;
}
.height-auto {
    height: auto !important;
}
.success-batch {
    background: #167d10;
    padding: 5px 15px;
    color: #fff;
    border-radius: 15px;
    vertical-align: text-bottom;
}
.cstm-btn {
    background: #4B5687;
    border: 0;
      min-width: 140px;
    max-width: max-content;
    color: #fff;
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 5px;
    transition: 300ms all;
        padding: 11px 30px;
}
.cstm-btn:hover {
    opacity: 0.95;
        color: #fff !important;
}
.cstm-btn.title-change {
           margin: auto;
    position: relative;
    bottom: 20px;
}

.cstm-data-table table {
  border:1px solid #e2e2e2 !important;
}
.cstm-data-table thead {
    padding: 10px;
    width: 100%;
    border: 0 !important;
}
.cstm-data-table .table>thead>tr>th {
    border: 0 !important;
        color: #4B5687;
    font-weight: bold !important;
    padding: 22px;
}
.cstm-data-table .table>today>tr>td {
    vertical-align: middle !important;
}
.cstm-data-table table.dataTable.display tbody tr.odd {
    background-color: #fff !important;
}
.action-btn {
    display: flex;
}
.action-btn .edit-btn {
    margin: 0 10px;
}
.action-btn .btn {
  width: 35px !important;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 5px !important;
}
.action-btn .btn a {
    color: #ffffff;
}
.cstm-data-table .dataTables_info {
    visibility: hidden;
}
.cstm-data-table .dataTables_paginate {
      position: sticky;
    background: #fff;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}
.cstm-data-table .dataTables_paginate a {
    cursor: pointer;
}
.cstm-data-table span a.paginate_button {
    width: 30px;
    height: 30px;
    border-radius: 3px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #E2E2E2 !important;
    color: #465287 !important;
}
.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    /*background: #4b5687 !important;*/
        border: 1px solid #4B5687 !important;
}
.cstm-data-table .dataTables_paginate a:hover {
    background: #4B5687 !important;
    color:#fff !important;
}
.cstm-data-table .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover,
.cstm-data-table .dataTables_wrapper .dataTables_paginate span a.paginate_button.current {
    background-color: transparent !important;
    color: #4B5687 !important;
    border: 1px solid #4B5687 !important;
}

.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size:0 !important;
}

.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next {
     background-image: url(arrow-right-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 30px;
    height: 30px;
    border-radius: 3px !important;
        margin: 0 5px;
}
ol, ul {
    padding:0 !important;
        list-style: none;
}
.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
 background-image: url(arrow-left-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 30px;
    height: 30px;
    border-radius: 3px !important;
        margin: 0 5px;
}

.cstm-data-table .previous.disabled {
    background-color: #E2E2E2 !important;
    border-radius: 3px !important;
    padding: 3px !important;
}
.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
 background-image: url(arrow-left-blue.svg) !important;
}
.cstm-data-table .previous {
    background-color: #4B5687 !important;
}

.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background-color: #4B5687 !important;
}
.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    background-color: #E2E2E2 !important;
    border-radius: 3px !important;
    padding: 3px !important;
    color: #4b5687;
}
.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
     background-image: url(arrow-right-blue.svg) !important;
}

.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
    /*background-image: url(arrow-left-white.svg) !important;*/
background-color: #E2E2E2 !important;
}
/*.cstm-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {*/
/*    background-image: url(arrow-right-white.svg) !important;*/
/*     background-color: #4B5687 !important;*/
/*}*/
.dataTables_filter label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #e6e8eb;
    width: max-content;
    padding-left: 10px;
    border-radius: 5px;
    margin-left: auto;
}
.dataTables_wrapper .dataTables_filter input {
    box-shadow: none !important;
    border: none !important;
    color: rgb(0 0 0 / 0.7) !important;
    border-radius: 0 !important;
    background: transparent !important;
}
.dataTables_filter label i {
    background: #4b5687;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 50px;
    border-radius: 0 5px 5px 0;
    font-weight: 100 !important;
    font-size: 16px !important;
}
.popup-box .form-group input {
    margin-bottom: 20px;
}
.popup-box {
    padding: 40px 0;
}

.inr-page-sec {
    max-width: 600px;
    margin: auto;
        padding: 20px 0;
}
.panel-title {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 500;
    font-size: 18px;
}
.btn-inline {
    display: flex;
}
.margin-left-15 {
margin-left:15px;
}
.swal-footer {
    text-align: center !important;
}
.swal-button--cancel {
    color: #fff !important;
    background-color: #4b5687 !important;
}
.swal-button--danger {
    background-color: #df352d !important;
}
.swal-button {
    border-radius: 4px !important;
    transition:300ms all;
}
.swal-icon {
    width: 50px !important;
    height: 50px !important;
}
.swal-icon--warning {
    border-color: #df352d !important;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #df352d !important;
}
.swal-icon--warning__body {
    height: 20px !important;
}
.swal-button:hover {
    opacity: 0.9;
}
.swal-title {
    font-weight: 500 !important;
    padding: 13px 20px !important;
    font-size: 21px !important;
    color: rgb(41 51 93) !important;
}
.swal-button:focus {
    box-shadow: none !important;
}
input.swal2-input {
        border: 1px solid #C9C9C9 !important;
    border-radius: 5px !important;
    height: 45px;
    line-height: 45px;
    padding: 10px 20px;
    font-size:15px;
}
button.swal2-confirm.swal2-styled {
    background: #4B5687;
    border: 0;
    max-width: max-content;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    transition: 300ms all;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
}
button.swal2-confirm.swal2-styled:hover {
    opacity:0.95;
}
h2#swal2-title {
       margin: 15px 0 !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 21px !important;
    color: rgb(41 51 93) !important;
}
.swal-text {
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 21px !important;
    color: rgb(41 51 93) !important;
}
.swal-button {
     background: #4B5687;
    border: 0;
    max-width: max-content;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    transition: 300ms all;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
}
.swal-button:hover {
     opacity:0.95;
}
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border:  1px solid #e6e8eb !important;
}
.login-wrapper-inr {
    background: #fff;
    padding: 50px 60px;
    margin: 0 auto;
    max-width: 475px;
    border-radius: 10px;
    margin-bottom: 80px;
    width:100%;
}
.login-wrapper-inr .card-header {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color:#000;
}
.width-100 {
    width: 100%;
}
.width-100 .btn {
    width: 100%;
    font-weight: 600;
}
.note-editable ol {
    list-style: decimal;
    padding-left: 30px !important;
}
.note-editable ul {
    list-style: initial;
    padding-left: 30px !important;
}



@media(max-width:1024px) {
    .page-inner.ad-inr {
     padding: 20px !important;
}
.banner-heading h2 {
    font-size: 30px;
}
}


@media(max-width:991px) {
    .add-expertise {
        position: initial;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .breadcrumb-header {
        top: 50px !important;
        left: 40px !important;
    }
    .cascode-second {
    margin-right: 0;
}
.expertise-inr {
    padding: 40px 30px 0;
        border-radius: 10px;
}
.col-md-7 {
    border-right: 0;
}
.cascode-first {
    padding: 0 0px 5px 0;
}
.cascode-second {
    padding: 20px;
}
.header-inr .site-logo {
    max-width: 120px;
}
.diagnose-dtl-heading h5 {
    font-size: 16px;
    line-height: 23px;
}
.banner-img img {
    height: 210px;
}
}
@media(max-width:767px) {
    .banner-heading h2 {
    font-size: 22px;
     padding-left: 20px;
      padding-right: 20px;
    text-align: center;
}
    .table-responsive {
        border: 0 !important;
    }
    .expertise-heading h3 {
    line-height: 25px;
    font-size: 18px !important;
}
.page-inner {
    border-radius: 10px !important;
        margin: 15px !important;
}
.page-title {
    display: block !important;
        padding-bottom: 0px !important;
}
.breadcrumb-header {
    margin-bottom: 15px;
}
.table-responsive {
    height: 650px;
    overflow: auto !important;
}
.menu-open .logo-box {
    padding: 20px 20px 10px !important;
}
.panel-header {
    margin-bottom: 15px;
}
.panel-title {
    margin-top: 10px !important;
}
.popup-box {
    padding: 0;
}
.page-title a {
    margin-bottom: 15px;
}
.page-inner.login-page {
    margin: 0 !important;
}
.login-wrapper-inr {
    padding: 30px 30px !important;
}
}

@media(max-width:640px) {
    .dataTables_length, .dataTables_filter {
  width: 100%;
    padding: 10px 10px;
    height: auto;
    position: initial;
}
.dataTables_filter label {
    margin-left: 0;
}
}
div#short_d {
    background: rgb(75 86 135 / 0.05);
    border-radius: 5px;
    margin: 0 25px 20px;
    padding: 20px;
    font-size: 15px;
}
