/*------------------------------------------------------------------
[Master Stylesheet]
HTML ADMIN TEMPLATE: NEO
Author: Prashant Savekar
    ++ 1.imports++
    ++ 2 Core++
    ++ 3 Buttons++
    ++ 4 Loader++
    ++ 5 alert ++
    ++ 6. accordion++
    ++ 7. badge ++
    ++ 8. modal ++
    ++ 9. sweet alert ++
    ++ 10. notifications ++
    ++ 11. tabs ++
    ++ 12. advanced form ++
    ++ 13.table ++
    ++ 14. datatable ++
    ++ 15. summernote ++
    ++ 16. cards ++
    ++ 17. widgets ++
    ++ 18. icon-card ++
    ++ 19. dropzone ++
    ++ 20. common section ++
    ++ 21. dashboard1 ++
    ++ 22. dashboard2 ++
    ++ 23. dashboard3 ++
    ++ 24. flot chart ++
    ++ 25. map ++
    ++ 26. profile Page ++
    ++ 27. calendar ++
    ++ 28. gallery ++
    ++ 29. project list card ++
    ++ 30. project status card ++
    ++ 31. project user card ++
    ++ 32. timeline ++
    ++ 33. dragula  ++
    ++ 34. 404 ++
    ++ 35. Login ++
    ++ 36. responsive ++
-------------------------------------------------------------------*/
/* Imports*/
/* nunito-regular - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/nunito/nunito-v12-latin-regular.woff2") format("woff2");
}

/* nunito-italic - latin */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: local("Nunito Italic"), local("Nunito-Italic"), url("../fonts/nunito/nunito-v12-latin-italic.woff2") format("woff2");
}

/* nunito-600 - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/nunito/nunito-v12-latin-600.woff2") format("woff2");
}

/* nunito-600italic - latin */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 600;
  src: local("Nunito SemiBold Italic"), local("Nunito-SemiBoldItalic"), url("../fonts/nunito/nunito-v12-latin-600italic.woff2") format("woff2");
}

/* nunito-700 - latin */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/nunito/nunito-v12-latin-700.woff2") format("woff2");
}

/* end Imports*/
/* 2. Core */
body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  background: #eef3f8;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.form-control {
  height: 45px;
  border: none;
  -webkit-box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
  background: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.form-control:focus {
  -webkit-box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

b,
strong {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
}

ul#the-node {
  padding-left: 30px;
}

.form-control {
  font-size: 14px;
}

.bg-primary {
  color: #fff;
  background: #5d59ff !important;
}

.bg-secondary {
  color: #fff;
  background: #737374 !important;
}

.bg-success {
  color: #fff;
  background: #2ecb95 !important;
}

.bg-danger {
  color: #fff;
  background: #fc4b60 !important;
}

.bg-warning {
  color: #444;
  background: #fedb00 !important;
}

.bg-info {
  color: #fff;
  background: #00a8fa !important;
}

.bg-dark {
  color: #fff;
  background: #000 !important;
}

.bg-1 {
  background: #32a8fd;
  color: #fff;
}

.bg-2 {
  background: #ff7374;
  color: #fff;
}

.bg-3 {
  background: #41b760;
  color: #fff;
}

.bg-4 {
  background: #f37aa9;
  color: #fff;
}

.bg-5 {
  background: #3d4856;
  color: #fff;
}

.bg-6 {
  background: #ff774c;
  color: #fff;
}

.bg-7 {
  background: #00bea2;
  color: #fff;
}

.bg-8 {
  background: #cc9845;
  color: #fff;
}

.bg-9 {
  background: #008a5e;
  color: #fff;
}

.bg-10 {
  background: #32a8fd;
  color: #fff;
}

.bg-11 {
  background: #865400;
  color: #fff;
}

.bg-12 {
  background: #34837c;
  color: #fff;
}

.bg-13 {
  background: #f37aa9;
  color: #fff;
}

.bg-14 {
  background: #3d4856;
  color: #fff;
}

.bg-15 {
  background: #b74475;
  color: #fff;
}

.bg-16 {
  background: #94568c;
  color: #fff;
}

.bg-17 {
  background: #6992e7;
  color: #fff;
}

.bg-18 {
  background: #847ccb;
  color: #fff;
}

.bg-19 {
  background: #8e466d;
  color: #fff;
}

.bg-20 {
  background: #f9f871;
  color: #333;
}

.bg-pink {
  background-color: #e91e63 !important;
  color: #fff;
}

.bg-cyan {
  background-color: #00bcd4 !important;
  color: #fff;
}

.bg-light-green {
  background-color: #8bc34a !important;
  color: #fff;
}

/*End Core*/
/* 3. Start Buttons  */
.btn {
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  background: #f4f7fb;
}

.btn-primary {
  color: #fff;
  background: #5d59ff !important;
}

.btn-secondary {
  color: #fff;
  background: #737374 !important;
}

.btn-success {
  color: #fff;
  background: #2ecb95 !important;
}

.btn-danger {
  color: #fff;
  background: #fc4b60 !important;
}

.btn-warning {
  color: #444;
  background: #fedb00 !important;
}

.btn-info {
  color: #fff;
  background: #00a8fa !important;
}

.btn-dark {
  color: #fff;
  background: #000 !important;
}

.btn-link {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-rounded {
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

a.btn-social,
.btn-social { 
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 42px;
    line-height: 43px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 44px;
}

.btn-behance {
  background-color: #1769ff;
}

.btn-behance:hover {
  background-color: #4a8aff;
}

.btn-bitbucket {
  background-color: #205081;
}

.btn-bitbucket:hover {
  background-color: #2a69aa;
}

.btn-codepen {
  background-color: #76daff;
}

.btn-codepen:hover {
  background-color: #a9e8ff;
}

.btn-deviantart {
  background-color: #4e6252;
}

.btn-deviantart:hover {
  background-color: #657e6a;
}

.btn-digg {
  background-color: #000;
}

.btn-digg:hover {
  background-color: #1a1a1a;
}

.btn-dribbble {
  background-color: #ea4c89;
}

.btn-dribbble:hover {
  background-color: #ef7aa7;
}

.btn-dropbox {
  background-color: #007ee5;
}

.btn-dropbox:hover {
  background-color: #1998ff;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-facebook:hover {
  background-color: #4c70ba;
}

.btn-flickr {
  background-color: #0063dc;
}

.btn-flickr:hover {
  background-color: #107cff;
}

.btn-foursquare {
  background-color: #ef4b78;
}

.btn-foursquare:hover {
  background-color: #f37a9b;
}

.btn-github {
  background-color: #4183c4;
}

.btn-github:hover {
  background-color: #689cd0;
}

.btn-google-plus {
  background-color: #dd4b39;
}

.btn-google-plus:hover {
  background-color: #e47365;
}

.btn-instagram {
  background-color: #3f729b;
}

.btn-instagram:hover {
  background-color: #548cb9;
}

.btn-jsfiddle {
  background-color: #4679bd;
}

.btn-jsfiddle:hover {
  background-color: #6c94ca;
}

.btn-lastfm {
  background-color: #e31b23;
}

.btn-lastfm:hover {
  background-color: #e9484e;
}

.btn-linkedin {
  background-color: #0976b4;
}

.btn-linkedin:hover {
  background-color: #0b96e5;
}

.btn-paypal {
  background-color: #253b80;
}

.btn-paypal:hover {
  background-color: #304da8;
}

.btn-pinterest {
  background-color: #cc2127;
}

.btn-pinterest:hover {
  background-color: #e04046;
}

.btn-reddit {
  background-color: #ff4500;
}

.btn-reddit:hover {
  background-color: #ff6a33;
}

.btn-skype {
  background-color: #00aff0;
}

.btn-skype:hover {
  background-color: #24c4ff;
}

.btn-soundcloud {
  background-color: #f80;
}

.btn-soundcloud:hover {
  background-color: #ffa033;
}

.btn-stack-overflow {
  background-color: #fe7a15;
}

.btn-stack-overflow:hover {
  background-color: #fe9748;
}

.btn-steam {
  background-color: #7da10e;
}

.btn-steam:hover {
  background-color: #a1d012;
}

.btn-stumbleupon {
  background-color: #eb4924;
}

.btn-stumbleupon:hover {
  background-color: #ef7053;
}

.btn-trello {
  background-color: #256a92;
}

.btn-trello:hover {
  background-color: #2f88bb;
}

.btn-tumblr {
  background-color: #35465c;
}

.btn-tumblr:hover {
  background-color: #485f7c;
}

.btn-twitch {
  background-color: #6441a5;
}

.btn-twitch:hover {
  background-color: #7e5bbe;
}

.btn-twitter {
  background-color: #55acee;
}

.btn-twitter:hover {
  background-color: #83c3f3;
}

.btn-vimeo {
  background-color: #1ab7ea;
}

.btn-vimeo:hover {
  background-color: #49c6ee;
}

.btn-vine {
  background-color: #00b488;
}

.btn-vine:hover {
  background-color: #00e7af;
}

.btn-vk {
  background-color: #45668e;
}

.btn-vk:hover {
  background-color: #587fae;
}

.btn-wechat {
  background-color: #98d11c;
}

.btn-wechat:hover {
  background-color: #afe53b;
}

.btn-wordpress {
  background-color: #21759b;
}

.btn-wordpress:hover {
  background-color: #2a95c5;
}

.btn-xing {
  background-color: #026466;
}

.btn-xing:hover {
  background-color: #039598;
}

.btn-yahoo {
  background-color: #400191;
}

.btn-yahoo:hover {
  background-color: #5601c4;
}

.btn-yelp {
  background-color: #af0606;
}

.btn-yelp:hover {
  background-color: #e00808;
}

.btn-youtube {
  background-color: #e52d27;
}

.btn-youtube:hover {
  background-color: #ea5955;
}

/* End buttons */
/*4. Loader */
#loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/a.gif) center no-repeat rgba(255, 255, 255, 0.8);
}

/* Loader ends */
/* 5. Alert */
.alert {
  border: none;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.alert-primary {
  color: #fff;
  background: #5d59ff;
}

.alert-secondary {
  color: #fff;
  background: #737374;
}

.alert-success {
  color: #fff;
  background: #2ecb95;
}

.alert-danger {
  color: #fff;
  background: #fc4b60;
}

.alert-warning {
  color: #444;
  background: #fedb00;
}

.alert-info {
  color: #fff;
  background: #00a8fa;
}

.alert-dark {
  color: #fff;
  background: #000;
}

/* end alert */
/* 6. Accordion */
.accordion {
  border-radius: 6px;
}

.accordion .card-header,
.accordion .card-body {
  border: none;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.accordion .card .card-header a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding-right: 0.5rem;
  cursor: pointer;
}

.accordion h5 {
  font-size: 15px;
}

.accordion .bg-primary .card-header a,
.accordion .bg-info .card-header a,
.accordion .bg-warning .card-header a,
.accordion .bg-success .card-header a,
.accordion .bg-danger .card-header a,
.accordion .bg-dark .card-header a {
  color: #fff;
}

.accordion .bg-info .card-body,
.accordion .bg-primary .card-body,
.accordion .bg-success .card-body,
.accordion .bg-danger .card-body,
.accordion .bg-warning .card-body,
.accordion .bg-dark .card-body {
  color: #fff;
}

.accordion .card .card-header a[aria-expanded="true"]:before {
  content: "\f0374";
}

.accordion .card .card-header a[aria-expanded="false"]:before {
  content: "\f0415";
}

.accordion .arrow .card-header a[aria-expanded="true"]:before {
  content: "\f0140";
}

.accordion .arrow .card-header a[aria-expanded="false"]:before {
  content: "\f0143";
}

.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card .card-header a:before {
  font-family: "Material Design Icons";
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 18px;
  display: block;
}

/* end accordion */
/* 7.Start badge */
.badge {
  font-size: 12px;
  line-height: 1;
  padding: 0.375rem 0.5625rem;
  font-weight: normal;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.badge-outline-primary {
  border: 1px solid #007bff;
}

.badge-outline-secondary {
  border: 1px solid #6c757d;
}

.badge-outline-info {
  border: 1px solid #17a2b8;
}

.badge-outline-success {
  border: 1px solid #28a745;
}

.badge-outline-warning {
  border: 1px solid #30a9de;
}

.badge-outline-danger {
  border: 1px solid #ffc107;
}

.badge-outline-dark {
  border: 1px solid #343a40;
}

.badge-outline-light {
  border: 1px solid #f8f9fa;
}

.badge-wrapper .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* end badge */
/* 8.Start Modal */
.bg-red {
  background-color: #e53a40;
  color: #fff;
}

.bg-pink {
  background-color: #d81159;
  color: #fff;
}

.bg-purple {
  background-color: #9055a2;
  color: #fff;
}

.bg-indigo {
  background-color: #3f51b5;
  color: #fff;
}

.bg-blue {
  background-color: #30a9de;
  color: #fff;
}

.bg-cyan {
  background-color: #58c9b9;
  color: #fff;
}

.bg-teal {
  background-color: #218380;
  color: #fff;
}

.bg-green {
  background-color: #5cab7d;
  color: #fff;
}

.bg-yellow {
  background-color: #efdc05;
  color: #333;
}

.bg-orange {
  background-color: #ff5f2e;
  color: #fff;
}

.bg-grey {
  background-color: #7c7877;
  color: #fff;
}

.bg-black {
  background-color: #3c3530 !important;
  color: #fff;
}

.modal .modal-header,
.modal .modal-footer {
  border: none;
}

.modal-color-white {
  background-color: #fff;
}

.modal-color-white .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-white .modal-body,
.modal-color-white .modal-title {
  color: #181818 !important;
}

.modal-color-red {
  background-color: #e53a40;
}

.modal-color-red .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-red .modal-body,
.modal-color-red .modal-title {
  color: #fff !important;
}

.modal-color-pink {
  background-color: #d81159;
}

.modal-color-pink .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-pink .modal-body,
.modal-color-pink .modal-title {
  color: #fff !important;
}

.modal-color-purple {
  background-color: #9055a2;
}

.modal-color-purple .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-purple .modal-body,
.modal-color-purple .modal-title {
  color: #fff !important;
}

.modal-color-indigo {
  background-color: #3f51b5;
}

.modal-color-indigo .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-indigo .modal-body,
.modal-color-indigo .modal-title {
  color: #fff !important;
}

.modal-color-blue {
  background-color: #30a9de;
}

.modal-color-blue .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-blue .modal-body,
.modal-color-blue .modal-title {
  color: #fff !important;
}

.modal-color-cyan {
  background-color: #58c9b9;
}

.modal-color-cyan .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-cyan .modal-body,
.modal-color-cyan .modal-title {
  color: #fff !important;
}

.modal-color-teal {
  background-color: #218380;
}

.modal-color-teal .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-teal .modal-body,
.modal-color-teal .modal-title {
  color: #fff !important;
}

.modal-color-green {
  background-color: #5cab7d;
}

.modal-color-green .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-green .modal-body,
.modal-color-green .modal-title {
  color: #fff !important;
}

.modal-color-yellow {
  background-color: #efdc05;
}

.modal-color-yellow .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-yellow .modal-body,
.modal-color-yellow .modal-title {
  color: #fff !important;
}

.modal-color-orange {
  background-color: #ff5f2e;
}

.modal-color-orange .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-orange .modal-body,
.modal-color-orange .modal-title {
  color: #fff !important;
}

.modal-color-grey {
  background-color: #7c7877;
}

.modal-color-grey .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-grey .modal-body,
.modal-color-grey .modal-title {
  color: #fff !important;
}

.modal-color-black {
  background-color: #3c3530;
}

.modal-color-black .modal-footer {
  background-color: rgba(0, 0, 0, 0.12);
}

.modal-color-black .modal-body,
.modal-color-black .modal-title {
  color: #fff !important;
}

.modal .modal-footer .btn-link {
  color: #fff;
  text-decoration: none;
}

.modal .modal-footer .btn-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

/* end modal */
/* 9. Sweet Alert */
.swal2-popup .swal2-styled.swal2-confirm {
  font-size: 14px !important;
  background: #5d59ff !important;
  border: none !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
  font-size: 14px !important;
  border: none !important;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* end sweet alert */
/* 10. Notifications */
.bootstrap-notify-container {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 1060;
}

.bootstrap-notify-container button.close {
  margin: 0;
  padding: 0;
}

.fs-32 {
  font-size: 32px;
}

.rating-symbol .mdi {
  display: inline-block;
}

/* end notifications */
/* 11. Start Tabs */
.nav-tabs,
.nav-pills {
  border: none;
  margin-bottom: 20px;
}

#nav-tab1 .nav-link {
  margin-right: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #181818;
  border: none;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

#nav-tab1 .nav-link:not(:last-child) {
  margin-right: 20px;
}

#nav-tab1 .nav-item.nav-link.active,
#nav-tab1 .nav-item.show > .nav-link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  color: #181818;
  background-color: transparent;
  -webkit-box-shadow: inset 0.2rem 0.2rem 0.5rem #cad3ec, inset -0.2rem -0.2rem 0.5rem #ffffff;
          box-shadow: inset 0.2rem 0.2rem 0.5rem #cad3ec, inset -0.2rem -0.2rem 0.5rem #ffffff;
}

.nav-pills .nav-link {
  color: #181818;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-pills .nav-link:not(:last-child) {
  margin-right: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #181818;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
  -webkit-box-shadow: inset 0.2rem 0.2rem 0.5rem #cad3ec, inset -0.2rem -0.2rem 0.5rem #ffffff;
          box-shadow: inset 0.2rem 0.2rem 0.5rem #cad3ec, inset -0.2rem -0.2rem 0.5rem #ffffff;
}

.info .nav-link.active {
  background: #5d59ff;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.success .nav-link.active {
  background: #2ecb95;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.warning .nav-link.active {
  background: #fedb00;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.danger .nav-link.active {
  background: #fc4b60;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dark .nav-link.active {
  background: #000;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* end tabs */
/* 12. Advanced form */
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.ms-container {
  width: 100%;
}

.card .input-group-text {
  border: none;
  -webkit-box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
}

.bootstrap-tagsinput .label-info {
  background: #534eff;
  padding: 2px;
}

/* end advanced form */
/*13. Table */
.avatar-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: auto;
}

/* end table */
/* 14.  Data Table */
.dataTables_wrapper button {
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  background: #f4f7fb;
}

/* end data table */
/* 15. Summer Note */
.note-toolbar i {
  background: -webkit-linear-gradient(245deg, #1e71f5, #3cdee7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* end summernote */
/* 16. Cards */
.card {
  border: none;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  margin-bottom: 30px;
}

.shadow-inside {
  background: linear-gradient(135deg, #dee3ea 0%, #f5f8fc 100%);
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
}

.shadow-outside {
  background: #e3e6ec;
  -webkit-box-shadow: -18px -18px 20px #ffffff, 18px 18px 20px #d1d9e6;
          box-shadow: -18px -18px 20px #ffffff, 18px 18px 20px #d1d9e6;
}

.card-transparent {
  background: transparent;
}

.card-transparent .form-control {
  border: none;
  -webkit-box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
  background: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.card-transparent .form-control:focus {
  -webkit-box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
          box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

/* end cards */
/* 17. Start Widgets */
.widget1 {
  border-radius: 6px;
  padding: 15px;
  background: #fafafa;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget1 .left {
  width: 35%;
}

.widget1 .right {
  width: 65%;
  padding: 10px;
  text-align: right;
}

.widget1 .right h3 {
  font-weight: 700;
  margin: 0;
}

.widget2 {
  padding: 20px;
  display: block;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.widget2:hover {
  -webkit-box-shadow: 0 10px 20px -4px #eee;
          box-shadow: 0 10px 20px -4px #eee;
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.widget2 .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget2 .title {
  font-size: 16px;
  color: #fff;
}

.widget2 i {
  font-size: 30px;
}

.widget2 p {
  font-size: 14px;
  margin: 0;
}

.widget2 .count-big {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}

.widget2 .count-small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.widget3 {
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
}

.widget3 i {
  font-size: 50px;
  display: inline-block;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.widget3 .count {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}

.widget3 .name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}

.widget3:hover {
  -webkit-box-shadow: 4px 4px 20px #dadada;
          box-shadow: 4px 4px 20px #dadada;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.widget3:hover i {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

/* end widgets */
/* 18. Icon Card */
.icon-card {
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  width: 100%;
}

.icon-card span,
.icon-card i {
  display: inline-block;
  margin-right: 20px;
}

/* end icon card */
/* 19. Dropzone */
.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed #7b7b7b;
  -o-border-image: none;
     border-image: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.dropzone .dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropzone .dz-message i {
  font-size: 30px;
  margin-bottom: 10px;
}

/* end dropzone */
/* 20. common layout  Header,sidbar,main content */
.wrapper {
  padding: 5px;
}

.wrapper .left-sidebar {
  background: #fafbfd;
  width: 179px;
  z-index: 1040;
  bottom: 0;
  margin-top: 0;
  top: 0;
  position: fixed;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper .left-sidebar .logo-wrapper {
  padding: 5px 10px;
}

.wrapper .left-sidebar .logo-wrapper .logo {
  display: block;
  width: 140px;
  padding: 20px 15px;
}

.wrapper .left-sidebar .scroll-wrapper {
  padding: 5px;
}

.wrapper .left-sidebar .scroll-wrapper #scrollDiv {
  height: calc(100vh - 85px);
}

.wrapper .left-sidebar .pr-title {
  font-size: 18px;
  line-height: 21px;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: block;
  color: #23313f;
}

.wrapper .left-sidebar .pr-title i {
  font-size: 24px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.wrapper .left-sidebar .menu-section {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  color: #534eff;
  padding: 15px 10px;
}

.wrapper .left-sidebar .dropdown-container {
  display: none;
  background-color: white;
  padding-left: 8px;
}

.wrapper .left-sidebar .top-nav {
  margin: 0;
  padding: 0;
}

.wrapper .left-sidebar .top-nav li {
  list-style-type: none;
}

.wrapper .left-sidebar .top-nav li a {
  font-family: "Nunito", sans-serif;
  background-color: #1f2433;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #23313f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  background: none;
  width: 100%;
  text-align: left;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.wrapper .left-sidebar .top-nav li a .link-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrapper .left-sidebar .top-nav li a:hover {
  color: #23313f;
}

.wrapper .left-sidebar .top-nav li a i {
  font-size: 24px;
  margin-right: 20px;
}

.wrapper .left-sidebar .metismenu {
  margin: 0 8px;
  padding: 0;
}

.wrapper .left-sidebar .metismenu .mm-active .mdi-chevron-right.mdi-first:before {
  content: "\F0140";
}

.wrapper .left-sidebar .metismenu .mm-active .mm-active .mdi-chevron-right:before {
  content: "\F0140";
}

.wrapper .left-sidebar .metismenu li {
  list-style-type: none;
}

.wrapper .left-sidebar .metismenu li a {
  background-color: #23313f;
  padding: 12px 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #23313f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  background: none;
  width: 100%;
  text-align: left;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.wrapper .left-sidebar .metismenu li a .link-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrapper .left-sidebar .metismenu li a:hover, .wrapper .left-sidebar .metismenu li a.active {
  color: #23313f;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.wrapper .left-sidebar .metismenu li a i {
  font-size: 18px;
  color: #23313f;
  margin-right: 5px;
}

.wrapper .left-sidebar .metismenu .mm-collapse {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.wrapper .main-content .headerbar {
  background: #eef3f8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
}

.wrapper .main-content .headerbar .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 20px;
  margin-left: 260px;
}

.wrapper .main-content .headerbar .navbar-header .menu-btn {
  display: none;
}

.wrapper .main-content .headerbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .main-content .headerbar .navbar-nav .cms {
  background: #f8f9fb;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 20px;
  padding: 5px 10px 5px 20px;
}

.wrapper .main-content .headerbar .navbar-nav .flag {
  margin-right: 10px;
  color: #7b7b7b;
  text-decoration: none;
}

.wrapper .main-content .headerbar .navbar-nav .bell {
  font-size: 24px;
  margin-right: 10px;
  color: #7b7b7b;
}

.wrapper .main-content .headerbar .navbar-nav .no-arrow {
  cursor: pointer;
}

.wrapper .main-content .headerbar .navbar-nav .no-arrow .dropdown-toggle::after {
  display: none;
}

.wrapper .main-content .headerbar .navbar-nav .notifications .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

.wrapper .main-content .headerbar .navbar-nav .notifications .dropdown-item .msg-icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .main-content .headerbar .navbar-nav .notifications .dropdown-item .msg-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.wrapper .main-content .headerbar .navbar-nav .notifications .dropdown-item h3 {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
}

.wrapper .main-content .headerbar .navbar-nav .notifications .dropdown-item span {
  position: static;
  font-size: 0.9em;
  color: #999;
}

.wrapper .main-content .headerbar .navbar-nav .dropdown-menu {
  margin: 1.1rem 0 0;
  border: none;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.wrapper .main-content .headerbar .navbar-nav .dropdown-menu .header {
  padding: 5px 10px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper .main-content .headerbar .navbar-nav .dropdown-menu .header h3 {
  font-size: 16px;
}

.wrapper .main-content .headerbar .navbar-nav .dropdown-menu .header a {
  color: #181818;
  font-size: 14px;
}

.wrapper .main-content .headerbar .navbar-nav .user-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .main-content .headerbar .navbar-nav .smile-dropdown {
  cursor: pointer;
}

.wrapper .main-content .headerbar .navbar-nav .smile-dropdown .dropdown-toggle::after {
  position: relative;
  top: 5px;
  border: none;
  content: "\F0140";
  font: normal normal normal 16px/1 "Material Design Icons";
}

.wrapper .main-content .headerbar .navbar-nav .smile-dropdown .dropdown-menu {
  font-size: 14px;
  min-width: 10.5rem;
}

.wrapper .main-content .headerbar .navbar-nav .smile-dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.7rem;
}

.wrapper .main-content .headerbar #menu-btn {
  padding: 5px;
}

.wrapper .main-content .headerbar #menu-btn i {
  font-size: 25px;
  color: #181818;
}

.wrapper .main-content .headerbar .search-box {
  border: none;
  -webkit-box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
  background: none;
  border-radius: 25px;
  min-width: 260px;
}

.wrapper .main-content .headerbar .search-box input {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px 10px 0;
}

.wrapper .main-content .headerbar .search-box input:focus {
  background: none;
}

.wrapper .main-content .headerbar .search-box .input-group-text {
  background: transparent;
  border: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.wrapper .main-content .headerbar .ha-menu-dropdown .dropdown-toggle::after {
  display: none;
}

.wrapper .main-content .headerbar .ha-menu-dropdown a i {
  font-size: 24px;
}

.wrapper .main-content .headerbar .ha-menu-dropdown.show a i.mdi-menu:before {
  content: "\f156";
}

.wrapper .main-content .headerbar .ha-menu-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 300px;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
  /* explanation below */
  margin: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden;
  color: #404040;
  height: 80px;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu a:hover {
  text-decoration: none;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu a i {
  font-size: 24px;
  margin-bottom: 10px;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:hover {
  border: 1px solid #e4eaf0;
  -webkit-box-shadow: 0px 4px 15px #f8f9fb;
          box-shadow: 0px 4px 15px #f8f9fb;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(1) a i {
  color: #30a9de;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(2) a i {
  color: #efdc05;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(3) a i {
  color: #3f4040;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(4) a i {
  color: #a593e0;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(5) a i {
  color: #5a9367;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(6) a i {
  color: #fc913a;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(7) a i {
  color: #ff4e50;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(8) a i {
  color: #bf209f;
}

.wrapper .main-content .headerbar .ha-menu-wrapper .ha-menu:nth-child(9) a i {
  color: #6c49b8;
}

.wrapper .main-content main {
  margin-top: 60px;
  margin-left: 212px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper .main-content .usuario {
  margin-left: 109px!important;
}

.wrapper .main-content main .page-title {
  font-size: 28px;
  line-height: 33px;
}

.wrapper .main-content main .outline-card {
  background: #ffffff;
  border: 1px solid #e4eaf0;
  -webkit-box-shadow: 0px 4px 4px #f8f9fb;
          box-shadow: 0px 4px 4px #f8f9fb;
  border-radius: 4px;
  margin-bottom: 20px;
}

.wrapper .main-content main .outline-card h3 {
  font-size: 18px;
  line-height: 21px;
  color: #23313f;
}

.wrapper .main-content main .outline-card h4 {
  font-size: 14px;
  line-height: 16px;
  color: #8b9ca1;
}

.wrapper .main-content main .outline-card .status {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0.5rem;
  color: #00d9cc;
}

.wrapper .main-content main .outline-card label {
  color: #8b9ca1;
  margin-bottom: 5px;
}

.wrapper .main-content main .outline-card .btn-outline-dark {
  border: 1px solid #e4eaf0;
}

.wrapper footer {
  padding: 15px;
  margin-left: 260px;
}

.wrapper footer .copyright {
  font-size: 14px;
  margin: 0;
}

.wrapper .menu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(61, 66, 85, 0.3);
  display: none;
  z-index: 1030;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper.enable-vertical-menu {
  position: relative;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper.enable-vertical-menu .main-content .left-sidebar {
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper.enable-vertical-menu .main-content .headerbar {
  z-index: 1030;
}

.wrapper.enable-vertical-menu .sub-title-wrapper .title {
  font-size: 12px;
}

.wrapper.enable-vertical-menu .sub-title-wrapper .subtitle {
  font-size: 16px;
  font-weight: 500;
}

.wrapper.enable-vertical-menu .menu-overlay {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

/* end common layout */
/* 21. Dashboard1 */
.card-title {
  font-size: 18px;
  color: #181818;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

#scrollDiv1, #scrollDiv2 {
  height: 400px;
}

.activity-timeline-items .activtity-timeline-item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 6px 0;
  margin: 5px 0;
}

.activity-timeline .activity-timeline-items:before {
  background-color: #ddd;
}

.activity-timeline-items {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 20px;
}

.activity-timeline-items:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item:first-child:before,
.activity-timeline .activity-timeline-items .activtity-timeline-item:last-child:before {
  background-color: #fff;
}

.activity-timeline-items .activtity-timeline-item:first-child:before,
.activity-timeline-items .activtity-timeline-item:last-child:before {
  background-color: white;
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 3px;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-badge {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 20px;
}

.activity-timeline .activity-timeline-items .activtity-timeline-item .activity-timeline-badge:before {
  background-color: #ebedf2;
}

.activity-timeline
.activity-timeline-items
.activtity-timeline-item
.activity-timeline-badge.activity-timeline-badge-success:before {
  background-color: #30a9de;
}

.activity-timeline
.activity-timeline-items
.activtity-timeline-item
.activity-timeline-badge.activity-timeline-badge-info:before {
  background-color: #9055a2;
}

.activity-timeline
.activity-timeline-items
.activtity-timeline-item
.activity-timeline-badge.activity-timeline-badge-danger:before {
  background-color: #dc3545;
}

.activity-timeline
.activity-timeline-items
.activtity-timeline-item
.activity-timeline-badge.activity-timeline-badge-secondary:before {
  background-color: #efdc05;
}

.activity-timeline
.activity-timeline-items
.activtity-timeline-item
.activity-timeline-badge.activity-timeline-badge-warning:before {
  background-color: #ffc107;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-badge:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 100%;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 0 5px 0 0;
  font-size: 14px;
}

.activity-timeline-items .activtity-timeline-item .activity-timeline-time {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 80px;
  padding: 0 0 0 5px;
  font-size: 0.85rem;
}

.box {
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 35px;
}

.profile-card {
  position: relative;
  background: linear-gradient(135deg, #dee3ea 0%, #f5f8fc 100%);
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
          box-shadow: 0 10px 20px 0 rgba(26, 44, 57, 0.14);
  border-top-width: 0;
  border-bottom-width: 2px;
  border-radius: 3px;
}

.profile-card .card-header {
  background: url(../images/profile-bg.jpg);
  background-size: cover;
  height: 155px;
}

.profile-card .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.profile-card .avatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.profile-card .info {
  padding: 4px 20px 25px;
}

.profile-card .info .title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}

.profile-card .info .desc {
  overflow: hidden;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  color: #737373;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-overflow: ellipsis;
}

.profile-card .count {
  font-size: 20px;
  font-weight: 700;
}

.profile-card .count-title {
  font-size: 14px;
  color: #737373;
}

.weather-card {
  padding: 20px 25px 70px;
  background: linear-gradient(135deg, #dee3ea 0%, #f5f8fc 100%);
}

.weather-card h2 {
  font-weight: 300;
  font-size: 32px;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1);
          animation: up 2s cubic-bezier(0.39, 0, 0.38, 1);
}

.weather-card h3 {
  color: #777;
  font-weight: 400;
  font-size: 1em;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.1s;
          animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.1s;
}

.weather-card h3 span {
  display: inline-block;
  margin-left: 24px;
  color: #999;
  font-weight: 300;
}

.weather-card .temp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.weather-card .temp-wrapper h1 {
  color: #666;
  font-weight: 300;
  font-size: 6.59375em;
  line-height: 0.2em;
  margin-top: 70px;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.2s;
          animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.2s;
}

.weather-card .sky {
  position: relative;
  margin-top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #03a9f4;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.2s;
}

.weather-card .sun {
  position: relative;
  top: -3px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffeb3b;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.5s;
}

.weather-card .cloud {
  position: absolute;
  top: 60px;
  left: 30px;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.7s;
          animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.7s;
}

.weather-card .cloud:before, .weather-card .cloud:after {
  position: absolute;
  display: block;
  content: "";
}

.weather-card .cloud:before {
  margin-left: -10px;
  width: 51px;
  height: 18px;
  background: #fff;
}

.weather-card .cloud:after {
  position: absolute;
  top: -10px;
  left: -22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 50px -6px 0 6px #fff, 25px -19px 0 10px #fff;
          box-shadow: 50px -6px 0 6px #fff, 25px -19px 0 10px #fff;
}

.weather-card table {
  position: relative;
  margin-top: 20px;
  top: 10px;
  width: 100%;
  text-align: center;
}

.weather-card table tr:nth-child(1) td:nth-child(1),
.weather-card table tr:nth-child(1) td:nth-child(2),
.weather-card table tr:nth-child(1) td:nth-child(3),
.weather-card table tr:nth-child(1) td:nth-child(4),
.weather-card table tr:nth-child(1) td:nth-child(5) {
  padding-bottom: 32px;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.7s;
          animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.7s;
}

.weather-card table tr:nth-child(2) td:nth-child(1),
.weather-card table tr:nth-child(2) td:nth-child(2),
.weather-card table tr:nth-child(2) td:nth-child(3),
.weather-card table tr:nth-child(2) td:nth-child(4),
.weather-card table tr:nth-child(2) td:nth-child(5) {
  padding-bottom: 8px;
  -webkit-animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.7s;
          animation: up 2s cubic-bezier(0.39, 0, 0.38, 1) 0.7s;
}

.top-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
}

/* end Dashboard1 */
/* 22. Start Dashboard2 */
.illustration-widget {
  padding: 20px;
  background: #fff;
  min-height: 120px;
  border-radius: 6px;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  margin-bottom: 30px;
}

.illustration-widget img {
  width: 100%;
}

.illustration-widget h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: right;
}

.illustration-widget h5 {
  font-size: 14px;
  text-align: right;
}

.spark-box {
  background: #fff;
  border-radius: 6px;
  padding: 40px 0 0 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
  margin-bottom: 30px;
}

#world-map {
  height: 360px;
}

.report-card .card-title {
  font-size: 16px;
  color: #181818;
  font-weight: 700;
}

.report-card h4 {
  font-size: 14px;
}

.report-card h3 {
  font-size: 24px;
}

.sparkboxes .box1 {
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.sparkboxes .box2 {
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.sparkboxes .box3 {
  background: #fff;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.sparkboxes .box4 {
  background: #fff;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

/* end Dashboard2 */
/* 23. Start Dashboard3 */
.hr-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.hr-card .left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hr-card .left i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hr-card .right {
  width: 65%;
  padding: 18px 20px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hr-card h3 {
  font-size: 16px;
  color: #fff;
}

.hr-card h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.width35 {
  width: 35px;
}

.hr-income-card h5 {
  font-size: 22px;
  font-weight: 700;
}

.hr-income-card h6 {
  font-size: 14px;
}

/* end Dashboard3 */
/* 24. Start Flot Chart */
.flot-container {
  width: 100%;
  height: 350px;
  text-align: center;
  margin: 0 auto;
}

/* end Flot chart */
/* 25. Start Map */
#map,
#markermap,
#goemetrymap,
#kmllayermap,
#maptype,
#overlaymap,
#routemap {
  display: block;
  width: 100%;
  height: 350px;
}

#mapi,
#map,
#nongeo {
  height: 400px;
}

/*jvector maps*/
#world-map,
#africa,
#usa,
#canada,
#australia,
#china,
#uk,
#india {
  height: 400px;
}

#mapid {
  height: 400px;
}

/*  end Map */
/*  26. Start Profile page */
.profile-wrapper .left .profile-header {
  margin-bottom: 20px;
  text-align: center;
}

.profile-wrapper .left .profile-header .user-img {
  border-radius: 8px;
  width: 100%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.profile-wrapper .left .profile-header .name {
  font-size: 18px;
  color: #181818;
  font-weight: 700;
}

.profile-wrapper .left .profile-header .company {
  font-size: 14px;
  text-transform: uppercase;
}

.profile-wrapper .left .profile-header i {
  font-size: 20px;
  color: #534eff;
}

.profile-wrapper .left .personal-info .title {
  font-size: 21px;
  color: #181818;
  font-weight: 700;
}

.profile-wrapper .left .personal-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.profile-wrapper .left .personal-info ul li {
  padding: 5px 0;
}

.profile-wrapper .left .personal-info ul li i {
  margin-right: 10px;
}

.profile-wrapper .left .skill-holder .title {
  font-size: 21px;
  color: #181818;
  font-weight: 700;
}

.profile-wrapper .left .skill-holder p {
  margin-bottom: 10px;
}

.profile-wrapper .left .skill-holder .progress {
  height: 0.5rem;
}

.profile-wrapper .left h5 {
  font-size: 11px;
  text-transform: uppercase;
}

.profile-wrapper .left .company {
  font-size: 16px;
  font-weight: 700;
}

.profile-wrapper .left p {
  margin-bottom: 0;
}

.profile-wrapper .right .nav-item .nav-link {
  color: #181818;
}

.profile-wrapper .right .tab-content {
  min-height: 400px;
}

.profile-wrapper .right h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #181818;
}

.profile-wrapper .right h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

.profile-wrapper .right h4 i {
  margin-right: 10px;
}

.profile-wrapper .right .user-name {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.profile-wrapper .right .designation {
  font-size: 15px;
  color: #534eff;
  font-weight: 600;
}

.profile-wrapper .right .timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.profile-wrapper .right .timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  background: #f5f5f6;
  /* left: 50%; */
  top: 20px;
  bottom: 20px;
  margin-left: 28px;
}

.profile-wrapper .right .timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.profile-wrapper .right .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.profile-wrapper .right .timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}

.profile-wrapper .right .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.profile-wrapper .right .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  background-clip: padding-box;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
          box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.profile-wrapper .right .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  color: #fff;
}

.profile-wrapper .right .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1em;
  margin-left: 60px;
  background-clip: padding-box;
  border-radius: 3px;
}

.profile-wrapper .right .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 10px;
}

.profile-wrapper .right .faded-text {
  font-size: 60px;
  font-weight: 700;
  opacity: 0.2;
}

/*   end Calendar page */
/*  27. Start Calendar page */
.fc-event {
  padding: 10px 6px;
  margin-bottom: 5px;
  cursor: move;
  border: none;
}

.fc-state-default {
  background-color: #fff;
  border: 1px solid #ddd;
  background-image: none;
  font-size: 13px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.fc-state-default:hover {
  background-color: #e6e6e6;
}

.fc-state-default.fc-state-active {
  background-color: #e6e6e6;
}

.fc-center h2 {
  color: #181818;
  font-size: 20px;
  font-weight: 700;
}

.fc-day-header {
  color: #666;
  font-size: 13px;
  padding: 11px 0 !important;
}

.fc-day-number {
  font-size: 13px;
  color: #888;
  margin-right: 3px;
}

.fc-toolbar h2 {
  font-size: 24px;
  color: #181818;
  font-weight: 700;
}

.fc-time-grid .fc-slats td {
  font-size: 13px;
}

.bg-gradient1 {
  background: #8f63d2;
}

.bg-gradient2 {
  background: #61b9e7;
}

.bg-gradient3 {
  background: #2ac275;
}

.bg-gradient4 {
  background: #e2427f;
}

.bg-gradient5 {
  background: #f9b400;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e0e7ed;
}

#external-events {
  width: 150px;
  padding: 0 10px;
}

#external-events .fc-event {
  margin: 1em 0;
  cursor: move;
}

#calendar-container {
  z-index: 1;
}

#calendar {
  max-width: 100%;
  margin: 20px auto;
}

.fc-view > table {
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.fc-center button {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.fc-toolbar button {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.fc-content .fc-title {
  color: #fff;
}

/*  end calendar page */
/*  28. Start gallery page */
#gallery .col-lg-3 {
  margin-bottom: 30px;
}

#gallery img {
  border-radius: 6px;
}

/*  end gallery page */
/*  29. Start project list page */
.project-list-card {
  padding: 20px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
}

.project-list-card .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.project-list-card .brand-logo {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.project-list-card .project-title {
  color: #181818;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.project-list-card .user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.project-list-card .user-list img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #fafafa;
}

.project-list-card hr {
  width: 70%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  color: #f2f2f2;
}

.project-list-card .status {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.project-list-card .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.project-list-card .link-wrapper a {
  color: #444;
  padding: 5px 10px;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-list-card .link-wrapper a:hover {
  text-decoration: none;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.project-list-card .dropdown-menu {
  min-width: 80px;
}

.project-list-card .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0.25rem 0.35rem;
}

/* end  project list page */
/* 29  project staus card page */
.project-status-card {
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
  padding: 20px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
}

.project-status-card .brand-logo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.project-status-card img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.project-status-card .company-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.project-status-card .website {
  color: #444;
  display: inline-block;
  margin-bottom: 20px;
}

.project-status-card p {
  margin-bottom: 20px;
}

.project-status-card .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-status-card .flex-wrapper .day-status {
  background: #fafafa;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
}

/* end  project status card page */
/*30  project users card page */
.project-users-card {
  padding: 20px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
}

.project-users-card .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.project-users-card .flex-wrapper img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.project-users-card .username {
  font-size: 17px;
  font-weight: 700;
  color: #181818;
}

.project-users-card .jobrole {
  font-size: 14px;
  font-variant: small-caps;
  margin-bottom: 20px;
}

.project-users-card .badge-wrapper {
  margin-bottom: 20px;
}

.project-users-card .badge-wrapper .badge {
  margin: 4px 5px 4px 0px;
}

.project-users-card .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-users-card .btn-wrapper .btn {
  width: 100%;
}

.project-users-card .btn-wrapper .btn:first-child {
  margin-right: 5px;
}

/*  end project users card page */
/* 31. Start Email */
.modal-content {
  position: relative;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.email-modal .input-group-btn .btn {
  border: none;
  padding: 6px 20px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
}

.columns .column.is-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  border-radius: 6px;
  background: linear-gradient(135deg, #dee3ea 0%, #f5f8fc 100%);
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
  margin-right: 20px;
}

.columns .column.is-fixed .box .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns .column.is-fixed .box .box-header .btn-primary {
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
}

.columns .column.is-fixed .box .box-body {
  padding: 10px 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.columns .column.is-fixed .box .box-body .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.columns .column.is-fixed .box .box-body .nav .nav-header {
  margin: 0;
}

.columns .column.is-fixed .box .box-body .nav li {
  position: relative;
  display: block;
  width: 100%;
}

.columns .column.is-fixed .box .box-body .nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  width: 100%;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.columns .column.is-fixed .box .box-body .nav li a i {
  margin-right: 10px;
}

.columns .column.is-fixed .box .box-body .nav li a span {
  margin-left: auto;
}

.columns .column.is-fixed .box .box-body .nav li a:hover {
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.columns .column {
  overflow-y: auto;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  border-radius: 6px;
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
}

.columns .column .inbox-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.columns .column .inbox-header h3 {
  font-size: 18px;
  margin: 0;
}

.columns .column .inbox-header .box-tools {
  margin-left: auto;
}

.columns .column .inbox-header .box-tools .icon-after-input {
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.columns .column .inbox-header .box-tools .icon-after-input .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
  right: 0;
  padding-right: 10px;
}

.columns .column .inbox-header .box-tools .icon-after-input .icon .btn {
  padding: 5px 10px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.columns .column .box-body .icon-after-input {
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.columns .column .box-body .icon-after-input .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
  right: 0;
  padding-right: 10px;
}

.columns .column .box-body .icon-after-input .icon .btn {
  padding: 5px 10px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.columns .column .box-body h3 {
  font-size: 18px;
}

.columns .column .box-body .mce-panel {
  background: transparent;
  border: none;
}

.columns .column .box-body .mce-content-body {
  background: #000;
}

.columns .column .box-body a {
  color: #333;
  text-decoration: none;
}

.columns .column .box-body .email-user {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.columns .column .box-body .media-body span {
  font-size: 13px;
  margin: 0;
}

.columns .column .box-body .media-body h4 {
  font-size: 16px;
  color: #181818;
  font-weight: 700;
}

.columns .column .box-body .media-body h5 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

/* end email */
/*  32. Start Timeline */
.timeline {
  padding: 0;
  margin: 0;
}

.timeline .tl-wrap {
  border-color: #e0e4e6;
}

.timeline .b-success {
  border-color: #2ecb95;
}

.timeline .b-primary {
  border-color: #5d59ff;
}

.timeline .b-white {
  border-color: #fff;
}

.timeline .tl-header {
  display: block;
  width: 12em;
  margin-right: 2px;
  margin-left: 2px;
  text-align: center;
}

.timeline .btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
          box-shadow: 4px 2px 6px rgba(72, 100, 125, 0.3), inset -2px -2px 6px rgba(72, 100, 125, 0.1);
}

.timeline .tl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline .tl-item:before, .timeline .tl-item:after {
  display: table;
  content: " ";
}

.timeline .tl-item .b-info {
  border-color: #23b7e5;
}

.timeline .tl-item .tl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 15px 20px;
  margin-left: 6em;
  border-style: solid;
  border-width: 0 0 0 4px;
}

.timeline .tl-item .tl-wrap:before {
  top: 15px;
  width: 10px;
  height: 10px;
  margin-left: -27px;
  background: #edf1f2;
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  content: "";
  -webkit-box-shadow: 0 0 0 4px #f0f3f4;
          box-shadow: 0 0 0 4px #f0f3f4;
}

.timeline .tl-item .tl-wrap .tl-date {
  top: 10px;
  display: block;
  width: 100px;
  margin-left: -130px;
  text-align: right;
}

.timeline .tl-item .tl-wrap .tl-content {
  margin-left: 70px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.timeline .tl-item .tl-wrap .arrow-box {
  position: relative;
  background: #ffff;
  padding: 10px 20px;
  border: 4px solid #fff;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-success {
  background: #2ecb95;
  border: 4px solid #2ecb95;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-success:after {
  border-color: rgba(46, 203, 149, 0);
  border-right-color: #2ecb95;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-success:before {
  border-color: rgba(46, 203, 149, 0);
  border-right-color: #2ecb95;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-info {
  background: #00a8fa;
  border: 4px solid #00a8fa;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-info:after {
  border-color: rgba(46, 203, 149, 0);
  border-right-color: #00a8fa;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-info:before {
  border-color: rgba(46, 203, 149, 0);
  border-right-color: #00a8fa;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-warning {
  background: #fedb00;
  border: 4px solid #fedb00;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-warning:after {
  border-color: rgba(46, 203, 149, 0);
  border-right-color: #fedb00;
}

.timeline .tl-item .tl-wrap .arrow-box.bg-warning:before {
  border-color: rgba(46, 203, 149, 0);
  border-right-color: #fedb00;
}

.timeline .tl-item .tl-wrap .arrow-box .name {
  font-size: 16px;
  color: #181818;
}

.timeline .tl-item .tl-wrap .arrow-box .avatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.timeline .tl-item .tl-wrap .arrow-box:after,
.timeline .tl-item .tl-wrap .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.timeline .tl-item .tl-wrap .arrow-box:after {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #ffff;
  border-width: 5px;
  margin-top: -5px;
}

.timeline .tl-item .tl-wrap .arrow-box:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #fff;
  border-width: 11px;
  margin-top: -11px;
}

/*  end timeline */
/*  33. Start Dragula */
.dragula-card {
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
  border-radius: 6px;
  min-height: 100px;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dragula-card .left {
  width: 18%;
}

.dragula-card .left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.dragula-card .right {
  width: 82%;
}

.dragula-card .right h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.dragula-card .right .dragula-card .right p {
  margin-bottom: 0;
}

.dragula-card .right .dragula-card {
  background: linear-gradient(135deg, #dee3ea 0%, #f5f8fc 100%);
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

.dragula-card i {
  font-size: 30px;
}

.process .dragula-card {
  background-color: #14aaf5;
  color: #fff;
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

#left-defaults .dragula-card {
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

#left-copy .dragula-card {
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

#left-copy-1tomany .dragula-card {
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

#right-defaults .dragula-card {
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
}

/*  end dragula */
/*  34. Start 404 page */
.wrapper-404 .content-holder {
  width: 420px;
  text-align: center;
  margin: 0 auto;
}

.wrapper-404 .content-holder .logo {
  position: relative;
  top: 50px;
}

.wrapper-404 .banner p {
  font-family: "Bebas Neue";
  font-size: 20em;
  margin: 0;
  text-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
}

.wrapper-404 button {
  font-family: "Bebas Neue";
  background: #eef3f8;
  color: #61677c;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 30px;
  font-size: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px 10px 30px;
  -webkit-box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
          box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.wrapper-404 button:hover {
  -webkit-box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
          box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}

.wrapper-404 button:focus {
  outline: 0;
}

/*  end 404 page */
/* 35. Start login page */
.lp-wrapper {
  margin-top: 3.5%;
}

.lp-wrapper .lp-holder {
  padding: 50px;
  border-radius: 25px;
  -webkit-box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
          box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #ffffff;
  width: 100%;
  margin: auto;
}

.lp-wrapper .li-wrapper {
  background-image: url(../images/login-illustration.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp-wrapper .li-wrapper .login-logo {
  width: 150px;
  margin-bottom: 40px;
}

.lp-wrapper .form-wrapper .page-heading {
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.lp-wrapper .form-wrapper .form-group {
  margin-bottom: 20px;
}

.lp-wrapper .form-wrapper label {
  font-size: 14px;
  font-weight: 700;
  color: #181818;
}

.lp-wrapper .form-wrapper .input-group-text {
  -webkit-box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
          box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
}

.lp-wrapper .form-wrapper .fwd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.lp-wrapper .form-wrapper .fwd-wrapper label {
  font-weight: 400;
}

.lp-wrapper .form-wrapper .fwd-wrapper a {
  color: #181818;
}

.lp-wrapper .form-wrapper .login-btn {
  display: block;
  width: 100%;
  color: #181818;
  border-color: #d1d9e6;
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
  padding: 12px 15px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
}

.lp-wrapper .form-wrapper .login-btn:hover {
  text-decoration: none;
  border-color: #e6e7ee;
  -webkit-box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
          box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
}

.lp-wrapper .form-wrapper p a {
  display: inline-block;
  margin-left: 10px;
  color: #181818;
}

/* end login page */
/* 36. responsive */
@media (max-width: 1024px) {
  .wrapper .main-content {
    margin-left: 0;
  }
  .wrapper .main-content .left-sidebar {
    left: -260px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .wrapper .main-content .headerbar .navbar-header {
    margin-left: 0;
  }
  .wrapper .main-content .headerbar .navbar-header .menu-btn {
    display: block;
  }
  .wrapper .main-content main,
  .wrapper .main-content footer {
    margin-left: 0;
  }
  .wrapper .main-content.open {
    position: relative;
    left: 260px;
  }
  .column.is-fixed {
    position: fixed;
    left: 0;
    width: 240px;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .column.is-fixed.is-open {
    position: absolute;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .columns .column .inbox-header {
    display: block;
  }
  .columns .column .inbox-header h3 {
    margin: 10px 0;
  }
  .lp-wrapper .lp-holder {
    padding: 25px;
  }
  .lp-wrapper .lp-holder .li-wrapper {
    background: none;
  }
  .lp-wrapper .lp-holder .li-wrapper .login-logo {
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }
  .widget1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .widget1 .right {
    width: 100%;
    text-align: center;
  }
  .widget1 .right p {
    font-size: 13px;
  }
}

/* end responsive */
/*# sourceMappingURL=custom.css.map */