@charset "UTF-8";
/*
Table of Contents

1. Global
    1.1. variable.scss
    1.2. fonts.scss
    1.3. reset.scss
    1.4. preloader.scss
    1.5. color.scss

2. Header
    2.1. header.scss

3. Sidebar
    3.1. sidebar.scss

3. Widget
    3.1. widget-stat
    3.2. widget-chart
    3.3. widget-timeline
    3.4. widget-social

4. ICO 
    4.1. ico-countdown
    4.2. ico-exchange
    4.3. ico-timeline
    4.4. ico-progress
    4.5. ico-advisor-profile
    4.6. ico-gateway
    4.7. ico-wallet
    4.8. ico-trading-view

5. Email
    5.1. email

6. Profile
    6.1. profile

7. Calender
    7.1. calender-event
    7.2. calender-date

8. UI
    8.1. ui-breadcrumb
    8.2. ui-badge
    8.3. ui-accordion
    8.4. ui-card
    8.5. ui-user-card
    8.6. ui-button
    8.7. ui-progressbar
    8.8. ui-tab
    8.9. ui-dropdown

9. Conponents
    9.1. uc-nestable
    9.2. uc-weather
    9.3. uc-counterup

10. Map
    10.1. map-vectormap

11. Table
    11.1. table-basic
    11.2. table-datatable

12. Form
    12.1. form
    12.2. form-layout.scss";
    12.3. form-dropzone
    12.4. form-radio-button
    12.5. form-switch
    12.6. form-icheck
    12.7. form-advance-taginput
    12.8. form-summernote
    12.9. form-pickers

13. Chart
    13.1. chart-amchart
    13.2. chart-c3
    13.3. chart-morris
    13.4. chart-flot
    13.5. chart-price
    13.6. chart-chartist
    13.7. chart-knob

14. Page
    14.1. page-login-register
    14.2. page-invoice
    14.3. page-pricing

15. Footer
    15.1. footer


16. Version Color
    16.1. version-dark
    16.2. version-light

17. Responsive
    17.1. responsive-header
    17.1. responsive-profile
    17.1. responsive-ico-countdown


*/
/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/cryptocoins/css/cryptocoins.css);
@import url(../icons/cryptocoins/css/cryptocoins-colors.css);
@import url(../icons/linea-icons/linea.css);
@import url(../icons/ionicons/css/ionicons.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/flag-icon-css/flag-icon.min.css);
@import url(../icons/material-design-iconic-font/materialdesignicons.min.css);
@import url(../icons/pe-icon-set-weather/css/pe-icon-set-weather.min.css);
@import "../plugins/animate/animate.min.css";
@import "../plugins/metismenu/css/metisMenu.min.css";
@import "../plugins/bootstrap-select/dist/css/bootstrap-select.min.css";
@import "../plugins/dragula/dragula.min.css";
.pricing-wrapper .single-pricing-table .btn:hover.style-1, .pricing-wrapper .single-pricing-table .plan-price.style-1, .pricing-wrapper .single-pricing-table .upper-border.style-1, .gradient-1 {
  background: #3398fb;
  background: -moz-linear-gradient(left, #3398fb 0%, #8553ee 100%);
  background: -webkit-linear-gradient(left, #3398fb 0%, #8553ee 100%);
  background: linear-gradient(to right, #3398fb 0%, #8553ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3398fb", endColorstr="#8553ee",GradientType=1 );
}

.pricing-wrapper .single-pricing-table .btn:hover.style-2, .pricing-wrapper .single-pricing-table .plan-price.style-2, .pricing-wrapper .single-pricing-table .upper-border.style-2, .gradient-2 {
  background: #36e1b4;
  background: -moz-linear-gradient(left, #36e1b4 0%, #11cae7 100%);
  background: -webkit-linear-gradient(left, #36e1b4 0%, #11cae7 100%);
  background: linear-gradient(to right, #36e1b4 0%, #11cae7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36e1b4", endColorstr="#11cae7",GradientType=1 );
}

.pricing-wrapper .single-pricing-table .btn:hover.style-3, .pricing-wrapper .single-pricing-table .plan-price.style-3, .pricing-wrapper .single-pricing-table .upper-border.style-3, .gradient-3 {
  background: #ffbf31;
  background: -moz-linear-gradient(left, #ffbf31 0%, #ff890e 100%);
  background: -webkit-linear-gradient(left, #ffbf31 0%, #ff890e 100%);
  background: linear-gradient(to right, #ffbf31 0%, #ff890e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffbf31", endColorstr="#ff890e",GradientType=1 );
}

.gradient-4 {
  background: #23bdb8;
  background: -moz-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
  background: -webkit-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#23bdb8", endColorstr="#43e794",GradientType=1 );
}

.gradient-5 {
  background: #9a56ff;
  background: -moz-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
  background: -webkit-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a56ff", endColorstr="#e36cd9",GradientType=1 );
}

.gradient-6 {
  background: #f48665;
  background: -moz-linear-gradient(-45deg, #f48665 0%, #fda23f 100%);
  background: -webkit-linear-gradient(-45deg, #f48665 0%, #fda23f 100%);
  background: linear-gradient(135deg, #f48665 0%, #fda23f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f48665", endColorstr="#fda23f",GradientType=1 );
}

.gradient-7 {
  background: #e36cd9;
  background: -moz-linear-gradient(-45deg, #e36cd9 0%, #fe60ae 100%);
  background: -webkit-linear-gradient(-45deg, #e36cd9 0%, #fe60ae 100%);
  background: linear-gradient(135deg, #e36cd9 0%, #fe60ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e36cd9", endColorstr="#fe60ae",GradientType=1 );
}

.gradient-8 {
  background: #a15cff;
  background: -moz-linear-gradient(left, #a15cff 0%, #ce82fd 100%);
  background: -webkit-linear-gradient(left, #a15cff 0%, #ce82fd 100%);
  background: linear-gradient(to right, #a15cff 0%, #ce82fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a15cff", endColorstr="#ce82fd",GradientType=1 );
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.border-right {
  border-right: 1px solid #DDDFE1 !important;
}

.border-left {
  border-left: 1px solid #DDDFE1 !important;
}

.border-top {
  border-top: 1px solid #DDDFE1 !important;
}

.border-bottom {
  border-bottom: 1px solid #DDDFE1 !important;
}

.border {
  border: 1px solid #DDDFE1 !important;
}

.font-medium {
  font-size: 1.5rem !important;
}

.font-small {
  font-size: 1.4rem !important;
}

.font-x-small {
  font-size: 1.3rem !important;
}

.font-tiny {
  font-size: 1.2rem !important;
}

* {
  outline: none;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Nunito", sans-serif;
  margin: 0;
  overflow-x: hidden;
  font-size: 1.5rem;
  height: 100%;
  background-color: #f3f6f9;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  font-weight: 400;
}

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
}

#main-wrapper.show {
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  transition: all 0.4s ease-in-out;
  color: #000;
}

a:focus,
a:hover {
  text-decoration: none;
  color: var(--primary);
}

a.link {
  color: #464a53;
}

a.link:focus,
a.link:hover {
  color: #17a2b8;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 0.4rem;
}

.img-flag {
  height: 1.5rem;
  width: 1.8rem;
}

.img-full {
  width: 100%;
}

.mdi-set,
.mdi:before {
  line-height: initial;
}

.fa, .mdi {
  font-size: 2.4rem;
  color: #abafb3;
}

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

h1 {
  font-size: 3.3rem;
  font-weight: 600;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}

h3 {
  font-size: 2.7rem;
  font-weight: 600;
}

h4 {
  font-size: 2.4rem;
  font-weight: 600;
}

h5 {
  font-size: 2.1rem;
  font-weight: 400;
}

h6 {
  font-size: 1.8rem;
  font-weight: 400;
}

.heading-primary {
  font-size: 1.8rem;
}
.heading-primary-title {
  font-size: 2.4rem;
  color: var(--primary);
}
.heading-primary-light {
  font-size: 1.8rem;
  font-weight: 400;
}
.heading-light {
  font-weight: 400;
}

.sub-heading {
  font-size: 1.6rem;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 3.6rem;
}

.box {
  border-radius: 0.4rem;
  padding: 1rem;
}

.img-circle {
  border-radius: 100%;
}

.c-pointer {
  cursor: pointer;
}

.rotate-90 {
  transform: rotate(90deg);
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.l-border-1 {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.d-border-1 {
  border: 1px solid #42454D;
}

.border-white-2 {
  border: 2px solid #fff;
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.border-top-1 {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.border-right-1 {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.border-left-1 {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.dark-overlay-1 {
  background: rgba(0, 0, 0, 0.1);
}

.dark-overlay-2 {
  background: rgba(0, 0, 0, 0.2);
}

.dark-overlay-3 {
  background: rgba(0, 0, 0, 0.3);
}

.dark-overlay-4 {
  background: rgba(0, 0, 0, 0.4);
}

.dark-overlay-5 {
  background: rgba(0, 0, 0, 0.5);
}

.dark-overlay-6 {
  background: rgba(0, 0, 0, 0.6);
}

.dark-overlay-7 {
  background: rgba(0, 0, 0, 0.7);
}

.dark-overlay-8 {
  background: rgba(0, 0, 0, 0.8);
}

.dark-overlay-9 {
  background: rgba(0, 0, 0, 0.9);
}

.section-heading {
  margin-bottom: 3.5rem;
}

.ofhidden {
  overflow: hidden;
}

.flex-item {
  flex: 1;
}

.tt-uppercase {
  text-transform: uppercase;
}

.font-weight-semi-bold {
  font-weight: 500;
}

/*    Color Mixins
-------------------*/
.color-white {
  color: #fff;
}

.color-muted,
.text-muted {
  color: #abafb3 !important;
}

.color-dpink,
.text-dpink {
  color: #fe60ad;
}

.color-lgreen,
.text-lgreen {
  color: #43e794;
}

.color-gray,
.text-gray {
  color: #898989;
}

.color-pale-sky,
.text-pale-sky {
  color: #6a707e;
}

.icon-muted i {
  color: #abafb3 !important;
}

.icon-dpink i {
  color: #fe60ad !important;
}

.icon-success i {
  color: #28a745 !important;
}

.icon-primary i {
  color: var(--primary) !important;
}

.icon-danger i {
  color: var(--primary) !important;
}

.icon-warning i {
  color: var(--secondary) !important;
}

.bg-dark {
  background-color: #464a53;
  color: #fff;
  fill: #464a53;
}

.bg-light {
  background-color: #aaa;
  color: #464a53;
  fill: #aaa;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
  color: #000;
}

.bg-dpink {
  background-color: #fe60ad !important;
}

.bg-lgreen {
  background-color: #43e794 !important;
}

.bg-inverse {
  background: #2F3D4A !important;
}

.bg-pink {
  background: #e91e63 !important;
}

/*  Background Darken
----------------------*/
.bg-primary-darken-5 {
  background-color: #0f0304;
}

.bg-secondary-darken-5 {
  background-color: #070500;
}

.bg-success-darken-5 {
  background-color: black;
}

.bg-info-darken-5 {
  background-color: black;
}

.bg-danger-darken-5 {
  background-color: #0f0304;
}

.bg-warning-darken-5 {
  background-color: #070500;
}

/*  Background Lighten
----------------------*/
.bg-primary-lighten-2 {
  background-color: #f3b7bd;
  color: var(--primary);
}

.bg-secondary-lighten-2 {
  background-color: #ffe7a0;
  color: var(--secondary);
}

.bg-success-lighten-2 {
  background-color: #86e29b;
  color: #28a745;
}

.bg-info-lighten-2 {
  background-color: #7adeee;
  color: #17a2b8;
}

.bg-danger-lighten-2 {
  background-color: #f3b7bd;
  color: var(--primary);
}

.bg-warning-lighten-2 {
  background-color: #ffe7a0;
  color: var(--secondary);
}

/*  Background Transparent
----------------------*/
.bg-primary-rgba1 {
  background-color: rgba(220, 53, 69, 0.1);
}

.bg-secondary-rgba1 {
  background-color: rgba(255, 193, 7, 0.1);
}

.bg-success-rgba1 {
  background-color: rgba(40, 167, 69, 0.1);
}

.bg-info-rgba1 {
  background-color: rgba(23, 162, 184, 0.1);
}

.bg-danger-rgba1 {
  background-color: rgba(220, 53, 69, 0.1);
}

.bg-warning-rgba1 {
  background-color: rgba(255, 193, 7, 0.1);
}

.bg-inverse-rgba1 {
  background-color: rgba(47, 61, 74, 0.1);
}

/*    Border Mixins
--------------------------*/
.border-primary {
  border-color: var(--primary);
}

.border-secondary {
  border-color: var(--secondary);
}

.border-success {
  border-color: #28a745;
}

.border-info {
  border-color: #17a2b8;
}

.border-danger {
  border-color: var(--primary);
}

.border-warning {
  border-color: var(--secondary);
}

.border-dark {
  border-color: #464a53;
}

/*    Brand Background
-----------------------------*/
.bg-facebook {
  background: #3b5998;
  fill: #3b5998;
}

.bg-twitter {
  background: #1da1f2;
  fill: #1da1f2;
}

.bg-youtube {
  background: #FF0000;
  fill: #FF0000;
}

.bg-instagram {
  background: #c32aa3;
  fill: #c32aa3;
}

.bg-google-plus {
  background: #db4439;
  fill: #db4439;
}

.bg-linkedin {
  background: #007bb6;
  fill: #007bb6;
}

.color-facebook {
  color: #3b5998;
}

.color-instagram {
  color: #c32aa3;
}

.color-twitter {
  color: #1da1f2;
}

.color-youtube {
  color: #FF0000;
}

/*    Checkbox Color
-----------------------------*/
.chk-col-primary[type=checkbox]:checked + label::before {
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}

.chk-col-red[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
}

.chk-col-pink[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #e91e63;
  border-right: 2px solid #e91e63;
}

.chk-col-purple[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #7C277D;
  border-right: 2px solid #7C277D;
}

.chk-col-deep-purple[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #664CE1;
  border-right: 2px solid #664CE1;
}

.chk-col-indigo[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #3f51b5;
  border-right: 2px solid #3f51b5;
}

.chk-col-blue[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #398BF7;
  border-right: 2px solid #398BF7;
}

.chk-col-light-blue[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #5C97E6;
  border-right: 2px solid #5C97E6;
}

.chk-col-cyan[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #00bcd4;
  border-right: 2px solid #00bcd4;
}

.chk-col-teal[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #39CCCC;
  border-right: 2px solid #39CCCC;
}

.chk-col-green[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #26DA87;
  border-right: 2px solid #26DA87;
}

.chk-col-light-green[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #43e794;
  border-right: 2px solid #43e794;
}

.chk-col-lime[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #cddc39;
  border-right: 2px solid #cddc39;
}

.chk-col-yellow[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #FFB22B;
  border-right: 2px solid #FFB22B;
}

.chk-col-amber[type=checkbox]:checked + label::before {
  border-bottom: 2px solid var(--secondary);
  border-right: 2px solid var(--secondary);
}

.chk-col-orange[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #F7941D;
  border-right: 2px solid #F7941D;
}

.chk-col-deep-orange[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #D08021;
  border-right: 2px solid #D08021;
}

.chk-col-brown[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #795548;
  border-right: 2px solid #795548;
}

.chk-col-grey[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #D2D6DE;
  border-right: 2px solid #D2D6DE;
}

.chk-col-blue-grey[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #607d8b;
  border-right: 2px solid #607d8b;
}

.chk-col-black[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.chk-col-white[type=checkbox]:checked + label::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.filled-in.chk-col-red[type=checkbox]:checked + label::after {
  background-color: #ff0000;
  border: 2px solid #ff0000;
}

.filled-in.chk-col-pink[type=checkbox]:checked + label::after {
  background-color: #e91e63;
  border: 2px solid #e91e63;
}

.filled-in.chk-col-purple[type=checkbox]:checked + label::after {
  background-color: #7C277D;
  border: 2px solid #7C277D;
}

.filled-in.chk-col-deep-purple[type=checkbox]:checked + label::after {
  background-color: #664CE1;
  border: 2px solid #664CE1;
}

.filled-in.chk-col-indigo[type=checkbox]:checked + label::after {
  background-color: #3f51b5;
  border: 2px solid #3f51b5;
}

.filled-in.chk-col-blue[type=checkbox]:checked + label::after {
  background-color: #398BF7;
  border: 2px solid #398BF7;
}

.filled-in.chk-col-light-blue[type=checkbox]:checked + label::after {
  background-color: #5C97E6;
  border: 2px solid #5C97E6;
}

.filled-in.chk-col-cyan[type=checkbox]:checked + label::after {
  background-color: #00bcd4;
  border: 2px solid #00bcd4;
}

.filled-in.chk-col-teal[type=checkbox]:checked + label::after {
  background-color: #39CCCC;
  border: 2px solid #39CCCC;
}

.filled-in.chk-col-green[type=checkbox]:checked + label::after {
  background-color: #26DA87;
  border: 2px solid #26DA87;
}

.filled-in.chk-col-light-green[type=checkbox]:checked + label::after {
  background-color: #43e794;
  border: 2px solid #43e794;
}

.filled-in.chk-col-lime[type=checkbox]:checked + label::after {
  background-color: #cddc39;
  border: 2px solid #cddc39;
}

.filled-in.chk-col-yellow[type=checkbox]:checked + label::after {
  background-color: #FFB22B;
  border: 2px solid #FFB22B;
}

.filled-in.chk-col-amber[type=checkbox]:checked + label::after {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
}

.filled-in.chk-col-orange[type=checkbox]:checked + label::after {
  background-color: #F7941D;
  border: 2px solid #F7941D;
}

.filled-in.chk-col-deep-orange[type=checkbox]:checked + label::after {
  background-color: #D08021;
  border: 2px solid #D08021;
}

.filled-in.chk-col-brown[type=checkbox]:checked + label::after {
  background-color: #795548;
  border: 2px solid #795548;
}

.filled-in.chk-col-grey[type=checkbox]:checked + label::after {
  background-color: #D2D6DE;
  border: 2px solid #D2D6DE;
}

.filled-in.chk-col-blue-grey[type=checkbox]:checked + label::after {
  background-color: #607d8b;
  border: 2px solid #607d8b;
}

.filled-in.chk-col-black[type=checkbox]:checked + label::after {
  background-color: #000;
  border: 2px solid #000;
}

.filled-in.chk-col-white[type=checkbox]:checked + label::after {
  background-color: #fff;
  border: 2px solid #fff;
}

.radio-col-red[type=radio]:checked + label::after {
  background-color: #ff0000;
  border-color: #ff0000;
}

.radio-col-pink[type=radio]:checked + label::after {
  background-color: #e91e63;
  border-color: #e91e63;
}

.radio-col-purple[type=radio]:checked + label::after {
  background-color: #7C277D;
  border-color: #7C277D;
}

.radio-col-deep-purple[type=radio]:checked + label::after {
  background-color: #664CE1;
  border-color: #664CE1;
}

.radio-col-indigo[type=radio]:checked + label::after {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.radio-col-blue[type=radio]:checked + label::after {
  background-color: #398BF7;
  border-color: #398BF7;
}

.radio-col-light-blue[type=radio]:checked + label::after {
  background-color: #5C97E6;
  border-color: #5C97E6;
}

.radio-col-cyan[type=radio]:checked + label::after {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.radio-col-teal[type=radio]:checked + label::after {
  background-color: #39CCCC;
  border-color: #39CCCC;
}

.radio-col-green[type=radio]:checked + label::after {
  background-color: #26DA87;
  border-color: #26DA87;
}

.radio-col-light-green[type=radio]:checked + label::after {
  background-color: #43e794;
  border-color: #43e794;
}

.radio-col-lime[type=radio]:checked + label::after {
  background-color: #cddc39;
  border-color: #cddc39;
}

.radio-col-yellow[type=radio]:checked + label::after {
  background-color: #FFB22B;
  border-color: #FFB22B;
}

.radio-col-amber[type=radio]:checked + label::after {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.radio-col-orange[type=radio]:checked + label::after {
  background-color: #F7941D;
  border-color: #F7941D;
}

.radio-col-deep-orange[type=radio]:checked + label::after {
  background-color: #D08021;
  border-color: #D08021;
}

.radio-col-brown[type=radio]:checked + label::after {
  background-color: #795548;
  border-color: #795548;
}

.radio-col-grey[type=radio]:checked + label::after {
  background-color: #D2D6DE;
  border-color: #D2D6DE;
}

.radio-col-blue-grey[type=radio]:checked + label::after {
  background-color: #607d8b;
  border-color: #607d8b;
}

.radio-col-black[type=radio]:checked + label::after {
  background-color: #000;
  border-color: #000;
}

.radio-col-white[type=radio]:checked + label::after {
  background-color: #fff;
  border-color: #fff;
}

.with-gap.radio-col-red[type=radio]:checked + label::before {
  border: 2px solid #ff0000;
}
.with-gap.radio-col-red[type=radio]:checked + label::after {
  background-color: #ff0000;
  border: 2px solid #ff0000;
}

.with-gap.radio-col-pink[type=radio]:checked + label::before {
  border: 2px solid #e91e63;
}
.with-gap.radio-col-pink[type=radio]:checked + label::after {
  background-color: #e91e63;
  border: 2px solid #e91e63;
}

.with-gap.radio-col-purple[type=radio]:checked + label::before {
  border: 2px solid #7C277D;
}
.with-gap.radio-col-purple[type=radio]:checked + label::after {
  background-color: #7C277D;
  border: 2px solid #7C277D;
}

.with-gap.radio-col-deep-purple[type=radio]:checked + label::before {
  border: 2px solid #664CE1;
}
.with-gap.radio-col-deep-purple[type=radio]:checked + label::after {
  background-color: #664CE1;
  border: 2px solid #664CE1;
}

.with-gap.radio-col-indigo[type=radio]:checked + label::before {
  border: 2px solid #3f51b5;
}
.with-gap.radio-col-indigo[type=radio]:checked + label::after {
  background-color: #3f51b5;
  border: 2px solid #3f51b5;
}

.with-gap.radio-col-blue[type=radio]:checked + label::before {
  border: 2px solid #398BF7;
}
.with-gap.radio-col-blue[type=radio]:checked + label::after {
  background-color: #398BF7;
  border: 2px solid #398BF7;
}

.with-gap.radio-col-light-blue[type=radio]:checked + label::before {
  border: 2px solid #5C97E6;
}
.with-gap.radio-col-light-blue[type=radio]:checked + label::after {
  background-color: #5C97E6;
  border: 2px solid #5C97E6;
}

.with-gap.radio-col-cyan[type=radio]:checked + label::before {
  border: 2px solid #00bcd4;
}
.with-gap.radio-col-cyan[type=radio]:checked + label::after {
  background-color: #00bcd4;
  border: 2px solid #00bcd4;
}

.with-gap.radio-col-teal[type=radio]:checked + label::before {
  border: 2px solid #39CCCC;
}
.with-gap.radio-col-teal[type=radio]:checked + label::after {
  background-color: #39CCCC;
  border: 2px solid #39CCCC;
}

.with-gap.radio-col-green[type=radio]:checked + label::before {
  border: 2px solid #26DA87;
}
.with-gap.radio-col-green[type=radio]:checked + label::after {
  background-color: #26DA87;
  border: 2px solid #26DA87;
}

.with-gap.radio-col-light-green[type=radio]:checked + label::before {
  border: 2px solid #43e794;
}
.with-gap.radio-col-light-green[type=radio]:checked + label::after {
  background-color: #43e794;
  border: 2px solid #43e794;
}

.with-gap.radio-col-lime[type=radio]:checked + label::before {
  border: 2px solid #cddc39;
}
.with-gap.radio-col-lime[type=radio]:checked + label::after {
  background-color: #cddc39;
  border: 2px solid #cddc39;
}

.with-gap.radio-col-yellow[type=radio]:checked + label::before {
  border: 2px solid #FFB22B;
}
.with-gap.radio-col-yellow[type=radio]:checked + label::after {
  background-color: #FFB22B;
  border: 2px solid #FFB22B;
}

.with-gap.radio-col-amber[type=radio]:checked + label::before {
  border: 2px solid var(--secondary);
}
.with-gap.radio-col-amber[type=radio]:checked + label::after {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
}

.with-gap.radio-col-orange[type=radio]:checked + label::before {
  border: 2px solid #F7941D;
}
.with-gap.radio-col-orange[type=radio]:checked + label::after {
  background-color: #F7941D;
  border: 2px solid #F7941D;
}

.with-gap.radio-col-deep-orange[type=radio]:checked + label::before {
  border: 2px solid #D08021;
}
.with-gap.radio-col-deep-orange[type=radio]:checked + label::after {
  background-color: #D08021;
  border: 2px solid #D08021;
}

.with-gap.radio-col-brown[type=radio]:checked + label::before {
  border: 2px solid #795548;
}
.with-gap.radio-col-brown[type=radio]:checked + label::after {
  background-color: #795548;
  border: 2px solid #795548;
}

.with-gap.radio-col-grey[type=radio]:checked + label::before {
  border: 2px solid #D2D6DE;
}
.with-gap.radio-col-grey[type=radio]:checked + label::after {
  background-color: #D2D6DE;
  border: 2px solid #D2D6DE;
}

.with-gap.radio-col-blue-grey[type=radio]:checked + label::before {
  border: 2px solid #607d8b;
}
.with-gap.radio-col-blue-grey[type=radio]:checked + label::after {
  background-color: #607d8b;
  border: 2px solid #607d8b;
}

.with-gap.radio-col-black[type=radio]:checked + label::before {
  border: 2px solid #000;
}
.with-gap.radio-col-black[type=radio]:checked + label::after {
  background-color: #000;
  border: 2px solid #000;
}

.with-gap.radio-col-white[type=radio]:checked + label::before {
  border: 2px solid #fff;
}
.with-gap.radio-col-white[type=radio]:checked + label::after {
  background-color: #fff;
  border: 2px solid #fff;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red::after {
  background-color: #fb3a3a;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-pink::after {
  background-color: #e91e63;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-purple {
  background-color: rgba(116, 96, 238, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-purple::after {
  background-color: #7460ee;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple::after {
  background-color: #673ab7;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo::after {
  background-color: #3f51b5;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue {
  background-color: rgba(2, 190, 201, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue::after {
  background-color: #02bec9;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue::after {
  background-color: #03a9f4;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
  background-color: rgba(0, 188, 212, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan::after {
  background-color: #00bcd4;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-teal::after {
  background-color: #009688;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-green {
  background-color: rgba(38, 198, 218, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-green::after {
  background-color: #26c6da;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green::after {
  background-color: #8bc34a;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-lime::after {
  background-color: #cddc39;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow::after {
  background-color: #ffe821;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-amber::after {
  background-color: var(--secondary);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-orange::after {
  background-color: #ff9800;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
  background-color: rgba(255, 87, 34, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange::after {
  background-color: #ff5722;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-brown::after {
  background-color: #795548;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-grey::after {
  background-color: #9e9e9e;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey::after {
  background-color: #607d8b;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black::after {
  background-color: #000000;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white::after {
  background-color: #ffffff;
}

.header {
  height: 6rem;
  z-index: 8;
  position: relative;
  padding: 0 1.5rem;
  background: #fff;
  box-shadow: 0 0 1.5rem rgba(120, 130, 140, 0.13);
  margin-left: 32rem;
}

.icons > a {
  position: relative;
  display: inline-block;
}

.icons.active .drop-down {
  display: block;
}

.drop-down {
  display: none;
  z-index: 9999;
  width: 40rem;
  position: absolute;
  right: 0;
  top: 5.2rem;
  transform: translateY(5rem);
  transition: all 0.4s ease-in-out;
  border-top: 0;
  border: 0.1rem solid #42454D;
  background: transparent;
  color: #000;
  border: 0.1rem solid transparent;
  box-shadow: 0 0 1.5rem rgba(120, 130, 140, 0.13);
}

.dropdown-content-heading {
  padding: 1.5rem 1.5rem;
  line-height: 1.25;
  background: var(--primary);
}
.dropdown-content-heading span {
  font-size: 1.6rem;
  color: #fff;
}
.dropdown-content-heading i {
  color: var(--primary);
}

.dropdown-content-body ul > li {
  float: none;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  padding: 1.8rem 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.dropdown-content-body ul > li a {
  color: #abafb3;
}
.dropdown-content-body ul > li a.active, .dropdown-content-body ul > li a:focus, .dropdown-content-body ul > li a:hover {
  color: #fff;
}
.dropdown-content-body ul > li:last-child {
  padding: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.dropdown-content-body ul > li:hover, .dropdown-content-body ul > li:active, .dropdown-content-body ul > li:focus {
  transform: scale(1.03);
  background: var(--primary);
}
.dropdown-content-body ul > li:hover a, .dropdown-content-body ul > li:hover .notification-heading, .dropdown-content-body ul > li:active a, .dropdown-content-body ul > li:active .notification-heading, .dropdown-content-body ul > li:focus a, .dropdown-content-body ul > li:focus .notification-heading {
  color: #fff;
}

.notification-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #6a707e;
}

.notification-unread {
  background: white;
}
.notification-unread .notification-heading {
  color: #464a53;
}

.avatar-img {
  border-radius: 10rem;
  width: 4rem;
  position: absolute;
  top: 2.2rem;
}

.avatar-icon {
  border-radius: 10rem;
  width: 4rem;
  position: absolute;
  top: 2.5rem;
  height: 4rem;
  padding: 1rem 1.3rem;
}

.notification-content {
  margin-left: 5.5rem;
  margin-right: 2.5rem;
}

.user-avatar {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.notification-text {
  font-size: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.3rem;
  line-height: 1.25;
}

.notification-timestamp {
  font-size: 1.3rem;
  display: block;
  margin-top: 0.9rem;
  font-weight: 500;
}

.notification-percentage {
  font-size: 1.2rem;
  position: relative;
  top: 1.2rem;
}

.more-link {
  display: inline-block;
  color: #464a53 !important;
}

.dropdown-notfication .notification-heading {
  display: inline-block;
}

.dropdown-profile {
  width: 16rem;
}
.dropdown-profile .trial-day {
  color: var(--primary);
}
.dropdown-profile li {
  padding: 1rem 1.5rem !important;
  margin-bottom: 0 !important;
}
.dropdown-profile li a {
  display: flex;
  align-items: center;
  color: #abafb3;
}
.dropdown-profile li a.active, .dropdown-profile li a:focus, .dropdown-profile li a:hover {
  color: #abafb3;
}
.dropdown-profile li a i {
  margin-right: 1rem;
  line-height: 1;
  position: relative;
}
.dropdown-profile li:last-child {
  padding: 0.7rem 1.5rem;
  border-top: 0.1rem solid rgba(120, 130, 140, 0.13);
}

.dropdown-task .progress {
  box-shadow: none;
  height: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.dropdown-task .progress-bar {
  box-shadow: none;
}

.notify-close {
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  cursor: pointer;
  font-size: 1.5rem;
  opacity: 0.3;
}

.log-user {
  position: relative;
  top: -0.5rem;
}
.log-user img {
  border-radius: 5rem;
  height: 3rem;
  width: 3rem;
  margin-left: 0.5rem;
}
.log-user span {
  padding: 0 0.5rem 0 1rem;
  font-size: 1.5rem;
}

/* pulse in SVG */
svg.pulse-svg {
  overflow: visible;
}
svg.pulse-svg .first-circle, svg.pulse-svg .third-circle, svg.pulse-svg .second-circle {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
  fill: var(--primary);
}
svg.pulse-svg .second-circle {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
svg.pulse-svg .third-circle {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* pulse in CSS */
.pulse-css {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  border-radius: 2.5rem;
  height: 0.5rem;
  position: absolute;
  background: var(--primary);
  right: 0;
  top: 0.6rem;
  width: 0.5rem;
}
.pulse-css:after, .pulse-css:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: var(--primary);
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}
[direction=rtl] .pulse-css:after, [direction=rtl] .pulse-css:before {
  left: auto;
  right: -0.2rem;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
[data-sidebar-style=full] .header, [data-sidebar-style=overlay] .header {
  width: calc(100% - 32rem);
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  [data-sidebar-style=full] .header, [data-sidebar-style=overlay] .header {
    width: calc(100% - 23rem);
    margin-left: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-sidebar-style=full] .header, [data-sidebar-style=overlay] .header {
    width: calc(100% - 6rem);
    margin-left: 6rem;
  }
}

[data-sidebar-style=mini] .header {
  width: calc(100% - 6rem);
  margin-left: 6rem;
}
[data-sidebar-style=compact] .header {
  width: calc(100% - 15rem);
  margin-left: 15rem;
}

[data-header-position=fixed] .header {
  position: fixed;
  top: 0;
}
[data-header-position=fixed] .content-body {
  padding-top: 6rem;
}
[data-header-position=fixed] .nk-sidebar {
  margin-top: 0;
}

.panel-footer {
  padding: 1rem 2rem;
  background: #fff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  color: #abafb3;
}

.footer {
  padding-left: 32rem;
  background-color: #fff;
}
.footer .copyright {
  padding: 1.5rem;
  background: white;
}
.footer .copyright p {
  text-align: center;
  margin: 0;
  color: #898989;
}
.footer .copyright a {
  color: var(--primary);
}

.content-body section {
  padding: 1.5rem 2rem;
}

.content-body section .container-fluid {
  padding: 0;
}

.content-body section .row + .row {
  margin-top: 3rem;
}

.icon-text {
  display: flex;
  align-items: center;
}

.bootstrap-select .btn {
  color: #464a53;
  padding: 1.2rem 1.8rem;
}
.bootstrap-select .btn:hover, .bootstrap-select .btn:focus {
  background: transparent;
  color: #464a53;
  border-color: #DDDFE1;
  outline: none !important;
}
.bootstrap-select.show .btn {
  background: transparent;
  border-color: #DDDFE1;
  color: #464a53;
}
.bootstrap-select .text-muted {
  background: transparent;
  border-color: #DDDFE1;
}
.bootstrap-select .text-muted.dropdown-toggle::after {
  color: #464a53;
  font-size: 1.5rem;
}

.sidebar-right {
  right: -25rem;
  position: fixed;
  top: 0;
  width: 25rem;
  background-color: #fff;
  height: calc(100% - 11.3rem);
  margin-top: 6rem;
  transition: all 0.5s ease-in-out;
  padding-bottom: 3rem;
}
[direction=rtl] .sidebar-right .slimScrollDiv {
  overflow: visible !important;
}

.sidebar-right .sidebar-right-trigger {
  position: absolute;
  z-index: 9;
  top: 6rem;
  right: 100%;
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  height: 5rem;
  width: 5rem;
  text-align: center;
  line-height: 4.7rem;
  font-size: 2.1rem;
  border-radius: 50px;
}
.sidebar-right .sidebar-right-trigger span {
  display: inline-block;
  animation: bounce 0.7s infinite ease-in-out;
}
.sidebar-right.show {
  right: 0;
  z-index: 999;
}
.sidebar-right .nav-tabs {
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
[data-theme-version=dark] .sidebar-right .nav-tabs {
  background-color: #2B2E37;
}

.sidebar-right .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 1;
}
.sidebar-right .nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 1.8rem;
  border-bottom: 1px solid transparent;
  text-align: center;
  background-color: #fff;
}
[data-theme-version=dark] .sidebar-right .nav-tabs .nav-item .nav-link {
  background-color: #2B2E37;
}

.sidebar-right .nav-tabs .nav-item .nav-link.active {
  border-color: var(--primary);
}
[data-theme-version=dark] .sidebar-right .nav-tabs .nav-item .nav-link.active {
  border-right: none;
  border-left: none;
  border-top: none;
}

.sidebar-right .tab-content {
  padding: 2rem;
}
.sidebar-right .tab-content .tab-pane .admin-settings p {
  margin-bottom: 0.5rem;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio] + label::after {
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 1.2;
  left: 0;
  top: 0;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio] + label::before {
  height: 2.5rem;
  width: 2.5rem;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]:not(:checked) + label::after {
  z-index: 0;
  transform: scale(1);
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]:checked + label::after {
  content: "✓";
  color: #fff;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_1:not(:checked) + label::after {
  background-color: var(--primary);
  border: 0.2rem solid var(--primary);
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_1:checked + label::after {
  background-color: var(--primary);
  border: 0.2rem solid var(--primary);
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_1:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_1:not(:checked) + label::after {
  background-color: #fff;
  border: 0.2rem solid #464a53;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_1:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_1:checked + label::after {
  background-color: #fff;
  border: 0.2rem solid #464a53;
  color: #464a53;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_2:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_2:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_2:not(:checked) + label::after {
  background-color: #ad1457;
  border: 0.2rem solid #ad1457;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_2:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_2:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_2:checked + label::after {
  background-color: #ad1457;
  border: 0.2rem solid #ad1457;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_3:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_3:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_3:not(:checked) + label::after {
  background-color: #6a1b9a;
  border: 0.2rem solid #6a1b9a;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_3:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_3:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_3:checked + label::after {
  background-color: #6a1b9a;
  border: 0.2rem solid #6a1b9a;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_4:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_4:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_4:not(:checked) + label::after {
  background-color: #4527a0;
  border: 0.2rem solid #4527a0;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_4:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_4:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_4:checked + label::after {
  background-color: #4527a0;
  border: 0.2rem solid #4527a0;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_5:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_5:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_5:not(:checked) + label::after {
  background-color: #c62828;
  border: 0.2rem solid #c62828;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_5:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_5:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_5:checked + label::after {
  background-color: #c62828;
  border: 0.2rem solid #c62828;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_6:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_6:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_6:not(:checked) + label::after {
  background-color: #283593;
  border: 0.2rem solid #283593;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_6:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_6:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_6:checked + label::after {
  background-color: #283593;
  border: 0.2rem solid #283593;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_7:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_7:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_7:not(:checked) + label::after {
  background-color: #1565c0;
  border: 0.2rem solid #1565c0;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_7:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_7:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_7:checked + label::after {
  background-color: #1565c0;
  border: 0.2rem solid #1565c0;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_8:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_8:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_8:not(:checked) + label::after {
  background-color: #0277bd;
  border: 0.2rem solid #0277bd;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_8:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_8:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_8:checked + label::after {
  background-color: #0277bd;
  border: 0.2rem solid #0277bd;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_9:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_9:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_9:not(:checked) + label::after {
  background-color: #00838f;
  border: 0.2rem solid #00838f;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_9:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_9:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_9:checked + label::after {
  background-color: #00838f;
  border: 0.2rem solid #00838f;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_10:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_10:not(:checked) + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_10:not(:checked) + label::after {
  background-color: #558b2f;
  border: 0.2rem solid #558b2f;
}
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_10:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_10:checked + label::after, .sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_10:checked + label::after {
  background-color: #558b2f;
  border: 0.2rem solid #558b2f;
}
.sidebar-right .tab-content .tab-pane .sidebar-recent-activity {
  margin-bottom: 5rem;
}
[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity {
  text-align: right;
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline {
  padding-top: 1.5rem;
}
.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan::before {
  left: 6.5%;
  top: 4rem;
}
[data-theme-version=dark] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan::before {
  background-color: #42454D;
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan::before {
  right: 6.5%;
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-badge {
  left: 11.4%;
}
[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-badge {
  right: -3%;
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-panel {
  width: 85%;
  margin-top: 0.5rem;
}
[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-panel {
  float: left;
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-panel p {
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
[direction=rtl] .sidebar-right .tab-content .tab-pane .user-chat .all-chats {
  padding: 0;
}

.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat {
  padding: 0;
}
[data-theme-version=dark] .sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat {
  background-color: transparent;
}
[data-theme-version=dark] .sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat .chat-open {
  color: #fff;
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat {
  text-align: right;
}

.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat .user-img img {
  border-radius: 50px;
}
.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat:not(:last-child) {
  margin-bottom: 1.5rem;
}

@keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
  }
  100% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
  }
  100% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
  }
}
.nav-header {
  height: 6rem;
  width: 32rem;
  display: flex;
  align-items: center;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary);
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .nav-header {
    width: 23rem;
  }
}
.nav-header .brand-logo {
  z-index: 999;
}
.nav-header .brand-logo a {
  padding: 0.5rem 1.7rem;
}
.nav-header .brand-logo a i {
  font-size: 2rem;
  font-size: 2.2rem;
}
.nav-header .brand-logo a span {
  font-size: 1.8rem;
  margin-left: 1rem;
}
.nav-header .brand-logo a img {
  height: 100%;
  display: block;
}
.nav-control {
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  cursor: pointer;
}
.nav-control .hamburger.active {
  z-index: -1;
}

.header-left {
  float: left;
  margin-left: 0;
  line-height: 6rem;
}
.header-left .icons {
  float: left;
  margin: 0;
  padding: 0 0.5rem;
  position: relative;
}
.header-left .icons > a {
  padding: 0 0.5rem;
  color: #464a53;
}
.header-left .drop-down {
  left: 0;
  top: 0.5rem;
}

.header-search {
  min-width: 32rem;
  box-shadow: 0 0 0.5rem rgba(120, 130, 140, 0.13);
}
.header-search .input-group {
  margin-bottom: 0 !important;
}
.header-search .input-group .form-control:hover, .header-search .input-group .form-control:focus, .header-search .input-group .form-control.active {
  box-shadow: 0;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
}
.header-search .input-group .input-group-text {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #fff;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
  font-size: 1.8rem;
  padding: 0.375rem 1.75rem;
  cursor: pointer;
}

.header-right {
  float: right;
  line-height: 4.8rem;
  margin-top: 0.8rem;
}
.header-right .icons {
  float: left;
  margin: 0;
  padding: 0 0.5rem;
  position: relative;
}
.header-right .icons > a {
  padding: 0 0.5rem;
  color: #464a53;
}

.nav-user {
  text-align: center;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
}
.nav-user img {
  width: 5rem;
  height: 5rem;
}
.nav-user h5 {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  color: #464a53;
}
.nav-user p {
  margin-bottom: 0.8rem;
}
.nav-user .nav-user-option {
  position: relative;
}
.nav-user .nav-user-option .dropdown-menu {
  left: 3rem !important;
  top: 2.2rem !important;
  background: #fff;
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
  box-shadow: 0 0 2.5rem rgba(120, 130, 140, 0.13);
  padding: 1rem 0;
}
.nav-user .nav-user-option .dropdown-menu a {
  color: #abafb3;
  line-height: 2.7rem;
}
.nav-user .nav-user-option .dropdown-menu a:hover, .nav-user .nav-user-option .dropdown-menu a:focus, .nav-user .nav-user-option .dropdown-menu a.active {
  background: white;
}
.nav-user .nav-user-option .setting-option {
  display: inline-block;
  cursor: pointer;
}
.nav-user .nav-user-option .setting-option i {
  font-size: 1.6rem;
  padding: 0 0.5rem;
}
.nav-user .nav-user-option .notification-option {
  display: inline-block;
  cursor: pointer;
}
.nav-user .nav-user-option .notification-option i {
  font-size: 1.6rem;
  padding: 0 0.5rem;
}

.nav-label {
  padding: 2rem 2.7rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  color: var(--primary);
}

.nav-badge {
  position: absolute;
  right: 4.5rem;
  top: 2.1rem;
}

.content-body {
  margin-left: 32rem;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .content-body {
    margin-left: 23rem;
  }
}

.nk-sidebar {
  width: 32rem;
  height: calc(100vh - 6rem);
  padding-bottom: 1rem;
  padding-top: 0;
  background: #fff;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  position: absolute;
  top: 6rem;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .nk-sidebar {
    width: 23rem;
  }
}
.nk-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fafafa;
}
.nk-sidebar .metismenu .active > .has-arrow:after,
.nk-sidebar .metismenu .has-arrow[aria-expanded=true]:after {
  transform: rotate(-135deg) translateY(-50%);
}
.nk-sidebar .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
.nk-sidebar .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.nk-sidebar .metismenu > li.active > a {
  border-color: var(--primary);
}
[direction=rtl] .nk-sidebar .metismenu > li.active > a {
  border-color: var(--primary);
}

.nk-sidebar .metismenu > li > a {
  border-left: 3px solid transparent;
  transition: none;
}
[direction=rtl] .nk-sidebar .metismenu > li > a {
  border-right: 3px solid transparent;
  border-left: none;
}

.nk-sidebar .metismenu > li:hover > a {
  background: #F3F1FA;
  color: var(--primary);
}
.nk-sidebar .metismenu > li.active > a {
  background: #F3F1FA;
  color: var(--primary);
}
.nk-sidebar .metismenu > li a > i {
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  color: #707070;
}
.nk-sidebar .metismenu > li a > .nav-text {
  padding-left: 1.5rem;
}
[direction=rtl] .nk-sidebar .metismenu > li a > .nav-text {
  padding-left: 0;
  padding-right: 1.5rem;
}

.nk-sidebar .metismenu a {
  position: relative;
  display: block;
  padding: 1.3rem 2.8rem;
  outline-width: 0;
  transition: all 0.3s ease-out;
  color: #333;
  font-size: 1.5rem;
}
.nk-sidebar .metismenu ul a {
  padding: 1.6rem 1.5rem 1.6rem 9.2rem;
}
[direction=rtl] .nk-sidebar .metismenu ul a {
  padding: 1.6rem 9.2rem 1.6rem 1.5rem;
}

.nk-sidebar .metismenu ul ul a {
  padding: 1rem 1.5rem 1rem 12.2rem;
}
[direction=rtl] .nk-sidebar .metismenu ul ul a {
  padding: 1rem 12.2rem 1rem 1.5rem;
}

.nk-sidebar .metismenu .mega-menu ul.in li a:hover, .nk-sidebar .metismenu .mega-menu ul.in li a:focus, .nk-sidebar .metismenu .mega-menu ul.in li a.active {
  color: var(--primary);
}
.nk-sidebar .metismenu a {
  transition: all 0.4s ease-in-out;
}
.nk-sidebar .metismenu a:hover, .nk-sidebar .metismenu a:active, .nk-sidebar .metismenu a.active {
  text-decoration: none;
  background-color: #F3F1FA;
}
.nk-sidebar .metismenu .has-arrow:after {
  right: 2.5rem;
  top: 48%;
  border-color: #707070;
  transform: rotate(-225deg) translateY(-50%);
}

body[data-sidebar-position=static]:not([data-sidebar-position=fixed]) .nk-nav-scroll {
  height: auto !important;
}

@media (max-width: 767px) {
  .hamburger {
    left: 6rem !important;
  }
  .hamburger .line {
    background-color: #464a53 !important;
  }
  [direction=rtl] .hamburger {
    right: 7rem !important;
  }

  .nav-header {
    width: 6rem;
  }
  .nav-header .brand-title {
    display: none;
  }

  .header-left {
    margin-left: 3rem;
  }
  .header-left .drop-down {
    top: 6rem;
  }
  [direction=rtl] .header-left {
    margin-left: auto;
    margin-right: 3rem;
  }

  .header-content {
    margin-left: 6rem;
  }
  [direction=rtl] .header-content {
    margin-left: 0;
  }

  .footer {
    padding-left: 0;
  }

  .nk-sidebar {
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
  }
}
.hamburger {
  display: inline-block;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 3.7rem;
  z-index: 999;
}
.hamburger.is-active {
  left: 6rem;
  z-index: 9;
}

.hamburger .line {
  display: block;
  height: 0.2rem;
  margin: 0.5rem auto;
  background-color: #fff;
  width: 2.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line {
  background-color: #000;
}

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 1rem;
  height: 0.2rem;
}

.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(-0.6rem);
  transform: translateX(-0.6rem);
  width: 1.6rem;
  height: 0.2rem;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(0.4rem) rotate(45deg);
  transform: translateY(0.4rem) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-0.4rem) rotate(-45deg);
  transform: translateY(-0.4rem) rotate(-45deg);
}

@media (max-width: 600px) {
  .input {
    background-color: var(--primary);
  }
  .input span::after {
    color: #464a53;
  }
}
.metismenu {
  transition: all 0.4s ease-in-out;
}

.metismenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header {
  width: 6rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo {
  z-index: 999;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo a {
  width: 6rem;
  padding: 1.5rem 0.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo a img {
  margin: 0 auto;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: #464a53 !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-title {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  margin-left: 6rem;
  width: calc(100% - 6rem);
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
  margin-left: auto;
  margin-right: 6rem;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-left {
  margin-left: 2rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-left {
  margin-right: 2rem;
  margin-left: auto;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-left .drop-down {
  top: 0.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-content {
  margin-left: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar {
  width: 6rem;
  overflow: visible;
  position: absolute;
  padding-top: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .nav-text {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .slimScrollDiv,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .nk-nav-scroll {
  overflow: visible !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li {
  position: relative;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li a {
  padding: 1.3rem 1.5rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li > ul {
  position: absolute;
  left: 6rem;
  top: 5.6rem;
  width: 19rem;
  z-index: 1001;
  display: none;
  padding-left: 0.1rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li > ul {
  left: auto;
  right: 6rem;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li > ul li:hover ul {
  display: block;
  left: 18.9rem;
  top: 0;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li {
  transition: all 0.4s ease-in-out;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li > a.has-arrow:after {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu > ul.collapse:not(.in) {
  height: 252px !important;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu:hover > a {
  width: calc(70vw + 6rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 22rem;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-xl:hover > a {
  width: calc(70vw + 6rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 35rem;
  width: 70vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-lg:hover > a {
  width: calc(55vw + 6rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 29rem;
  width: 55vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-md:hover > a {
  width: calc(45vw + 6rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-md:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 30rem;
  width: 45vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-md:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-sm:hover > a {
  width: calc(22vw + 6rem);
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 29rem;
  width: 22vw;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
  width: 101%;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover:nth-last-child(-n+3) > ul {
  bottom: 5.6rem;
  top: auto;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover > a {
  width: 25rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover > a .nav-text {
  display: inline-block;
  padding-left: 2.7rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover > a .nav-text {
  padding-left: auto;
  padding-right: 2.7rem;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover > ul {
  display: block;
  height: auto !important;
  overflow: visible;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover > ul a {
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu > li:hover > ul ul a {
  padding: 1rem 1.5rem 1rem 3rem;
  margin-left: -0.1rem;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu .nav-label,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu .nav-badge {
  display: none;
}
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-left: 6rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
  margin-right: 6rem;
  margin-left: auto;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 6rem;
}
[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle + .footer {
  padding-left: 0;
  padding-right: 6rem;
}

@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini] .nav-header {
    width: 6rem;
  }
  [data-sidebar-style=mini] .nav-header .brand-logo {
    z-index: 999;
  }
  [data-sidebar-style=mini] .nav-header .brand-logo a {
    padding: 0.5rem 0.5rem;
  }
  [data-sidebar-style=mini] .nav-header .brand-logo a b img {
    max-width: 5rem;
  }
  [data-sidebar-style=mini] .nav-header .nav-control {
    z-index: -1;
  }
  [data-sidebar-style=mini] .nav-header .nav-control .hamburger {
    left: 6rem !important;
  }
  [data-sidebar-style=mini] .nav-header .nav-control .hamburger .line {
    background-color: #464a53 !important;
  }
  [data-sidebar-style=mini] .nav-header .brand-title {
    display: none;
  }
  [data-sidebar-style=mini] .nav-header .hamburger {
    display: none;
  }
  [data-sidebar-style=mini] .header-content {
    margin-left: 0;
  }
  [data-sidebar-style=mini] .header-content .header-left {
    margin-left: 1rem;
  }
  [data-sidebar-style=mini] .header-content .header-left .drop-down {
    top: 0.5rem;
  }
  [data-sidebar-style=mini] .nav-user {
    padding: 2rem 1.5rem 1.5rem;
  }
  [data-sidebar-style=mini] .nav-user img {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
  }
  [data-sidebar-style=mini] .nav-user h5,
[data-sidebar-style=mini] .nav-user p {
    display: none;
  }
  [data-sidebar-style=mini] .nav-user i {
    margin-top: 1.5rem;
    display: block;
  }
  [data-sidebar-style=mini] .nav-user .dropdown-menu {
    left: 4.5rem !important;
    top: 2.2rem !important;
  }
  [data-sidebar-style=mini] .nk-sidebar {
    width: 6rem;
    overflow: visible;
    position: absolute;
  }
  [data-sidebar-style=mini] .nk-sidebar .nav-text {
    display: none;
  }
  [data-sidebar-style=mini] .nk-sidebar .slimScrollDiv,
[data-sidebar-style=mini] .nk-sidebar .nk-nav-scroll {
    overflow: visible !important;
  }
  [data-sidebar-style=mini] .nk-sidebar .metismenu li {
    position: relative;
  }
  [data-sidebar-style=mini] .nk-sidebar .metismenu li a {
    padding: 1.3rem 1.5rem;
  }
  [data-sidebar-style=mini] .nk-sidebar .metismenu li > ul {
    position: absolute;
    left: 6rem;
    top: 5.6rem;
    width: 19rem;
    z-index: 1001;
    display: none;
    padding-left: 0.1rem;
  }
  [direction=rtl]:not([data-layout=horizontal])[data-sidebar-style=mini] .nk-sidebar .metismenu li > ul {
    left: auto;
    right: 6rem;
  }

  [data-sidebar-style=mini] .nk-sidebar .metismenu > li > a.has-arrow:after {
    display: none;
  }
  [data-sidebar-style=mini] .nk-sidebar .metismenu .nav-label,
[data-sidebar-style=mini] .nk-sidebar .metismenu .nav-badge {
    display: none;
  }
  [data-sidebar-style=mini] .content-body {
    margin-left: 6rem;
  }
  [data-sidebar-style=mini] .footer {
    padding-left: 6rem;
  }

  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:nth-last-child(-n+3) > ul {
    bottom: 5.6rem;
    top: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:nth-last-child(-n+6) > ul {
    bottom: 5.6rem;
    top: auto;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li > ul {
    overflow: visible;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li > ul li:hover ul {
    display: block;
    left: 18.9rem;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:hover > a {
    width: 25rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:hover > a .nav-text {
    display: inline-block;
    padding-left: 2.7rem;
  }
  [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:hover > a .nav-text {
    padding-left: auto;
    padding-right: 2.7rem;
  }

  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:hover > ul {
    display: block;
    height: auto !important;
    overflow: visible;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:hover > ul a {
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin-left: -0.1rem;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li:hover > ul ul a {
    padding: 1rem 1.5rem 1rem 3rem;
    margin-left: -0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu > ul.collapse:not(.in) {
    height: 252px !important;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu:hover > a {
    width: calc(70vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 22rem;
    width: 70vw;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-xl:hover > a {
    width: calc(70vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 35rem;
    width: 70vw;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-lg:hover > a {
    width: calc(80vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 29rem;
    width: 80vw;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-md:hover > a {
    width: calc(45vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 30rem;
    width: 45vw;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-sm:hover > a {
    width: calc(29vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 29rem;
    width: 29vw;
  }
  [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu:hover > a {
    width: calc(60vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 40rem;
    width: 60vw;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-xl:hover > a {
    width: calc(60vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 41rem;
    width: 60vw;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-lg:hover > a {
    width: calc(50vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 26rem;
    width: 50vw;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-md:hover > a {
    width: calc(40vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 30rem;
    width: 40vw;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul ul a {
    width: 101%;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-sm:hover > a {
    width: calc(22vw + 6rem);
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 29rem;
    width: 22vw;
  }
  [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%;
  }
}
@media only screen and (min-width: 768px) {
  [data-sidebar-style=mini][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
    width: calc(1199px - 6rem);
  }
}
[data-layout=vertical] .nk-sidebar .mega-menu .mega-menu-col {
  max-width: 100%;
  flex: 0 0 100%;
}

[data-sidebar-position=fixed][data-layout=vertical] .nav-header {
  position: fixed;
  left: auto;
  z-index: 9;
}
[data-sidebar-position=fixed][data-layout=vertical] .nk-sidebar {
  position: fixed;
}
[data-sidebar-position=fixed][data-layout=vertical] .menu-toggle .nk-sidebar {
  position: fixed;
}

[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .nk-sidebar {
  position: absolute;
}

[data-sidebar-style=compact] .header-left {
  margin-left: 0;
}

[data-sidebar-style=compact][data-layout=vertical] .nav-header a {
  padding: 0.75rem 1.7rem;
}
[data-sidebar-style=compact][data-layout=vertical] .nav-header img {
  max-width: 45px;
}

@media (min-width: 767px) {
  [data-sidebar-style=compact] .nav-control {
    display: none;
  }
  [data-sidebar-style=compact] .nav-header {
    width: 15rem;
  }
  [data-sidebar-style=compact] .nk-sidebar {
    width: 15rem;
  }
  [data-sidebar-style=compact] .metismenu li {
    text-align: center;
  }
  [data-sidebar-style=compact] .metismenu li a {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  [data-sidebar-style=compact] .nav-text {
    display: block;
    margin-top: 0.5rem;
  }
  [data-sidebar-style=compact] .nav-badge {
    display: none;
  }
  [data-sidebar-style=compact] .footer {
    padding-left: 15rem;
  }
  [data-sidebar-style=compact] .content-body {
    margin-left: 15rem;
  }
}
[data-sidebar-style=compact][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
  width: calc(1199px - 15rem);
}

[data-layout=vertical][data-sidebar-style=compact] .nk-sidebar .metismenu ul ul a {
  padding: 1rem 1.5rem;
}
[data-layout=vertical][data-sidebar-style=compact] .nk-sidebar .metismenu > li > a.has-arrow::after {
  top: 35%;
}

@media (min-width: 1199px) {
  [data-layout=horizontal] .nav-header {
    width: 14.5rem;
    height: 6rem;
  }
  [data-layout=horizontal] .nav-header .brand-logo a {
    padding: 0.8rem 0.7rem;
  }
  [data-layout=horizontal] .nav-header .brand-logo a img {
    max-height: 45px;
  }
  [data-layout=horizontal] .nav-header .nav-control {
    display: none;
  }
  [data-layout=horizontal] .header {
    width: calc(100% - 14.5rem);
    margin-left: 14.5rem;
    z-index: 9;
  }
  [data-layout=horizontal] .header .header-left {
    margin-left: 0;
  }
  [data-layout=horizontal] .nk-sidebar {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0;
    top: 0;
    z-index: 8;
  }
  [data-layout=horizontal] .nk-sidebar .slimScrollDiv {
    overflow: visible !important;
  }
  [data-layout=horizontal] .nk-sidebar .slimScrollDiv .nk-nav-scroll {
    overflow: visible !important;
  }
  [data-layout=horizontal] .nk-sidebar .nav-user,
[data-layout=horizontal] .nk-sidebar .nav-label {
    display: none;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu .collapse.in {
    display: none;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu .has-arrow:after {
    transform: rotate(135deg) translateY(-50%);
  }
  [data-layout=horizontal] .nk-sidebar .metismenu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu li > ul {
    position: absolute;
    top: 5.4rem;
    width: 100%;
    min-width: 22rem;
    z-index: 999;
    left: auto;
    right: auto;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu li > ul li {
    padding: 1rem 2rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu li > ul li a {
    transition: all 0.4s ease-in-out;
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin-left: -0.1rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu li > ul li a:hover {
    border-radius: 0.4rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu li > ul ul a {
    padding: 1rem 1.5rem 1rem 3rem;
    margin-left: -0.1rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li {
    flex: 0 0 auto;
    position: relative;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:not(:last-child) {
    position: static;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul {
    left: 0;
    right: 0;
    padding: 2rem 4.5rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-right: 1px solid #DDDFE1;
    padding: 1rem 2rem;
  }
  [data-theme-version=dark][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #42454D;
  }

  [data-sibebarbg=color_2][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #520929;
  }

  [data-sibebarbg=color_3][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #2e0c43;
  }

  [data-sibebarbg=color_4][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #22134e;
  }

  [data-sibebarbg=color_5][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #711717;
  }

  [data-sibebarbg=color_6][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #121843;
  }

  [data-sibebarbg=color_7][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #0b3564;
  }

  [data-sibebarbg=color_8][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #013758;
  }

  [data-sibebarbg=color_9][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #002629;
  }

  [data-sibebarbg=color_10][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li {
    border-color: #263f15;
  }

  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li a {
    transition: all 0.4s ease-in-out;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu ul li a:hover {
    border-radius: 0.4rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 22rem;
    width: 70vw;
    z-index: 99;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: #fff;
    right: 4.5rem;
    top: 0;
  }
  [data-theme-version=dark][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #323640;
  }

  [data-sibebarbg=color_2][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #7f0f40;
  }

  [data-sibebarbg=color_3][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #4c136f;
  }

  [data-sibebarbg=color_4][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #331d77;
  }

  [data-sibebarbg=color_5][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #9c1f1f;
  }

  [data-sibebarbg=color_6][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #1d276b;
  }

  [data-sibebarbg=color_7][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #104d92;
  }

  [data-sibebarbg=color_8][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #01578b;
  }

  [data-sibebarbg=color_9][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #00545c;
  }

  [data-sibebarbg=color_10][data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul::after {
    background-color: #3e6522;
  }

  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu:hover > ul ul a {
    width: 101%;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 40rem;
    width: 70vw;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul ul a {
    width: 101%;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 40rem;
    width: 60vw;
    height: 40rem !important;
  }
}
@media only screen and (min-width: 1199px) and (min-width: 1200px) and (max-width: 1500px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul {
    width: 80vw;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul ul a {
    width: 101%;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 40rem;
    width: 54vw;
  }
}
@media only screen and (min-width: 1199px) and (min-width: 1200px) and (max-width: 1500px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul {
    width: 60vw;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul ul a {
    width: 101%;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 40rem;
    width: 29vw;
  }
}
@media only screen and (min-width: 1199px) and (min-width: 1200px) and (max-width: 1500px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul {
    width: 35vw;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li:not(:last-child) {
    border-right: 1px solid #DDDFE1;
  }
  [data-theme-version=dark][data-layout=horizontal] .nk-sidebar .metismenu > li:not(:last-child) {
    border-color: #42454D;
  }
}
@media (min-width: 1199px) {
  [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu > li:not(:first-child) {
    border-right: 1px solid #DDDFE1;
  }
  [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu > li:first-child {
    border-right: 0;
  }
  [data-theme-version=dark][direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu > li {
    border-color: #42454D;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li > a {
    padding: 1.3rem 1rem;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li > a i {
    padding: 0 0.7rem 0 0;
  }
  [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu > li > a i {
    padding: 0 0 0 0.7rem;
  }

  [data-layout=horizontal] .nk-sidebar .metismenu > li > a .nav-badge {
    display: none;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li > a:after {
    display: none;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li:hover > ul {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li:hover > ul.collapse:not(.in) {
    height: auto !important;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li > ul > li:hover ul.collapse {
    display: block !important;
    position: absolute;
    left: auto !important;
    right: -100% !important;
    top: 0 !important;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li:nth-last-child(-n+5) > ul {
    left: auto;
    right: 0;
  }
  [data-layout=horizontal] .nk-sidebar .metismenu > li:nth-last-child(-n+5) > ul > li:hover ul.collapse {
    right: auto !important;
    left: -100% !important;
  }
}
@media (min-width: 1199px) {
  [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu > li:nth-last-child(-n+3) > ul {
    left: 0;
    right: auto;
  }
  [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu > li:nth-last-child(-n+3) > ul > li:hover ul.collapse {
    right: -100% !important;
    left: auto !important;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .nk-sidebar .metismenu > li:last-child .has-arrow:after {
    transform: rotate(-45deg) translateY(-50%);
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .content-body {
    margin-top: -1.5rem;
    margin-left: 0;
  }
  [data-layout=horizontal] .content-body .page-titles {
    margin-left: 0;
    margin-right: 0;
    margin-top: -1px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .footer {
    margin-left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal] .sidebar-right {
    z-index: 1;
  }
}
@media (min-width: 1199px) {
  [data-header-position=fixed][data-layout=horizontal] .nk-sidebar {
    top: 6rem;
  }
}
@media (min-width: 1199px) {
  [data-header-position=fixed][data-sidebar-position=fixed] .nk-sidebar {
    position: fixed;
  }
}
@media (min-width: 1199px) {
  [data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed] .content-body {
    padding-top: 11rem;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 35rem;
    width: 100%;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-xl:hover > ul ul a {
    width: 101%;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 35rem;
    width: 55vw;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul ul a {
    width: 101%;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 30rem;
    width: 45vw;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-md:hover > ul ul a {
    width: 101%;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 29rem;
    width: 30vw;
  }
  [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%;
  }
  [data-layout=horizontal][data-container=boxed] .footer {
    margin-left: 0;
    max-width: 1199px;
    margin: 0 auto;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal][data-container=wide] .page-titles {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1199px) {
  [data-layout=horizontal][data-sidebar-style=compact] .page-titles {
    margin-top: 0;
  }
  [data-layout=horizontal][data-sidebar-style=compact] .metismenu li > ul {
    top: 80px;
  }
}
@media (min-width: 1199px) {
  [data-sidebar-style=mini][data-layout=horizontal] .nav-header {
    width: 6rem;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .header {
    width: calc(100% - 6rem);
    margin-left: 6rem;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .metismenu > li:hover a {
    width: auto;
  }
  [data-sidebar-style=mini][data-layout=horizontal] .metismenu > li:hover a .nav-text {
    display: none;
  }
}
@media (min-width: 1199px) {
  [data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed][data-sidebar-style=compact] .content-body {
    padding-top: 14rem;
  }
}
[data-sidebar-style=overlay] .nk-sidebar {
  left: -100%;
}
[direction=rtl][data-sidebar-style=overlay] .nk-sidebar {
  left: auto;
  right: -100%;
}

[data-sidebar-style=overlay] .content-body {
  margin-left: 0;
}
[data-sidebar-style=overlay] .header-left {
  margin-left: 0;
}
[data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active {
  left: 0;
}
[data-sidebar-style=overlay] .nav-header .hamburger.is-active .line {
  background-color: #fff;
}
[data-sidebar-style=overlay] .menu-toggle .nav-header {
  position: absolute;
  left: auto;
}
[data-sidebar-style=overlay] .menu-toggle .nk-sidebar {
  left: 0;
}
[direction=rtl][data-sidebar-style=overlay] .menu-toggle .nk-sidebar {
  left: auto;
  right: 0;
}

[data-sidebar-style=overlay] .footer {
  padding-left: 0;
}

[data-sidebar-style=overlay][data-header-position=fixed] .nav-header {
  position: fixed;
}

[data-sidebar-position=fixed][data-header-position=fixed] .nav-header {
  position: fixed;
}

[data-sidebar-style=overlay][data-layout=vertical] .nav-header {
  height: 6rem;
}
[data-sidebar-style=overlay][data-layout=vertical] .nav-header .brand-logo a {
  padding: 8px 1.7rem;
}
[data-sidebar-style=overlay][data-layout=vertical] .nav-header .brand-logo a img {
  width: 45px;
}
@media (min-width: 992px) {
  [data-container=boxed] #main-wrapper {
    max-width: 1199px;
    margin: 0 auto;
  }
  [direction=rtl][data-container=boxed] #main-wrapper {
    text-align: right;
  }
}
@media only screen and (min-width: 1350px) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
    width: calc(1199px - 27.5rem);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
    width: calc(1199px - 23rem);
  }
}
[data-header-position=fixed][data-layout=horizontal][data-container=boxed] .nk-sidebar {
  max-width: 1199px;
}

[data-layout=horizontal][data-container=boxed][data-header-position=fixed] .header {
  width: calc(1199px - 14.5rem);
}

[data-layout=horizontal][data-container=boxed][data-header-position=fixed][data-sidebar-style=mini] .header {
  width: calc(1199px - 6rem);
}

[data-container=boxed] .metismenu.fixed {
  left: auto;
  max-width: 1199px;
}
[data-container=boxed] .page-titles {
  margin-bottom: 3rem;
  padding: 15px 15px;
}
[data-container=boxed] .content-body .container-fluid {
  padding: 1.5rem 0 0;
}

[data-container=boxed][data-layout=vertical] .page-titles {
  margin-left: 0;
  margin-right: 0;
}

[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .nav-header {
  position: absolute;
}
[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .menu-toggle .nk-sidebar {
  position: absolute;
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nk-sidebar {
  top: 11.3rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header {
  height: 6rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header .nav-control {
  top: 1.2rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header .nav-control .hamburger.is-active {
  top: 0.5rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header a {
  padding: 0.85rem 1.7rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header img {
  max-width: 43px;
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .nav-header {
  height: 6rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .nav-header a {
  padding: 0.5rem 0.5rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .content-body .page-titles {
  margin-left: -30px;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .content-body .container-fluid {
  padding: 1.5rem 0 0 3rem;
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .nav-header {
  height: 6rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .nav-header a {
  padding: 0.8rem 0.5rem;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .nav-header a img {
  max-width: 45px;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .content-body .page-titles {
  margin-left: -30px;
}
[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .content-body .container-fluid {
  padding: 1.5rem 0 0 3rem;
}

@media (min-width: 992px) {
  [data-container=wide-boxed] #main-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  [data-container=wide-boxed][data-sidebar-style=full] .header {
    width: calc(100% - 27.5rem);
  }
  [data-container=wide-boxed][data-sidebar-style=full] .menu-toggle .header {
    width: calc(100% - 6rem);
  }
  [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=full] .header {
    width: calc(90% - 27.5rem);
  }
  [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=full] .menu-toggle .header {
    width: calc(90% - 6rem);
  }
}

@media (min-width: 992px) {
  [data-container=wide-boxed][data-sidebar-style=mini] .header {
    width: calc(100% - 6rem);
  }
  [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=mini] .header {
    width: calc(90% - 6rem);
  }
}

@media (min-width: 992px) {
  [data-container=wide-boxed][data-sidebar-style=compact] .header {
    width: calc(100% - 15rem);
  }
  [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=compact] .header {
    width: calc(90% - 15rem);
  }
}

@media (min-width: 992px) {
  [data-container=wide-boxed][data-sidebar-style=overlay] .header {
    width: calc(100% - 27.5rem);
  }
  [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=overlay] .header {
    width: calc(90% - 27.5rem);
  }
}

[data-layout=horizontal][data-container=wide-boxed] .header {
  width: calc(100% - 14.5rem);
}
[data-sidebar-style=full][data-header-position=fixed][data-layout=horizontal][data-container=wide-boxed] .header {
  width: calc(90% - 14.5rem);
}

[data-sidebar-style=mini][data-layout=horizontal][data-container=wide-boxed] .header {
  width: calc(100% - 6rem);
}

[data-sidebar-style=mini] .nav-control {
  z-index: 99;
}

[data-header-position=fixed] .nav-header {
  position: fixed;
  z-index: 99;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .nav-header .brand-logo {
    height: 100%;
  }
  .nav-header .brand-logo a {
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
[data-nav-headerbg=color_1] .nav-header {
  background-color: var(--primary);
}

[data-nav-headerbg=color_2] .nav-header {
  background-color: #ad1457 !important;
}

[data-nav-headerbg=color_3] .nav-header {
  background-color: #6a1b9a !important;
}

[data-nav-headerbg=color_4] .nav-header {
  background-color: #4527a0 !important;
}

[data-nav-headerbg=color_5] .nav-header {
  background-color: #c62828 !important;
}

[data-nav-headerbg=color_6] .nav-header {
  background-color: #283593 !important;
}

[data-nav-headerbg=color_7] .nav-header {
  background-color: #1565c0 !important;
}

[data-nav-headerbg=color_8] .nav-header {
  background-color: #0277bd !important;
}

[data-nav-headerbg=color_9] .nav-header {
  background-color: #00838f !important;
}

[data-nav-headerbg=color_10] .nav-header {
  background-color: #558b2f !important;
}

[data-headerbg=color_1] .header {
  background-color: #fff;
}

[data-headerbg=color_2] .header {
  background-color: #ad1457 !important;
  color: #fff !important;
}

[data-headerbg=color_3] .header {
  background-color: #6a1b9a !important;
  color: #fff !important;
}

[data-headerbg=color_4] .header {
  background-color: #4527a0 !important;
  color: #fff !important;
}

[data-headerbg=color_5] .header {
  background-color: #c62828 !important;
  color: #fff !important;
}

[data-headerbg=color_6] .header {
  background-color: #283593 !important;
  color: #fff !important;
}

[data-headerbg=color_7] .header {
  background-color: #1565c0 !important;
  color: #fff !important;
}

[data-headerbg=color_8] .header {
  background-color: #0277bd !important;
  color: #fff !important;
}

[data-headerbg=color_9] .header {
  background-color: #00838f !important;
  color: #fff !important;
}

[data-headerbg=color_10] .header {
  background-color: #558b2f !important;
  color: #fff !important;
}

[data-headerbg=color_2] .header .icons > a, [data-headerbg=color_2] .header .icons i,
[data-headerbg=color_3] .header .icons > a,
[data-headerbg=color_3] .header .icons i,
[data-headerbg=color_4] .header .icons > a,
[data-headerbg=color_4] .header .icons i,
[data-headerbg=color_5] .header .icons > a,
[data-headerbg=color_5] .header .icons i,
[data-headerbg=color_6] .header .icons > a,
[data-headerbg=color_6] .header .icons i,
[data-headerbg=color_7] .header .icons > a,
[data-headerbg=color_7] .header .icons i,
[data-headerbg=color_8] .header .icons > a,
[data-headerbg=color_8] .header .icons i,
[data-headerbg=color_9] .header .icons > a,
[data-headerbg=color_9] .header .icons i,
[data-headerbg=color_10] .header .icons > a,
[data-headerbg=color_10] .header .icons i {
  color: #fff !important;
}
[data-headerbg=color_2] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_3] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_4] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_5] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_6] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_7] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_8] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_9] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_10] .header .header-search .input-group .input-group-text i {
  color: #abafb3 !important;
}

[data-sibebarbg=color_1] .nk-sidebar .metismenu {
  background-color: #fff;
}

[data-sibebarbg=color_2] .nk-sidebar {
  background-color: #ad1457 !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu {
  background-color: #ad1457 !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu ul {
  background-color: #7f0f40;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu a.active {
  background-color: #520929 !important;
  color: #fff !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #520929 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #520929 !important;
  color: #fff !important;
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_2] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #520929 !important;
  color: #fff !important;
}
[data-sibebarbg=color_2] .nk-sidebar .metismenu * {
  color: #fff !important;
}

[data-sibebarbg=color_3] .nk-sidebar {
  background-color: #6a1b9a !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu {
  background-color: #6a1b9a !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu ul {
  background-color: #4c136f !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu a.active {
  background-color: #2e0c43 !important;
  color: #fff !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #2e0c43 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #2e0c43 !important;
  color: #fff !important;
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_3] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #2e0c43 !important;
  color: #fff !important;
}
[data-sibebarbg=color_3] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_4] .nk-sidebar {
  background-color: #4527a0 !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu {
  background-color: #4527a0 !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu ul {
  background-color: #331d77 !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu a.active {
  background-color: #22134e !important;
  color: #fff !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #22134e !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important;
}
[data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #22134e !important;
  color: #fff !important;
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_4] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #22134e !important;
  color: #fff !important;
}
[data-sibebarbg=color_4] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_5] .nk-sidebar {
  background-color: #c62828 !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu {
  background-color: #c62828 !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu ul {
  background-color: #9c1f1f !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu a.active {
  background-color: #711717 !important;
  color: #fff !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #711717 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #711717 !important;
  color: #fff !important;
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_5] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #711717 !important;
  color: #fff !important;
}
[data-sibebarbg=color_5] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_6] .nk-sidebar {
  background-color: #283593 !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu {
  background-color: #283593 !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu ul {
  background-color: #1d276b !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu a.active {
  background-color: #121843 !important;
  color: #fff !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #121843 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #121843 !important;
  color: #fff !important;
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_6] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #121843 !important;
  color: #fff !important;
}
[data-sibebarbg=color_6] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_7] .nk-sidebar {
  background-color: #1565c0 !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu {
  background-color: #1565c0 !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu ul {
  background-color: #104d92 !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu a.active {
  background-color: #0b3564 !important;
  color: #fff !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #0b3564 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #0b3564 !important;
  color: #fff !important;
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_7] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #0b3564 !important;
  color: #fff !important;
}
[data-sibebarbg=color_7] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_8] .nk-sidebar {
  background-color: #0277bd !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu {
  background-color: #0277bd !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu ul {
  background-color: #01578b !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu a.active {
  background-color: #013758 !important;
  color: #fff !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #013758 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #013758 !important;
  color: #fff !important;
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_8] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #013758 !important;
  color: #fff !important;
}
[data-sibebarbg=color_8] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_9] .nk-sidebar {
  background-color: #00838f !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu {
  background-color: #00838f !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu ul {
  background-color: #00545c !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu a.active {
  background-color: #002629 !important;
  color: #fff !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #002629 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #002629 !important;
  color: #fff !important;
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_9] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #002629 !important;
  color: #fff !important;
}
[data-sibebarbg=color_9] .nk-sidebar .metismenu * {
  color: #fff;
}

[data-sibebarbg=color_10] .nk-sidebar {
  background-color: #558b2f !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu {
  background-color: #558b2f !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu ul {
  background-color: #3e6522 !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu a.active {
  background-color: #263f15 !important;
  color: #fff !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important;
  color: #fff !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important;
}
[data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #263f15 !important;
  color: #fff !important;
}

[data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important;
}
[data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:hover, [data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:focus, [data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #263f15 !important;
  color: #fff !important;
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg=color_10] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #263f15 !important;
  color: #fff !important;
}
[data-sibebarbg=color_10] .nk-sidebar .metismenu * {
  color: #fff;
}

/*    Widget One
---------------------------*/
/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
.stat-widget-one {
  padding: 2rem;
  text-align: center;
}
.stat-widget-one .stat-digit {
  font-size: 4rem;
  font-weight: 700;
}
.stat-widget-one .stat-text {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.stat-widget-one .progress {
  height: 0.8rem;
  margin-bottom: 0;
  margin-top: 2rem;
  box-shadow: none;
}
.stat-widget-one .progress-bar {
  box-shadow: none;
}

/*    Widget Two
---------------------------*/
.stat-widget-two {
  transition: all 0.4s ease-in-out;
}
.stat-widget-two:hover {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.125);
}
.stat-widget-two .media img {
  max-width: 7.5rem;
}
.stat-widget-two .media .media-body {
  margin-top: 0.5rem;
}
.stat-widget-two .media .media-body h2 {
  font-size: 3.2rem;
}
.stat-widget-two .media .media-body span {
  font-size: 1.6rem;
}

.card .stat-widget-two:hover {
  box-shadow: none;
}

.stat-widget-three {
  display: inline-block;
}
.stat-widget-three .media-body {
  text-align: left;
}
.stat-widget-three .media-body h2 {
  font-size: 3rem;
}
.stat-widget-three .media-body span {
  font-size: 1.5rem;
  font-weight: 500;
}

.stat-widget-four.card-body {
  padding: 2.25rem;
}
.stat-widget-four h4 {
  font-size: 1.6rem;
}
.stat-widget-four h5 {
  font-size: 1.5rem;
}
.stat-widget-four i.cc {
  font-size: 5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .stat-widget-four i.cc {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .stat-widget-four.card-body {
    padding: 1.5rem;
  }
  .stat-widget-four h4 {
    font-size: 1.5rem;
  }
  .stat-widget-four h5 {
    font-size: 1.5rem;
  }
  .stat-widget-four h6 {
    font-size: 1.5rem;
  }
  .stat-widget-four i.cc {
    margin: 0;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}

.stat-widget-five {
  transition: all 0.4s ease-in-out;
}
.stat-widget-five .bottom-text {
  display: flex;
  justify-content: space-between;
}
.stat-widget-five .bottom-text span {
  font-size: 1.6rem;
  color: #7bb31a;
}
.stat-widget-five .bottom-text p, .stat-widget-five .bottom-text span {
  line-height: 1;
}
.stat-widget-five:hover {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.125);
}
.stat-widget-five .icon {
  font-size: 2.4rem;
  height: 6rem;
  width: 6rem;
  margin-bottom: 2.4rem;
  border-radius: 10rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stat-widget-five .media-body h2 {
  font-weight: 500;
  line-height: 1;
  font-size: 3rem;
}
.stat-widget-five .media-body span {
  font-size: 1.5rem;
}
.stat-widget-five p {
  color: #464a53;
  line-height: 2;
}

.stat-widget-six {
  overflow: hidden;
}
.stat-widget-six .nedia {
  position: relative;
}
.stat-widget-six .icon {
  position: absolute;
  right: -35px;
  bottom: -35px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
}
[direction=rtl] .stat-widget-six .icon {
  right: auto;
  left: -35px;
}

.stat-widget-six .icon span {
  position: absolute;
  left: 3.5rem;
  top: 2.5rem;
  color: #fff;
  font-size: 2rem;
}
[direction=rtl] .stat-widget-six .icon span {
  right: 3.5rem;
  left: auto;
}

.stat-widget-six .media-body h2 {
  font-size: 3rem;
}

.stat-widget-seven img {
  max-width: 50px;
}
.stat-widget-seven h2 {
  font-size: 3.2rem;
}
.stat-widget-seven h5 {
  font-size: 1.5rem;
}
.stat-widget-seven h2,
.stat-widget-seven h5 {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .stat-widget-seven h2 {
    font-size: 1.6rem;
  }
  .stat-widget-seven h5 {
    font-size: 1.3rem;
  }
}

.stat-widget-eight .widget-left h4,
.stat-widget-eight .widget-right h4 {
  margin-bottom: 1.5rem;
}
.stat-widget-eight .widget-left .count-number,
.stat-widget-eight .widget-right .count-number {
  font-size: 3rem;
  position: relative;
  bottom: 3px;
}
.stat-widget-eight .widget-left .widget-icon,
.stat-widget-eight .widget-right .widget-icon {
  display: inline-block;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background-color: #F3F3F3;
  text-align: center;
  line-height: 9.5rem;
}
@media (min-width: 1200px) {
  .stat-widget-eight .widget-left {
    border-right: 1px solid #DDDFE1;
  }
}
@media (min-width: 1500px) {
  .stat-widget-eight .widget-right {
    padding-left: 2rem;
  }
}

.stat-widget-search-1 .form-group {
  position: relative;
}
.stat-widget-search-1 .form-group .form-control {
  border-radius: 50px;
  padding-left: 2rem;
}
.stat-widget-search-1 .form-group .search-icon {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  font-size: 2.4rem;
}
[direction=rtl] .stat-widget-search-1 .form-group .search-icon {
  left: 2rem;
  right: auto;
}

.stat-widget-search-2.widget-bottom-bordered .form-group .form-control {
  border-bottom: 1px solid #DDDFE1;
  border-radius: 0;
}
[data-theme-version=dark] .stat-widget-search-2.widget-bottom-bordered .form-group .form-control {
  border-bottom-color: #42454D;
}

.stat-widget-search-2 .form-group {
  position: relative;
}
.stat-widget-search-2 .form-group .form-control {
  border-radius: 50px;
  padding-left: 2rem;
  border: 0;
  background-color: transparent;
}
.stat-widget-search-2 .form-group .form-control::placeholder {
  color: #464a53;
}
.stat-widget-search-2 .form-group .search-icon {
  position: absolute;
  right: 2rem;
  top: 1rem;
  font-size: 1.6rem;
  color: #464a53;
}
[direction=rtl] .stat-widget-search-2 .form-group .search-icon {
  left: 2rem;
  right: auto;
}

.stat-widget-progress .progress {
  height: 1.2rem;
  border-radius: 3rem;
}
.stat-widget-progress span {
  color: #abafb3 !important;
}
.stat-widget-progress h5 span {
  color: #abafb3 !important;
}

.avatar-group .avatar {
  border-radius: 5rem;
  box-shadow: 0 0 0 0.5rem #fff;
  display: inline-block;
  margin-left: -0.5rem;
}
.avatar-group a.btn {
  margin-left: -0.5rem;
}

@media (min-width: 1200px) {
  .border-right-until-xl {
    border-right: 1px solid #EBEBEB;
  }
  [data-theme-version=dark] .border-right-until-xl {
    border-right: 1px solid #42454D;
  }

  [direction=rtl] .border-right-until-xl {
    border-left: 1px solid #ebebeb;
    border-right: none;
  }

  [direction=rtl][data-theme-version=dark] .border-right-until-xl {
    border-left: 1px solid #42454D;
    border-right: none;
  }
}
.ticket-widget__heading--left {
  flex: 1;
}
.ticket-widget .user-avatar {
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
}
.ticket-widget .user-avatar img {
  max-width: 100%;
}
.ticket-widget .btn {
  padding: 0.2rem 1rem;
  border-color: #DDDFE1;
}
.ticket-widget ul {
  margin-left: 6rem;
}
.ticket-widget ul li {
  position: relative;
}
.ticket-widget ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.ticket-widget ul li::after {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #686E7C;
}

.absolute-icon-prepend-widget {
  position: relative;
}
.absolute-icon-prepend-widget .form-control {
  padding-left: 4rem;
}
.absolute-icon-prepend-widget .absolute-form-icon {
  position: absolute;
}
.absolute-icon-prepend-widget .absolute-form-icon-prepend {
  left: 1.5rem;
  top: 1.3rem;
}

.absolute-icon-append-widget {
  position: relative;
}
.absolute-icon-append-widget .form-control {
  padding-left: 4rem;
  height: 5rem;
}
.absolute-icon-append-widget .absolute-form-icon {
  position: absolute;
}
.absolute-icon-append-widget .absolute-form-icon-append {
  left: 1.5rem;
  top: 1.5rem;
}
.absolute-icon-append-widget .absolute-form-icon-append i {
  color: #6a707e;
}

.workout-icon {
  width: 7rem;
  height: 7rem;
  text-align: center;
  line-height: 7rem;
}

.widget-social-table .card-title {
  margin-bottom: 3.5rem;
}
.widget-social-table .social-icon {
  margin-bottom: 1rem;
}
.widget-social-table .social-icon i {
  font-size: 2rem;
}
.widget-social-table .table td {
  padding: 0.25rem 0.75rem;
}

.widget-file-container .file-container {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.6rem 0;
  width: 11.7rem;
  margin-bottom: 1rem;
}
.widget-file-container .file-container img {
  transition: all 0.3s ease-in-out;
}
.widget-file-container .file-container:hover img {
  transform: scale(1.1) rotate(5deg);
}
.widget-file-container .file-container:not(:last-child) {
  margin-right: 3.3rem;
}
@media only screen and (max-width: 1199px) {
  .widget-file-container .file-container:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .widget-file-container .file-container:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .widget-file-container .file-container:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .widget-file-container .file-container {
    width: 10.7rem;
  }
}
@media only screen and (max-width: 575px) {
  .widget-file-container .file-container {
    width: 12.7rem;
  }
}
.widget-file-container .file-container small {
  font-weight: 500;
}

.widget-media-bordered .media-colored .media-body {
  border-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .widget-media-bordered img {
    height: 35px;
  }
}
.widget-media-bordered .media-body {
  border-left: 1px solid #DDDFE1;
  padding-left: 2rem;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .widget-media-bordered .media-body {
    padding-left: 0.5rem;
    margin-left: 0;
  }
}
[direction=rtl] .widget-media-bordered .media-body {
  border-right: 1px solid #DDDFE1;
  border-left: 0;
  padding-left: auto;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: 0.5rem;
}

.widget-media-bordered .media-body h2 {
  font-size: 3.5rem;
}
.widget-media-bordered .media-body p {
  font-size: 1.6rem;
}

.card-portfolio-widget .icon {
  color: #F67070;
}
.card-portfolio-widget .custom-dropdown .dropdown-menu {
  min-width: 23rem;
}
.card-portfolio-widget .custom-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  padding: 1rem 3.5rem;
}

.widget-school-stat {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.widget-school-stat h2 {
  font-size: 3.3rem;
  margin-bottom: 0.7rem;
  line-height: 1;
}
.widget-school-stat p {
  font-size: 1.7rem;
  line-height: 1;
  margin: 0;
}
.widget-school-stat .icon span {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 5rem;
}
.widget-school-stat h2, .widget-school-stat {
  color: #fff;
}
.widget-school-stat.bg-1 {
  background-color: #71D875;
}
.widget-school-stat.bg-1 i {
  color: #71D875;
}
.widget-school-stat.bg-2 {
  background-color: #FF8423;
}
.widget-school-stat.bg-2 i {
  color: #FF8423;
}
.widget-school-stat.bg-3 {
  background-color: #00AFF0;
}
.widget-school-stat.bg-3 i {
  color: #00AFF0;
}
.widget-school-stat.bg-4 {
  background-color: var(--secondary);
}
.widget-school-stat.bg-4 i {
  color: var(--secondary);
}
.widget-school-stat.bg-5 {
  background-color: #FF5274;
}
.widget-school-stat.bg-5 i {
  color: #FF5274;
}
.widget-school-stat.bg-6 {
  background-color: #D57FF8;
}
.widget-school-stat.bg-6 i {
  color: #D57FF8;
}

.widget-vdo-stat {
  padding: 5rem 4rem;
}
@media only screen and (max-width: 1440px) {
  .widget-vdo-stat {
    padding: 5rem 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .widget-vdo-stat {
    padding: 5rem 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .widget-vdo-stat {
    padding: 5rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .widget-vdo-stat {
    padding: 5rem 7.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .widget-vdo-stat {
    padding: 5rem 1.5rem;
  }
}
.widget-vdo-stat .icon {
  font-size: 3rem;
}

.widget-gradient {
  padding: 4.6rem 3rem;
}
.widget-gradient.card-body {
  padding: 4.6rem 3rem;
}
.widget-gradient p, .widget-gradient h2, .widget-gradient h4, .widget-gradient h5, .widget-gradient a, .widget-gradient span {
  color: #fff;
}
.widget-gradient h2 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .widget-gradient h2 {
    font-size: 3rem;
  }
}
.widget-gradient h3 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .widget-gradient h3 {
    font-size: 2rem;
  }
}
.widget-gradient a {
  text-decoration: underline;
}
.widget-gradient .count {
  position: relative;
  z-index: 1;
  margin-right: 4rem;
}
[direction=rtl] .widget-gradient .count {
  margin-right: auto;
  margin-left: 4rem;
}

@media only screen and (max-width: 767px) {
  .widget-gradient .count {
    margin-right: 2rem;
  }
}
.widget-gradient .count::after {
  position: absolute;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  content: "";
  right: 50%;
  top: 15%;
}

.widget-circle-progress h2 {
  font-size: 3.4rem;
}
.widget-circle-progress .circle {
  position: relative;
}
.widget-circle-progress .circle .abs-text {
  position: absolute;
  left: 50%;
  top: 46%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1199px) {
  .widget-feed img {
    width: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .widget-feed img {
    width: 5rem;
  }
}

.widget-campaign .media .icon {
  font-size: 2rem;
}
.widget-campaign h2 {
  font-size: 3.4rem;
}
.widget-campaign h3 {
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}
.widget-campaign p {
  margin-bottom: 0;
}

.sale-widget .card-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.sale-widget .subtitle {
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
}
.sale-widget .price-tag {
  font-size: 3.5rem;
  margin: 0;
  line-height: 1;
}

.widget-event-circle .left {
  flex-basis: 65%;
}
.widget-event-circle .left p, .widget-event-circle .right p {
  font-size: 1.6rem;
}
.widget-event-circle .left h2, .widget-event-circle .right h2 {
  font-size: 2.2rem;
}

.widget-event-ticket-sale .card-body {
  position: relative;
}
.widget-event-ticket-sale .card-body > p {
  min-height: 4.5rem;
}
@media only screen and (max-width: 1440px) {
  .widget-event-ticket-sale .card-body > p {
    min-height: 6.6rem;
  }
}
.widget-event-ticket-sale .card-body h5 {
  position: relative;
  bottom: 0;
  left: 0;
}
.widget-event-ticket-sale .media h2 {
  font-size: 4rem;
}

.widget-wallet-status .upper-part h2 {
  font-size: 3.5rem;
}
.widget-wallet-status .upper-part h5 {
  font-size: 1.5rem;
}
.widget-wallet-status .bottom-part h2 {
  font-size: 2.4rem;
}
.widget-wallet-status .bottom-part p {
  font-size: 1.8rem;
}

.widget-product-revenue h4 {
  font-weight: 500;
}
.widget-product-revenue h2 {
  font-size: 3rem;
}
.widget-product-revenue li {
  font-size: 1.6rem;
  position: relative;
}
.widget-product-revenue li:first-child::before {
  background-color: #28a745;
}
.widget-product-revenue li:last-child::before {
  background-color: #17a2b8;
}
.widget-product-revenue li::before {
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50px;
  content: "";
  left: -1.8rem;
  top: 0.6rem;
}

.widget-product-data h4, .widget-product-data h2 {
  margin: 0;
  line-height: 1;
}
.widget-product-data h4 {
  font-size: 1.5rem;
}
.widget-product-data h2 {
  font-size: 3rem;
}

.widget-product-sale h2 {
  font-size: 3rem;
}

.widget-photo-stats h2 {
  font-size: 3rem;
  line-height: 1.1;
}

.widget-music-category h2 {
  font-size: 5.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 1440px) {
  .widget-active-class .card {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .widget-active-class .card {
    padding-bottom: 1.65rem;
    padding-top: 1.65rem;
  }
}
.widget-active-class .add-class {
  font-size: 2rem;
  margin-left: 1rem;
}

.widget-video-stats .single-video-widget:not(:last-child) {
  border-right: 1px solid #DDDFE1;
}
[direction=rtl] .widget-video-stats .single-video-widget:not(:last-child) {
  border-left: 1px solid #DDDFE1;
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .widget-video-stats .single-video-widget:nth-child(odd) {
    border-right: 1px solid #DDDFE1;
  }
  .widget-video-stats .single-video-widget:nth-child(even) {
    border: none;
  }
}
.widget-video-stats h2 {
  font-size: 3.5rem;
}
.widget-video-stats .icon {
  font-size: 2.8rem;
  margin-right: 2rem;
}
[direction=rtl] .widget-video-stats .icon {
  margin-left: 2rem;
  margin-right: auto;
}

.widget-job-stats .circle-progress h4 {
  font-size: 2.4rem;
}

.position-absolute.chart-position--bottomLeft {
  width: 100%;
  bottom: 0;
  left: 0;
}

.timeline {
  list-style: none;
  padding: 0.8rem 0 0.8rem;
  position: relative;
}
.timeline:before {
  top: 2rem;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 0.2rem;
  left: 2.5rem;
  margin-right: -1.5rem;
}
.timeline > li {
  margin-bottom: 0.5rem;
  position: relative;
}
.timeline > li:before {
  content: " ";
  display: table;
}
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 3.5rem);
  float: right;
  border-radius: 0.2rem;
  position: relative;
}
.timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 1.5rem;
  left: 1.9rem;
  position: absolute;
  top: 1rem;
  width: 1.5rem;
}

.timeline-body > p {
  font-size: 1.2rem;
}

.timeline-badge.primary {
  background-color: var(--primary) !important;
}
.timeline-badge.success {
  background-color: #28a745 !important;
}
.timeline-badge.warning {
  background-color: var(--secondary) !important;
}
.timeline-badge.danger {
  background-color: var(--primary) !important;
}
.timeline-badge.info {
  background-color: #17a2b8 !important;
}

.social-icon1 ul li {
  display: inline-block;
  margin-right: 3rem;
}
.social-icon1 ul li:last-child {
  margin-right: 0;
}
.social-icon1 ul li a {
  display: block;
}
.social-icon1 ul li a i {
  font-size: 1.5rem;
  color: var(--primary);
}

.social-icon2 a {
  border: 0.1rem solid var(--primary);
  display: block;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
.social-icon2 i {
  font-size: 12px;
  color: var(--primary);
}

.social-icon3 ul li {
  display: inline-block;
}
.social-icon3 ul li a {
  display: block;
}
.social-icon3 ul li a i {
  font-size: 1.5rem;
  padding: 1rem 0.7rem;
  color: #464a53;
}
.social-icon3 ul li a:hover i {
  color: var(--primary);
}

.social-icons-muted ul li a i {
  color: #abafb3;
}

.social-links a {
  padding: 0.5rem;
}

.countdown-content {
  padding: 10rem 0;
}
.countdown-content h1 {
  font-weight: 600;
  font-size: 4.8rem;
  margin-bottom: 5rem;
  color: #464a53;
}
.countdown-content p {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
  line-height: 3rem;
  color: #464a53;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
  font-weight: 600;
  font-size: 4rem;
  color: #464a53;
}
.timer .days span,
.timer .hours span,
.timer .minutes span,
.timer .seconds span {
  font-size: 1.8rem;
  font-weight: 400;
}

.countdown-right-content {
  margin-top: 5rem;
}
.countdown-right-content h6 {
  margin: 1.5rem 0;
  color: #464a53 !important;
}
.countdown-right-content .progress {
  height: 2rem;
}

.countdown-token-card {
  margin-top: 3rem;
}
.countdown-token-card .card {
  border: 0 !important;
  padding-top: 1rem;
  text-align: center;
}
.countdown-token-card .card h2 {
  font-weight: 700;
  color: #fff !important;
}
.countdown-token-card .card h5 {
  color: #fff !important;
}

.coin-exchange .input-group-prepend {
  min-width: 10rem;
}
.coin-exchange .input-group-prepend .drop-menu {
  border-radius: 0;
}
.coin-exchange .input-group-prepend .drop-menu .select {
  padding: 15px 1rem;
}

#morris-exchange-chart {
  height: 30rem;
}

.timeline-header {
  height: auto;
  text-align: center;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: relative;
  background: #f3f6f9;
  color: #464a53;
}
.timeline-header h1 {
  color: #464a53 !important;
}
.timeline-header p {
  color: #464a53 !important;
}

#timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
#timeline div:after {
  content: "";
  width: 0.2rem;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 6rem;
  z-index: 1;
  background: #abafb3;
}
#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  margin: 0;
  color: #464a53;
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 62em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}
#timeline section.year {
  position: relative;
}
#timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0;
}
#timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  color: #abafb3;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 8.9rem;
}
@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 1em;
  }
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 7.5rem;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 8.1rem;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 5.5rem;
  top: 0.3rem;
  z-index: 2;
  background: #f3f6f9;
  border: 0.2rem solid #464a53;
}
#timeline section.year section ul li {
  margin-left: 0.5rem;
}
#timeline section.year section ul li:before {
  content: "·";
  margin-left: -0.5rem;
  padding-right: 0.3rem;
}
#timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
}
#timeline section.year section ul li span.price {
  font-weight: 500;
  color: mediumturquoise;
}

#price {
  display: inline;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 10rem;
  max-width: 100rem;
  position: relative;
  z-index: 0;
}

.input {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border-radius: 50%;
  background-color: var(--primary);
}
.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  background-color: var(--primary);
  transform: translateY(-50%);
  width: 4vw;
  height: 0.5rem;
  max-width: 5rem;
}
.input::before {
  left: calc(-4vw + 1.2rem);
}
.input::after {
  right: calc(-4vw + 1.2rem);
}
.input.active {
  background-color: var(--primary);
}
.input.active ~ .input {
  background-color: #464a53;
}
.input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #464a53;
}
.input.active::before, .input.active::after {
  background-color: var(--primary);
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 1.3rem;
}
.input.active span::after {
  font-size: 1.5rem;
}
.input span {
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
  content: attr(data-year);
  top: 2.5rem;
  transform: translateX(-50%);
  font-size: 1.5rem;
}
.input span::before {
  content: attr(data-info);
  top: -6.5rem;
  width: 7rem;
  transform: translateX(-0.5rem) rotateZ(-45deg);
  font-size: 1.2rem;
  text-indent: -1rem;
}

.description-flex-container {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 5rem;
  text-align: center;
  width: 80vw;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -3.7rem;
  }
  .input::after {
    right: -3.7rem;
  }
}
@media (max-width: 850px) {
  .input {
    width: 1.7rem;
    height: 1.7rem;
  }
  .input::before, .input::after {
    height: 0.3rem;
  }
  .input::before {
    left: calc(-4vw + .8rem);
  }
  .input::after {
    right: calc(-4vw + .8rem);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 6rem;
    height: 6rem;
    margin: 0 1rem 5rem;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + .5rem);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .description-flex-container {
    margin-top: 3rem;
    text-align: center;
  }
}
.user-profile-name {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  padding: 0 1.5rem;
}

.user-Location {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.user-Location i {
  font-size: 1.5rem;
}

.user-job-title {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  color: var(--primary);
}

.ratings h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  padding-left: 1.5rem;
}
.ratings span {
  margin-right: 1rem;
}

.rating-star {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.user-send-message {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}

.contact-information,
.basic-information {
  margin: 1.5rem;
}
.contact-information h4,
.basic-information h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.contact-title {
  display: inline-block;
  padding-bottom: 1.5rem;
  width: 17rem;
  font-size: 1.6rem;
  color: #abafb3;
}

.phone-number,
.mail-address,
.contact-email,
.contact-website,
.contact-skype,
.birth-date,
.gender {
  font-size: 1.6rem;
  color: #464a53;
}

.profile-widget {
  margin: 0.8rem 0;
  text-align: center;
}
.profile-widget .stat-text {
  padding-bottom: 0.6rem;
}

.gateway {
  text-align: center;
  margin-bottom: 1rem;
}
.gateway .gateway-img {
  padding-top: 15px;
  height: 7rem;
  margin: 0 auto 35px;
  max-width: 20rem;
}
.gateway a {
  display: inline-block;
  padding: 5px 3rem;
  margin-right: 15px;
}
.gateway .custom-checkbox {
  display: inline-block;
}

.wallet-title {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.add-wallet {
  border: 0.1rem dashed #DDDFE1;
  text-align: center;
}
.add-wallet a {
  padding: 4rem 1.5rem;
  display: block;
}
.add-wallet a i {
  font-size: 2.6rem;
  color: var(--primary);
}
.add-wallet a p {
  margin: 0;
  font-size: 1.6rem;
  color: #464a53;
}

.wallet-card .wallet-logo i {
  font-size: 4rem;
  position: relative;
}
.wallet-card .wallet-address {
  margin: 2rem 0;
}
.wallet-card .wallet-address .btn.dropdown-toggle {
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
}
.wallet-card .wallet-address .btn.dropdown-toggle:hover, .wallet-card .wallet-address .btn.dropdown-toggle:focus, .wallet-card .wallet-address .btn.dropdown-toggle:active, .wallet-card .wallet-address .btn.dropdown-toggle.active {
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
}
.wallet-card .wallet-address .input-group .form-control::placeholder {
  color: #abafb3;
}
.wallet-card .wallet-address .input-group-append button {
  background: #F0F0F2;
  border-color: #DDDFE1;
}
.wallet-card .wallet-address .input-group-append i {
  color: var(--primary);
  font-size: 1.6rem !important;
}
.wallet-card .wallet-address .input-group-prepend button {
  background: #F0F0F2;
  border-color: #DDDFE1;
}
.wallet-card .wallet-address .input-group-prepend button i {
  font-size: 1.6rem !important;
  color: var(--primary);
}
.wallet-card .wallet-address .input-group-prepend .text-muted i {
  color: #abafb3;
}
.wallet-card .wallet-address h5 {
  font-size: 1.6rem;
  color: #6a707e;
}
.wallet-card .wallet-address .form-control {
  background: transparent !important;
  height: 4.5rem;
  border-color: #DDDFE1;
}
.wallet-card .wallet-info {
  margin-bottom: 1rem;
}
.wallet-card .wallet-info p {
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
}
.wallet-card .wallet-info .btn {
  margin-top: 2rem;
  margin-right: 1rem;
  padding: 0.7rem 3rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1410px) {
  .wallet-card .wallet-info .btn {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .wallet-card .wallet-info .btn {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }
}

.wallet-card .input-group-prepend .input-group-text {
  width: 5.5rem;
  border-radius: 0;
  border-right: 0;
  font-size: 1.8rem;
}
[direction=rtl] .wallet-card .input-group-prepend .input-group-text {
  border-left: 0;
  border-right: 1px solid #DDDFE1;
}

.wallet-card .input-group-prepend-big .input-group-text {
  width: auto;
  font-size: 1.5rem;
}
.wallet-card .input-group-append .input-group-text {
  width: 5.5rem;
  border-radius: 0;
  border-left: 0;
  font-size: 1.8rem;
}
[direction=rtl] .wallet-card .input-group-append .input-group-text {
  border-left: 1px solid #DDDFE1;
}

@media only screen and (min-width: 1200px) and (max-width: 1410px) {
  .wallet-card .btn {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }
  .wallet-card .btn.dropdown-toggle {
    padding: 1.2rem 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .wallet-card .btn {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wallet-card .btn.dropdown-toggle {
    padding: 1.2rem 2rem;
  }
}

.cryptocompare-logo {
  display: none;
}

.chartTypeTabLinks {
  font-size: 1.6rem !important;
  margin-bottom: 1rem;
  margin-right: 1rem !important;
  background: #464a53 !important;
}

.cTypeTabActive {
  background: var(--primary) !important;
}

.ccc-widget.ccc-chart-v3 > div {
  background: #f3f6f9 !important;
  border: 0 !important;
}

.tabContainer {
  text-align: center;
}
.tabContainer .tablinks {
  border: 0.1rem solid rgba(120, 130, 140, 0.13) !important;
  color: var(--primary);
  display: inline-block;
  float: none;
  font-size: 1.6rem;
  margin: 1rem 0.4rem;
  padding: 0.5rem 3rem;
}

.cccCustomRadioContainer span.radio::before {
  display: none;
}

.table-meta {
  display: flex;
}
.table-meta-item {
  flex: 1;
}
.table-meta .meta-right {
  display: flex;
  justify-content: flex-end;
}
.table-meta .meta-right .stat-widget-search-2 {
  width: 100%;
}
@media (min-width: 1200px) {
  .table-meta .meta-right .stat-widget-search-2 {
    width: 50%;
  }
}

.table-show-ticket.table {
  min-width: 770px;
  margin-bottom: 0;
}
.table-show-ticket.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-show-ticket.table > tbody > tr > td {
  padding: 3rem 2rem;
  color: #464a53 !important;
}
.table-show-ticket.table > tbody > tr > td .btn {
  width: 10rem;
  padding: 0.1rem 1.8rem;
}
.table-show-ticket.table > tbody > tr > td .btn-open {
  background-color: #FA9500;
  color: #fff;
}
.table-show-ticket.table > tbody > tr > td .btn-pending {
  background-color: #607D8B;
  color: #fff;
}
.table-show-ticket.table > tbody > tr > td .btn-close {
  background-color: #fff;
  border: 1px solid #DDDFE1;
  color: #abafb3;
}
.table-show-ticket.table > thead > tr > th {
  padding: 2.5rem 2rem;
}
.table-show-ticket.table > tbody > tr > td, .table-show-ticket.table > tbody > tr > th, .table-show-ticket.table > tfoot > tr > td, .table-show-ticket.table > tfoot > tr > th, .table-show-ticket.table > thead > tr > td, .table-show-ticket.table > thead > tr > th {
  border-top: 0;
  font-size: 1.6rem;
  color: #464a53;
  font-weight: 500;
}
.table-show-ticket.table > tbody > tr > td label, .table-show-ticket.table > tbody > tr > th label, .table-show-ticket.table > tfoot > tr > td label, .table-show-ticket.table > tfoot > tr > th label, .table-show-ticket.table > thead > tr > td label, .table-show-ticket.table > thead > tr > th label {
  margin: 0;
  padding: 0;
  height: 1.5rem;
}
.table-show-ticket.table thead th {
  vertical-align: middle;
}
.table-show-ticket.table thead th:first-child {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .table-show-ticket.table thead th:first-child {
    padding-left: 4rem;
  }
}
.table-show-ticket.table thead th:last-child {
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .table-show-ticket.table thead th:last-child {
    padding-right: 3rem;
  }
}
.table-show-ticket.table tbody tr td:first-child {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .table-show-ticket.table tbody tr td:first-child {
    padding-left: 4rem;
  }
}
.table-show-ticket.table tbody tr td:last-child {
  padding-right: 3rem;
}
.table-show-ticket.table tbody tr td .label {
  font-size: 14px;
  padding: 0.6rem 2.2rem;
}

.ticket-issuer-profile .user-avatar {
  height: 8rem;
  width: 8rem;
}

.avatar-shadow {
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.support-tickets .ticket-id, .support-tickets .ticket-heading {
  justify-content: space-between;
  align-items: center;
}
.support-tickets .ticket-id .btn {
  width: 10rem;
  padding: 0.1rem 1.8rem;
  color: #fff;
}
.support-tickets .share-box h4 {
  font-size: 1.6rem;
}
.support-tickets .share-box .btn {
  width: auto;
  background-color: transparent;
  color: #464a53;
  border: 1px solid #DDDFE1;
  padding: 0.8rem 1.5rem;
}
.support-tickets .share-box .btn i {
  transform: rotate(-5deg) scaleX(-1);
}
.support-tickets .problems-list-wrapper .problems-list > li {
  padding: 3rem 0;
  border-bottom: 1px solid #DDDFE1;
}
.support-tickets .border-bottom {
  border-color: #DDDFE1 !important;
}

.ticket-comment-form .form-control {
  border-radius: 5px;
  padding: 1rem 2rem;
}
.ticket-comment-form .form-control::placeholder {
  color: #464a53;
  font-size: 1.6rem;
}
.ticket-comment-form label {
  border: 1px solid #DDDFE1;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #abafb3;
  cursor: pointer;
}
.ticket-comment-form label i {
  font-size: 24px;
  color: #58AAFD;
  padding-right: 1rem;
  position: relative;
  top: 1px;
}
.ticket-comment-form .btn {
  padding: 0.6rem 3.5rem;
  font-size: 1.8rem;
  font-weight: normal;
}

.email-left-box {
  width: 30rem;
  float: left;
  padding: 0 2rem 2rem 1rem;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
}
@media screen and (min-width: 649px) and (max-width: 1700px) {
  .email-left-box.generic-width {
    width: 24rem;
  }
}
.email-left-box .intro-title {
  background: rgba(220, 53, 69, 0.1);
  padding: 1.8rem;
  margin: 3rem 0 2rem 0;
}
.email-left-box .intro-title h5 {
  margin-bottom: 0;
  color: #6a707e;
}
.email-left-box .intro-title h5 i {
  font-size: 1.2rem;
  position: relative;
  bottom: 1px;
}
.email-left-box .intro-title i {
  font-size: 1.7rem;
  color: #6a707e;
}

.email-right-box {
  border-top: 2px solid rgba(220, 53, 69, 0.1);
  padding-top: 3rem;
}
@media (min-width: 648px) {
  .email-right-box {
    padding-left: 34rem;
  }
}
.email-right-box.generic-position {
  padding-left: 24rem;
}
@media (min-width: 1700px) {
  .email-right-box.generic-position {
    padding-left: 30rem;
  }
}
.email-right-box .right-box-border {
  border-right: 2px solid rgba(220, 53, 69, 0.1);
}
@media screen and (min-width: 649px) and (max-width: 1200px) {
  .email-right-box .right-box-padding {
    padding-left: 2rem;
  }
}
@media (min-width: 1700px) {
  .email-right-box .right-box-padding {
    padding-left: 1.5rem;
  }
}

.toolbar .btn-group .btn {
  background: #464a53;
  border: 0;
  color: #fff;
}
.toolbar .btn-group .btn i {
  color: #fff !important;
}
.toolbar .btn-group .dropdown-menu {
  background: #f3f6f9;
}
.toolbar .btn-group .dropdown-menu a {
  color: #abafb3;
}

.read-content textarea {
  background: #f3f6f9;
  color: #abafb3;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
}
.read-content textarea::placeholder {
  color: #abafb3;
}
.read-content-email {
  font-size: 1.5rem;
}
.read-content h5 {
  color: #6a707e;
}
.read-content p strong {
  color: #6a707e;
}
.read-content-body p {
  margin-bottom: 3rem;
}
.read-content-attachment {
  padding: 2.5rem 0;
}
.read-content-attachment h6 {
  font-size: 1.8rem;
  color: #6a707e;
}
.read-content-attachment h6 i {
  padding-right: 0.5rem;
}
.read-content-attachment .attachment > div:not(:last-child) {
  border-right: 1px solid #DDDFE1;
}

.compose-content .wysihtml5-toolbar {
  border-color: rgba(120, 130, 140, 0.13);
}
.compose-content .textarea_editor {
  background: #f3f6f9 !important;
}
.compose-content .dropzone {
  background: #f3f6f9 !important;
}
.compose-content h5 {
  font-size: 1.7rem;
  color: #6a707e;
}
.compose-content h5 i {
  font-size: 3rem;
  transform: rotate(90deg);
}
.compose-content .dropzone {
  border: 1px dashed #DDDFE1;
  min-height: 21rem;
  position: relative;
}
.compose-content .dropzone .dz-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.email-list {
  display: block;
  padding-left: 0;
}
.email-list .message {
  position: relative;
  display: block;
  height: 5rem;
  line-height: 5rem;
  cursor: default;
  transition-duration: 0.3s;
}
.email-list .message a {
  color: #abafb3;
}
.email-list .message-single i {
  color: #abafb3;
  font-size: 1.8rem;
  padding-left: 0.4rem;
}
.email-list .message-single i.fa-star {
  color: var(--secondary);
}
.email-list .message-single label::before {
  border: 1px solid #abafb3;
  width: 1.8rem;
  height: 1.8rem;
}
.email-list .message:hover {
  transition-duration: 0.05s;
  background: rgba(152, 166, 173, 0.15);
}
.email-list .message .col-mail {
  float: left;
  position: relative;
}
.email-list .message .col-mail-1 {
  width: 9rem;
}
.email-list .message .col-mail-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 1.8rem;
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
.email-list .message .col-mail-1 .email-checkbox {
  display: block;
  float: left;
  margin: 1.5rem 1rem 0 2rem;
}
.email-list .message .col-mail-1 .dot {
  display: block;
  float: left;
  border: 0.4rem solid transparent;
  border-radius: 10rem;
  margin: 2.2rem 2.6rem 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.email-list .message .col-mail-2 {
  position: absolute;
  top: 0;
  left: 9rem;
  right: 0;
  bottom: 0;
}
.email-list .message .col-mail-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 20rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.email-list .message .col-mail-2 .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 17rem;
  padding-left: 8rem;
}

.email-checkbox {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  display: inline-block;
  border-radius: 0.1rem;
  position: relative;
  top: 0.5rem;
  box-shadow: inset 0 0 0 0.1rem #abafb3;
}
.email-checkbox input {
  opacity: 0;
  cursor: pointer;
}
.email-checkbox input:checked label {
  opacity: 1;
}
.email-checkbox label {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: 0.05s;
}

.mail-list a {
  vertical-align: middle;
  padding: 1rem 1.5rem;
  display: block;
  background: transparent;
  color: #464a53;
  font-size: 1.7rem;
}
.mail-list .list-group-item {
  border: 0;
  color: #6a707e;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 1.2rem 1.7rem;
}
.mail-list .list-group-item i {
  font-size: 1.8rem;
  padding-left: 2rem;
  padding-right: 1rem;
  color: #cccccc;
}
.mail-list .list-group-item.active {
  color: var(--primary);
  border-left: 3px solid var(--primary);
  background: transparent;
}
.mail-list .list-group-item.active i {
  color: var(--primary);
}

@media (max-width: 648px) {
  .email-left-box {
    width: 100%;
    float: none;
  }

  .email-right-box {
    margin-left: 0;
    padding-left: 0 !important;
  }
}
@media (max-width: 520px) {
  .email-list .message .col-mail-1 {
    width: 90rem;
  }
  .email-list .message .col-mail-1 .title {
    left: 8rem;
  }
  .email-list .message .col-mail-2 {
    left: 9rem;
  }
  .email-list .message .col-mail-2 .subject {
    right: 0;
  }
  .email-list .message .col-mail-2 .date {
    display: none;
  }
}
.chat-wrap {
  padding: 1.7rem 3rem;
}
.chat-wrap .media img {
  margin-right: 1.5rem;
}
@media (min-width: 1700px) {
  .chat-wrap .media img {
    margin-right: 3rem;
  }
}
.chat-wrap .media .media-body h6 {
  font-size: 1.7rem;
  color: #6a707e;
}
.chat-wrap .media .media-body p {
  font-size: 1.5rem;
}

@media (min-width: 648px) {
  .email-filter {
    padding-left: 2rem;
  }
}
@media (min-width: 1700px) {
  .email-filter {
    padding-left: 3rem;
  }
}
.email-filter .input-group-prepend i {
  font-size: 1.5rem;
  color: #abafb3;
}
.email-filter .input-group-prepend .input-group-text {
  border: 0;
  border-bottom: 1px solid #DDDFE1 !important;
  background: transparent;
}
.email-filter .input-group .form-control {
  padding: 0 0 0 0.5rem;
  border: 0;
  font-size: 1.5rem;
  height: 3rem;
  color: #abafb3;
  border-bottom: 1px solid #DDDFE1;
}
.email-filter .input-group .form-control::placeholder {
  font-size: 1.5rem;
  color: #abafb3;
}
.email-filter .input-group > .form-control {
  min-height: 3rem;
}

.single-mail {
  display: block;
  padding: 2.5rem 0;
}
.single-mail .media {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1700px) {
  .single-mail .media {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.single-mail .media img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (min-width: 1700px) {
  .single-mail .media img {
    margin-right: 3rem;
  }
}
.single-mail .media-body h6 {
  color: #abafb3;
}
.single-mail .media-body h4 {
  font-size: 1.6rem;
  color: #6a707e;
}
.single-mail .media-body h4 button i {
  font-size: 1.8rem;
  color: #abafb3;
  font-weight: bold;
  transform: rotate(90deg);
}
.single-mail .media-body p {
  font-size: 1.5rem;
  color: #abafb3;
}
.single-mail.active {
  background: var(--primary);
}
.single-mail.active h6, .single-mail.active h4, .single-mail.active p, .single-mail.active i {
  color: #fff !important;
}

.photo-content {
  position: relative;
}
.photo-content .cover-photo {
  background: url("../images/profile/cover.jpg");
  background-size: cover;
  background-position: center;
  min-height: 25rem;
  width: 100%;
}
.photo-content .profile-photo {
  bottom: -7.5rem;
  left: 10rem;
  max-width: 15rem;
  position: absolute;
}

.profile-info {
  padding: 3rem 2rem;
  background: #f3f6f9;
}
.profile-info h4 {
  color: #464a53 !important;
}
.profile-info h4.text-primary {
  color: var(--primary) !important;
}
.profile-info p {
  color: #abafb3;
}
.profile-info .prf-col {
  min-width: 25rem;
  padding: 1rem 5rem 0;
}

.profile-interest .row {
  margin: 0 -0.7rem;
}
.profile-interest .row .int-col {
  padding: 0 0.7rem;
}
.profile-interest .row .int-col .interest-cat {
  margin-bottom: 1.5rem;
  position: relative;
  display: block;
}
.profile-interest .row .int-col .interest-cat:after {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.profile-interest .row .int-col .interest-cat p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  left: 0;
  margin: 0;
  z-index: 1;
  color: white;
  font-size: 1.2rem;
}

.profile-tab .nav-item .nav-link {
  font-size: 1.8rem;
  padding: 1rem 0 0.5rem;
  margin-right: 3rem;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: 0.2rem solid transparent;
  color: #abafb3;
}
.profile-tab .nav-item .nav-link:hover, .profile-tab .nav-item .nav-link.active {
  border: 0;
  background: transparent;
  background: transparent;
  border-bottom: 0.2rem solid var(--primary);
  color: #464a53;
}

.post-input .form-control {
  height: 7.5rem;
  font-weight: 400;
  margin: 1.5rem 0;
}
.post-input a {
  display: inline-block;
  font-size: 2.2rem;
}
.post-input a i {
  display: block;
  margin-right: 1.5rem;
  padding: 0.7rem 2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
  color: #abafb3;
}
.post-input .btn {
  padding: 0.7rem 3rem;
  font-size: 1.5rem;
  margin-top: -1rem;
}

.profile-uoloaded-post {
  margin-top: 3rem;
}
.profile-uoloaded-post img {
  margin-bottom: 2rem;
}
.profile-uoloaded-post a h4 {
  margin-bottom: 1rem;
  color: #464a53;
}

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 3rem;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.fc-toolbar h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  text-transform: uppercase;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  border-bottom: 0 !important;
}

.fc-widget-content {
  border: 1px solid #E5E5E5 !important;
}

.fc th.fc-widget-header {
  background: #42454D !important;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 0;
  text-transform: uppercase;
}

.fc-button {
  border: 1px solid #42454D !important;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 1.6rem;
}

.fc-event {
  border-radius: 0.2rem;
  border: none;
  cursor: move;
  font-size: 1.3rem;
  margin: 0.5rem 0.7rem;
  padding: 0.5rem;
  text-align: center;
}

.external-event {
  cursor: move;
  margin: 1rem 0;
  padding: 0.2rem 0;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 0.5rem;
}

.fc-basic-view td.fc-day-number {
  padding-right: 0.5rem;
}

#drop-remove {
  margin: 0;
  top: 0.3rem;
}

#add-category .modal-header,
#event-modal .modal-header {
  border-bottom: 1px solid #42454D;
}
#add-category .modal-dialog,
#event-modal .modal-dialog {
  max-width: 60rem;
}

.fc-content {
  color: #fff;
}

.fc-widget-content {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
  background: transparent !important;
}

.fc-button {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  color: #abafb3;
}

.fc-state-hover {
  background: #fff !important;
}

.fc-state-highlight {
  background: #f3f6f9 !important;
}

.fc-cell-overlay {
  background: #fff !important;
}

.fc-unthemed .fc-today {
  background: #f3f6f9 !important;
}

.fc-day-top {
  color: #464a53 !important;
}

.external-event {
  color: #fff;
}

#add-category .modal-header,
#event-modal .modal-header {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
#add-category .modal-content,
#event-modal .modal-content {
  background: #fff;
  border: 0;
  box-shadow: 2px 3px 10px 6px #777777;
}
#add-category .modal-title,
#event-modal .modal-title {
  color: #464a53 !important;
}

.pignose-calendar-top-month {
  color: #464a53 !important;
}

.pignose-calendar-top-icon {
  color: #464a53 !important;
}

.user-avatar {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  background-color: var(--primary);
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #abafb3;
}
.breadcrumb .breadcrumb-item.active a {
  color: var(--primary);
}
.breadcrumb-item.active {
  color: var(--primary);
}

.page-titles {
  background: #F0F0F2;
}
.page-titles h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--primary);
  font-size: 2rem;
}
.page-titles h4 span {
  font-size: 1.5rem;
  font-weight: 400;
}
.page-titles .breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 1.5rem;
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}
.page-titles .breadcrumb li.active a {
  color: var(--primary);
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  font-family: "fontAwesome";
  font-size: 0.8rem;
  color: var(--primary);
}

.badge-xs {
  font-size: 0.9rem;
  -webkit-transform: translate(0, -0.2rem);
  -ms-transform: translate(0, -0.2rem);
  -o-transform: translate(0, -0.2rem);
  transform: translate(0, -0.2rem);
}

.badge-sm {
  font-size: 1.2rem;
  -webkit-transform: translate(0, -0.2rem);
  -ms-transform: translate(0, -0.2rem);
  -o-transform: translate(0, -0.2rem);
  transform: translate(0, -0.2rem);
}

.badge-success {
  background-color: #28a745;
}

.badge-info {
  background-color: #17a2b8;
}

.badge-primary {
  background-color: var(--primary);
}

.badge-warning {
  background-color: var(--secondary);
}

.badge-danger {
  background-color: var(--primary);
}

.badge-dark {
  background-color: #464a53;
}

.badge-light {
  background-color: #aaa;
}

.bootstrap-label .label {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap-label .label:last-child {
  margin-right: 0;
}

.bootstrap-badge .badge {
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.bootstrap-badge .badge:last-child {
  margin-right: 0;
}

.bootstrap-badge-buttons button {
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.bootstrap-badge-buttons button:last-child {
  margin-right: 0;
}

.accordion .card {
  margin-bottom: 0.7rem;
}
.accordion .card-header {
  cursor: pointer;
  background: #fff;
  color: #464a53 !important;
}

#accordion-one .fa, .default-accordion-style .fa {
  float: right;
}
#accordion-one [data-toggle=collapse] .fa:before, .default-accordion-style [data-toggle=collapse] .fa:before {
  content: "";
}
#accordion-one [data-toggle=collapse].collapsed .fa:before, .default-accordion-style [data-toggle=collapse].collapsed .fa:before {
  content: "";
}
#accordion-one .card, .default-accordion-style .card {
  box-shadow: none !important;
  border-bottom: 1px solid #DDDFE1 !important;
}
#accordion-one .card .card-header, .default-accordion-style .card .card-header {
  padding: 1.6rem;
}
#accordion-one .card .card-header h5, .default-accordion-style .card .card-header h5 {
  font-size: 1.7rem;
  line-height: 35px;
}
#accordion-one .card .card-header h5 i, .default-accordion-style .card .card-header h5 i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #DDDFE1;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  -webkit-text-stroke: 1px white !important;
}
#accordion-one .card-body, .default-accordion-style .card-body {
  padding: 0 2rem 2rem;
}
#accordion-one .card-body p:not(:last-child), .default-accordion-style .card-body p:not(:last-child) {
  margin-bottom: 2.5rem;
}
#accordion-one .card-body p:first-child, .default-accordion-style .card-body p:first-child {
  margin-top: 0;
}
#accordion-one .card-header h5[aria-expanded=true], .default-accordion-style .card-header h5[aria-expanded=true] {
  color: var(--primary);
}

#accordion-two .fa {
  float: right;
}
#accordion-two [data-toggle=collapse] .fa:before {
  content: "";
}
#accordion-two [data-toggle=collapse].collapsed .fa:before {
  content: "";
}

#accordion-three .fa {
  float: right;
}
#accordion-three [data-toggle=collapse] .fa:before {
  content: "";
}
#accordion-three [data-toggle=collapse].collapsed .fa:before {
  content: "";
}

.card-body .accordion .card:hover {
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

[data-toggle=collapse] .fa {
  float: right;
}
[data-toggle=collapse] .fa:before {
  content: "";
}
[data-toggle=collapse].collapsed .fa:before {
  content: "";
}

.card {
  height: 100%;
  margin-bottom: 0;
  border: 0;
  background: #fff;
  border: 0 solid #fff;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  transition: all 0.5s ease-in-out;
}
.card-shadow-2 {
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}
.card-gateway .card-body {
  padding: 2rem;
}
.card-gateway .card-body .custom-checkbox {
  color: #464a53;
}
.card-wrapper .card {
  border-radius: 0;
  padding: 0.8rem 1.5rem;
  color: #464a53;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}
.card-wrapper .card:focus {
  background-color: var(--primary) !important;
}
.card-intro-title {
  font-size: 2rem !important;
}
.card-style {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 3rem;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  transition: all 0.5s ease-in-out;
}
.card-style:hover {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
}
.card:hover {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
}
.card-footer {
  padding: 2rem;
}
.card-body {
  padding: 2rem;
}
@media only screen and (max-width: 575px) {
  .card-body {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1501px) {
  .card-body {
    padding: 3rem;
  }
}
.card.transparent-card {
  background: transparent;
  box-shadow: none;
}
.card.transparent-card .card-footer {
  background: transparent;
}
.card.ribbons-card {
  padding-left: 5rem;
  padding-right: 5rem;
}
.card-overlay {
  position: relative;
}
.card-overlay.img1 {
  background: url("../images/big/img7.jpg") left center no-repeat;
  background-size: cover;
}
.card-overlay .card-footer {
  border-color: #4C585C;
}
.card-body.card-body-scroll .input-group {
  flex-wrap: nowrap;
}
.card-gallery {
  position: relative;
  box-shadow: none;
  margin-bottom: 25px;
}
.card-gallery .card-img-top {
  border-radius: 4px;
}
.card-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
  transform: scale(1.1);
  transition: all 0.4s ease-out;
}
.card-gallery .card-body a i {
  font-size: 1.5rem;
  color: #fff;
}
.card-gallery .card-footer {
  color: #fff;
}
.card-gallery .card-footer a {
  color: #fff;
}
.card-gallery .card-footer a .fa-link {
  transform: rotate(90deg);
}
.card-gallery .card-footer p {
  font-size: 1.8rem;
}
.card-gallery .card-footer ul li {
  margin-right: 1.5rem;
}
.card-gallery .card-footer ul li:last-child {
  margin-right: 0;
}
.card-gallery:hover {
  box-shadow: none;
}
.card-gallery:hover .card-gallery__overlay {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
@media (max-width: 991.98px) {
  .card-spaceless .border-right {
    border-right: 0 !important;
  }
}

.card-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #464a53;
  text-transform: capitalize;
  font-weight: 500;
}

.card-subtitle {
  font-size: 1.6rem;
}

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

.card-img-btn {
  position: absolute;
  bottom: 1.5rem;
  left: 3rem;
}

.card-header {
  border-bottom: 0;
  position: relative;
  background: transparent;
  padding: 2rem;
  padding-bottom: 0;
}
.card-header .card-title {
  margin: 0;
}

.card-text {
  font-size: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .card-text {
    margin-bottom: 1.5rem;
  }
}

.card-bg-img-1 {
  background: url(../images/big/img6.jpg);
  background-position: center;
  background-size: cover;
  min-height: 30rem;
}

.card-bg-img-2 {
  background: url(../images/big/img6.jpg);
  background-position: center;
  background-size: cover;
  min-height: 40rem;
}

.transparent-card .card-header {
  padding-left: 0;
  padding-right: 0;
}

.card-action {
  position: absolute;
  right: 1.25rem;
}
.card-action a {
  display: inline-block;
  padding: 0 0.5rem;
}
.card-action .icon-size-fullscreen {
  font-size: 1.5rem;
}

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto;
}

.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

.card-loader i {
  margin: 0 auto;
  color: #448aff;
  font-size: 2rem;
}

.rotate-refresh {
  -webkit-animation: mymove 0.8s infinite linear;
  animation: mymove 0.8s infinite linear;
  display: inline-block;
}

.text-white .card-title {
  color: #fff;
}

.card-footer {
  border-color: #F0F0F2;
  background: white;
}
.card-footer .card-link {
  color: var(--primary) !important;
}
.card-footer-link {
  margin: 0;
  padding: 0;
}
.card-footer-link li {
  display: inline-block;
  border-right: 1px solid #F0F0F2;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.card-footer-link li:last-child {
  border-right: 0;
  padding-right: 0;
}
.card-footer-link li:first-child {
  padding-left: 0;
}

.contact-card .user-img img {
  width: 125px;
  height: 125px;
}
.contact-card .click-icon {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #6a707e;
  position: relative;
  z-index: 100;
}
.contact-card .click-icon i {
  opacity: 0;
}
.contact-card .click-icon::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6a707e;
  position: absolute;
  top: 10px;
  left: 0;
}
.contact-card .click-icon::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6a707e;
  position: absolute;
  top: 20px;
  left: 0;
}
.contact-card .dropdown-menu {
  min-width: 14rem;
  border: 0;
  box-shadow: rgba(119, 119, 119, 0.1) 2px 3px 10px 0px;
}
.contact-card .dropdown-menu .dropdown-item {
  font-size: 1.6rem;
  padding: 0.55rem 1.5rem;
}
.contact-card .dropdown-menu .dropdown-item:hover {
  background: #F2EFFE;
  color: var(--primary);
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.view-option {
  max-height: 65px;
}
.view-option .btn {
  border-radius: 0;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.mfp-close {
  cursor: pointer !important;
}

.user-card1 .btn {
  padding: 0.5rem 2rem;
  margin: 1.5rem 0;
  font-weight: 500;
  border-radius: 0.3rem;
}
.user-card1 .card-footer {
  border: 0;
  padding-bottom: 3rem;
}
.user-card1:hover .btn {
  background: var(--primary);
  color: #fff;
}
.user-card1:hover .card-footer h5 {
  color: var(--primary);
}
.user-card1 p {
  font-size: 1.6rem;
}

.circle-style {
  width: 132px;
  height: 132px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: all 0.4s ease-out;
}
.circle-style::before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.circle-style::after {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.circle-style img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.user-card2 img {
  width: 120px;
  height: 120px;
}
.user-card2 .btn {
  padding: 0.5rem 2rem;
  margin: 2rem 0 1.5rem;
  font-weight: 500;
  border-radius: 0.3rem;
  transition: all 0.4s ease-out;
}
.user-card2 h4 {
  color: var(--primary);
}
.user-card2 i {
  font-size: 1.6rem;
  color: var(--primary);
}
.user-card2:hover .btn {
  background: var(--primary);
  color: #fff;
}
.user-card2:hover .btn i {
  color: #fff;
}
.user-card2:hover .circle-style {
  background: var(--primary);
}
.user-card2 p {
  font-size: 1.6rem;
}

.user-card3 img {
  width: 120px;
  height: 120px;
}
.user-card3 .btn {
  padding: 0.5rem 2rem;
  margin: 2rem 0 1.5rem;
  font-weight: 500;
  border-radius: 0.3rem;
  transition: all 0.4s ease-out;
}
.user-card3 p {
  font-size: 1.6rem;
}
.user-card3:hover .btn {
  background: var(--primary);
  color: #fff;
}
.user-card3:hover h4 {
  color: var(--primary);
}

.user-card4 img {
  width: 130px;
  height: 130px;
  border: 2px solid #fff;
  padding: 5px;
  transition: all 0.4s ease-out;
}
.user-card4 .btn {
  padding: 0.5rem 2rem;
  margin: 1rem 0.5rem;
  font-weight: 500;
  border-radius: 0.3rem;
}
.user-card4:hover img {
  border-color: var(--primary);
}

.user-card5 a img {
  width: 6rem;
  margin-right: 1rem;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
}

.button-card h4 {
  margin-bottom: 2.5rem;
}
.button-card > div {
  margin-bottom: 1rem;
}
.button-card .btn-group .dropdown-toggle::after {
  margin-left: 0.755em;
}

.btn-page .btn {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  border-radius: 4px;
  font-size: 1.7rem;
}
.btn-page .btn:last-child {
  margin-right: 0;
}

.btn {
  padding: 0.7rem 1.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.btn:active, .btn:focus, .btn:hover {
  box-shadow: none !important;
}
.btn-card {
  font-size: 1.7rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.btn-event {
  font-size: 1.8rem;
}
.btn-send {
  position: relative;
}
.btn-send i {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-form {
  font-size: 1.8rem;
  padding: 0.5rem 3rem;
}
.btn-single-border {
  background: transparent;
  border: 0;
  padding: 0 0 0.1rem 0 !important;
  border-bottom: 1px solid #DDDFE1;
}
.btn-single-border .filter-option {
  font-size: 14px;
  color: #6a707e;
}
.btn-single-border.dropdown-toggle::after {
  color: #abafb3;
}
.btn-single-border .btn:focus {
  border: 0 !important;
}
.btn-borderless {
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  color: #6a707e !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.btn-borderless.dropdown-toggle::after {
  color: #abafb3;
}

.btn-lg {
  font-size: 2.2rem !important;
}

.btn-xs {
  font-size: 1.5rem !important;
  padding: 0.5 2.5rem !important;
}

.btn-sm {
  padding: 0.6rem 1.5rem !important;
  font-size: 1.6rem !important;
}

.btn-flat {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-icon-right {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-block;
  margin: -0.8rem 0 -0.8rem 1.3rem;
  padding: 1rem 0 1rem 1.3rem;
}

.btn-icon-left {
  background: #fff;
  border-radius: 10rem;
  display: inline-block;
  margin: -0.5rem 1.3rem -0.5rem -1.5rem;
  padding: 0.5rem 1rem 0.6rem;
}

.toggle-dropdown::after {
  margin-left: 0.755em;
}

.social-btn-icon .btn {
  min-width: 7.5rem;
  margin-bottom: 1.5rem;
}

.social-icon .btn {
  padding: 0.7rem 1.5rem;
}

.btn-circle {
  height: 5rem;
  width: 5rem;
  border-radius: 50% !important;
}
.btn-circle-sm {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.8rem;
}
.btn-circle-md {
  width: 6rem;
  height: 6rem;
  font-size: 2.5rem;
}
.btn-circle-md i {
  font-size: 2.4rem;
}
.btn-circle-lg {
  width: 8rem;
  height: 8rem;
  font-size: 3.2rem;
}
.btn-circle-lg i {
  font-size: 3.1rem;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #bd2130;
  color: #fff;
  border-color: #bd2130;
}

.btn-secondary {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: #d39e00;
  color: #fff;
  border-color: #d39e00;
}

.btn-success {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:active, .btn-success:focus, .btn-success:hover {
  background: #1e7e34;
  color: #fff;
  border-color: #1e7e34;
}

.btn-warning {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  background: #d39e00;
  color: #fff;
  border-color: #d39e00;
}

.btn-danger {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background: #bd2130;
  color: #fff;
  border-color: #bd2130;
}

.btn-info {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:active, .btn-info:focus, .btn-info:hover {
  background: #117a8b;
  color: #fff;
  border-color: #117a8b;
}

.btn-light {
  background: #fff;
  border-color: #DDDFE1;
  color: #aaa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  border-color: #aaa;
}

.btn-dark {
  background: #464a53;
  border-color: #464a53;
  color: #fff;
}
.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
  background: #2f3137;
  color: #fff;
  border-color: #2f3137;
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  background: #bd2130;
  color: #fff;
  border-color: #bd2130;
}
.btn-outline-primary i {
  font-size: 1.3rem !important;
}

.btn-outline-secondary {
  background: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
.btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
  background: #d39e00;
  color: #fff;
  border-color: #d39e00;
}

.btn-outline-success {
  background: transparent;
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover {
  background: #1e7e34;
  color: #fff;
  border-color: #1e7e34;
}

.btn-outline-warning {
  background: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
.btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover {
  background: #d39e00;
  color: #fff;
  border-color: #d39e00;
}

.btn-outline-danger {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover {
  background: #bd2130;
  color: #fff;
  border-color: #bd2130;
}

.btn-outline-info {
  background: transparent;
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover {
  background: #117a8b;
  color: #fff;
  border-color: #117a8b;
}

.btn-outline-light {
  background: transparent;
  border-color: #464a53;
  color: #464a53;
}
.btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:hover {
  background: #2f3137;
  color: #464a53;
  border-color: #2f3137;
}

.btn-outline-dark {
  background: transparent;
  border-color: #464a53;
  color: #464a53;
}
.btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover {
  background: #2f3137;
  color: #fff;
  border-color: #2f3137;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
  background: #2d4373;
  color: #fff;
  border-color: #2d4373;
}

.btn-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
  background: #0c85d0;
  color: #fff;
  border-color: #0c85d0;
}

.btn-youtube {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
}
.btn-youtube:active, .btn-youtube:focus, .btn-youtube:hover {
  background: #cc0000;
  color: #fff;
  border-color: #cc0000;
}

.btn-instagram {
  background: #c32aa3;
  border-color: #c32aa3;
  color: #fff;
}
.btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover {
  background: #992180;
  color: #fff;
  border-color: #992180;
}

.btn-pinterest {
  background: #bd081c;
  border-color: #bd081c;
  color: #fff;
}
.btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover {
  background: #8c0615;
  color: #fff;
  border-color: #8c0615;
}

.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
  background: #005983;
  color: #fff;
  border-color: #005983;
}

.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff;
}
.btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
  background: #be2d23;
  color: #fff;
  border-color: #be2d23;
}

.btn-google {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google:active, .btn-google:focus, .btn-google:hover {
  background: #1266f1;
  color: #fff;
  border-color: #1266f1;
}

.btn-snapchat {
  background: #fffc00;
  border-color: #fffc00;
  color: #000;
}
.btn-snapchat:active, .btn-snapchat:focus, .btn-snapchat:hover {
  background: #ccca00;
  color: #000;
  border-color: #ccca00;
}

.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-whatsapp:active, .btn-whatsapp:focus, .btn-whatsapp:hover {
  background: #1da851;
  color: #fff;
  border-color: #1da851;
}

.btn-tumblr {
  background: #35465d;
  border-color: #35465d;
  color: #fff;
}
.btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover {
  background: #222e3d;
  color: #fff;
  border-color: #222e3d;
}

.btn-reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover {
  background: #cc3700;
  color: #fff;
  border-color: #cc3700;
}

.btn-spotify {
  background: #1ed760;
  border-color: #1ed760;
  color: #fff;
}
.btn-spotify:active, .btn-spotify:focus, .btn-spotify:hover {
  background: #18aa4c;
  color: #fff;
  border-color: #18aa4c;
}

.btn-yahoo {
  background: #430297;
  border-color: #430297;
  color: #fff;
}
.btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover {
  background: #2d0165;
  color: #fff;
  border-color: #2d0165;
}

.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:active, .btn-dribbble:focus, .btn-dribbble:hover {
  background: #e51e6b;
  color: #fff;
  border-color: #e51e6b;
}

.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:active, .btn-skype:focus, .btn-skype:hover {
  background: #008abd;
  color: #fff;
  border-color: #008abd;
}

.btn-quora {
  background: #aa2200;
  border-color: #aa2200;
  color: #fff;
}
.btn-quora:active, .btn-quora:focus, .btn-quora:hover {
  background: #771800;
  color: #fff;
  border-color: #771800;
}

.btn-vimeo {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover {
  background: #1295bf;
  color: #fff;
  border-color: #1295bf;
}

.btn-icon-left {
  background: #fff;
}

.btn-ft {
  padding: 1.15rem 2rem;
}
.btn-ft-lg {
  width: 17rem;
  text-align: center;
  padding: 1.15rem 0;
}
.btn-ft-md {
  width: 14rem;
  text-align: center;
  padding: 1.15rem 0;
}
.btn-sl-lg {
  width: 17rem;
  text-align: center;
}
.btn-sl-md {
  width: 14rem;
  text-align: center;
}
.btn-sl-sm {
  width: 12rem;
  text-align: center;
}

.btn-switch {
  padding: 1rem 3rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #DDDFE1;
  color: #464a53;
}
.btn-switch:focus {
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1) !important;
}

.alert {
  border-radius: 4px;
  padding: 1.8rem;
  font-size: 1.7rem;
}
.alert-primary {
  border-color: var(--primary);
  color: #464a53;
}

[data-notify=container] .alert {
  width: 50rem;
}

.progress-bar {
  background-color: var(--primary);
}

.progress-bar-primary {
  background-color: var(--primary);
}

.progress-bar-success {
  background-color: #28a745;
}

.progress-bar-info {
  background-color: #17a2b8;
}

.progress-bar-danger {
  background-color: var(--primary);
}

.progress-bar-warning {
  background-color: var(--secondary);
}

.progress-bar-pink {
  background-color: #e91e63;
}

.progress {
  height: 0.6rem;
  border-radius: 30px;
}
.progress-label h3 {
  font-size: 1.7rem;
  color: #464a53;
  margin-bottom: 0;
}
.progress--medium {
  height: 12px;
}
.progress--medium .progress-bar {
  height: 12px;
  font-size: 12px;
}
.progress--medium.progress-vertical-bottom, .progress--medium.progress-vertical {
  width: 12px;
  font-size: 12px;
}
.progress--large {
  height: 16px;
}
.progress--large .progress-bar {
  height: 16px;
  font-size: 16px;
}
.progress--large.progress-vertical-bottom, .progress--large.progress-vertical {
  width: 16px;
  font-size: 16px;
}
.progress--extraLarge {
  height: 19px;
}
.progress--extraLarge .progress-bar {
  height: 19px;
  font-size: 19px;
}
.progress--extraLarge.progress-vertical-bottom, .progress--extraLarge.progress-vertical {
  width: 19px;
  font-size: 19px;
}

.progress-bar.active,
.progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-vertical {
  display: inline-block;
  height: 25rem;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 25rem;
  position: relative;
}

.progress-vertical-bottom {
  display: inline-block;
  height: 25rem;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 25rem;
  position: relative;
  transform: rotate(180deg);
}

.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s;
}

@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
.browser .progress {
  height: 0.8rem;
}

.popover-header {
  font-size: 1.5rem;
  color: #464a53;
}
.popover-body {
  font-size: 1.3rem;
}

.tooltip {
  font-size: 15px;
}

.bordered-tab .nav-tabs {
  margin-bottom: 0;
}
.bordered-tab .tab-pane {
  border: 0.1rem solid transparent;
  border-top: 0;
  padding: 1.5rem;
}
.bordered-tab .tab-pane.active {
  border-color: #DDDFE1;
}

.tab-pane-img {
  padding: 0.35rem;
  border: 1px solid #DDDFE1;
  margin: 0.8rem 0;
}

.nav-pills {
  margin: 1.5rem 0;
  border-bottom: 1px solid #DDDFE1;
}
.nav-pills .nav-link {
  border-radius: 0;
  font-size: 1.7rem;
}
@media only screen and (min-width: 1200px) {
  .nav-pills .nav-link {
    padding: 0.8rem 2.2rem;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--primary);
}

.default-tab .nav-link {
  background: transparent;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #464a53;
  padding: 0.5rem 1.8rem;
}
@media only screen and (min-width: 1200px) {
  .default-tab .nav-link {
    padding: 0.5rem 2.2rem;
  }
}
.default-tab .nav-link.active {
  color: var(--primary);
}

.custom-tab-1 .nav-link {
  background: transparent;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #464a53;
}
@media only screen and (min-width: 1200px) {
  .custom-tab-1 .nav-link {
    padding: 0.5rem 2.2rem;
  }
}
.custom-tab-1 .nav-link.active {
  background: #f3b7bd;
  border-color: #DDDFE1;
  color: var(--primary);
}

.nav-pills-icon {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.nav-pills-icon a {
  text-align: center;
  padding: 0.9rem;
}
.nav-pills-icon a:not(.active) i {
  color: #6a707e;
}
.nav-pills-icon a.active {
  color: var(--primary);
}

.nav-tabs a {
  text-align: left;
  padding: 0.9rem;
  color: #464a53;
  font-size: 1.7rem;
}
.nav-tabs a:not(.active) i {
  color: #6a707e;
}
.nav-tabs-vertical {
  border-bottom: 0;
  border-right: 1px solid #DDDFE1;
}
.nav-tabs-vertical a {
  margin-bottom: 0.5rem;
}
.nav-tabs-vertical a.active {
  color: var(--primary);
  border: 1px solid var(--primary);
  border-top: 0;
  border-left: 0;
}
.nav-tabs-vertical.right-align {
  border-right: 0;
  border-left: 1px solid #DDDFE1;
}
.nav-tabs-vertical.right-align a {
  padding: 0.9rem 0 0.9rem 2rem;
}
.nav-tabs-vertical.right-align a.active {
  color: var(--primary);
  border-left: 1px solid var(--primary);
  border-right: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .nav-tabs .nav-link {
    padding: 0.9rem 2.2rem;
  }
}
.nav-tabs .nav-link.active {
  color: var(--primary);
  border-radius: 0;
}

.tab-content-default h3 {
  font-size: 1.7rem;
  color: #464a53;
  margin-bottom: 0;
}
.tab-content-default h4 {
  font-size: 1.5rem;
  color: #464a53;
}
.tab-content-default p {
  margin: 2rem 0 0 0;
}

.dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown-outline {
  border: 0.1rem solid var(--primary);
}

.dropdown-menu {
  font-size: inherit;
}
[direction=rtl] .dropdown-menu {
  right: auto !important;
}

.custom-dropdown {
  display: inline-block;
  margin-bottom: 1rem;
}
.custom-dropdown .dropdown-menu {
  border: 0.1rem solid rgba(120, 130, 140, 0.29);
  min-width: 160px;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 2rem;
  color: #abafb3;
}
.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(220, 53, 69, 0.2);
}

#calendar .fc-header-toolbar button {
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none;
}

.fc-today-button {
  border: 1px solid var(--primary) !important;
  color: var(--primary);
  padding: 0 1.4em !important;
}

.fc-agendaWeek-button {
  border: 1px solid var(--secondary) !important;
  color: var(--secondary);
  padding: 0 1.4em !important;
}
.fc-agendaWeek-button.fc-state-active {
  background: var(--secondary);
  color: #fff;
}

.fc-agendaDay-button {
  border: 1px solid #17a2b8 !important;
  color: #17a2b8;
  padding: 0 1.4em !important;
}
.fc-agendaDay-button.fc-state-active {
  background: #17a2b8;
  color: #fff;
}

.fc-prev-button:focus, .fc-next-button:focus {
  outline: 0;
  box-shadow: none;
}

.fc-prev-button {
  margin-right: 0.5rem !important;
}

.fc-prev-button, .fc-next-button {
  color: #464a53;
  border: 1px solid rgba(70, 74, 83, 0.3) !important;
}

.fc-right .fc-button-group button {
  margin-right: 10px;
  padding: 0 1.4em !important;
}
.fc-right .fc-button-group button:last-child {
  margin-right: 0;
}

.fc-month-button {
  color: #28a745;
  border-color: #28a745 !important;
}
.fc-month-button.fc-state-active {
  background: #28a745;
  color: #fff;
}

.fc-button-group button:focus {
  outline: 0;
}

.fc-event {
  border-radius: 5px;
}

.fc th.fc-widget-header {
  background: #FBFBFB;
  color: #464a53;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: 500;
}

.fc-widget-header thead {
  background: #FBFBFB;
}

#event-modal .modal-content .modal-header .modal-title {
  color: #fff;
}
#event-modal .modal-body form .btn {
  height: 100%;
  border-radius: 0 4px 4px 0;
}

#add-category .modal-header .modal-title {
  color: #fff;
}

#external-events [data-class=bg-primary] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-primary]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-success] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-success]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #28a745;
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-warning] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-warning]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--secondary);
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-dark] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-dark]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #464a53;
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-danger] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-danger]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-info] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-info]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #17a2b8;
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}
#external-events [data-class=bg-pink] {
  background-color: transparent !important;
  color: #464a53;
}
#external-events [data-class=bg-pink]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e91e63;
  margin-right: 0.9rem;
  position: relative;
  top: 2px;
}

.chat-contacts .event-sideber-search, .chat-contacts .slimScrollDiv {
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.chat-search-form .form-control {
  background: transparent !important;
}
.chat-search-form i {
  font-size: 18px;
  color: #6a707e;
}

.carousel-caption {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
}
.carousel-caption h5 {
  color: #fff;
  font-size: 1.8rem;
}
.carousel-caption p {
  margin-bottom: 0;
}

.contact-options-dropdown {
  position: absolute;
  right: 2rem;
  padding: 0 1rem;
}

.user-designation {
  position: relative;
}
.user-designation:after {
  position: absolute;
  width: 3.5rem;
  height: 0.1rem;
  top: 110%;
  left: calc(50% - 1.5rem);
  content: "";
  background: var(--primary);
}

.card.card-full-width {
  height: calc(100% + 6rem);
  margin-top: -6rem;
  margin-right: -3rem;
  margin-bottom: 0;
  box-shadow: none;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .card.card-full-width {
    position: absolute;
  }
}
.card.card-full-width .card-body {
  padding-bottom: 0;
  padding-top: 6rem;
  overflow: hidden;
}
.card.card-full-width ul.contact-address-list > li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.card.card-full-width ul.contact-address-list > li h4 i {
  margin-right: 0.5rem;
}
.card.card-full-width ul.contact-address-list > li h5 {
  font-size: 1.8rem;
}
.card.card-full-width ul.contact-address-list > li h5 i {
  font-size: 1.8rem;
  padding-right: 0.5rem;
}
.card.card-full-width ul.contact-address-list > li:not(:last-child):after {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 30rem;
  left: calc(50% - 15rem);
  top: 100%;
  background-color: #EEEEEE;
}
.card.card-full-width ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card.card-full-width ul.social-navigation li {
  display: inline-block;
  margin: 1rem 0.2rem 1rem 1rem;
}
.card.card-full-width ul.social-navigation li a {
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  border-radius: 50%;
}

.user-intro {
  position: relative;
  padding-bottom: 2rem;
}
.user-intro::after {
  position: absolute;
  height: 0.1rem;
  width: 10rem;
  content: "";
  background-color: #EEEEEE;
  left: calc(50% - 5rem);
  top: 100%;
}

.user-skill {
  border-bottom: 0.1rem solid #EEEEEE;
  margin-bottom: 3rem;
}
.user-skill .user-info li {
  margin-bottom: 3.5rem;
}
.user-skill .user-info li h5 {
  margin-bottom: 0.5rem;
}

.user-image {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 0;
  position: relative;
}
.user-image::after {
  position: absolute;
  width: 110%;
  height: 110%;
  border: 0.2rem solid var(--primary);
  background-color: transparent;
  content: "";
  left: -5%;
  top: -5%;
  border-radius: 50%;
}

.user-details-image img {
  width: 130px;
  height: 130px;
  padding: 5px;
  border: 2px solid var(--primary);
}

.user-intro h4 {
  margin-bottom: 0.5rem;
}

.user-info-setting-form label {
  font-size: 1.7rem;
}
.user-info-setting-form .form-control {
  background: transparent;
}

.filter-form {
  margin: 2.5rem 0;
}
.filter-form label {
  font-size: 1.7rem;
}

.add-employee-button {
  text-align: right;
}

.employee-contact-table tr th, .employee-contact-table td {
  color: #464a53;
}
.employee-contact-table tbody tr td:not(.text-primary) {
  color: #464a53 !important;
}
.employee-contact-table tbody tr td.text-primary {
  color: var(--primary) !important;
}
.employee-contact-table tbody .label-big {
  width: 19.8rem;
  padding: 0.9rem 0;
}

table.employee-contact-table thead .sorting::after {
  color: #464a53 !important;
}

.list-group-item.active h5 {
  color: #fff;
}

.bootstrap-pagination {
  margin-bottom: 2rem;
}
.bootstrap-pagination h5 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.pagination {
  margin-bottom: 0.5rem;
}
.pagination .page-item .page-link {
  height: 5rem;
  border-radius: 0;
  text-align: center;
  line-height: 3.8rem;
}
.pagination .page-item .page-link:focus {
  outline: 0;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination .page-item .page-link {
  width: 6.5rem;
  color: #abafb3;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item.page-indicator .page-link {
  width: 8rem;
}
.pagination .page-item.page-indicator:hover .page-link {
  color: #464a53;
}
.pagination .page-item:last-child .page-link {
  margin-right: 0;
}
[direction=rtl] .pagination .page-item:first-child .page-link {
  margin-right: 0;
}

.pagination-md.pagination .page-item .page-link {
  height: 4.5rem;
  width: 6rem;
}
.pagination-sm.pagination .page-item .page-link {
  height: 3.5rem;
  width: 5.5rem;
  line-height: 2.9rem;
}
.pagination-rounded.pagination .page-item:first-child .page-link, .pagination-rounded.pagination .page-item:last-child .page-link {
  border-radius: 5rem;
}
.pagination-rounded.pagination .page-link {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  border: 0;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .pagination-rounded.pagination .page-link {
    margin-right: 1rem;
    height: 4rem;
    width: 4rem;
    line-height: 3rem;
  }
}
.pagination-rounded.pagination.pagination-md .page-link {
  height: 4rem;
  width: 4rem;
  line-height: 2.9rem;
}
.pagination-rounded.pagination.pagination-sm .page-link {
  height: 3.5rem;
  width: 3.5rem;
}

.pricing-wrapper {
  margin-top: 7rem;
}
.pricing-wrapper .pricing-heading-text {
  text-align: center;
  margin-bottom: 6rem;
}
.pricing-wrapper .pricing-heading-text h2 {
  font-size: 4.5rem;
  line-height: 1.2;
  color: #6a707e;
}
.pricing-wrapper .pricing-heading-text h2 span {
  display: block;
}
.pricing-wrapper .pricing-heading-text p {
  margin-bottom: 0;
}
.pricing-wrapper .pricing-heading-text a {
  color: #6a707e;
  text-decoration: underline;
}
.pricing-wrapper .pricing-heading-text .plan-swither {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
}
.pricing-wrapper .pricing-heading-text .plan-swither > * {
  margin-left: 1rem;
  margin-right: 1rem;
}
.pricing-wrapper .pricing-heading-text .plan-swither .switch label {
  margin-bottom: 0;
}
.pricing-wrapper .pricing-heading-text .plan-swither .badge {
  height: 5.5rem;
  width: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.pricing-wrapper .single-pricing-table {
  position: relative;
  text-align: center;
  min-height: 89rem;
}
.pricing-wrapper .single-pricing-table .upper-border {
  height: 1.5rem;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.pricing-wrapper .single-pricing-table .plan-name {
  margin-top: 2rem;
  color: #6a707e;
}
.pricing-wrapper .single-pricing-table .plan-price {
  padding: 2.8rem 0;
  margin: 3rem 0;
  display: flex;
  color: #fff;
  justify-content: center;
}
.pricing-wrapper .single-pricing-table .plan-price h2 {
  font-size: 6rem;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: normal;
}
.pricing-wrapper .single-pricing-table .plan-price .currency-timeplan {
  align-self: flex-end;
}
.pricing-wrapper .single-pricing-table .plan-icon {
  margin-top: 3rem;
}
.pricing-wrapper .single-pricing-table .plan-specification ul {
  margin: 0;
}
.pricing-wrapper .single-pricing-table .plan-specification ul li {
  margin: 2.5rem 0;
}
.pricing-wrapper .single-pricing-table .plan-specification ul li del {
  color: #F0F0F2;
}
.pricing-wrapper .single-pricing-table .btn {
  width: 80%;
  margin: 0 auto;
  border: 0.1rem solid #DDDFE1;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
  color: #2290ff;
  transition: all 0.2s;
  padding: 0.9rem 1.8rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.pricing-wrapper .single-pricing-table .btn:hover {
  color: #fff;
}
.pricing-wrapper .pricing-footer-text {
  margin-bottom: 7rem;
}
.pricing-wrapper .pricing-footer-text p {
  margin-bottom: 4rem;
}
.pricing-wrapper .pricing-footer-text p b {
  border-bottom: 1px solid #2290FF;
}
.pricing-wrapper .pricing-footer-text .btn {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.95rem 2.5rem;
}
.pricing-wrapper .pricing-footer-text .btn i {
  padding-right: 0.5rem;
}

.grid-col {
  padding: 2rem !important;
  background: #fff;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
}

.row.grid {
  margin-bottom: 3rem;
  text-align: center;
}

.row.grid .grid-col:first-child {
  text-align: left;
}

.ribbon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ribbon-bookmarked {
  padding-top: 5rem;
}
.ribbon.ribbon-style-1 {
  left: -3.4rem;
  top: 1rem;
  width: 11rem;
  height: 2.5rem;
  background-color: #673AB7;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
}
.ribbon.ribbon-style-1:after {
  right: -0.5rem;
}
.ribbon.ribbon-style-1:before {
  left: -0.5rem;
}
.ribbon.ribbon-style-1:after, .ribbon.ribbon-style-1:before {
  z-index: -1;
  background-color: #9568E5;
  top: 0.3rem;
  transform: rotate(45deg);
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
}
.ribbon.ribbon-style-2 {
  left: -2.5rem;
  top: 1.5rem;
  width: 11rem;
  height: 2.9rem;
  background-color: #4CAF50;
  transform: rotate(-45deg);
}
.ribbon.ribbon-style-3 {
  left: -2.5rem;
  top: 1.5rem;
  width: 11rem;
  height: 2.5rem;
  background-color: var(--secondary);
  transform: rotate(-45deg);
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
.ribbon.ribbon-style-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5rem 5rem 5rem;
  border-color: transparent transparent var(--secondary) transparent;
  left: 0.4rem;
  top: -4.4rem;
}
.ribbon.ribbon-style-4 {
  left: 0;
  top: 1.8rem;
  width: 11rem;
  height: 3.8rem;
  background-color: var(--primary);
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
.ribbon.ribbon-style-5 {
  left: 0;
  top: 1.8rem;
  width: 11rem;
  height: 3.8rem;
  background-color: #17a2b8;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.ribbon.ribbon-style-6 {
  left: 0;
  top: 1.8rem;
  width: 11rem;
  height: 3.8rem;
  background-color: #E91E63;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
}
.ribbon.ribbon-style-7 {
  right: 1rem;
  top: -0.8rem;
  width: 11rem;
  height: 5.5rem;
  background-color: #FF9800;
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
.ribbon.ribbon-style-7:after {
  right: -0.5rem;
}
.ribbon.ribbon-style-7:before {
  left: -0.5rem;
}
.ribbon.ribbon-style-7:after, .ribbon.ribbon-style-7:before {
  z-index: -1;
  background-color: #F5C680;
  top: 0.3rem;
  transform: rotate(45deg);
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
}
.ribbon.ribbon-style-8 {
  left: 1rem;
  top: -0.8rem;
  width: 11rem;
  height: 5.5rem;
  background-color: #FF5722;
}
.ribbon.ribbon-style-8:after {
  right: -0.5rem;
}
.ribbon.ribbon-style-8:before {
  left: -0.5rem;
}
.ribbon.ribbon-style-8:after, .ribbon.ribbon-style-8:before {
  z-index: -1;
  background-color: #E3967E;
  top: 0.3rem;
  transform: rotate(45deg);
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
}
.ribbon.ribbon-style-9 {
  left: 1rem;
  top: -0.8rem;
  width: 5rem;
  height: 5.5rem;
  background-color: #9C27B0;
}
.ribbon.ribbon-style-9:after {
  right: -0.5rem;
}
.ribbon.ribbon-style-9:before {
  left: -0.5rem;
}
.ribbon.ribbon-style-9:after, .ribbon.ribbon-style-9:before {
  z-index: -1;
  background-color: #D589E2;
  top: 0.3rem;
  transform: rotate(45deg);
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
}

.ribbon-left-align {
  left: 1rem;
}

.modal .form-control {
  background-color: #fff;
}
.modal.show .modal-dialog {
  transform: translate(0, 7.5rem);
}
.modal-header {
  border: 0;
  padding: 1.8rem;
}
.modal-body {
  padding: 1.8rem;
}
.modal-footer {
  border: 0;
  padding: 1.8rem;
}
.modal-title {
  font-size: 1.8rem !important;
}

.modal .user-img {
  margin: 4rem 0;
}
.modal .user-img-wrapper {
  position: relative;
  height: 14rem;
  width: 14rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
}
.modal .user-img-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.modal .user-img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -2;
  left: 0;
  top: 0;
}

.add-user-popup .modal-header {
  background-color: var(--primary);
  color: #fff;
  position: relative;
}
.add-user-popup .modal-header .modal-title {
  color: #fff;
}
.add-user-popup .modal-header .close {
  position: absolute;
  right: 2rem;
  color: #fff;
}
.add-user-popup .modal-header .close:hover {
  color: #fff;
}

.bootstrap-media-custom .media:nth-child(even) {
  background: var(--primary);
  color: #F0F0F2;
}
.bootstrap-media-custom .media:nth-child(even) h5, .bootstrap-media-custom .media:nth-child(even) h6 {
  color: #F0F0F2;
}
.bootstrap-media-custom .media:nth-child(even) h5 small, .bootstrap-media-custom .media:nth-child(even) h6 small {
  color: #F0F0F2 !important;
}

.media.bordered {
  border-bottom: 1px solid #DDDFE1;
  padding-bottom: 1.3rem;
}
.media:last-child {
  border-bottom: 0;
}
.media-intro {
  margin: 2rem 0 3rem 0;
}
.media-intro .media-body h4 {
  font-size: 2rem;
  color: var(--primary);
}
.media-intro .media-body p {
  margin: 0;
}
.media-custom-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}

.event-sideber-search {
  padding: 3rem;
  background-color: #fff;
}
.event-sideber-search form {
  position: relative;
}
.event-sideber-search form input {
  border-radius: 2.5rem;
  font-size: 1.6rem;
}
.event-sideber-search form .form-control {
  padding: 1rem 5rem 1rem 2rem;
}
.event-sideber-search form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
}

.event-msg-left .list-group-item {
  border: 0;
  padding: 2.5rem 2rem 2.5rem 2rem;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.event-msg-left .list-group-item .media {
  position: relative;
}
.event-msg-left .list-group-item .media .online-signal {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50px;
  background-color: #28a745;
}
.event-msg-left .list-group-item .media .media-body p {
  font-size: 14px;
  color: #464a53 !important;
}
.event-msg-left .list-group-item p, .event-msg-left .list-group-item h4 {
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .event-msg-left .list-group-item p {
    font-size: 1.3rem;
  }
  .event-msg-left .list-group-item h4 {
    font-size: 1.5rem;
  }
}
.event-msg-left .list-group-item::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background: #E9EAEB;
  position: absolute;
  bottom: 0;
}

.event-chat-ryt {
  height: 100%;
  position: relative;
}
.event-chat-ryt .list-group-item {
  background-color: transparent;
  border: 0;
}
.event-chat-ryt .list-group-item.chat-heading {
  border-bottom: 1px solid #DDDFE1;
  padding: 0 0 2rem 0 !important;
}
.event-chat-ryt .chat-area {
  padding: 3rem 0;
}
.event-chat-ryt .chat-area .chat-reciver,
.event-chat-ryt .chat-area .chat-sender {
  margin-bottom: 5rem;
  padding: 0;
}
.event-chat-ryt .chat-area .media {
  position: relative;
}
.event-chat-ryt .chat-area .media-body p {
  margin: 0;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
@media (min-width: 576px) {
  .event-chat-ryt .chat-area .media-body p {
    max-width: 60%;
  }
}
.event-chat-ryt .chat-area .media-body p span {
  border-radius: 0.5rem;
  padding: 1rem;
  display: inline-block;
  top: 103%;
  position: relative;
}
.event-chat-ryt .chat-area .media-body p span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  bottom: 0;
  position: absolute;
}
.event-chat-ryt .chat-area .media-body p .time {
  position: absolute;
  color: #aaa;
}
.event-chat-ryt p {
  font-size: 1.5rem;
}
.event-chat-ryt .chat-reciver {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: flex-end;
}
.event-chat-ryt .chat-reciver .media {
  flex: 1;
}
.event-chat-ryt .chat-reciver .media .media-body {
  margin-right: 2rem;
  text-align: right;
}
.event-chat-ryt .chat-reciver .media .media-body p {
  background-color: var(--primary);
  color: #fff;
  border-radius: 5px 5px 0 5px;
  padding-left: 0.7rem;
}
.event-chat-ryt .chat-reciver .media .media-body p span {
  background-color: var(--primary);
  text-align: left;
}
.event-chat-ryt .chat-reciver .media .media-body p span::after {
  border-color: transparent transparent var(--primary) transparent;
  right: -1.5rem;
}
.event-chat-ryt .chat-reciver .media .media-body p .time {
  left: 0;
}
.event-chat-ryt .chat-reciver .media .media-body p small {
  font-size: 10px;
}
.event-chat-ryt .chat-sender {
  text-align: left;
  padding: 0.5rem 1rem;
}
.event-chat-ryt .chat-sender .media .media-body {
  margin-left: 2rem;
}
.event-chat-ryt .chat-sender .media .media-body p {
  background-color: #fff;
}
.event-chat-ryt .chat-sender .media .media-body p span {
  padding-left: 1.7rem;
}
.event-chat-ryt .chat-sender .media .media-body p span::after {
  border-color: transparent transparent #fff transparent;
  left: -1.5rem;
}
.event-chat-ryt .chat-sender .media .media-body p .time {
  right: 0;
}
.event-chat-ryt .chat-sender .media .media-body p small {
  font-size: 10px !important;
}
.event-chat-ryt .char-type {
  border-top: 1px solid #DDDFE1;
  padding-top: 1.5rem;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  background-color: #f3f6f9;
}
.event-chat-ryt .char-type input.form-control {
  background-color: transparent;
  font-size: 1.6rem;
  color: #847577;
  border: 0;
}
.event-chat-ryt .char-type input.form-control::placeholder {
  color: #464a53;
}
.event-chat-ryt .char-type label {
  padding: 0 1rem 0 0;
  display: flex;
  align-items: center;
  font-size: 3rem;
}
@media (min-width: 576px) {
  .event-chat-ryt .char-type label {
    font-size: 4rem;
    padding: 0 2rem;
  }
}
.event-chat-ryt .char-type button {
  margin-left: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .event-chat-ryt .char-type button {
    width: 5rem;
    height: 5rem;
  }
}

.msg-single.active {
  background-color: #EDEBF9;
  border: transparent;
  color: #464a53;
}

.timeline {
  list-style: none;
  padding: 40px 0;
  position: relative;
}
.timeline-workplan.timeline {
  padding-bottom: 0;
  margin-bottom: 0;
}
.timeline-workplan.timeline.timeline > li > .timeline-badge {
  top: 4.5rem;
}
.timeline-workplan.timeline > li {
  margin-bottom: 2.6rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .timeline-workplan.timeline li > p {
    max-width: 8rem;
  }
}
@media only screen and (max-width: 1199px) {
  .timeline-workplan.timeline li > p {
    max-width: 7rem;
  }
}
@media only screen and (max-width: 991px) {
  .timeline-workplan.timeline li > p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .timeline-workplan.timeline li > p {
    max-width: 7rem;
  }
}
.timeline-workplan.timeline::before {
  left: 20%;
  top: 6rem;
}
[direction=rtl] .timeline-workplan.timeline::before {
  right: 22%;
  left: auto;
}

@media only screen and (max-width: 575px) {
  .timeline-workplan.timeline::before {
    left: 22%;
  }
}
.timeline-workplan.timeline .timeline-badge {
  left: 21.4%;
  height: 0.9rem;
  width: 0.9rem;
  background-color: var(--primary);
}
[direction=rtl] .timeline-workplan.timeline .timeline-badge {
  right: 19.2%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .timeline-workplan.timeline .timeline-badge {
    left: 22.4%;
  }
}
@media only screen and (max-width: 1199px) {
  .timeline-workplan.timeline .timeline-badge {
    left: 22.4%;
  }
}
@media only screen and (max-width: 991px) {
  .timeline-workplan.timeline .timeline-badge {
    left: 21.7%;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-workplan.timeline .timeline-badge {
    left: 19.5%;
  }
}
@media only screen and (max-width: 575px) {
  .timeline-workplan.timeline .timeline-badge {
    left: 21.4%;
  }
}
.timeline-workplan.timeline .timeline-badge::after {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  background-color: rgba(220, 53, 69, 0.4);
  content: "";
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline-workplan.timeline .timeline-panel {
  width: 70%;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ECEFF2;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:after,
.timeline > li:before {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:after,
.timeline > li:before {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border-radius: 2px;
  position: relative;
}

.timeline > li > .timeline-badge {
  background-color: #f3f6f9;
  border: 1px solid #DDDFE1;
  border-radius: 50%;
  color: #464a53;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -13px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 40px;
  z-index: 1;
  transform: translate(-25%, -3rem);
}
@media (min-width: 576px) {
  .timeline > li > .timeline-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.event_time {
  font-size: 14px;
  font-weight: 600;
}

.event_vanue {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 600;
}

.timeline_img {
  height: 100px;
  width: 100px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline_img {
    height: 30%;
    width: 30%;
  }
}
.timeline-timestamp {
  text-align: center;
}
.timeline-timestamp .badge {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-size: 1.3rem;
}

.reaction-section i {
  color: #6a707e;
}

.label {
  padding: 0.6rem 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.label-fixed {
  width: 7.5rem;
  padding: 0.6rem 0;
}
.label-fixed-lg {
  width: 9.5rem;
  padding: 0.6rem 0;
}
.label-big {
  width: 16.8rem;
  font-size: 1.5rem;
  padding: 1.1rem 0;
}
.label-xl {
  width: 10.5rem;
  padding: 1.1rem 0;
  font-size: 1.5rem;
}
.label-lg {
  width: 9.5rem;
  padding: 1.1rem 0;
}
.label-md {
  width: 8.5rem;
  padding: 1.1rem 0;
}
.label-sm {
  width: 7.5rem;
  padding: 1.1rem 0;
}

.label-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.label-rounded {
  border-radius: 50px;
}

.label-secondary {
  background-color: var(--primary);
}

.label-primary {
  background-color: var(--secondary);
}

.label-success {
  background-color: #28a745;
}

.label-info {
  background-color: #17a2b8;
}

.label-warning {
  background-color: var(--secondary);
}

.label-danger {
  background-color: var(--primary);
}

.label-dark {
  background-color: #464a53;
}

.label-light {
  background-color: #5e5e5e;
}

.single-transaction {
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1);
}
.single-transaction-details h6 {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.single-transaction-details .label {
  font-size: 1.7rem;
  padding: 1.2rem 2.3rem;
}

.nestable-cart {
  overflow: hidden;
}

.dd-item > button {
  height: 2.1rem;
}

.dd-item > button:before {
  color: #abafb3;
}

.dd3-content:hover {
  color: #abafb3;
  background: #f3f6f9;
}

.dd3-content {
  color: #abafb3;
}

.weather-one i {
  font-size: 8rem;
  position: relative;
  top: 0.5rem;
}
.weather-one h2 {
  display: inline-block;
  float: right;
  font-size: 4.8rem;
}
.weather-one .city {
  position: relative;
  text-align: right;
  top: -2.5rem;
}
.weather-one .currently {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  top: 2.5rem;
}
.weather-one .celcious {
  text-align: right;
  font-size: 2rem;
}

.counter {
  padding: 4rem 0;
}
.counter-content {
  text-align: center;
  padding: 0.8rem 0;
}
.counter-content .counter-number {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.counter-content span {
  display: inline-block;
  font-size: 4rem;
  color: var(--primary);
  font-weight: 700;
}

.crypto-ticker {
  position: relative;
  background: #fff;
  padding: 1.55rem 0;
}

.ticker-overview {
  position: absolute;
  width: 15rem;
  text-align: center;
  background: var(--primary);
  color: #fff;
  padding: 2.3rem 1.5rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .ticker-overview {
    width: 11rem;
    padding: 2.3rem 1rem;
  }
}

.tickercontainer {
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 2rem 1.5rem;
}
.tickercontainer li {
  padding: 0px 2rem !important;
  font: bold 1.5rem "Segoe UI";
  color: #6a707e;
}
.tickercontainer li i {
  padding: 0px 0.5rem;
}
.tickercontainer li .cc {
  font-size: 2rem;
}

.coin-status,
.coin-value {
  padding: 0px 0.5rem;
}

.gain-loose-ticker li {
  margin: 0 5rem;
}

.circle-progress {
  display: inline-block;
  position: relative;
}
.circle-progress-block {
  display: block;
}
.circle-progress .absolute-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-progress .circle-wrapper {
  display: inline-block;
  position: relative;
}
.circle-progress .circle-wrapper .absolute-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-progress .circle-wrapper .absolute-icons h6 {
  font-size: 1.6rem;
}
.circle-progress .bottom-text h6 {
  font-size: 1.8rem;
}
.circle-progress .bottom-text h4 {
  font-size: 2.4rem;
}

.clipboard-btn {
  transition: all 0.1s ease-in-out;
}
.clipboard-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

.noUi-target {
  border-color: var(--primary);
}

.noUi-connect {
  background-color: var(--primary);
}
.noUi-connects {
  background-color: #f3f6f9;
}
.noUi-connect.c-1-color {
  background-color: #28a745;
}
.noUi-connect.c-2-color {
  background-color: #17a2b8;
}
.noUi-connect.c-3-color {
  background-color: var(--primary);
}
.noUi-connect.c-4-color {
  background-color: var(--secondary);
}

#slider-toggle {
  height: 50px;
}

#slider-toggle.off .noUi-handle {
  border-color: var(--primary);
}

.colorpicker-slider .sliders.noUi-target#red, .colorpicker-slider .sliders.noUi-target#green, .colorpicker-slider .sliders.noUi-target#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
.colorpicker-slider .sliders.noUi-target#red .noUi-connect {
  background: #c0392b;
}
.colorpicker-slider .sliders.noUi-target#green .noUi-connect {
  background: #27ae60;
}
.colorpicker-slider .sliders.noUi-target#blue .noUi-connect {
  background: #2980b9;
}
.colorpicker-slider #result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  color: #7f7f7f;
  background: #7f7f7f;
  border: 1px solid #fff;
  box-shadow: 0 0 10px;
}

.slider-vertical {
  height: 28rem;
}

button.multiselect {
  min-width: 17rem;
  background-color: var(--primary);
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .blockUI.blockMsg.blockPage {
    width: 60% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}

.popup-images a {
  display: inline-block;
  padding: 0.5rem;
}

.white-popup-block {
  background-color: #fff;
  width: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 3rem;
  border-radius: 3px;
}

.counter-wrapper {
  text-align: center;
}
.counter-wrapper span.counter {
  font-size: 4rem;
  color: #464a53;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 95%;
}

.bootstrap-duallistbox-container select option {
  padding: 7px;
}

.dragula-wrapper .container > div {
  margin: 1.5rem 0;
  color: #fff;
  padding: 1rem;
  background-color: var(--primary);
  cursor: pointer;
}
.dragula-wrapper .container > div.ex-moved {
  background-color: #ff0000;
  color: #fff;
}
.dragula-wrapper .container > div .handle {
  padding: 0 0.3rem;
  display: inline-block;
  background-color: #fff;
  color: var(--primary);
  margin: 0 0.5rem 0.5rem 0;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#preloader {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background: #fff;
}

.loader {
  position: absolute;
  width: 5rem;
  height: 10rem;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -3.5rem;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -12.4rem;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
.collapse.advanced-options ul * {
  margin: 0;
}
.collapse.advanced-options ul li {
  width: 100%;
  padding: 8px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.collapse.advanced-options ul li > div {
  width: calc(50% - 8px);
}

/*------------------------------------------------------------------
** COMPONENT | .dropzone
-------------------------------------------------------------------*/
.dropzone {
  padding: 16px;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(3, calc(100% / 3) [col-start]);
  border: 1px solid #DDDFE1;
}
.dropzone.is-invalid {
  border-color: var(--primary);
}
.dropzone button:not(:disabled) {
  cursor: pointer !important;
}
.dropzone .dz-message {
  grid-column: 1/end;
  align-self: center;
  margin: 0;
}
.dropzone .dz-preview {
  margin: 0;
  z-index: 1 !important;
}
.dropzone .dz-preview.dz-image-preview {
  background: none;
}
.dropzone .dz-preview:hover .dz-image img {
  filter: unset;
  transform: unset;
}
.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
}
.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dropzone .dz-preview .dz-details {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  z-index: 2;
}
.dropzone .dz-preview .dz-details > * {
  padding: 0.5rem;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
  margin-top: auto;
}
.dropzone .dz-preview .dz-progress,
.dropzone .dz-preview .dz-error-message,
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  z-index: 3;
}
.dropzone .dz-preview .dz-error-message {
  width: 100%;
  top: calc(100% + 6px);
  left: 0;
}
.dropzone .dz-preview .dz-error-message:after {
  left: calc(50% - 3px);
}

.dropzone button.mdi-close,
.rsnews-gallery button.mdi-close {
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border: none;
  border-radius: 50%;
  line-height: 1.6rem;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
}

/*------------------------------------------------------------------
** COMPONENT | .toggleSwitch
-------------------------------------------------------------------*/
.toggleSwitch span span {
  display: none;
}

@media only screen {
  .toggleSwitch {
    display: block;
    width: 90px;
    height: 36px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch > span {
    width: 100%;
    height: calc(36px + 4px);
    display: flex;
    align-items: center;
    margin: 0;
    position: absolute;
    left: -50px;
    white-space: nowrap;
    line-height: calc(36px + 1px);
  }
  .toggleSwitch > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch > span span {
    width: 100%;
    position: absolute;
    z-index: 5;
    display: block;
    margin-left: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    left: 25%;
  }
  .toggleSwitch > span span:first-of-type {
    color: #ccc;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch input {
    position: absolute !important;
    opacity: 0;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: calc(-36px - 2px);
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  .toggleSwitch a {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 36px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
}
/*------------------------------------------------------------------
** COMPONENT | .rsnews-gallery
-------------------------------------------------------------------*/
.rsnews-gallery .d-grid {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(3, calc(100% / 3) [col-start]);
}
.rsnews-gallery .element {
  position: relative;
}
.rsnews-gallery .element > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.rsnews-gallery .element > .image-details {
  display: flex;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*------------------------------------------------------------------
** COMPONENT | .featureRsnews-preview
-------------------------------------------------------------------*/
.featureRsnews-preview {
  position: relative;
}
.featureRsnews-preview label {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.featureRsnews-preview label > i {
  display: none;
}
.featureRsnews-preview.no-image.is-invalid label {
  border-color: var(--primary);
}
.featureRsnews-preview.no-image label {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
  border: 1px solid #ced4da;
  position: relative;
}
.featureRsnews-preview.no-image label > i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #dee2e6;
  position: absolute;
  cursor: pointer;
}

/*------------------------------------------------------------------
** COMPONENT | .tox-tinymce
-------------------------------------------------------------------*/
.tox-tinymce.is-invalid {
  border-color: var(--primary);
}

/*------------------------------------------------------------------
** COMPONENT | .toastr
-------------------------------------------------------------------*/
.toast-message {
  font-size: 1.5rem !important;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0;
  border-top: 0;
}
table.dataTable thead th {
  color: #464a53;
  font-weight: 500;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  border-top: 0;
}
table.dataTable tfoot th {
  color: #464a53;
  font-weight: 500;
}
table.dataTable tbody td {
  padding: 1.5rem 1.8rem;
}
table.dataTable th:first-child, table.dataTable td:first-child {
  padding-left: 20px !important;
  padding-right: 0;
}
table.dataTable th:nth-child(2), table.dataTable td:nth-child(2) {
  padding-left: 0;
}
table.dataTable th:last-child, table.dataTable td:last-child {
  padding-right: 0;
}
table.dataTable tr, table.dataTable td {
  background: transparent !important;
}
table.dataTable tr.selected {
  color: var(--primary);
}

.dataTables_wrapper input[type=search], .dataTables_wrapper input[type=text], .dataTables_wrapper select {
  border: 1px solid #abafb3;
  border-radius: 5px;
  padding: 0.3rem 1rem;
  color: #715d5d;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-radius: 50%;
  color: var(--primary) !important;
  background: rgba(220, 53, 69, 0.1);
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 50%;
  color: var(--primary) !important;
  background: rgba(220, 53, 69, 0.1);
  border: 0 !important;
}
.dataTables_wrapper .top-bar {
  margin-bottom: 1.5rem;
}
.dataTables_wrapper .top-bar .dataTables_length, .dataTables_wrapper .top-bar .dt-buttons {
  text-align: left;
}
@media (min-width: 768px) {
  .dataTables_wrapper .top-bar {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .dataTables_wrapper .top-bar .dataTables_length {
    order: 1;
  }
  .dataTables_wrapper .top-bar .dataTables_length * {
    margin-bottom: 0;
  }
  .dataTables_wrapper .top-bar .dt-buttons {
    order: 2;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .dataTables_wrapper .top-bar .dataTables_length, .dataTables_wrapper .top-bar .dt-buttons {
    margin-top: 1.5rem;
  }
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 18px;
}

table.dataTable.no-footer {
  border-bottom: 0;
}

.dataTables_scroll {
  padding: 2.5rem 0;
}
.dataTables_scrollFoot {
  padding-top: 1rem;
}

.invoice-info-card .card-header {
  border-bottom: 1px solid rgba(221, 223, 225, 0.4);
}
.invoice-info-card .distributors {
  margin-bottom: 8rem;
}
.invoice-info-card .invoice-to {
  margin-bottom: 4rem;
}
.invoice-info-card .invoice-id {
  margin-bottom: 4rem;
}

.invoice-details-table .table > thead > tr > th {
  border-bottom: 1px solid #DDDFE1;
}
.invoice-details-table .table > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #DDDFE1;
}
.invoice-details-table .table > tbody > tr:last-child > td {
  border: 0;
}
.invoice-details-table .table > tbody > tr > td:empty {
  border: 0;
}

@media (min-width: 1200px) {
  .invoice-save-btns > div {
    flex-basis: 10%;
  }
}

.invoice-list-header-left .btn {
  color: var(--primary);
}
.invoice-list-header-left .btn:hover {
  background-color: var(--primary);
  color: #fff;
}

/*    


Input Style
------------------------*/
.input-rounded {
  border-radius: 50%;
}

.transparent-append .form-control {
  border-right: 0 !important;
}
.transparent-append .input-group-text {
  background-color: #f3f6f9;
  border-color: rgba(120, 130, 140, 0.13);
}

.input-success .input-group-text {
  background-color: #f3f6f9;
  border-color: #28a745;
}

.input-warning .input-group-text {
  background-color: #f3f6f9;
  border-color: var(--secondary);
}

.input-danger .input-group-text {
  background-color: #f3f6f9;
  border-color: var(--primary);
}

.show-pass {
  cursor: pointer;
}
.show-pass i {
  font-size: 1.6rem;
  padding-right: 10px;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  font-family: "Nunito", sans-serif;
  height: 4.5rem;
  border: 1px solid #DDDFE1;
  background: #f3f6f9;
  color: #000;
  font-weight: 500;
}
.form-control:hover {
  box-shadow: none;
  background: #f3f6f9;
  color: #000;
}
.form-control.active, .form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #f3f6f9;
  color: #000;
}

.input-default {
  border-radius: 0.4rem;
}

.input-flat {
  border-radius: 0;
}

.input-rounded {
  border-radius: 10rem;
}

/*****************************************
  Input Size
******************************************/
.form-control {
  min-height: 4rem;
  font-size: 1.5rem;
}

.form-control.form-control-sm {
  min-height: 4rem;
  height: 4rem;
}

.form-control.form-control-lg {
  min-height: 6rem;
}

/*****************************************
  upload button styles
******************************************/
.file-upload {
  position: relative;
  display: inline-block;
}
.file-upload .file-upload__label {
  display: block;
  padding: 0.5em 1.5em;
  border-radius: 0.4em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.file-upload .file-upload__label:hover {
  cursor: pointer;
}
.file-upload .file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.drop-menu {
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 1.6rem;
  height: 100%;
  text-align: left;
}
.drop-menu .form-control {
  height: 3.5rem;
}
.drop-menu .select {
  cursor: pointer;
  display: block;
  padding: 1rem;
}
.drop-menu .select i {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 1.5rem;
}
.drop-menu .select .currency {
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
}
.drop-menu.active {
  border-radius: 5px 5px 0 0;
}
.drop-menu.active:hover {
  border-radius: 5px 5px 0 0;
}
.drop-menu.active .select i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drop-menu .dropeddown {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 0.5rem 0.5rem;
  overflow: hidden;
  display: none;
  max-height: 14.4rem;
  overflow-y: auto;
  z-index: 9;
  background-color: #fff;
  padding: 0;
  list-style: none;
}
.drop-menu .dropeddown li {
  padding: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #464a53;
}

.wysihtml5-toolbar {
  height: 5rem;
}

.textarea_editor {
  min-height: 30rem;
}

.bootstrap-touchspin .input-group-btn,
.bootstrap-touchspin .input-group-prepend,
.bootstrap-touchspin .input-group-append,
.bootstrap-touchspin .form-control {
  margin: 1rem 0px 0px;
}

.text-label {
  color: #464a53;
}

.input-group.input-with-img {
  position: relative;
}
.input-group.input-with-img .form-control {
  padding-left: 6.5rem;
  background-color: #fff;
  min-height: 5rem;
}
.input-group.input-with-img img {
  position: absolute;
  z-index: 9;
  left: 1rem;
  top: 0.5rem;
}

.input-group-prepend-big .form-control {
  height: 5.5rem;
}
.input-group-prepend-big .input-group-text {
  font-size: 1.5rem;
}

[direction=rtl] .input-group .input-group-append {
  margin-right: -1px;
  margin-left: 0;
}

[direction=rtl] .input-group .input-group-prepend {
  margin-left: -1px;
  margin-right: 0;
}

.bootstrap-select button.btn {
  z-index: 0;
}

.dropdown-header {
  font-size: 1.875rem;
}

.custom-control-input {
  opacity: 1;
  z-index: 1;
}

.form-group label {
  font-size: 1.6rem;
}
.form-group .label-dark-text {
  color: #464a53;
}

.form-control {
  background: #fff;
  min-height: 5rem;
  padding-left: 1.5rem;
}
.form-control::placeholder {
  color: #abafb3;
}

.btn-light {
  border-color: #DDDFE1 !important;
}

.input-group .input-group-text {
  font-size: 16px;
  color: #abafb3;
  padding: 0.375rem 1.5rem;
}

.custom-position [type=checkbox] + label::before {
  left: -5px;
  top: 5px;
}
.custom-position [type=checkbox] + label::after {
  left: -5px;
  top: 5px;
}
.custom-position [type=radio] + label::before {
  left: -5px;
  top: 5px;
}
.custom-position [type=radio] + label::after {
  left: -5px;
  top: 5px;
}

.tabbed[type=checkbox]:focus + label::after {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0 none;
  border-radius: 50%;
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.1);
  transform: scale(1);
}

.filled-in.tabbed[type=checkbox]:focus + label::after {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #5a5a5a;
  border-radius: 0.2rem;
}
.filled-in.tabbed[type=checkbox]:checked:focus + label::after {
  background-color: #26a69a;
  border-color: #26a69a;
  border-radius: 0.2rem;
}

label.without-label {
  text-indent: -9999px;
}

.checkbox-event [type=checkbox]:checked {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.checkbox-event [type=checkbox]:checked + label::before {
  backface-visibility: hidden;
  border-color: transparent var(--primary) var(--primary) transparent;
  border-style: solid;
  border-width: 0.2rem;
  height: 2.2rem;
  left: -0.5rem;
  top: -0.4rem;
  transform: rotate(40deg);
  transform-origin: 100% 100% 0;
  width: 1.2rem;
}
.checkbox-event [type=checkbox]:checked:disabled + label::before {
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
  border-right: 2px solid rgba(0, 0, 0, 0.26);
}
.checkbox-event [type=checkbox]:not(:checked) {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.checkbox-event [type=checkbox] + label {
  padding-left: 2.7rem;
}
.checkbox-event [type=checkbox] + label::before {
  height: 1.9rem;
  width: 1.9rem;
  border-radius: 4px;
  border-color: var(--primary);
}

.input-group-prepend .dropdown-toggle::after {
  margin-left: 0.455em;
  vertical-align: 0.155em;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: 0;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]::after {
  line-height: 1.5em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDFE1;
  border-radius: 0;
  background: #fff;
  line-height: 1.3;
}
input[type=checkbox]:checked::after {
  width: 2rem;
  height: 2rem;
  display: block;
  content: "";
  font-family: FontAwesome;
  color: var(--primary);
  font-weight: 100;
  -webkit-text-stroke: 1px white;
  text-align: center;
}
input[type=checkbox].styled-checkbox {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
input[type=checkbox].styled-checkbox:indeterminate + label::before {
  backface-visibility: hidden;
  border-color: -moz-use-text-color #26a69a -moz-use-text-color -moz-use-text-color;
  border-style: none solid none none;
  border-width: medium 0.2rem medium medium;
  height: 2.2rem;
  left: -1.2rem;
  top: -1.1rem;
  transform: rotate(90deg);
  transform-origin: 100% 100% 0;
  width: 1rem;
}
input[type=checkbox].styled-checkbox:indeterminate:disabled + label::before {
  background-color: transparent;
  border-right: 0.2rem solid rgba(0, 0, 0, 0.26);
}
input[type=checkbox].styled-checkbox + label {
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  height: 2.5rem;
  line-height: 2rem;
  padding-left: 3.2rem;
  position: relative;
}
input[type=checkbox].styled-checkbox + label::before {
  border: 1px solid;
  border-radius: 1px;
  content: "";
  height: 2rem;
  left: 0;
  margin-top: 0.2rem;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 2rem;
  z-index: 0;
}
input[type=checkbox].styled-checkbox:checked + label::before {
  border: 2px solid;
  border-color: transparent #262626 #262626 transparent;
  backface-visibility: hidden;
  height: 2.2rem;
  left: -0.5rem;
  top: -0.4rem;
  transform: rotate(40deg);
  transform-origin: 100% 100% 0;
  width: 1.2rem;
}
input[type=checkbox].styled-checkbox:checked + label.check-red::before {
  border-color: transparent #ff0000 #ff0000 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-purple::before {
  border-color: transparent #7C277D #7C277D transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-d-purple::before {
  border-color: transparent #664CE1 #664CE1 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-blue::before {
  border-color: transparent #398BF7 #398BF7 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-l-blue::before {
  border-color: transparent #5C97E6 #5C97E6 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-teal::before {
  border-color: transparent #39CCCC #39CCCC transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-green::before {
  border-color: transparent #26DA87 #26DA87 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-yellow::before {
  border-color: transparent #FFB22B #FFB22B transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-orange::before {
  border-color: transparent #F7941D #F7941D transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-d-orange::before {
  border-color: transparent #D08021 #D08021 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-maroon::before {
  border-color: transparent #8C1919 #8C1919 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-gray::before {
  border-color: transparent #898989 #898989 transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-navy::before {
  border-color: transparent #102D4B #102D4B transparent;
}
input[type=checkbox].styled-checkbox:checked + label.check-black::before {
  border-color: transparent #000 #000 transparent;
}
input[type=checkbox].styled-checkbox:checked:disabled + label::before {
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
  border-right: 2px solid rgba(0, 0, 0, 0.26);
}
input[type=checkbox].styled-checkbox.filled-in:disabled + label::after {
  background-color: #7F7F7F;
}
input[type=checkbox].styled-checkbox.filled-in + label::before {
  transform: scale(0) rotate(0);
}
input[type=checkbox].styled-checkbox.filled-in + label::after {
  height: 2.4rem;
  width: 2.4rem;
  left: -2px;
  top: -2px;
  position: absolute;
  content: "";
  background-color: var(--primary);
  border-radius: 4px;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-red::after {
  background-color: #ff0000;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-purple::after {
  background-color: #7C277D;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-d-purple::after {
  background-color: #664CE1;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-blue::after {
  background-color: #398BF7;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-l-blue::after {
  background-color: #5C97E6;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-teal::after {
  background-color: #39CCCC;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-green::after {
  background-color: #26DA87;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-yellow::after {
  background-color: #FFB22B;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-orange::after {
  background-color: #F7941D;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-d-orange::after {
  background-color: #D08021;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-maroon::after {
  background-color: #8C1919;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-gray::after {
  background-color: #898989;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-navy::after {
  background-color: #102D4B;
}
input[type=checkbox].styled-checkbox.filled-in + label.check-black::after {
  background-color: #000;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label::before {
  border-color: transparent #fff #fff transparent;
  height: 1.8rem;
  width: 1rem;
  left: -2px;
  top: -3px;
  z-index: 1;
  transform: scale(1) rotate(40deg);
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-red::after {
  background-color: #ff0000;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-purple::after {
  background-color: #7C277D;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-d-purple::after {
  background-color: #664CE1;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-blue::after {
  background-color: #398BF7;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-l-blue::after {
  background-color: #5C97E6;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-teal::after {
  background-color: #39CCCC;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-green::after {
  background-color: #26DA87;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-yellow::after {
  background-color: #FFB22B;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-orange::after {
  background-color: #F7941D;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-d-orange::after {
  background-color: #D08021;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-maroon::after {
  background-color: #8C1919;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-gray::after {
  background-color: #898989;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-navy::after {
  background-color: #102D4B;
}
input[type=checkbox].styled-checkbox.filled-in:checked + label.check-black::after {
  background-color: #000;
}
input[type=checkbox].form-check-input:disabled ~ .form-check-label {
  color: #abafb3;
}

.form-check {
  display: flex;
  align-items: center;
  padding-left: 0;
}

input[type=radio]:checked {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
input[type=radio]:checked + label {
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  padding-left: 3rem;
  position: relative;
  transition: all 0.28s ease 0s;
}
input[type=radio]:checked + label::after {
  border-radius: 50%;
  background-color: var(--primary);
  z-index: 0;
  transform: scale(1.02);
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
input[type=radio]:checked + label::before {
  border-radius: 50%;
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  border: 0.2rem solid transparent;
}
input[type=radio]:checked + label.radio-red::after {
  background-color: #ff0000;
}
input[type=radio]:checked + label.radio-purple::after {
  background-color: #7C277D;
}
input[type=radio]:checked + label.radio-d-purple::after {
  background-color: #664CE1;
}
input[type=radio]:checked + label.radio-blue::after {
  background-color: #398BF7;
}
input[type=radio]:checked + label.radio-l-blue::after {
  background-color: #5C97E6;
}
input[type=radio]:checked + label.radio-teal::after {
  background-color: #39CCCC;
}
input[type=radio]:checked + label.radio-green::after {
  background-color: #26DA87;
}
input[type=radio]:checked + label.radio-yellow::after {
  background-color: #FFB22B;
}
input[type=radio]:checked + label.radio-orange::after {
  background-color: #F7941D;
}
input[type=radio]:checked + label.radio-d-orange::after {
  background-color: #D08021;
}
input[type=radio]:checked + label.radio-maroon::after {
  background-color: #8C1919;
}
input[type=radio]:checked + label.radio-navy::after {
  background-color: #102D4B;
}
input[type=radio]:checked + label.radio-black::after {
  background-color: #000;
}
input[type=radio]:checked + label.radio-gray::after {
  background-color: #898989;
}
input[type=radio]:not(:checked) {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
input[type=radio]:not(:checked) + label {
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  padding-left: 3rem;
  position: relative;
  transition: all 0.28s ease 0s;
}
input[type=radio]:not(:checked) + label::after {
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
}
input[type=radio]:not(:checked) + label::before {
  border-radius: 50%;
}
input[type=radio] + label::after {
  content: "";
  position: absolute;
  transition: all 0.28s ease 0s;
  z-index: 0;
}
input[type=radio] + label::before {
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.28s ease 0s;
  width: 20px;
  z-index: 0;
  border: 1px solid #DEE0E2;
}
input[type=radio]:disabled:checked + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  background-color: transparent;
}
input[type=radio]:disabled:checked + label::after {
  background-color: rgba(0, 0, 0, 0.26);
}
input[type=radio]:disabled:not(:checked) + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  border-color: rgba(0, 0, 0, 0.26);
}
input[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=radio].radio-outlined:checked + label::after {
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
}
input[type=radio].radio-outlined:checked + label::before {
  border: 2px solid #DEE0E2;
}

.with-gap[type=radio]:checked + label::after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  transform: scale(0.5);
}
.with-gap[type=radio]:checked + label::before {
  border-radius: 50%;
  border: 2px solid #26a69a;
}
.with-gap[type=radio]:disabled:checked + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  border: 2px solid rgba(0, 0, 0, 0.26);
}
.with-gap[type=radio]:disabled:checked + label::after {
  background-color: rgba(0, 0, 0, 0.26);
  border: medium none;
}

.tabbed[type=radio]:focus + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.1);
}

.radio-toolbar [type=radio] + label {
  padding-left: 0;
}

.radio-toolbar label::before {
  display: none;
}
.radio-toolbar label::after {
  display: none;
}

.radio-toolbar input[type=radio] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  color: #dddddd;
  font-size: 1.5rem !important;
  cursor: pointer;
  margin-bottom: 0;
}

.radio-toolbar input[type=radio]:checked + label {
  color: #6a707e;
}

.js-switch + .switchery {
  border-radius: 50px;
  margin-right: 4rem;
}
.js-switch + .switchery > small {
  top: 0.2rem;
}
.js-switch.js-switch-lg + .switchery {
  height: 5rem;
  width: 10rem;
}
.js-switch.js-switch-lg + .switchery > small {
  width: 4.5rem;
  height: 4.5rem;
}
.js-switch.js-switch-md + .switchery {
  height: 3.8rem;
  width: 7.5rem;
}
.js-switch.js-switch-md + .switchery > small {
  width: 3.3rem;
  height: 3.3rem;
}
.js-switch.js-switch-sm + .switchery {
  height: 2.3rem;
  width: 4.2rem;
}
.js-switch.js-switch-sm + .switchery > small {
  width: 1.9rem;
  height: 1.9rem;
}
.js-switch-square + .switchery {
  border-radius: 0;
}
.js-switch-square + .switchery > small {
  border-radius: 0;
  top: 0.1rem;
}
.js-switch-square.js-switch-lg + .switchery {
  height: 5rem;
  width: 10rem;
}
.js-switch-square.js-switch-lg + .switchery > small {
  width: 4.8rem;
  height: 4.8rem;
}
.js-switch-square.js-switch-md + .switchery {
  height: 4.6rem;
  width: 10rem;
}
.js-switch-square.js-switch-md + .switchery > small {
  width: 5rem;
  height: 4.4rem;
}
.js-switch-square.js-switch-sm + .switchery {
  height: 2.8rem;
  width: 5.7rem;
}
.js-switch-square.js-switch-sm + .switchery > small {
  width: 2.8rem;
  height: 2.6rem;
}

.input-group > .input-group-prepend > .input-group-text {
  border-radius: 0;
  border-color: rgba(120, 130, 140, 0.13);
}

.tagsinput {
  overflow-y: auto;
  display: block;
  width: 100%;
  height: 3.4rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.42857143;
  background-image: none;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.tagsinput span.tag {
  display: block;
  float: left;
  padding: 0.3rem 0.8rem;
  text-decoration: none;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.tagsinput span.tag a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem;
}
.tagsinput input {
  width: 8rem;
  margin: 0;
  font-size: 1.3rem;
  border: 1px solid transparent;
  padding: 0.5rem;
  background: transparent;
  outline: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

.note-icon-caret,
.note-popover {
  display: none;
}

.note-editor.note-frame .panel-heading {
  padding: 0.6rem 1rem 1rem;
}

.asColorPicker-dropdown {
  max-width: 26rem;
}

.asColorPicker-trigger {
  border: 0 none;
  height: 5rem;
  position: absolute;
  right: -3.5rem;
  top: 0;
  width: 3.7rem;
}

.asColorPicker-clear {
  display: none;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 0.5rem;
}

.daterangepicker td.active {
  background-color: #1976d2;
}
.daterangepicker td.active:hover {
  background-color: #1976d2;
}

.datepicker table tr td.today {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker table tr td.today:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker table tr td.today.disabled {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker table tr td.today.disabled:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker td {
  padding: 0.5rem 1rem;
}
.datepicker th {
  padding: 0.5rem 1rem;
}

.picker__select--month, .picker__select--year {
  height: 2.5em;
}

.form-control.is-valid {
  border-color: #28a745 !important;
}
.form-control.is-valid:focus {
  box-shadow: none;
}

.form-control.is-warning {
  border-color: var(--secondary) !important;
}
.form-control.is-warning:focus {
  box-shadow: none;
}

.form-control.is-invalid {
  border-color: var(--primary) !important;
  background: none;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}

.is-valid .input-group-prepend .input-group-text i {
  color: #28a745;
}

.is-invalid .input-group-prepend .input-group-text i {
  color: var(--primary);
}

.form-wizard {
  display: flex;
  flex-wrap: wrap;
  min-height: 60.5rem;
}
.form-wizard .form-wizard-left {
  flex-basis: 25%;
  padding: 4rem 5rem 3rem;
  justify-content: space-around;
  min-height: 60.5rem;
}
@media only screen and (max-width: 1199px) {
  .form-wizard .form-wizard-left {
    flex-basis: 100%;
    min-height: 40rem;
  }
}
.form-wizard .form-wizard-left.step-anchor {
  margin-bottom: -10rem;
  background-color: var(--primary);
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .form-wizard .form-wizard-left.step-anchor {
    margin-bottom: 0;
  }
}
.form-wizard .form-wizard-left.step-anchor > li {
  margin: 0;
  display: inline-block;
  z-index: 1;
  width: 23%;
  text-align: center;
}
.form-wizard .form-wizard-left.step-anchor > li .form-wizard-content {
  display: none;
  position: absolute;
  top: 11.5rem;
  left: 0;
  width: 100%;
  padding: 0 5rem;
  height: calc(100% - 11.5rem);
  color: #fff;
}
.form-wizard .form-wizard-left.step-anchor > li .form-wizard-content h4 {
  color: #fff;
}
.form-wizard .form-wizard-left.step-anchor > li .form-wizard-content a {
  color: #fff;
  font-size: 1.6rem;
}
.form-wizard .form-wizard-left.step-anchor > li .form-wizard-content-upper h4 {
  margin: 1.5rem 0;
}
.form-wizard .form-wizard-left.step-anchor > li .form-wizard-content-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.5rem;
}
.form-wizard .form-wizard-left.step-anchor > li.active .form-wizard-content {
  display: block;
}
.form-wizard .form-wizard-left.step-anchor > li.active > a.nav-link {
  border-color: #fff;
}
.form-wizard .form-wizard-left.step-anchor > li.done > a.nav-link {
  border-color: #fff;
  background-color: #fff;
  color: var(--primary);
}
.form-wizard .form-wizard-left.step-anchor > li > a.nav-link {
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 2px solid transparent;
  background-color: var(--primary);
  box-shadow: none !important;
  color: #fff;
  font-size: 1.6rem;
  line-height: 23px;
  position: relative;
  display: inline-block;
}
.form-wizard .form-wizard-left.step-anchor > li:not(:last-child) > a.nav-link::before {
  position: absolute;
  top: 50%;
  left: 125%;
  width: 130%;
  border: 1px dashed #fff;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .form-wizard .form-wizard-left.step-anchor > li:not(:last-child) > a.nav-link::before {
    border: 0;
  }
}
.form-wizard .form-wizard-left.step-anchor::before {
  display: none;
}
.form-wizard .form-wizard-right {
  flex-basis: 75%;
  padding: 3rem;
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .form-wizard .form-wizard-right {
    flex-basis: 100%;
  }
}
.form-wizard input[type=number] {
  color: #abafb3;
}
.form-wizard .emial-setup label.mailclinet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EEF5F9;
}
.form-wizard .emial-setup label.mailclinet .mail-icon {
  font-size: 6rem;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
}
.form-wizard .emial-setup label.mailclinet .mail-text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -0.5rem;
}
.form-wizard .emial-setup label.mailclinet input[type=radio] {
  display: none;
}
.form-wizard .skip-email {
  margin-top: 6rem;
}
.form-wizard .skip-email p {
  margin-bottom: 1rem;
}
.form-wizard .skip-email a {
  color: var(--primary);
  text-decoration: underline;
}
.form-wizard .btn-toolbar.sw-toolbar {
  flex-basis: 75%;
  margin-left: auto;
  padding: 3rem;
}
@media only screen and (max-width: 1199px) {
  .form-wizard .btn-toolbar.sw-toolbar {
    flex-basis: 100%;
  }
}

.wizard > .content > .body input.error {
  position: absolute;
  top: 100% !important;
}

@media only screen and (max-width: 767px) {
  .wizard > .steps li a {
    padding: 1em 4px;
  }
}
.wizard .content {
  min-height: 50rem;
}
@media only screen and (max-width: 991px) {
  .wizard .content {
    min-height: 55rem;
  }
}
.wizard .content > .body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 15rem;
}
@media only screen and (max-width: 575px) {
  .wizard .content > .body {
    padding: 0;
  }
}
.wizard .content > .body input.error {
  position: relative;
}
.wizard .content > .body label.error {
  position: absolute;
  top: 100%;
  margin-left: 0;
}
.wizard .emial-setup label.mailclinet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EEF5F9;
}
@media only screen and (max-width: 575px) {
  .wizard .emial-setup label.mailclinet {
    width: 10rem;
    height: 10rem;
  }
}
.wizard .emial-setup label.mailclinet .mail-icon {
  font-size: 6rem;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
}
@media only screen and (max-width: 575px) {
  .wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 4rem;
  }
}
.wizard .emial-setup label.mailclinet .mail-text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 575px) {
  .wizard .emial-setup label.mailclinet .mail-text {
    font-size: 1.2rem;
  }
}
.wizard .emial-setup label.mailclinet input[type=radio] {
  display: none;
}
.wizard .skip-email {
  margin-top: 6rem;
}
.wizard .skip-email p {
  margin-bottom: 1rem;
}
.wizard .skip-email a {
  color: var(--primary);
  text-decoration: underline;
}
.wizard > .actions li:not(.disabled) a {
  background-color: var(--primary);
  color: #fff;
}

.step-form-horizontal .wizard {
  padding-top: 10rem;
}
.step-form-horizontal .wizard .steps li {
  position: relative;
}
.step-form-horizontal .wizard .steps li.done a {
  text-align: center;
  background-color: #fff;
  color: #464a53;
}
.step-form-horizontal .wizard .steps li.done a:hover {
  text-align: center;
  background-color: #fff;
  color: #464a53;
}
.step-form-horizontal .wizard .steps li.done a .number {
  color: #fff;
  background: #f096fb;
  background: -moz-linear-gradient(left, #f096fb 0%, #f5586d 100%);
  background: -webkit-linear-gradient(left, #f096fb 0%, #f5586d 100%);
  background: linear-gradient(to right, #f096fb 0%, #f5586d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f096fb", endColorstr="#f5586d",GradientType=1 );
  border-color: transparent;
}
.step-form-horizontal .wizard .steps li.current a, .step-form-horizontal .wizard .steps li.disabled a {
  background-color: #fff;
  text-align: center;
  color: #464a53;
}
.step-form-horizontal .wizard .steps li.current a:hover, .step-form-horizontal .wizard .steps li.current a:active, .step-form-horizontal .wizard .steps li.disabled a:hover, .step-form-horizontal .wizard .steps li.disabled a:active {
  background-color: #fff;
  color: #464a53;
}
.step-form-horizontal .wizard .steps li.current a .number {
  color: #f096fb;
  background: #fff;
  border: 2px solid #f096fb;
}
.step-form-horizontal .wizard .steps li.disabled a .number {
  color: var(--primary);
}
.step-form-horizontal .wizard .steps li a {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .step-form-horizontal .wizard .steps li a {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .step-form-horizontal .wizard .steps li a {
    font-size: 1.2rem;
    padding-top: 1.5rem;
  }
}
.step-form-horizontal .wizard .steps li a .number {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #DDDFE1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  border-radius: 50px;
  width: 6rem;
}
@media only screen and (max-width: 575px) {
  .step-form-horizontal .wizard .steps li a .number {
    width: 4rem;
    height: 4rem;
  }
}
.step-form-horizontal .wizard .steps li:not(:last-child) {
  z-index: 1;
}
.step-form-horizontal .wizard .steps li:not(:last-child)::after {
  position: absolute;
  width: 100%;
  height: 1rem;
  content: "";
  left: 50%;
  top: -2.5rem;
  background-color: #f096fb;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .step-form-horizontal .wizard .steps li:not(:last-child)::after {
    height: 0.6rem;
    top: -2.7rem;
  }
}
.step-form-horizontal .wizard .steps li:not(:last-child).current::after {
  background-color: #F3F3F3;
}
.step-form-horizontal .wizard .steps li:not(:last-child).current ~ li::after {
  background-color: #F3F3F3;
}
.step-form-horizontal .wizard .actions {
  padding: 0 15rem;
}
@media only screen and (max-width: 575px) {
  .step-form-horizontal .wizard .actions {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .step-form-tab .wizard .steps li {
    width: 50%;
  }
}
.step-form-tab .wizard .steps li:not(.current) a {
  background-color: #EEEEEE;
  color: var(--primary);
}
.step-form-tab .wizard .steps li.current a {
  background-color: var(--primary);
}
.step-form-tab .wizard .steps li.done a {
  background-color: rgba(220, 53, 69, 0.5);
  color: var(--primary);
}
.step-form-tab .wizard .steps li:last-child a {
  margin-right: 0;
}
.step-form-tab .wizard .steps li:first-child a {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .step-form-tab .wizard .steps li a {
    margin: 0 0.5em 0.5em;
  }
  .step-form-tab .wizard .steps li a:hover {
    padding: 1em 4px;
  }
}

.step-form-vertical .wizard.vertical > .steps {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .step-form-vertical .wizard.vertical > .steps li a {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .step-form-vertical .wizard.vertical > .steps li a {
    padding: 0.5rem;
  }
}
.step-form-vertical .wizard.vertical > .steps li:not(.current) a {
  background-color: #EEEEEE;
  color: var(--primary);
}
.step-form-vertical .wizard.vertical > .steps li.current a {
  background-color: var(--primary);
}
.step-form-vertical .wizard.vertical > .steps li.done a {
  background-color: rgba(220, 53, 69, 0.5);
  color: var(--primary);
}
.step-form-vertical .wizard.vertical > .content {
  width: 73%;
  margin: 0;
}
.step-form-vertical .wizard.vertical > .content > .body {
  padding: 0 8rem;
}
@media only screen and (max-width: 575px) {
  .step-form-vertical .wizard.vertical > .content > .body {
    padding: 1rem;
  }
}
.step-form-vertical .wizard.vertical > .actions {
  padding: 0 8rem;
}
@media only screen and (max-width: 575px) {
  .step-form-vertical .wizard.vertical > .actions {
    padding: 0;
  }
}

.currency-exchange .input-group-append button {
  background: #F3F6F9;
  border: 1px solid #DDDFE1;
  padding: 0.7rem 2.8rem;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  height: 42%;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  top: 10px;
}

.bootstrap-tagsinput {
  padding: 0;
  padding-left: 0.5rem;
  border-radius: 0;
  border-color: #DDDFE1;
}
.bootstrap-tagsinput .tag {
  font-size: 1.8rem;
  background-color: var(--primary);
  border-radius: 0;
  color: #fff;
  align-items: center;
  padding: 1.1rem 2rem;
  margin-top: 0.5rem;
}
.bootstrap-tagsinput input[type=text] {
  flex: 1;
  height: 5rem;
  border-radius: 0;
  border-color: #DDDFE1;
  max-width: 105px;
}
.bootstrap-tagsinput label {
  margin-bottom: 0.5rem;
}

.select2-label {
  color: #464a53;
  line-height: 3rem;
}

.select2-container {
  min-width: 240px;
}
@media (min-width: 1600px) {
  .select2-container {
    min-width: 440px;
  }
}
.select2-container .select2-selection--single {
  height: 5rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 5rem;
  padding-left: 1.5rem;
  font-weight: 500;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 5rem;
}
.select2-container--default .select2-selection--single {
  border-color: #DDDFE1;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #DDDFE1;
  border-radius: 5px;
}
.select2-container--default .select2-selection--multiple {
  border-color: #DDDFE1;
  min-height: 4rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 4rem;
  padding: 0 1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary);
  color: #fff;
  padding: 0 1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--primary);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--primary);
  color: #fff;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #cccaca;
  cursor: no-drop;
  font-weight: normal;
}
.select2-container--default .select2-results__group {
  color: #464a53;
}

.select2-dropdown {
  border-color: #DDDFE1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
  color: #fff;
}

select.is-invalid + .select2 .select2-selection--single {
  border-color: var(--primary) !important;
}

.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 1rem;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: var(--primary);
  color: #fff;
}

.compose-content .mce-panel {
  background-color: #f3f6f9;
}

.email-right-box .custom-control {
  padding: 0 8px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 2rem;
}

#monthly-orders-chart {
  height: 26rem !important;
}

#project-bar1 {
  height: 34.5rem !important;
}

#transaction-payable, #transaction-receivable {
  height: 6.1rem !important;
}

#transaction {
  height: 36.2rem !important;
}

#total-income {
  height: 33rem !important;
}

#trend-chart {
  height: 6.3rem !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #trend-chart {
    height: 6.5rem !important;
  }
}

#weekly-view-chart, #t-monthly-likes-chart, #weekly-likes-chart {
  height: 8.5rem !important;
}

#chart-views-display {
  height: 33.6rem !important;
}

#storage-used-chart {
  height: 22.5rem !important;
}

#temparature-chart {
  height: 32rem !important;
}

#most-selling-items {
  height: 30rem !important;
}

#mixedChart {
  height: 35rem !important;
}

#ticket-small-chart-1 {
  height: 11.6rem !important;
}

#ticket-small-chart-2 {
  height: 11.6rem !important;
}

#canvas1, #canvas2, #canvas3, #canvas4 {
  height: 11.9rem !important;
}

#impression-chart, #top-products, #conversion-chart, #cpa-chart {
  height: 9rem !important;
}

#call-monitors {
  height: 37.5rem !important;
}

#call-trend-chart-1,
#call-trend-chart-2,
#call-trend-chart-3,
#call-trend-chart-4,
#call-trend-chart-5,
#call-trend-chart-6,
#call-trend-chart-7 {
  height: 3rem !important;
  width: 13rem !important;
}

#chart-gross-sale, #chart-online-sale, #chart-venue-expenses {
  height: 7rem !important;
}

#total-revenue {
  height: 30rem !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #total-revenue {
    height: 28rem !important;
  }
}

#sold-product {
  height: 10rem !important;
}

#chart-campaign {
  height: 30rem !important;
}

#product-sales-chart {
  height: 39.8rem !important;
}

#most-selling-items-electronics {
  height: 36rem !important;
}

#sort-chart, #sort-graph, #sort-track, #sort-diagrams {
  height: 3rem !important;
}

#revenue-chart {
  height: 26rem !important;
}

#hospital-survey {
  height: 33rem !important;
}

#login-page body {
  height: 100vh;
  background: url("../images/background/user-log-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#login-page body::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(21, 21, 28, 0) 0, rgba(21, 21, 28, 0.1) 40%, rgba(21, 21, 28, 0.3) 55%, rgba(21, 21, 28, 0.61) 75%, #15151c);
  z-index: -1;
}

/*#login-page1{
    body{ 
        background: url('../images/background/login-register.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        width: 100%;
        position: relative;
        &::after{
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(34,144,255,0.5);
            z-index: -1;
        }
    }
}*/
.form-input-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-input-content .card {
  height: auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  box-shadow: none !important;
  overflow: auto;
}
.form-input-content .card::-webkit-scrollbar {
  width: 4px;
}
.form-input-content .card::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
}
.form-input-content .card::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.form-input-content .card .card-body {
  flex: 0 0 auto;
  padding: 5rem;
}
.form-input-content .card .card-body .form-control {
  background: transparent;
}
.form-input-content .card .card-body .btn {
  width: 100%;
  margin: 0 auto;
}
.form-input-content .language-bar {
  padding: 1rem 5rem;
}

.login-info {
  position: absolute;
  left: 5rem;
  bottom: 10rem;
}
.login-info h2, .login-info p, .login-info h5 {
  color: #fff !important;
}

.login-logo span {
  color: #fff;
}

.social-login-content {
  background: #fcfcfc;
}

.register-link a {
  color: var(--primary);
}

#error body {
  background: #fff;
}

.error-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.error-text {
  font-size: 10rem;
  line-height: 8rem;
  color: var(--primary);
}

#invoice {
  position: relative;
  margin-bottom: 12rem;
  padding: 3rem;
  background: #fff;
}

#invoice-table {
  padding: 3rem 0;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
}

#invoice-top {
  min-height: 12rem;
}

#invoice-mid {
  min-height: 12rem;
}

#invoice-bot {
  min-height: 25rem;
}

.invoice-logo {
  float: left;
  height: 6rem;
  width: 6rem;
  background: url("http://michaeltruong.ca/images/logo1.png") no-repeat;
  background-size: 6rem 6rem;
}

.clientlogo {
  float: left;
  height: 6rem;
  width: 6rem;
  background: url("http://michaeltruong.ca/images/client.jpg") no-repeat;
  background-size: 6rem 6rem;
  border-radius: 5rem;
}

.invoice-info {
  display: block;
  float: left;
  margin-left: 2rem;
}
.invoice-info h2 {
  font-size: 1.5rem;
  color: #464a53;
}
.invoice-info p {
  font-size: 1.2rem;
}

.title {
  float: right;
}
.title h4 {
  text-align: right;
  color: #464a53;
}

.title p {
  text-align: right;
  font-size: 1.2rem;
}

#project {
  margin-left: 52%;
}
#project p {
  font-size: 1.2rem;
}

#invoice-table h2 {
  font-size: 1.8rem;
}

.tabletitle {
  padding: 0.5rem;
  background: rgba(120, 130, 140, 0.13);
}

.service {
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
}

.payment-details .table-borderless tbody tr td:not(:last-child) {
  color: #464a53;
}
.payment-details .table-borderless tbody tr td:last-child {
  color: #abafb3;
}

.table-item {
  width: 50%;
}

.itemtext {
  font-size: 0.9em;
}

#legalcopy {
  margin-top: 3rem;
}
#legalcopy p {
  font-size: 1.2rem;
}

.legal {
  width: 70%;
}

/* All Invoice Page Responsive
--------------------------- */
@media (max-width: 48rem) {
  .control-bar {
    padding: 1.5rem 1.5rem 4rem;
  }
}
@media (max-width: 36rem) {
  .notaxrelated {
    margin-top: 1.5rem;
  }
}
.pricing_table_one .pricing_table_content {
  background: #fff;
  text-align: center;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.3rem;
  padding: 2.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing_table_one .pricing_table_content .package {
  font-weight: 700;
  font-size: 1.8rem;
}
.pricing_table_one .pricing_table_content .price {
  font-weight: 700;
  font-size: 5rem;
  line-height: 10rem;
}
.pricing_table_one .pricing_table_content hr {
  margin: 0;
}
.pricing_table_one .pricing_table_content .price_list {
  padding: 3rem 0;
  text-align: left;
  max-width: 17.5rem;
  margin: 0 auto;
}
.pricing_table_one .pricing_table_content .price_list li {
  color: #909093;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 0.7rem 0;
}
.pricing_table_one .pricing_table_content .price_list li i {
  margin-right: 1.5rem;
}
.pricing_table_one .pricing_table_content .price-btn {
  padding: 1.5rem 5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing_table_one .pricing_table_content:focus, .pricing_table_one .pricing_table_content:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
}
.pricing_table_one .pricing_table_content:focus .price-btn, .pricing_table_one .pricing_table_content:hover .price-btn {
  color: var(--primary);
}

.comming-soon-wrapper {
  background-image: url("../images/big/comming-soon-bg.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comming-soon-wrapper .container {
  max-width: 950px;
}
.comming-soon__logo {
  font-size: 26px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comming-soon__logo {
    margin-bottom: 50px;
  }
}
.comming-soon__logo img {
  width: 35px;
  height: 35px;
  margin-right: 0.4rem;
}
@media (min-width: 768px) {
  .comming-soon__logo img {
    width: 50px;
    height: 50px;
  }
}
.comming-soon__content h1 {
  color: var(--primary);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .comming-soon__content h1 {
    font-size: 6rem;
  }
}
.comming-soon__content h3 {
  font-size: 2.2rem;
  color: #6a707e;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .comming-soon__content h3 {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.comming-soon__footer h2 {
  font-size: 3.5rem;
  color: #464a53;
}
.comming-soon__form .input-group {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}
.comming-soon__form .input-group .form-control {
  background: transparent;
}
.comming-soon__form .input-group-append .input-group-text {
  background: var(--primary);
  color: #fff;
  padding: 0.375rem 1.8rem;
}
.comming-soon__social li {
  margin-right: 1.2rem !important;
}
.comming-soon__social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  padding: 0;
}
@media (min-width: 768px) {
  .comming-soon__social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.comming-soon__social li i {
  font-size: 1.8rem;
}

.faq-tab-panel .nav-pills .nav-link {
  display: block;
  padding: 2.4rem 1.9rem;
  background-color: #fff;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  border-radius: 4px;
}
@media (min-width: 1400px) {
  .faq-tab-panel .nav-pills .nav-link {
    padding: 2.4rem 6rem 1.9rem 1.9rem;
  }
}
.faq-tab-panel .nav-pills .nav-link:not(:last-child) {
  margin-bottom: 1rem;
}
.faq-tab-panel .nav-pills .nav-link.active {
  background-color: var(--primary);
  color: #fff !important;
}
.faq-tab-panel .nav-pills .nav-link.active h4, .faq-tab-panel .nav-pills .nav-link.active p, .faq-tab-panel .nav-pills .nav-link.active i {
  color: #fff !important;
}
.faq-tab-panel .nav-pills .nav-link .media-body p {
  font-size: 1.6rem;
  color: #abafb3;
}
.faq-tab-panel .nav-pills .nav-icon {
  margin-right: 2rem;
  min-width: 50px;
  text-align: center;
}
.faq-tab-panel .nav-pills .nav-icon i {
  font-size: 4rem;
  line-height: 5.6rem;
  color: var(--primary);
}
.faq-tab-panel .tab-content .media i {
  color: var(--primary);
  font-size: 4rem;
  line-height: 5.6rem;
}

.faq-heading h1 {
  font-size: 4rem !important;
  margin-bottom: 4rem;
}

.currency-exchange-form {
  padding: 8rem 0;
}
.currency-exchange-form .dropdown-toggle {
  color: #abafb3;
}
.currency-exchange-form p {
  font-size: 1.6rem;
}

ul {
  margin-bottom: 0;
}
.dd-handle {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  color: inherit;
}
#configMenu {
  max-width: unset;
  font-size: inherit;
  line-height: inherit;
}
#configMenu .dd-list {
  width: 100%;
}
#configMenu .dd-item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: inherit;
  position: relative;
}
#configMenu .dd-item .buttons {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
}
#configMenu .dd-empty, #configMenu .dd-item, #configMenu .dd-placeholder {
  font-size: inherit;
  line-height: inherit;
}
#configMenu .dd-empty, #configMenu .dd-placeholder {
  width: 100%;
  height: 60px !important;
  display: flex;
  align-items: center;
}

[data-theme-version=dark] {
  background: #2B2E37 !important;
  color: #94a2c9 !important;
}
[data-theme-version=dark] h1,
[data-theme-version=dark] h2,
[data-theme-version=dark] h3,
[data-theme-version=dark] h4,
[data-theme-version=dark] h5,
[data-theme-version=dark] h6 {
  color: #fff !important;
}
[data-theme-version=dark] .more-link {
  color: #94a2c9 !important;
}
[data-theme-version=dark] .bg-white {
  background-color: #323640 !important;
}
[data-theme-version=dark] .btn-light {
  border-color: #42454D !important;
}
[data-theme-version=dark] .text-dark {
  color: #94a2c9 !important;
}
[data-theme-version=dark] .text-pale-sky {
  color: #94a2c9 !important;
}
[data-theme-version=dark] .nav-pills {
  border-bottom-color: #42454D;
}
[data-theme-version=dark] .grid-col {
  background-color: #323640;
}
[data-theme-version=dark] .border-right {
  border-right: 1px solid #42454D !important;
}
[data-theme-version=dark] .border-left {
  border-left: 1px solid #42454D !important;
}
[data-theme-version=dark] .border-top {
  border-top: 1px solid #42454D !important;
}
[data-theme-version=dark] .border-bottom {
  border-bottom: 1px solid #42454D !important;
}
[data-theme-version=dark] .border {
  border: 1px solid #42454D !important;
}

[data-theme-version=dark] .card {
  background: #323640;
  box-shadow: none;
}
[data-theme-version=dark] .card:hover {
  box-shadow: none;
}
[data-theme-version=dark] .card.transparent-card {
  background: transparent;
}
[data-theme-version=dark] .card-footer {
  background-color: #323640;
  border-color: #42454D;
}
[data-theme-version=dark] .card-style {
  background: #323640;
}

[data-theme-version=dark] .table > tbody > tr > td {
  color: #94a2c9;
}
[data-theme-version=dark] .table > tbody > tr > td,
[data-theme-version=dark] .table > tbody > tr > th,
[data-theme-version=dark] .table > tfoot > tr > td,
[data-theme-version=dark] .table > tfoot > tr > th,
[data-theme-version=dark] .table > thead > tr > td,
[data-theme-version=dark] .table > thead > tr > th {
  border-color: #42454D;
}
[data-theme-version=dark] .transparent-card .table > tbody > tr:hover {
  box-shadow: none;
}
[data-theme-version=dark] table tbody tr {
  background-color: #323640;
}
[data-theme-version=dark] table input[type=text], [data-theme-version=dark] table input[type=number] {
  background-color: #2B2E37;
  border-color: #42454D;
  color: #94a2c9;
}
[data-theme-version=dark] .table-striped tbody tr:nth-of-type(odd) {
  background-color: #2B2E37;
}
[data-theme-version=dark] .jsgrid-row > .jsgrid-cell,
[data-theme-version=dark] .jsgrid-alt-row > .jsgrid-cell,
[data-theme-version=dark] .jsgrid-header-row > .jsgrid-header-cell,
[data-theme-version=dark] .jsgrid-grid-header,
[data-theme-version=dark] .jsgrid-grid-body {
  background: #2B2E37;
  border-color: #42454D;
  color: #94a2c9;
}
[data-theme-version=dark] table.dataTable.row-border tbody th,
[data-theme-version=dark] table.dataTable.row-border tbody td,
[data-theme-version=dark] table.dataTable.display tbody th,
[data-theme-version=dark] table.dataTable.display tbody td {
  border-color: #42454D;
}
[data-theme-version=dark] .dataTables_wrapper input[type=search],
[data-theme-version=dark] .dataTables_wrapper input[type=text],
[data-theme-version=dark] .dataTables_wrapper select {
  background: #2B2E37;
  border-color: #42454D;
  color: #94a2c9;
}
[data-theme-version=dark] table.dataTable.cell-border tbody tr th:first-child,
[data-theme-version=dark] table.dataTable.cell-border tbody tr td:first-child,
[data-theme-version=dark] table.dataTable.cell-border tbody th,
[data-theme-version=dark] table.dataTable.cell-border tbody td {
  border-color: #42454D;
}
[data-theme-version=dark] .dataTables_wrapper label {
  color: #94a2c9;
}
[data-theme-version=dark] table.dataTable thead th,
[data-theme-version=dark] table.dataTable tfoot th {
  color: #fff;
}
[data-theme-version=dark] .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;
}

[data-theme-version=dark] .page-titles {
  background-color: #2f323c;
}

[data-theme-version=dark] .header {
  background-color: #323640;
}
[data-theme-version=dark] .header-right .icons > a {
  color: #94a2c9;
}
[data-theme-version=dark] .header-right .icons > a i {
  color: #94a2c9;
}
[data-theme-version=dark] .header-right .notify-close {
  color: #fff;
}
[data-theme-version=dark] .header-right .dropdown-content-body ul > li {
  background-color: #323640;
}
[data-theme-version=dark] .header-right .dropdown-content-body ul > li a {
  color: #94a2c9;
}
[data-theme-version=dark] .header-right .notification-heading {
  color: #fff;
}
[data-theme-version=dark] .header-left .header-search .input-group .input-group-text {
  background-color: #2B2E37;
}

[data-theme-version=dark] .nk-sidebar {
  box-shadow: none;
  background-color: #323640;
}
[data-theme-version=dark] .nk-sidebar ul {
  background-color: #323640;
}
[data-theme-version=dark] .nk-sidebar .metismenu {
  background-color: #323640;
}
[data-theme-version=dark] .nk-sidebar .metismenu > li:hover > a, [data-theme-version=dark] .nk-sidebar .metismenu > li:focus > a {
  background: #323640;
  color: #fff;
}
[data-theme-version=dark] .nk-sidebar .metismenu > li.active > a {
  background: #323640;
  color: #fff;
}
[data-theme-version=dark] .nk-sidebar .metismenu > li a > i {
  color: #94a2c9;
}
[data-theme-version=dark] .nk-sidebar .metismenu a {
  color: #ddd;
}
[data-theme-version=dark] .nk-sidebar .metismenu .mega-menu ul.in li a:hover, [data-theme-version=dark] .nk-sidebar .metismenu .mega-menu ul.in li a:focus, [data-theme-version=dark] .nk-sidebar .metismenu .mega-menu ul.in li a.active {
  color: #fff;
  background-color: #2B2E37;
}
[data-theme-version=dark] .nk-sidebar .metismenu a:hover, [data-theme-version=dark] .nk-sidebar .metismenu a:focus, [data-theme-version=dark] .nk-sidebar .metismenu a:active, [data-theme-version=dark] .nk-sidebar .metismenu a.active {
  background-color: #2B2E37;
}
[data-theme-version=dark] .nk-sidebar .metismenu .has-arrow:after {
  right: 2.5rem;
  top: 48%;
}

[data-theme-version=dark] #preloader {
  background: #2B2E37;
}
[data-theme-version=dark] .loader__bar {
  background: var(--primary);
  box-shadow: 1px 1px 0 #42454D;
}
[data-theme-version=dark] .loader__ball {
  background: var(--primary);
}

[data-theme-version=dark] .sidebar-right {
  background-color: #323640;
}
[data-theme-version=dark] .sidebar-right .nav-tabs {
  background-color: #323640;
  border-bottom: 1px solid #2B2E37;
}
[data-theme-version=dark] .sidebar-right .nav-tabs .nav-link.active {
  background-color: #2B2E37;
}

[data-theme-version=dark] .stat-widget-five p {
  color: #94a2c9;
}
[data-theme-version=dark] .stat-widget-eight .widget-icon {
  background-color: #2B2E37;
}

[data-theme-version=dark] .pagination .page-link {
  background-color: #2B2E37;
  border: 1px solid #42454D;
}

[data-theme-version=dark] #morris-donut-chart text {
  fill: #fff;
}
[data-theme-version=dark] .earning-chart-data ul li,
[data-theme-version=dark] .revenue-chart-list li,
[data-theme-version=dark] .views-chart-area li {
  color: #94a2c9;
}

[data-theme-version=dark] .map-coruntry-list ul li a,
[data-theme-version=dark] .map-coruntry-list-electronics ul li a {
  color: #94a2c9;
}

[data-theme-version=dark] .toolbar .btn-group .dropdown-menu {
  background-color: #323640;
}
[data-theme-version=dark] .email-filter .input-group-prepend .input-group-text {
  border: none;
  border-bottom-color: #94a2c9 !important;
}
[data-theme-version=dark] .email-filter .input-group .form-control {
  border-bottom-color: #94a2c9;
}
[data-theme-version=dark] .email-filter .bootstrap-select .btn {
  border: none !important;
}
[data-theme-version=dark] .email-left-box .intro-title {
  background-color: transparent;
}
[data-theme-version=dark] .read-content textarea {
  background-color: #2B2E37;
}

[data-theme-version=dark] .event-msg-left .list-group-item::after {
  background-color: #94a2c9;
}

[data-theme-version=dark] .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  color: #94a2c9;
}

[data-theme-version=dark] .modal .modal-content {
  background-color: #2B2E37;
}

[data-theme-version=dark] .note-editor.note-frame .note-editing-area .note-editable,
[data-theme-version=dark] .note-editor.note-frame .note-statusbar {
  background-color: #2B2E37;
  color: #fff;
  border-top-color: #42454D;
}
[data-theme-version=dark] .note-editor.note-frame {
  border-color: #42454D;
}
[data-theme-version=dark] .cke_top,
[data-theme-version=dark] .cke_reset,
[data-theme-version=dark] .cke_bottom,
[data-theme-version=dark] .cke_editable {
  background: #2B2E37;
  color: #fff;
}
[data-theme-version=dark] .mce-container,
[data-theme-version=dark] .mce-container *,
[data-theme-version=dark] .mce-widget,
[data-theme-version=dark] .mce-widget *,
[data-theme-version=dark] .mce-reset,
[data-theme-version=dark] .mce-content-body {
  background: #2B2E37;
  color: #fff;
  border-color: #42454D;
}

[data-theme-version=dark] .btn-switch {
  border-color: #42454D;
  color: #94a2c9;
}

[data-theme-version=dark] .list-group-item {
  background-color: #2B2E37;
  color: #94a2c9;
}

[data-theme-version=dark] .media.bordered {
  border-bottom: 1px solid #42454D;
}

[data-theme-version=dark] .popover-header, [data-theme-version=dark] .popover-body {
  background-color: #2B2E37;
  color: #94a2c9;
}
[data-theme-version=dark] .popover-header {
  border-bottom-color: #42454D;
}
[data-theme-version=dark] .popover .arrow::after {
  border-color: #2B2E37;
}

[data-theme-version=dark] .nav-tabs {
  border-bottom-color: #42454D;
}
[data-theme-version=dark] .nav-tabs-vertical {
  border-right-color: #42454D;
}
[data-theme-version=dark] .nav-tabs-vertical.right-align {
  border-left-color: #42454D;
}
[data-theme-version=dark] .nav-tabs .nav-link:hover {
  border-color: #2B2E37;
}
[data-theme-version=dark] .nav-tabs .nav-link.active {
  background-color: #2B2E37;
  border: 1px solid #42454D;
}
[data-theme-version=dark] .tab-pane-img {
  border-color: #42454D;
}
[data-theme-version=dark] .bordered-tab .tab-pane {
  border-color: #42454D;
}

[data-theme-version=dark] .blockUI {
  background-color: #323640 !important;
  border-color: #42454D !important;
}

[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue {
  background-color: #2B2E37;
  border-color: #42454D;
}
[data-theme-version=dark] .pignose-calendar-top-month {
  color: #fff !important;
}
[data-theme-version=dark] .pignose-calendar-top-icon {
  color: #fff !important;
}
[data-theme-version=dark] .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  background-color: #323640;
  border-radius: 50%;
}
[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #94a2c9;
}
[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a, [data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #fa4832;
}
[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
  background-color: #2B2E37;
  border-bottom-color: #42454D;
}

[data-theme-version=dark] .multiselect-container a {
  color: #94a2c9;
}
[data-theme-version=dark] .multiselect-container .multiselect-group label {
  color: #fff;
}

[data-theme-version=dark] .nestable .dd-handle {
  background-color: #2B2E37;
  border-color: #42454D;
}

[data-theme-version=dark] .noUi-connects {
  background-color: #2B2E37;
}

[data-theme-version=dark] .swal2-popup {
  background-color: #323640;
}

[data-theme-version=dark] .form-wizard .form-wizard-right,
[data-theme-version=dark] .sw-theme-circles .step-content,
[data-theme-version=dark] .sw-theme-circles .sw-toolbar-bottom {
  background-color: #323640;
}
[data-theme-version=dark] .step-form-horizontal .wizard .steps li.current a,
[data-theme-version=dark] .step-form-horizontal .wizard .steps li.disabled a,
[data-theme-version=dark] .step-form-horizontal .wizard .steps li.done a {
  color: #94a2c9;
  background-color: #323640;
}

[data-theme-version=dark] .wizard .content > .body {
  background-color: #323640;
}
[data-theme-version=dark] .wizard .steps li:not(.current) a, [data-theme-version=dark] .step-form-vertical .wizard.vertical > .steps li:not(.current) a {
  background-color: #2B2E37;
}
[data-theme-version=dark] .wizard > .content > .body input {
  border-color: #42454D;
}

[data-theme-version=dark] .daterangepicker {
  background-color: #323640;
}
[data-theme-version=dark] .daterangepicker table tbody tr {
  background-color: inherit;
}
[data-theme-version=dark] .dtp-date-view table tbody tr {
  background-color: inherit;
}
[data-theme-version=dark] .picker table tbody tr {
  background-color: inherit;
}

[data-theme-version=dark] .clockpicker-popover,
[data-theme-version=dark] .clockpicker-popover .popover-title,
[data-theme-version=dark] .clockpicker-popover .popover-content,
[data-theme-version=dark] .clockpicker-popover button.btn {
  background-color: #323640;
}
[data-theme-version=dark] .clockpicker-popover button.btn {
  color: #94a2c9;
}
[data-theme-version=dark] .clockpicker-plate {
  background-color: #2B2E37;
  border-color: #42454D;
}

[data-theme-version=dark] .dropzone {
  background-color: #2B2E37;
}

[data-theme-version=dark] .select2 .select2-selection,
[data-theme-version=dark] .select2-dropdown {
  background: #2B2E37;
  border-color: #42454D;
}

[data-theme-version=dark] .bootstrap-tagsinput {
  background-color: #2B2E37;
  border-color: #42454D;
}

[data-theme-version=dark] .twitter-typeahead .tt-menu {
  background-color: #323640;
}

[data-theme-version=dark] .dropify-wrapper {
  border-color: #42454D;
  background-color: #2B2E37;
}

[data-theme-version=dark] .accordion#accordion-one .card {
  border-bottom-color: #42454D !important;
}
[data-theme-version=dark] .accordion#accordion-two .card {
  border-bottom-color: #42454D !important;
}
[data-theme-version=dark] .accordion#accordion-three .card {
  border-bottom-color: #42454D !important;
}
[data-theme-version=dark] .accordion#accordion-four .card {
  border-bottom-color: #42454D !important;
}
[data-theme-version=dark] .accordion#accordion-five .card {
  border-bottom-color: #42454D !important;
}
[data-theme-version=dark] .accordion#accordion-six .card {
  border-bottom-color: #42454D !important;
}
[data-theme-version=dark] .accordion .card .card-header {
  background-color: #2B2E37;
}

[data-theme-version=dark] .wallet-card .wallet-address .form-control {
  border-color: #42454D;
}
[data-theme-version=dark] .wallet-card .wallet-address .input-group-append button {
  background-color: #2B2E37;
}
[data-theme-version=dark] .tickercontainer li {
  color: #94a2c9;
}
[data-theme-version=dark] .doc-storage-table table tbody tr {
  background-color: var(--primary);
}
[data-theme-version=dark] .file-uploading-widget .music-list li {
  background-color: #2B2E37;
}
[data-theme-version=dark] .sorting-buttons [type=radio] + label {
  color: #94a2c9;
}
[data-theme-version=dark] .sorting-buttons .hover-card, [data-theme-version=dark] .sorting-buttons .hover-card::after {
  background-color: #2B2E37;
}
[data-theme-version=dark] .widget-video-stats .single-video-widget:not(:last-child) {
  border-right: 1px solid #42454D;
}
[direction=rtl][data-theme-version=dark] .widget-video-stats .single-video-widget:not(:last-child) {
  border-right: none;
  border-left: 1px solid #42454D;
}

[data-theme-version=dark] .temp-top span {
  color: #94a2c9;
}
[data-theme-version=dark] .compose-content .mce-panel {
  background-color: #323640;
}
[data-theme-version=dark] .compose-content .dropzone {
  background: #323640 !important;
}
[data-theme-version=dark] .profile-info {
  background: #323640 !important;
}
[data-theme-version=dark] .profile-tab .nav-item .nav-link {
  color: #fff;
}
[data-theme-version=dark] .profile-tab .nav-item .nav-link:hover, [data-theme-version=dark] .profile-tab .nav-item .nav-link:active, [data-theme-version=dark] .profile-tab .nav-item .nav-link.active {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #94a2c9;
  color: #fff;
}
[data-theme-version=dark] .profile-uoloaded-post a h4 {
  color: #fff;
}
[data-theme-version=dark] .chat-contacts {
  background-color: #323640;
}
[data-theme-version=dark] .chat-contacts .event-sideber-search {
  background-color: #323640;
}
[data-theme-version=dark] .chat-contacts .event-msg-left .list-group-item {
  background-color: #323640;
}
[data-theme-version=dark] .chat-contacts .event-msg-left .list-group-item.active {
  background-color: #2B2E37;
}
[data-theme-version=dark] .chat-contacts .event-msg-left .list-group-item .media .media-body p {
  color: #94a2c9 !important;
}
[data-theme-version=dark] .event-chat-ryt {
  background-color: #323640;
}
[data-theme-version=dark] .event-chat-ryt .chat-heading {
  border-bottom: 2px solid #42454D;
}
[data-theme-version=dark] .event-chat-ryt .char-type {
  border-top-color: var(--primary);
  border-bottom: 1px solid var(--primary);
  background-color: #2B2E37;
}
[data-theme-version=dark] #calendar .fc-header-toolbar button {
  background-color: #2B2E37;
  color: #fff;
}
[data-theme-version=dark] #calendar .fc-header-toolbar button:hover, [data-theme-version=dark] #calendar .fc-header-toolbar button.fc-state-hover {
  background-color: #2B2E37 !important;
}
[data-theme-version=dark] .fc-unthemed .fc-today {
  background-color: #2B2E37 !important;
}
[data-theme-version=dark] .fc-unthemed .fc-today span {
  color: #fff;
}
[data-theme-version=dark] .fc th.fc-widget-header {
  background-color: #2B2E37 !important;
}
[data-theme-version=dark] .fc th.fc-widget-header span {
  color: #94a2c9;
}
[data-theme-version=dark] .payment-details .table-borderless tbody tr td:not(:last-child),
[data-theme-version=dark] .invoice-details-table .invoice-upload {
  color: #94a2c9;
}
[data-theme-version=dark] .invoice-details-table thead tr th {
  color: #fff;
}
[data-theme-version=dark] .table-show-ticket.table > tbody > tr > td {
  color: #94a2c9 !important;
}
[data-theme-version=dark] .table-show-ticket.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #2B2E37;
}
[data-theme-version=dark] .table-show-ticket.table > tbody > tr > td,
[data-theme-version=dark] .table-show-ticket.table > tbody > tr > th,
[data-theme-version=dark] .table-show-ticket.table > tfoot > tr > td,
[data-theme-version=dark] .table-show-ticket.table > tfoot > tr > th,
[data-theme-version=dark] .table-show-ticket.table > thead > tr > td,
[data-theme-version=dark] .table-show-ticket.table > thead > tr > th {
  color: #fff;
}
[data-theme-version=dark] .support-tickets .problems-list-wrapper .problems-list > li {
  border-bottom: 1px solid #42454D;
}
[data-theme-version=dark] .ticket-comment-form label {
  border: 1px solid #42454D;
}
[data-theme-version=dark] .pricing-wrapper .single-pricing-table .btn {
  color: #94a2c9;
  border-color: #42454D;
}
[data-theme-version=dark] .login-form a {
  color: #fff;
}
[data-theme-version=dark] .error-content a {
  color: #fff;
}
[data-theme-version=dark] .currency-exchange .input-group-append button {
  background-color: #2B2E37;
  border-color: #42454D;
}
[data-theme-version=dark] .drop-menu .select {
  color: #fff;
}
[data-theme-version=dark] .table-trans tbody tr td {
  color: #94a2c9;
}
[data-theme-version=dark] .table-trans tr td a {
  color: #fff;
}
[data-theme-version=dark] .input-group.input-with-img .form-control {
  background-color: #2B2E37;
  border-color: #42454D;
}
[data-theme-version=dark] .card-gateway .card-body .custom-checkbox {
  color: #94a2c9;
}
[data-theme-version=dark] .wallet-card .wallet-address .input-group-prepend button,
[data-theme-version=dark] .wallet-card .wallet-address .input-group-append button {
  background-color: #323640;
  border-color: #42454D;
}
[data-theme-version=dark] .user-skill {
  border-color: #42454D;
}
[data-theme-version=dark] .card.card-full-width ul.contact-address-list > li:not(:last-child):after,
[data-theme-version=dark] .user-intro::after {
  background-color: #42454D;
}
[data-theme-version=dark] .employee-contact-table tbody tr td:not(.text-primary) {
  color: #94a2c9 !important;
}
[data-theme-version=dark] .faq-tab-panel .nav-pills .nav-link {
  background-color: #323640;
}
[data-theme-version=dark] .faq-tab-panel .nav-pills .nav-link.active {
  background-color: var(--primary);
}

[data-theme-version=dark] .form-control {
  background: #2B2E37;
  border: 1px solid #42454D;
  color: #94a2c9;
}
[data-theme-version=dark] .form-group label, [data-theme-version=dark] .input-group label {
  color: #94a2c9;
}
[data-theme-version=dark] .input-group-prepend .input-group-text {
  border: 1px solid #42454D;
  border-right: none;
  border-color: #42454D !important;
}
[direction=rtl][data-theme-version=dark] .input-group-prepend .input-group-text {
  border: 1px solid #42454D;
}

[data-theme-version=dark] .input-group-append .input-group-text {
  border: 1px solid #42454D;
  border-left: none;
  border-color: #42454D !important;
}
[direction=rtl][data-theme-version=dark] .input-group-append .input-group-text {
  border: 1px solid #42454D;
}

[data-theme-version=dark] .input-group-text {
  background-color: #2B2E37;
}
[data-theme-version=dark] .bootstrap-select .btn {
  background-color: #2B2E37;
  border: 1px solid #42454D !important;
  color: #94a2c9;
}
[data-theme-version=dark] .dropdown-menu {
  background-color: #2B2E37;
}
[data-theme-version=dark] .dropdown-menu .dropdown-item {
  color: #94a2c9;
}
[data-theme-version=dark] .dropdown-menu .dropdown-item:active, [data-theme-version=dark] .dropdown-menu .dropdown-item.active, [data-theme-version=dark] .dropdown-menu .dropdown-item:hover, [data-theme-version=dark] .dropdown-menu .dropdown-item:focus {
  background-color: #323640;
  color: #94a2c9;
}

[data-theme-version=dark] .footer {
  background-color: #323640;
}
[data-theme-version=dark] .footer .copyright {
  background-color: #323640;
}
[data-theme-version=dark] .footer .copyright p {
  color: #fff;
}

/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .icons {
    position: static !important;
  }
  .icons .drop-down {
    width: 100%;
  }
  .icons .dropdown-profile {
    width: 17.5rem;
  }
  .icons .log-user img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
  .icons .log-user span {
    display: none;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .icons {
    position: static !important;
  }
  .icons .drop-down {
    width: 100%;
  }
  .icons .dropdown-profile {
    width: 17.5rem;
  }
  .icons .log-user span {
    display: none;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1520px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0 1.5rem;
  }
}
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0 1.5rem;
  }
}
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0 1.5rem;
  }
}
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0 1.5rem;
  }
}
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .border-right-1 {
    border-right: 0;
  }
}
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .border-right-1 {
    border-right: 0;
  }

  .profile-tab .nav.nav-tabs {
    display: block;
    border: 0;
  }
  .profile-tab .nav.nav-tabs .nav-item .nav-link {
    margin-right: 0;
  }

  .post-input a i {
    margin-right: 1rem;
    padding: 0.7rem 1rem;
  }
  .post-input .btn {
    margin-top: -1rem;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (max-width: 359px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .border-right-1 {
    border-right: 0;
  }

  .profile-tab .nav.nav-tabs {
    display: block;
    border: 0;
  }
  .profile-tab .nav.nav-tabs .nav-item .nav-link {
    margin-right: 0;
  }

  .post-input a i {
    margin-right: 1rem;
    padding: 0.7rem 1rem;
  }
  .post-input .btn {
    margin-top: -1.2rem;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .fc-toolbar .fc-right,
.fc-toolbar .fc-left {
    margin: 10px 0px;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .fc-toolbar .fc-right {
    float: left;
    margin: 10px 0px;
  }

  .fc-toolbar .fc-center {
    display: block;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-content {
    padding: 3rem 0;
  }
  .countdown-content h1 {
    font-size: 36px;
    margin-bottom: 3rem;
  }
  .countdown-content .timer .days, .countdown-content .timer .hours, .countdown-content .timer .minutes, .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 3rem;
  }
}
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
  .countdown-content {
    padding: 50px 0;
  }
  .countdown-content h1 {
    font-size: 36px;
    margin-bottom: 3rem;
  }
  .countdown-content .timer .days, .countdown-content .timer .hours, .countdown-content .timer .minutes, .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 3rem;
  }
}
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
  .countdown-content {
    padding: 3rem 0;
  }
  .countdown-content h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .countdown-content .timer .days, .countdown-content .timer .hours, .countdown-content .timer .minutes, .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
  .countdown-content .timer .days span, .countdown-content .timer .hours span, .countdown-content .timer .minutes span, .countdown-content .timer .seconds span {
    font-size: 1.8rem;
  }
  .countdown-content p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .countdown-content {
    padding: 3rem 0;
  }
  .countdown-content h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .countdown-content .timer .days, .countdown-content .timer .hours, .countdown-content .timer .minutes, .countdown-content .timer .seconds {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
  .countdown-content .timer .days span, .countdown-content .timer .hours span, .countdown-content .timer .minutes span, .countdown-content .timer .seconds span {
    font-size: 1.6rem;
    display: block;
  }
  .countdown-content p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .countdown-content .btn {
    margin-bottom: 1.5rem;
    margin-left: 0 !important;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .countdown-content {
    padding: 0;
  }
  .countdown-content h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .countdown-content .timer .days, .countdown-content .timer .hours, .countdown-content .timer .minutes, .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .countdown-content .timer .days span, .countdown-content .timer .hours span, .countdown-content .timer .minutes span, .countdown-content .timer .seconds span {
    font-size: 1.6rem;
    display: block;
  }
  .countdown-content p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .countdown-content .btn {
    margin-bottom: 1.5rem;
    margin-left: 0 !important;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/*# sourceMappingURL=middleware.css.map */
