@charset "UTF-8";
/*-----------------------------------------------------------------------------------
01. General CSS
02. Generic CSS
03. Card CSS
04. Loader CSS
05. Header CSS
06. Button CSS
07. Color CSS
08. GRID CSS
09. Error-page  CSS
13. Email Application  CSS
14. Chat CSS
15. Alert CSS
16. Popover CSS
17. List CSS
18. Switch  CSS
19. Mega option CSS
20. Touchspin  CSS
21. Select 2 CSS
22. User profile css
23. Progress CSS
24. According CSS
25. Authentication CSS
26. Form CSS
28. Radio CSS
29. Form Input CSS
30. Data-table CSS
32. Page CSS
33. Ecommerce  CSS
34. Pricing CSS
36. NAV CSS
37. Dropdown CSS
39. Table  CSS
41. Chart CSS
44. Tabs CSS
45. Gallery CSS
46. Blog CSS
47. Footer CSS
48. Form Wizard
49. Badge CSS
50. Tree CSS
51. Search CSS
52. Datepicker CSS
53. Dashboard CSS
54. Tour  CSS
55. theme layout CSS
57. breadcrumb CSS
58. Steps  CSS
59. Customizer CSS
62. Responsive css
63. Box-layout css
66. FullCalendar CSS
70. Document css
71. Faq CSS
73. knowledgebase CSS
75. Learning CSS
78. Sidebar CSS
80. avatars
84. checkout
85. bookmark app
86. contacts
87. task
88. Invoice
89. Formwidgets
91. Project list

 */
/**=====================
     01. General CSS Start
==========================**/
html {
  max-width: 100vw;
  overflow-x: hidden; }

body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #242934;
  background-color: #f5f7fb; }

ul {
  margin-bottom: 0;
  padding-right: 0px; }

.main-navbar ul{
  padding-left: 0px;
  list-style-type: none;
}

a {
  color: #24695c;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.btn-link {
  text-decoration: none; }

*a {
  color: #24695c;
  text-decoration: none; }
  *a:hover {
    text-decoration: none; }

*.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

h6 {
  font-weight: 600; }

p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: inherit; }

span {
  font-weight: 500; }

.dropdown-item:active, .dropdown-item.active {
  color: #212529;
  background-color: #f5f7fb; }

hr {
  background-color: #e6edef;
  opacity: 1; }

.theme-form .col-form-label {
  color: #59667a; }

.form-label {
  color: #59667a;
  font-weight: 500; }

code {
  color: #24695c !important;
  background-color: #24695c2e;
  padding: 3px;
  border-radius: 2px;
  text-wrap: nowrap;
  cursor: pointer;
}

blockquote {
  border-left: 4px solid #e6edef;
  padding: 15px; }

blockquote.text-center {
  border: none;
  padding: 15px; }

blockquote.text-end {
  border-left: none;
  border-right: 4px solid #e6edef;
  padding: 15px; }

:focus {
  outline: none; }

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; 
}

svg {
  vertical-align: baseline; }

input:focus {
  outline-color: transparent; }

.font-nunito {
  font-family: Nunito, sans-serif; }

.font-roboto {
  font-family: "Roboto", sans-serif; }

.font-rubik {
  font-family: "Rubik", sans-serif, sans-serif; }

.media-widgets .media-body {
  margin-bottom: 30px; }

.rating-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rating-star li i {
    color: #f4c705; }

@-webkit-keyframes rotateInSetting {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none; } }

@keyframes rotateInSetting {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg); }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none; } }

.setting-primary, .setting-secondary, .setting-white {
  width: 32px;
  height: 32px;
  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;
  border-radius: 50px; }
  .setting-primary svg, .setting-secondary svg, .setting-white svg {
    width: 15px;
    stroke-width: 2.5px;
    -webkit-animation: rotateInSetting 1.5s ease infinite;
            animation: rotateInSetting 1.5s ease infinite; }

.setting-primary {
  background-color: rgba(36, 105, 92, 0.1); }
  .setting-primary svg {
    color: #24695c; }
  .setting-primary i {
    color: #24695c; }
  .setting-primary:hover {
    background-color: #24695c; }
    .setting-primary:hover svg {
      color: #fff; }
    .setting-primary:hover i {
      color: #fff; }

.setting-secondary {
  background-color: rgba(186, 137, 93, 0.1); }
  .setting-secondary svg {
    color: #ba895d; }
  .setting-secondary i {
    color: #ba895d; }
  .setting-secondary:hover {
    background-color: #ba895d; }
    .setting-secondary:hover svg {
      color: #fff; }
    .setting-secondary:hover i {
      color: #fff; }

.setting-white {
  background-color: rgba(255, 255, 255, 0.1); }
  .setting-white svg {
    color: #fff; }
  .setting-white i {
    color: #fff; }
  .setting-white:hover {
    background-color: #fff; }
    .setting-white:hover svg {
      color: #24695c; }
    .setting-white:hover i {
      color: #24695c; }

.setting-bg-primary {
  background-color: rgba(36, 105, 92, 0.1);
  width: 32px;
  height: 32px;
  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;
  border-radius: 50px; }
  .setting-bg-primary svg {
    width: 15px;
    color: #24695c;
    stroke-width: 2.5px;
    -webkit-animation: rotateInSetting 1.5s ease infinite;
            animation: rotateInSetting 1.5s ease infinite; }

.typography h1, .typography .h1,
.typography h2, .typography .h2,
.typography h3, .typography .h3,
.typography h4, .typography .h4,
.typography h5, .typography .h5,
.typography h6, .typography .h6 {
  margin: 20px 0;
  margin-top: 0; }
  .typography h1:last-child, .typography .h1:last-child,
  .typography h2:last-child, .typography .h2:last-child,
  .typography h3:last-child, .typography .h3:last-child,
  .typography h4:last-child, .typography .h4:last-child,
  .typography h5:last-child, .typography .h5:last-child,
  .typography h6:last-child, .typography .h6:last-child {
    margin-bottom: 0; }

.typography small {
  padding-left: 10px;
  color: #2c323f; }

pre {
  background-color: rgba(36, 105, 92, 0.03);
  padding: 10px 10px; }

a:hover {
  text-decoration: none;
  color: #24695c; }

.typography .blockquote-footer {
  background-color: #f5f7fb; }

.owl-theme .owl-dots .owl-dot span {
  background: #3eb59f; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #24695c; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px; }

.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px; }

.note-editor p {
  color: #999; }

.note-editor.note-frame {
  border-color: #e6edef; }

.note-editor i {
  color: #24695c; }

.note-editor span {
  color: #24695c; }

.note-editor.note-frame {
  border-color: #e6edef; }

.modal .modal-body .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modal-dialog .modal-content .modal-body p a {
  margin-right: 0; }

.clipboaard-container p {
  font-weight: 600; }

.clipboaard-container h6 {
  line-height: 1.8; }

.alert-theme button {
  top: 24px !important;
  right: 30px !important;
  color: #24695c; }

.alert-theme span + span + span {
  border-left: 5px solid #24695c;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2); }

.alert-theme i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 10px !important; }

.alert-theme .progress {
  margin-top: -2px !important;
  height: 2px; }
  .alert-theme .progress .progress-bar {
    background-color: #24695c; }

.alert-copy {
  border: 1px solid #24695c;
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: #24695c;
  -webkit-box-shadow: 3px 3px 5px 0 #9b9b9b;
          box-shadow: 3px 3px 5px 0 #9b9b9b; }
  .alert-copy .close {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    line-height: 1.4;
    font-weight: 100; }

.ace-editor {
  width: 100%; 
  height: 400px;
}

.editor-toolbar {
  width: 100% !important; }

.CodeMirror {
  top: 0 !important; }

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

.irs-from, .irs-to, .irs-single {
  background: #24695c; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.row > div {
  position: relative; }

[class*="col-"] {
  position: relative; }

.cke_top {
  background-color: #f5f7fb; }

.cke_wysiwyg_frame, .cke_wysiwyg_div {
  background-color: #f5f7fb; }

.modal-header .btn-close, .modal-footer .btn-close, .modal-content .btn-close {
  position: absolute;
  top: 30px;
  right: 25px; }

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.my-gallery.gallery-with-description img {
  border-color: #e6edef !important; }

/**=====================
      01. General CSS Ends
==========================**/
/**=====================
     02. Generic CSS Start
==========================**/
/*====== Padding css starts ======*/
.p-0 {
  padding: 0px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px; }

.p-l-5 {
  padding-left: 5px; }

.p-l-10 {
  padding-left: 10px; }

.p-l-15 {
  padding-left: 15px; }

.p-l-20 {
  padding-left: 20px; }

.p-l-25 {
  padding-left: 25px; }

.p-l-30 {
  padding-left: 30px; }

.p-l-35 {
  padding-left: 35px; }

.p-l-40 {
  padding-left: 40px; }

.p-l-45 {
  padding-left: 45px; }

.p-l-50 {
  padding-left: 50px; }

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-t-50 {
  padding-top: 50px !important; }

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px; }

.p-r-5 {
  padding-right: 5px; }

.p-r-10 {
  padding-right: 10px; }

.p-r-15 {
  padding-right: 15px; }

.p-r-20 {
  padding-right: 20px; }

.p-r-25 {
  padding-right: 25px; }

.p-r-30 {
  padding-right: 30px; }

.p-r-35 {
  padding-right: 35px; }

.p-r-40 {
  padding-right: 40px; }

.p-r-45 {
  padding-right: 45px; }

.p-r-50 {
  padding-right: 50px; }

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-50 {
  margin: 50px !important; }

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important; }

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

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

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

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

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

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

.m-t-35 {
  margin-top: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important; }

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

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

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

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

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

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

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important; }

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

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

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

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

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

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

.m-l-35 {
  margin-left: 35px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-l-50 {
  margin-left: 50px !important; }

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px; }

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

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

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

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

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

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

.m-r-35 {
  margin-right: 35px; }

.m-r-40 {
  margin-right: 40px; }

.m-r-45 {
  margin-right: 45px; }

.m-r-50 {
  margin-right: 50px; }

/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important; }

.b-r-1 {
  border-radius: 1px !important; }

.b-r-2 {
  border-radius: 2px !important; }

.b-r-3 {
  border-radius: 3px !important; }

.b-r-4 {
  border-radius: 4px !important; }

.b-r-5 {
  border-radius: 5px !important; }

.b-r-6 {
  border-radius: 6px !important; }

.b-r-7 {
  border-radius: 7px !important; }

.b-r-8 {
  border-radius: 8px !important; }

.b-r-9 {
  border-radius: 9px !important; }

.b-r-10 {
  border-radius: 10px !important; }

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px; }

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

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

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

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

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

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

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

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

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

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

.f-34 {
  font-size: 34px; }

.f-36 {
  font-size: 36px; }

.f-38 {
  font-size: 38px; }

.f-40 {
  font-size: 40px; }

.f-42 {
  font-size: 42px; }

.f-44 {
  font-size: 44px; }

.f-46 {
  font-size: 46px; }

.f-48 {
  font-size: 48px; }

.f-50 {
  font-size: 50px; }

.f-52 {
  font-size: 52px; }

.f-54 {
  font-size: 54px; }

.f-56 {
  font-size: 56px; }

.f-58 {
  font-size: 58px; }

.f-60 {
  font-size: 60px; }

.f-62 {
  font-size: 62px; }

.f-64 {
  font-size: 64px; }

.f-66 {
  font-size: 66px; }

.f-68 {
  font-size: 68px; }

.f-70 {
  font-size: 70px; }

.f-72 {
  font-size: 72px; }

.f-74 {
  font-size: 74px; }

.f-76 {
  font-size: 76px; }

.f-78 {
  font-size: 78px; }

.f-80 {
  font-size: 80px; }

.f-82 {
  font-size: 82px; }

.f-84 {
  font-size: 84px; }

.f-86 {
  font-size: 86px; }

.f-88 {
  font-size: 88px; }

.f-90 {
  font-size: 90px; }

.f-92 {
  font-size: 92px; }

.f-94 {
  font-size: 94px; }

.f-96 {
  font-size: 96px; }

.f-98 {
  font-size: 98px; }

.f-100 {
  font-size: 100px; }

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100; }

.f-w-200 {
  font-weight: 200; }

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

.f-w-400 {
  font-weight: 400; }

.f-w-500 {
  font-weight: 500; }

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

.f-w-700 {
  font-weight: 700; }

.f-w-800 {
  font-weight: 800; }

.f-w-900 {
  font-weight: 900; }

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal; }

.f-s-italic {
  font-style: italic; }

.f-s-oblique {
  font-style: oblique; }

.f-s-initial {
  font-style: initial; }

.f-s-inherit {
  font-style: inherit; }

/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline; }

.text-line-through {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline; }

.text-dashed {
  -webkit-text-decoration: dashed;
          text-decoration: dashed; }

.text-blink {
  text-decoration: blink; }

.text-dotted {
  -webkit-text-decoration: dotted;
          text-decoration: dotted; }

.text-initial {
  text-decoration: initial; }

.text-none {
  text-decoration: none; }

.text-solid {
  -webkit-text-decoration: solid;
          text-decoration: solid; }

.text-wavy {
  -webkit-text-decoration: wavy;
          text-decoration: wavy; }

.text-inherit {
  text-decoration: inherit; }

.text-double {
  -webkit-text-decoration: double;
          text-decoration: double; }

/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline; }

.sub {
  vertical-align: sub; }

.super {
  vertical-align: super; }

.top {
  vertical-align: top; }

.text-top {
  vertical-align: text-top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.text-bottom {
  vertical-align: text-bottom; }

.initial {
  vertical-align: initial; }

.inherit {
  vertical-align: inherit; }

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-relative {
  position: relative; }

.p-initial {
  position: initial; }

.p-inherit {
  position: inherit; }

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden; }

.o-visible {
  overflow: visible; }

.o-auto {
  overflow: auto; }

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important; }

.img-20 {
  width: 20px !important; }

.img-30 {
  width: 30px !important; }

.img-40 {
  width: 40px !important; }

.img-50 {
  width: 50px !important; }

.img-60 {
  width: 60px !important; }

.img-70 {
  width: 70px !important; }

.img-80 {
  width: 80px !important; }

.img-90 {
  width: 90px !important; }

.img-100 {
  width: 100px !important; }

/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #24695c !important; }

.font-secondary {
  color: #ba895d !important; }

.font-success {
  color: #1b4c43 !important; }

.font-danger {
  color: #d22d3d !important; }

.font-info {
  color: #717171 !important; }

.font-light {
  color: #e6edef !important; }

.font-dark {
  color: #2c323f !important; }

.font-warning {
  color: #e2c636 !important; }

/*======= Text css ends ===========*/
/*======= Font bold start ===========*/
.fontbold-100 {
  font-weight: 100; }

.fontbold-200 {
  font-weight: 200; }

.fontbold-300 {
  font-weight: 300; }

.fontbold-400 {
  font-weight: 400; }

.fontbold-500 {
  font-weight: 500; }

.fontbold-600 {
  font-weight: 600; }

.fontbold-700 {
  font-weight: 700; }

.fontbold-800 {
  font-weight: 800; }

.fontbold-900 {
  font-weight: 900; }

/*======= Font bold end ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize; }

.label-theme {
  background-color: #24695c; }

.label-primary {
  background-color: #24695c; }

.label-secondary {
  background-color: #ba895d; }

.label-success {
  background-color: #1b4c43; }

.label-danger {
  background-color: #d22d3d; }

.label-info {
  background-color: #717171; }

.label-light {
  background-color: #e6edef; }

.label-dark {
  background-color: #2c323f; }

.label-warning {
  background-color: #e2c636; }

/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #24695c; }

.badge-secondary {
  background-color: #ba895d; }

.badge-success {
  background-color: #1b4c43; }

.badge-danger {
  background-color: #d22d3d; }

.badge-info {
  background-color: #717171; }

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

.badge-dark {
  background-color: #2c323f; }

.badge-warning {
  background-color: #e2c636; }

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #24695c !important;
  color: #fff; }

.bg-secondary {
  background-color: #ba895d !important;
  color: #fff; }

.bg-success {
  background-color: #1b4c43 !important;
  color: #fff; }

.bg-danger {
  background-color: #d22d3d !important;
  color: #fff; }

.bg-info {
  background-color: #717171 !important;
  color: #fff; }

.bg-light {
  background-color: #e6edef !important;
  color: #fff; }

.bg-dark {
  background-color: #2c323f !important;
  color: #fff; }

.bg-warning {
  background-color: #e2c636 !important;
  color: #fff; }

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #24695c !important; }

.txt-secondary {
  color: #ba895d !important; }

.txt-success {
  color: #1b4c43 !important; }

.txt-danger {
  color: #d22d3d !important; }

.txt-info {
  color: #717171 !important; }

.txt-light {
  color: #e6edef !important; }

.txt-dark {
  color: #2c323f !important; }

.txt-warning {
  color: #e2c636 !important; }

.txt-google-plus {
  color: #c64e40 !important; }

.txt-twitter {
  color: #6fa2d8 !important; }

.txt-linkedin {
  color: #0077B5 !important; }

.txt-fb {
  color: #50598e !important; }

.txt-white {
  color: #fff !important; }

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
.btn-primary {
  background-color: #24695c !important;
  border-color: #24695c !important; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #24695c !important;
    border-color: #24695c !important; }
  .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #5ec8b4;
            box-shadow: 0 0 0 0.2rem #5ec8b4; }

.btn-secondary {
  background-color: #ba895d !important;
  border-color: #ba895d !important; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #ba895d !important;
    border-color: #ba895d !important; }
  .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #e8d7c8;
            box-shadow: 0 0 0 0.2rem #e8d7c8; }

.btn-success {
  background-color: #1b4c43 !important;
  border-color: #1b4c43 !important; }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #1b4c43 !important;
    border-color: #1b4c43 !important; }
  .btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #44bca6;
            box-shadow: 0 0 0 0.2rem #44bca6; }

.btn-danger {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important; }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d22d3d !important;
    border-color: #d22d3d !important; }
  .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #edabb1;
            box-shadow: 0 0 0 0.2rem #edabb1; }

.btn-info {
  background-color: #717171 !important;
  border-color: #717171 !important; }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #717171 !important;
    border-color: #717171 !important; }
  .btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #bebebe;
            box-shadow: 0 0 0 0.2rem #bebebe; }

.btn-light {
  background-color: #e6edef !important;
  border-color: #e6edef !important; }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #e6edef !important;
    border-color: #e6edef !important; }
  .btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem white;
            box-shadow: 0 0 0 0.2rem white; }

.btn-dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important; }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #2c323f !important;
    border-color: #2c323f !important; }
  .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #6c7a98;
            box-shadow: 0 0 0 0.2rem #6c7a98; }

.btn-warning {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important; }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #e2c636 !important;
    border-color: #e2c636 !important; }
  .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #f5ecbc;
            box-shadow: 0 0 0 0.2rem #f5ecbc; }

.btn-primary-light {
  background-color: rgba(36, 105, 92, 0.1) !important;
  border: none !important;
  color: #24695c;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .btn-primary-light:focus, .btn-primary-light:hover {
    background-color: rgba(36, 105, 92, 0.5) !important;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #24695c;
  color: #24695c;
  background-color: transparent; }
  .btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
    color: white;
    background-color: #17433b !important;
    border-color: #17433b !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #ba895d;
  color: #ba895d;
  background-color: transparent; }
  .btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
    color: white;
    background-color: #a07044 !important;
    border-color: #a07044 !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #1b4c43;
  color: #1b4c43;
  background-color: transparent; }
  .btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
    color: white;
    background-color: #0e2622 !important;
    border-color: #0e2622 !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #d22d3d;
  color: #d22d3d;
  background-color: transparent; }
  .btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
    color: white;
    background-color: #a82431 !important;
    border-color: #a82431 !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #717171;
  color: #717171;
  background-color: transparent; }
  .btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
    color: white;
    background-color: #585858 !important;
    border-color: #585858 !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #e6edef;
  color: #e6edef;
  background-color: transparent; }
  .btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
    color: white;
    background-color: #c7d7db !important;
    border-color: #c7d7db !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent; }
  .btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
    color: white;
    background-color: #171a21 !important;
    border-color: #171a21 !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #e2c636;
  color: #e2c636;
  background-color: transparent; }
  .btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
    color: white;
    background-color: #c8ac1d !important;
    border-color: #c8ac1d !important;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-primary {
  border-color: #24695c;
  color: #24695c;
  background-color: transparent; }
  .btn-outline-primary.disabled {
    color: #24695c; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
    color: white;
    background-color: #17433b !important;
    border-color: #17433b !important; }

.btn-outline-secondary {
  border-color: #ba895d;
  color: #ba895d;
  background-color: transparent; }
  .btn-outline-secondary.disabled {
    color: #ba895d; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
    color: white;
    background-color: #a07044 !important;
    border-color: #a07044 !important; }

.btn-outline-success {
  border-color: #1b4c43;
  color: #1b4c43;
  background-color: transparent; }
  .btn-outline-success.disabled {
    color: #1b4c43; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
    color: white;
    background-color: #0e2622 !important;
    border-color: #0e2622 !important; }

.btn-outline-danger {
  border-color: #d22d3d;
  color: #d22d3d;
  background-color: transparent; }
  .btn-outline-danger.disabled {
    color: #d22d3d; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
    color: white;
    background-color: #a82431 !important;
    border-color: #a82431 !important; }

.btn-outline-info {
  border-color: #717171;
  color: #717171;
  background-color: transparent; }
  .btn-outline-info.disabled {
    color: #717171; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
    color: white;
    background-color: #585858 !important;
    border-color: #585858 !important; }

.btn-outline-light {
  border-color: #e6edef;
  color: #e6edef;
  background-color: transparent;
  color: #242934; }
  .btn-outline-light.disabled {
    color: #e6edef; }
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
    color: white;
    background-color: #c7d7db !important;
    border-color: #c7d7db !important; }

.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent; }
  .btn-outline-dark.disabled {
    color: #2c323f; }
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
    color: white;
    background-color: #171a21 !important;
    border-color: #171a21 !important; }

.btn-outline-warning {
  border-color: #e2c636;
  color: #e2c636;
  background-color: transparent; }
  .btn-outline-warning.disabled {
    color: #e2c636; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
    color: white;
    background-color: #c8ac1d !important;
    border-color: #c8ac1d !important; }

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #17433b;
  border-color: #17433b;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #17433b;
    border-color: #17433b; }

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #a07044;
  border-color: #a07044;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #a07044;
    border-color: #a07044; }

.btn-success:not([disabled]):not(.disabled).active {
  background-color: #0e2622;
  border-color: #0e2622;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #0e2622;
    border-color: #0e2622; }

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #a82431;
  border-color: #a82431;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #a82431;
    border-color: #a82431; }

.btn-info:not([disabled]):not(.disabled).active {
  background-color: #585858;
  border-color: #585858;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #585858;
    border-color: #585858; }

.btn-light:not([disabled]):not(.disabled).active {
  background-color: #c7d7db;
  border-color: #c7d7db;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #c7d7db;
    border-color: #c7d7db; }

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #171a21;
  border-color: #171a21;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #171a21;
    border-color: #171a21; }

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #c8ac1d;
  border-color: #c8ac1d;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
    color: white;
    background-color: #c8ac1d;
    border-color: #c8ac1d; }

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #24695c;
  border-color: #24695c;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #17433b !important;
    border-color: #17433b !important; }

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #ba895d;
  border-color: #ba895d;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #a07044 !important;
    border-color: #a07044 !important; }

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #1b4c43;
  border-color: #1b4c43;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #0e2622 !important;
    border-color: #0e2622 !important; }

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #d22d3d;
  border-color: #d22d3d;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #a82431 !important;
    border-color: #a82431 !important; }

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #717171;
  border-color: #717171;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #585858 !important;
    border-color: #585858 !important; }

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #e6edef;
  border-color: #e6edef;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #c7d7db !important;
    border-color: #c7d7db !important; }

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #2c323f;
  border-color: #2c323f;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #171a21 !important;
    border-color: #171a21 !important; }

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #e2c636;
  border-color: #e2c636;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white; }
  .btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
    color: white;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #c8ac1d !important;
    border-color: #c8ac1d !important; }

/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #24695c; }

table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #ba895d; }

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #1b4c43; }

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #d22d3d; }

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #717171; }

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #e6edef; }

table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #2c323f; }

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #e2c636; }

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #24695c;
  color: #fff !important;
  border: 3px solid #24695c; }
  .table-styling .table-primary thead,
  .table-styling.table-primary thead {
    background-color: #17433b;
    border: 3px solid #17433b; }
  .table-styling .table-primary tr th, .table-styling .table-primary tr td,
  .table-styling.table-primary tr th,
  .table-styling.table-primary tr td {
    color: #fff; }
  .table-styling .table-primary th,
  .table-styling .table-primary td,
  .table-styling.table-primary th,
  .table-styling.table-primary td {
    background-color: transparent; }

.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #ba895d;
  color: #fff !important;
  border: 3px solid #ba895d; }
  .table-styling .table-secondary thead,
  .table-styling.table-secondary thead {
    background-color: #a07044;
    border: 3px solid #a07044; }
  .table-styling .table-secondary tr th, .table-styling .table-secondary tr td,
  .table-styling.table-secondary tr th,
  .table-styling.table-secondary tr td {
    color: #fff; }
  .table-styling .table-secondary th,
  .table-styling .table-secondary td,
  .table-styling.table-secondary th,
  .table-styling.table-secondary td {
    background-color: transparent; }

.table-styling .table-success,
.table-styling.table-success {
  background-color: #1b4c43;
  color: #fff !important;
  border: 3px solid #1b4c43; }
  .table-styling .table-success thead,
  .table-styling.table-success thead {
    background-color: #0e2622;
    border: 3px solid #0e2622; }
  .table-styling .table-success tr th, .table-styling .table-success tr td,
  .table-styling.table-success tr th,
  .table-styling.table-success tr td {
    color: #fff; }
  .table-styling .table-success th,
  .table-styling .table-success td,
  .table-styling.table-success th,
  .table-styling.table-success td {
    background-color: transparent; }

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #d22d3d;
  color: #fff !important;
  border: 3px solid #d22d3d; }
  .table-styling .table-danger thead,
  .table-styling.table-danger thead {
    background-color: #a82431;
    border: 3px solid #a82431; }
  .table-styling .table-danger tr th, .table-styling .table-danger tr td,
  .table-styling.table-danger tr th,
  .table-styling.table-danger tr td {
    color: #fff; }
  .table-styling .table-danger th,
  .table-styling .table-danger td,
  .table-styling.table-danger th,
  .table-styling.table-danger td {
    background-color: transparent; }

.table-styling .table-info,
.table-styling.table-info {
  background-color: #717171;
  color: #fff !important;
  border: 3px solid #717171; }
  .table-styling .table-info thead,
  .table-styling.table-info thead {
    background-color: #585858;
    border: 3px solid #585858; }
  .table-styling .table-info tr th, .table-styling .table-info tr td,
  .table-styling.table-info tr th,
  .table-styling.table-info tr td {
    color: #fff; }
  .table-styling .table-info th,
  .table-styling .table-info td,
  .table-styling.table-info th,
  .table-styling.table-info td {
    background-color: transparent; }

.table-styling .table-light,
.table-styling.table-light {
  background-color: #e6edef;
  color: #fff !important;
  border: 3px solid #e6edef; }
  .table-styling .table-light thead,
  .table-styling.table-light thead {
    background-color: #c7d7db;
    border: 3px solid #c7d7db; }
  .table-styling .table-light tr th, .table-styling .table-light tr td,
  .table-styling.table-light tr th,
  .table-styling.table-light tr td {
    color: #fff; }
  .table-styling .table-light th,
  .table-styling .table-light td,
  .table-styling.table-light th,
  .table-styling.table-light td {
    background-color: transparent; }

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff !important;
  border: 3px solid #2c323f; }
  .table-styling .table-dark thead,
  .table-styling.table-dark thead {
    background-color: #171a21;
    border: 3px solid #171a21; }
  .table-styling .table-dark tr th, .table-styling .table-dark tr td,
  .table-styling.table-dark tr th,
  .table-styling.table-dark tr td {
    color: #fff; }
  .table-styling .table-dark th,
  .table-styling .table-dark td,
  .table-styling.table-dark th,
  .table-styling.table-dark td {
    background-color: transparent; }

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #e2c636;
  color: #fff !important;
  border: 3px solid #e2c636; }
  .table-styling .table-warning thead,
  .table-styling.table-warning thead {
    background-color: #c8ac1d;
    border: 3px solid #c8ac1d; }
  .table-styling .table-warning tr th, .table-styling .table-warning tr td,
  .table-styling.table-warning tr th,
  .table-styling.table-warning tr td {
    color: #fff; }
  .table-styling .table-warning th,
  .table-styling .table-warning td,
  .table-styling.table-warning th,
  .table-styling.table-warning td {
    background-color: transparent; }

/*======= Table styling css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #24695c !important; }

.b-t-primary {
  border-top: 1px solid #24695c !important; }

.b-b-primary {
  border-bottom: 1px solid #24695c !important; }

.b-l-primary {
  border-left: 1px solid #24695c !important; }

.b-r-primary {
  border-right: 1px solid #24695c !important; }

.b-secondary {
  border: 1px solid #ba895d !important; }

.b-t-secondary {
  border-top: 1px solid #ba895d !important; }

.b-b-secondary {
  border-bottom: 1px solid #ba895d !important; }

.b-l-secondary {
  border-left: 1px solid #ba895d !important; }

.b-r-secondary {
  border-right: 1px solid #ba895d !important; }

.b-success {
  border: 1px solid #1b4c43 !important; }

.b-t-success {
  border-top: 1px solid #1b4c43 !important; }

.b-b-success {
  border-bottom: 1px solid #1b4c43 !important; }

.b-l-success {
  border-left: 1px solid #1b4c43 !important; }

.b-r-success {
  border-right: 1px solid #1b4c43 !important; }

.b-danger {
  border: 1px solid #d22d3d !important; }

.b-t-danger {
  border-top: 1px solid #d22d3d !important; }

.b-b-danger {
  border-bottom: 1px solid #d22d3d !important; }

.b-l-danger {
  border-left: 1px solid #d22d3d !important; }

.b-r-danger {
  border-right: 1px solid #d22d3d !important; }

.b-info {
  border: 1px solid #717171 !important; }

.b-t-info {
  border-top: 1px solid #717171 !important; }

.b-b-info {
  border-bottom: 1px solid #717171 !important; }

.b-l-info {
  border-left: 1px solid #717171 !important; }

.b-r-info {
  border-right: 1px solid #717171 !important; }

.b-light {
  border: 1px solid #e6edef !important; }

.b-t-light {
  border-top: 1px solid #e6edef !important; }

.b-b-light {
  border-bottom: 1px solid #e6edef !important; }

.b-l-light {
  border-left: 1px solid #e6edef !important; }

.b-r-light {
  border-right: 1px solid #e6edef !important; }

.b-dark {
  border: 1px solid #2c323f !important; }

.b-t-dark {
  border-top: 1px solid #2c323f !important; }

.b-b-dark {
  border-bottom: 1px solid #2c323f !important; }

.b-l-dark {
  border-left: 1px solid #2c323f !important; }

.b-r-dark {
  border-right: 1px solid #2c323f !important; }

.b-warning {
  border: 1px solid #e2c636 !important; }

.b-t-warning {
  border-top: 1px solid #e2c636 !important; }

.b-b-warning {
  border-bottom: 1px solid #e2c636 !important; }

.b-l-warning {
  border-left: 1px solid #e2c636 !important; }

.b-r-warning {
  border-right: 1px solid #e2c636 !important; }

/*======= All-Borders-color css ends  ======= */
/*====== Border width css starts ======*/
.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-6 {
  border-width: 6px !important; }

.border-7 {
  border-width: 7px !important; }

.border-8 {
  border-width: 8px !important; }

.border-9 {
  border-width: 9px !important; }

.border-10 {
  border-width: 10px !important; }

/*====== Border width css ends ======*/
.opacity-0 {
  opacity: 0; }

.shadow-0 {
  -webkit-box-shadow: none;
          box-shadow: none; }

.map-block {
  height: 350px;
  width: 100%; }

.map-js-height {
  height: 500px; }

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e6edef; }

.custom-scrollbar::-webkit-scrollbar {
  width: 6px; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15); }

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.comment {
  color: #9f9ba5;
  font-style: italic; }

.line {
  color: #2c323f; }

.line pre {
  font-size: 100%; }

/**====== Animation css end ======**/
/**====== list style css Start ======**/
.list-circle {
  list-style: circle; }

/**====== list style css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
  border-radius: 5px; }

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options > div {
  color: #cccccc;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid;
  margin: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .options > div:hover {
    background-color: #24695c;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/**====== Animation css Ends ======**/
.modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.img-cropper #putData {
  margin-bottom: 0; }

.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0; }

.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0; }

.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px; }

.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #24695c !important;
  border: 1px solid #24695c; }
  .dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #24695c !important; }

.typeahead .theme-form .form-group {
  margin-bottom: 0; }

.editor-statusbar {
  border-bottom: 1px solid #e6edef; }

.page-builder .ge-canvas.ge-editing .row {
  padding: 30px;
  margin-bottom: 0; }

.page-builder .ge-canvas.ge-layout-desktop [class*="col-"] {
  width: inherit !important; }

.page-builder .btn-screen {
  padding: 0 18px 0 0; }

.datepicker {
  z-index: 99; }

/**=====================
     02. Generic CSS Ends
==========================**/
/**=====================
    03.  Card CSS Start
==========================**/
.card {
  margin-bottom: 30px;
  border: 1px solid #e6edef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 0;
  background-color: #fff; }
  .card .card-header {
    padding: 10px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    background-color: #fff; }
    .card .card-header.card-no-border {
      border-bottom: none !important; }
    .card .card-header h4 {
      font-size: 24px;
      font-weight: 500; }
    .card .card-header h5 {
      font-size: 22px;
      font-weight: 500; }
      .card .card-header h5:not(.mb-0) {
        margin-bottom: 0;
        font-weight: 600;
        line-height: 1.3;
        color: #2c323f; }
    .card .card-header > span {
      font-size: 12px;
      color: rgba(36, 41, 52, 0.7);
      margin-top: 5px;
      display: block;
      letter-spacing: 1px; }
    .card .card-header.bg-primary h4, .card .card-header.bg-secondary h4, .card .card-header.bg-success h4, .card .card-header.bg-danger h4, .card .card-header.bg-warning h4 {
      color: #fff; }
    .card .card-header.bg-primary h5, .card .card-header.bg-secondary h5, .card .card-header.bg-success h5, .card .card-header.bg-danger h5, .card .card-header.bg-warning h5 {
      color: #fff; }
    .card .card-header.bg-primary > span, .card .card-header.bg-secondary > span, .card .card-header.bg-success > span, .card .card-header.bg-danger > span, .card .card-header.bg-warning > span {
      color: #fff; }
  .card .card-body {
    padding: 20px 30px 20px 30px;
    background-color: transparent; }
    .card .card-body p:last-child {
      margin-bottom: 0; }
    .card .card-body.bg-primary p, .card .card-body.bg-secondary p, .card .card-body.bg-success p, .card .card-body.bg-danger p, .card .card-body.bg-warning p {
      color: #fff; }
  .card .sub-title {
    border-bottom: 1px solid rgba(36, 105, 92, 0.2);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px; }
  .card .card-footer {
    background-color: transparent;
    border-top: 1px solid #e6edef;
    padding: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .card .card-footer.bg-primary, .card .card-footer.bg-secondary, .card .card-footer.bg-success, .card .card-footer.bg-danger, .card .card-footer.bg-warning {
      color: #fff; }

.setting-list {
  border-radius: 0 0 0 7px;
  position: absolute;
  right: 20px;
  top: 22px;
  display: inline-block;
  float: right;
  z-index: 1;
  background-color: #fff; }
  .setting-list .setting-option {
    text-align: right;
    width: 35px;
    height: 35px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .setting-list .setting-option li {
      display: inline-block; }
      .setting-list .setting-option li:first-child i.icon-angle-double-right {
        font-size: 14px; }
    .setting-list .setting-option.open-setting {
      width: 190px; }
    .setting-list .setting-option.setting-vertical {
      text-align: center;
      height: 40px; }
      .setting-list .setting-option.setting-vertical li {
        display: block;
        margin: 5px 0; }
        .setting-list .setting-option.setting-vertical li:first-child i.icon-angle-double-right {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .setting-list .setting-option.setting-vertical.open-setting {
        height: 170px;
        width: 35px; }
  .setting-list i {
    margin: 0 5px;
    cursor: pointer;
    line-height: 20px; }
    .setting-list i.icofont-refresh {
      font-size: 13px; }

.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card.card-load .card-loader i {
    margin: 0 auto;
    color: #24695c;
    font-size: 20px; }

.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: calc(100vh); }
  .card.full-card .card-body {
    overflow: auto; }

.card-absolute {
  margin-top: 20px; }
  .card-absolute .card-header {
    position: absolute;
    top: -20px;
    margin-bottom: 30px;
    left: 15px;
    border-radius: 0.25rem;
    padding: 10px 15px; }
    .card-absolute .card-header h5 {
      font-size: 17px; }
      .card-absolute .card-header h5.text-white {
        -webkit-text-fill-color: #fff; }
  .card-absolute .card-body {
    margin-top: 10px; }

.card-header .border-tab {
  margin-bottom: -13px; }

.custom-card {
  overflow: hidden;
  padding: 30px; }
  .custom-card .card-header {
    padding: 0; }
    .custom-card .card-header img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .custom-card .card-profile {
    text-align: center; }
    .custom-card .card-profile img {
      height: 110px;
      padding: 7px;
      background-color: #f5f7fb;
      z-index: 1;
      position: relative; }
  .custom-card .card-social {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    .custom-card .card-social li {
      display: inline-block; }
      .custom-card .card-social li:nth-child(n+2) {
        margin-left: 10px; }
      .custom-card .card-social li a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        background-color: rgba(36, 105, 92, 0.1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #24695c;
        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; }
      .custom-card .card-social li:hover a {
        background-color: #24695c;
        color: #fff; }
  .custom-card .profile-details h4 {
    font-weight: 600;
    color: #242934; }
  .custom-card .profile-details h6 {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #999;
    font-size: 14px; }
  .custom-card .card-footer {
    padding: 0; }
    .custom-card .card-footer > div {
      padding: 15px;
      text-align: center; }
      .custom-card .card-footer > div + div {
        border-left: 1px solid #efefef; }
      .custom-card .card-footer > div h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600; }
      .custom-card .card-footer > div h6 {
        font-size: 13px;
        color: #999; }
      .custom-card .card-footer > div i {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 15px; }
      .custom-card .card-footer > div .m-b-card {
        margin-bottom: 10px; }

/**=====================
    03. Card CSS End
==========================**/
/**=====================
     04. Loader CSS Start
==========================**/
.loader-wrapper {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .loader-wrapper .theme-loader {
    height: 100px;
    width: 100px;
    position: relative; }
    .loader-wrapper .theme-loader .loader-p {
      border: 0 solid transparent;
      border-radius: 50%;
      width: 150px;
      height: 150px;
      position: absolute;
      top: calc(50vh - 75px);
      left: calc(50vw - 75px); }
      .loader-wrapper .theme-loader .loader-p:before {
        content: '';
        border: 1em solid #24695c;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
        opacity: 0;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .loader-wrapper .theme-loader .loader-p:after {
        content: '';
        border: 1em solid #24695c;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
        opacity: 0; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.loader-box {
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
  transition: .3s color, .3s border, .3s transform, .3s opacity; }
  
  .loader-box [class*="loader-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle; }

  .loader-box-15 [class*="loader-"] {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: inherit;
    vertical-align: middle; }

  .loader-box .loader-1 {
    border: 0.2em dotted #24695c;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
            animation: 1s loader-01 linear infinite; }

  .loader-box-15 .loader-1 {
    border: 0.2em dotted #ba895d;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
            animation: 1s loader-01 linear infinite; }

@-webkit-keyframes loader-01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-2 {
    border: .2em solid transparent;
    border-left-color: #ba895d;
    border-right-color: #ba895d;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
            animation: 1s loader-02 linear infinite; }

@-webkit-keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-3 {
    border: 0.2em solid #1b4c43;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
            animation: 1s loader-03 linear infinite;
    position: relative; }

@-webkit-keyframes loader-03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-4 {
    border: 1px solid #717171;
    border-radius: 50%;
    -webkit-animation: 1s loader-04 linear infinite;
            animation: 1s loader-04 linear infinite;
    position: relative; }
    .loader-box .loader-4:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: -.2em;
      left: 50%;
      border: 0.2em solid #717171;
      border-radius: 50%; }

@-webkit-keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-04 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-5 {
    border: .2em solid transparent;
    border-top-color: #e2c636;
    border-radius: 50%;
    -webkit-animation: 1s loader-05 linear infinite;
            animation: 1s loader-05 linear infinite;
    position: relative; }
    .loader-box .loader-5:before {
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      position: absolute;
      top: -.2em;
      left: -.2em;
      border: 0.2em solid #e2c636;
      border-radius: 50%;
      opacity: .5; }

@-webkit-keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-6 {
    border: 0.2em solid #d22d3d;
    border-radius: 50%;
    -webkit-animation: loader-06 1s ease-out infinite;
            animation: loader-06 1s ease-out infinite; }

@-webkit-keyframes loader-06 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-06 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
  .loader-box .loader-7 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative; }
    .loader-box .loader-7:before, .loader-box .loader-7:after {
      content: '';
      border: 0.2em solid #24695c;
      border-radius: 50%;
      width: inherit;
      height: inherit;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: loader-07 1s linear infinite;
              animation: loader-07 1s linear infinite;
      opacity: 0; }
    .loader-box .loader-7:before {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .loader-box .loader-7:after {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }

@-webkit-keyframes loader-07 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-07 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
  .loader-box .loader-8 {
    position: relative; }
    .loader-box .loader-8:before, .loader-box .loader-8:after {
      content: '';
      width: inherit;
      height: inherit;
      border-radius: 50%;
      background-color: #ba895d;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: loader-08 2.0s infinite ease-in-out;
              animation: loader-08 2.0s infinite ease-in-out; }
    .loader-box .loader-8:after {
      -webkit-animation-delay: -1.0s;
              animation-delay: -1.0s; }

@-webkit-keyframes loader-08 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loader-08 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .loader-box .loader-9 {
    background-color: #1b4c43;
    border-radius: 50%;
    -webkit-animation: loader-09 1.0s infinite ease-in-out;
            animation: loader-09 1.0s infinite ease-in-out; }

@-webkit-keyframes loader-09 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-09 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
  .loader-box .loader-10 {
    position: relative;
    -webkit-animation: loader-10-1 2.0s infinite linear;
            animation: loader-10-1 2.0s infinite linear; }
    .loader-box .loader-10:before, .loader-box .loader-10:after {
      content: '';
      width: 0;
      height: 0;
      border: 0.5em solid #717171;
      display: block;
      position: absolute;
      border-radius: 100%;
      -webkit-animation: loader-10-2 2s infinite ease-in-out;
              animation: loader-10-2 2s infinite ease-in-out; }
    .loader-box .loader-10:before {
      top: 0;
      left: 50%; }
    .loader-box .loader-10:after {
      bottom: 0;
      right: 50%;
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }

@-webkit-keyframes loader-10-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-10-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes loader-10-2 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loader-10-2 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .loader-box .loader-11 {
    background-color: #e2c636;
    -webkit-animation: loader-11 1.2s infinite ease-in-out;
            animation: loader-11 1.2s infinite ease-in-out; }

@-webkit-keyframes loader-11 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes loader-11 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
  .loader-box .loader-12 {
    position: relative; }
    .loader-box .loader-12:before, .loader-box .loader-12:after {
      content: '';
      display: block;
      position: absolute;
      background-color: #d22d3d;
      left: 50%;
      right: 0;
      top: 0;
      bottom: 50%;
      -webkit-box-shadow: -0.5em 0 0 #d22d3d;
              box-shadow: -0.5em 0 0 #d22d3d;
      -webkit-animation: loader-12 1s linear infinite;
              animation: loader-12 1s linear infinite; }
    .loader-box .loader-12:after {
      top: 50%;
      bottom: 0;
      -webkit-animation-delay: .25s;
              animation-delay: .25s; }

@-webkit-keyframes loader-12 {
  0%,
  100% {
    -webkit-box-shadow: -.5em 0 0 transparent;
            box-shadow: -.5em 0 0 transparent;
    background-color: #d22d3d; }
  50% {
    -webkit-box-shadow: -0.5em 0 0 #d22d3d;
            box-shadow: -0.5em 0 0 #d22d3d;
    background-color: transparent; } }

@keyframes loader-12 {
  0%,
  100% {
    -webkit-box-shadow: -.5em 0 0 transparent;
            box-shadow: -.5em 0 0 transparent;
    background-color: #d22d3d; }
  50% {
    -webkit-box-shadow: -0.5em 0 0 #d22d3d;
            box-shadow: -0.5em 0 0 #d22d3d;
    background-color: transparent; } }
  .loader-box .loader-13:before,
  .loader-box .loader-13:after,
  .loader-box .loader-13 {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: loader-13 1.8s infinite ease-in-out;
            animation: loader-13 1.8s infinite ease-in-out; }
  .loader-box .loader-13 {
    color: #24695c;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
    top: -1em; }
    .loader-box .loader-13:before {
      right: 100%;
      -webkit-animation-delay: -0.32s;
              animation-delay: -0.32s; }
    .loader-box .loader-13:after {
      left: 100%; }
    .loader-box .loader-13:before, .loader-box .loader-13:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: inherit;
      height: inherit; }

@-webkit-keyframes loader-13 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 1em 0 -1em;
            box-shadow: 0 1em 0 -1em; }
  40% {
    -webkit-box-shadow: 0 1em 0 -.2em;
            box-shadow: 0 1em 0 -.2em; } }

@keyframes loader-13 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 1em 0 -1em;
            box-shadow: 0 1em 0 -1em; }
  40% {
    -webkit-box-shadow: 0 1em 0 -.2em;
            box-shadow: 0 1em 0 -.2em; } }
  .loader-box .loader-14 {
    border-radius: 50%;
    -webkit-box-shadow: 0 1em 0 -0.2em #ba895d;
            box-shadow: 0 1em 0 -0.2em #ba895d;
    position: relative;
    -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
            animation: loader-14 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
    top: -1em; }
    .loader-box .loader-14:after, .loader-box .loader-14:before {
      content: '';
      position: absolute;
      width: inherit;
      height: inherit;
      border-radius: inherit;
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      -webkit-animation: inherit;
              animation: inherit; }
    .loader-box .loader-14:before {
      left: -1em;
      -webkit-animation-delay: 0.48s;
              animation-delay: 0.48s; }
    .loader-box .loader-14:after {
      right: -1em;
      -webkit-animation-delay: 0.16s;
              animation-delay: 0.16s; }

@-webkit-keyframes loader-14 {
  0% {
    -webkit-box-shadow: 0 2em 0 -0.2em #ba895d;
            box-shadow: 0 2em 0 -0.2em #ba895d; }
  100% {
    -webkit-box-shadow: 0 1em 0 -0.2em #ba895d;
            box-shadow: 0 1em 0 -0.2em #ba895d; } }

@keyframes loader-14 {
  0% {
    -webkit-box-shadow: 0 2em 0 -0.2em #ba895d;
            box-shadow: 0 2em 0 -0.2em #ba895d; }
  100% {
    -webkit-box-shadow: 0 1em 0 -0.2em #ba895d;
            box-shadow: 0 1em 0 -0.2em #ba895d; } }
  .loader-box .loader-15 {
    background: #1b4c43;
    position: relative;
    -webkit-animation: loader-15 1s ease-in-out infinite;
            animation: loader-15 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    width: .25em;
    height: .5em;
    margin: 0 .5em; }
    .loader-box .loader-15:after, .loader-box .loader-15:before {
      content: '';
      position: absolute;
      width: inherit;
      height: inherit;
      background: inherit;
      -webkit-animation: inherit;
              animation: inherit; }
    .loader-box .loader-15:before {
      right: .5em;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .loader-box .loader-15:after {
      left: .5em;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }

@-webkit-keyframes loader-15 {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43;
            box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43; }
  50% {
    -webkit-box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43;
            box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43; } }

@keyframes loader-15 {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43;
            box-shadow: 0 0 0 #1b4c43, 0 0 0 #1b4c43; }
  50% {
    -webkit-box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43;
            box-shadow: 0 -0.25em 0 #1b4c43, 0 0.25em 0 #1b4c43; } }
  .loader-box .loader-16 {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    -webkit-perspective: 1000px;
            perspective: 1000px;
    border-radius: 50%; }
    .loader-box .loader-16:before, .loader-box .loader-16:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      -webkit-animation: 1s spin linear infinite;
              animation: 1s spin linear infinite; }
    .loader-box .loader-16:before {
      -webkit-transform: rotateX(70deg);
              transform: rotateX(70deg); }
    .loader-box .loader-16:after {
      -webkit-transform: rotateY(70deg);
              transform: rotateY(70deg);
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg); } }

@-webkit-keyframes rotateccw {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes rotateccw {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@-webkit-keyframes spin {
  0%,
  100% {
    -webkit-box-shadow: 0.2em 0px 0 0px #717171;
            box-shadow: 0.2em 0px 0 0px #717171; }
  12% {
    -webkit-box-shadow: 0.2em 0.2em 0 0 #717171;
            box-shadow: 0.2em 0.2em 0 0 #717171; }
  25% {
    -webkit-box-shadow: 0 0.2em 0 0px #717171;
            box-shadow: 0 0.2em 0 0px #717171; }
  37% {
    -webkit-box-shadow: -0.2em 0.2em 0 0 #717171;
            box-shadow: -0.2em 0.2em 0 0 #717171; }
  50% {
    -webkit-box-shadow: -0.2em 0 0 0 #717171;
            box-shadow: -0.2em 0 0 0 #717171; }
  62% {
    -webkit-box-shadow: -0.2em -0.2em 0 0 #717171;
            box-shadow: -0.2em -0.2em 0 0 #717171; }
  75% {
    -webkit-box-shadow: 0px -0.2em 0 0 #717171;
            box-shadow: 0px -0.2em 0 0 #717171; }
  87% {
    -webkit-box-shadow: 0.2em -0.2em 0 0 #717171;
            box-shadow: 0.2em -0.2em 0 0 #717171; } }

@keyframes spin {
  0%,
  100% {
    -webkit-box-shadow: 0.2em 0px 0 0px #717171;
            box-shadow: 0.2em 0px 0 0px #717171; }
  12% {
    -webkit-box-shadow: 0.2em 0.2em 0 0 #717171;
            box-shadow: 0.2em 0.2em 0 0 #717171; }
  25% {
    -webkit-box-shadow: 0 0.2em 0 0px #717171;
            box-shadow: 0 0.2em 0 0px #717171; }
  37% {
    -webkit-box-shadow: -0.2em 0.2em 0 0 #717171;
            box-shadow: -0.2em 0.2em 0 0 #717171; }
  50% {
    -webkit-box-shadow: -0.2em 0 0 0 #717171;
            box-shadow: -0.2em 0 0 0 #717171; }
  62% {
    -webkit-box-shadow: -0.2em -0.2em 0 0 #717171;
            box-shadow: -0.2em -0.2em 0 0 #717171; }
  75% {
    -webkit-box-shadow: 0px -0.2em 0 0 #717171;
            box-shadow: 0px -0.2em 0 0 #717171; }
  87% {
    -webkit-box-shadow: 0.2em -0.2em 0 0 #717171;
            box-shadow: 0.2em -0.2em 0 0 #717171; } }
  .loader-box .loader-17 {
    position: relative;
    background-color: #e2c636;
    border-radius: 50%; }
    .loader-box .loader-17:after, .loader-box .loader-17:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: .8; }
    .loader-box .loader-17:after {
      left: -.5em;
      top: -.25em;
      background-color: #e2c636;
      -webkit-transform-origin: 30px 35px;
              transform-origin: 30px 35px;
      -webkit-animation: loader-17 1s linear infinite;
              animation: loader-17 1s linear infinite;
      opacity: .6; }
    .loader-box .loader-17:before {
      left: -1.25em;
      top: -.75em;
      background-color: #e2c636;
      -webkit-transform-origin: 40px 40px;
              transform-origin: 40px 40px;
      -webkit-animation: loader-17 2s linear infinite;
              animation: loader-17 2s linear infinite; }

@-webkit-keyframes loader-17 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
            transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
            transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@keyframes loader-17 {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
            transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
            transform: rotateZ(360deg) translate3d(0, 0, 0); } }
  .loader-box .loader-18 {
    position: relative; }
    .loader-box .loader-18:before, .loader-box .loader-18:after {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      border: .1em solid transparent;
      border-bottom-color: #d22d3d;
      top: 0;
      left: 0;
      -webkit-animation: 1s loader-18 linear infinite;
              animation: 1s loader-18 linear infinite; }
    .loader-box .loader-18:before {
      width: 40px;
      height: 40px; }
    .loader-box .loader-18:after {
      width: 30px;
      height: 30px;
      top: .1em;
      left: .1em;
      animation-direction: reverse; }

@-webkit-keyframes loader-18 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-18 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-19 {
    border-top: 0.2em solid #24695c;
    border-right: .2em solid transparent;
    -webkit-animation: loader-19 1s linear infinite;
            animation: loader-19 1s linear infinite;
    border-radius: 100%;
    position: relative; }

@-webkit-keyframes loader-19 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-19 {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-20 {
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 0.1em #ba895d;
            box-shadow: inset 0px 0px 0px 0.1em #ba895d;
    border-radius: 50%;
    position: relative; }
    .loader-box .loader-20:after, .loader-box .loader-20:before {
      position: absolute;
      content: "";
      background-color: #ba895d;
      top: 24px;
      left: 24px;
      height: .1em;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .loader-box .loader-20:after {
      width: .4em;
      -webkit-animation: loader-20 2s linear infinite;
              animation: loader-20 2s linear infinite; }
    .loader-box .loader-20:before {
      width: 20px;
      -webkit-animation: loader-20 8s linear infinite;
              animation: loader-20 8s linear infinite; }

@-webkit-keyframes loader-20 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-20 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-21 {
    position: relative; }
    .loader-box .loader-21:before, .loader-box .loader-21:after {
      position: absolute;
      content: ""; }
    .loader-box .loader-21:before {
      width: 80%;
      height: 80%;
      left: 10%;
      bottom: 10%;
      border-radius: 100% 100% 100% 0;
      -webkit-box-shadow: 0px 0px 0px 0.1em #1b4c43;
              box-shadow: 0px 0px 0px 0.1em #1b4c43;
      -webkit-animation: loader-21 1s linear infinite;
              animation: loader-21 1s linear infinite;
      -webkit-transform: rotate(-46deg);
              transform: rotate(-46deg); }
    .loader-box .loader-21:after {
      width: 1em;
      height: .3em;
      border-radius: 100%;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2);
      bottom: -.2em;
      z-index: -1; }

@-webkit-keyframes loader-21 {
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; } }

@keyframes loader-21 {
  0% {
    top: 0; }
  50% {
    top: -5px; }
  100% {
    top: 0; } }
  .loader-box .loader-22 {
    border: 0.1em #717171 solid;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .loader-box .loader-22:after, .loader-box .loader-22:before {
      position: absolute;
      content: "";
      background-color: #717171; }
    .loader-box .loader-22:after {
      width: 50%;
      height: .1em;
      left: 50%;
      top: 50%;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-animation: loader-22 2s linear infinite alternate;
              animation: loader-22 2s linear infinite alternate; }
    .loader-box .loader-22:before {
      width: 100%;
      height: 40%;
      left: 0;
      bottom: 0; }

@-webkit-keyframes loader-22 {
  0% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg); }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); } }

@keyframes loader-22 {
  0% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg); }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); } }
  .loader-box .loader-23 {
    height: .5em;
    border: 0.1em #e2c636 solid;
    border-radius: .1em;
    position: relative;
    -webkit-animation: loader-23 5s linear infinite;
            animation: loader-23 5s linear infinite; }
    .loader-box .loader-23:after {
      width: .07em;
      height: 100%;
      background-color: #e2c636;
      border-radius: 0px .5em .5em 0px;
      position: absolute;
      content: "";
      top: 0;
      left: calc(100% + .1em); }

@-webkit-keyframes loader-23 {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px #e2c636;
            box-shadow: inset 0px 0px 0px #e2c636; }
  100% {
    -webkit-box-shadow: inset 1em 0px 0px #e2c636;
            box-shadow: inset 1em 0px 0px #e2c636; } }

@keyframes loader-23 {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px #e2c636;
            box-shadow: inset 0px 0px 0px #e2c636; }
  100% {
    -webkit-box-shadow: inset 1em 0px 0px #e2c636;
            box-shadow: inset 1em 0px 0px #e2c636; } }
  .loader-box .loader-24 {
    width: .8em;
    height: 1em;
    border: 0.1em #d22d3d solid;
    border-radius: 0px 0px .2em .2em;
    position: relative; }
    .loader-box .loader-24:after, .loader-box .loader-24:before {
      position: absolute;
      content: ""; }
    .loader-box .loader-24:after {
      width: .2em;
      height: 50%;
      border: 0.1em #d22d3d solid;
      border-left: none;
      border-radius: 0px .5em .5em 0px;
      left: calc(100% + .1em);
      top: .1em; }
    .loader-box .loader-24:before {
      width: .1em;
      height: .3em;
      background-color: #d22d3d;
      top: -.3em;
      left: .05em;
      -webkit-box-shadow: 0.2em 0px 0px 0px #d22d3d, 0.2em -0.2em 0px 0px #d22d3d, 0.4em 0px 0px 0px #d22d3d;
              box-shadow: 0.2em 0px 0px 0px #d22d3d, 0.2em -0.2em 0px 0px #d22d3d, 0.4em 0px 0px 0px #d22d3d;
      -webkit-animation: loader-24 1s linear infinite alternate;
              animation: loader-24 1s linear infinite alternate; }

@-webkit-keyframes loader-24 {
  0% {
    height: 0px; }
  100% {
    height: 6px; } }

@keyframes loader-24 {
  0% {
    height: 0px; }
  100% {
    height: 6px; } }
  .loader-box .loader-25 {
    border: 0.1em #24695c solid;
    position: relative;
    -webkit-animation: loader-25-1 5s linear infinite;
            animation: loader-25-1 5s linear infinite; }
    .loader-box .loader-25:after {
      width: .2em;
      height: .2em;
      position: absolute;
      content: "";
      background-color: #24695c;
      bottom: calc(100% + .2em);
      left: -.4em;
      -webkit-animation: loader-25-2 1s ease-in-out infinite;
              animation: loader-25-2 1s ease-in-out infinite; }

@-webkit-keyframes loader-25-1 {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #24695c;
            box-shadow: inset 0 0 0 0 #24695c; }
  100% {
    -webkit-box-shadow: inset 0 -1em 0 0 #24695c;
            box-shadow: inset 0 -1em 0 0 #24695c; } }

@keyframes loader-25-1 {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #24695c;
            box-shadow: inset 0 0 0 0 #24695c; }
  100% {
    -webkit-box-shadow: inset 0 -1em 0 0 #24695c;
            box-shadow: inset 0 -1em 0 0 #24695c; } }

@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em); }
  50% {
    left: calc(100% + .2em);
    bottom: -.4em; }
  75% {
    left: -.4em;
    bottom: -.4em; }
  100% {
    left: -.4em;
    bottom: calc(100% + .2em); } }

@keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em); }
  50% {
    left: calc(100% + .2em);
    bottom: -.4em; }
  75% {
    left: -.4em;
    bottom: -.4em; }
  100% {
    left: -.4em;
    bottom: calc(100% + .2em); } }
  .loader-box .loader-26 {
    width: .5em;
    height: .5em;
    background-color: #ba895d;
    -webkit-box-shadow: 1em 0px 0px #ba895d;
            box-shadow: 1em 0px 0px #ba895d;
    border-radius: 50%;
    -webkit-animation: loader-26 1s ease-in-out infinite alternate;
            animation: loader-26 1s ease-in-out infinite alternate; }

@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2); } }

@keyframes loader-26 {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2); } }
  .loader-box .loader-29 {
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 0.1em #1b4c43, -0.5em -0.5em 0 -0.4em #1b4c43, 0 -0.7em 0 -0.4em #1b4c43, 0.5em -0.5em 0 -0.4em #1b4c43, -0.5em 0.5em 0 -0.4em #1b4c43, 0 0.7em 0 -0.4em #1b4c43, 0.5em 0.5em 0 -0.4em #1b4c43, -0.7em 0 0 -0.4em #1b4c43, 0.7em 0 0 -0.4em #1b4c43;
            box-shadow: inset 0 0 0 0.1em #1b4c43, -0.5em -0.5em 0 -0.4em #1b4c43, 0 -0.7em 0 -0.4em #1b4c43, 0.5em -0.5em 0 -0.4em #1b4c43, -0.5em 0.5em 0 -0.4em #1b4c43, 0 0.7em 0 -0.4em #1b4c43, 0.5em 0.5em 0 -0.4em #1b4c43, -0.7em 0 0 -0.4em #1b4c43, 0.7em 0 0 -0.4em #1b4c43;
    -webkit-animation: 5s loader-29 linear infinite;
            animation: 5s loader-29 linear infinite; }

@-webkit-keyframes loader-29 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-29 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-30 {
    border: .2em solid transparent;
    border-top-color: #717171;
    border-bottom-color: #717171;
    border-radius: 50%;
    position: relative;
    -webkit-animation: 1s loader-30 linear infinite;
            animation: 1s loader-30 linear infinite; }
    .loader-box .loader-30:before, .loader-box .loader-30:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border: .2em solid transparent;
      border-bottom-color: #717171; }
    .loader-box .loader-30:before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      right: -.3em;
      top: -.05em; }
    .loader-box .loader-30:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: -.3em;
      bottom: -.05em; }

@-webkit-keyframes loader-30 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-30 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .loader-box .loader-31 {
    -webkit-box-shadow: 0 0 2em #e2c636;
            box-shadow: 0 0 2em #e2c636;
    background-color: #e2c636;
    position: relative;
    border-radius: 50%;
    -webkit-transform: rotateX(-60deg) perspective(1000px);
            transform: rotateX(-60deg) perspective(1000px); }
    .loader-box .loader-31:before, .loader-box .loader-31:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: inherit;
      -webkit-animation: 1s loader-31 ease-out infinite;
              animation: 1s loader-31 ease-out infinite; }
    .loader-box .loader-31:after {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }

@-webkit-keyframes loader-31 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636;
            box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636;
            box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636; } }

@keyframes loader-31 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636;
            box-shadow: 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636, 0 0 0 -0.5em #e2c636; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636;
            box-shadow: -1em -1em 0 -0.35em #e2c636, 0 -1.5em 0 -0.35em #e2c636, 1em -1em 0 -0.35em #e2c636, -1.5em 0 0 -0.35em #e2c636, 1.5em 0 0 -0.35em #e2c636, -1em 1em 0 -0.35em #e2c636, 0 1.5em 0 -0.35em #e2c636, 1em 1em 0 -0.35em #e2c636; } }
  .loader-box .loader-32 {
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1em 0 #d22d3d, inset 0 0 1em 0 #d22d3d;
            box-shadow: 0 0 1em 0 #d22d3d, inset 0 0 1em 0 #d22d3d;
    -webkit-animation: 1s loader-32 linear infinite;
            animation: 1s loader-32 linear infinite; }
    .loader-box .loader-32:before, .loader-box .loader-32:after {
      content: '';
      display: block;
      width: inherit;
      height: inherit;
      position: absolute;
      border-radius: 50%; }
    .loader-box .loader-32:before {
      border-top: 0.2em solid #d22d3d;
      border-right: .2em solid transparent;
      top: .28em;
      right: calc(50% - .22em); }
    .loader-box .loader-32:after {
      border-bottom: 0.2em solid #d22d3d;
      border-left: .2em solid transparent;
      bottom: .28em;
      left: calc(50% - .22em); }

@-webkit-keyframes loader-32 {
  0% {
    -webkit-transform: rotateX(-60deg) rotateZ(0deg);
            transform: rotateX(-60deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(-60deg) rotateZ(360deg);
            transform: rotateX(-60deg) rotateZ(360deg); } }

@keyframes loader-32 {
  0% {
    -webkit-transform: rotateX(-60deg) rotateZ(0deg);
            transform: rotateX(-60deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(-60deg) rotateZ(360deg);
            transform: rotateX(-60deg) rotateZ(360deg); } }
  .loader-box .loader-34 {
    position: relative;
    width: 1em;
    height: .5em; }
    .loader-box .loader-34:after, .loader-box .loader-34:before {
      position: absolute;
      content: "";
      height: .4em;
      width: .4em;
      top: 0;
      background-color: #24695c;
      border-radius: 50%; }
    .loader-box .loader-34:after {
      right: 0;
      -webkit-animation: loader-34-2 0.5s ease-in-out infinite;
              animation: loader-34-2 0.5s ease-in-out infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }
    .loader-box .loader-34:before {
      left: 0;
      -webkit-animation: loader-34-1 0.5s ease-in-out infinite;
              animation: loader-34-1 0.5s ease-in-out infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }

@-webkit-keyframes loader-34-1 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(0.2em);
            transform: translatex(0.2em); } }

@keyframes loader-34-1 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(0.2em);
            transform: translatex(0.2em); } }

@-webkit-keyframes loader-34-2 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(-0.2em);
            transform: translatex(-0.2em); } }

@keyframes loader-34-2 {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px); }
  65% {
    height: .4em;
    width: .4em; }
  100% {
    height: .5em;
    width: .3em;
    -webkit-transform: translatex(-0.2em);
            transform: translatex(-0.2em); } }
  .loader-box .loader-35 {
    margin: 0 .5em;
    position: relative; }
    .loader-box .loader-35:before {
      border-radius: 50%;
      background-color: #ba895d;
      -webkit-animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
              animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
      content: '';
      width: inherit;
      height: inherit;
      top: 0;
      left: 0;
      position: absolute; }

@-webkit-keyframes loader-35 {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-100%) scale(0.3);
            transform: translateX(-100%) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(100%) scale(0.3);
            transform: translateX(100%) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes loader-35 {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  25% {
    -webkit-transform: translateX(-100%) scale(0.3);
            transform: translateX(-100%) scale(0.3); }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  75% {
    -webkit-transform: translateX(100%) scale(0.3);
            transform: translateX(100%) scale(0.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }
  .loader-box .loader-37 {
    border-right: 0.1em solid #1b4c43;
    border-radius: 100%;
    -webkit-animation: loader-37 800ms linear infinite;
            animation: loader-37 800ms linear infinite; }
    .loader-box .loader-37:before, .loader-box .loader-37:after {
      content: '';
      width: .8em;
      height: .8em;
      display: block;
      position: absolute;
      top: calc(50% - .4em);
      left: calc(50% - .4em);
      border-left: 0.08em solid #1b4c43;
      border-radius: 100%;
      animation: loader-37 400ms linear infinite reverse; }
    .loader-box .loader-37:after {
      width: .6em;
      height: .6em;
      top: calc(50% - .3em);
      left: calc(50% - .3em);
      border: 0;
      border-right: 0.05em solid #1b4c43;
      -webkit-animation: none;
              animation: none; }

@-webkit-keyframes loader-37 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes loader-37 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
  .loader-box .loader-38 {
    height: 0.1em;
    width: 0.1em;
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
    -webkit-animation: loader-38 6s infinite;
            animation: loader-38 6s infinite; }

@-webkit-keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; } }

@keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171;
            box-shadow: 0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171;
            box-shadow: 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, 0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171, -0.2em 0.2em 0 0.1em #717171; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171;
            box-shadow: -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171, -0.2em -0.2em 0 0.1em #717171; } }
  .loader-box .loader-39 {
    position: relative;
    width: .15em;
    height: .15em;
    background-color: #e2c636;
    border-radius: 100%;
    -webkit-animation: loader-39-1 30s infinite linear;
            animation: loader-39-1 30s infinite linear; }
    .loader-box .loader-39:before, .loader-box .loader-39:after {
      content: '';
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .loader-box .loader-39:before {
      width: 20px;
      height: 60px;
      -webkit-animation: loader-39-2 .8s linear infinite;
              animation: loader-39-2 .8s linear infinite; }
    .loader-box .loader-39:after {
      width: 60px;
      height: 20px;
      -webkit-animation: loader-39-2 1.2s linear infinite;
              animation: loader-39-2 1.2s linear infinite; }

@-webkit-keyframes loader-39-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-39-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes loader-39-2 {
  0% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; }
  25% {
    -webkit-box-shadow: 0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em 0.04em 0 0.02em #e2c636; }
  50% {
    -webkit-box-shadow: -0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em 0.04em 0 0.02em #e2c636; }
  75% {
    -webkit-box-shadow: -0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em -0.04em 0 0.02em #e2c636; }
  100% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; } }

@keyframes loader-39-2 {
  0% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; }
  25% {
    -webkit-box-shadow: 0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em 0.04em 0 0.02em #e2c636; }
  50% {
    -webkit-box-shadow: -0.04em 0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em 0.04em 0 0.02em #e2c636; }
  75% {
    -webkit-box-shadow: -0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: -0.04em -0.04em 0 0.02em #e2c636; }
  100% {
    -webkit-box-shadow: 0.04em -0.04em 0 0.02em #e2c636;
            box-shadow: 0.04em -0.04em 0 0.02em #e2c636; } }
  .loader-box .loader-40 {
    border: 0.05em #d22d3d solid;
    border-radius: .2em;
    overflow: hidden;
    position: relative; }
    .loader-box .loader-40:after, .loader-box .loader-40:before {
      content: '';
      border-radius: 50%;
      position: absolute;
      width: inherit;
      height: inherit;
      -webkit-animation: loader-40 2s infinite linear;
              animation: loader-40 2s infinite linear; }
    .loader-box .loader-40:before {
      border-top: 0.2em #d22d3d solid;
      top: -.15em;
      left: calc( -50% - .15em);
      -webkit-transform-origin: right center;
              transform-origin: right center; }
    .loader-box .loader-40:after {
      border-bottom: 0.2em #d22d3d solid;
      top: .15em;
      right: calc( -50% - .15em);
      -webkit-transform-origin: left center;
              transform-origin: left center; }

@-webkit-keyframes loader-40 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes loader-40 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
  .loader-box .loader-41 {
    border: 0.05em #24695c solid;
    border-radius: .2em;
    position: relative;
    background: linear-gradient(45deg, transparent 48%, #24695c 50%, #24695c 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, #24695c 50%, #24695c 50%, transparent 52%, transparent);
    background-size: .5em .5em;
    background-position: 0% 0%;
    -webkit-animation: loader-41 1s infinite linear;
            animation: loader-41 1s infinite linear; }

@-webkit-keyframes loader-41 {
  from {
    background-position: 0 0; }
  to {
    background-position: -1em 0; } }

@keyframes loader-41 {
  from {
    background-position: 0 0; }
  to {
    background-position: -1em 0; } }
  .loader-box .loader-42 {
    width: 2em;
    height: .66em;
    border: 0.05em #ba895d solid;
    border-radius: .1em;
    background: linear-gradient(-60deg, transparent 0%, transparent 50%, #ba895d 50%, #ba895d 75%, transparent 75%, transparent);
    background-size: 1em 2em;
    background-position: 0 0;
    -webkit-animation: loader-42 0.8s infinite linear;
            animation: loader-42 0.8s infinite linear; }

@-webkit-keyframes loader-42 {
  from {
    background-position: 0 0; }
  to {
    background-position: -2em 0; } }

@keyframes loader-42 {
  from {
    background-position: 0 0; }
  to {
    background-position: -2em 0; } }

/**=====================
     04. Loader CSS Ends
==========================**/
/**=====================
    05. Header CSS Start
==========================**/
.onhover-show-div {
  -webkit-box-shadow: 0 0 12px 3px rgba(25, 124, 207, 0.05);
          box-shadow: 0 0 12px 3px rgba(25, 124, 207, 0.05);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0; }

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible; }
  .onhover-dropdown:hover .onhover-show-div:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    top: -7px;
    position: absolute;
    left: 10px;
    z-index: 2; }
  .onhover-dropdown:hover .onhover-show-div:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f5f7fb;
    content: "";
    top: -7px;
    position: absolute;
    left: 10px;
    z-index: 1; }

/*======= Page Header css Start ======= */
.page-wrapper .page-main-header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
          box-shadow: 0 0 20px rgba(25, 124, 207, 0.08); }
  .page-wrapper .page-main-header.open {
    margin-left: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.page-wrapper .page-body-wrapper {
  background-color: #f5f7fb; }
  .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 76px);
    margin-top: 76px;
    padding: 0 15px 0 15px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f5f7fb; }
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 30px; }
    .page-wrapper .page-body-wrapper .page-header .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-wrapper .page-body-wrapper .page-header .row h3 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600; }
        .page-wrapper .page-body-wrapper .page-header .row h3 small {
          display: block;
          font-size: 12px;
          margin-bottom: 5px;
          text-transform: capitalize;
          color: rgba(36, 41, 52, 0.7); }
    .page-wrapper .page-body-wrapper .page-header .breadcrumb {
      background-color: transparent;
      padding: 0;
      margin-top: 5px;
      margin-bottom: 0; }
      .page-wrapper .page-body-wrapper .page-header .breadcrumb li {
        color: #717171;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 500; }
      .page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        content: "/"; }
      .page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item a {
        color: #24695c; }

/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
.page-main-header {
  max-width: 100vw; }
  .page-main-header .main-header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .page-main-header .main-header-right .main-header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 290px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 24px 40px;
      border-right: 1px solid #e6edef; }
      .page-main-header .main-header-right .main-header-left .dark-logo-wrapper {
        display: none; }
    .page-main-header .main-header-right .left-menu-header {
      padding: 24px 40px; }
      .page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg i {
          text-align: center; }
    .page-main-header .main-header-right .nav-right .nav-menus {
      padding: 20px 40px; }
    .page-main-header .main-header-right .nav-right .profile-dropdown {
      width: 160px;
      top: 57px;
      right: -12px;
      padding: 10px; }
      .page-main-header .main-header-right .nav-right .profile-dropdown li {
        padding: 10px !important; }
        .page-main-header .main-header-right .nav-right .profile-dropdown li svg {
          width: 16px;
          vertical-align: bottom;
          margin-right: 10px; }
    .page-main-header .main-header-right .toggle-sidebar {
      cursor: pointer;
      padding: 5px 8px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page-main-header .main-header-right .toggle-sidebar svg {
        width: 20px;
        color: #24695c; }
      .page-main-header .main-header-right .toggle-sidebar:hover {
        background-color: rgba(36, 105, 92, 0.1); }
    .page-main-header .main-header-right .vertical-mobile-sidebar {
      display: none; }
    .page-main-header .main-header-right .nav-left i {
      margin-right: 20px; }
    .page-main-header .main-header-right .nav-left input:focus {
      outline: 0 !important; }
    .page-main-header .main-header-right .left-menu-header ul li i {
      color: #24695c; }
    .page-main-header .main-header-right .left-menu-header ul li .search-form {
      font-family: "Roboto", sans-serif; }
      .page-main-header .main-header-right .left-menu-header ul li .search-form input {
        padding: 0 20px;
        border: none;
        background: transparent;
        color: rgba(36, 41, 52, 0.7);
        font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::-webkit-input-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::-moz-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input:-ms-input-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::-ms-input-placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
        .page-main-header .main-header-right .left-menu-header ul li .search-form input::placeholder {
          color: rgba(36, 41, 52, 0.7);
          font-weight: 500; }
    .page-main-header .main-header-right .nav-right {
      text-align: left; }
      .page-main-header .main-header-right .nav-right ul li svg {
        vertical-align: middle;
        width: 18px;
        height: 18px; }
        .page-main-header .main-header-right .nav-right ul li svg path {
          color: #2b2b2b; }
      .page-main-header .main-header-right .nav-right ul li:last-child {
        margin-right: 0; }
      .page-main-header .main-header-right .nav-right ul li .mode .mode-moon, .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
        position: absolute;
        top: 0;
        left: 0; }
      .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
        opacity: 0;
        visibility: hidden;
        z-index: 1; }
        .page-main-header .main-header-right .nav-right ul li .mode .mode-sun.show {
          opacity: 1;
          visibility: visible; }
      .page-main-header .main-header-right .nav-right ul li .mode i {
        vertical-align: middle;
        font-size: 18px; }
      .page-main-header .main-header-right .nav-right .onhover-show-div li {
        display: block; }
      .page-main-header .main-header-right .nav-right > ul {
        padding: 0 0; }
      .page-main-header .main-header-right .nav-right .btn-primary-light {
        padding: 6px 20px;
        font-weight: 600; }
        .page-main-header .main-header-right .nav-right .btn-primary-light svg {
          margin-right: 10px; }
          .page-main-header .main-header-right .nav-right .btn-primary-light svg path {
            color: #24695c;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
        .page-main-header .main-header-right .nav-right .btn-primary-light:focus, .page-main-header .main-header-right .nav-right .btn-primary-light:hover {
          background-color: #24695c !important;
          color: #fff; }
          .page-main-header .main-header-right .nav-right .btn-primary-light:focus a, .page-main-header .main-header-right .nav-right .btn-primary-light:hover a {
            color: #fff; }
          .page-main-header .main-header-right .nav-right .btn-primary-light:focus svg path, .page-main-header .main-header-right .nav-right .btn-primary-light:hover svg path {
            color: #fff;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
      .page-main-header .main-header-right .nav-right.right-menu ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .page-main-header .main-header-right .nav-right.right-menu ul li {
          position: relative; }
          .page-main-header .main-header-right .nav-right.right-menu ul li .notification {
            position: absolute;
            top: -2px;
            right: -9px;
            padding: 5px 7px; }
          .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body {
            margin-left: 15px; }
            .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body span {
              font-weight: 500; }
            .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body p {
              font-size: 12px;
              line-height: 1;
              color: rgba(36, 41, 52, 0.7);
              font-weight: 500; }
          .page-main-header .main-header-right .nav-right.right-menu ul li:hover {
            background-color: rgba(36, 105, 92, 0.1); }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body > span {
              color: #323846; }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body p {
              color: #24695c; }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media p {
              color: #24695c; }
            .page-main-header .main-header-right .nav-right.right-menu ul li:hover .btn svg {
              stroke: #fff; }
      .page-main-header .main-header-right .nav-right .icon-user {
        font-size: 16px; }
      .page-main-header .main-header-right .nav-right > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-main-header .main-header-right .nav-right > ul > li {
          position: relative;
          padding: 6px 10px;
          border-radius: 4px;
          margin-right: 20px; }
          .page-main-header .main-header-right .nav-right > ul > li .badge {
            padding: 4px 8px; }
          .page-main-header .main-header-right .nav-right > ul > li span {
            letter-spacing: 0.9px; }
            .page-main-header .main-header-right .nav-right > ul > li span .fa {
              color: #cccccc; }
            .page-main-header .main-header-right .nav-right > ul > li span ul {
              left: inherit;
              right: -10px;
              width: 130px; }
              .page-main-header .main-header-right .nav-right > ul > li span ul:before, .page-main-header .main-header-right .nav-right > ul > li span ul:after {
                left: inherit;
                right: 10px; }
              .page-main-header .main-header-right .nav-right > ul > li span ul li {
                display: block; }
                .page-main-header .main-header-right .nav-right > ul > li span ul li a {
                  font-size: 14px;
                  color: #2c323f; }
                  .page-main-header .main-header-right .nav-right > ul > li span ul li a i {
                    margin-left: 10px;
                    font-size: 13px;
                    color: #2c323f; }
        .page-main-header .main-header-right .nav-right > ul .flag-icon {
          font-size: 16px; }
      .page-main-header .main-header-right .nav-right .chat-dropdown {
        width: 330px;
        top: 49px;
        right: 0;
        left: unset; }
        .page-main-header .main-header-right .nav-right .chat-dropdown li {
          padding: 15px; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li + li {
            border-top: 1px solid #e6edef; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media img {
            width: 40px;
            position: relative; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body > span {
            font-weight: 600;
            color: #24695c !important; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body p {
            margin-bottom: 0;
            color: #2c323f !important; }
          .page-main-header .main-header-right .nav-right .chat-dropdown li .media > p {
            color: #cccccc; }
        .page-main-header .main-header-right .nav-right .chat-dropdown:before, .page-main-header .main-header-right .nav-right .chat-dropdown:after {
          right: 10px !important;
          left: unset !important; }
      .page-main-header .main-header-right .nav-right .bookmark-dropdown {
        width: 300px;
        top: 50px;
        left: unset;
        right: 0;
        border-radius: 8px;
        padding: 15px; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown::before, .page-main-header .main-header-right .nav-right .bookmark-dropdown::after {
          display: none; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .input-group-prepend .input-group-text {
          background-color: transparent;
          height: 100%; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control {
          border-left: none;
          font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-webkit-input-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-moz-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control:-ms-input-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-ms-input-placeholder {
            color: #cccccc;
            font-size: 13px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::placeholder {
            color: #cccccc;
            font-size: 13px; }
        .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li {
          padding-top: 10px;
          padding-bottom: 10px; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover {
            background-color: #f5f7fb; }
            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover .bookmark-icon {
              color: #24695c; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li .bookmark-icon {
            margin-right: 15px;
            vertical-align: bottom; }
          .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark {
            font-weight: 500;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark .pull-right svg {
              color: #fa9f44;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover {
              color: #24695c; }
              .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .bookmark-icon {
                stroke: #24695c; }
              .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .pull-right svg {
                color: #fa9f44;
                fill: #fa9f44; }
      .page-main-header .main-header-right .nav-right .notification-box {
        position: relative; }
        .page-main-header .main-header-right .nav-right .notification-box svg {
          -webkit-animation: tada 1.5s ease infinite;
                  animation: tada 1.5s ease infinite; }
        .page-main-header .main-header-right .nav-right .notification-box .dot-animated {
          position: absolute;
          right: -5px;
          top: -6px;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          content: '';
          background-color: #d22d3d;
          -webkit-animation: fadeIn 2s ease infinite;
                  animation: fadeIn 2s ease infinite; }
      .page-main-header .main-header-right .nav-right .notification-dropdown {
        top: 52px;
        width: 300px;
        right: -20px !important;
        left: unset; }
        .page-main-header .main-header-right .nav-right .notification-dropdown li {
          padding: 15px !important; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .badge-primary {
            background-color: rgba(36, 105, 92, 0.1);
            color: #24695c; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            margin-right: 15px;
            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; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-primary {
              background-color: rgba(36, 105, 92, 0.1);
              color: #24695c; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary {
              background-color: rgba(186, 137, 93, 0.1);
              color: #ba895d; }
              .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary svg path {
                color: #ba895d; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-success {
              background-color: rgba(27, 76, 67, 0.1);
              color: #1b4c43; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger {
              background-color: rgba(210, 45, 61, 0.1);
              color: #d22d3d; }
              .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger path {
                color: #d22d3d; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body p {
            font-weight: 700;
            margin-bottom: 0; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body span {
            font-size: 12px;
            color: #cccccc;
            font-weight: 500; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li + li {
            border-top: 1px solid #e6edef; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-primary:hover {
            background-color: rgba(36, 105, 92, 0.1); }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover {
            background-color: rgba(186, 137, 93, 0.1); }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body p {
              color: #ba895d; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body span {
              color: #ba895d; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover {
            background-color: rgba(27, 76, 67, 0.1); }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body p {
              color: #1b4c43; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body span {
              color: #1b4c43; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover {
            background-color: rgba(210, 45, 61, 0.1); }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body p {
              color: #d22d3d; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body span {
              color: #d22d3d; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-primary {
            background-color: #24695c;
            color: #fff; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary {
            background-color: #ba895d;
            color: #fff; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary svg path {
              color: #fff; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success {
            background-color: #1b4c43;
            color: #fff; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg {
              color: #fff; }
              .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg path {
                color: #fff; }
          .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger {
            background-color: #d22d3d;
            color: #fff; }
            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger path {
              color: #fff; }
        .page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-main-header .main-header-right .nav-right .notification-dropdown:after {
          right: 28px !important;
          left: unset !important; }
    .page-main-header .main-header-right li {
      display: inline-block;
      position: relative; }

.onhover-dropdown {
  cursor: pointer;
  position: relative; }

.onhover-show-div {
  top: 80px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  border: 1px solid #f5f7fb;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .onhover-show-div li a svg {
    margin-top: 0 !important; }
    .onhover-show-div li a svg path, .onhover-show-div li a svg line {
      color: #242934 !important; }

/**======Main Header css Ends ======**/
/** ===== Vertical Menu css Start=====**/
.vertical-menu-main {
  background: white;
  position: fixed;
  top: 88px;
  z-index: 1;
  width: 100%; }

.vertical-menu-mt {
  margin-top: 148px !important;
  margin-left: 0 !important; }
  .vertical-menu-mt .custom-card .card-header img {
    margin-top: -146px !important; }

.vertical-menu-main #main-nav #main-menu li a svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  stroke-width: 2.5; }

.vertical-menu-main .mega-menu {
  width: 1500px !important;
  max-width: 1500px !important;
  padding: 0;
  left: -120px !important;
  top: 65px !important; }

/** ===== Vertical Menu css Ends=====**/
/*=======Mega menu css start=======*/
.mega-menu {
  -webkit-perspective: inherit;
          perspective: inherit;
  position: static !important;
  padding-top: 5px; }
  .mega-menu .default-according .card .btn-link {
    font-weight: 500;
    color: gray; }
  .mega-menu .default-according .card .card-body {
    font-size: 12px; }
  .mega-menu .onhover-show-div {
    width: 1500px; }
  .mega-menu .card-body {
    padding: 20px; }
  .mega-menu .title {
    color: #242934;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .mega-menu div > div a {
    margin-bottom: 0px;
    display: inline-block;
    color: rgba(36, 41, 52, 0.7); }
  .mega-menu .custom-nav-img {
    position: static; }
    .mega-menu .custom-nav-img .desk {
      line-height: 25px;
      font-size: 14px;
      color: rgba(36, 41, 52, 0.7); }
  .mega-menu .list-unstyled div a {
    padding: 8px 35px 8px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .mega-menu .list-unstyled div a:hover {
      padding: 8px 35px 8px 10px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .mega-menu .galleria div {
    margin-bottom: 5px; }
    .mega-menu .galleria div:hover {
      -webkit-transform: translateY(4px) scale(1.04);
              transform: translateY(4px) scale(1.04); }
  .mega-menu .galleria-list .galleria > div {
    width: 25%;
    font-size: 12px;
    float: left;
    color: #000;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
    .mega-menu .galleria-list .galleria > div > a {
      display: block;
      margin: 5px 0 10px;
      padding: 0 0 !important; }
    .mega-menu .galleria-list .galleria > div img {
      border-radius: 3px;
      max-width: 100%; }
    .mega-menu .galleria-list .galleria > div .username {
      font-size: 12px;
      color: #242934;
      margin-bottom: 5px; }
      .mega-menu .galleria-list .galleria > div .username small {
        display: block;
        font-size: 11px;
        color: rgba(36, 41, 52, 0.7);
        margin-top: 3px; }
  .mega-menu .drilldown {
    overflow: hidden;
    width: 100%;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .mega-menu .drilldown a {
      width: 100%; }
      .mega-menu .drilldown a:hover {
        background-color: transparent;
        color: #24695c; }
  .mega-menu .drilldown-sub {
    display: none; }
  .mega-menu .drilldown-back {
    font-weight: bold; }

/*=======Mega menu css end=======*/
@media only screen and (max-width: 1366px) {
  .profile-dropdown.onhover-show-div {
    left: 0;
    right: unset !important; }
    .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
      right: 10px !important;
      left: unset !important; } }

@media only screen and (max-width: 1199px) {
  .page-main-header .main-header-right .nav-right > ul > li {
    padding: 6px;
    margin-right: 15px; } }

@media only screen and (max-width: 991px) {
  .page-main-header .main-header-right .nav-right .notification-dropdown {
    top: 46px; } }

/**=====================
    05. Header CSS Ends
==========================**/
/**=====================
    78. Sidebar CSS Start
==========================**/
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
  position: absolute;
  content: "";
  top: 30%;
  font-family: FontAwesome;
  font-size: 11px;
  color: #cccccc; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
  position: absolute;
  content: "";
  top: 49%;
  width: 5px;
  height: 1px;
  border-radius: 100%;
  background-color: #59667a; }

.page-wrapper {
  position: relative; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
    z-index: 3;
    height: 54px;
    line-height: inherit;
    position: fixed;
    width: 100%;
    top: 77px;
    background: #fff;
    border-top: 1px solid #e6edef;
    border-bottom: 1px solid #e6edef; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .sidebar-user {
      display: none; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-wrapper, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-icon-wrapper {
      display: none; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar {
      text-align: left;
      position: relative; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
        width: 1920px;
        position: fixed;
        left: 0; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
        position: absolute;
        top: 0px;
        padding: 14px;
        background-color: #fff;
        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;
        z-index: 1; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow.disabled, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow.disabled {
          display: none; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow {
        left: 0; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
        right: 0; }
      .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: ltr;
        text-align: left;
        display: -webkit-box !important;
        padding: 0 5px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        white-space: nowrap; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.active .according-menu i:before {
          content: '-'; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.link-nav .according-menu {
          display: none; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active {
          color: #24695c; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active:after {
            background-color: #24695c; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .sidebar-main-title {
          display: none; }
        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li {
          position: relative;
          float: left;
          display: block;
          padding-top: 15px;
          padding-bottom: 15px; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li + li {
            border-left: 1px solid #e6edef; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:first-child {
            display: none !important; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a {
            display: block;
            color: #242934;
            line-height: 23px;
            text-decoration: none;
            text-transform: capitalize;
            padding: 0 18px;
            letter-spacing: 0.04em;
            position: relative;
            border-radius: 4px;
            font-weight: 500; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a svg {
              width: 16px;
              vertical-align: bottom;
              margin-right: 15px; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a .according-menu {
              display: none; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu {
            position: absolute;
            left: 0;
            z-index: 4;
            -webkit-box-shadow: 0 0 1px 0 #898989;
                    box-shadow: 0 0 1px 0 #898989;
            padding: 15px 0px 15px 0px;
            background: white; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li {
              border: 0;
              float: none;
              position: relative;
              display: block; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
                border: 0 !important;
                background: transparent;
                color: #717171;
                border-radius: 0 !important;
                text-transform: capitalize;
                font-size: 13px;
                padding: 6px 25px;
                display: block;
                letter-spacing: 0.07em;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                position: relative; }
                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
                  left: 12px; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
                position: absolute;
                width: 200px;
                right: -200px;
                top: 0;
                background: #fff;
                border: none;
                padding: 15px 0px 15px 0px;
                -webkit-box-shadow: 0 0 1px 0 #898989;
                        box-shadow: 0 0 1px 0 #898989; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
            position: absolute;
            right: -180%;
            z-index: 4;
            -webkit-box-shadow: 0 0 1px 0 #898989;
                    box-shadow: 0 0 1px 0 #898989;
            padding: 30px;
            background: white;
            width: 95%;
            border-radius: 4px; }
            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
              width: 20%; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
                text-transform: uppercase;
                font-size: 14px;
                margin-left: -13px;
                font-weight: 600; }
              .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
                -webkit-box-shadow: none;
                        box-shadow: none;
                background-color: transparent;
                position: relative;
                display: block;
                padding: 0; }
                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li {
                  border: 0;
                  float: none;
                  position: relative;
                  display: block; }
                  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
                    border: 0 !important;
                    background: transparent;
                    color: #717171;
                    border-radius: 0 !important;
                    text-transform: capitalize;
                    padding: 3px 0;
                    font-size: 13px;
                    display: block;
                    letter-spacing: 0.07em;
                    line-height: 1.9;
                    position: relative; }
                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:after {
                      position: absolute;
                      content: "";
                      left: -12px;
                      top: 50%;
                      width: 5px;
                      height: 1px;
                      background-color: #59667a; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:hover > a:after {
            left: 0;
            right: 0;
            opacity: 1; }
          .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li.mega-menu {
            position: unset; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.white-active .main-navbar .nav-menu > li .nav-link.active {
      background-color: white;
      color: #ba895d; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.overlay-white {
      background-color: rgba(255, 255, 255, 0.08); }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav i {
      font-size: 24px; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a {
    position: relative; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:focus {
      padding-top: 3px;
      padding-bottom: 3px; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .new {
    position: absolute;
    top: -8px;
    right: 0px;
    color: white;
    background-color: #24695c;
    padding: 2px 7px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.3; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .title {
    border-bottom: 2px solid red !important; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 130px);
    margin-top: 130px;
    padding-top: 30px; }
  .page-wrapper.horizontal-wrapper .page-main-header {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .form-control-plaintext {
      width: auto !important; }
    .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .toggle-sidebar {
      display: none; }
  .page-wrapper.compact-wrapper .page-main-header.close_icon {
    margin-left: 0;
    width: calc(100% - 0px); }
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    position: fixed;
    border-bottom: none;
    top: 83px;
    z-index: 8;
    height: 100%;
    line-height: inherit;
    background: #fff;
    border-right: 1px solid #e6edef;
    width: 290px;
    text-align: left;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-bottom: 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e6edef; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div h6 {
        color: #24695c;
        font-size: 14px;
        margin-bottom: 0; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div p {
        color: #242934;
        margin-bottom: 0; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
      padding: 11px;
      position: relative;
      border-bottom: 1px solid #e6edef;
      margin-bottom: 20px;
      background: #f5f7fb;
     }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user img {
        border: 10px solid rgba(36, 105, 92, 0.2); }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .setting-primary {
        position: absolute;
        top: 30px;
        right: 35px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user h6 {
        margin-bottom: 0; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user p {
        color: #999;
        font-family: "Roboto", sans-serif;
        font-size: 13px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 95px; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom .badge {
          padding: 4px 6px 3px;
          -webkit-box-shadow: 0px 7px 10px rgba(36, 105, 92, 0.3);
                  box-shadow: 0px 7px 10px rgba(36, 105, 92, 0.3);
          font-family: "Roboto", sans-serif; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-top: 20px; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li {
          position: relative; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li::before {
            position: absolute;
            content: '';
            left: -14px;
            top: 15px;
            width: 2px;
            height: 15px;
            background-color: #e6edef; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li span {
            font-weight: 600; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li p {
            font-size: 12px;
            margin-bottom: -5px; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
      margin-left: 0;
      opacity: 0;
      visibility: hidden; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ .page-body {
        margin-left: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
        margin-left: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .left-arrow, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .right-arrow {
      display: none; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
      border-radius: 0;
      height: calc(100vh - 230px);
      left: -300px;
      z-index: 99;
      -webkit-transition: color 1s ease;
      transition: color 1s ease;
      overflow: hidden;
      overflow-y: auto;
      color: rgba(0, 0, 0, 0);
      padding-bottom: 15px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        border-radius: 13px; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 0 10px;
                box-shadow: inset 0 0 0 10px;
        background-color: #f5f7fb; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu:hover.custom-scrollbar {
        color: rgba(36, 105, 92, 0.2); }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active {
        color: #24695c; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active:after {
          color: #24695c; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li:hover a {
        color: #24695c; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a {
        font-weight: 600; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a.link-nav .according-menu {
          display: none; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li:last-child {
        border-bottom: none; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.opennav {
        left: 0; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn {
        display: block;
        width: 100%;
        padding: 0; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn .mobile-back {
          padding: 20px;
          color: #2b2b2b;
          font-weight: 700;
          text-transform: uppercase;
          border-bottom: 1px solid #efefef;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li {
        display: block;
        float: none;
        width: 100%;
        padding: 0 20px; 
        margin-bottom: 2px;
        margin-top: 2px;}
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li span {
          font-weight: 600; 
          margin: auto 0;
        }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a {
          padding: 10px 15px;
          position: relative;
          color: #222222; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a svg {
            width: 16px;
            margin-right: 15px;
            vertical-align: bottom;
            float: none;
            stroke-width: 2.5px; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow {
            right: 20px;
            position: absolute;
            top: 10px; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow i {
              display: none; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow:before {
              display: none; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li:first-child {
          display: none !important; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu {
          width: 100%;
          padding: 0;
          position: relative !important;
          display: none; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu > li a {
            padding-left: 45px !important;
            font-weight: 400; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu .submenu-title .according-menu {
            top: 8px; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
            display: block; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
            display: none;
            position: relative !important;
            right: 0;
            width: 100%;
            padding: 0; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
              display: block; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
              padding: 6px 45px;
              padding-left: 56px !important; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a:after {
                display: none; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
            padding: 8px 25px;
            font-size: 13px;
            color: #717171;
            display: block;
            position: relative;
            letter-spacing: 0.07em; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
              left: 26px; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:hover {
              margin-left: 0; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
          display: none;
          padding: 0;
          position: relative; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
            display: block; }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
            width: 100%;
            padding: 0; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title {
              position: relative; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
                margin-bottom: 0;
                line-height: 1.9;
                padding: 6px 25px 6px 45px;
                font-size: 13px;
                font-weight: 400;
                color: #242934;
                position: relative;
                cursor: pointer; }
                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
                  left: 26px; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
                top: 8px; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
              display: none; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
                display: block; }
                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a {
                  padding: 6px 25px 6px 50px;
                  font-size: 13px;
                  font-weight: 400;
                  color: #242934;
                  display: block; }
                  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a:after {
                    display: none; }
              .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
                line-height: 1.9; }
                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
                  margin-left: 0; }
        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
          border-radius: 10px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; 
          grid-column: 2;
          justify-items: stretch;
          display: grid;
          grid-template-columns: auto 1fr;
          grid-gap: 5px;
        }
          .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover {
            background-color: #24695c;
            color: #d0efe9;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            position: relative; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active .according-menu i, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover .according-menu i {
              color: #d0efe9; }
            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover svg {
              color: #d0efe9 !important; }
  .page-wrapper.compact-wrapper .page-body-wrapper header .menu nav {
    margin-left: auto;
    margin-right: 30px; }
  .page-wrapper.compact-wrapper .page-body-wrapper .mega-box .link-section .demo ul li a span img {
    top: 30px;
    right: -60px; }
  .page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset; }
  .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
    position: absolute;
    right: 15px;
    top: 12px;
    display: block; }
    .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
      vertical-align: middle;
      color: #000; }
  .page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
    border: none; }
  .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: 6px; }
    .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
      font-size: 18px;
      padding-left: 5px;
      text-transform: uppercase; }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 30px;
    margin-left: 290px; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .according-menu {
    display: none !important; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
    width: 150px; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
      display: none; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 80px);
      padding-top: 40px;
      padding-bottom: 40px; }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .sidebar-main-title {
        display: none; }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
        text-align: center;
        padding-left: unset;
        padding-right: unset; }
        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active {
          background-color: transparent; }
          .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg {
            color: #24695c !important; }
          .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active span {
            color: #24695c !important; }
        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link svg {
          display: block;
          width: auto;
          height: 50px;
          margin-left: auto;
          margin-right: auto;
          padding: 15px;
          border-radius: 5px; }
        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link span {
          display: block;
          word-wrap: break-word;
          margin-top: -5px; }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: none;
        padding-top: 20px;
        -webkit-box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
                box-shadow: 0 0 20px rgba(25, 124, 207, 0.08); }
      .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
        position: fixed !important;
        top: 75px;
        height: calc(100vh - 0px);
        overflow: auto;
        left: 150px;
        width: 230px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title {
      display: none !important; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .page-body {
    margin-left: 150px; }
  .page-wrapper.modern-sidebar {
    padding: 30px;
    background-color: rgba(36, 105, 92, 0.15);
    height: 100vh;
    overflow: hidden; }
    .page-wrapper.modern-sidebar .page-main-header {
      top: 30px;
      width: calc(100% - 60px);
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      z-index: 2; }
      .page-wrapper.modern-sidebar .page-main-header.close_icon {
        width: calc(100% - 60px); }
    .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
      margin-bottom: auto;
      margin-top: auto;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-radius: 20px;
      padding-top: 75px; }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
        top: 113px;
        height: calc(100vh - 145px);
        overflow: hidden;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translate(0);
                  transform: translate(0); }
          .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
            margin-left: 30px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
          height: calc(100vh - 430px); }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
        margin-left: 290px;
        overflow-y: scroll !important;
        min-height: calc(100vh - 185px);
        max-height: calc(100vh - 185px);
        margin-bottom: auto;
        margin-top: auto;
        border-top-right-radius: 20px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
          width: 6px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
          border-top-right-radius: 20px;
          border-top-left-radius: 20px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
          background-color: rgba(36, 105, 92, 0.2);
          border-radius: 13px;
          border-top-right-radius: 20px;
          border-top-left-radius: 20px; }
    .page-wrapper.modern-sidebar.compact-wrapper footer {
      position: fixed;
      left: 0;
      width: calc(100% - 60px);
      z-index: 10;
      margin-left: 30px;
      margin-bottom: 30px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }

.main-navbar ul.nav-pills {
  display: -webkit-box  !important;
  display: -ms-flexbox  !important;
  display: flex  !important;
  border-top: 1px solid #e6edef;
  border-bottom: 1px solid #e6edef; }
  .main-navbar ul.nav-pills .nav-item {
    width: 50%; }
    .main-navbar ul.nav-pills .nav-item:last-child {
      border-left: 1px solid #e6edef; }
    .main-navbar ul.nav-pills .nav-item .nav-link {
      font-size: 14px;
      color: #2b2b2b;
      font-weight: 600;
      text-align: center;
      padding: 15px 0;
      cursor: pointer; }
      .main-navbar ul.nav-pills .nav-item .nav-link.active {
        border-radius: unset;
        background-color: rgba(36, 105, 92, 0.1);
        color: #24695c; }

.main-navbar .tab-content {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  .responsive-btn {
    display: none; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu {
    width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu a .sub-arrow {
      position: absolute;
      right: 20px;
      top: 5px;
      color: #59667a;
      font-size: 10px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
      display: none;
      border-radius: 4px; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li:hover .nav-sub-childmenu {
      display: block; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li a:hover .sub-arrow {
      right: 16px;
      color: #222222;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
    display: none; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
    display: none !important; } }

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .page-wrapper.modern-sidebar .page-main-header .main-header-right .nav-right.right-menu ul {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li a svg {
    margin-right: 6px; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .nav-submenu.submenu-right-xl li .nav-sub-childmenu {
    left: -200px;
    right: unset; } }

@media (max-width: 1460px) {
  header .main-navbar .nav-menu > li {
    margin-right: 8px; } }

@media (max-width: 1199px) {
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon ~ footer {
    margin-left: unset; }
  .page-wrapper.modern-sidebar {
    padding: unset;
    height: auto; }
    .page-wrapper.modern-sidebar .page-main-header {
      top: 0;
      border-radius: unset;
      width: 100%; }
      .page-wrapper.modern-sidebar .page-main-header.close_icon {
        width: 100%; }
    .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
      border-radius: unset;
      margin-top: unset;
      margin-bottom: unset;
      padding-top: unset; }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
        top: 85px;
        height: auto; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
          height: calc(100vh - 355px); }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
          width: 100%;
          margin-left: unset; }
      .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
        max-height: unset;
        max-height: unset;
        min-height: calc(100vh - 76px);
        margin-top: 76px; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
          display: none; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
          display: none; }
        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
          display: none; }
    .page-wrapper.modern-sidebar.compact-wrapper footer {
      position: unset;
      width: auto;
      border-radius: unset;
      margin-left: 275px;
      margin-bottom: unset; } }

@media (max-width: 991px) {
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 65px; } }

@media (max-width: 767px) {
  header .menu .brand-logo img {
    width: 120px; } }

@media (max-width: 576px) {
  header .menu nav {
    margin-right: 20px; }
  .toggle-nav i {
    font-size: 20px; } }

/**=====================
    78. Sidebar CSS Ends
==========================**/
/**=====================
    06. Button CSS start
==========================**/
.btn {
  font-size: 12px;
  padding: 0.375rem 1.75rem;
  font-weight: 600; }

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

.btn-sm {
  font-size: 12px; }

.btn-xs {
  padding: 0.2rem 0.7rem;
  font-size: 10px; }

.large-btn {
  margin-bottom: -20px; }
  .large-btn .btn {
    margin-right: 5px;
    margin-bottom: 15px; }

.btn-air-primary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
    background-color: #17433b;
    border-color: #17433b; }

.btn-air-secondary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
    background-color: #a07044;
    border-color: #a07044; }

.btn-air-success {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
    background-color: #0e2622;
    border-color: #0e2622; }

.btn-air-danger {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
    background-color: #a82431;
    border-color: #a82431; }

.btn-air-info {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
    background-color: #585858;
    border-color: #585858; }

.btn-air-light {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
    background-color: #c7d7db;
    border-color: #c7d7db; }

.btn-air-dark {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
    background-color: #171a21;
    border-color: #171a21; }

.btn-air-warning {
  -webkit-box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important; }
  .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
    background-color: #c8ac1d;
    border-color: #c8ac1d; }

.btn-info {
  color: #fff; }

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-primary:focus {
    border-color: #24695c; }

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-secondary:focus {
    border-color: #ba895d; }

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-success:focus {
    border-color: #1b4c43; }

.input-air-danger {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-danger:focus {
    border-color: #d22d3d; }

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-info:focus {
    border-color: #717171; }

.input-air-light {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-light:focus {
    border-color: #e6edef; }

.input-air-dark {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-dark:focus {
    border-color: #2c323f; }

.input-air-warning {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important; }
  .input-air-warning:focus {
    border-color: #e2c636; }

.form-bg-primary {
  background: #24695c;
  border-color: #24695c;
  color: #fff; }
  .form-bg-primary:focus {
    border-color: #24695c;
    background: #24695c;
    color: #fff; }
    .form-bg-primary:focus:active {
      border-color: #24695c;
      background: #24695c;
      color: #fff; }

.form-bg-secondary {
  background: #ba895d;
  border-color: #ba895d;
  color: #fff; }
  .form-bg-secondary:focus {
    border-color: #ba895d;
    background: #ba895d;
    color: #fff; }
    .form-bg-secondary:focus:active {
      border-color: #ba895d;
      background: #ba895d;
      color: #fff; }

.form-bg-success {
  background: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }
  .form-bg-success:focus {
    border-color: #1b4c43;
    background: #1b4c43;
    color: #fff; }
    .form-bg-success:focus:active {
      border-color: #1b4c43;
      background: #1b4c43;
      color: #fff; }

.form-bg-danger {
  background: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }
  .form-bg-danger:focus {
    border-color: #d22d3d;
    background: #d22d3d;
    color: #fff; }
    .form-bg-danger:focus:active {
      border-color: #d22d3d;
      background: #d22d3d;
      color: #fff; }

.form-bg-info {
  background: #717171;
  border-color: #717171;
  color: #fff; }
  .form-bg-info:focus {
    border-color: #717171;
    background: #717171;
    color: #fff; }
    .form-bg-info:focus:active {
      border-color: #717171;
      background: #717171;
      color: #fff; }

.form-bg-light {
  background: #e6edef;
  border-color: #e6edef;
  color: #2c323f; }
  .form-bg-light:focus {
    border-color: #e6edef;
    background: #e6edef;
    color: #2c323f; }
    .form-bg-light:focus:active {
      border-color: #e6edef;
      background: #e6edef;
      color: #2c323f; }

.form-bg-dark {
  background: #2c323f;
  border-color: #2c323f;
  color: #fff; }
  .form-bg-dark:focus {
    border-color: #2c323f;
    background: #2c323f;
    color: #fff; }
    .form-bg-dark:focus:active {
      border-color: #2c323f;
      background: #2c323f;
      color: #fff; }

.form-bg-warning {
  background: #e2c636;
  border-color: #e2c636;
  color: #fff; }
  .form-bg-warning:focus {
    border-color: #e2c636;
    background: #e2c636;
    color: #fff; }
    .form-bg-warning:focus:active {
      border-color: #e2c636;
      background: #e2c636;
      color: #fff; }

.btn-warning {
  color: #fff; }
  .btn-warning:hover, .btn-warning.disabled {
    color: #fff; }

.btn-primary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#2e8777), color-stop(51%, #1a4b41), to(#2e8777));
  background-image: linear-gradient(to right, #2e8777 0%, #1a4b41 51%, #2e8777 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-primary-gradien:hover {
    color: #242934 !important; }
  .btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#2e8777), color-stop(0%), color-stop(#1a4b41), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #2e8777, 0%, #1a4b41, 100%, #fff) !important; }

.btn-secondary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#c69e7a), color-stop(51%, #a77547), to(#c69e7a));
  background-image: linear-gradient(to right, #c69e7a 0%, #a77547 51%, #c69e7a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#c69e7a), color-stop(0%), color-stop(#a77547), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #c69e7a, 0%, #a77547, 100%, #fff) !important; }

.btn-success-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#266a5e), color-stop(51%, #102e28), to(#266a5e));
  background-image: linear-gradient(to right, #266a5e 0%, #102e28 51%, #266a5e 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#266a5e), color-stop(0%), color-stop(#102e28), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #266a5e, 0%, #102e28, 100%, #fff) !important; }

.btn-danger-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#d94f5c), color-stop(51%, #b02633), to(#d94f5c));
  background-image: linear-gradient(to right, #d94f5c 0%, #b02633 51%, #d94f5c 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#d94f5c), color-stop(0%), color-stop(#b02633), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #d94f5c, 0%, #b02633, 100%, #fff) !important; }

.btn-warning-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#e7d05a), color-stop(51%, #d1b41e), to(#e7d05a));
  background-image: linear-gradient(to right, #e7d05a 0%, #d1b41e 51%, #e7d05a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#e7d05a), color-stop(0%), color-stop(#d1b41e), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #e7d05a, 0%, #d1b41e, 100%, #fff) !important; }

.btn-info-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#858585), color-stop(51%, #5d5d5d), to(#858585));
  background-image: linear-gradient(to right, #858585 0%, #5d5d5d 51%, #858585 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#858585), color-stop(0%), color-stop(#5d5d5d), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #858585, 0%, #5d5d5d, 100%, #fff) !important; }

.btn-light-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(51%, #cddbdf), to(white));
  background-image: linear-gradient(to right, white 0%, #cddbdf 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%), color-stop(#cddbdf), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, white, 0%, #cddbdf, 100%, #fff) !important; }

.btn-dark-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557));
  background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important; }

[class*='-gradien']:hover {
  background-size: 50% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff; }

.btn-square {
  border-radius: 0px; }

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

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px; }

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0; }

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px; }

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0; }

.btn-showcase {
  margin-bottom: -10px; }
  .btn-showcase .btn {
    margin-bottom: 10px;
    margin-right: 18px; }

.btn-dropdown-showcase {
  margin-bottom: -10px; }
  .btn-dropdown-showcase .dropdown {
    margin-bottom: 10px;
    margin-right: 18px; }
  .btn-dropdown-showcase .btn-group {
    margin-bottom: 10px;
    margin-right: 18px; }

.btn-group .radio label::before {
  top: 2px; }

.btn-group .radio label::after {
  top: 7px; }

.btn-group .checkbox label {
  margin-top: 3px; }

.btn-group-showcase > div {
  margin-bottom: -20px; }
  .btn-group-showcase > div label {
    margin-bottom: 0; }

.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px; }

.btn-group-showcase .checkbox input[type="checkbox"] {
  display: none; }

.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }

.topright-general, .toprightarrow-primary, .toprightarrow-secondary {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .topright-general:before, .toprightarrow-primary:before, .toprightarrow-secondary:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.toprightarrow-primary {
  color: #24695c;
  background-color: rgba(36, 105, 92, 0.1); }

.toprightarrow-secondary {
  color: #ba895d;
  background-color: rgba(186, 137, 93, 0.1); }

.btn-arrow {
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .btn-arrow.arrow-primary {
    color: #24695c; }
  .btn-arrow.arrow-secondary {
    color: #ba895d; }

.btn-iconsolid {
  border-radius: 5px;
  background-color: #24695c;
  padding: 8px 12px; }
  .btn-iconsolid i {
    color: #fff;
    font-weight: 700; }

/**=====================
     06. Button CSS end
==========================**/
/**=====================
     07. Color CSS Start
==========================**/
.color-box {
  margin-bottom: -10px; }
  .color-box button {
    margin-bottom: 10px; }
    .color-box button + button {
      margin-left: 5px; }

.primary-color ul li:nth-child(13) {
  background-color: #266f61;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(13) span:before {
    content: "#266f61";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(12) {
  background-color: #287466;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(12) span:before {
    content: "#287466";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(11) {
  background-color: #2a7a6b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(11) span:before {
    content: "#2a7a6b";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(10) {
  background-color: #2c8070;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(10) span:before {
    content: "#2c8070";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(9) {
  background-color: #2e8575;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(9) span:before {
    content: "#2e8575";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(8) {
  background-color: #308b7a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(8) span:before {
    content: "#308b7a";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(7) {
  background-color: #32917f;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(7) span:before {
    content: "#32917f";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(6) {
  background-color: #349784;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(6) span:before {
    content: "#349784";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(5) {
  background-color: #369c89;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(5) span:before {
    content: "#369c89";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(4) {
  background-color: #38a28e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(4) span:before {
    content: "#38a28e";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(3) {
  background-color: #39a893;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(3) span:before {
    content: "#39a893";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(2) {
  background-color: #3bad98;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(2) span:before {
    content: "#3bad98";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.primary-color ul li:nth-child(1) {
  background-color: #3db39d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .primary-color ul li:nth-child(1) span:before {
    content: "#3db39d";
    display: block;
    color: #fff;
    text-align: center; }

.primary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(13) {
  background-color: #bf9168;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(13) span:before {
    content: "#bf9168";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(12) {
  background-color: #c39972;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(12) span:before {
    content: "#c39972";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(11) {
  background-color: #c8a07d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(11) span:before {
    content: "#c8a07d";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(10) {
  background-color: #cca888;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(10) span:before {
    content: "#cca888";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(9) {
  background-color: #d1b093;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(9) span:before {
    content: "#d1b093";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(8) {
  background-color: #d5b89d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(8) span:before {
    content: "#d5b89d";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(7) {
  background-color: #dac0a8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(7) span:before {
    content: "#dac0a8";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(6) {
  background-color: #dfc8b3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(6) span:before {
    content: "#dfc8b3";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(5) {
  background-color: #e3cfbe;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(5) span:before {
    content: "#e3cfbe";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(4) {
  background-color: #e8d7c8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(4) span:before {
    content: "#e8d7c8";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(3) {
  background-color: #ecdfd3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(3) span:before {
    content: "#ecdfd3";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(2) {
  background-color: #f1e7de;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(2) span:before {
    content: "#f1e7de";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.secondary-color ul li:nth-child(1) {
  background-color: #f5efe8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .secondary-color ul li:nth-child(1) span:before {
    content: "#f5efe8";
    display: block;
    color: #fff;
    text-align: center; }

.secondary-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(13) {
  background-color: #1c4f46;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(13) span:before {
    content: "#1c4f46";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(12) {
  background-color: #1d5349;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(12) span:before {
    content: "#1d5349";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(11) {
  background-color: #1f564c;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(11) span:before {
    content: "#1f564c";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(10) {
  background-color: #205a4f;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(10) span:before {
    content: "#205a4f";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(9) {
  background-color: #215d52;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(9) span:before {
    content: "#215d52";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(8) {
  background-color: #226055;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(8) span:before {
    content: "#226055";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(7) {
  background-color: #236458;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(7) span:before {
    content: "#236458";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(6) {
  background-color: #25675b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(6) span:before {
    content: "#25675b";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(5) {
  background-color: #266a5e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(5) span:before {
    content: "#266a5e";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(4) {
  background-color: #276e61;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(4) span:before {
    content: "#276e61";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(3) {
  background-color: #287164;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(3) span:before {
    content: "#287164";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(2) {
  background-color: #297567;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(2) span:before {
    content: "#297567";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.success-color ul li:nth-child(1) {
  background-color: #2b786a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .success-color ul li:nth-child(1) span:before {
    content: "#2b786a";
    display: block;
    color: #fff;
    text-align: center; }

.success-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(13) {
  background-color: #777777;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(13) span:before {
    content: "#777777";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(12) {
  background-color: #7e7e7e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(12) span:before {
    content: "#7e7e7e";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(11) {
  background-color: #848484;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(11) span:before {
    content: "#848484";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(10) {
  background-color: #8b8b8b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(10) span:before {
    content: "#8b8b8b";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(9) {
  background-color: #919191;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(9) span:before {
    content: "#919191";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(8) {
  background-color: #979797;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(8) span:before {
    content: "#979797";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(7) {
  background-color: #9e9e9e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(7) span:before {
    content: "#9e9e9e";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(6) {
  background-color: #a4a4a4;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(6) span:before {
    content: "#a4a4a4";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(5) {
  background-color: #aaaaaa;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(5) span:before {
    content: "#aaaaaa";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(4) {
  background-color: #b1b1b1;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(4) span:before {
    content: "#b1b1b1";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(3) {
  background-color: #b7b7b7;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(3) span:before {
    content: "#b7b7b7";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(2) {
  background-color: #bebebe;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(2) span:before {
    content: "#bebebe";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.info-color ul li:nth-child(1) {
  background-color: #c4c4c4;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .info-color ul li:nth-child(1) span:before {
    content: "#c4c4c4";
    display: block;
    color: #fff;
    text-align: center; }

.info-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(13) {
  background-color: #e4ca43;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(13) span:before {
    content: "#e4ca43";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(12) {
  background-color: #e6ce51;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(12) span:before {
    content: "#e6ce51";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(11) {
  background-color: #e8d15e;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(11) span:before {
    content: "#e8d15e";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(10) {
  background-color: #ead56b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(10) span:before {
    content: "#ead56b";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(9) {
  background-color: #ecd979;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(9) span:before {
    content: "#ecd979";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(8) {
  background-color: #eedd86;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(8) span:before {
    content: "#eedd86";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(7) {
  background-color: #f0e194;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(7) span:before {
    content: "#f0e194";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(6) {
  background-color: #f1e4a1;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(6) span:before {
    content: "#f1e4a1";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(5) {
  background-color: #f3e8ae;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(5) span:before {
    content: "#f3e8ae";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(4) {
  background-color: #f5ecbc;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(4) span:before {
    content: "#f5ecbc";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(3) {
  background-color: #f7f0c9;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(3) span:before {
    content: "#f7f0c9";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(2) {
  background-color: #f9f4d6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(2) span:before {
    content: "#f9f4d6";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.yellow-color ul li:nth-child(1) {
  background-color: #fbf7e4;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .yellow-color ul li:nth-child(1) span:before {
    content: "#fbf7e4";
    display: block;
    color: #fff;
    text-align: center; }

.yellow-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(13) {
  background-color: #d43545;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(13) span:before {
    content: "#d43545";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(12) {
  background-color: #d63e4d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(12) span:before {
    content: "#d63e4d";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(11) {
  background-color: #d74654;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(11) span:before {
    content: "#d74654";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(10) {
  background-color: #d94f5c;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(10) span:before {
    content: "#d94f5c";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(9) {
  background-color: #db5764;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(9) span:before {
    content: "#db5764";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(8) {
  background-color: #dd5f6c;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(8) span:before {
    content: "#dd5f6c";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(7) {
  background-color: #df6873;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(7) span:before {
    content: "#df6873";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(6) {
  background-color: #e0707b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(6) span:before {
    content: "#e0707b";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(5) {
  background-color: #e27983;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(5) span:before {
    content: "#e27983";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(4) {
  background-color: #e4818b;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(4) span:before {
    content: "#e4818b";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(3) {
  background-color: #e68992;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(3) span:before {
    content: "#e68992";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(2) {
  background-color: #e8929a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(2) span:before {
    content: "#e8929a";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.red-color ul li:nth-child(1) {
  background-color: #e99aa2;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .red-color ul li:nth-child(1) span:before {
    content: "#e99aa2";
    display: block;
    color: #fff;
    text-align: center; }

.red-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(13) {
  background-color: #eb2067;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(13) span:before {
    content: "#eb2067";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(12) {
  background-color: #ec2e70;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(12) span:before {
    content: "#ec2e70";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(11) {
  background-color: #ed3c7a;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(11) span:before {
    content: "#ed3c7a";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(10) {
  background-color: #ee4a83;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(10) span:before {
    content: "#ee4a83";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(9) {
  background-color: #f0588d;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(9) span:before {
    content: "#f0588d";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(8) {
  background-color: #f16696;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(8) span:before {
    content: "#f16696";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(7) {
  background-color: #f274a0;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(7) span:before {
    content: "#f274a0";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(6) {
  background-color: #f482aa;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(6) span:before {
    content: "#f482aa";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(5) {
  background-color: #f590b3;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(5) span:before {
    content: "#f590b3";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(4) {
  background-color: #f69ebd;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(4) span:before {
    content: "#f69ebd";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(3) {
  background-color: #f7acc6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(3) span:before {
    content: "#f7acc6";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(2) {
  background-color: #f9bad0;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(2) span:before {
    content: "#f9bad0";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.pink-color ul li:nth-child(1) {
  background-color: #fac8d9;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .pink-color ul li:nth-child(1) span:before {
    content: "#fac8d9";
    display: block;
    color: #fff;
    text-align: center; }

.pink-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(13) {
  background-color: #919191;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(13) span:before {
    content: "#919191";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(12) {
  background-color: #989898;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(12) span:before {
    content: "#989898";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(11) {
  background-color: #a0a0a0;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(11) span:before {
    content: "#a0a0a0";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(10) {
  background-color: #a8a8a8;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(10) span:before {
    content: "#a8a8a8";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(9) {
  background-color: #afafaf;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(9) span:before {
    content: "#afafaf";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(8) {
  background-color: #b7b7b7;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(8) span:before {
    content: "#b7b7b7";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(7) {
  background-color: #bfbfbf;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(7) span:before {
    content: "#bfbfbf";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(6) {
  background-color: #c6c6c6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(6) span:before {
    content: "#c6c6c6";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(5) {
  background-color: #cecece;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(5) span:before {
    content: "#cecece";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(4) {
  background-color: #d6d6d6;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(4) span:before {
    content: "#d6d6d6";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(3) {
  background-color: #dddddd;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(3) span:before {
    content: "#dddddd";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(2) {
  background-color: #e5e5e5;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(2) span:before {
    content: "#e5e5e5";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.gray-color ul li:nth-child(1) {
  background-color: #ececec;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .gray-color ul li:nth-child(1) span:before {
    content: "#ececec";
    display: block;
    color: #fff;
    text-align: center; }

.gray-color ul li:last-child {
  margin-bottom: 0; }

.light-font {
  color: rgba(36, 41, 52, 0.7); }

/**=====================
     07. Color CSS Ends
==========================**/
/**=====================
      08. GRID CSS Start
==========================**/
.grid-showcase {
  margin-bottom: -10px; }
  .grid-showcase span {
    display: block;
    border: 1px solid #e6edef;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgba(36, 105, 92, 0.1);
    color: #24695c;
    font-weight: 600; }

.grid-align {
  margin-bottom: -30px; }
  .grid-align .row {
    padding: 15px 0;
    min-height: 10rem;
    border: 1px solid rgba(36, 105, 92, 0.03);
    margin-bottom: 30px;
    background-color: rgba(36, 105, 92, 0.03); }

.grid-wrrapper .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg:unset;
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c; }
  .grid-wrrapper .table-striped tbody tr:nth-of-type(odd) th, .grid-wrrapper .table-striped tbody tr:nth-of-type(odd) td {
    color: #24695c; }

/**=====================
      08. GRID CSS Ends
==========================**/
/**=====================
     09. Error-page  CSS Start
==========================**/
.error-wrapper {
  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;
  min-height: 100vh;
  text-align: center; }
  .error-wrapper.maintenance-bg {
    background-image: url(../images/other-images/maintenance-bg.jpg);
    background-blend-mode: overlay; }
  .error-wrapper .maintenance-icons li i {
    color: rgba(36, 105, 92, 0.5);
    font-size: 50px;
    animation: rotate-effect 40s infinite linear reverse; }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 100px;
    margin-left: 110px;
    margin-top: -25px;
    animation: rotate-effect 40s linear infinite reverse; }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    -webkit-animation: rotate-effect 30s infinite linear;
            animation: rotate-effect 30s infinite linear;
    font-size: 150px;
    margin-top: -85px;
    margin-right: 120px; }
  .error-wrapper .maintenance-heading {
    margin-top: 70px; }
    .error-wrapper .maintenance-heading .headline {
      font-size: 99px;
      font-weight: 900;
      letter-spacing: 10px;
      color: #ba895d;
      z-index: 2;
      position: relative;
      margin-top: -70px; }
  .error-wrapper .error-heading {
    margin-top: 115px; }
    .error-wrapper .error-heading .headline {
      font-size: 285px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-top: -130px; }
  .error-wrapper .sub-content {
    font-size: 18px;
    color: #999;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 35px;
    z-index: 3;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 600; }
  .error-wrapper .btn {
    margin-top: 40px; }

.error {
  margin: 70px 0 100px;
  color: #000; }
  .error .error-title {
    font-size: 9.5rem;
    color: #fff;
    text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32); }
  .error .line-bottom {
    width: 10%;
    height: 5px;
    background-color: #e2c636;
    border: none; }
  .error .c-white {
    color: #fff; }
  .error .error-btn {
    text-align: center; }
  .error .padd {
    padding: 10px 30px 10px 30px; }
  .error .btn-back-home {
    background-color: #e6edef;
    color: #000; }
    .error .btn-back-home:hover {
      background-color: #e2c636;
      color: #fff;
      -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
              box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); }
  .error .btn-adnc-serc {
    background-color: #2c323f;
    color: #fff; }
    .error .btn-adnc-serc:hover {
      background-color: #e2c636;
      color: #fff;
      -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
              box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); }

.maintenance-sec .error-wrapper .maintenance-heading .headline {
  margin-bottom: 0; }

.maintenance-sec .error-wrapper .sub-content {
  margin-top: 15px; }

/**=====================
     09. Error-page CSS Ends
==========================**/
@-webkit-keyframes wheel-rotate {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  100% {
    -webkit-transform: rotate(960deg);
            transform: rotate(960deg); } }
@keyframes wheel-rotate {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  100% {
    -webkit-transform: rotate(960deg);
            transform: rotate(960deg); } }

@-webkit-keyframes bicycle-run {
  0% {
    -webkit-transform: translateX(-1300px);
            transform: translateX(-1300px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: translateX(1300px);
            transform: translateX(1300px); } }

@keyframes bicycle-run {
  0% {
    -webkit-transform: translateX(-1300px);
            transform: translateX(-1300px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  100% {
    -webkit-transform: translateX(1300px);
            transform: translateX(1300px); } }

@-webkit-keyframes move-1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes move-1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

.error-page1 .danger-color {
  fill: #d22d3d; }

.error-page1 .warning-color {
  fill: #e2c636; }

.error-page1 .primary-color {
  fill: #24695c; }
  .error-page1 .primary-color.opacity-05 {
    fill: rgba(36, 105, 92, 0.5); }

.error-page1 .secondary-color {
  fill: #ba895d; }
  .error-page1 .secondary-color.opacity-o6 {
    opacity: 0.6; }
  .error-page1 .secondary-color.opacity-o4 {
    opacity: 0.4; }
  .error-page1 .secondary-color.lighten-5 {
    fill: #b27c4c; }

.error-page1 .svg-wrraper {
  margin-bottom: 35px; }
  .error-page1 .svg-wrraper svg.svg-45 {
    width: 45%; }
  .error-page1 .svg-wrraper svg.svg-60 {
    width: 60%; }
  .error-page1 .svg-wrraper svg.svg-40 {
    width: 40%; }

.error-page1 .wheel {
  -webkit-animation: wheel-rotate 6s ease infinite;
          animation: wheel-rotate 6s ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box; }

.error-page1 .bicycle {
  -webkit-animation: bicycle-run 15s ease infinite;
          animation: bicycle-run 15s ease infinite; }

.error-page1 .circle {
  -webkit-animation: circle-anim ease infinite;
          animation: circle-anim ease infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-perspective: 0;
          perspective: 0; }

.error-page1 .rocket, .error-page1 .jacket-man {
  -webkit-animation: move-1 6s linear infinite;
          animation: move-1 6s linear infinite; }

.error-page1 h3 {
  font-weight: 700;
  text-transform: capitalize; }

.error-page1 .btn-primary-gradien {
  color: #fff;
  font-weight: 700; }

@media (max-width: 767px) {
  .error-page1 h3 {
    font-size: 22px; } }

@media (max-width: 575px) {
  .error-page1 .svg-wrraper {
    margin-bottom: 10px; }
    .error-page1 .svg-wrraper svg.svg-40 {
      width: 50%; } }

/**====================================
    13.  Email Application  CSS Start
========================================**/
.email-wrap .email-app-sidebar .media img {
  border: 2px solid #e6edef; }

.email-wrap .email-app-sidebar .main-menu > li {
  width: 100%;
  text-align: left; }
  .email-wrap .email-app-sidebar .main-menu > li a {
    color: #898989;
    line-height: 39px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500; }
    .email-wrap .email-app-sidebar .main-menu > li a i {
      margin-right: 10px; }
    .email-wrap .email-app-sidebar .main-menu > li a.active > a {
      color: #000; }
    .email-wrap .email-app-sidebar .main-menu > li a:hover {
      background-color: rgba(36, 105, 92, 0.1);
      text-decoration: none; }
      .email-wrap .email-app-sidebar .main-menu > li a:hover > .title {
        color: #24695c; }
      .email-wrap .email-app-sidebar .main-menu > li a:hover > .badge {
        color: #24695c; }

.email-wrap .email-app-sidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .email-wrap .email-app-sidebar ul li a > .title {
    width: 100%; }
  .email-wrap .email-app-sidebar ul li a > .badge {
    -ms-flex-item-align: center;
        align-self: center;
    color: #898989; }

.email-wrap .email-left-aside .card-body {
  padding: 20px; }

.email-wrap .email-right-aside .email-body .modal-content .btn-close {
  top: 30px;
  right: 25px; }

.email-wrap .email-right-aside .email-body .inbox {
  overflow: auto;
  overflow-x: hidden; }
  .email-wrap .email-right-aside .email-body .inbox .media {
    position: relative; }
    .email-wrap .email-right-aside .email-body .inbox .media .media-body span {
      position: absolute;
      right: 20px; }
  .email-wrap .email-right-aside .email-body .inbox svg {
    width: 18px;
    margin-right: 10px;
    stroke: #898989;
    cursor: pointer; }
    .email-wrap .email-right-aside .email-body .inbox svg.like {
      fill: #e2c636;
      stroke: #e2c636; }
  .email-wrap .email-right-aside .email-body .inbox .media-size-email {
    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; }
  .email-wrap .email-right-aside .email-body .inbox .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .email-wrap .email-right-aside .email-body .inbox img {
    height: 20px; }
  .email-wrap .email-right-aside .email-body .inbox .media {
    padding: 12px 20px;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .email-wrap .email-right-aside .email-body .inbox .media:hover {
      background-color: #f2f6f7;
      -webkit-transform: translateY(-1px) scale(1.01);
              transform: translateY(-1px) scale(1.01);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.email-wrap .email-right-aside .email-body .attachment {
  margin-top: 10px; }
  .email-wrap .email-right-aside .email-body .attachment ul li {
    display: inline-block; }
    .email-wrap .email-right-aside .email-body .attachment ul li img {
      width: 90px;
      height: 90px; }

.email-wrap .email-right-aside .email-profile .inbox p {
  color: #999;
  font-weight: 500;
  display: inline-block;
  width: calc(100% - 200px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  max-width: 600px; }

.email-wrap .email-right-aside .email-profile > div:first-child .email-top {
  padding: 20px; }
  .email-wrap .email-right-aside .email-profile > div:first-child .email-top .email-chek {
    margin-right: 20px; }
  .email-wrap .email-right-aside .email-profile > div:first-child .email-top .checkbox_animated:after {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 4px; }
  .email-wrap .email-right-aside .email-profile > div:first-child .email-top .checkbox_animated:before {
    left: 0.4rem;
    top: 0.55rem;
    width: 1.1rem;
    height: 0.5rem; }

.email-wrap .btn-mail {
  border-radius: 2px;
  text-align: left;
  padding: 13px 15px;
  margin: 20px 0 20px;
  letter-spacing: 1px;
  line-height: 12px !important;
  color: #fff !important; }

.email-wrap .dropdown-menu {
  background-color: #fff;
  border-color: #e6edef; }

.email-wrap .cke_chrome {
  background-color: #f5f7fb; }
  .email-wrap .cke_chrome .cke_top {
    background-color: transparent; }

.email-wrap .cke_top {
  background-color: transparent; }

.email-wrap p {
  margin-bottom: 0;
  color: #999; }

.email-wrap .media-body h6 {
  margin-bottom: 2px;
  color: #24695c;
  margin-top: 3px;
  font-weight: 600;
  display: inline-block;
  font-size: 14px; }
  .email-wrap .media-body h6 span {
    font-weight: 600; }
  .email-wrap .media-body h6 small span {
    color: #717171; }

.email-wrap .email-top {
  padding: 20px;
  border-bottom: 1px solid #e6edef; }
  .email-wrap .email-top h5 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .email-wrap .email-top .email-right {
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.email-wrap .email-wrapper {
  padding: 20px; }
  .email-wrap .email-wrapper h5 {
    margin-bottom: 20px; }
  .email-wrap .email-wrapper .emailread-group:nth-child(n+2) {
    border-top: 1px solid #e6edef;
    padding-top: 20px;
    margin-top: 20px; }
  .email-wrap .email-wrapper .emailread-group h5 {
    margin-bottom: 10px; }
  .email-wrap .email-wrapper .emailread-group h6 {
    font-size: 14px; }
  .email-wrap .email-wrapper .emailread-group .read-group:nth-child(n+2) {
    margin-top: 15px; }
  .email-wrap .email-wrapper .emailread-group textarea {
    text-transform: capitalize;
    padding: 15px; }
  .email-wrap .email-wrapper .emailread-group .action-wrapper {
    margin-top: 15px; }
  .email-wrap .email-wrapper h6 {
    margin-bottom: 10px;
    float: left; }
  .email-wrap .email-wrapper .right-download {
    float: right; }

.email-wrap .email-content .email-top .user-emailid:after {
  content: "";
  position: relative;
  height: 20px;
  width: 1px;
  right: 0;
  top: 3px;
  z-index: 2;
  border: 1px solid #efefef;
  float: right;
  padding: 0;
  margin: 0 20px; }

.email-wrap .email-body .attachment ul li img {
  width: 80px;
  height: 80px; }

.email-wrap .email-body .attachment ul li:nth-child(n+2) {
  margin-left: 10px; }

.email-wrap .email-body .attachment .list-inline .list-inline-item {
  padding-right: 13px;
  margin-right: unset; }

.email-wrap .email-body .email-compose .cke_contents.cke_reset {
  max-height: 100px;
  width: 100%;
  border: 1px solid #e6edef;
  margin-bottom: 20px; }

.email-wrap .email-body .email-compose .cke_inner {
  background-color: transparent; }

.email-wrap .email-body .email-compose .email-top h4 {
  margin-bottom: 0; }

.email-wrap .email-body .email-compose .compose-border {
  margin: -1px; }
  .email-wrap .email-body .email-compose .compose-border .btn-middle {
    padding-top: 5px; }

.email-wrap .email-body .email-compose .compose-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.email-wrap .email-body .email-compose .dropzone i {
  display: block;
  margin-bottom: 10px; }

.email-wrap .email-body .email-compose .dropzone h6 {
  float: unset; }

.email-wrap .email-body .email-compose .dropzone .needsclick {
  display: block;
  margin: 0; }

.email-wrap .actions {
  text-align: right; }
  .email-wrap .actions li {
    display: inline-block; }
    .email-wrap .actions li:nth-child(n+2) {
      margin-left: 15px; }

.email-wrap .email-aside-toggle {
  text-transform: capitalize;
  display: none; }

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

@media (max-width: 575px) {
  .email-wrap .email-app-sidebar .main-menu > li a {
    line-height: 30px; }
  .email-wrap .email-right-aside .tab-content .email-wrapper h6 {
    font-size: 12px; }
  .email-wrap .email-right-aside .tab-content .email-wrapper .right-download {
    font-size: 12px; } }

/**=================================
    13.  Email Application  CSS Ends
====================================**/
/**=====================
     14. Chat CSS Start
==========================**/
.chat-box .chat-menu {
  max-width: 340px; }

.chat-box .people-list .search {
  position: relative; }
  .chat-box .people-list .search .form-control {
    border: 1px solid #e6edef; }
    .chat-box .people-list .search .form-control::-webkit-input-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control::-moz-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control:-ms-input-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control::-ms-input-placeholder {
      color: #59667a; }
    .chat-box .people-list .search .form-control::placeholder {
      color: #59667a; }
  .chat-box .people-list .search i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #e6edef; }

.chat-box .people-list ul {
  padding: 0; 
  max-height: 580px;
  overflow: auto;
  }
  .chat-box .people-list ul li {
    padding-bottom: 20px; }
    .chat-box .people-list ul li:last-child {
      padding-bottom: 0; }

.chat-box .user-image {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 5px; }

.chat-box .about {
  float: left;
  margin-top: 5px;
  padding-left: 10px; }
  .chat-box .about .name {
    color: #2c323f;
    letter-spacing: 1px;
    font-weight: 600; }

.chat-box .status {
  color: #999;
  letter-spacing: 1px;
  font-size: 12px;
  }
  .chat-box .status .chat-status {
    font-weight: 600;
    color: #242934; }
  .chat-box .status p {
    font-size: 14px; }

.chat-box .chat-right-aside .chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #e6edef; }
  .chat-box .chat-right-aside .chat .chat-header img {
    float: left;
    width: 50px;
    -webkit-box-shadow: 1px 1px 4px 1px #e6edef;
            box-shadow: 1px 1px 4px 1px #e6edef; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
    margin-top: 15px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
      margin-right: unset; }
      .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
        color: rgba(36, 41, 52, 0.7);
        font-size: 25px;
        cursor: pointer; }
      .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li:nth-child(n+2) {
        margin-left: 24px; }

.chat-box .chat-right-aside .chat .chat-msg-box {
  padding: 20px;
  overflow-y: auto;
  height: 560px;
  margin-bottom: 90px; }
  .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
    margin-top: -35px; }
  .chat-box .chat-right-aside .chat .chat-msg-box .message-data {
    margin-bottom: 10px; }
  .chat-box .chat-right-aside .chat .chat-msg-box .message-data-time {
    letter-spacing: 1px;
    font-size: 12px;
    color: #59667a;
    font-weight: 600; }
  .chat-box .chat-right-aside .chat .chat-msg-box .message {
    color: #999;
    padding: 20px;
    line-height: 1.9;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 30px;
    width: 50%;
    position: relative; }
  .chat-box .chat-right-aside .chat .chat-msg-box .my-message {
    border: 1px solid #e6edef;
    border-radius: 10px;
    border-top-left-radius: 0; }
  .chat-box .chat-right-aside .chat .chat-msg-box .other-message {
    border: 1px solid #e6edef;
    border-radius: 10px;
    border-top-right-radius: 0; }

.chat-box .chat-right-aside .chat .chat-message {
  padding: 20px;
  border-top: 1px solid #fafdff;
  position: absolute;
  width: calc(100% - 25px);
  bottom: 0; }
  .chat-box .chat-right-aside .chat .chat-message .smiley-box {
    background: #efefef;
    padding: 10px;
    display: block;
    border-radius: 4px;
    margin-right: 0.5rem; }
  .chat-box .chat-right-aside .chat .chat-message .text-box {
    position: relative; }
    .chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx {
      height: 50px;
      border: 2px solid #24695c;
      padding-left: 18px;
      font-size: 12px;
      letter-spacing: 1px; }
    .chat-box .chat-right-aside .chat .chat-message .text-box i {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 20px;
      color: #e6edef;
      cursor: pointer; }
    .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
      font-size: 16px;
      font-weight: 500; }

.chat-box .chat-menu {
  right: 10px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  visibility: hidden;
  top: 95px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #e6edef;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding-right: unset; }
  .chat-box .chat-menu .tab-pane {
    padding: 0 15px; }
  .chat-box .chat-menu ul li .about .status i {
    font-size: 10px; }
  .chat-box .chat-menu .user-profile {
    margin-top: 30px; }
    .chat-box .chat-menu .user-profile .user-content h5 {
      margin: 15px 0;
      font-weight: 600; }
    .chat-box .chat-menu .user-profile .user-content p {
      font-size: 14px; }
    .chat-box .chat-menu .user-profile .user-content .social-list li {
      display: inline-block; }
      .chat-box .chat-menu .user-profile .user-content .social-list li a {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: rgba(36, 105, 92, 0.08);
        color: #24695c;
        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; }
      .chat-box .chat-menu .user-profile .user-content .social-list li:hover a {
        background-color: #24695c;
        color: #fff; }
      .chat-box .chat-menu .user-profile .user-content .social-list li:nth-child(n+2) {
        margin-left: 5px; }
    .chat-box .chat-menu .user-profile .image {
      position: relative; }
      .chat-box .chat-menu .user-profile .image .icon-wrapper {
        position: absolute;
        bottom: 0;
        left: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        overflow: hidden;
        margin: 0 auto;
        font-size: 14px;
        -webkit-box-shadow: 1px 1px 3px 1px #e6edef;
                box-shadow: 1px 1px 3px 1px #e6edef; }
        .chat-box .chat-menu .user-profile .image .icon-wrapper i {
          color: #24695c; }
      .chat-box .chat-menu .user-profile .image .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto; }
        .chat-box .chat-menu .user-profile .image .avatar img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 5px solid #e6edef; }
    .chat-box .chat-menu .user-profile .border-right {
      border-right: 1px solid #e6edef; }
    .chat-box .chat-menu .user-profile .follow {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #e6edef; }
      .chat-box .chat-menu .user-profile .follow .follow-num {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        line-height: 1; }
      .chat-box .chat-menu .user-profile .follow span {
        color: #999;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600; }
    .chat-box .chat-menu .user-profile .digits {
      border-top: 1px solid #e6edef;
      margin-top: 15px;
      padding-top: 15px; }
      .chat-box .chat-menu .user-profile .digits p {
        margin-bottom: unset; }
    .chat-box .chat-menu .user-profile .social-media a {
      color: #59667a;
      font-size: 15px;
      padding: 0 7px; }
    .chat-box .chat-menu .user-profile .chat-profile-contact p {
      font-size: 14px;
      color: #999; }
  .chat-box .chat-menu .nav {
    margin-bottom: 20px; }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 33.33%; }
    .chat-box .chat-menu .nav-tabs .nav-item a {
      padding: 15px !important;
      color: #59667a !important;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: 600;
      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; }
    .chat-box .chat-menu .nav-tabs .nav-item .material-border {
      border-width: 1px;
      border-color: #24695c; }
    .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active {
      color: #24695c !important; }
  .chat-box .chat-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    padding-bottom: 25px;
    position: absolute;
    top: 60px; }

.chat-box .chat-history .call-content {
  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;
  min-width: 300px;
  min-height: 650px;
  height: 100%; }
  .chat-box .chat-history .call-content > div {
    width: 100%;
    height: 100%;
    padding: 30px; }

.chat-box .chat-history .total-time h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #999; }

.chat-box .chat-history .receiver-img {
  margin-top: 55px; }
  .chat-box .chat-history .receiver-img img {
    border-radius: 5px; }

.chat-box .chat-history .call-icons {
  margin-bottom: 35px; }
  .chat-box .chat-history .call-icons ul {
    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; }
    .chat-box .chat-history .call-icons ul li {
      width: 55px;
      height: 55px;
      border: 1px solid #e6edef;
      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; }
      .chat-box .chat-history .call-icons ul li + li {
        margin-left: 10px; }
      .chat-box .chat-history .call-icons ul li a {
        color: #999;
        font-size: 22px; }

.chat-box .chat-history .caller-img {
  height: 100%; }

.chat-left-aside > .media {
  margin-bottom: 15px; }

.chat-left-aside .people-list {
  height: 625px; }

.chat-left-aside ul li {
  position: relative; }

.status-circle {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 44px;
  border-radius: 50%;
  border: 2px solid #fff; }

.away {
  background-color: #e2c636; }

.online {
  background-color: #1b4c43; }

.offline {
  background-color: #d22d3d; }

.chat-container .aside-chat-left {
  width: 320px; }

.chat-container .chat-right-aside {
  width: 320px; }

.call-chat-sidebar {
  max-width: 380px; }

.call-chat-sidebar .card .card-body, .chat-body .card .card-body {
  padding: 15px;
  margin-bottom: 15px; }

.chart-widget .chart-widget-top h4 {
  font-weight: 600; }

.chart-widget .chart-widget-top .num i {
  margin-left: 5px; }

.apexcharts-menu {
  border-color: #e6edef !important; }

@media (max-width: 1366px) {
  .chat-box .chat-right-aside .chat .chat-message {
    bottom: 0; } }

@media (max-width: 360px) {
  .chat-box .chat-menu {
    width: 220px; } }

/**=====================
    14.  Chat CSS Ends
==========================**/
/**=====================
     15. Alert CSS start
==========================**/
.notify-alert .close {
  background: unset;
  border: none;
  font-size: 25px; }

.alert {
  border-radius: 0.15rem;
  padding: 15px; }
  .alert svg {
    vertical-align: middle; }
  .alert .progress {
    margin-top: 15px; }
  .alert [data-notify='icon'] {
    margin-right: 10px;
    line-height: 20px;
    position: absolute; }
  .alert [data-notify='message'] {
    display: inline-block;
    width: 100%; }
  .alert i {
    margin-right: 5px;
    font-size: 16px; }
  .alert p {
    margin-bottom: 0; }
  .alert .close {
    opacity: 1; }
    .alert .close span {
      font-size: 24px;
      font-weight: 400;
      display: inline-block;
      border-radius: 3px;
      text-shadow: none;
      padding: 0 5px;
      padding-right: 0; }

.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .alert-dismissible .close:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    color: inherit; }

.card-body button:focus {
  outline: none; }

.card-body .alert:last-child {
  margin-bottom: 0; }

.card-body .alert svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: absolute;
  top: 18px; }
  .card-body .alert svg ~ p {
    padding-left: 20px; }

strong {
  display: inline-block; }
  strong ~ p {
    display: inline-block; }

.alert-primary {
  background-color: rgba(36, 105, 92, 0.8);
  border-color: rgba(36, 105, 92, 0.9);
  color: #fff; }
  .alert-primary .progress {
    height: 5px;
    background-color: #236559;
    border-radius: 0; }
  .alert-primary .progress-bar {
    background-color: #aae2d7; }
  .alert-primary .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-primary .alert-link {
    color: #24695c; }
  .alert-primary hr {
    border-top-color: #24695c; }

.alert-primary.dark {
  background-color: #24695c;
  border-color: #24695c;
  color: #fafafa; }
  .alert-primary.dark .alert-link {
    color: #fff; }

.alert-primary.outline, .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #24695c;
  color: #24695c; }
  .alert-primary.outline .btn-close, .alert-primary.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #24695c;
  color: #242934; }
  .alert-primary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #24695c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-primary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #24695c;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-primary.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-secondary {
  background-color: rgba(186, 137, 93, 0.8);
  border-color: rgba(186, 137, 93, 0.9);
  color: #fff; }
  .alert-secondary .progress {
    height: 5px;
    background-color: #b88659;
    border-radius: 0; }
  .alert-secondary .progress-bar {
    background-color: white; }
  .alert-secondary .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-secondary .alert-link {
    color: #ba895d; }
  .alert-secondary hr {
    border-top-color: #ba895d; }

.alert-secondary.dark {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fafafa; }
  .alert-secondary.dark .alert-link {
    color: #fff; }

.alert-secondary.outline, .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #ba895d;
  color: #ba895d; }
  .alert-secondary.outline .btn-close, .alert-secondary.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ba895d;
  color: #242934; }
  .alert-secondary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #ba895d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-secondary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #ba895d;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-secondary.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-success {
  background-color: rgba(27, 76, 67, 0.8);
  border-color: rgba(27, 76, 67, 0.9);
  color: #fff; }
  .alert-success .progress {
    height: 5px;
    background-color: #1a4840;
    border-radius: 0; }
  .alert-success .progress-bar {
    background-color: #8fd7ca; }
  .alert-success .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-success .alert-link {
    color: #1b4c43; }
  .alert-success hr {
    border-top-color: #1b4c43; }

.alert-success.dark {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fafafa; }
  .alert-success.dark .alert-link {
    color: #fff; }

.alert-success.outline, .alert-success.outline-2x {
  background-color: transparent;
  border-color: #1b4c43;
  color: #1b4c43; }
  .alert-success.outline .btn-close, .alert-success.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #1b4c43;
  color: #242934; }
  .alert-success.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #1b4c43;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-success.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #1b4c43;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-success.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-danger {
  background-color: rgba(210, 45, 61, 0.8);
  border-color: rgba(210, 45, 61, 0.9);
  color: #fff; }
  .alert-danger .progress {
    height: 5px;
    background-color: #ce2c3c;
    border-radius: 0; }
  .alert-danger .progress-bar {
    background-color: white; }
  .alert-danger .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-danger .alert-link {
    color: #d22d3d; }
  .alert-danger hr {
    border-top-color: #d22d3d; }

.alert-danger.dark {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fafafa; }
  .alert-danger.dark .alert-link {
    color: #fff; }

.alert-danger.outline, .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #d22d3d;
  color: #d22d3d; }
  .alert-danger.outline .btn-close, .alert-danger.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #d22d3d;
  color: #242934; }
  .alert-danger.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #d22d3d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-danger.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #d22d3d;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-danger.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-warning {
  background-color: rgba(226, 198, 54, 0.8);
  border-color: rgba(226, 198, 54, 0.9);
  color: #fff; }
  .alert-warning .progress {
    height: 5px;
    background-color: #e1c532;
    border-radius: 0; }
  .alert-warning .progress-bar {
    background-color: white; }
  .alert-warning .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-warning .alert-link {
    color: #e2c636; }
  .alert-warning hr {
    border-top-color: #e2c636; }

.alert-warning.dark {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fafafa; }
  .alert-warning.dark .alert-link {
    color: #fff; }

.alert-warning.outline, .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #e2c636;
  color: #e2c636; }
  .alert-warning.outline .btn-close, .alert-warning.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #e2c636;
  color: #242934; }
  .alert-warning.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #e2c636;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-warning.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #e2c636;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-warning.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-info {
  background-color: rgba(113, 113, 113, 0.8);
  border-color: rgba(113, 113, 113, 0.9);
  color: #fff; }
  .alert-info .progress {
    height: 5px;
    background-color: #6e6e6e;
    border-radius: 0; }
  .alert-info .progress-bar {
    background-color: #f1f1f1; }
  .alert-info .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-info .alert-link {
    color: #717171; }
  .alert-info hr {
    border-top-color: #717171; }

.alert-info.dark {
  background-color: #717171;
  border-color: #717171;
  color: #fafafa; }
  .alert-info.dark .alert-link {
    color: #fff; }

.alert-info.outline, .alert-info.outline-2x {
  background-color: transparent;
  border-color: #717171;
  color: #717171; }
  .alert-info.outline .btn-close, .alert-info.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #717171;
  color: #242934; }
  .alert-info.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #717171;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-info.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #717171;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-info.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-light {
  background-color: rgba(230, 237, 239, 0.8);
  border-color: rgba(230, 237, 239, 0.9);
  color: #fff;
  color: #2c323f;
  background-color: #f4f4f4; }
  .alert-light .progress {
    height: 5px;
    background-color: #e3ebed;
    border-radius: 0; }
  .alert-light .progress-bar {
    background-color: white; }
  .alert-light .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-light .alert-link {
    color: #e6edef;
    color: #2c323f; }
  .alert-light .btn-close {
    -webkit-filter: unset;
            filter: unset; }
  .alert-light hr {
    border-top-color: #e6edef; }

.alert-light.dark {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fafafa;
  color: #2c323f; }
  .alert-light.dark .alert-link {
    color: #fff;
    color: #2c323f; }

.alert-light.outline, .alert-light.outline-2x {
  background-color: transparent;
  border-color: #e6edef;
  color: #e6edef;
  color: #2c323f; }
  .alert-light.outline .btn-close, .alert-light.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #e6edef;
  color: #242934; }
  .alert-light.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #e6edef;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-light.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #e6edef;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-light.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.alert-dark {
  background-color: rgba(44, 50, 63, 0.8);
  border-color: rgba(44, 50, 63, 0.9);
  color: #fff; }
  .alert-dark .progress {
    height: 5px;
    background-color: #2a303c;
    border-radius: 0; }
  .alert-dark .progress-bar {
    background-color: #a8b0c2; }
  .alert-dark .btn-close {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1); }
  .alert-dark .alert-link {
    color: #2c323f; }
  .alert-dark hr {
    border-top-color: #2c323f; }

.alert-dark.dark {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fafafa; }
  .alert-dark.dark .alert-link {
    color: #fff; }

.alert-dark.outline, .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #2c323f;
  color: #2c323f; }
  .alert-dark.outline .btn-close, .alert-dark.outline-2x .btn-close {
    -webkit-filter: unset;
            filter: unset; }

.alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #2c323f;
  color: #242934; }
  .alert-dark.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #2c323f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-dark.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #2c323f;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .alert-dark.inverse .btn-close {
    -webkit-filter: unset;
            filter: unset;
    top: -3px; }

.dismiss-text .alert .btn-close {
  background: unset;
  opacity: 1;
  top: -6px;
  right: 40px; }
  .dismiss-text .alert .btn-close span {
    display: inline-block;
    border-radius: 3px;
    text-shadow: none;
    padding: 0 5px; }

.outline-2x {
  border-width: 2px;
  padding: 11px 1.25rem; }

/**=====================
     15. Alert CSS end
==========================**/
/**=====================
     16. Popover CSS Start
==========================**/
.popover {
  border: 1px solid #e6edef;
  -webkit-box-shadow: none;
          box-shadow: none; }

.popover-header {
  background-color: rgba(36, 105, 92, 0.1);
  border-color: #e6edef;
  color: #24695c; }

.popover-body {
  border-color: #e6edef;
  background-color: #fff; }

.popover-main .btn-showcase a {
  color: #fff; }

.popover-main .btn-showcase button:last-child {
  margin-right: 0; }

/**=====================
     16. Popover CSS Ends
==========================**/
/**=====================
     17. List CSS Start
==========================**/
.list-group-item.active {
  background-color: #24695c;
  border-color: #24695c; }

.list-group i {
  margin-right: 10px; }

.list-group img {
  height: 40px;
  width: 40px;
  margin-right: 10px; }

/**=====================
     17. List CSS Ends
==========================**/
/**=====================
    18. Switch  CSS Start
==========================**/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch input {
    display: none; }
    .switch input:checked + .switch-state {
      background-color: #24695c; }
      .switch input:checked + .switch-state:before {
        -webkit-transform: translateX(26px);
                transform: translateX(26px); }
    .switch input:focus + .switch-state {
      -webkit-box-shadow: 0 0 1px #24695c;
              box-shadow: 0 0 1px #24695c; }

.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: .4s;
  transition: .4s; }
  .switch-state:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px; }

.icon-state .switch-state:after {
  content: "\efb8";
  font-family: IcoFont;
  left: 10px;
  position: absolute;
  top: 10px;
  color: #2c323f;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.3; }

.icon-state input:checked + .switch-state:after {
  content: "\efad";
  left: 36px;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s; }

.switch-lg .switch {
  width: 75px;
  height: 40px; }
  .switch-lg .switch .switch-state:before {
    height: 30px;
    width: 30px;
    left: 7px;
    bottom: 5px;
    top: 4px; }

.switch-sm .switch {
  width: 25px;
  height: 16px;
  margin-top: 8px;
  margin-bottom: 0px; }
  .switch-sm .switch .switch-state:before {
    height: 8px;
    width: 8px;
    left: 4px;
    bottom: 4px; }

.switch-sm input:checked + .switch-state:before {
  left: -13px; }

.switch-lg.icon-state .switch .switch-state:after {
  left: 12px;
  font-size: 18px; }

.switch-lg.icon-state .switch input:checked + .switch-state:after {
  left: 47px; }

.switch-lg.icon-state .switch input:checked + .switch-state:before {
  -webkit-transform: translateX(32px);
          transform: translateX(32px); }

.switch-sm.icon-state .switch .switch-state:after {
  top: 4px;
  left: 4px;
  font-size: 8px; }

.switch-sm.icon-state .switch input:checked + .switch-state:after {
  left: 13px;
  top: 4px; }

.switch-outline .switch-state {
  background-color: #fff;
  border: 1px solid #24695c;
  -webkit-transition: .4s;
  transition: .4s; }
  .switch-outline .switch-state:before {
    background-color: #e6edef;
    bottom: 3px;
    color: #fff; }

.switch-outline .switch input {
  display: none; }
  .switch-outline .switch input:checked + .switch-state {
    background-color: transparent;
    border: 1px solid #24695c; }
    .switch-outline .switch input:checked + .switch-state:before {
      background-color: #24695c;
      bottom: 3px;
      -webkit-transform: translateX(26px);
              transform: translateX(26px); }
    .switch-outline .switch input:checked + .switch-state:after {
      color: #fff; }

.switch-outline .switch-state.bg-primary {
  border: 1px solid #24695c;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #24695c; }
  .switch-outline .switch input:checked + .switch-state.bg-primary:before {
    background-color: #24695c; }

.switch-outline .switch-state.bg-dark {
  border: 1px solid #2c323f;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-dark {
  background-color: transparent !important;
  border: 1px solid #2c323f; }
  .switch-outline .switch input:checked + .switch-state.bg-dark:before {
    background-color: #2c323f; }

.switch-outline .switch-state.bg-warning {
  border: 1px solid #e2c636;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-warning {
  background-color: transparent !important;
  border: 1px solid #e2c636; }
  .switch-outline .switch input:checked + .switch-state.bg-warning:before {
    background-color: #e2c636; }

.switch-outline .switch-state.bg-success {
  border: 1px solid #1b4c43;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-success {
  background-color: transparent !important;
  border: 1px solid #1b4c43; }
  .switch-outline .switch input:checked + .switch-state.bg-success:before {
    background-color: #1b4c43; }

.switch-outline .switch-state.bg-info {
  border: 1px solid #717171;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-info {
  background-color: transparent !important;
  border: 1px solid #717171; }
  .switch-outline .switch input:checked + .switch-state.bg-info:before {
    background-color: #717171; }

.switch-outline .switch-state.bg-danger {
  border: 1px solid #d22d3d;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-danger {
  background-color: transparent !important;
  border: 1px solid #d22d3d; }
  .switch-outline .switch input:checked + .switch-state.bg-danger:before {
    background-color: #d22d3d; }

.switch-outline .switch-state.bg-primary {
  border: 1px solid #24695c;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #24695c; }
  .switch-outline .switch input:checked + .switch-state.bg-primary:before {
    background-color: #24695c; }

.switch-outline .switch-state.bg-secondary {
  border: 1px solid #ba895d;
  background-color: transparent !important; }

.switch-outline .switch input:checked + .switch-state.bg-secondary {
  background-color: transparent !important;
  border: 1px solid #ba895d; }
  .switch-outline .switch input:checked + .switch-state.bg-secondary:before {
    background-color: #ba895d; }

.switch-showcase {
  margin-bottom: -8px; }
  .switch-showcase .media {
    line-height: 1; }

/**=====================
     18. Switch  CSS Ends
==========================**/
/**=====================
   19. Mega option CSS Start
==========================**/
.mega-inline {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mega-inline .card {
    border: 1px solid #e6edef;
    -webkit-box-shadow: 0 0 11px 5px #e6edef;
            box-shadow: 0 0 11px 5px #e6edef; }
  .mega-inline .mega-title-badge {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .mega-inline .media .radio {
    margin-left: 3px; }

.mega-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mega-vertical .card {
    -webkit-box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
            box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08); }
  .mega-vertical .mega-title-badge {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .mega-vertical .media .radio {
    margin-left: 3px; }

.mega-title {
  font-weight: 600; }

.mega-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mega-horizontal .card {
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
            box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08); }
  .mega-horizontal .mega-title-badge {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .mega-horizontal .media .radio {
    margin-left: 3px; }

.plain-style .card {
  -webkit-box-shadow: none;
          box-shadow: none; }

.border-style .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e6edef; }

.offer-style .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px dashed #e6edef; }

.rating-star-wrapper {
  color: #797979; }

/**=====================
     19. Mega option CSS Ends
==========================**/
/**=====================
    20.  Touchspin  CSS Start
==========================**/
.bootstrap-touchspin input.touchspin {
  padding: 0 12px; }

.bootstrap-touchspin .input-group .btn {
  padding: 10px 20px; }

.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 10px;
    font-weight: normal; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 9px;
    margin-left: -1px;
    position: relative; }

.bootstrap-touchspin .input-group {
  font-family: "Rubik", sans-serif, sans-serif; }
  .bootstrap-touchspin .input-group .btn {
    border-radius: 0 !important; }

.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
  padding: 9px 30px; }

.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
  z-index: 9999; }

/**=====================
     20. Touchspin  CSS Ends
==========================**/

/**=====================
     22. User profile css start
==========================**/
.user-profile .follow .follow-num {
  font-size: 18px;
  color: #2b2b2b;
  font-family: "Rubik", sans-serif, sans-serif;
  font-weight: 600; }

.user-profile .follow span {
  color: #59667a; }

.user-profile .follow ul.follow-list {
  border-top: 1px solid #e6edef; }
  .user-profile .follow ul.follow-list li {
    display: inline-block;
    padding-top: 15px; }
    .user-profile .follow ul.follow-list li:nth-child(n+2) {
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #e6edef; }

.user-profile .profile-img-style {
  padding: 30px; }
  .user-profile .profile-img-style .img-container {
    margin-top: 30px; }
  .user-profile .profile-img-style .user-name {
    font-size: 18px;
    color: #2b2b2b;
    margin: 0;
    font-weight: 600; }
  .user-profile .profile-img-style p {
    line-height: 30px;
    font-size: 14px;
    color: #898989;
    margin-bottom: 0; }
  .user-profile .profile-img-style .media img {
    width: 50px; }

.user-profile .like-comment a {
  color: #898989; }
  .user-profile .like-comment a:hover {
    color: #d22d3d; }

.user-profile .like-comment span {
  font-family: "Rubik", sans-serif, sans-serif; }

.user-profile .social-media ul.user-list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px; }
  .user-profile .social-media ul.user-list-social li:nth-child(n+2) {
    margin-left: 5px; }
  .user-profile .social-media ul.user-list-social li a {
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    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;
    background-color: rgba(36, 105, 92, 0.08); }
    .user-profile .social-media ul.user-list-social li a i {
      font-size: 14px;
      color: #24695c; }
  .user-profile .social-media ul.user-list-social li:hover a {
    background-color: #24695c; }
    .user-profile .social-media ul.user-list-social li:hover a i {
      color: #fff; }

.user-profile .profile-header {
  height: 420px;
  padding: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .user-profile .profile-header .profile-img-wrrap {
    display: none; }
  .user-profile .profile-header .userpro-box {
    background-color: #fff;
    padding: 30px;
    max-width: 380px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center; }
    .user-profile .profile-header .userpro-box .img-wrraper {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto; }
    .user-profile .profile-header .userpro-box .avatar {
      width: 100px;
      height: 100px;
      max-width: 155px;
      max-height: 155px;
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      border: 7px solid rgba(36, 105, 92, 0.08);
      margin-bottom: 15px; }
      .user-profile .profile-header .userpro-box .avatar img {
        width: 100%;
        height: 100%; }
    .user-profile .profile-header .userpro-box .icon-wrapper {
      position: absolute;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      background-color: #fff;
      cursor: pointer;
      overflow: hidden;
      margin: 0 auto;
      font-size: 17px;
      -webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
              box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1); }
      .user-profile .profile-header .userpro-box .icon-wrapper i {
        color: #24695c; }
    .user-profile .profile-header .userpro-box h4 {
      color: #2b2b2b;
      font-weight: 600;
      font-size: 20px; }
    .user-profile .profile-header .userpro-box h6 {
      font-size: 14px;
      text-transform: uppercase;
      color: #999;
      margin-bottom: 15px; }

.user-profile .profile-post {
  padding: 30px; }
  .user-profile .profile-post .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .user-profile .profile-post .post-header .media {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .user-profile .profile-post .post-header .media img {
        width: 60px; }
      .user-profile .profile-post .post-header .media h5 {
        color: #2b2b2b;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 3px; }
      .user-profile .profile-post .post-header .media h6 {
        color: #999;
        font-size: 14px;
        margin-bottom: 0; }
    .user-profile .profile-post .post-header .post-setting i {
      color: #999;
      font-size: 22px; }
  .user-profile .profile-post .post-body p {
    color: #999; }
  .user-profile .profile-post .post-body .post-react {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .user-profile .profile-post .post-body .post-react ul li {
      display: inline-block; }
      .user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
        margin-left: -20px; }
      .user-profile .profile-post .post-body .post-react ul li img {
        width: 30px;
        height: 30px; }
    .user-profile .profile-post .post-body .post-react h6 {
      font-size: 14px;
      color: #717171;
      margin-bottom: 0;
      margin-left: 15px; }
  .user-profile .profile-post .post-body .post-comment li {
    display: inline-block;
    color: #717171; }
    .user-profile .profile-post .post-body .post-comment li label {
      margin-bottom: 0;
      font-weight: 500; }
      .user-profile .profile-post .post-body .post-comment li label a {
        color: #717171;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1; }
        .user-profile .profile-post .post-body .post-comment li label a svg {
          width: 14px;
          height: 14px; }
        .user-profile .profile-post .post-body .post-comment li label a span {
          margin-left: 10px; }
    .user-profile .profile-post .post-body .post-comment li:nth-child(n+2) {
      margin-left: 15px; }

.user-profile .post-about ul {
  margin-bottom: 20px; }
  .user-profile .post-about ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .user-profile .post-about ul li .icon {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background-color: rgba(36, 105, 92, 0.08);
      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-right: 15px; }
      .user-profile .post-about ul li .icon svg {
        width: 18px;
        height: 18px;
        color: #24695c; }
    .user-profile .post-about ul li h5 {
      color: #2b2b2b;
      text-transform: capitalize; }
    .user-profile .post-about ul li p {
      font-size: 12px;
      line-height: 1;
      text-transform: capitalize; }
    .user-profile .post-about ul li:nth-child(n+2) {
      margin-top: 20px; }

.edit-profile .profile-title {
  border-bottom: 1px solid #e6edef;
  margin-bottom: 15px;
  padding-bottom: 20px; }
  .edit-profile .profile-title .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .edit-profile .profile-title .media .media-body {
      margin-left: 25px; }

.edit-profile .card .card-header h4 {
  font-weight: 600; }

.edit-profile .card .card-body h3 {
  font-weight: 600; }

.edit-profile .table > :not(:last-child) > :last-child > * {
  border: 1px solid #e6edef; }

/**============================
     22. User profile css Ends
==============================**/
/**=====================
     23. Progress CSS Start
==========================**/
.progress-showcase .progress {
  margin-bottom: 10px; }
  .progress-showcase .progress:last-child {
    margin-bottom: 0; }

.sm-progress-bar {
  height: 5px; }

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

.progress-animate {
  overflow: inherit;
  background-color: transparent;
  margin-bottom: 2px; }
  .progress-animate span {
    position: absolute;
    bottom: 15px;
    right: -10px;
    font-weight: 600;
    font-size: 15px; }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  25% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .5; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.progress-gradient-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#24695c));
  background-image: linear-gradient(to right, transparent, #24695c);
  position: relative; }
  .progress-gradient-primary:hover {
    background-size: 100%; }
  .progress-gradient-primary::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #24695c;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(36, 105, 92, 0.36);
            box-shadow: 0 0 17px 4px rgba(36, 105, 92, 0.36); }
  .progress-gradient-primary .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #24695c;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#ba895d));
  background-image: linear-gradient(to right, transparent, #ba895d);
  position: relative; }
  .progress-gradient-secondary:hover {
    background-size: 100%; }
  .progress-gradient-secondary::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #ba895d;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(186, 137, 93, 0.36);
            box-shadow: 0 0 17px 4px rgba(186, 137, 93, 0.36); }
  .progress-gradient-secondary .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #ba895d;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-success {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#1b4c43));
  background-image: linear-gradient(to right, transparent, #1b4c43);
  position: relative; }
  .progress-gradient-success:hover {
    background-size: 100%; }
  .progress-gradient-success::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #1b4c43;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(27, 76, 67, 0.36);
            box-shadow: 0 0 17px 4px rgba(27, 76, 67, 0.36); }
  .progress-gradient-success .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #1b4c43;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-danger {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#d22d3d));
  background-image: linear-gradient(to right, transparent, #d22d3d);
  position: relative; }
  .progress-gradient-danger:hover {
    background-size: 100%; }
  .progress-gradient-danger::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #d22d3d;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(210, 45, 61, 0.36);
            box-shadow: 0 0 17px 4px rgba(210, 45, 61, 0.36); }
  .progress-gradient-danger .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #d22d3d;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-info {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#717171));
  background-image: linear-gradient(to right, transparent, #717171);
  position: relative; }
  .progress-gradient-info:hover {
    background-size: 100%; }
  .progress-gradient-info::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #717171;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(113, 113, 113, 0.36);
            box-shadow: 0 0 17px 4px rgba(113, 113, 113, 0.36); }
  .progress-gradient-info .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #717171;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-light {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#e6edef));
  background-image: linear-gradient(to right, transparent, #e6edef);
  position: relative; }
  .progress-gradient-light:hover {
    background-size: 100%; }
  .progress-gradient-light::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #e6edef;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(230, 237, 239, 0.36);
            box-shadow: 0 0 17px 4px rgba(230, 237, 239, 0.36); }
  .progress-gradient-light .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #e6edef;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#2c323f));
  background-image: linear-gradient(to right, transparent, #2c323f);
  position: relative; }
  .progress-gradient-dark:hover {
    background-size: 100%; }
  .progress-gradient-dark::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #2c323f;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36);
            box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36); }
  .progress-gradient-dark .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #2c323f;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.progress-gradient-warning {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#e2c636));
  background-image: linear-gradient(to right, transparent, #e2c636);
  position: relative; }
  .progress-gradient-warning:hover {
    background-size: 100%; }
  .progress-gradient-warning::after {
    position: absolute;
    content: '';
    top: -3px;
    right: -1px;
    background-color: #e2c636;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 17px 4px rgba(226, 198, 54, 0.36);
            box-shadow: 0 0 17px 4px rgba(226, 198, 54, 0.36); }
  .progress-gradient-warning .animate-circle {
    position: absolute;
    top: -11px;
    right: -8px;
    height: 25px;
    width: 25px;
    border: 5px solid #e2c636;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-out;
            animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

/**=====================
     23. Progress CSS Ends
==========================**/
/**=====================
    24. According CSS start
==========================**/
.default-according .card {
  margin-bottom: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .default-according .card + .card {
    margin-top: 10px; }
  .default-according .card .btn-link {
    font-weight: 500;
    color: #242934;
    font-size: 16px; }
  .default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
    text-decoration: none; }
  .default-according .card .card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e6edef; }
    .default-according .card .card-header i {
      position: initial;
      font-size: 20px;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 5px; }
    .default-according .card .card-header h5 {
      margin-top: 2px; }
  .default-according .card .card-body {
    border-top: none !important;
    padding: 20px; }
    .default-according .card .card-body h5 {
      font-size: 14px;
      margin-bottom: 5px; }
    .default-according .card .card-body h6 {
      color: #999;
      font-size: 12px;
      margin-bottom: 5px; }
    .default-according .card .card-body ul.rating li {
      display: inline-block; }

.default-according.style-1 button {
  width: 100%;
  text-align: left; }
  .default-according.style-1 button:before {
    right: 20px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .default-according.style-1 button[aria-expanded="true"]:before {
    content: "";
    font-family: IcoFont; }
  .default-according.style-1 button[aria-expanded="false"]:before {
    content: "";
    font-family: IcoFont; }

@media (max-width: 480px) {
  .default-according .card .card-header {
    padding-right: 32px; }
    .default-according .card .card-header h5 {
      font-size: 16px; }
  .default-according.style-1 button:before {
    right: 10px; } }

/**=====================
     24. According CSS Ends
==========================**/
/**=====================
    25. Authentication CSS Start
==========================**/
.show-hide {
  position: absolute;
  top: 18px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: capitalize;
  z-index: 2; }
  .show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: #24695c; }
    .show-hide span .show-hide span:before {
      content: "hide"; }
    .show-hide span.show:before {
      content: "show"; }

.needs-validation label {
  margin-bottom: 10px; }

.needs-validation .invalid-tooltip {
  top: -35px;
  right: 10px; }

.login-card {
  background-color: rgba(36, 105, 92, 0.1);
  height: 100vh;
  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;
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 12px; }

.login-form {
  padding: 30px;
  width: 450px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .login-form h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px; }
  .login-form h6 {
    font-size: 14px;
    margin-bottom: 25px;
    color: #999; }
  .login-form .btn {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: auto;
    display: block; }
  .login-form p {
    font-weight: 600;
    text-align: center;
    margin-bottom: unset; }
  .login-form .form-group {
    position: relative; }
    .login-form .form-group label {
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 5px; }
    .login-form .form-group .input-group-text {
      background-color: rgba(36, 105, 92, 0.1);
      border: none;
      color: #24695c; }
    .login-form .form-group input {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .login-form .form-group .form-control::-webkit-input-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control::-moz-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control:-ms-input-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control::-ms-input-placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control::placeholder {
      font-weight: 400; }
    .login-form .form-group .form-control:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .login-form .form-group .checkbox {
      display: inline-block; }
      .login-form .form-group .checkbox label {
        padding-top: 0;
        margin-top: 0;
        color: #999; }
        .login-form .form-group .checkbox label span {
          color: rgba(36, 105, 92, 0.5); }
    .login-form .form-group .link {
      float: right;
      font-weight: 500; }
    .login-form .form-group .small-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .login-form .form-group .small-group .input-group:nth-child(n+2) {
        margin-left: 10px; }
  .login-form ul.login-social {
    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; }
    .login-form ul.login-social li {
      display: inline-block;
      width: 35px;
      height: 35px;
      background-color: rgba(36, 105, 92, 0.08);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 5px; }
      .login-form ul.login-social li a {
        line-height: 1; }
        .login-form ul.login-social li a svg {
          width: 16px;
          height: auto; }
      .login-form ul.login-social li:nth-child(n+2) {
        margin-left: 10px; }
  .login-form .login-social-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 2; }
    .login-form .login-social-title::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #999;
      z-index: -1; }
    .login-form .login-social-title h5 {
      font-weight: 600;
      font-size: 16px;
      color: #999;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #fff; }

@media (max-width: 575px) {
  .login-form .form-group .link {
    float: unset; }
  .login-form .btn {
    margin-left: unset; } }

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

/**==========================
    25. Authentication CSS Ends
==========================**/
/**=====================
    26. Form CSS Start
==========================**/
.height-35 {
  height: 35px !important; }

label {
  margin-bottom: 5px;
  font-weight: 600; }

.form-group {
  margin-bottom: 20px; }

.form-control, .form-select {
  background-color: #fff;
  font-size: 14px;
  border-color: #98a6ad;
  color: #717171; }
  .form-control:focus, .form-select:focus {
    border-color: #98a6ad;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
            box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05); }

.theme-form .form-control :focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
          box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05); }

.theme-form.sm-form .form-group {
  margin-bottom: 14px; }

.theme-form .form-group {
  margin-bottom: 20px; }
  .theme-form .form-group textarea {
    border-color: #efefef; }
    .theme-form .form-group textarea::-webkit-input-placeholder {
      color: #898989;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 100; }
  .theme-form .form-group input[type=text], .theme-form .form-group input[type=email], .theme-form .form-group input[type=search],
  .theme-form .form-group input[type=password], .theme-form .form-group input[type=number], .theme-form .form-group input[type=tel], .theme-form .form-group input[type=date], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=time], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=month], .theme-form .form-group input[type=week],
  .theme-form .form-group input[type=url], .theme-form .form-group input[type=file], .theme-form .form-group select {
    border-color: #e6edef;
    font-size: 14px;
    color: #898989; }
    .theme-form .form-group input[type=text]::-webkit-input-placeholder, .theme-form .form-group input[type=email]::-webkit-input-placeholder, .theme-form .form-group input[type=search]::-webkit-input-placeholder,
    .theme-form .form-group input[type=password]::-webkit-input-placeholder, .theme-form .form-group input[type=number]::-webkit-input-placeholder, .theme-form .form-group input[type=tel]::-webkit-input-placeholder, .theme-form .form-group input[type=date]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=time]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=month]::-webkit-input-placeholder, .theme-form .form-group input[type=week]::-webkit-input-placeholder,
    .theme-form .form-group input[type=url]::-webkit-input-placeholder, .theme-form .form-group input[type=file]::-webkit-input-placeholder, .theme-form .form-group select::-webkit-input-placeholder {
      color: #898989;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 100; }
  .theme-form .form-group select.form-control:not([size]):not([multiple]) {
    border-color: #efefef;
    font-size: 14px; }

.theme-form .checkbox label {
  padding-left: 10px; }

.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef; }
  .theme-form .form-divider:before {
    position: absolute;
    top: -11px;
    left: 40%;
    margin-left: -10px;
    padding: 0 5px;
    content: "Or Signup With";
    color: #2b2b2b;
    background: #fff; }

.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef; }
  .theme-form .login-divider:before {
    position: absolute;
    top: -11px;
    left: 40%;
    margin-left: -10px;
    padding: 0 5px;
    color: #2b2b2b;
    background: #fff;
    content: "Or Login With"; }

.theme-form .btn-fb {
  background-color: #50598e;
  color: #fff;
  width: 100%; }

.theme-form .btn-twitter {
  background-color: #6fa2d8;
  color: #fff;
  width: 100%; }

.theme-form .btn-google {
  background-color: #c64e40;
  color: #fff;
  width: 100%; }

.form-inline {
  display: -webkit-inline-box; }
  .form-inline .form-group {
    margin-right: 15px; }
    .form-inline .form-group .col-form-label {
      margin-right: 5px; }

.search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #e8ebf2;
  left: 82px;
  top: 50px; }

.search-form .form-group:after {
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 50px;
  left: 53px;
  color: #8e8e8e; }

.search-form input {
  border: 1px solid #e6edef;
  padding: 10px 10px 10px 70px;
  border-radius: 50px; }

.form-label-align-right label {
  text-align: right;
  padding-top: 17px;
  font-weight: 500; }

.custom-file-label {
  line-height: 1.8; }
  .custom-file-label::after {
    line-height: 1.8; }

.input-group-text {
  border-color: #e6edef;
  font-weight: 500; }

.dropdown-menu {
  border: 1px solid #e6edef; }

.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

/**=====================
    26. Form CSS Ends
==========================**/
/**=====================
     28. Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer; }
  .animate-chk label:last-child {
    margin-bottom: 0; }

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0; }
  .checkbox_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.225rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #24695c;
    border-top-style: none;
    border-right-style: none; }
  .checkbox_animated:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border: 2px solid #e6edef;
    cursor: pointer; }
  .checkbox_animated:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }

.radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer; }
  .radio_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: #24695c;
    border-radius: 50%; }
  .radio_animated:after {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    border: 2px solid #e6edef;
    border-radius: 50%; }
  .radio_animated:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px; }
  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -16px;
    border: 1px solid #98a6ad;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #2b2b2b; }

.checkbox input[type="checkbox"] {
  opacity: 0; }
  .checkbox input[type="checkbox"]:focus {
    outline-offset: -2px; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::before {
  font-family: themify;
  content: "\e64c";
  text-align: center;
  line-height: 1.2; }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #e6edef;
    cursor: not-allowed; }

.checkbox .checkbox-circle label::before {
  border-radius: 50%; }

.checkbox .checkbox-inline {
  margin-top: 0; }

.m-squar label::before {
  border-radius: 0; }

.m-squar .checkbox-circle label::before {
  border-radius: 50%; }

.m-squar .checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #24695c;
  color: #24695c; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  border-color: #ba895d;
  color: #ba895d; }

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  border-color: #1b4c43;
  color: #1b4c43; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #d22d3d;
  color: #d22d3d; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  border-color: #717171;
  color: #717171; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-light input[type="checkbox"]:checked + label::before {
  border-color: #e6edef;
  color: #e6edef; }

.checkbox-light input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-dark input[type="checkbox"]:checked + label::before {
  border-color: #2c323f;
  color: #2c323f; }

.checkbox-dark input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  border-color: #e2c636;
  color: #e2c636; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-primary label:before {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff; }

.checkbox-solid-primary input[type="checkbox"]:checked + label::before {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff; }

.checkbox-solid-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-secondary label:before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff; }

.checkbox-solid-secondary input[type="checkbox"]:checked + label::before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff; }

.checkbox-solid-secondary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-success label:before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }

.checkbox-solid-success input[type="checkbox"]:checked + label::before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff; }

.checkbox-solid-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-danger label:before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }

.checkbox-solid-danger input[type="checkbox"]:checked + label::before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff; }

.checkbox-solid-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-info label:before {
  background-color: #717171;
  border-color: #717171;
  color: #fff; }

.checkbox-solid-info input[type="checkbox"]:checked + label::before {
  background-color: #717171;
  border-color: #717171;
  color: #fff; }

.checkbox-solid-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-light label:before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff; }

.checkbox-solid-light input[type="checkbox"]:checked + label::before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff; }

.checkbox-solid-light input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-dark label:before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff; }

.checkbox-solid-dark input[type="checkbox"]:checked + label::before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff; }

.checkbox-solid-dark input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-solid-warning label:before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff; }

.checkbox-solid-warning input[type="checkbox"]:checked + label::before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff; }

.checkbox-solid-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-primary label::before {
  border-color: #24695c; }

.checkbox-secondary label::before {
  border-color: #ba895d; }

.checkbox-success label::before {
  border-color: #1b4c43; }

.checkbox-danger label::before {
  border-color: #d22d3d; }

.checkbox-info label::before {
  border-color: #717171; }

.checkbox-light label::before {
  border-color: #e6edef; }

.checkbox-dark label::before {
  border-color: #2c323f; }

.checkbox-warning label::before {
  border-color: #e2c636; }

.m-checkbox-inline .checkbox {
  display: inline-block; }

.m-checkbox-inline .radio {
  display: inline-block; }

.m-checkbox-inline label {
  margin-right: 20px; }

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer; }
  .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #e6edef;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #898989;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0; }
  .radio input[type="radio"]:focus + label::before {
    outline-offset: -2px; }
  .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
    .radio input[type="radio"]:disabled + label::before {
      cursor: not-allowed; }

.radio .radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::before {
  border-color: #24695c; }

.radio-primary input[type="radio"] + label::after {
  background-color: #24695c; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #24695c; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #24695c; }

.radio-secondary input[type="radio"] + label::before {
  border-color: #ba895d; }

.radio-secondary input[type="radio"] + label::after {
  background-color: #ba895d; }

.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #ba895d; }

.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #ba895d; }

.radio-success input[type="radio"] + label::before {
  border-color: #1b4c43; }

.radio-success input[type="radio"] + label::after {
  background-color: #1b4c43; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1b4c43; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1b4c43; }

.radio-danger input[type="radio"] + label::before {
  border-color: #d22d3d; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d22d3d; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d22d3d; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d22d3d; }

.radio-info input[type="radio"] + label::before {
  border-color: #717171; }

.radio-info input[type="radio"] + label::after {
  background-color: #717171; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #717171; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #717171; }

.radio-light input[type="radio"] + label::before {
  border-color: #e6edef; }

.radio-light input[type="radio"] + label::after {
  background-color: #e6edef; }

.radio-light input[type="radio"]:checked + label::before {
  border-color: #e6edef; }

.radio-light input[type="radio"]:checked + label::after {
  background-color: #e6edef; }

.radio-dark input[type="radio"] + label::before {
  border-color: #2c323f; }

.radio-dark input[type="radio"] + label::after {
  background-color: #2c323f; }

.radio-dark input[type="radio"]:checked + label::before {
  border-color: #2c323f; }

.radio-dark input[type="radio"]:checked + label::after {
  background-color: #2c323f; }

.radio-warning input[type="radio"] + label::before {
  border-color: #e2c636; }

.radio-warning input[type="radio"] + label::after {
  background-color: #e2c636; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #e2c636; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #e2c636; }

/**=====================
     28. Radio CSS Ends
==========================**/
/**=====================
     29. Form Input CSS Start
==========================**/
.icon-addon .addon-md .glyphicon, .icon-addon .addon-md .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.icon-addon .glyphicon, .icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.input-group-square .input-group-text, .input-group-square .form-control {
  border-radius: 0; }

.input-group-solid .input-group-text, .input-group-solid .form-control {
  background: #e6edef; }

.input-group-air {
  -webkit-box-shadow: 0 3px 20px 0 #efefef;
          box-shadow: 0 3px 20px 0 #efefef; }

.icon-addon {
  position: relative;
  color: #4c5667;
  display: block; }
  .icon-addon:after {
    display: table;
    content: "";
    clear: both; }
  .icon-addon:before {
    display: table;
    content: ""; }
  .icon-addon .addon-md .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal; }
  .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal; }

.pill-input-group div:last-child span {
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem; }

.pill-input-group div:first-child span {
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem; }

/**=====================
     29. Form Input CSS Ends
==========================**/
/**=====================
    30. Data-table CSS Start
==========================**/
div.dt-button-background {
  display: none !important; }

div.DTS div.dataTables_scrollBody table {
  z-index: 1; }

.dataTables_wrapper {
  padding: 0;
  width: 100%; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #e6edef; }
  .dataTables_wrapper .dt-buttons .btn {
    border-radius: 0.25rem !important; }
  .dataTables_wrapper .btn-group button {
    margin-right: 5px; }
  .dataTables_wrapper button {
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #24695c;
    border: 1px solid #23695b; }
  .dataTables_wrapper + .dataTables_wrapper {
    margin-top: 20px; }
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 15px !important;
    border: 1px solid #e6edef;
    border-radius: 0.25rem;
    padding-top: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      margin: 0; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #24695c;
        color: #fff !important;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 1px solid #24695c;
        color: #2c323f !important;
        background: transparent !important; }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 30px; }
    .dataTables_wrapper .dataTables_length select {
      background-color: #fff;
      border-color: #98a6ad;
      color: #2c323f;
      padding: 0 10px;
      margin: 0 10px;
      height: 2.7142em; }
  .dataTables_wrapper table.dataTable {
    border: 1px solid #efefef; }
    .dataTables_wrapper table.dataTable tbody td, .dataTables_wrapper table.dataTable tbody th {
      background-color: #fff;
      border: 1px solid #e6edef; }
      .dataTables_wrapper table.dataTable tbody td.select-checkbox, .dataTables_wrapper table.dataTable tbody th.select-checkbox {
        padding-right: 40px !important; }
        .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
          right: 20px;
          top: 22px;
          left: unset; }

    .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td {
      padding: 0.75rem;
      border-color: #e6edef; }
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 25px;
    margin-left: 15px; }
    .dataTables_wrapper .dataTables_filter input[type="search"] {
      border: 1px solid #98a6ad;
      padding: 0 10px;
      margin-left: 10px;
      height: 37px;
      border-radius: 0; }

table .fixedHeader-floating {
  position: fixed !important;
  background-color: #fff; }

table .box > div {
  padding: 5px 15px;
  background-color: #24695c;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px; }

table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
  width: calc(100vw - 250px) !important;
  max-width: calc(100vw - 250px) !important;
  overflow: hidden !important;
  right: 0 !important;
  z-index: 99;
  left: 260px !important; }

  table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px !important; }
  table.dataTable input, table.dataTable select {
    border: 1px solid #efefef;
    height: 37px; }

.toolbar {
  padding: 5px 15px;
  background-color: #24695c;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px; }

code.option {
  color: #d22d3d !important; }

code.api {
  color: #1b4c43 !important; }

.dt-ext .dataTables_wrapper .page-item.active .page-link {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff; }

.dt-ext .dataTables_wrapper .dataTables_paginate {
  border: none; }
  .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: none; }
    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active {
      border: none !important; }
  .dt-ext .dataTables_wrapper .dataTables_paginate .page-link {
    margin-left: 0px;
    color: #24695c; }

.dt-ext .dataTables_wrapper button.dt-button, .dt-ext .dataTables_wrapper div.dt-button, .dt-ext .dataTables_wrapper a.dt-button, .dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) {
  background-color: #24695c;
  border-color: #24695c;
  border-radius: 2px;
  color: #fff;
  background-image: none;
  font-size: 14px; }

.dt-ext .dataTables_wrapper button.dt-button.btn-success, .dt-ext .dataTables_wrapper div.dt-button.btn-success, .dt-ext .dataTables_wrapper a.dt-button.btn-success {
  background-color: #1b4c43;
  border-color: #1b4c43; }

.dt-ext .dataTables_wrapper button.dt-button.btn-primary, .dt-ext .dataTables_wrapper div.dt-button.btn-primary, .dt-ext .dataTables_wrapper a.dt-button.btn-primary {
  background-color: #24695c;
  border-color: #24695c; }

.dt-ext .dataTables_wrapper button.dt-button.btn-danger, .dt-ext .dataTables_wrapper div.dt-button.btn-danger, .dt-ext .dataTables_wrapper a.dt-button.btn-danger {
  background-color: #d22d3d;
  border-color: #d22d3d; }

.dt-ext .dataTables_wrapper table.dataTable th.focus, .dt-ext .dataTables_wrapper table.dataTable td.focus {
  outline: 3px solid #24695c; }

.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected > .sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #3eb59f; }

.dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd > .selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd > .selected {
  background-color: #3eb59f; }

.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.even.selected > .sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #3eb59f; }

.dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected, .dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
  background-color: #3eb59f; }

td.highlight {
  background-color: #e6edef !important; }

td.details-control {
  background: url("../images/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("../images/details_close.png") no-repeat center center; }

.dataTables_scroll ~ .dataTables_paginate {
  margin-top: 20px !important; }

.product-table th:last-child {
  min-width: 120px; }

.product-table h6 {
  font-weight: 600;
  color: #2c323f; }

table.dataTable.display tbody tr {
  border: 1px solid #e6edef; }

/**=====================
     30. Data-table CSS Ends
==========================**/

/**=====================
     32. pagination CSS Start
==========================**/
/*test Nav bar color */
.pagination-theme .page-item .page-link {
  color: #24695c !important; }
  .pagination-theme .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-theme .page-item.active .page-link {
  color: #fff !important;
  background-color: #24695c !important;
  border-color: #24695c; }

.pagination-primary .page-item .page-link {
  color: #24695c !important; }
  .pagination-primary .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-primary .page-item.active .page-link {
  color: #fff !important;
  background-color: #24695c !important;
  border-color: #24695c; }

.pagination-secondary .page-item .page-link {
  color: #ba895d !important; }
  .pagination-secondary .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-secondary .page-item.active .page-link {
  color: #fff !important;
  background-color: #ba895d !important;
  border-color: #ba895d; }

.pagination-success .page-item .page-link {
  color: #1b4c43 !important; }
  .pagination-success .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-success .page-item.active .page-link {
  color: #fff !important;
  background-color: #1b4c43 !important;
  border-color: #1b4c43; }

.pagination-danger .page-item .page-link {
  color: #d22d3d !important; }
  .pagination-danger .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-danger .page-item.active .page-link {
  color: #fff !important;
  background-color: #d22d3d !important;
  border-color: #d22d3d; }

.pagination-info .page-item .page-link {
  color: #717171 !important; }
  .pagination-info .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-info .page-item.active .page-link {
  color: #fff !important;
  background-color: #717171 !important;
  border-color: #717171; }

.pagination-dark .page-item .page-link {
  color: #2c323f !important; }
  .pagination-dark .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-dark .page-item.active .page-link {
  color: #fff !important;
  background-color: #2c323f !important;
  border-color: #2c323f; }

.pagination-warning .page-item .page-link {
  color: #e2c636 !important; }
  .pagination-warning .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination-warning .page-item.active .page-link {
  color: #fff !important;
  background-color: #e2c636 !important;
  border-color: #e2c636; }

/**=====================
     32. pagination CSS Ends
==========================**/

/**=====================
     34. Pricing CSS Start
==========================**/
.pricing-content div .pricing-simple, .pricing-content div .pricing-block {
  margin-bottom: 0; }

.pricing-content div .pricing-simple .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.pricing-content-ribbons div .pricing-block {
  margin-bottom: 30px; }

.pricing-content-ribbons div:last-child .pricing-block, .pricing-content-ribbons div:nth-child(7) .pricing-block, .pricing-content-ribbons div:nth-child(8) .pricing-block {
  margin-bottom: 0; }

.pricing-card-design-2 .pricing-block .pricing-inner ul {
  margin-bottom: 30px; }
  .pricing-card-design-2 .pricing-block .pricing-inner ul li {
    border-bottom: 1px solid #fafdff; }

.pricing-block {
  overflow: hidden; }
  .pricing-block .pricing-header {
    position: relative;
    height: 170px; }
    .pricing-block .pricing-header:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0% 0% 50% 50%;
      background-color: rgba(36, 105, 92, 0.05); }
    .pricing-block .pricing-header h2 {
      color: #24695c;
      font-weight: 600;
      font-size: 30px;
      text-transform: uppercase;
      margin-top: 30px; }
      .pricing-block .pricing-header h2 span {
        font-size: 50%; }
    .pricing-block .pricing-header .price-box {
      background-color: #24695c;
      border-radius: 5px;
      width: 90px;
      height: 90px;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      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: absolute;
      bottom: -40px;
      left: 0;
      right: 0; }
      .pricing-block .pricing-header .price-box > div {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .pricing-block .pricing-header .price-box h3 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 1;
        font-size: 24px; }
      .pricing-block .pricing-header .price-box p {
        color: #fff;
        text-transform: capitalize;
        line-height: 1;
        font-weight: 600; }
  .pricing-block svg {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: -1px; }
  .pricing-block .pricing-list {
    padding-top: 90px;
    padding-bottom: 30px; }
    .pricing-block .pricing-list ul {
      padding: 0; }
      .pricing-block .pricing-list ul li {
        margin-bottom: 20px; }
        .pricing-block .pricing-list ul li h6 {
          font-weight: 700;
          margin-bottom: 0; }
          .pricing-block .pricing-list ul li h6 span {
            color: #999;
            margin-left: 5px;
            display: inline-block; }
    .pricing-block .pricing-list .pricing-inner {
      margin-bottom: 30px; }

.pricing-simple .card-body {
  border-bottom: none; }
  .pricing-simple .card-body h3 {
    position: relative;
    margin-bottom: 38px;
    font-weight: 600; }
    .pricing-simple .card-body h3:before {
      position: absolute;
      content: '';
      width: 80px;
      height: 1px;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: -10px;
      background-color: #999; }
  .pricing-simple .card-body h1 {
    font-size: 80px;
    line-height: 0.9;
    margin-bottom: 30px;
    font-weight: 600;
    color: #24695c; }
  .pricing-simple .card-body h6 {
    color: #999; }

@media only screen and (max-width: 1550px) {
  .pricing-block .pricing-header {
    height: 150px; }
    .pricing-block .pricing-header h2 {
      font-size: 22px; } }

@media only screen and (max-width: 1470px) {
  .pricing-col {
    margin-bottom: -30px; }
    .pricing-col > div {
      width: 50%;
      margin-bottom: 30px; }
  .pricing-block .pricing-header h2 {
    font-size: 30px; } }

@media only screen and (max-width: 1366px) {
  .pricing-content div:nth-child(2) .pricing-simple, .pricing-content div:first-child .pricing-simple {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pricing-block .ribbon-vertical-left {
    left: 3px;
    top: 0px; }
  .pricing-block .ribbon-bookmark {
    top: 0;
    left: -1px; }
  .pricing-block .ribbon-clip-right {
    top: 0; } }

@media only screen and (max-width: 1199px) {
  .pricing-block .pricing-inner h3 {
    font-size: 20px; }
  .pricing-block .pricing-inner ul li h6 {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .pricing-content div:nth-child(2) .pricing-simple, .pricing-content div:first-child .pricing-simple {
    margin-bottom: 20px; }
  .pricing-block .pricing-inner {
    padding: 20px 0 20px; }
    .pricing-block .pricing-inner ul, .pricing-block .pricing-inner h3 {
      margin-bottom: 1px; }
  .pricing-simple .card-body h1 {
    margin-bottom: 20px; }
  .pricing-simple .card-body h3 {
    margin-bottom: 28px; }
  .pricing-card-design-2 .pricing-block .pricing-inner ul {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .pricing-content-ribbons div .pricing-block {
    margin-bottom: 20px !important; }
  .pricing-content-ribbons div:last-child .pricing-block {
    margin-bottom: 0 !important; }
  .pricing-content div:last-child .pricing-block {
    margin-bottom: 0; }
  .pricing-block .pricing-inner {
    padding: 15px 0 15px; }
    .pricing-block .pricing-inner h3 {
      font-size: 28px; }
    .pricing-block .pricing-inner ul li h6 {
      font-size: 16px; }
  .pricing-block .pricing-header h2 {
    font-size: 24px; }
  .pricing-simple .card-body h1 {
    font-size: 60px; }
  .pricing-simple .card-body h3 {
    font-size: 20px; } }

@media only screen and (max-width: 575px) {
  .pricing-content div .pricing-simple {
    margin-bottom: 15px; }
  .pricing-content div:last-child .pricing-simple {
    margin-bottom: 0; }
  .pricing-simple .card-body h1 {
    margin-bottom: 15px;
    font-size: 45px; }
  .pricing-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .pricing-block .pricing-inner {
      padding: 15px 0 15px; }
  .pricing-card-design-2 .pricing-block .pricing-inner ul {
    margin-bottom: 15px; }
  .pricing-col > div {
    width: 100%; }
  .pricing-block .pricing-list .btn {
    padding: 5px 15px;
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .pricing-block .pricing-list {
    padding-top: 80px; }
    .pricing-block .pricing-list ul li {
      margin-bottom: 15px; }
      .pricing-block .pricing-list ul li h6 {
        font-size: 14px; }
    .pricing-block .pricing-list .pricing-inner {
      margin-bottom: 25px; } }

@media only screen and (max-width: 420px) {
  .pricing-block .pricing-header {
    height: 140px; }
    .pricing-block .pricing-header .price-box {
      width: 80px;
      height: 80px; }
      .pricing-block .pricing-header .price-box h3 {
        font-size: 20px; }
      .pricing-block .pricing-header .price-box p {
        font-size: 12px; } }

/**=====================
    34. Pricing CSS Ends
==========================**/
/**=====================
     36. NAV CSS Start
==========================**/
.nav-list {
  padding: 30px; }
  .nav-list .nav-list-disc {
    text-align: left;
    color: #898989; }
    .nav-list .nav-list-disc li {
      padding: 9px 0; }
      .nav-list .nav-list-disc li:first-child {
        padding-top: 0; }
      .nav-list .nav-list-disc li:last-child {
        padding-bottom: 0; }
      .nav-list .nav-list-disc li a {
        color: #242934; }
        .nav-list .nav-list-disc li a .fa {
          width: 14px;
          font-size: 16px; }
      .nav-list .nav-list-disc li:hover {
        color: #24695c; }
        .nav-list .nav-list-disc li:hover a {
          color: #24695c; }

.navs-icon {
  padding: 30px; }
  .navs-icon svg {
    width: 21px;
    height: 21px;
    margin-right: 10px; }
  .navs-icon .fa {
    font-size: 16px;
    margin-right: 10px; }
  .navs-icon li {
    padding: 9px 0; }
    .navs-icon li:first-child {
      padding-top: 0; }
    .navs-icon li:last-child {
      padding-bottom: 0; }
    .navs-icon li .text-muted {
      color: #242934 !important; }
    .navs-icon li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .navs-icon li ul {
      padding-top: 9px; }
      .navs-icon li ul li {
        line-height: 1; }
        .navs-icon li ul li:first-child {
          padding-top: 9px; }
        .navs-icon li ul li:hover {
          color: #24695c; }
          .navs-icon li ul li:hover a {
            color: #24695c; }
    .navs-icon li a {
      color: #242934; }
      .navs-icon li a:hover {
        color: #24695c; }
      .navs-icon li a.active {
        color: #24695c; }
      .navs-icon li a span {
        font-family: "Rubik", sans-serif, sans-serif; }
    .navs-icon li button:hover a {
      color: #fff; }
  .navs-icon .main-section {
    padding-top: 30px; }
  .navs-icon .separator {
    border-bottom: 1px solid #e6edef;
    margin: 30px 0;
    padding: 0; }
  .navs-icon .btn-link {
    text-decoration: none;
    line-height: 1;
    padding: 0;
    padding-bottom: 6px; }
    .navs-icon .btn-link:hover {
      text-decoration: none; }

#accordionoc #collapseicon, #accordionoc #collapseicon1 {
  padding-top: 0px; }

#accordionoc li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navs-icon.default-according.style-1 li button {
  position: relative; }
  .navs-icon.default-according.style-1 li button:hover {
    color: #24695c !important; }

.navs-icon.default-according.style-1 li button[aria-expanded="true"]:before {
  right: 2px;
  top: 6px; }

.navs-icon.default-according.style-1 li button[aria-expanded="false"]:before {
  right: 2px;
  top: 6px; }

.navs-dropdown button {
  margin-top: 30px; }

.navs-dropdown .onhover-show-div {
  width: 250px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 2px #e6edef;
          box-shadow: 0 0 2px 2px #e6edef; }
  .navs-dropdown .onhover-show-div button {
    margin-top: 0px; }
  .navs-dropdown .onhover-show-div .navs-icon li {
    text-align: left; }
    .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, .navs-dropdown .onhover-show-div .navs-icon li a.active svg path, .navs-dropdown .onhover-show-div .navs-icon li a.active svg line, .navs-dropdown .onhover-show-div .navs-icon li a.active svg polyline {
      color: #24695c !important; }

.onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  right: 77px;
  left: unset; }

.onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  right: 77px;
  left: unset; }

.icon-lists {
  font-family: "Rubik", sans-serif, sans-serif; }

.pl-navs-inline {
  padding-left: 30px !important; }

.inline-nav li {
  line-height: 1.3; }

.nav-tabs {
  border-color: #e6edef; }
  .nav-tabs .nav-link.active {
    background-color: rgba(36, 105, 92, 0.1);
    border-color: #e6edef;
    color: #24695c; }
  .nav-tabs .nav-item.show .nav-link {
    background-color: rgba(36, 105, 92, 0.1); }

/**=====================
     36. NAV CSS Ends
==========================**/
/**=====================
    37. Dropdown CSS Start
==========================**/
.dropdown-basic {
  margin-bottom: -10px; }
  .dropdown-basic .btn-group {
    margin-right: 18px; }
    .dropdown-basic .btn-group .btn-round {
      border-radius: 50px; }
  .dropdown-basic .separated-btn {
    margin-left: -6px; }
    .dropdown-basic .separated-btn .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 10px; }
  .dropdown-basic button {
    max-height: 43px; }
  .dropdown-basic .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
    .dropdown-basic .dropdown .dropbtn {
      color: #fff;
      padding: 12px 35px;
      border: none;
      cursor: pointer; }
    .dropdown-basic .dropdown .dropdown-content {
      display: none;
      position: absolute;
      right: 0;
      background-color: #fff;
      border: 1px solid #e6edef;
      min-width: 175px;
      z-index: 1;
      left: 0;
      top: 45px; }
      .dropdown-basic .dropdown .dropdown-content a {
        color: #999;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        border-top: 1px solid #e6edef; }
      .dropdown-basic .dropdown .dropdown-content .dropdown-header {
        padding: 12px 16px; }
  .dropdown-basic .dropdown-content a:hover {
    background-color: rgba(36, 105, 92, 0.1);
    color: #24695c; }
  .dropdown-basic .dropdown:hover .dropdown-content {
    display: block; }

.dropup-basic .dropup {
  position: relative;
  display: inline-block; }
  .dropup-basic .dropup .dropbtn {
    color: white;
    padding: 12px;
    border: none; }
  .dropup-basic .dropup .dropup-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    bottom: 45px;
    z-index: 999;
    left: 0; }
    .dropup-basic .dropup .dropup-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block; }

.dropup-basic .dropup .dropup-content a:hover {
  background-color: #f1f1f1; }

.dropup-basic .dropup:hover .dropup-content {
  display: block; }
  .dropup-basic .dropup:hover .dropup-content a.active {
    background-color: #f1f1f1; }

/**=====================
    37. Dropdown CSS Ends
==========================**/
/**=====================
     39. Table  CSS Start
==========================**/
.table-bordered td, .table-bordered th {
  border-color: #e6edef !important; }

.pills-component {
  width: 20%; }

.product-page-width {
  width: 80%; }

.table {
  margin-bottom: 0px; }
  .table th, .table td {
    padding: 0.75rem; }
  .table th {
    color: #242934; }
  .table td {
    color: #242934; }
  .table [class*='bg-'] {
    color: #fff; }
  .table .bg-light {
    color: #242934; }
  .table tfoot {
    font-weight: bold; }
  .table thead.bg-primary tr th {
    color: #fff; }
  .table thead.table-primary {
    background-color: rgba(36, 105, 92, 0.1);
    --bs-table-bg:rgba($primary-color,0.1);
    color: #24695c; }
    .table thead.table-primary tr th {
      color: #24695c; }

.table-inverse th, .table-inverse td {
  color: #fff; }

.table[class*='bg-'] th, .table[class*='bg-'] td {
  color: #fff; }

.table-hover tbody tr:hover {
  background-color: rgba(36, 105, 92, 0.1);
  --bs-table-accent-bg:unset; }
  .table-hover tbody tr:hover th, .table-hover tbody tr:hover td {
    color: #24695c; }

.table-xl td, .table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%; }

.table-lg td, .table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%; }

.table-de td, .table-de th {
  padding: 0.75rem 2rem; }

.table-sm th, .table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%; }

.table-xs th, .table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%; }

.table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem; }

.table-border-vertical tr, .table-border-vertical th, .table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff; }

.table-border-vertical tr td:last-child {
  border-right: none; }

.table-bordernone td {
  border: 0; }

.table-bordernone .bd-t-none {
  border-top: none; }

.table-bordernone .u-s-tb {
  padding: 11px; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th, .table-inverse td {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5); }

.table-bordered td, .table-bordered th {
  border-color: #fdfeff; }

.table > :not(:last-child) > :last-child > * {
  border-color: #e6edef; }

thead, tbody, tfoot, tr, td, th {
  border-color: #e6edef; }

.table-styling.table-primary.table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg:unset; }
  .table-styling.table-primary.table-striped tbody tr:nth-of-type(odd):hover {
    color: #24695c; }

.table-styling.table-primary.table-striped tbody tr:nth-of-type(even):hover th, .table-styling.table-primary.table-striped tbody tr:nth-of-type(even):hover td {
  color: #fff; }

.table-success {
  background-color: rgba(27, 76, 67, 0.1);
  --bs-table-bg:rgba($success-color,0.1);
  color: #1b4c43; }
  .table-success tr th {
    color: #1b4c43; }

/**=====================
     39.Table CSS Ends
==========================**/
/**=====================
    41. Chart CSS Start
==========================**/
.radial-bar.radial-bar-lg:after, .radial-bar.radial-bar-lg > img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px; }

.radial-bar.radial-bar-sm:after, .radial-bar.radial-bar-sm > img {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px; }

.radial-bar.radial-bar-xs:after, .radial-bar.radial-bar-xs > img {
  width: 20px;
  height: 20px;
  margin-left: 5.5px;
  margin-top: 4.5px;
  line-height: 21px; }

.cke_wysiwyg_frame, .cke_wysiwyg_div {
  background-color: #fff; }

.chart-block canvas {
  width: 100% !important; }

.chart-block #pie-sparkline-chart {
  width: auto !important; }

.chart-block .chart-overflow {
  overflow: hidden;
  text-align: center; }

.candidcahrt {
  width: 100%;
  height: 470px; }

.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .amcharts-export-canvas .canvas-container {
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }
  .amcharts-export-canvas.active {
    display: block; }
  .amcharts-export-canvas.dropbox .canvas-container {
    opacity: .5; }

.flot-chart-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 400px; }
  .flot-chart-container #toggling-series-flot {
    width: 79% !important; }

.all-chart .flot-chart-container {
  height: 350px; }

.flot-chart-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center; }
  .flot-chart-placeholder .legend table {
    border-spacing: 5px; }

.morris-hover {
  position: absolute;
  z-index: 8; }
  .morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #898989;
    background: #fff;
    border: solid 1px #e6edef;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center; }
    .morris-hover.morris-default-style .morris-hover-row-label {
      font-weight: bold;
      margin: 0.25em 0; }
    .morris-hover.morris-default-style .morris-hover-point {
      white-space: nowrap;
      margin: 0.1em 0; }

.chart-sparkline {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  font: 10px "Rubik", sans-serif, sans-serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  border: 1px solid rgba(49, 49, 49, 0.75);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 10000;
  border-radius: 5px; }
  .chart-sparkline .jqsfield {
    color: #fff;
    font: 10px "Rubik", sans-serif, sans-serif;
    text-align: left; }

.radial-bar {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
  background-clip: content-box; }
  .radial-bar:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #455a64;
    content: attr(data-label);
    background-color: #fff;
    z-index: 1;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-top: 12px;
    line-height: 56px; }
  .radial-bar > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: #455a64;
    z-index: 3;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-top: 12px;
    line-height: 56px; }

.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #d22d3d 50%, #efefef 50%, #efefef); }

.radial-bar.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 20px; }

.radial-bar.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px; }

.radial-bar.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px; }

.pieLabel div {
  color: #fff !important; }
  .pieLabel div input[type=checkbox] {
    margin: 7px; }

.knob-chart {
  min-height: 255px; }
  .knob-chart .chart-clock-main {
    position: relative;
    width: 200px;
    margin: 45px auto; }
    .knob-chart .chart-clock-main .clock-large {
      position: absolute;
      left: -48px;
      top: -45px; }
    .knob-chart .chart-clock-main .clock-medium {
      position: absolute;
      left: 2px;
      top: 5px; }
    .knob-chart .chart-clock-main .clock-small {
      position: absolute;
      left: 15px;
      top: 55px; }

.peity-charts svg {
  width: 100%;
  height: 250px; }

.peity-charts.peity-chart-primary svg polygon {
  fill: rgba(36, 105, 92, 0.5); }

.peity-charts.peity-chart-primary svg polyline {
  stroke: #24695c; }

p.data-attributes svg {
  margin-right: 10px; }

.knob-block {
  position: relative; }
  .knob-block input {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: -3px !important; }

.apex-chart {
  margin: 0 auto; }

.apexcharts-menu-item {
  width: 110px; }

.word-tree {
  height: 400px; }

/**=====================
     41. Chart CSS End
==========================**/
/**=====================
    44. Tabs CSS Start
==========================**/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #24695c; }

.nav-pills .nav-link {
  font-weight: 600; }

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

.nav-theme .nav-link, .nav-pills.nav-theme .nav-link {
  color: #24695c; }

.nav-theme .nav-link.active, .nav-theme .show > .nav-link, .nav-pills.nav-theme .nav-link.active, .nav-pills.nav-theme .show > .nav-link {
  background-color: #24695c;
  color: #fff; }

.nav-primary .nav-link, .nav-pills.nav-primary .nav-link {
  color: #24695c; }

.nav-primary .nav-link.active, .nav-primary .show > .nav-link, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-primary .show > .nav-link {
  background-color: #24695c;
  color: #fff; }

.nav-secondary .nav-link, .nav-pills.nav-secondary .nav-link {
  color: #ba895d; }

.nav-secondary .nav-link.active, .nav-secondary .show > .nav-link, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-secondary .show > .nav-link {
  background-color: #ba895d;
  color: #fff; }

.nav-success .nav-link, .nav-pills.nav-success .nav-link {
  color: #1b4c43; }

.nav-success .nav-link.active, .nav-success .show > .nav-link, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .show > .nav-link {
  background-color: #1b4c43;
  color: #fff; }

.nav-danger .nav-link, .nav-pills.nav-danger .nav-link {
  color: #d22d3d; }

.nav-danger .nav-link.active, .nav-danger .show > .nav-link, .nav-pills.nav-danger .nav-link.active, .nav-pills.nav-danger .show > .nav-link {
  background-color: #d22d3d;
  color: #fff; }

.nav-info .nav-link, .nav-pills.nav-info .nav-link {
  color: #717171; }

.nav-info .nav-link.active, .nav-info .show > .nav-link, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .show > .nav-link {
  background-color: #717171;
  color: #fff; }

.nav-light .nav-link, .nav-pills.nav-light .nav-link {
  color: #e6edef; }

.nav-light .nav-link.active, .nav-light .show > .nav-link, .nav-pills.nav-light .nav-link.active, .nav-pills.nav-light .show > .nav-link {
  background-color: #e6edef;
  color: #fff; }

.nav-dark .nav-link, .nav-pills.nav-dark .nav-link {
  color: #2c323f; }

.nav-dark .nav-link.active, .nav-dark .show > .nav-link, .nav-pills.nav-dark .nav-link.active, .nav-pills.nav-dark .show > .nav-link {
  background-color: #2c323f;
  color: #fff; }

.nav-warning .nav-link, .nav-pills.nav-warning .nav-link {
  color: #e2c636; }

.nav-warning .nav-link.active, .nav-warning .show > .nav-link, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-warning .show > .nav-link {
  background-color: #e2c636;
  color: #fff; }

.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.nav-tabs.nav-bottom .nav-item .nav-link.active, .nav-tabs.nav-bottom .nav-item .nav-link.focus, .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6; }

.tab-content ~ .nav-tabs.border-tab {
  margin-bottom: 0;
  margin-top: 30px; }

.border-tab.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px; }
  .border-tab.nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #2c323f;
    text-align: center;
    padding: 10px 25px;
    border: none;
    border-bottom: 2px solid #e6edef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent; }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover {
      color: #24695c; }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus {
      border-bottom: 2px solid #24695c; }

.border-tab.nav-left .nav-link {
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2c323f; }

.border-tab.nav-left .nav-link.active, .border-tab.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: #24695c;
  color: #24695c;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.border-tab.nav-right .nav-link {
  border-right: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2c323f;
  text-align: right; }

.border-tab.nav-right .nav-link.active, .border-tab.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: #24695c;
  color: #24695c;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.border-tab.nav-theme .nav-link.active, .border-tab.nav-theme .nav-item.show, .border-tab.nav-theme .nav-link:focus, .border-tab.nav-theme .nav-link:hover {
  color: #24695c;
  background-color: transparent; }

.border-tab.nav-theme .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus {
    border-bottom: 2px solid #24695c; }
  .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus, .border-tab.nav-theme .nav-item .nav-link:hover {
    color: #24695c; }

.border-tab.nav-left.nav-theme .nav-link.active, .border-tab.nav-left.nav-theme .show > .nav-link {
  border-left-color: #24695c;
  color: #24695c; }

.border-tab.nav-right.nav-theme .nav-link.active, .border-tab.nav-right.nav-theme .show > .nav-link {
  border-right-color: #24695c;
  color: #24695c; }

.border-tab.nav-primary .nav-link.active, .border-tab.nav-primary .nav-item.show, .border-tab.nav-primary .nav-link:focus, .border-tab.nav-primary .nav-link:hover {
  color: #24695c;
  background-color: transparent; }

.border-tab.nav-primary .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus {
    border-bottom: 2px solid #24695c; }
  .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus, .border-tab.nav-primary .nav-item .nav-link:hover {
    color: #24695c; }

.border-tab.nav-left.nav-primary .nav-link.active, .border-tab.nav-left.nav-primary .show > .nav-link {
  border-left-color: #24695c;
  color: #24695c; }

.border-tab.nav-right.nav-primary .nav-link.active, .border-tab.nav-right.nav-primary .show > .nav-link {
  border-right-color: #24695c;
  color: #24695c; }

.border-tab.nav-secondary .nav-link.active, .border-tab.nav-secondary .nav-item.show, .border-tab.nav-secondary .nav-link:focus, .border-tab.nav-secondary .nav-link:hover {
  color: #ba895d;
  background-color: transparent; }

.border-tab.nav-secondary .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus {
    border-bottom: 2px solid #ba895d; }
  .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus, .border-tab.nav-secondary .nav-item .nav-link:hover {
    color: #ba895d; }

.border-tab.nav-left.nav-secondary .nav-link.active, .border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: #ba895d;
  color: #ba895d; }

.border-tab.nav-right.nav-secondary .nav-link.active, .border-tab.nav-right.nav-secondary .show > .nav-link {
  border-right-color: #ba895d;
  color: #ba895d; }

.border-tab.nav-success .nav-link.active, .border-tab.nav-success .nav-item.show, .border-tab.nav-success .nav-link:focus, .border-tab.nav-success .nav-link:hover {
  color: #1b4c43;
  background-color: transparent; }

.border-tab.nav-success .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus {
    border-bottom: 2px solid #1b4c43; }
  .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus, .border-tab.nav-success .nav-item .nav-link:hover {
    color: #1b4c43; }

.border-tab.nav-left.nav-success .nav-link.active, .border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #1b4c43;
  color: #1b4c43; }

.border-tab.nav-right.nav-success .nav-link.active, .border-tab.nav-right.nav-success .show > .nav-link {
  border-right-color: #1b4c43;
  color: #1b4c43; }

.border-tab.nav-danger .nav-link.active, .border-tab.nav-danger .nav-item.show, .border-tab.nav-danger .nav-link:focus, .border-tab.nav-danger .nav-link:hover {
  color: #d22d3d;
  background-color: transparent; }

.border-tab.nav-danger .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus {
    border-bottom: 2px solid #d22d3d; }
  .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus, .border-tab.nav-danger .nav-item .nav-link:hover {
    color: #d22d3d; }

.border-tab.nav-left.nav-danger .nav-link.active, .border-tab.nav-left.nav-danger .show > .nav-link {
  border-left-color: #d22d3d;
  color: #d22d3d; }

.border-tab.nav-right.nav-danger .nav-link.active, .border-tab.nav-right.nav-danger .show > .nav-link {
  border-right-color: #d22d3d;
  color: #d22d3d; }

.border-tab.nav-info .nav-link.active, .border-tab.nav-info .nav-item.show, .border-tab.nav-info .nav-link:focus, .border-tab.nav-info .nav-link:hover {
  color: #717171;
  background-color: transparent; }

.border-tab.nav-info .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus {
    border-bottom: 2px solid #717171; }
  .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus, .border-tab.nav-info .nav-item .nav-link:hover {
    color: #717171; }

.border-tab.nav-left.nav-info .nav-link.active, .border-tab.nav-left.nav-info .show > .nav-link {
  border-left-color: #717171;
  color: #717171; }

.border-tab.nav-right.nav-info .nav-link.active, .border-tab.nav-right.nav-info .show > .nav-link {
  border-right-color: #717171;
  color: #717171; }

.border-tab.nav-light .nav-link.active, .border-tab.nav-light .nav-item.show, .border-tab.nav-light .nav-link:focus, .border-tab.nav-light .nav-link:hover {
  color: #e6edef;
  background-color: transparent; }

.border-tab.nav-light .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus {
    border-bottom: 2px solid #e6edef; }
  .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus, .border-tab.nav-light .nav-item .nav-link:hover {
    color: #e6edef; }

.border-tab.nav-left.nav-light .nav-link.active, .border-tab.nav-left.nav-light .show > .nav-link {
  border-left-color: #e6edef;
  color: #e6edef; }

.border-tab.nav-right.nav-light .nav-link.active, .border-tab.nav-right.nav-light .show > .nav-link {
  border-right-color: #e6edef;
  color: #e6edef; }

.border-tab.nav-dark .nav-link.active, .border-tab.nav-dark .nav-item.show, .border-tab.nav-dark .nav-link:focus, .border-tab.nav-dark .nav-link:hover {
  color: #2c323f;
  background-color: transparent; }

.border-tab.nav-dark .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus {
    border-bottom: 2px solid #2c323f; }
  .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus, .border-tab.nav-dark .nav-item .nav-link:hover {
    color: #2c323f; }

.border-tab.nav-left.nav-dark .nav-link.active, .border-tab.nav-left.nav-dark .show > .nav-link {
  border-left-color: #2c323f;
  color: #2c323f; }

.border-tab.nav-right.nav-dark .nav-link.active, .border-tab.nav-right.nav-dark .show > .nav-link {
  border-right-color: #2c323f;
  color: #2c323f; }

.border-tab.nav-warning .nav-link.active, .border-tab.nav-warning .nav-item.show, .border-tab.nav-warning .nav-link:focus, .border-tab.nav-warning .nav-link:hover {
  color: #e2c636;
  background-color: transparent; }

.border-tab.nav-warning .nav-item .nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus {
    border-bottom: 2px solid #e2c636; }
  .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus, .border-tab.nav-warning .nav-item .nav-link:hover {
    color: #e2c636; }

.border-tab.nav-left.nav-warning .nav-link.active, .border-tab.nav-left.nav-warning .show > .nav-link {
  border-left-color: #e2c636;
  color: #e2c636; }

.border-tab.nav-right.nav-warning .nav-link.active, .border-tab.nav-right.nav-warning .show > .nav-link {
  border-right-color: #e2c636;
  color: #e2c636; }

.tabbed-card ul {
  position: absolute;
  right: 15px;
  top: 22px; }
  .tabbed-card ul.border-tab.nav-tabs {
    top: 0; }
    .tabbed-card ul.border-tab.nav-tabs .nav-item {
      float: right; }
      .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
        padding: 28px 15px; }

/**=====================
     44. Tabs CSS Ends
==========================**/
/**=====================
     45. Gallery CSS Start
==========================**/
.profile-img-style img, .scroll-bar-wrap img {
  width: 100%; }

.gallery {
  margin-bottom: -30px; }
  .gallery > a {
    margin-bottom: 30px; }
    .gallery > a:before {
      content: "\edee";
      font-family: IcoFont;
      position: absolute;
      height: calc(100% - 10px);
      left: 20px;
      width: calc(100% - 40px);
      background-color: rgba(255, 255, 255, 0.27);
      top: 5px;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      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;
      font-size: 30px;
      color: #000; }
    .gallery > a:hover:before {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .gallery > a .img-thumbnail {
      border-radius: 0; }

.gallery-with-description {
  margin-bottom: -30px; }
  .gallery-with-description a > div {
    padding: 10px;
    border: 1px solid #e4e6ec;
    margin-bottom: 30px; }
  .gallery-with-description a:hover {
    text-decoration: none !important; }
  .gallery-with-description h4 {
    color: #2c323f;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600; }
  .gallery-with-description p {
    color: #999; }

.lg-backdrop {
  background-color: #fff; }

.lg-outer .lg-actions .lg-next, .lg-outer .lg-actions .lg-prev {
  background-color: white;
  border: 1px solid #efefef; }
  .lg-outer .lg-actions .lg-next:hover, .lg-outer .lg-actions .lg-prev:hover {
    color: #2c323f; }

.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #2c323f; }
  .lg-outer .lg-toolbar .lg-icon:hover {
    color: #2c323f; }

.lg-outer #lg-counter {
  color: #2c323f; }

.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45); }
  .lg-outer .lg-sub-html h4 {
    font-size: inherit;
    color: #2c323f; }
  .lg-outer .lg-sub-html p {
    color: #2c323f; }

.lg-outer .lg-thumb-outer {
  background-color: #e6edef; }

.lg-outer .lg-thumb-item {
  padding: 4px;
  border: 1px solid #efefef;
  border-radius: 0; }
  .lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover {
    border-color: #000; }

.gallery a:before, .gallery a:after {
  content: none; }

.gallery .img-hover > div {
  overflow: hidden; }

.gallery .hover-1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .gallery .hover-1 img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.gallery .hover-2 img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

.gallery .hover-2:hover img {
  -webkit-transform: translateX(40px) scale(1.2);
          transform: translateX(40px) scale(1.2); }

.gallery .hover-3 img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-3:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.gallery .hover-4 img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-4:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.gallery .hover-5 img {
  margin-left: 30px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-5:hover img {
  margin-left: 0; }

.gallery .hover-6 img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-6:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1); }

.gallery .hover-7 img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-7:hover img {
  -webkit-filter: blur(0);
  filter: blur(0); }

.gallery .hover-8 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-8:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.gallery .hover-9 img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-9:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0); }

.gallery .hover-10 img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-10:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px); }

.gallery .hover-11 img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.gallery .hover-11:hover img {
  opacity: .5; }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

.gallery .hover-13:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.gallery .hover-14 div {
  position: relative; }
  .gallery .hover-14 div:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .gallery .hover-14 div:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }

.gallery .hover-15 div {
  position: relative; }
  .gallery .hover-15 div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  .gallery .hover-15 div:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s; }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.grid {
  position: relative; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-item img {
  max-width: 100%;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.gallery-with-description .grid-item img {
  border: 0;
  padding: 0; }

/**=====================
     45. Gallery CSS Ends
==========================**/
/**=====================
     47. Footer CSS Start
==========================**/
.footer-links {
  text-align: right; }
  .footer-links li {
    display: inline-block;
    padding-right: 15px; }
    .footer-links li a {
      font-size: 12px; }

footer {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 16px rgba(4, 122, 251, 0.04);
          box-shadow: 0 0 20px 16px rgba(4, 122, 251, 0.04);
  padding: 15px;
  bottom: 0;
  left: 0;
  margin-left: 275px; }
  footer a {
    font-weight: 600; }
  footer.footer-starter-kit {
    bottom: -52px; }
  footer p {
    font-size: 14px;
    font-weight: 500;
    color: #999; }

.page-wrapper .page-body-wrapper .footer-dark {
  background-color: #2b2b2b; }
  .page-wrapper .page-body-wrapper .footer-dark p {
    color: #fff !important; }
  .page-wrapper .page-body-wrapper .footer-dark li a {
    color: #fff; }

.footer-fix {
  width: calc(100% - 255px);
  position: fixed; }

.page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  z-index: 8;
  margin-left: 0; }
  .page-wrapper.horizontal-wrapper .page-body-wrapper footer p {
    color: #242934; }
    .page-wrapper.horizontal-wrapper .page-body-wrapper footer p i {
      color: #ba895d;
      margin-left: 5px; }

/**=====================
     47. Footer CSS Ends
==========================**/
/**===========================
     48. Form Wizard CSS Start
=============================**/
/*Form Wizard One Start*/
.form-wizard .tab {
  display: none; }

.form-wizard .btn-mb {
  margin-bottom: 30px; }

.form-wizard .step {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #24695c;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5; }
  .form-wizard .step.active {
    opacity: 1; }
  .form-wizard .step.finish {
    background-color: #ba895d; }

/*Form Wizard One ends*/
/*Form Wizard Two Start*/
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }
  .stepwizard .stepwizard-row {
    display: table-row; }
    .stepwizard .stepwizard-row:before {
      top: 16px;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 100%;
      height: 1px;
      background-color: #e6edef; }
    .stepwizard .stepwizard-row .stepwizard-step {
      display: table-cell;
      text-align: center;
      position: relative; }
      .stepwizard .stepwizard-row .stepwizard-step p {
        margin-top: 10px; }
      .stepwizard .stepwizard-row .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important; }
      .stepwizard .stepwizard-row .stepwizard-step .btn {
        font-weight: 600; }

/*Form Wizard Two Ends*/
/*Form Wizard Three Start*/
.f1 fieldset {
  display: none; }

.f1 .input-error {
  border-color: #d22d3d; }

.f1 .f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .f1 .f1-steps .f1-progress {
    position: absolute;
    top: 24px;
    width: 100%;
    height: 1px;
    background-color: #e6edef; }
    .f1 .f1-steps .f1-progress .f1-progress-line {
      height: 1px;
      background-color: #24695c;
      width: 16%; }
  .f1 .f1-steps .f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    text-align: center; }
    .f1 .f1-steps .f1-step.activated .f1-step-icon {
      border: 1px solid #24695c;
      color: #24695c;
      line-height: 38px; }
    .f1 .f1-steps .f1-step.activated p {
      color: #24695c; }
    .f1 .f1-steps .f1-step.active .f1-step-icon {
      background-color: #24695c;
      color: #fff; }
    .f1 .f1-steps .f1-step.active p {
      color: #24695c; }
    .f1 .f1-steps .f1-step p {
      color: #898989;
      font-weight: 600; }
    .f1 .f1-steps .f1-step .f1-step-icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #e6edef;
      font-size: 16px;
      color: #24695c;
      line-height: 40px;
      border-radius: 50%; }

.f1 .f1-buttons {
  text-align: right; }

/*Form Wizard Three ends*/
/*Form Wizard Four Start*/
.wizard-4 .buttonDisabled {
  color: #2c323f;
  background-color: #e6edef;
  border: 1px solid #e6edef;
  cursor: text; }

.wizard-4 .action-bar .btn {
  float: right;
  margin: 0 5px; }

.wizard-4 .step-container {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #e6edef;
  overflow: hidden;
  clear: right;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .wizard-4 .step-container div.content {
    display: block;
    position: absolute;
    float: left;
    height: 295px;
    text-align: left;
    overflow: auto;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both; }

.wizard-4 .loader {
  display: none; }

.wizard-4 .msg-box {
  position: absolute;
  display: none;
  padding: 5px 10px;
  background-color: #24695c;
  left: 32%;
  bottom: 30px;
  border-radius: 2px; }
  .wizard-4 .msg-box .content {
    padding: 0;
    float: left;
    padding-top: 3px;
    color: #fff; }
  .wizard-4 .msg-box .close {
    text-shadow: none;
    color: #fff;
    margin-left: 10px;
    opacity: 1; }

.wizard-4 ul.anchor {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 solid #e6edef;
  background: transparent;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px; }
  .wizard-4 ul.anchor li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 19px;
    float: left;
    clear: both;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 0; }
    .wizard-4 ul.anchor li a {
      display: block;
      position: relative;
      float: left;
      margin: 0;
      padding: 10px 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-decoration: none;
      outline-style: none;
      z-index: 1;
      font-size: 18px; }
      .wizard-4 ul.anchor li a small {
        display: block;
        font-size: 14px; }
      .wizard-4 ul.anchor li a .stepNumber {
        position: relative;
        float: left;
        width: 30px;
        text-align: center;
        padding: 5px;
        padding-top: 0; }
      .wizard-4 ul.anchor li a.selected {
        color: #fff;
        background: #24695c;
        cursor: text;
        border-radius: 5px; }
      .wizard-4 ul.anchor li a.done {
        position: relative;
        color: #fff;
        background: #ba895d;
        z-index: 99;
        border-radius: 5px; }
      .wizard-4 ul.anchor li a.disabled {
        color: #898989;
        background: #e6edef;
        cursor: text;
        border-radius: 5px; }
      .wizard-4 ul.anchor li a.error {
        color: #898989;
        background: #fe8a7d;
        border: 1px solid #d22d3d; }
        .wizard-4 ul.anchor li a.error:hover {
          color: #000; }

@media (max-width: 575px) {
  .f1 .f1-steps .f1-step .f1-step-icon {
    width: 35px;
    height: 35px;
    font-size: 14px; }
  .f1 .f1-steps .f1-progress {
    top: 20px; } }

/*Form Wizard Four Ends*/
/**=====================
    48. Form Wizard CSS Ends
==========================**/
/**=====================
    49. Badge CSS start
==========================**/
.badge {
  padding: 0.44em 0.7em; }
  .badge + .badge {
    margin-left: 5px; }
  .badge svg {
    width: 10px;
    height: 10px; }

.pill-badge-primary {
  background-color: #24695c;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(36, 105, 92, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(36, 105, 92, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-secondary {
  background-color: #ba895d;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(186, 137, 93, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(186, 137, 93, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-success {
  background-color: #1b4c43;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(27, 76, 67, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(27, 76, 67, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-danger {
  background-color: #d22d3d;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(210, 45, 61, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(210, 45, 61, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

[copy-on-click]{
  cursor: pointer;
}

.pill-badge-info {
  background-color: #717171;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(113, 113, 113, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(113, 113, 113, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-light {
  background-color: #e6edef;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(230, 237, 239, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(230, 237, 239, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

.pill-badge-dark {
  background-color: #2c323f;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.pill-badge-warning {
  background-color: #e2c636;
  -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(226, 198, 54, 0.25);
          box-shadow: -0.5px 4.33px 16px 0px rgba(226, 198, 54, 0.25);
  color: #fff;
  font-size: 9px;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px; }

.round-badge-primary {
  border-radius: 6px;
  background-color: #24695c;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(36, 105, 92, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(36, 105, 92, 0.18);
  color: #fff !important; }

.round-badge-secondary {
  border-radius: 6px;
  background-color: #ba895d;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(186, 137, 93, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(186, 137, 93, 0.18);
  color: #fff !important; }

.round-badge-success {
  border-radius: 6px;
  background-color: #1b4c43;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(27, 76, 67, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(27, 76, 67, 0.18);
  color: #fff !important; }

.round-badge-danger {
  border-radius: 6px;
  background-color: #d22d3d;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(210, 45, 61, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(210, 45, 61, 0.18);
  color: #fff !important; }

.round-badge-info {
  border-radius: 6px;
  background-color: #717171;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(113, 113, 113, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(113, 113, 113, 0.18);
  color: #fff !important; }

.round-badge-light {
  border-radius: 6px;
  background-color: #e6edef;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(230, 237, 239, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(230, 237, 239, 0.18);
  color: #fff !important; }

.round-badge-dark {
  border-radius: 6px;
  background-color: #2c323f;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18);
  color: #fff !important; }

.round-badge-warning {
  border-radius: 6px;
  background-color: #e2c636;
  -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(226, 198, 54, 0.18);
          box-shadow: -0.5px -6.67px 14px 0px rgba(226, 198, 54, 0.18);
  color: #fff !important; }

/**=====================
    49. Badge CSS Ends
==========================**/
/**=====================
     50. Tree  CSS Start
==========================**/
.jstree-default .jstree-clicked {
  background-color: rgba(36, 105, 92, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #24695c; }

.vakata-context, .vakata-context ul {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2px 2px #efefef;
          box-shadow: 0 0 2px 2px #efefef; }
  .vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep {
    display: none; }
  .vakata-context li a:hover, .vakata-context ul li a:hover {
    background-color: #97dbcf;
    -webkit-box-shadow: None;
            box-shadow: None; }
  .vakata-context .vakata-context-separator, .vakata-context ul .vakata-context-separator {
    display: none; }

.jstree-default .jstree-anchor {
  font-weight: 500; }

/**=====================
     50. Tree CSS Ends
==========================**/
/**=====================
     51. Search CSS Start
==========================**/
.search-page .search-form input:focus {
  outline: none; }

.search-page .search-form .form-group {
  position: relative;
  border-radius: 50px;
  overflow: hidden; }
  .search-page .search-form .form-group .input-group-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    border-color: #24695c;
    background-color: #24695c;
    padding: 0 20px; }
    .search-page .search-form .form-group .input-group-text i {
      color: #fff;
      font-weight: 600; }

.search-page .info-block + .info-block {
  padding-top: 30px;
  border-top: 1px solid #e6edef;
  margin-top: 30px; }

.search-page .border-tab.nav-tabs {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  .search-page .border-tab.nav-tabs .nav-item {
    width: auto; }

.search-page .search-links h6 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6; }

.search-page p {
  margin-bottom: 0;
  color: #999; }

.search-page ul.search-info > li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #586082; }
  .search-page ul.search-info > li + li {
    border-left: 1px solid #a8b0c2;
    padding-left: 8px;
    margin-left: 8px; }
  .search-page ul.search-info > li i {
    color: #e2c636; }

.search-page ul.search-info .rating li {
  display: inline-block; }

.search-page #video-links .embed-responsive + .embed-responsive {
  margin-top: 30px; }

.search-page .search-vid-block > div:nth-child(n+2) {
  margin-top: 30px; }

.search-list {
  margin-bottom: 30px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #24695c;
  border: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .search-list .nav-item {
    background-color: rgba(36, 105, 92, 0.1); }
    .search-list .nav-item .nav-link {
      border: none;
      padding: 0.7rem 1.5rem;
      opacity: 0.5; }
      .search-list .nav-item .nav-link.active {
        background-color: rgba(36, 105, 92, 0.1);
        opacity: 1; }
    .search-list .nav-item.show, .search-list .nav-item.active {
      background-color: rgba(36, 105, 92, 0.1); }

@media (max-width: 1199px) {
  .search-page .search-banner {
    margin-top: 30px; }
    .search-page .search-banner .card {
      margin-bottom: unset; } }

@media (max-width: 767px) {
  .search-page .search-links h6 {
    font-size: 16px; } }

@media (max-width: 575px) {
  .search-page .search-form .form-group input {
    padding: 8px 8px 8px 60px; }
  .search-page .search-form .form-group .input-group-text {
    padding: 0 15px; }
  .search-page .info-block + .info-block {
    margin-top: 15px;
    padding-top: 15px; }
  .search-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px; }
    .search-list .nav-item {
      display: inline-block;
      margin-bottom: 5px; }
      .search-list .nav-item .nav-link {
        padding: 8px 20px; } }

/**=====================
    51. Search CSS Ends
==========================**/
/**=====================
    52. Datepicker CSS Start
==========================**/
.clockpicker-canvas line {
  stroke: #24695c; }

.clockpicker-canvas-fg, .clockpicker-canvas-bearing {
  fill: #24695c; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #24695c; }

.datepicker--day-name {
  color: #000;
  font-weight: bold; }

.datepicker--cell.-current- {
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #24695c; }

.datepicker--cell.-focus- {
  background: #24695c;
  color: #fff; }

.datepicker--cell.-selected- {
  background: #24695c; }

.daterangepicker.ltr {
  color: #898989;
  z-index: 8; }
  .daterangepicker.ltr tr {
    font-size: 13px; }
    .daterangepicker.ltr tr td {
      height: 34px;
      width: 34px; }
      .daterangepicker.ltr tr td.in-range {
        background-color: #fafafa; }
      .daterangepicker.ltr tr td.active {
        background-color: #24695c; }
  .daterangepicker.ltr .ranges {
    float: none; }
    .daterangepicker.ltr .ranges li {
      color: #24695c; }
      .daterangepicker.ltr .ranges li:hover {
        background-color: #24695c;
        border: 1px solid #24695c;
        color: #fff; }
      .daterangepicker.ltr .ranges li.active {
        background-color: #24695c;
        border: 1px solid #24695c;
        color: #fff; }
  .daterangepicker.ltr .calendar-time select {
    color: #898989; }

.datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto; }

.date-range-picker > div:last-child .theme-form {
  margin-bottom: 0px; }

.daterangepicker:before {
  border-bottom: 7px solid #efefef; }

.daterangepicker .daterangepicker_input i {
  font-size: 14px;
  color: #59667a; }

.daterangepicker .input-mini {
  border-color: #efefef !important;
  font-size: 14px;
  color: #59667a; }

.daterangepicker th, .daterangepicker td {
  height: 34px;
  width: 34px; }
  .daterangepicker th:hover, .daterangepicker td:hover {
    color: #2c323f; }
  .daterangepicker th.prev, .daterangepicker th.next, .daterangepicker td.prev, .daterangepicker td.next {
    color: #fff;
    height: 34px;
    width: 34px;
    background-color: #24695c; }
  .daterangepicker th.month, .daterangepicker td.month {
    color: #24695c;
    letter-spacing: 1px;
    text-transform: uppercase; }

/**=====================
   52. Datepicker CSS End
==========================**/


/**=====================
   55. theme layout CSS Start
==========================**/
.bg-color1 {
  background-color: #405365; }

.bg-color2 {
  background-color: #1C1D1E; }

.bg-color3 {
  background-color: #0c0c3c; }

.bg-color4 {
  background-color: #0747a6; }

.bg-color5 {
  background-color: #4d3096; }

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

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

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="border-sidebar"] .sidebar-header {
  border-bottom: 1px solid rgba(124, 124, 124, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+1) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+1) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+2) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+2) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+3) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+3) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+4) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+4) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+5) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+5) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+6) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+6) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+7) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+7) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+8) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+8) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+9) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+9) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+10) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+10) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+11) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+11) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+12) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+12) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+13) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+13) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+14) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+14) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+15) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+15) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+16) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+16) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+17) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+17) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+18) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+18) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+19) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+19) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+20) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+20) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+21) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+21) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+22) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+22) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+23) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+23) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+24) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+24) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+25) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+25) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+26) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+26) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+27) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+27) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+28) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+28) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+29) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+29) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+30) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+30) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+31) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+31) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+32) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+32) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+33) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+33) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+34) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+34) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+35) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+35) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+36) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+36) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+37) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+37) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+38) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+38) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+39) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+39) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+40) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+40) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+41) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+41) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+42) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+42) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+43) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+43) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+44) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+44) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+45) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+45) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+46) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+46) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+47) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+47) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+48) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+48) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+49) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+49) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+50) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+50) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+51) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+51) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+52) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+52) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+53) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+53) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+54) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+54) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+55) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+55) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+56) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+56) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+57) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+57) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+58) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+58) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+59) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+59) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+60) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+60) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+61) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+61) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+62) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+62) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+63) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+63) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+64) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+64) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+65) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+65) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+66) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+66) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+67) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+67) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+68) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+68) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+69) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+69) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+70) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+70) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+71) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+71) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+72) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+72) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+73) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+73) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+74) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+74) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+75) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+75) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+76) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+76) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+77) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+77) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+78) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+78) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+79) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+79) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+80) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+80) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+81) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+81) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+82) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+82) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+83) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+83) a:hover > span {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+84) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+84) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+85) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+85) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+86) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+86) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+87) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+87) a:hover > span {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+88) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+88) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+89) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+89) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+90) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+90) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+91) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+91) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+92) svg {
  color: #2f8475; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+92) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+93) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+93) a:hover > span {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+94) svg {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+94) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+95) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+95) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+96) svg {
  color: #ecd979; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+96) a:hover > span {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+97) svg {
  color: #e06c77; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+97) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+98) svg {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+98) a:hover > span {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+99) svg {
  color: white; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+99) a:hover > span {
  color: #38a28e; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+100) svg {
  color: #979797; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+100) a:hover > span {
  color: #d1b093; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+1) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+1) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+2) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+2) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+3) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+3) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+4) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+4) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+5) svg {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+5) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+6) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+6) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+7) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+7) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+8) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+8) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+9) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+9) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+10) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+10) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+11) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+11) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+12) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+12) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+13) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+13) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+14) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+14) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+15) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+15) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+16) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+16) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+17) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+17) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+18) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+18) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+19) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+19) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+20) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+20) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+21) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+21) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+22) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+22) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+23) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+23) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+24) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+24) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+25) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+25) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+26) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+26) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+27) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+27) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+28) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+28) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+29) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+29) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+30) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+30) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+31) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+31) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+32) svg {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+32) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+33) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+33) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+34) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+34) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+35) svg {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+35) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+36) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+36) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+37) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+37) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+38) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+38) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+39) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+39) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+40) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+40) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+41) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+41) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+42) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+42) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+43) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+43) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+44) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+44) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+45) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+45) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+46) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+46) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+47) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+47) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+48) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+48) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+49) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+49) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+50) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+50) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+51) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+51) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+52) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+52) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+53) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+53) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+54) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+54) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+55) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+55) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+56) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+56) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+57) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+57) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+58) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+58) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+59) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+59) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+60) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+60) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+61) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+61) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+62) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+62) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+63) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+63) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+64) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+64) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+65) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+65) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+66) svg {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+66) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+67) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+67) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+68) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+68) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+69) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+69) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+70) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+70) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+71) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+71) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+72) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+72) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+73) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+73) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+74) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+74) a:hover span {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+75) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+75) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+76) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+76) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+77) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+77) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+78) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+78) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+79) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+79) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+80) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+80) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+81) svg {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+81) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+82) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+82) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+83) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+83) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+84) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+84) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+85) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+85) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+86) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+86) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+87) svg {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+87) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+88) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+88) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+89) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+89) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+90) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+90) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+91) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+91) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+92) svg {
  color: #93202b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+92) a:hover span {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+93) svg {
  color: #4b4b4b; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+93) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+94) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+94) a:hover span {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+95) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+95) a:hover span {
  color: #8e633c; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+96) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+96) a:hover span {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+97) svg {
  color: #b2991a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+97) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+98) svg {
  color: #10302a; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+98) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+99) svg {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+99) a:hover span {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+100) svg {
  color: #071411; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"].light-sidebar .sidebar-menu li:nth-child(7n+100) a:hover span {
  color: #0d0e12; }

.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar .sidebar-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li:hover .single-header {
  background-color: #e6edef !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #e6edef !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li a:hover + ul {
  background-color: #e6edef !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #e6edef !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li:hover .single-header {
  background-color: #405365 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #405365 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li a:hover + ul {
  background-color: #405365 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #405365 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li:hover .single-header {
  background-color: #1C1D1E !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #1C1D1E !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li a:hover + ul {
  background-color: #1C1D1E !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #1C1D1E !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li:hover .single-header {
  background-color: #0c0c3c !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #0c0c3c !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li a:hover + ul {
  background-color: #0c0c3c !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #0c0c3c !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li:hover .single-header {
  background-color: #0747a6 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #0747a6 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li a:hover + ul {
  background-color: #0747a6 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #0747a6 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li:hover .single-header {
  background-color: #4d3096 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #4d3096 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li a:hover + ul {
  background-color: #4d3096 !important; }

.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #4d3096 !important; }
/**=====================
   55. theme layout CSS ends
==========================**/
/**=====================
    57. breadcrumb CSS Start
==========================**/
.breadcrumb-colored {
  padding: 12px 16px;
  border-radius: 4px; }
  .breadcrumb-colored li a {
    color: #fff; }
  .breadcrumb-colored li.active {
    color: #fff;
    opacity: 0.7; }
  .breadcrumb-colored .breadcrumb-item:before {
    color: #fff; }
  .breadcrumb-colored .breadcrumb-item.txt-dark:before {
    color: #000; }

.breadcrumb-icon {
  --bs-breadcrumb-divider: '>'; }
  .breadcrumb-icon li {
    display: inline-block; }

.breadcrumb-no-divider {
  --bs-breadcrumb-divider: ''; }

.breadcrumb-item.active {
  text-transform: capitalize; }

/**=====================
    57. breadcrumb CSS ends
==========================**/
/**=====================
    58. Steps CSS Start
==========================**/
.u-steps {
  margin: 0; }

.u-step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #e6edef;
  border-radius: 0; }

.u-step-icon {
  float: left;
  margin-right: .5em;
  font-size: 20px;
  line-height: 1.4; }

.u-step-number {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #24695c;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .u-step-number ~ .u-step-desc {
    min-height: 40px;
    margin-left: 50px; }

.u-step-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #526069;
  font-weight: 600; }

.u-step-desc {
  text-align: left; }
  .u-step-desc p {
    margin-bottom: 0; }

.u-steps-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.u-step.active, .u-step.current {
  color: #fff;
  background-color: #24695c; }
  .u-step.active p, .u-step.current p {
    color: #fff; }

.u-step.active .u-step-title, .u-step.current .u-step-title {
  color: #fff; }

.u-step.active .u-step-number, .u-step.current .u-step-number {
  color: #24695c;
  background-color: #fff; }

.u-step.disabled {
  color: #e6edef;
  pointer-events: none;
  cursor: auto; }
  .u-step.disabled .u-step-title, .u-step.disabled p {
    color: #59667a; }
  .u-step.disabled .u-step-number {
    background-color: rgba(36, 105, 92, 0.5); }

.u-step.error {
  color: #fff;
  background-color: #d22d3d; }
  .u-step.error .u-step-title {
    color: #fff; }
  .u-step.error .u-step-number {
    color: #d22d3d;
    background-color: #fff; }

.u-step.done {
  color: #fff;
  background-color: #1b4c43; }
  .u-step.done .u-step-title {
    color: #fff; }
  .u-step.done .u-step-number {
    color: #1b4c43;
    background-color: #fff; }

.u-steps-lg .u-step {
  font-size: 16px; }

.u-steps-lg .u-step-icon, .u-steps-lg .u-step-title {
  font-size: 22px; }

.u-steps-lg .u-step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px; }
  .u-steps-lg .u-step-number ~ .u-step-desc {
    min-height: 46px;
    margin-left: 56px; }

.u-steps-sm .u-step {
  font-size: 12px; }

.u-steps-sm .u-step-icon, .u-steps-sm .u-step-title {
  font-size: 18px; }

.u-steps-sm .u-step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px; }
  .u-steps-sm .u-step-number ~ .u-step-desc {
    min-height: 30px;
    margin-left: 40px; }

.u-steps-xs .u-step {
  font-size: 10px; }

.u-steps-xs .u-step-icon, .u-steps-xs .u-step-title {
  font-size: 16px; }

.u-steps-xs .u-step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px; }
  .u-steps-xs .u-step-number ~ .u-step-desc {
    min-height: 24px;
    margin-left: 34px; }

.u-pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center; }
  .u-pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #e6edef; }
  .u-pearl:before {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #e6edef;
    left: 0; }
  .u-pearl:after {
    right: 0; }
  .u-pearl:first-child:before, .u-pearl:last-child:after {
    display: none !important; }

.u-pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #e6edef;
  border: 2px solid #e6edef;
  border-radius: 50%; }
  .u-pearl-icon i {
    position: absolute;
    top: 7px;
    left: 8px; }
  .u-pearl-icon .icon-check {
    left: 7px; }

.u-pearl-number {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #24695c;
  text-align: center;
  background: #e6edef;
  border: 2px solid #e6edef;
  border-radius: 50%;
  font-size: 18px; }

.u-pearl-icon {
  font-size: 18px; }

.u-pearl-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 16px;
  color: #526069;
  font-weight: 600; }

.u-pearl.active:after, .u-pearl.active:before {
  background-color: #24695c; }

.u-pearl.current:after, .u-pearl.current:before {
  background-color: #24695c !important; }

.u-pearl.active .u-pearl-icon, .u-pearl.active .u-pearl-number {
  color: #24695c;
  border-color: #24695c;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.u-pearl.current .u-pearl-icon, .u-pearl.current .u-pearl-number {
  color: #24695c;
  border-color: #24695c;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.u-pearl.disabled {
  pointer-events: none;
  cursor: auto; }
  .u-pearl.disabled:after, .u-pearl.disabled:before {
    background-color: #e6edef; }
  .u-pearl.disabled .u-pearl-icon, .u-pearl.disabled .u-pearl-number {
    color: #fff;
    background-color: #e6edef;
    border-color: #e6edef; }

.u-pearl.error:before {
  background-color: #24695c; }

.u-pearl.error:after {
  background-color: #e6edef; }

.u-pearl.error .u-pearl-icon, .u-pearl.error .u-pearl-number {
  color: #d22d3d;
  background-color: #fff;
  border-color: #d22d3d; }

.u-pearl.done:after, .u-pearl.done:before {
  background-color: #24695c !important; }

.u-pearl.done .u-pearl-icon, .u-pearl.done .u-pearl-number {
  color: #fff;
  background-color: #24695c;
  border-color: #24695c; }

.u-pearls-lg .u-pearl:after, .u-pearls-lg .u-pearl:before {
  top: 20px; }

.u-pearls-lg .u-pearl-title {
  font-size: 18px; }

.u-pearls-lg .u-pearl-icon, .u-pearls-lg .u-pearl-number {
  width: 40px;
  height: 40px;
  line-height: 36px; }

.u-pearls-lg .u-pearl-icon, .u-pearls-lg .u-pearl-number {
  font-size: 20px; }

.u-pearls-sm .u-pearl:after, .u-pearls-sm .u-pearl:before {
  top: 16px; }

.u-pearls-sm .u-pearl-title {
  font-size: 14px; }

.u-pearls-sm .u-pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px; }

.u-pearls-sm .u-pearl-number {
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 16px; }

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

.u-pearls-xs .u-pearl:after, .u-pearls-xs .u-pearl:before {
  top: 12px;
  height: 2px; }

.u-pearls-xs .u-pearl-title {
  font-size: 12px; }

.u-pearls-xs .u-pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px; }

.u-pearls-xs .u-pearl-number {
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 12px; }

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

.u-pearl.current .u-pearl-icon i {
  left: 6px; }

/**=====================
    58. Steps CSS ends
==========================**/
/**=====================
   59. Customizer  CSS Start
==========================**/
.customizer-links {
  position: fixed;
  right: 00px;
  top: 40%;
  background-color: #fff;
  border-radius: 8px;
  z-index: 3;
  -webkit-box-shadow: 0 0 15px 3px rgba(176, 185, 189, 0.3);
          box-shadow: 0 0 15px 3px rgba(176, 185, 189, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .customizer-links.open {
    right: 330px;
    border-radius: 8px 0 0 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .customizer-links .nav-link {
    padding: 0;
    border-radius: 0;
    position: relative; }
    .customizer-links .nav-link .settings i {
      color: #24695c;
      font-size: 24px;
      padding: 15px 17px;
      display: inline-block;
      cursor: pointer;
      margin: 0; }
    .customizer-links .nav-link.active .settings i {
      color: #fff;
      background-color: #24695c; }
    .customizer-links .nav-link + .nav-link {
      border-top: 1px solid rgba(36, 105, 92, 0.1); }
    .customizer-links .nav-link span {
      position: absolute;
      right: -80px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      text-align: right;
      padding: 7px 10px;
      display: block;
      top: 8px;
      border-radius: 5px;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0;
      color: #fff;
      background-color: #24695c; }
    .customizer-links .nav-link:after {
      content: "";
      position: absolute;
      top: 17px;
      left: -10px;
      width: 0;
      height: 0; }
    .customizer-links .nav-link:hover span {
      opacity: 1;
      right: 68px;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .customizer-links .nav-link:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      border-top: 8px solid transparent;
      border-left: 10px solid #24695c;
      border-bottom: 8px solid transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.customizer-contain {
  direction: ltr;
  position: fixed;
  height: calc(100vh);
  top: 80px;
  width: 333px;
  right: -335px;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .customizer-contain.open {
    right: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05);
            box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05); }
  .customizer-contain li {
    position: relative; }
    .customizer-contain li.active:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 2;
      left: 0;
      top: 0;
      font-size: 30px;
      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;
      color: #2c323f;
      -webkit-box-shadow: 0 0 11px 5px #e2e2e2;
              box-shadow: 0 0 11px 5px #e2e2e2; }
  .customizer-contain h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #212529; }
  .customizer-contain .customizer-header {
    padding: 15px 25px;
    border-bottom: 1px solid #e6edef; }
    .customizer-contain .customizer-header .icon-close {
      position: absolute;
      font-size: 18px;
      cursor: pointer;
      font-weight: 900;
      right: 30px;
      color: #24695c; }
    .customizer-contain .customizer-header h5 {
      font-weight: 700;
      text-transform: uppercase;
      color: #313131; }
    .customizer-contain .customizer-header p {
      color: #313131; }
  .customizer-contain .customizer-body {
    padding: 15px 25px;
    max-height: calc(100vh - 170px);
    overflow-y: scroll; }
    .customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout {
      height: 70px;
      width: 80px;
      border: 1px solid #f6f7fb;
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 7px;
      margin-right: 3px; }
    .customizer-contain .customizer-body .tab-pane > h6 {
      position: relative;
      margin-top: 25px;
      padding-top: 25px;
      margin-bottom: 20px;
      border-top: 1px solid #f3f3f3;
      font-size: 15px; }
      .customizer-contain .customizer-body .tab-pane > h6:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 14px;
        border-bottom: 2px dotted #2c323f;
        bottom: -4px; }
      .customizer-contain .customizer-body .tab-pane > h6:first-child {
        border-top: 0;
        padding-top: 0;
        margin-top: 0; }
    .customizer-contain .customizer-body .tab-pane .unlimited-color-layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .customizer-contain .customizer-body .tab-pane .unlimited-color-layout input {
        height: 40px;
        width: 40px;
        border-radius: 5px;
        display: inline-block;
        margin-right: 3px;
        border: 1px solid #b8b8b8;
        padding: 3px;
        background-color: #f5f7fb; }
    .customizer-contain .customizer-body .nac-pills {
      border: 1px solid #f1f1f1;
      margin-bottom: 10px;
      border-radius: 5px;
      padding: 5px;
      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; }
      .customizer-contain .customizer-body .nac-pills .nav-item {
        width: 33.33%;
        text-align: center; }
        .customizer-contain .customizer-body .nac-pills .nav-item .nav-link {
          border-radius: 5px; }
          .customizer-contain .customizer-body .nac-pills .nav-item .nav-link.active {
            background-color: #24695c;
            color: #fff; }
      .customizer-contain .customizer-body .nac-pills .nav-link {
        padding: 0.2rem 1rem; }
    .customizer-contain .customizer-body li {
      cursor: pointer;
      opacity: 0.9; }
      .customizer-contain .customizer-body li.active {
        opacity: 1; }
    .customizer-contain .customizer-body .fade:not(.show) {
      display: none; }
    .customizer-contain .customizer-body .color-layout {
      height: 40px;
      width: 40px;
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 7px;
      margin-right: 3px;
      border: 1px solid #b8b8b8;
      padding: 3px; }
      .customizer-contain .customizer-body .color-layout > div {
        background-color: #24695c;
        height: 100%;
        width: 100%;
        border-radius: 3px; }
      .customizer-contain .customizer-body .color-layout .body .contain {
        position: absolute;
        height: auto;
        width: 100%; }
        .customizer-contain .customizer-body .color-layout .body .contain li {
          height: 1px;
          width: 65%;
          background-color: #24695c;
          border-radius: 5px;
          padding: 0;
          margin-left: 10px;
          margin-bottom: 4px; }
          .customizer-contain .customizer-body .color-layout .body .contain li:before {
            content: "";
            position: absolute;
            height: 1px;
            width: 3px;
            background-color: #24695c;
            left: -6px;
            border-radius: 5px; }
      .customizer-contain .customizer-body .color-layout[data-attr="color-2"] div {
        background-color: #d97f3d; }
      .customizer-contain .customizer-body .color-layout[data-attr="color-3"] div {
        background-color: #168eea; }
      .customizer-contain .customizer-body .color-layout[data-attr="color-4"] div {
        background-color: #665ed5; }
      .customizer-contain .customizer-body .color-layout[data-attr="color-5"] div {
        background-color: #3a9aa8; }
      .customizer-contain .customizer-body .color-layout[data-attr="color-6"] div {
        background-color: #7951aa; }
    .customizer-contain .customizer-body > li .body .body ul {
      background-color: #f6f7fb; }
    .customizer-contain .customizer-body .dark > li {
      background-color: #2f3c4e; }
      .customizer-contain .customizer-body .dark > li .body ul {
        background-color: #2f3c4e; }
    .customizer-contain .customizer-body .main-layout > li {
      height: 70px;
      width: 86px;
      border: 1px solid #e6edef;
      border-radius: 5px;
      display: inline-block; }
    .customizer-contain .customizer-body .main-layout .box-layout {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 16px; }
      .customizer-contain .customizer-body .main-layout .box-layout .body .badge {
        left: -14px; }
    .customizer-contain .customizer-body .sidebar-type > li, .customizer-contain .customizer-body .sidebar-setting > li {
      height: 70px;
      width: 86px;
      border: 1px solid #e6edef;
      border-radius: 5px;
      display: inline-block; }
    .customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.bg-dark, .customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.sidebar {
      width: 100%;
      height: 10px;
      display: block; }
    .customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.bg-light, .customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.body {
      height: calc(100% - 10px); }
    .customizer-contain .customizer-body .sidebar-bg-settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .customizer-contain .customizer-body .sidebar-bg-settings li {
        height: 100px;
        width: 100%;
        border: 1px solid #e6edef;
        border-radius: 5px;
        display: inline-block;
        margin-right: 9px;
        -webkit-box-shadow: 0 0 11px -2px rgba(128, 128, 128, 0.4);
                box-shadow: 0 0 11px -2px rgba(128, 128, 128, 0.4); }
    .customizer-contain .customizer-body ul.layout-types {
      margin-bottom: -20px; }
      .customizer-contain .customizer-body ul.layout-types li {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 20px; }
        .customizer-contain .customizer-body ul.layout-types li h6 {
          margin-top: 10px; }
        .customizer-contain .customizer-body ul.layout-types li + li {
          margin-left: unset; }
  .customizer-contain .customizer-footer {
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;
    border-top: 1px solid #e6edef;
    background-color: #fff; }

.layout-grid:not(.customizer-color) li {
  padding: 5px; }
  .layout-grid:not(.customizer-color) li > .header {
    height: 9px;
    border-radius: 3px;
    position: relative; }
    .layout-grid:not(.customizer-color) li > .header ul {
      position: absolute;
      top: -8px;
      left: 5px; }
      .layout-grid:not(.customizer-color) li > .header ul > li {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 5px;
        top: -2px;
        background-color: #d22d3d;
        margin-right: 1px;
        padding: 0; }
        .layout-grid:not(.customizer-color) li > .header ul > li:nth-child(2) {
          background-color: #e2c636; }
        .layout-grid:not(.customizer-color) li > .header ul > li:nth-child(3) {
          background-color: #1b4c43; }
  .layout-grid:not(.customizer-color) li > .body {
    background-color: #e6edef;
    height: calc(100% - 16px);
    border-radius: 3px;
    position: relative;
    margin-top: 5px;
    text-align: center;
    line-height: 3.1; }
    .layout-grid:not(.customizer-color) li > .body ul {
      height: 100%;
      background-color: #fff; }
      .layout-grid:not(.customizer-color) li > .body ul .sidebar {
        width: 18px;
        height: 100%;
        border-radius: 3px;
        display: inline-block;
        margin-right: 3px;
        padding: 0; }
        .layout-grid:not(.customizer-color) li > .body ul .sidebar.compact {
          width: 12px; }
          .layout-grid:not(.customizer-color) li > .body ul .sidebar.compact ~ .body {
            width: calc(100% - 19px); }
        .layout-grid:not(.customizer-color) li > .body ul .sidebar.compact-icon {
          width: 7px; }
          .layout-grid:not(.customizer-color) li > .body ul .sidebar.compact-icon ~ .body {
            width: calc(100% - 14px); }
      .layout-grid:not(.customizer-color) li > .body ul .body {
        width: calc(100% - 25px);
        padding: 0;
        margin: 0;
        height: 100%;
        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;
        border-radius: 3px; }
        .layout-grid:not(.customizer-color) li > .body ul .body .badge {
          position: absolute; }

/**=====================
     59.Customizer CSS Ends
==========================**/
/**=====================
     71. Faq CSS start
==========================**/
.faq-widgets {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .faq-widgets .media-body h5 {
    font-weight: 600;
    color: #fff; }
  .faq-widgets .media-body p {
    font-size: 14px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.7); }
  .faq-widgets svg {
    width: 50px;
    height: 50px;
    opacity: 0.5; }

.header-faq {
  margin-bottom: 30px; }
  .header-faq h5 {
    font-weight: 600; }

.faq-articles h6 {
  font-size: 16px; }

.faq-articles p {
  color: #999; }

.features-faq .faq-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%; }

.features-faq .card-body, .features-faq .card-footer {
  padding: 20px; }

.features-faq .card-body h6 {
  font-weight: 600;
  font-size: 18px; }

.features-faq .card-body p {
  font-size: 14px;
  color: #999; }

.features-faq ul li {
  display: inline-block; }

.faq-accordion {
  margin-bottom: 30px; }
  .faq-accordion p {
    color: #999; }
  .faq-accordion .card .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .faq-accordion .card .btn-link svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: absolute;
      left: 20px; }
  .faq-accordion .faq-header {
    position: relative; }
    .faq-accordion .faq-header svg {
      position: absolute;
      right: 20px;
      top: 20px; }
    .faq-accordion .faq-header span {
      margin-top: 3px; }
  .faq-accordion .faq-body {
    padding: 20px !important; }
  .faq-accordion .card-mb-faq {
    margin-bottom: 30px; }
  .faq-accordion label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px; }

.latest-articles p {
  color: #999; }

.faq-title {
  margin: 30px 0; }
  .faq-title h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: unset; }

.faq-form {
  position: relative; }
  .faq-form .search-icon {
    position: absolute;
    right: 12px;
    top: 9px;
    width: 16px;
    height: 16px; }

.navigation-btn {
  margin-bottom: 20px; }
  .navigation-btn 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;
    font-weight: 600; }
    .navigation-btn a svg {
      width: 15px;
      height: 15px; }

.navigation-option ul li {
  position: relative;
  padding: 10px 10px 10px 0; }
  .navigation-option ul li:hover {
    background-color: rgba(36, 105, 92, 0.05); }
    .navigation-option ul li:hover a {
      color: #24695c; }
  .navigation-option ul li a {
    padding-left: 40px;
    color: #999;
    font-weight: 500; }
    .navigation-option ul li a svg {
      position: absolute;
      width: 15px;
      height: 15px;
      top: 12px;
      left: 15px; }

.updates-faq {
  width: 40px;
  height: 40px;
  border: 1px solid #24695c;
  border-radius: 100%;
  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-right: 20px; }
  .updates-faq svg {
    width: 18px;
    height: 18px; }

.updates-bottom-time p {
  margin-bottom: 2px;
  font-weight: 600; }
  .updates-bottom-time p + p {
    color: #999; }

.updates-faq-main {
  margin-bottom: 20px; }
  .updates-faq-main:last-child {
    margin-bottom: 0; }

.default-according .card .card-header h5 {
  padding-left: 25px; }

.default-according .card .card-header .btn-link {
  padding: 0; }

@media only screen and (max-width: 1199px) {
  .faq-accordion {
    margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  .faq-accordion .faq-header {
    padding: 20px !important; }
    .faq-accordion .faq-header h5 {
      font-size: 20px; }
    .faq-accordion .faq-header svg {
      right: 20px;
      top: 20px;
      width: 20px;
      height: auto; }
  .navigation-option ul li {
    padding: 10px 10px 10px 0; }
    .navigation-option ul li a svg {
      top: 12px; }
  .navigation-btn, .updates-faq-main {
    margin-bottom: 20px; }
  .updates-faq {
    width: 35px;
    height: 35px;
    margin-right: 20px; }
    .updates-faq svg {
      width: 16px;
      height: 16px; } }

@media only screen and (max-width: 767px) {
  .xs-mt-search {
    margin-top: 30px; }
  .featured-tutorial .card-body, .featured-tutorial .card-footer {
    padding: 20px; }
  .updates-faq {
    width: 30px;
    height: 30px; } }

@media only screen and (max-width: 575px) {
  .xs-mt-search {
    margin-top: 0px; }
  .faq-widgets svg {
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0.1;
    top: 10px;
    right: 20px; }
  .faq-title {
    margin: 15px 0; }
    .faq-title h6 {
      font-size: 16px; }
  .header-faq {
    margin-bottom: 15px; }
  .faq-accordion {
    margin-bottom: 0px; }
    .faq-accordion .faq-header {
      padding: 15px !important; }
      .faq-accordion .faq-header .pull-right {
        float: right; }
      .faq-accordion .faq-header svg {
        right: 15px;
        top: 15px; }
  .navigation-btn, .updates-faq-main {
    margin-bottom: 15px; } }

/**=====================
     71. Faq CSS end
==========================**/
/**=====================
     73. knowledgebase CSS start
==========================**/
.knowledgebase-bg {
  height: 500px;
  margin-bottom: 30px; }

.knowledgebase-search {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 5%; }
  .knowledgebase-search h3 {
    font-weight: 600; }
  .knowledgebase-search .form-inline {
    background-color: #fff;
    width: 500px;
    padding: 12px 50px;
    border-radius: 10px;
    border: 1px solid #e6edef;
    margin-top: 10px;
    position: relative; }
    .knowledgebase-search .form-inline ::-webkit-input-placeholder {
      color: #cccccc; }
    .knowledgebase-search .form-inline ::-moz-placeholder {
      color: #cccccc; }
    .knowledgebase-search .form-inline :-ms-input-placeholder {
      color: #cccccc; }
    .knowledgebase-search .form-inline ::-ms-input-placeholder {
      color: #cccccc; }
    .knowledgebase-search .form-inline ::placeholder {
      color: #cccccc; }
    .knowledgebase-search .form-inline svg {
      position: absolute;
      left: 20px;
      width: 20px;
      top: 17px;
      stroke: #cccccc; }

.browse {
  margin-bottom: -20px; }
  .browse > div {
    margin-bottom: 20px; }
  .browse .browse-articles h6 {
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6edef;
    color: #59667a;
    padding-left: 25px;
    position: relative;
    line-height: 1.5; }
    .browse .browse-articles h6 span svg {
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: text-top;
      position: absolute;
      left: 0;
      top: 4px; }
  .browse .browse-articles ul li {
    border-radius: 8px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px; }
    .browse .browse-articles ul li:last-child {
      padding-bottom: 0; }
    .browse .browse-articles ul li h5 {
      vertical-align: text-top;
      font-size: 14px;
      margin-bottom: unset;
      color: #999;
      width: 100%;
      padding-left: 20px;
      line-height: 1.6;
      font-weight: 500;
      position: relative; }
      .browse .browse-articles ul li h5 span.badge {
        margin-left: auto; }
      .browse .browse-articles ul li h5 svg {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        vertical-align: text-top;
        position: absolute;
        left: 0;
        top: 4px; }
    .browse .browse-articles ul li a {
      color: #242934;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .browse .browse-articles ul li:hover h5 {
      color: #24695c; }

@media only screen and (max-width: 1199px) {
  .knowledgebase-bg {
    height: 400px; }
  .knowledgebase-search .form-inline {
    width: 400px;
    padding: 7px 45px; }
    .knowledgebase-search .form-inline svg {
      top: 14px; } }

@media only screen and (max-width: 767px) {
  .browse .browse-articles h6 {
    margin-bottom: 10px; } }

@media only screen and (max-width: 575px) {
  .browse .browse-articles h6 {
    margin-bottom: 10px; }
  .knowledgebase-bg {
    height: 250px; }
  .knowledgebase-search {
    width: calc(100% - 30px);
    left: 15px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.7); }
    .knowledgebase-search .form-inline {
      width: 90%;
      padding: 3px 45px; }
      .knowledgebase-search .form-inline svg {
        top: 8px; }
    .knowledgebase-search > div {
      width: 100%;
      text-align: center;
      padding: 15px;
      border-right: 10px; }
      .knowledgebase-search > div h3 {
        font-size: 20px;
        margin-bottom: 0; }
      .knowledgebase-search > div .form-group {
        margin-bottom: 0; } }

@media only screen and (max-width: 360px) {
  .browse .browse-articles ul li h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .browse .browse-articles ul li h5 span.badge {
      display: none; } }

/**=====================
     73. knowledgebase CSS end
==========================**/
/**=====================
    80. avatars CSS start
==========================**/
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative; }
  .avatars .avatar:last-child {
    margin-right: 0; }
  .avatars .avatar .b-r-30 {
    border-radius: 30px; }
  .avatars .avatar .b-r-35 {
    border-radius: 35px; }
  .avatars .avatar .b-r-25 {
    border-radius: 25px; }
  .avatars .avatar .b-r-15 {
    border-radius: 15px; }
  .avatars .avatar.ratio img {
    width: auto; }
  .avatars .avatar .height-100 {
    height: 100px; }
  .avatars .avatar .height-90 {
    height: 90px; }
  .avatars .avatar .height-80 {
    height: 80px; }
  .avatars .avatar .height-70 {
    height: 70px; }
  .avatars .avatar .height-60 {
    height: 60px; }
  .avatars .avatar .height-50 {
    height: 50px; }
  .avatars .avatar .status {
    position: absolute;
    background-color: #999;
    bottom: 0;
    right: 4px;
    border-radius: 100%;
    border: 1px solid #fff; }
  .avatars .avatar .status-100 {
    width: 25px;
    height: 25px; }
  .avatars .avatar .status-90 {
    width: 20px;
    height: 20px; }
  .avatars .avatar .status-80 {
    width: 15px;
    height: 15px; }
  .avatars .avatar .status-70 {
    width: 12px;
    height: 12px; }
  .avatars .avatar .status-60 {
    width: 10px;
    height: 10px; }
  .avatars .avatar .status-50 {
    width: 9px;
    height: 9px; }
  .avatars .avatar .status-40 {
    width: 8px;
    height: 8px; }
  .avatars .avatar .status-30 {
    width: 7px;
    height: 7px; }

.customers ul li img {
  border: 2px solid #fff;
  -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .customers ul li img:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
            transform: translateY(-4px) scale(1.02);
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.customers ul li + li {
  margin-left: -22px; }

.customers ul li:nth-child(4) {
  margin-left: -4px; }

.customers.avatar-group {
  margin-right: 30px; }
  .customers.avatar-group:last-child {
    margin-right: 0; }

.avatar-showcase {
  margin-bottom: -10px; }
  .avatar-showcase .avatars .avatar {
    margin-bottom: 10px; }
  .avatar-showcase .avatar-group {
    margin-bottom: 10px; }

/**=====================
     80. avatars CSS Ends
==========================**/


/**=====================
    Responsive CSS Start
==========================**/
@media screen and (max-width: 1199px) {
  .checkout .checkout-details {
    padding: 25px; }
  .order-box .title-box span {
    width: 30%; }
  .order-box .sub-total li .count {
    width: 30%; }
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    width: 32%; }
  .order-box .qty li span {
    width: 30%; }
  .order-box .total li .count {
    width: 30%; } }

@media screen and (max-width: 991px) {
  .order-box .title-box h4 {
    font-size: 18px; }
  .order-box .title-box span {
    font-size: 18px; }
  .order-box .qty li {
    font-size: 14px; }
    .order-box .qty li span {
      font-size: 16px; }
  .order-box .sub-total li {
    font-size: 14px; }
    .order-box .sub-total li .count {
      font-size: 16px; }
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    width: 30%; }
  .order-box .animate-chk label {
    font-size: 14px; } }

@media screen and (max-width: 575px) {
  .order-box .title-box {
    padding-bottom: 15px; }
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    width: 50%; }
  .order-box .sub-total li .count {
    width: 50%; }
  .order-box .animate-chk label {
    font-size: 12px;
    margin-bottom: 10px; }
  .checkout .checkout-details {
    padding: 20px; } }

@media screen and (max-width: 420px) {
  .order-box .qty li {
    font-size: 13px; }
    .order-box .qty li span {
      font-size: 14px; }
  .order-box .sub-total li .count {
    font-size: 14px; } }

/**=====================
    84. Checkout CSS ends
==========================**/
/**=====================
     85. bookmark app CSS Start
==========================**/
.email-wrap .email-app-sidebar .main-menu > li a[aria-selected="true"] span {
  color: #24695c !important; }

.modal-bookmark .modal-body, .modal-bookmark .modal-header {
  padding: 25px; }
  .modal-bookmark .modal-body h5, .modal-bookmark .modal-header h5 {
    font-weight: 600; }

.bookmark-wrap .btn-mail {
  color: #24695c !important;
  width: 100%;
  font-weight: 600; }

.bookmark-wrap .row .col-xl-3 + .col-xl-3 {
  padding-right: 15px; }

.bookmark-wrap .left-bookmark ul li button {
  border: none;
  cursor: pointer; width: 100%;}
  .bookmark-wrap .left-bookmark ul li button:focus {
    outline: none; }

.bookmark-wrap .left-bookmark ul li svg {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.bookmark-wrap .left-bookmark ul li > .main-title {
  color: #24695c;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 16px; }
  .bookmark-wrap .left-bookmark ul li > .main-title span a:hover {
    background-color: transparent; }
  .bookmark-wrap .left-bookmark ul li > .main-title svg {
    color: #898989;
    stroke-width: 1px; }

.bookmark-wrap .left-bookmark ul li a > .title {
  text-transform: capitalize;
  color: #2b2b2b; }

.form-bookmark a {
  text-transform: capitalize !important;
  color: #24695c !important;
  line-height: 1 !important;
  font-weight: 500; }
  .form-bookmark a:hover {
    background-color: transparent !important; }

.form-bookmark input#index_var {
  display: none; }

.form-bookmark .form-group label {
  font-weight: 600;
  margin-bottom: 5px; }

.form-bookmark .form-group input, .form-bookmark .form-group select {
  font-size: 14px; }

.form-bookmark .form-group .select2-container .select2-selection--single {
  border-color: #ced4da !important; }

.form-bookmark .form-group .select2 {
  width: 100% !important; }

.form-bookmark .form-group .error {
  margin: 0 !important;
  font-size: 11px;
  color: red !important; }

.form-bookmark .form-group .fill-color {
  width: 35px;
  height: 30px;
  padding: 3px; }

.form-bookmark button {
  margin-top: 30px; }

@-webkit-keyframes displayTransition {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes displayTransition {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bookmark-tabcontent .details-bookmark {
  height: auto;
  min-height: 359px; }
  .bookmark-tabcontent .details-bookmark .bookmark-card {
    position: relative; }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
      padding: 3px;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.2);
      width: 30px;
      position: absolute;
      right: 15px;
      top: 15px;
      opacity: 0; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i {
        color: #fff;
        font-size: 16px;
        vertical-align: text-bottom; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {
        color: #fed112; }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {
      width: 100%; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general {
        display: none; }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
      text-align: left;
      padding: 15px;
      border-top: 1px solid #e6edef;
      position: relative; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p {
        -webkit-animation: displayTransition 1s;
                animation: displayTransition 1s;
        font-size: 13px;
        opacity: 1; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {
        display: none;
        margin-top: 15px; }
        .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li {
          display: inline-block; }
          .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li + li {
            margin-left: 5px; }
          .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
            width: 16px;
            height: 16px;
            color: #898989; }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {
      -webkit-box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04);
              box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04);
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p {
        opacity: 0; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block {
        display: block;
        -webkit-animation: displayTransition 2s;
                animation: displayTransition 2s;
        position: absolute;
        width: 100%;
        padding: 15px;
        top: 15px;
        left: 0; }
      .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon {
        opacity: 1; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .row .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general {
    display: block; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
      display: block;
      opacity: 1; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
      position: absolute;
      right: 15px;
      display: block;
      text-align: right; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block {
      display: block;
      -webkit-animation: displayTransition 0s;
              animation: displayTransition 0s; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark {
    border-top: none; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
      margin-top: 0;
      display: inline-block; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
      position: relative;
      padding-right: 15px; }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
        position: absolute;
        content: '-';
        right: 0;
        color: #898989; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general {
      margin-top: 5px; }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
        width: 68%;
        margin-right: 20px;
        opacity: 1; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 20%; }

.bookmark-tabcontent .tab-content .card .card-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6edef; }
  .bookmark-tabcontent .tab-content .card .card-header h5 {
    font-weight: 600;
    font-size: 22px; }
  .bookmark-tabcontent .tab-content .card .card-header svg {
    width: 18px;
    height: 18px;
    vertical-align: middle; }
  .bookmark-tabcontent .tab-content .card .card-header ul li {
    display: inline-block; }
    .bookmark-tabcontent .tab-content .card .card-header ul li + li {
      margin-left: 5px; }

@media only screen and (max-width: 1660px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
    display: none; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
    margin-top: 6px; } }

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .bookmark-wrap .left-bookmark ul li .btn-block svg {
    display: none; } }

@media only screen and (max-width: 1366px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 40%; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
    top: 80px; }
  .bookmark ul li a svg {
    width: 15px;
    height: 15px;
    margin: 10px; } }

@media only screen and (max-width: 1199px) {
  .bookmark-wrap .left-bookmark {
    height: auto; }
  .bookmark-tabcontent .details-bookmark {
    min-height: auto; } }

@media only screen and (max-width: 991px) {
  .modal-bookmark .modal-body, .modal-bookmark .modal-header {
    padding: 20px; }
  .form-bookmark button {
    margin-top: 20px; }
  .bookmark-tabcontent .tab-content .card .card-header, .bookmark-tabcontent .tab-content .card .card-body {
    padding: 20px; }
    .bookmark-tabcontent .tab-content .card .card-header h5, .bookmark-tabcontent .tab-content .card .card-body h5 {
      font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 172px; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p {
    display: none; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {
    position: relative;
    right: unset;
    top: unset; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 45%; } }

@media only screen and (max-width: 575px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 46%; }
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
    display: block; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website img {
      width: 100%; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
      display: block; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general {
      display: none; }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
      position: relative;
      right: unset;
      text-align: left;
      top: unset;
      padding: 0; }
  .modal-bookmark .modal-body, .modal-bookmark .modal-header {
    padding: 15px; }
  .form-bookmark button {
    margin-top: 15px; } }

@media only screen and (max-width: 360px) {
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 28%; } }

/**=====================
   85. bookmark app CSS Ends
==========================**/
/**=====================
      86. contacts CSS Start
==========================**/
.alert-contactadd {
  background-color: #fff;
  border: 1px solid var(--theme-deafult);
  width: 12%;
  padding: 10px; }

.updateimg {
  position: absolute;
  left: 15px;
  width: 100px;
  top: 32px;
  line-height: 93px;
  opacity: 0; }

#right-history {
  top: 81px;
  right: -320px;
  height: 100%;
  position: fixed;
  width: 320px;
  z-index: 9;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
          box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); }
  #right-history h6 span a {
    color: #242934; }
  #right-history.show {
    right: 0;
    -webkit-transition: .3s;
    transition: .3s; }

.history-details > div {
  padding: 30px 0; }

.history-details .media {
  padding: 30px 15px;
  border-top: 1px solid #f4f4f4; }
  .history-details .media i {
    padding: 5px;
    background: #fed112;
    color: #fff;
    border-radius: 100%; }
  .history-details .media h6 {
    margin-bottom: 5px; }

.delete-contact {
  display: none; }

.more-data {
  -webkit-animation: displayTransition 1s;
          animation: displayTransition 1s; }

.contact-editform {
  padding: 30px;
  padding-left: unset;
  -webkit-animation: displayTransition 1s;
          animation: displayTransition 1s; }
  .contact-editform a {
    display: block; }
  .contact-editform button {
    margin-top: 30px; }
  .contact-editform .select2-container .select2-selection--single {
    height: 39px !important;
    border-color: #e6edef !important;
    background-color: #f5f7fb; }

#deletemodal .modal-header {
  border-bottom: none; }
  #deletemodal .modal-header .delete-data span svg {
    vertical-align: middle;
    margin-right: 15px; }

.contact-options li .btn-category {
  line-height: 39px;
  border-radius: 3px;
  padding-left: 40px !important;
  padding: 0;
  color: #24695c;
  font-weight: 500; }

.list-persons p {
  font-family: "Roboto", sans-serif, sans-serif; }

.list-persons .profile-mail {
  padding: 30px 0; }
  .list-persons .profile-mail .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-persons .profile-mail .media img {
      width: auto;
      height: 100px; }
    .list-persons .profile-mail .media .media-body h5 {
      margin-bottom: 5px;
      font-weight: 700; }
    .list-persons .profile-mail .media .media-body ul {
      margin-top: 5px; }
      .list-persons .profile-mail .media .media-body ul li {
        display: inline-block; }
        .list-persons .profile-mail .media .media-body ul li a {
          font-size: 13px;
          font-weight: 500; }
        .list-persons .profile-mail .media .media-body ul li + li {
          padding-left: 10px;
          margin-left: 5px;
          border-left: 2px solid #f4f4f4; }
  .list-persons .profile-mail .email-general {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd; }
    .list-persons .profile-mail .email-general ul {
      padding-right: 20px; }
      .list-persons .profile-mail .email-general ul li {
        color: #898989;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: 500; }
        .list-persons .profile-mail .email-general ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0; }
        .list-persons .profile-mail .email-general ul li > span {
          float: right; }
    .list-persons .profile-mail .email-general p span {
      margin-left: 30px; }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 30px; }

.contacts-tabs .nav-pills {
  border-right: 1px solid #e6edef;
  height: 100%; }
  .contacts-tabs .nav-pills .nav-link.active,
  .contacts-tabs .nav-pills .nav-link > .nav-link,
  .contacts-tabs .nav-pills .show.active,
  .contacts-tabs .nav-pills .show > .nav-link {
    background-color: rgba(36, 105, 92, 0.1);
    color: #242934; }
    .contacts-tabs .nav-pills .nav-link.active h6,
    .contacts-tabs .nav-pills .nav-link > .nav-link h6,
    .contacts-tabs .nav-pills .show.active h6,
    .contacts-tabs .nav-pills .show > .nav-link h6 {
      color: #24695c; }
  .contacts-tabs .nav-pills .nav-link {
    color: #242934;
    padding: 0; }
    .contacts-tabs .nav-pills .nav-link .media .img-50 {
      height: 50px; }
    .contacts-tabs .nav-pills .nav-link + .nav-link {
      border-top: 1px solid #e6edef; }
  .contacts-tabs .nav-pills .media {
    padding: 20px; }

.contacts-tabs .tab-content .tab-content-child {
  -webkit-animation: displayTransition 1s;
          animation: displayTransition 1s; }

@media only screen and (max-width: 991px) {
  #right-history {
    top: 60px; }
  .updateimg {
    top: 21px; }
  .list-persons .profile-mail {
    padding: 20px; }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 20px; }
  .contact-editform button {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .contact-editform {
    padding: 20px; }
    .contact-editform.pl-0 {
      padding-left: 20px !important; }
  .contacts-tabs .nav-pills {
    border-right: none;
    border-bottom: 1px solid #e6edef; } }

@media only screen and (max-width: 575px) {
  #right-history {
    width: 270px; }
  .updateimg {
    top: 16px;
    left: 29px; }
  .contacts-tabs .media img.m-r-20 {
    margin-right: 15px; }
  .contacts-tabs .nav-pills .media {
    padding: 15px; }
  .list-persons .profile-mail {
    padding: 15px; }
    .list-persons .profile-mail .media img {
      height: 80px;
      width: 80px !important; }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 15px; }
    .list-persons .profile-mail .email-general ul {
      padding-right: unset; }
      .list-persons .profile-mail .email-general ul li {
        font-size: 12px; }
  .list-persons .nav-pills .nav-link .media .media-body {
    text-align: left; }
  .contact-editform {
    padding: 15px; }
    .contact-editform button {
      margin-top: 15px; }
    .contact-editform.pl-0 {
      padding-left: 15px !important; }
  .contact-editform form .row > div .row > div > div,
  .contact-options form .row > div .row > div > div {
    margin-bottom: 0; }
  .contact-editform form .row > div .row > div + div,
  .contact-options form .row > div .row > div + div {
    margin-top: 15px; }
  .list-persons .profile-mail .media .media-body h5 {
    font-size: 16px; }
  .bookmark-tabcontent .tab-content .card .card-header h5 {
    font-size: 16px; } }

@media only screen and (max-width: 360px) {
  .updateimg {
    line-height: 73px;
    width: 80px; }
  .list-persons .profile-mail .email-general p span {
    margin-left: 10px; }
  .list-persons .profile-mail .media {
    display: block; }
    .list-persons .profile-mail .media img {
      height: 80px;
      width: 80px !important;
      margin-bottom: 15px; } }

/**=====================
    86. contacts CSS Ends
==========================**/

/**========================
  89.  Formwidgets CSS Start
=============================**/
.clockpicker-popover .popover-title {
  border-color: #e6edef; }

.clockpicker-popover .popover-content {
  background-color: rgba(36, 105, 92, 0.05); }

.date-range-picker {
  margin-bottom: -25px; }
  .date-range-picker .daterange-card {
    border: 1px solid #e6edef;
    padding: 30px;
    height: 100%; }
    .date-range-picker .daterange-card .form-group {
      margin-bottom: unset; }
  .date-range-picker > div {
    margin-bottom: 25px; }

@media screen and (max-width: 1199px) {
  .card .card-header h5 {
    font-size: 20px; } }

@media screen and (max-width: 1199px) {
  .date-range-picker .daterange-card {
    padding: 20px; } }

@media screen and (max-width: 575px) {
  .date-range-picker .daterange-card {
    padding: 15px; } }

/**========================
  89. Formwidgets CSS end
=============================**/
/**==========================
   91. Project list css start
=============================**/
.project-list .row {
  margin: 15px; }

.project-list button:focus {
  outline: none !important; }

.project-list .theme-form .form-group {
  margin-bottom: 15px; }

.project-list .border-tab.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  padding: 5px 30px 5px 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600; }
  .card .card-header .btn svg {
    vertical-align: middle;
    height: 16px; }

.project-list ul {
  margin-bottom: 0 !important;
  border-bottom: 0; }
  .project-list ul li svg {
    height: 18px;
    vertical-align: middle;
    margin-right: 5px; }

.tab-content .row > div.col-xl-4:nth-child(1) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 10ms;
          animation: fadeIncustom 0.5s linear 10ms; }

.tab-content .row > div.col-xl-4:nth-child(2) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 20ms;
          animation: fadeIncustom 0.5s linear 20ms; }

.tab-content .row > div.col-xl-4:nth-child(3) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 30ms;
          animation: fadeIncustom 0.5s linear 30ms; }

.tab-content .row > div.col-xl-4:nth-child(4) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 40ms;
          animation: fadeIncustom 0.5s linear 40ms; }

.tab-content .row > div.col-xl-4:nth-child(5) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 50ms;
          animation: fadeIncustom 0.5s linear 50ms; }

.tab-content .row > div.col-xl-4:nth-child(6) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 60ms;
          animation: fadeIncustom 0.5s linear 60ms; }

.tab-content .row > div.col-xl-4:nth-child(7) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 70ms;
          animation: fadeIncustom 0.5s linear 70ms; }

.tab-content .row > div.col-xl-4:nth-child(8) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 80ms;
          animation: fadeIncustom 0.5s linear 80ms; }

.tab-content .row > div.col-xl-4:nth-child(9) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 90ms;
          animation: fadeIncustom 0.5s linear 90ms; }

.tab-content .row > div.col-xl-4:nth-child(10) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 100ms;
          animation: fadeIncustom 0.5s linear 100ms; }

.tab-content .row > div.col-xl-4:nth-child(11) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 110ms;
          animation: fadeIncustom 0.5s linear 110ms; }

.tab-content .row > div.col-xl-4:nth-child(12) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 120ms;
          animation: fadeIncustom 0.5s linear 120ms; }

.tab-content .row > div.col-xl-4:nth-child(13) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 130ms;
          animation: fadeIncustom 0.5s linear 130ms; }

.tab-content .row > div.col-xl-4:nth-child(14) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 140ms;
          animation: fadeIncustom 0.5s linear 140ms; }

.tab-content .row > div.col-xl-4:nth-child(15) {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: fadeIncustom 0.5s linear 150ms;
          animation: fadeIncustom 0.5s linear 150ms; }

.project-cards .tab-content {
  margin-bottom: -30px; }

.project-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative; }
  .project-box h6 {
    font-weight: 600; }
  .project-box p {
    color: #999; }
  .project-box .badge {
    position: absolute;
    right: 15px;
    top: 15px; }
  .project-box .project-status p {
    margin-bottom: 5px;
    font-weight: 800; }
  .project-box .media {
    margin-bottom: 15px; }
  .project-box .details {
    margin-bottom: 10px; }

.projectdetails .card .card-body {
  padding: 20px; }

.projectdetails .card .card-footer {
  padding: 20px; }

.projectdetails .card select {
  width: 90px;
  height: 28px;
  font-size: 11px;
  right: 20px;
  top: 20px; }

.projectmore .details .col-4 {
  margin-bottom: 5px; }
  .projectmore .details .col-4:nth-child(even) {
    opacity: 0.5; }

.projectmore h5 {
  font-size: 20px;
  font-weight: 600; }

.projectmore .task-list {
  position: relative; }
  .projectmore .task-list ul li {
    margin-bottom: 5px; }
  .projectmore .task-list ul + ul {
    position: absolute;
    left: 50%;
    top: 0; }

.new-users.activity .gradient-round {
  padding: 13px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  top: unset !important; }
  .new-users.activity .gradient-round::after {
    display: none; }

@media (max-width: 767px) {
  .card .card-header .btn {
    float: left;
    margin-top: 5px; }
  .project-box {
    padding: 20px; } }

@media (max-width: 420px) {
  .project-box {
    padding: 15px; }
    .project-box .badge {
      font-size: 8px;
      top: 10px;
      right: 10px; }
  .project-list .border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .project-list .border-tab.nav-tabs .nav-item {
      width: auto !important; }
      .project-list .border-tab.nav-tabs .nav-item .nav-link {
        padding: 5px 15px 5px 0;
        font-size: 14px; } }

/**==========================
   91. Project list css end
=============================**/

/**=====================
    53. Dashboard CSS Start
==========================**/
.trasaction-sec.card .card-body {
  margin-bottom: -35px; }

.trasaction-sec .transaction-totalbal {
  padding-left: 30px; }
  .trasaction-sec .transaction-totalbal h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    font-weight: 700; }

.trasaction-sec #chart-3dash {
  margin-left: -15px;
  margin-right: -15px; }

.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line; }

.box-shadow-title .sub-title {
  margin: 30px 0; }

.list-group-item {
  background-color: #f5f7fb;
  border-color: #e6edef; }
  .list-group-item.active {
    background-color: #24695c; }
    .list-group-item.active:hover {
      background-color: #24695c;
      color: #fff; }

.list-group-item-action:hover, .list-group-item-action:focus {
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c; }

.list-group-item-action.active {
  background-color: #24695c;
  color: #fff; }
  .list-group-item-action.active:hover {
    background-color: #24695c;
    color: #fff; }

.general-widget .custom-card .card-header img {
  margin-top: -95px; }

.dashboard-default-sec .card .card-header i, .dashboard-2-main .card .card-header i {
  font-size: 14px; }

.dashboard-default-sec .card .card-header p, .dashboard-2-main .card .card-header p {
  font-weight: 500;
  color: #999;
  margin-bottom: unset;
  font-size: 12px; }

.dashboard-default-sec .card .card-header h5, .dashboard-2-main .card .card-header h5 {
  font-size: 18px;
  font-weight: 700; }

.dashboard-default-sec .card .card-header ul.week-date li, .dashboard-2-main .card .card-header ul.week-date li {
  display: inline-block;
  font-size: 12px;
  color: #717171;
  font-weight: 500; }
  .dashboard-default-sec .card .card-header ul.week-date li:nth-child(n+2), .dashboard-2-main .card .card-header ul.week-date li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #e6edef; }

.dashboard-default-sec .card.income-card, .dashboard-2-main .card.income-card {
  overflow: hidden; }
  .dashboard-default-sec .card.income-card .card-header, .dashboard-2-main .card.income-card .card-header {
    padding-bottom: 0; }
  .dashboard-default-sec .card.income-card .card-body .round-box, .dashboard-2-main .card.income-card .card-body .round-box {
    width: 55px;
    height: 55px;
    border-radius: 27px;
    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-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .dashboard-default-sec .card.income-card .card-body .round-box svg, .dashboard-2-main .card.income-card .card-body .round-box svg {
      width: auto;
      height: 25px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .dashboard-default-sec .card.income-card .card-body .knob-block, .dashboard-2-main .card.income-card .card-body .knob-block {
    position: relative; }
    .dashboard-default-sec .card.income-card .card-body .knob-block input, .dashboard-2-main .card.income-card .card-body .knob-block input {
      color: #2b2b2b !important; }
    .dashboard-default-sec .card.income-card .card-body .knob-block canvas, .dashboard-2-main .card.income-card .card-body .knob-block canvas {
      height: 56%;
      width: 56%;
      margin-bottom: 12px; }
  .dashboard-default-sec .card.income-card .card-body .round-progress .progress-circle, .dashboard-2-main .card.income-card .card-body .round-progress .progress-circle {
    position: relative; }
  .dashboard-default-sec .card.income-card .card-body .parrten, .dashboard-2-main .card.income-card .card-body .parrten {
    position: absolute;
    top: -25px;
    right: -25px; }
    .dashboard-default-sec .card.income-card .card-body .parrten svg, .dashboard-2-main .card.income-card .card-body .parrten svg {
      fill: rgba(36, 105, 92, 0.03);
      width: 100px;
      height: 100px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .dashboard-default-sec .card.income-card.card-primary .round-box, .dashboard-2-main .card.income-card.card-primary .round-box {
    background-color: rgba(36, 105, 92, 0.1); }
    .dashboard-default-sec .card.income-card.card-primary .round-box svg, .dashboard-2-main .card.income-card.card-primary .round-box svg {
      fill: #24695c; }
  .dashboard-default-sec .card.income-card.card-primary:hover .round-box, .dashboard-2-main .card.income-card.card-primary:hover .round-box {
    background-color: #24695c; }
    .dashboard-default-sec .card.income-card.card-primary:hover .round-box svg, .dashboard-2-main .card.income-card.card-primary:hover .round-box svg {
      fill: #fff; }
  .dashboard-default-sec .card.income-card.card-secondary, .dashboard-2-main .card.income-card.card-secondary {
    border-color: #ede7e4; }
    .dashboard-default-sec .card.income-card.card-secondary .round-box, .dashboard-2-main .card.income-card.card-secondary .round-box {
      background-color: rgba(186, 137, 93, 0.1); }
      .dashboard-default-sec .card.income-card.card-secondary .round-box svg, .dashboard-2-main .card.income-card.card-secondary .round-box svg {
        fill: #ba895d; }
    .dashboard-default-sec .card.income-card.card-secondary:hover .round-box, .dashboard-2-main .card.income-card.card-secondary:hover .round-box {
      background-color: #ba895d; }
      .dashboard-default-sec .card.income-card.card-secondary:hover .round-box svg, .dashboard-2-main .card.income-card.card-secondary:hover .round-box svg {
        fill: #fff; }
  .dashboard-default-sec .card.income-card .card-body h3, .dashboard-2-main .card.income-card .card-body h3 {
    font-weight: 700; }
  .dashboard-default-sec .card.income-card .card-body h5, .dashboard-2-main .card.income-card .card-body h5 {
    font-size: 22px;
    font-weight: 700; }
  .dashboard-default-sec .card.income-card .card-body p, .dashboard-2-main .card.income-card .card-body p {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    text-transform: capitalize; }
    .dashboard-default-sec .card.income-card .card-body p:last-child, .dashboard-2-main .card.income-card .card-body p:last-child {
      font-weight: 700; }

.center-content {
  margin: auto;
  padding-right: 50px; }

.dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
  left: 0  !important;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 52%; }

.position-unset {
  position: unset; }

.profile-greeting {
  border: none; }
  .profile-greeting .card-header {
    padding-bottom: 0 !important;
    background-color: transparent; }
    .profile-greeting .card-header .setting-list {
      border-radius: 50%; }
  .profile-greeting h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px; }
  .profile-greeting p {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding: 0 15px;
    margin-bottom: 15px; }
  .profile-greeting .btn {
    color: #24695c;
    font-weight: 700; }
    .profile-greeting .btn:hover {
      background-color: #fff !important;
      border-color: #fff !important; }
  .profile-greeting .card-body {
    z-index: 2; }
  .profile-greeting .confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
  .profile-greeting .confetti-piece {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 100%;
    opacity: 0;
    border-radius: 10px 50px 35px 20px;
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-animation: makeItRain 7s infinite ease-out;
            animation: makeItRain 7s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
            transform: rotate(-51deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
            transform: rotate(61deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
            transform: rotate(-52deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
    -webkit-animation: makeItRain 4s infinite ease-out;
            animation: makeItRain 4s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
            transform: rotate(11deg);
    -webkit-animation: makeItRain 8s infinite ease-out;
            animation: makeItRain 8s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
    -webkit-animation: makeItRain 7s infinite ease-out;
            animation: makeItRain 7s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
            transform: rotate(-72deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
            animation: makeItRain 5s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-animation: makeItRain 8s infinite ease-out;
            animation: makeItRain 8s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
    -webkit-animation: makeItRain 4s infinite ease-out;
            animation: makeItRain 4s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
            transform: rotate(-72deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
            animation: makeItRain 6s infinite ease-out; }
  .profile-greeting .confetti-piece:nth-child(odd) {
    background-color: #418578; }
  .profile-greeting .confetti-piece:nth-child(even) {
    z-index: 1; }
  .profile-greeting .confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px; }
  .profile-greeting .confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px; }
  .profile-greeting .confetti-piece:nth-child(4n-7) {
    background-color: #418578; }

@-webkit-keyframes makeItRain {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: translateY(-350px); } }

.latest-update-sec .media .media-body, .recent-order-sec .media .media-body {
  margin-left: 20px; }

.latest-update-sec table tbody h6, .recent-order-sec table tbody h6 {
  font-size: 14px;
  font-weight: 600; }

.latest-update-sec table tbody tr td a, .recent-order-sec table tbody tr td a {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: 500; }
  .latest-update-sec table tbody tr td a .btn, .recent-order-sec table tbody tr td a .btn {
    font-size: 12px; }
  .latest-update-sec table tbody tr td a img, .recent-order-sec table tbody tr td a img {
    width: 30px !important;
    margin-right: 1rem !important; }

.latest-update-sec h3, .recent-order-sec h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-align: center; }

.latest-update-sec span, .recent-order-sec span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600; }

.latest-update-sec .btn, .recent-order-sec .btn {
  font-size: 12px;
  line-height: 25px;
  color: #24695c;
  font-weight: 700;
  text-align: center; }

.latest-update-sec h5, .recent-order-sec h5 {
  font-size: 18px;
  font-weight: 700; }

.latest-update-sec h4, .recent-order-sec h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700; }

.latest-update-sec p, .recent-order-sec p {
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  margin-bottom: 0; }

.latest-update-sec .recent-order-sec h5, .recent-order-sec .recent-order-sec h5 {
  margin-bottom: 0; }

.latest-update-sec .recent-order-sec table th, .recent-order-sec .recent-order-sec table th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700; }

.latest-update-sec .recent-order-sec table tr td p, .recent-order-sec .recent-order-sec table tr td p {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  font-family: "Roboto";
  font-weight: 400; }

.latest-update-sec .recent-order-sec table th, .recent-order-sec .recent-order-sec table th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700; }

.latest-update-sec .recent-order-sec table tr td p, .recent-order-sec .recent-order-sec table tr td p {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.latest-update-sec .rate-sec .card .card-header, .recent-order-sec .rate-sec .card .card-header {
  padding: 10px; }
  .latest-update-sec .rate-sec .card .card-header .header-top, .recent-order-sec .rate-sec .card .card-header .header-top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.latest-update-sec .rate-sec .card .card-body, .recent-order-sec .rate-sec .card .card-body {
  padding: 15px; }

.latest-update-sec .recent-order-sec .card .card-body, .recent-order-sec .recent-order-sec .card .card-body {
  padding: 15px; }

.latest-update-sec .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .latest-update-sec .media img, .latest-update-sec .media svg {
    width: auto;
    height: 20px; }

.latest-update-sec .card-body {
  padding-top: 0; }

.latest-update-sec table tbody tr {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .latest-update-sec table tbody tr:hover {
    background-color: rgba(186, 137, 93, 0.1); }
    .latest-update-sec table tbody tr:hover td a {
      color: #ba895d; }
    .latest-update-sec table tbody tr:hover td .media svg {
      fill: #ba895d; }
    .latest-update-sec table tbody tr:hover td .media .media-body span {
      color: #ba895d; }
  .latest-update-sec table tbody tr td a {
    color: #2b2b2b; }

.recent-order-sec .table th {
  border-bottom: none; }

.recent-order-sec .table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.recent-order-sec .table tr .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.recent-order-sec .table tr:hover {
  background-color: rgba(36, 105, 92, 0.1); }
  .recent-order-sec .table tr:hover td {
    color: #24695c; }
  .recent-order-sec .table tr:hover p {
    color: #24695c; }

#chart-dashbord .apexcharts-legend-series {
  text-align: right; }
  #chart-dashbord .apexcharts-legend-series .apexcharts-legend-marker {
    display: none;
    text-align: right;
    font-family: "Roboto", sans-serif; }

#yearly-overview-chart {
  max-width: 650px;
  margin: 35px auto; }

.profile-greeting {
  background-image: url(../images/dashboard/bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }

.chart_data_left .card-body .chart-main .media .hospital-small-chart, .chart_data_right .card-body .chart-main .media .hospital-small-chart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(36, 105, 92, 0.05); }
  .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar {
    position: relative; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container {
      height: 74px;
      width: 75px; }
      .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip {
        position: absolute;
        opacity: 0; }
        .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value {
          font-size: 10px;
          padding: 5px;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 4px; }
        .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show {
          opacity: 1; }
      .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg {
        position: absolute;
        bottom: 23px;
        width: 100%;
        height: 95%; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut {
      stroke: #24695c; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut {
      stroke: rgba(36, 105, 92, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value {
      background-color: #24695c;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value {
      background-color: #d22d3d;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut {
      stroke: #d22d3d; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut {
      stroke: rgba(210, 45, 61, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value {
      background-color: #24695c;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut {
      stroke: #24695c; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut {
      stroke: rgba(36, 105, 92, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut {
      stroke: #d22d3d; }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut {
      stroke: rgba(210, 45, 61, 0.2); }
    .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value {
      background-color: #d22d3d;
      -webkit-box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5);
              box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5); }

.chart_data_left .card-body .chart-main .media .media-body .right-chart-content, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content {
  margin-left: 30px; }
  .chart_data_left .card-body .chart-main .media .media-body .right-chart-content h4, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content h4 {
    line-height: 1;
    color: #2b2b2b !important;
    font-weight: 500; }
  .chart_data_left .card-body .chart-main .media .media-body .right-chart-content span, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content span {
    color: rgba(43, 43, 43, 0.7);
    font-weight: 500; }

.chart_data_left .card-body .chart-main .media.border-none, .chart_data_right .card-body .chart-main .media.border-none {
  border-right: none !important; }

.activity-timeline .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .activity-timeline .media .activity-line {
    top: 150px;
    height: 57%;
    position: absolute;
    width: 2px;
    background-color: #e6edef;
    margin: 0 auto;
    left: 36px;
    z-index: 1; }
  .activity-timeline .media .circle-dot-primary {
    background-color: rgba(36, 105, 92, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #24695c; }
  .activity-timeline .media .circle-dot-secondary {
    background-color: rgba(186, 137, 93, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #ba895d; }
  .activity-timeline .media .circle-dot-success {
    background-color: rgba(27, 76, 67, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #1b4c43; }
  .activity-timeline .media .circle-dot-danger {
    background-color: rgba(210, 45, 61, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #d22d3d; }
  .activity-timeline .media .circle-dot-info {
    background-color: rgba(113, 113, 113, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #717171; }
  .activity-timeline .media .circle-dot-light {
    background-color: rgba(230, 237, 239, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #e6edef; }
  .activity-timeline .media .circle-dot-dark {
    background-color: rgba(44, 50, 63, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #2c323f; }
  .activity-timeline .media .circle-dot-warning {
    background-color: rgba(226, 198, 54, 0.25);
    border-radius: 100%;
    padding: 4px;
    font-size: 5px;
    color: #e2c636; }
  .activity-timeline .media + .media {
    margin-top: 30px; }
  .activity-timeline .media .media-body {
    margin-left: 20px; }

.twitter-typeahead {
  display: block !important; }

span.twitter-typeahead .league-name {
  font-size: 16px;
  padding: 6px 10px 0; }

span.twitter-typeahead .tt-menu {
  float: left;
  width: 100%;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
          box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0; }

span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background-color: #f5f7fb;
  cursor: pointer; }
  span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
    background-color: #24695c;
    color: #fff;
    opacity: 1; }
  span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
    color: #fff;
    background-color: var(--theme-deafult); }

#draggableMultiple .ui-sortable-handle .card {
  cursor: move; }

.crm-activity > li {
  font-weight: 600; }
  .crm-activity > li + li {
    border-top: 1px solid #efefef;
    margin-top: 12px;
    padding-top: 12px; }
    .crm-activity > li + li h6 {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 5px; }
  .crm-activity > li h6 {
    font-size: 14px; }

.crm-activity span {
  font-size: 40px; }

.crm-activity ul.dates h6 {
  color: #242934; }

.crm-activity ul.dates li {
  color: #999;
  font-size: 12px;
  display: inline-block;
  line-height: 1; }
  .crm-activity ul.dates li + li {
    border-left: 1px solid #efefef;
    padding-left: 10px;
    margin-left: 5px; }

.ecommerce-widget {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e6edef !important;
  border-radius: 5px; }
  .ecommerce-widget h6 {
    color: #717171; }
  .ecommerce-widget .total-num {
    color: #242934;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 24px; }
    .ecommerce-widget .total-num span {
      color: #000; }
  .ecommerce-widget .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ecommerce-widget .progress-showcase {
    margin-top: 43px; }
    .ecommerce-widget .progress-showcase .progress {
      height: 20px; }
  .ecommerce-widget span {
    color: #999;
    margin: 0;
    cursor: pointer;
    font-weight: 600; }
  .ecommerce-widget .icon {
    color: #efefef;
    font-size: 40px; }
  .ecommerce-widget .flot-chart-container {
    height: 100px;
    padding: 0;
    margin: 0;
    border: transparent; }
  .ecommerce-widget .morris-default-style {
    display: none !important; }
  .ecommerce-widget svg {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3)); }
  .ecommerce-widget ul li {
    color: #999;
    font-weight: 600; }

.static-top-widget:hover .icon-bg {
  -webkit-transform: rotate(-5deg) scale(1.1);
          transform: rotate(-5deg) scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.static-top-widget div.align-self-center svg {
  width: 30px;
  height: 30px; }

.static-top-widget .media-body {
  -ms-flex-item-align: center !important;
      align-self: center !important;
  padding-left: 30px; }
  .static-top-widget .media-body .icon-bg {
    position: absolute;
    right: -14px;
    top: 6px;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100px;
    height: 100px; }

.static-top-widget span {
  font-weight: 500; }

.static-top-widget h4 {
  font-weight: 600; }

.bg-danger .media.static-top-widget .align-self-center {
  background-color: #d22d3d; }

.widget-joins:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #efefef;
  left: calc(50% - 1px); }

.widget-joins:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  top: 50%; }

.widget-joins .media {
  padding: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget-joins .media span {
    font-weight: 500; }
    .widget-joins .media span.widget-t {
      color: #999; }
  .widget-joins .media h5 {
    font-weight: 600;
    font-size: 18px; }
  .widget-joins .media .details {
    border-left: 1px solid #e6edef;
    padding: 1px 0; }
  .widget-joins .media .media-body {
    text-align: left; }
    .widget-joins .media .media-body > span {
      color: #999; }
    .widget-joins .media .media-body svg {
      width: 40px;
      height: 40px; }
    .widget-joins .media .media-body h5 span {
      font-weight: 600; }
    .widget-joins .media .media-body h6 {
      font-weight: 600; }
      .widget-joins .media .media-body h6 span {
        color: #000; }

.redial-social-widget {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  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;
  font-size: 25px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #e6edef), color-stop(50%, #f4f4f4), to(#f4f4f4));
  background-image: linear-gradient(90deg, #f4f4f4 50%, transparent 50%, transparent), linear-gradient(90deg, #e6edef 50%, #f4f4f4 50%, #f4f4f4); }
  .redial-social-widget i {
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    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; }
  .redial-social-widget.radial-bar-70 {
    background-image: linear-gradient(342deg, #24695c 50%, transparent 50%, transparent), linear-gradient(270deg, #24695c 50%, rgba(36, 105, 92, 0.1) 50%, rgba(36, 105, 92, 0.1)); }

.social-widget-card span {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600; }

.social-widget-card h5 {
  color: #999;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700; }

.social-widget-card h4 {
  font-size: 18px;
  font-weight: 600; }

.browser-widget:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg); }

.browser-widget img {
  height: 80px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.browser-widget .media-body {
  text-align: center;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-rule: 1px solid #f4f4f4;
     -moz-column-rule: 1px solid #f4f4f4;
          column-rule: 1px solid #f4f4f4; }
  .browser-widget .media-body p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #999; }
  .browser-widget .media-body span {
    margin-bottom: 0;
    color: rgba(36, 41, 52, 0.7); }
  .browser-widget .media-body h4 {
    color: #242934;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600; }
    .browser-widget .media-body h4 span {
      color: #333333;
      font-weight: 600; }

.testimonial #owl-carousel-testimonial .owl-stage-outer .owl-stage .owl-item .item img {
  border-radius: 100%; }

.testimonial i {
  font-size: 60px;
  color: rgba(43, 43, 43, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1; }

.testimonial p {
  color: #999;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-top: 15px; }

.testimonial h5 {
  color: #242934;
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: 600; }

.testimonial span {
  color: #999; }

.testimonial img {
  margin: 0 auto; }

.mobile-clock-widget .sec, .min, .hour {
  position: absolute;
  width: 24px;
  height: 234px;
  top: 0;
  left: 102px;
  margin-top: -30px;
  margin-left: -25px; }

.cal-date-widget .datepicker {
  padding: 20px;
  border-radius: unset; }
  .cal-date-widget .datepicker .datepicker--nav {
    border-bottom: none;
    direction: ltr; }
  .cal-date-widget .datepicker .datepicker--cell-day.-other-month-,
  .cal-date-widget .datepicker .datepicker--cell-year.-other-decade- {
    opacity: 0.5; }

.cal-date-widget span {
  font-weight: 600; }

.cal-date-widget p {
  font-weight: 500; }

.cal-date-widget .cal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .cal-date-widget .cal-info h2 {
    font-size: 100px;
    color: #24695c;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 0.7; }
  .cal-date-widget .cal-info span {
    font-size: 18px; }
  .cal-date-widget .cal-info p {
    color: #999;
    margin-top: 15px; }

.datepicker--nav-action {
  background-color: #24695c; }
  .datepicker--nav-action:hover {
    background-color: #24695c; }

.datepicker--nav-title {
  color: #24695c; }
  .datepicker--nav-title i {
    color: #24695c; }

.datepicker--cell.-selected-.-current- {
  background-color: #24695c;
  color: #fff; }

.weather-widget-two {
  position: relative;
  background-color: #24695c;
  height: 350px;
  overflow: hidden; }
  .weather-widget-two p {
    color: #fff; }
  .weather-widget-two .card-body .media {
    margin-bottom: 10px; }
  .weather-widget-two svg path.climacon_component-stroke {
    fill: #fff; }
  .weather-widget-two .top-bg-whether {
    position: absolute;
    top: -50px;
    right: -28px;
    opacity: 0.1; }
    .weather-widget-two .top-bg-whether svg {
      width: 200px;
      height: 200px; }
  .weather-widget-two .num {
    font-weight: 600; }
  .weather-widget-two .climacon_component-stroke {
    stroke: #fff; }
  .weather-widget-two .bottom-whetherinfo svg {
    width: 150px;
    height: 150px;
    opacity: 0.1;
    color: #fff;
    position: relative;
    top: 0;
    left: -35px; }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    text-align: right;
    position: relative;
    top: -15px;
    color: #fff; }

.mobile-clock-widget {
  background: url(../images/other-images/mobile-clock-wallpaper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  color: #fff;
  text-align: center;
  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;
  background-blend-mode: overlay;
  background-color: #17433b;
  position: relative; }
  .mobile-clock-widget .bg-svg {
    position: absolute;
    top: -4px;
    left: -25px; }
    .mobile-clock-widget .bg-svg svg {
      width: 150px;
      height: 150px;
      opacity: 0.08; }
  .mobile-clock-widget .clock {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0 auto;
    height: 175px;
    width: 175px;
    display: block;
    background: url(../images/other-images/clock-face.png) 5% center no-repeat; }
  .mobile-clock-widget .sec {
    background: url(../images/sec.svg);
    z-index: 3; }
  .mobile-clock-widget .min {
    background: url(../images/min.svg);
    z-index: 2; }
  .mobile-clock-widget .hour {
    background: url(../images/hour.svg);
    z-index: 1; }

.mobile-clock-widget #date {
  margin-top: 30px;
  font-weight: 700; }

.mobile-clock-widget p {
  font-weight: 600; }

.flot-chart-container {
  height: 250px; }

.calender-widget .cal-img {
  background: url(../images/other-images/calender-bg.png);
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 270px; }

.calender-widget .cal-date {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -45px;
  border: 1px solid #e6edef;
  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; }
  .calender-widget .cal-date h5 {
    margin-bottom: 0;
    line-height: 1.5;
    padding: 17px;
    font-weight: 700;
    font-size: 18px; }

.calender-widget .cal-desc h6 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px; }

.calender-widget .cal-desc p {
  color: #999;
  font-size: 15px; }

.calender-widget .cal-desc span {
  line-height: 1.6; }

.contact-form .theme-form {
  border: 1px solid #e6edef;
  padding: 30px;
  border-radius: 4px; }
  .contact-form .theme-form .form-icon {
    width: 53px;
    height: 53px;
    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;
    text-align: center;
    border: 1px solid #e6edef;
    border-radius: 100%;
    font-size: 28px;
    background-color: #fff;
    color: #24695c;
    margin-top: -55px;
    margin-bottom: 15px; }
  .contact-form .theme-form label {
    font-weight: 600; }

.contact-form .btn {
  padding: 10px 30px; }

.chart-widget-top #chart-widget1,
.chart-widget-top #chart-widget2,
.chart-widget-top #chart-widget3 {
  margin-bottom: -14px; }
  .chart-widget-top #chart-widget1 .apexcharts-xaxistooltip,
  .chart-widget-top #chart-widget2 .apexcharts-xaxistooltip,
  .chart-widget-top #chart-widget3 .apexcharts-xaxistooltip {
    display: none; }

.bar-chart-widget .top-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.bar-chart-widget .earning-details {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px; }
  .bar-chart-widget .earning-details i {
    font-size: 230px;
    position: absolute;
    opacity: 0.1;
    right: -30px;
    top: 0; }
    .bar-chart-widget .earning-details i:hover {
      -webkit-transform: rotate(-5deg) scale(1.1);
              transform: rotate(-5deg) scale(1.1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.bar-chart-widget .num {
  font-weight: 600; }
  .bar-chart-widget .num .color-bottom {
    color: #000; }

.bottom-content span {
  color: rgba(36, 41, 52, 0.7); }

.bottom-content .block-bottom {
  display: block; }

.user-status table tbody tr td {
  vertical-align: middle;
  font-weight: 500; }
  .user-status table tbody tr td .d-inline-block {
    margin-top: 11px; }
  .user-status table tbody tr td .image-sm-size img {
    width: 41px; }

.user-status table tbody tr:last-child td {
  padding-bottom: 0; }

.user-status table thead tr th {
  border-top: 0;
  font-size: 16px;
  color: #2c323f;
  font-weight: 600;
  padding-top: 0; }

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px; } }

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px; } }

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0; }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px; } }

@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0; }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px; } }

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%; }
  100% {
    stroke-dashoffset: 0; } }

.serial-chart .chart-container {
  width: 100%;
  height: 500px; }
  .serial-chart .chart-container .lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
            animation: am-pulsating 1s ease-out infinite; }
  .serial-chart .chart-container .amcharts-graph-column-front {
    -webkit-transition: all .3s .3s ease-out;
    transition: all .3s .3s ease-out; }
    .serial-chart .chart-container .amcharts-graph-column-front:hover {
      fill: var(--theme-secondary);
      stroke: var(--theme-secondary);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .serial-chart .chart-container .amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    -webkit-animation: am-draw 40s;
            animation: am-draw 40s; }
  .serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
            animation: am-moving-dashes 1s linear infinite; }

.speed-chart .chart-container {
  width: 100%;
  height: 530px; }

.speed-chart .content {
  margin-top: -200px;
  margin-bottom: 20px; }
  .speed-chart .content h4 {
    font-weight: 600;
    padding-top: 2px; }

.status-widget svg {
  width: 20px;
  height: 20px;
  vertical-align: text-top; }

.status-widget .card .card-header h5 {
  line-height: 1.38; }

.status-widget .status-chart {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden; }

.small-chart-widget .chart-container {
  height: 311px;
  padding: 0;
  margin: 0;
  border: none; }

.small-chart-widget .card .card-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.donut-chart-widget .chart-container {
  height: 300px;
  border: 0;
  margin: 0;
  padding: 0; }

.status-details h4 {
  font-weight: 600; }
  .status-details h4 span {
    color: inherit; }

.status-details span {
  color: rgba(36, 41, 52, 0.7); }

.status-chart .chart-container {
  height: 200px;
  border: 0;
  padding: 0;
  margin: 0; }

.map-chart .chart-container {
  width: 100%;
  height: 500px; }

.serial-chart {
  width: 100%; }

.live-products,
.turnover,
.uses,
.monthly {
  height: 300px; }

.live-products .ct-series-a .ct-area,
.live-products .ct-series-a .ct-point,
.live-products .ct-series-a .ct-line,
.live-products .ct-series-a .ct-bar,
.live-products .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.77); }

.live-products .ct-label {
  fill: #fff;
  color: #fff; }

.live-products .ct-grid {
  stroke: rgba(255, 255, 255, 0.7); }

.turnover .ct-series-a .ct-area,
.turnover .ct-series-a .ct-point,
.turnover .ct-series-a .ct-line,
.turnover .ct-series-a .ct-bar,
.turnover .ct-series-a .ct-slice-donut,
.uses .ct-series-a .ct-area,
.uses .ct-series-a .ct-point,
.uses .ct-series-a .ct-line,
.uses .ct-series-a .ct-bar,
.uses .ct-series-a .ct-slice-donut,
.monthly .ct-series-a .ct-area,
.monthly .ct-series-a .ct-point,
.monthly .ct-series-a .ct-line,
.monthly .ct-series-a .ct-bar,
.monthly .ct-series-a .ct-slice-donut {
  stroke: white;
  fill: transparent; }

.turnover .ct-series-b .ct-area,
.turnover .ct-series-b .ct-point,
.turnover .ct-series-b .ct-line,
.turnover .ct-series-b .ct-bar,
.turnover .ct-series-b .ct-slice-donut,
.uses .ct-series-b .ct-area,
.uses .ct-series-b .ct-point,
.uses .ct-series-b .ct-line,
.uses .ct-series-b .ct-bar,
.uses .ct-series-b .ct-slice-donut,
.monthly .ct-series-b .ct-area,
.monthly .ct-series-b .ct-point,
.monthly .ct-series-b .ct-line,
.monthly .ct-series-b .ct-bar,
.monthly .ct-series-b .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.7);
  fill: transparent; }

.turnover .ct-series-c .ct-area,
.turnover .ct-series-c .ct-point,
.turnover .ct-series-c .ct-line,
.turnover .ct-series-c .ct-bar,
.turnover .ct-series-c .ct-slice-donut,
.uses .ct-series-c .ct-area,
.uses .ct-series-c .ct-point,
.uses .ct-series-c .ct-line,
.uses .ct-series-c .ct-bar,
.uses .ct-series-c .ct-slice-donut,
.monthly .ct-series-c .ct-area,
.monthly .ct-series-c .ct-point,
.monthly .ct-series-c .ct-line,
.monthly .ct-series-c .ct-bar,
.monthly .ct-series-c .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.4);
  fill: transparent; }

.turnover .ct-label,
.uses .ct-label,
.monthly .ct-label {
  fill: #fff;
  color: #fff; }

.turnover .ct-grid,
.uses .ct-grid,
.monthly .ct-grid {
  stroke: rgba(255, 255, 255, 0.7); }

.activity-dot-primary {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #24695c;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(36, 105, 92, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(36, 105, 92, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-primary:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-secondary {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #ba895d;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(186, 137, 93, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(186, 137, 93, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-secondary:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-success {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #1b4c43;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(27, 76, 67, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(27, 76, 67, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-success:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-danger {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #d22d3d;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(210, 45, 61, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(210, 45, 61, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-danger:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-info {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #717171;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(113, 113, 113, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(113, 113, 113, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-info:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-light {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #e6edef;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(230, 237, 239, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(230, 237, 239, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-light:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-dark {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #2c323f;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(44, 50, 63, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(44, 50, 63, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-dark:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.activity-dot-warning {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #e2c636;
  -webkit-box-shadow: -2.5px -6.67px 15px 0px rgba(226, 198, 54, 0.25);
          box-shadow: -2.5px -6.67px 15px 0px rgba(226, 198, 54, 0.25);
  position: relative;
  z-index: 2; }
  .activity-dot-warning:hover {
    background-color: rgba(36, 105, 92, 0.5); }

.chart-vertical-center #myDoughnutGraph, .chart-vertical-center #myPolarGraph {
  width: auto !important; }

@media only screen and (max-width: 1800px) {
  .latest-update-sec table tbody tr td:first-child {
    min-width: 320px; }
  .recent-order-sec .table td {
    min-width: 110px; }
    .recent-order-sec .table td:first-child {
      min-width: 320px; }
  .user-status table thead tr th:nth-child(3) {
    min-width: 150px; }
  .user-status table tbody tr td:first-child {
    min-width: 300px; } }

@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .dashboard-default-sec .card-header .header-top, .dashboard-2-main .card-header .header-top {
    display: block !important; }
    .dashboard-default-sec .card-header .header-top .center-content, .dashboard-2-main .card-header .header-top .center-content {
      margin-top: 5px; } }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .des-xl-25 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .des-xl-33 {
    max-width: 33.33333%;
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%; }
  .des-xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .des-xl-100 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .dashboard-default-sec .card .card-header, .dashboard-default-sec .card .card-body, .dashboard-default-sec .card .card-footer {
    padding: 20px; }
  .dashboard-default-sec .card .card-header h5 {
    font-size: 16px; }
  .dashboard-default-sec .card .card-header p {
    font-size: 10px; }
  .dashboard-default-sec .card .card-header i {
    font-size: 12px; }
  .dashboard-default-sec .card.income-card .card-body .round-box {
    width: 45px;
    height: 45px; }
    .dashboard-default-sec .card.income-card .card-body .round-box svg {
      height: 16px; }
  .dashboard-default-sec .card.income-card .card-body h5 {
    font-size: 18px; }
  .dashboard-default-sec .setting-list {
    top: 15px;
    right: 15px; }
    .dashboard-default-sec .setting-list .setting-option {
      width: 25px;
      height: 25px; }
      .dashboard-default-sec .setting-list .setting-option li:first-child i.icon-angle-double-right {
        font-size: 12px; }
    .dashboard-default-sec .setting-list .setting-primary, .dashboard-default-sec .setting-list .setting-secondary, .dashboard-default-sec .setting-list .setting-white {
      width: 25px;
      height: 25px; }
  .dashboard-default-sec .profile-greeting h3 {
    font-size: 22px; }
  .dashboard-default-sec .profile-greeting p {
    line-height: 20px; }
  .dashboard-default-sec .profile-greeting .card-header {
    padding-bottom: 5px !important; }
  #chart-dashbord .apexcharts-legend.position-right, #chart-dashbord .apexcharts-legend.position-left {
    display: none !important; }
  .trasaction-sec .transaction-totalbal {
    padding-left: 20px; }
    .trasaction-sec .transaction-totalbal h2 {
      font-size: 18px; } }

@media only screen and (max-width: 1470px) {
  .bar-chart-widget .num {
    font-size: 20px; } }

@media only screen and (max-width: 1199px) {
  .apexcharts-legend.position-right {
    left: 20px !important; }
  .dashboard-default-sec .card .card-header, .dashboard-default-sec .card .card-body, .dashboard-default-sec .card .card-footer {
    padding: 20px; }
  .profile-greeting h3 {
    font-size: 22px;
    margin-top: 5px; } }

/**=====================
  53. Dashboard CSS Ends
==========================**/

/**=====================
    63. Box-layout CSS start
==========================**/
@media only screen and (min-width: 1280px) {
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper {
    margin-top: 40px !important;
    overflow: hidden; }
    .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
      min-height: calc(100vh - 165px);
      margin-top: 0;
      top: 80px;
      overflow-y: scroll !important;
      max-height: calc(100vh - 220px);
      padding-bottom: 80px; }
  .box-layout .page-wrapper.horizontal-wrapper .page-main-header {
    margin-top: 40px; }
    .box-layout .page-wrapper.horizontal-wrapper .page-main-header.close_icon {
      margin-left: auto; }
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: 1280px; }
    .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
      width: 1280px;
      top: 80px;
      margin: 0;
      overflow-x: unset;
      position: relative; }
      .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
        position: unset; }
  .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
    height: calc(100vh - 206px);
    width: 155px; }
    .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 240px);
      padding-top: 0;
      padding-bottom: 0; }
      .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
        left: 24.7%;
        top: 118px; }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper {
    margin-top: 40px !important; }
  .box-layout .page-wrapper.compact-wrapper .page-main-header {
    margin-top: 40px; }
    .box-layout .page-wrapper.compact-wrapper .page-main-header.close_icon {
      margin-left: auto; }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-left: 255px;
    min-height: calc(100vh - 165px);
    margin-top: 0;
    top: 80px;
    overflow-y: scroll  !important;
    max-height: calc(100vh - 130px);
    padding-bottom: 80px; }
    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(36, 105, 92, 0.2); }
    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
      width: 6px;
      border-radius: 13px; }
    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
      background-color: rgba(36, 105, 92, 0.1); }
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    position: fixed;
    border-bottom: none;
    top: 100px;
    z-index: 3;
    height: auto;
    line-height: inherit;
    width: 255px;
    height: 100%;
    text-align: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 7px;
    height: calc(100vh - 201px); }
    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
      opacity: 0;
      visibility: hidden; }
      .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
        margin-left: 0;
        width: 1280px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 510px); }
    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.main-nav .main-navbar .nav-menu > li {
      padding: 0 10px; }
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-main-header {
    margin: 0 auto; }
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
    padding-top: 40px; }
    .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
      top: 103px;
      height: calc(100vh - 190px);
      margin-left: unset; }
    .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
      max-height: calc(100vh - 170px);
      min-height: calc(100vh - 170px);
      top: 0;
      margin: 0 auto;
      margin-left: 255px;
      padding-bottom: 30px; }
    .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper footer {
      z-index: 3; }
  .box-layout .page-wrapper .main-navbar .tab-content {
    padding-left: 10px;
    padding-right: 10px; }
  .box-layout .page-wrapper .page-main-header .main-header-right .main-header-left {
    width: 255px; }
  .box-layout .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 25px; }
  .box-layout .page-wrapper ul.close_icon > li label {
    padding: 0; }
    .box-layout .page-wrapper ul.close_icon > li label:after {
      display: none; }
  .box-layout .page-wrapper .bookmark ul {
    margin-right: -1px; }
  .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn {
    padding-left: 20px;
    padding-right: 20px; }
  .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"] {
    display: none; }
  .box-layout .page-wrapper .media.bitcoin-graph {
    display: block; }
    .box-layout .page-wrapper .media.bitcoin-graph .top-bitcoin {
      display: inline-block;
      vertical-align: middle; }
    .box-layout .page-wrapper .media.bitcoin-graph .media-body {
      margin-top: 30px; }
      .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6 {
        font-size: 14PX; }
      .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-end {
        text-align: center !important; }
  .box-layout .page-wrapper .alert.inverse p {
    max-width: 238px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .box-layout .page-wrapper .page-main-header .main-header-right {
    margin: 0; }
  .box-layout .page-wrapper .page-main-header .vertical-menu-main .mega-menu {
    width: 1050px !important;
    max-width: 1050px !important;
    left: -80px !important; }
  .box-layout .page-wrapper .page-body-wrapper {
    width: 1280px;
    -webkit-box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.07);
            box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.07);
    margin: 0 auto; }
    .box-layout .page-wrapper .page-body-wrapper .learning-comment {
      margin-left: -14px !important;
      float: left !important; }
    .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive {
      min-width: 1087px;
      overflow: auto; }
    .box-layout .page-wrapper .page-body-wrapper .browse div[class^="col-"]:nth-child(3) {
      margin-top: 30px; }
    .box-layout .page-wrapper .page-body-wrapper .current-progress table tbody tr td:last-child {
      width: 147px; }
    .box-layout .page-wrapper .page-body-wrapper .server-chart #latency-chart {
      width: 497px; }
    .box-layout .page-wrapper .page-body-wrapper .active-order-table {
      max-width: 443px;
      overflow: auto; }
      .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p {
        width: 100px; }
    .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after {
      height: 57px;
      bottom: -64px; }
    .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after {
      height: 36px;
      bottom: -43px; }
    .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after {
      height: 40px;
      bottom: -48px; }
    .box-layout .page-wrapper .page-body-wrapper footer {
      width: 1025px;
      margin: 0 auto;
      right: 0;
      padding-right: 15px;
      margin-left: 255px;
      width: 1280px;
      margin: 0 auto;
      padding-left: 15px;
      margin-bottom: 40px !important;
      position: fixed;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      z-index: 3; }
    .box-layout .page-wrapper .page-body-wrapper .footer-fix {
      margin-left: 567px; }
    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content {
      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;
      min-width: 300px; }
      .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content > div {
        z-index: 8;
        background-color: rgba(255, 255, 255, 0.75);
        background-blend-mode: overlay;
        width: 100%;
        padding: 30px;
        left: 15px; }
      .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button {
        width: 40%;
        font-size: 14px;
        margin: 0 auto; }
    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons {
      margin-top: 20px;
      margin-bottom: 20px; }
      .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li {
        border: 1px solid #717171;
        width: 50px;
        height: 50px;
        padding: 8px; }
    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img {
      margin-top: 30px;
      margin-bottom: 30px; }
      .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img {
        width: 38%; }
    .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 {
      font-size: 28px;
      color: #717171; }
    .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts {
      width: 100%; }
    .box-layout .page-wrapper .page-body-wrapper .chat-right-aside {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%;
      overflow: hidden; }
    .box-layout .page-wrapper .page-body-wrapper .caller-img {
      position: absolute;
      width: 100%;
      max-width: 100%;
      left: 15px; }
      .box-layout .page-wrapper .page-body-wrapper .caller-img img {
        opacity: 0.7; }
    .box-layout .page-wrapper .page-body-wrapper .browser-widget img {
      height: 65px; }
    .box-layout .page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content {
      top: 39px; }
    .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img {
      margin-top: -73px; }
    .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img {
      height: 130px;
      top: -17px; }
    .box-layout .page-wrapper .page-body-wrapper .select2 {
      width: 901.781px; }
  .box-layout .page-wrapper .page-main-header {
    max-width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .box-layout .page-wrapper .page-main-header.open {
      padding-left: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px; }
  .box-layout .page-wrapper .page-builder .ge-addRowGroup {
    margin-bottom: 10px; }
  .box-layout .page-wrapper .pricing-wrapper-card {
    padding: 50px 20px; }
  .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height {
    min-height: 400px; }
  .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily {
    min-height: 430px; }
  .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris {
    min-height: 430px; }
  .box-layout .page-wrapper .box-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .box-layout .page-wrapper .box-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .box-layout .page-wrapper .box-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .box-layout .page-wrapper .box-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; }
  .box-layout .page-wrapper .box-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; }
  .box-layout .page-wrapper .box-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .box-layout .page-wrapper .box-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33%; }
  .box-layout .page-wrapper .chat-box .chat-right-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden; }
    .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
      font-size: 19px; }
    .box-layout .page-wrapper .chat-box .chat-right-aside.bitcoin-chat {
      max-width: 100%; }
  .box-layout .page-wrapper .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important; }
  .box-layout .page-wrapper .chat-menu {
    right: 0;
    border-top: 1px solid #e6edef;
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    visibility: hidden;
    top: 81px;
    position: absolute;
    z-index: 9;
    background-color: #f5f7fb;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s; }
  .box-layout .page-wrapper .chat-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    padding-bottom: 25px; }
  .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar {
    stroke-width: 23px !important; }
  .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset {
    max-height: 165px; }
  .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox {
    height: 644px; }
  .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after {
    right: -10px; }
  .box-layout .page-wrapper .todo .notification-popup {
    right: 320px; }
  .box-layout .page-wrapper .touchspin {
    padding: 0 10px; }
  .box-layout .page-wrapper .vertical-menu-main {
    width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .box-layout .page-wrapper .vertical-menu-main .mega-menu {
      width: 1050px !important;
      max-width: 1050px !important;
      left: -320px !important; }
  .box-layout .page-wrapper .comingsoon video {
    min-width: 67%;
    width: 67%; }
  .box-layout .page-wrapper .auth-bg-effect .second-effect {
    left: 55%; }
  .box-layout .page-wrapper .auth-bg-video video {
    min-width: 67%;
    width: 67%; }
  .box-layout .page-wrapper .search-page .search-vid-block > div {
    margin-top: 30px; } }

/**=====================
    63. Box-layout CSS ends
==========================**/