/*
Theme Name: Fuse HTML5 Template
Theme URI: 
Developed by: Abdullah Al Numan 
Version: 1.0
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Side Manu

    3 Top Bar

    4 Main Content

    5 Widget

    6 Invoice

======================================
[ End table content ]
======================================*/
/* =================
    Google Fonts 
=================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
/*=====================
    1 Theme Default
=======================*/
:root {
  --color-white: #FFFFFF;
  --color-white2: #F0F7F0;
  --color-white3: #E6EBE6;
  --color-white4: #F0F0F0;
  --color-black: #101826;
  --color-black2: #111827;
  --color-black3: #1E2125;
  --color-hBlack: #464E5B;
  --color-hBlack2: #555D69;
  --color-hover: rgba(255, 255, 255, 0.08);
  --color-hover2: rgba(0, 0, 0, 0.04);
  --color-hover3: rgba(149, 156, 169, 0.26);
  --color-gBlack: #101826;
  --color-gBlack2: #E4E6EB;
  --color-gBlack3: #6B7280;
  --color-border: #C7C7C7;
  --color-border2: #E0E0E0;
  --color-lGreen: #1B9E84;
  --color-lGreen2: #3EA891;
  --color-lGreen3: #F2F8F1;
  --color-dGreen: #207e66;
  --color-blue: #24D2ED;
  --color-dBlue: #2196F3;
  --color-dBlue2: #1565C0;
  --color-red: #F5574C;
  --color-red2: #FF6130;
  --color-red3: #F44336;
  --color-red4: #C62828;
  --color-dRed: #E91E63;
  --color-orange: #FF9800;
  --color-orange2: #EF6C00;
  --color-orange3: #FF6231;
  --color-orange4: #FF3413;
  --color-green: #4CAF50;
  --color-green2: #2E7D32;
  --color-green3: #087055;
  --color-tr: transparent;
}

/*====================
	 Default
======================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  padding-right: 0px !important;
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
select,
textarea {
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  letter-spacing: 1.4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  height: 40px;
  padding: 0px 15px;
  vertical-align: middle;
  border: 1px solid var(--color-border);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file],
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
          box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

input[type=submit] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type=submit]:hover {
  background: #444444;
}

input[type=button] {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*====================
	 Normalize v8.0.1
======================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*====================
	 Typography
======================*/
html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: var(--color-black);
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 31px;
  line-height: 41px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 15px;
  line-height: 25px;
}

p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 23px;
  color: var(--color-gBlack);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
  color: var(--color-black);
  outline: none !important;
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
          box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

svg {
  fill: var(--color-black);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  margin-top: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-dashbord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.main-dashbord header {
  width: 120px;
  margin-left: 0;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.main-dashbord header.active {
  margin-left: -120px;
}
.main-dashbord main {
  width: calc(100% - 120px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-dashbord main .container {
  padding: 0;
  max-width: 100%;
  margin: 0px;
}
.main-dashbord main.active {
  width: 100%;
}
.main-dashbord main.bg-color {
  background: var(--color-white2);
}

/*=====================
    4 Main Content
=======================*/
.main-content {
  padding: 0px 10px 0px 0px;

}
.main-content.product {
  padding-right: 0px;
}
.main-content.product .title-bar-bg {
  padding: 50px 18px 114px 18px;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#087055), to(#1b9e85)) repeat scroll 0% 0%/cover;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #087055 0%, #1b9e85 100%) repeat scroll 0% 0%/cover;
  margin-bottom: -64px;
}
.main-content.product .title-bar-bg2 {
  padding: 35px 18px;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#087055), to(#1b9e85)) repeat scroll 0% 0%/cover;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #087055 0%, #1b9e85 100%) repeat scroll 0% 0%/cover;
  margin-bottom: -64px;
}
.main-content.product .title-bar-bg ~ .widget-table {
  margin: 0px 18px;
}

.title-bar-left .icon svg {
  --svg-font-size: 30px;
  fill: var(--color-white);
}
.title-bar-left .text {
  color: var(--color-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-left: 8px;
}

.title-bar-mid .search-item {
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 512px;
  height: 37px;
  border-radius: 16px;
  background: var(--color-white);
  margin: 0 auto;
}
.title-bar-mid .search-item .icon {
  width: 30px;
  text-align: center;
}
.title-bar-mid .search-item .icon svg {
  --svg-font-size: 16px;
  fill: var(--color-gBlack3);
}
.title-bar-mid .search-item input {
  padding: 0;
  width: calc(100% - 46px);
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-gBlack3);
  border: 0;
  margin: 0px 8px;
  background: var(--color-tr);
}

.title-bar-right {
  text-align: right;
}
.title-bar-right a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1px;
  padding: 8px 18px;
  border-radius: 30px;
  color: var(--color-white);
  background: var(--color-orange3);
}
.title-bar-right a:hover {
  background: var(--color-orange4);
}

.bg-gra-color {
  background: -webkit-gradient(linear, left top, right top, from(#1b9e85), to(#087055)) 0% 0%/cover #087055;
  background: linear-gradient(to right, #1b9e85 0%, #087055 100%) 0% 0%/cover #087055;
}

.title-bar-bg {
  padding: 50px 0px 114px 0px;
}

.title-bar {
  padding: 24px 24px 0px 18px;
  border-radius: 0px 0px 20px 0px;
}
.title-bar .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.title-bar .profile-img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 12px;
}
.title-bar .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.title-bar h2 {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 8px;
}
.title-bar h6 {
  color: var(--color-white);
  font-weight: 500;
  opacity: 0.6;
}
.title-bar h6 .icon {
  margin-right: 4px;
}
.title-bar h6 .icon svg {
  fill: var(--color-white3);
  --svg-font-size: 20px;
}

.more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more-content h6 {
  padding: 8px 16px;
  border-radius: 16px 0px 0px;
  opacity: 1;
  font-weight: 400;
  background: var(--color-dGreen);
  margin-right: 1px;
}
.more-content button {
  padding: 13px;
  border: none;
  border-radius: 0px 16px 0px 0px;
  background: var(--color-dGreen);
}
.more-content button::after {
  content: none;
}
.more-content button svg {
  fill: var(--color-white);
  margin-top: 0px;
}
.more-content .dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  background-color: var(--color-black3);
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
}
.more-content .dropdown-menu li a {
  display: block;
  padding: 5px 14px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 13px;
}
.more-content .dropdown-menu li a:hover {
  background: var(--color-hover);
}
.more-content .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.malti-tab {
  padding: 12px 0px 0px 18px;
}
.malti-tab .nav-tabs {
  border: none;
}
.malti-tab li ~ li {
  margin-left: 12px;
}
.malti-tab button {
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black) !important;
  opacity: 0.6;
  border: none !important;
  border-radius: 30px !important;
}
.malti-tab button.active {
  opacity: 1;
  background: var(--color-hover3) !important;
}

/*=====================
    5 Widget
=======================*/
.widget {
  margin-top: 24px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: var(--color-white);
}

.widget1 {
    border-radius: 20px 0 0 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 31%), 0 1px 0px 0 rgb(0 0 0 / 11%);
    background: var(--color-white);
}
.widget2 {
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 31%), 0 1px 0px 0 rgb(0 0 0 / 11%);
    background: var(--color-white);
}
.widget svg {
  fill: var(--color-gBlack3);
}
.widget .widget-header {
  padding: 12px 4px 0px 20px;
  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;
}
.widget .widget-header .nice-select {
  padding: 0;
  border: none;
  background-color: var(--color-tr);
}
.widget .widget-header .nice-select::after {
  border: 5px solid var(--color-tr);
  border-top-color: rgba(0, 0, 0, 0.54);
  right: 12px;
  -webkit-transform-origin: initial;
          transform-origin: initial;
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
  -webkit-transition: none;
  transition: none;
}
.widget .widget-header .nice-select.open::after {
  -webkit-transform: translateY(-4px) rotate(180deg);
          transform: translateY(-4px) rotate(180deg);
}
.widget .widget-header .nice-select .current {
  padding: 8px 30px 8px 8px;
  font-size: 13px;
  border-radius: 4px;
  background: var(--color-white4);
}
.widget .widget-header .nice-select .list {
  padding: 8px 0px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}
.widget .widget-header .nice-select .list li {
  padding: 0px 16px;
  font-size: 13px;
  min-height: initial;
  line-height: 28px;
  margin: 0;
}
.widget .widget-header .nice-select .list li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.widget .widget-header .nice-select .list li.focus {
  background-color: rgba(27, 158, 133, 0.08) !important;
}
.widget .widget-header .nice-select .option.selected {
  font-weight: 400;
}
.widget .widget-header h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
}
.widget .widget-header .more-btn {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 1;
  border: none;
  border-radius: 30px;
  background: var(--color-tr);
}
.widget .widget-header .more-btn:hover {
  background: var(--color-white4);
}
.widget .widget-header .more-btn svg {
  fill: var(--color-gBlack3);
  --svg-font-size: 16px;
}
.widget.count-widget .widget-header h6, .widget.calendar-widget .widget-header h6, .widget.weather-widget .widget-header h6 {
  color: var(--color-gBlack3);
}
.widget.count-widget .widget-body,
.widget.count-widget .widget-footer, .widget.calendar-widget .widget-body,
.widget.calendar-widget .widget-footer, .widget.weather-widget .widget-body,
.widget.weather-widget .widget-footer {
  text-align: center;
}
.widget.count-widget .widget-body, .widget.calendar-widget .widget-body, .widget.weather-widget .widget-body {
  padding: 12px 0px 24px 0px;
}
.widget.count-widget .widget-body h2, .widget.calendar-widget .widget-body h2, .widget.weather-widget .widget-body h2 {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -5px;
  line-height: 64px;
}
.widget.count-widget .widget-body h6, .widget.calendar-widget .widget-body h6, .widget.weather-widget .widget-body h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.widget.count-widget .widget-footer, .widget.calendar-widget .widget-footer, .widget.weather-widget .widget-footer {
  padding: 12px 12px 20px 12px;
}
.widget.count-widget .widget-footer p, .widget.calendar-widget .widget-footer p, .widget.weather-widget .widget-footer p {
  font-weight: 500;
  color: var(--color-gBlack3);
}
.widget.count-widget .widget-footer p .count-num, .widget.calendar-widget .widget-footer p .count-num, .widget.weather-widget .widget-footer p .count-num {
  font-weight: 700;
  margin-left: 4px;
}
.widget.count-widget .widget-body {
  padding: 12px 0px;
}
.widget.count-widget .widget-body h2 {
  margin-bottom: 5px;
}
.widget.count-widget.widget-color-blue .widget-body h2 {
  color: var(--color-dBlue);
}
.widget.count-widget.widget-color-blue .widget-body h6 {
  color: var(--color-dBlue2);
}
.widget.count-widget.widget-color-red .widget-body h2 {
  color: var(--color-red3);
}
.widget.count-widget.widget-color-red .widget-body h6 {
  color: var(--color-red4);
}
.widget.count-widget.widget-color-orange .widget-body h2 {
  color: var(--color-orange);
}
.widget.count-widget.widget-color-orange .widget-body h6 {
  color: var(--color-orange2);
}
.widget.count-widget.widget-color-green .widget-body h2 {
  color: var(--color-green);
}
.widget.count-widget.widget-color-green .widget-body h6 {
  color: var(--color-green2);
}
.widget.calendar-widget .widget-body h3,
.widget.calendar-widget .widget-body h2,
.widget.calendar-widget .widget-body h4 {
  color: var(--color-gBlack3);
}
.widget.calendar-widget .widget-body h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 12px;
}
.widget.calendar-widget .widget-body h2 {
  font-weight: 500;
  margin-top: 12px;
}
.widget.calendar-widget .widget-body h4 {
  font-weight: 600;
  margin-top: 22px;
}
.widget.weather-widget .widget-header h6 .icon svg {
  --svg-font-size: 20px;
}
.widget.weather-widget .widget-header h6 .text {
  margin-left: 8px;
}
.widget.weather-widget .widget-body {
  padding: 20px 0px 0px 0px;
}
.widget.weather-widget .widget-body h3 {
  color: var(--color-gBlack3);
}
.widget.weather-widget .widget-body h3 .icon svg {
  --svg-font-size: 40px;
  margin-top: -12px;
}
.widget.weather-widget .widget-body h3 .num {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-left: 16px;
}
.widget.weather-widget .widget-body h3 sup {
  font-weight: 400;
  font-size: 48px;
  top: 2px;
  margin: 0px -8px 0px -2px;
}
.widget.weather-widget .widget-body h3 .celcius {
  font-size: 58px;
  line-height: 58px;
  font-weight: 300;
}
.widget.weather-widget .weather-list ul,
.widget.weather-widget .weather-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget.weather-widget .weather-list ul {
  padding: 16px;
  border: 1px solid var(--color-white3);
  border-left: none;
  border-right: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.widget.weather-widget .weather-list .icon svg {
  --svg-font-size: 14px;
}
.widget.weather-widget .weather-list p {
  margin-left: 4px;
}
.widget.weather-widget .weather-list p .num {
  font-weight: 600;
}
.widget.weather-widget .weather-day ul {
  padding: 16px 0px;
}
.widget.weather-widget .weather-day li {
  padding: 16px 24px;
  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;
}
.widget.weather-widget .weather-day h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
.widget.weather-widget .weather-day h5 .icon svg {
  --svg-font-size: 24px;
}
.widget.weather-widget .weather-day h5 .num {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-left: 12px;
}
.widget.weather-widget .weather-day h5 sup {
  top: 0px;
  color: var(--color-gBlack3);
  font-weight: 500;
  font-size: 20px;
  margin: 0px -5px;
}
.widget.weather-widget .weather-day h5 .celcius {
  font-weight: 400;
  font-size: 24px;
  color: var(--color-gBlack3);
  line-height: 24px;
}
.widget.schedule-widget .more-btn {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--color-tr);
}
.widget.schedule-widget .more-btn:hover {
  background: var(--color-white4);
}
.widget.schedule-widget .more-btn svg {
  fill: var(--color-gBlack3);
  --svg-font-size: 16px;
}
.widget.schedule-widget .widget-header {
  padding: 20px 20px 0px 20px;
}
.widget.schedule-widget .widget-header h6 {
  color: var(--color-black);
  font-weight: 500;
}
.widget.schedule-widget .widget-body ul {
  padding-bottom: 8px;
}
.widget.schedule-widget .widget-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 24px;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget.schedule-widget .widget-body h6 {
  color: var(--color-black);
  font-weight: 500;
}
.widget.schedule-widget .widget-body p {
  color: var(--color-gBlack3);
  font-weight: 500;
}

.widget-table .widget-header {
  padding: 20px 20px 0px 20px;
  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;
}
.widget-table th,
.widget-table td {
  padding: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}
.widget-table th {
  font-weight: 600;
  color: var(--color-gBlack3);
}
.widget-table td {
  border-top: 1px solid var(--color-border2);
}
.widget-table .profile-img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50px;
  overflow: hidden;
}
.widget-table .profile-img img {
  width: 100%;
  height: 100%;
}
.widget-table .font-sBold,
.widget-table p {
  font-weight: 600;
}
.widget-table .p-icon {
  margin-left: 2px;
}
.widget-table .p-icon svg {
  margin-top: 0;
}
.widget-table .tag {
  display: inline-block;
  padding: 4px 8px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  border-radius: 4px;
}
.widget-table .tag.blue-tag {
  background: var(--color-dBlue);
}
.widget-table .tag.green-tag {
  background: var(--color-green);
}
.widget-table .tag.red-tag {
  background: var(--color-red3);
}
.widget-table .tag.dRed-tag {
  background: var(--color-dRed);
}
.widget-table .tag.orange-tag {
  background: var(--color-orange);
}
.widget-table .green-colom,
.widget-table .red-colom,
.widget-table .dRed-colom,
.widget-table .blue-colom,
.widget-table .orange-colom {
  font-weight: 500;
}
.widget-table .green-colom {
  color: var(--color-green);
}
.widget-table .green-colom svg {
  fill: var(--color-green);
}
.widget-table .lRed-colom {
  color: var(--color-red3);
}
.widget-table .lRed-colom svg {
  fill: var(--color-red3);
}
.widget-table .dRed-colom {
  color: var(--color-dRed);
}
.widget-table .dRed-colom svg {
  fill: var(--color-dRed);
}
.widget-table .blue-colom {
  color: var(--color-dBlue);
}
.widget-table .blue-colom svg {
  fill: var(--color-dBlue);
}
.widget-table .orange-colom {
  color: var(--color-orange);
}
.widget-table .orange-colom svg {
  fill: var(--color-orange);
}

.team-table thead,
.team-table tbody {
  text-align: center;
}
.team-table td {
  white-space: nowrap;
}

.pro-table {
  overflow-y: hidden;
  border-radius: 20px 20px 0px 0px;
}
.pro-table thead th,
.pro-table thead td,
.pro-table tbody th,
.pro-table tbody td {
  text-transform: capitalize;
}
.pro-table thead th:first-child,
.pro-table thead td:first-child,
.pro-table tbody th:first-child,
.pro-table tbody td:first-child {
  width: 80px;
  padding-left: 30px;
}
.pro-table thead th:last-child,
.pro-table thead td:last-child,
.pro-table tbody th:last-child,
.pro-table tbody td:last-child {
  padding-right: 30px;
}
.pro-table thead tr,
.pro-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pro-table thead .pro-img,
.pro-table tbody .pro-img {
  min-width: 10px;
}
.pro-table thead .pro-img img,
.pro-table tbody .pro-img img {
  width: 80px;
}
.pro-img2 {
    width: 100px;
	text-align: center;
}
.pro-table thead .name-list,
.pro-table thead .category-list,
.pro-table tbody .name-list,
.pro-table tbody .category-list {
  width: 310px;
  text-align: left;
}
.pro-table thead .price-list,
.pro-table thead .quantity-icon,
.pro-table tbody .price-list,
.pro-table tbody .quantity-icon {
  text-align: center;
}
.pro-table thead .active-list,
.pro-table tbody .active-list {
  text-align: right;
}
.pro-table thead {
  background: var(--color-lGreen3);
}
.pro-table thead tr {
  border-bottom: 1px solid var(--color-border2);
}
.pro-table thead th {
  color: var(--color-black);
}
.pro-table thead th .arrow-icon {
  margin-left: 4px;
}
.pro-table thead th svg {
  --svg-font-size: 12px;
  fill: var(--color-gBlack3);
}


.pro-table tbody tr:first-child td {
  border: none;
}
.pro-table tbody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-table tbody .quantity-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: black;
}

/*=====================
    6 Invoice
=======================*/
.invoice {
  padding: 64px;
}
.invoice .invoice-text {
  padding: 88px 0px 24px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  margin: 0px 0px;
}
.invoice .date {
  padding: 0px 88px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400px;
  margin-bottom: 32px;
}
.invoice .date p {
  font-weight: 400;
  color: var(--color-gBlack3);
}
.invoice .invoice-address {
  padding-left: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.invoice .invoice-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.invoice .invoice-list li:first-child {
  margin-bottom: 6px;
}
.invoice .invoice-list li h5,
.invoice .invoice-list li p {
  color: var(--color-gBlack3);
}
.invoice .invoice-list li h5 {
  font-weight: 300;
}
.invoice .invoice-list li p {
  font-weight: 400;
}
.invoice .invoice-list li h5:last-child,
.invoice .invoice-list li p:last-child {
  padding: 0px 16px;
  color: var(--color-black);
}
.invoice .address-list {
  margin-top: 16px;
}
.invoice .address-list p {
  font-weight: 400;
  color: var(--color-gBlack3);
  line-height: 18px;
}
.invoice .address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 66px 30px 16px;
  background: var(--color-green3);
}
.invoice .address-item .company-logo img {
  width: 80px;
  max-width: 80px;
}
.invoice .address-item .address-info {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
}
.invoice .address-item .address-info::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  background: var(--color-white);
}
.invoice .address-item .address-info p {
  color: var(--color-white);
  font-weight: 400;
  line-height: 20px;
}
.invoice .invoice-services,
.invoice .invoice-total {
  padding: 0px 5%;
}
.invoice .invoice-services table,
.invoice .invoice-total table {
  margin-top: 48px;
}
.invoice .invoice-services thead tr,
.invoice .invoice-total thead tr {
  border-top: none;
}
.invoice .invoice-services th,
.invoice .invoice-services td,
.invoice .invoice-total th,
.invoice .invoice-total td {
  padding: 16px 8px;
  text-transform: capitalize;
}
.invoice .invoice-services th:first-child,
.invoice .invoice-services td:first-child,
.invoice .invoice-total th:first-child,
.invoice .invoice-total td:first-child {
  padding-left: 24px;
}
.invoice .invoice-services th:last-child,
.invoice .invoice-services td:last-child,
.invoice .invoice-total th:last-child,
.invoice .invoice-total td:last-child {
  padding-right: 24px;
}
.invoice .invoice-services th.th-left,
.invoice .invoice-services td.th-left,
.invoice .invoice-total th.th-left,
.invoice .invoice-total td.th-left {
  text-align: left;
}
.invoice .invoice-services th.th-right,
.invoice .invoice-services td.th-right,
.invoice .invoice-total th.th-right,
.invoice .invoice-total td.th-right {
  text-align: right;
}
.invoice .invoice-services tr,
.invoice .invoice-total tr {
  border-top: 1px solid var(--color-border);
}
.invoice .invoice-services th,
.invoice .invoice-total th {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}
.invoice .invoice-services td,
.invoice .invoice-total td {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.invoice .invoice-total td {
  color: var(--color-gBlack3);
}
.invoice .invoice-total h4 {
  color: var(--color-gBlack3);
  font-size: 35px;
  text-transform: uppercase;
}
.invoice .invoice-footer {
  padding: 94px 80px;
}
.invoice .invoice-footer .footer-title p {
  font-weight: 400;
}
.invoice .invoice-footer .invoice-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.invoice .invoice-footer .invoice-info p {
  color: var(--color-gBlack3);
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
}
.invoice .invoice-footer .company-logo {
  margin-right: 24px;
}
.invoice .invoice-footer .company-logo img {
  width: 32px;
  max-width: 32px;
}

/*===================
	 2 Side Manu
=====================*/
.side-manu {
  width: 120px;
  height: 100%;
  background: var(--color-lGreen);
}
.side-manu .logo a {
  padding: 10px;
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.side-manu .logo a img {
  width: 100%;
}
.side-manu .main-manu {
  height: auto;
  overflow-y: auto;
}
.side-manu .main-manu ul {
  padding: 0px 8px;
  white-space: nowrap;
}
.side-manu .main-manu li ~ li {
  position: relative;
  padding-top: 2px;
  margin-top: 18px;
}
.side-manu .main-manu li ~ li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: var(--color-white);
}
.side-manu .main-manu li a {
  position: relative;
  display: block;
  padding: 35px 1px 15px 1px;
  opacity: 0.8;
  z-index: 2;
}
.side-manu .main-manu li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 8px;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  background: var(--color-white);
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-manu .main-manu li a span {
  display: block;
  text-align: center;
}
.side-manu .main-manu li a .icon svg {
  fill: var(--color-white);
  --svg-font-size: 24px;
}
.side-manu .main-manu li a .title {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  overflow: hidden;
  text-transform: capitalize;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.side-manu .main-manu li a:hover {
  opacity: 1;
}
.side-manu .main-manu li a:hover::before {
  opacity: 0.06;
}
.side-manu .main-manu li .link-manu {
  width: 280px;
  border: none;
  left: 120px;
  background: var(--color-lGreen3);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.side-manu .main-manu li .link-manu.show {
  opacity: 1;
  visibility: visible;
}
.side-manu .main-manu li .link-manu .offcanvas-header,
.side-manu .main-manu li .link-manu .offcanvas-body {
  padding: 12px;
}
.side-manu .main-manu li .link-manu .offcanvas-body {
  padding-top: 0px;
}
.side-manu .main-manu li .link-manu p {
  padding: 0px 12px;
  font-size: 12px;
  color: var(--color-gBlack3);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 24px;
}
.side-manu .main-manu li .link-manu ul {
  padding: 0px;
}
.side-manu .main-manu li .link-manu li ~ li {
  margin: 1px 0px 0px 0px;
}
.side-manu .main-manu li .link-manu li a {
  padding: 10px 12px;
  border-radius: 5px;
}
.side-manu .main-manu li .link-manu li a span {
  display: initial;
}
.side-manu .main-manu li .link-manu li a .icon svg {
  --svg-font-size: 14px;
  fill: var(--color-black2);
}
.side-manu .main-manu li .link-manu li a .title {
  color: var(--color-black2);
  font-size: 13px;
  font-weight: 500;
  margin-top: 0px;
}
.side-manu .main-manu li .link-manu li a .icon ~ .title {
  margin-left: 12px;
}
.side-manu .main-manu li .link-manu li a.active, .side-manu .main-manu li .link-manu li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-manu .main-manu li .link-manu li a:hover .icon svg {
  fill: var(--color-black);
}
.side-manu .main-manu li .link-manu li a:hover .title {
  color: var(--color-black);
}
.side-manu .main-manu li.active a {
  opacity: 1;
}
.side-manu .main-manu li.active a::before {
  opacity: 0.1;
}
.side-manu .main-manu li .offcanvas-backdrop {
  width: calc(100% - 120px);
  left: 120px;
  opacity: 0;
}

/*====================
	 3 Top Bar
======================*/
.top-bar {
  padding: 5px 12px 5px 0px;
  background: var(--color-hBlack);
}

.top-left ul,
.top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-left ul button,
.top-right ul button {
  border: none;
  background: var(--color-tr);
}
.top-left ul a,
.top-right ul a {
  display: block;
}
.top-left ul .icon,
.top-right ul .icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--color-tr);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-left ul .icon svg,
.top-right ul .icon svg {
  fill: var(--color-white);
  --svg-font-size: 17px;
}
.top-left ul button .icon:hover,
.top-left ul a .icon:hover,
.top-right ul button .icon:hover,
.top-right ul a .icon:hover {
  background: var(--color-hBlack2);
}

.top-left .slide-btn .icon svg {
  --svg-font-size: 14px;
}

.top-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.top-right button.not-btn {
  position: relative;
}
.top-right button.not-btn.active::before {
  content: "";
}
.top-right button.not-btn::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 4px;
  right: 10px;
  border-radius: 30px;
  background: var(--color-blue);
}
.top-right .full-btn .icon.open, .top-right .full-btn.active .icon.close {
  display: block;
}
.top-right .full-btn .icon.close, .top-right .full-btn.active .icon.open {
  display: none;
}
.top-right .lang-manu button::after,
.top-right .login-manu button::after {
  content: none;
}
.top-right .lang-manu .dropdown-menu,
.top-right .login-manu .dropdown-menu {
  display: block;
  padding: 5px 0px;
  font-size: 13px;
  text-align: left;
  border: none;
  border-radius: 0px;
  min-width: 120px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  background-color: #464e5b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0px) !important;
          transform: translate(-50%, 0px) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-right .lang-manu .dropdown-menu.show,
.top-right .login-manu .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.top-right .lang-manu .dropdown-menu li,
.top-right .login-manu .dropdown-menu li {
  display: block;
}
.top-right .lang-manu button .flag img {
  width: 20px;
}
.top-right .lang-manu button .flag-title {
  color: var(--color-white);
  font-weight: 600;
  margin-left: 4px;
}
.top-right .lang-manu .dropdown-menu {
  inset: 43px auto auto 50% !important;
}
.top-right .lang-manu .dropdown-menu a {
  display: block;
  color: var(--color-white);
  padding: 5px 15px;
}
.top-right .lang-manu .dropdown-menu a:hover {
  background: var(--color-hover);
}
.top-right .lang-manu .dropdown-menu a .flag img {
  width: 20px;
}
.top-right .lang-manu .dropdown-menu a .flag-title {
  color: var(--color-white);
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 12px;
}
.top-right .login-manu {
  margin-left: 14px;
}
.top-right .login-manu button {
  padding: 6px 16px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.top-right .login-manu button span {
  display: block;
}
.top-right .login-manu button .profile-text {
  text-align: right;
}
.top-right .login-manu button .profile-text span {
  font-weight: 600;
  color: var(--color-white);
}
.top-right .login-manu button .profile-text .sub-title {
  color: var(--color-white3);
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
}
.top-right .login-manu button .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 12px;
}
.top-right .login-manu button .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-right .login-manu button:hover {
  background: var(--color-hBlack2);
}
.top-right .login-manu .dropdown-menu {
  inset: 57px auto auto 50% !important;
}
.top-right .login-manu .dropdown-menu a {
  display: block;
  padding: 0px 14px;
  color: var(--color-white);
  font-weight: 400;
}
.top-right .login-manu .dropdown-menu a:hover {
  background: var(--color-hover);
}
.top-right .login-manu .dropdown-menu a .icon {
  display: inline-block;
  width: auto;
  height: auto;
}
.top-right .login-manu .dropdown-menu a .icon:hover {
  background: initial;
}
.top-right .login-manu .dropdown-menu a .icon svg {
  --svg-font-size: 20px;
}
.top-right .login-manu .dropdown-menu a .title {
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
}
.top-right .offcanvas .close-btn {
  padding: 0;
  border: none;
  background: var(--color-tr);
}
.top-right .offcanvas .close-btn svg {
  fill: var(--color-gBlack3);
}
.top-right .multiCanvas {
  width: 280px;
}
.top-right .multiCanvas .offcanvas-header {
  padding: 15px 35px 15px 16px;
}
.top-right .multiCanvas .offcanvas-header .close-btn {
  display: none;
  margin-right: -20px;
  padding: 0;
  border: none;
  background: var(--color-tr);
}
.top-right .multiCanvas .offcanvas-header p {
  font-weight: 500;
  color: var(--color-gBlack3);
}
.top-right .multiCanvas .offcanvas-body {
  padding: 0px;
}
.top-right .multiCanvas .offcanvas-body .title-bar {
  padding: 15px 24px;
  border-bottom: 1px solid var(--color-border);
}
.top-right .multiCanvas .offcanvas-body .title-bar h2 {
  font-weight: 400;
  color: var(--color-gBlack3);
  line-height: 51px;
}
.top-right .multiCanvas .offcanvas-body .title-bar h2 span {
  display: block;
}
.top-right .multiCanvas .offcanvas-body .title-bar h2 .date-title sup {
  font-size: 17px;
  line-height: 27px;
  top: -10px;
  margin: 0 -7px;
}
.top-right .notCanvas {
  width: 320px;
  background: var(--color-lGreen3);
}
.top-right .notCanvas .offcanvas-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.top-right .notCanvas .offcanvas-header .close-btn {
  padding: 16px 18px;
  border-radius: 50px;
  background: var(--color-tr);
}
.top-right .notCanvas .offcanvas-header .close-btn svg {
  --svg-font-size: 12px;
}
.top-right .notCanvas .offcanvas-header .close-btn:hover {
  background: var(--color-hover2);
}
.top-right .notCanvas .title-box {
  margin-top: 7vh;
}
.top-right .notCanvas .title-box h2 {
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */



main.login-main {
  width: 100%;
}
main.login-main .login-content {
  padding-right: 0px;
  height: inherit;
}

.login-content {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #087055 0%, #04382a 100%);
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#087055), to(#04382a));
}
.login-content.widget {
  -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.25);
}
.login-content .container {
  padding: 0px;
}
.login-content .form-part {
  background: var(--color-white);
  padding: 70px 10% 100px;
}
.login-content .form-part .logo-icon {
  margin-bottom: 58px;
  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;
}
.login-content .form-part .logo-icon img {
  width: 140px;
}
.login-content .form-part .logo-icon .line {
  width: 1px;
  height: 40px;
  background: var(--color-gBlack2);
  margin: 0px 4px 0px 0px;
}
.login-content .form-part .logo-icon .text h4 {
  font-weight: 600;
}
.login-content .form-part .logo-icon .text h6 {
  margin-top: -8px;
  font-weight: 700;
  color: var(--color-hBlack2);
  letter-spacing: 1px;
}
.login-content .form-part form .box-style {
  position: relative;
  margin-bottom: 30px;
}
.login-content .form-part form .box-style input {
  width: 100%;
  padding: 25px 14px 21px;
  color: #000;
  border-color: #d9bd00;
  border-radius: 5px !important;
}
.login-content .form-part form .box-style input:hover {
  border-color: var(--color-black);
}
.login-content .form-part form .box-style input:focus {
  border-color: var(--color-green);
}
.login-content .form-part form .box-style input ~ .label {
  padding: 0px 8px;
  font-size: 16px;
  top: -12px;
  left: 12px;
  color: var(--color-green);
  background: var(--color-white);
}
.login-content .form-part form .box-style .label {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.login-content .form-part form .box-style .label.valu-push {
  padding: 0px 8px;
  font-size: 9px;
  top: -12px;
  left: 12px;
  color: var(--color-green);
  background: var(--color-white);
}
.login-content .form-part form .checkbox-style {
  margin: 0px 11px 16px 0px;
}
.login-content .form-part form .checkbox-style input {
  padding: 9px;
}
.login-content .form-part form .checkbox-style .text-check {
  font-size: 13px;
  font-weight: 400;
  margin-left: 32px;
}
.login-content .form-part form .checkbox-style .check-mark {
  position: relative;
}
.login-content .form-part form .checkbox-style .check-mark input {
  display: none;
}
.login-content .form-part form .checkbox-style .check-mark input:checked ~ ::before {
  border-color: var(--color-orange);
  background: var(--color-orange);
}
.login-content .form-part form .checkbox-style .check-mark input:checked ~ ::after {
  opacity: 1;
}
.login-content .form-part form .checkbox-style .custom-check {
  position: absolute;
  width: 17px;
  height: 16px;
  top: -100%;
  left: 0px;
  border-radius: 2px;
  overflow: hidden;
}
.login-content .form-part form .checkbox-style .custom-check::before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 17px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid var(--color-border);
  background: var(--color-tr);
}
.login-content .form-part form .checkbox-style .custom-check::after {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 13px;
  height: 8px;
  top: 2px;
  left: 2px;
  opacity: 0;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.login-content .form-part form .sub-btn {
  width: 100%;
  border: none;
  padding: 6px 26px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  border-radius: 25px;
  border: none;
  background: var(--color-lGreen);
}
.login-content .form-part form .sub-btn:hover {
  background: var(--color-green3);
}
.login-content .form-part form .sub-btn:disabled {
  color: var(--color-border);
  background: var(--color-border2);
}
.login-content .form-part .login-text {
  padding-top: 70px;
  text-align: center;
}
.login-content .form-part .login-text p,
.login-content .form-part .login-text a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}
.login-content .form-part .login-text a {
  color: var(--color-orange);
  text-decoration: underline;
}
.login-content .text-part {
  margin-left: -24px;
  height: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#087055), to(#04382a));
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #087055 0%, #04382a 100%);
}
.login-content .text-part .text {
  height: 100%;
  padding: 0px 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-content .text-part .text h2,
.login-content .text-part .text h6 {
  color: var(--color-white);
}
.login-content .text-part .text h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}
.login-content .text-part .text h2 .text-span {
  display: block;
}
.login-content .text-part .text h6 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

footer .main-footer {
    padding: 10px;
	    margin-top: 20px;
    background: var(--color-white);
}

.wrk-dn-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0.9375rem -2px rgb(15 1 148 / 15%);
    box-shadow: 0px 0px 0.9375rem -2px rgb(15 1 148 / 15%);
    -webkit-border-radius: var(--curve15);
	padding: 15px;
    margin-top: 1.875rem;
    border-radius: 10px;
}

table.utree td {
    width: auto;
    padding: 4px 0 !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.box-style {
    position: relative;
    margin-bottom: 30px;
}
.box-style input, .box-style select {
    width: 100%;
    padding: 30px 15px 25px;
    color: #000;
    border: #d9bd00 1px solid;
    border-radius: 5px !important;
}
.box-style .nice-select {
    width: 100%;
    padding: 0px 15px;
    color: #000;
    border: #d9bd00 1px solid;
    border-radius: 5px !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.box-style input ~ .label, .box-style select ~ .label {
    padding: 0px 8px;
    font-size: 16px;
    top: -16px;
    left: 23px;
    color: #167f57;
    background: #fff;
}
.box-style .label {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
}
.button-pill {
    background: rgb(54, 44, 139) !important;
    border-radius: 5px!important;
    border: 0 !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 10.5px 2.1875rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    -webkit-box-shadow: 0 6px 1rem 0px rgb(16 1 148 / 18%);
    box-shadow: 0 6px 1rem 0px rgb(16 1 148 / 18%);
}
.realse {
    float: left;
    width: 100%;
    margin: 0px 0 50px;
}
a.facebook {
    background: #687ec3;
}
a.ssocial {
    width: 24.9%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    color: rgba(255,255,255,.69);
    font-size: 15px;
    padding: 5px 0;
    font-weight: 600;
}
a.google {
    background: #43d854;
}
a.twitter {
    background: #5bc2f7;
}
a.linkedin {
    background: #cf1700;
}

.destopnone {
    display: none !important;
}


.textboxcenter {
    color: var(--color-white);
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-left: 8px;
    float: left;
    width: 100%;
    text-align: center;
}

.pricing .plan-item .plan_head {
    margin: 2rem 2rem 0;
    position: relative;
}
.pricing .plan-item .plan-title {
    font-size: 30px;
    color: #10154e;
    font-family: Sora-Bold;
    margin-bottom: 15px;
    position: relative;
}
.pricing .plan-item .plan_head .type {
    padding: 5px 10px;
    background: #fefe33;
    color: #ff0000;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
	font-weight: 600;
}
.pricing .plan-item .plan_text {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #b4bec74b;
}
.pricing .plan-item .plan-body {
    padding: 30px;
}

.pricing .plan-item .list-items {
    margin-bottom: 30px;
    padding: 0;
    margin-left: 0;
}
.pricing .plan-item .list-items .item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
    color: #000;
    font-size: 15px;
	letter-spacing: 2px;
}
.pricing .plan-item .list-items .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://www.merveworld.com/assets/images/favicon.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
}
.pricing .plan-item .plan-price {
    font-size: 3.5rem;
    line-height: 100%;
    font-weight: 600;
}
.pricing .plan-item .price-var {
    color: #be346a;
    margin-left: 2px;
    font-weight: 600;
	    font-size: 30px;
}.pricing .plan-item .price-box {
    float: left;width: 100%;padding: 20px 0;text-align: right;border-bottom: 3px solid #f0f7f0;margin: 6px 0 30px;
}

.ownbtn {
    width: 100%;
    color: #fff;
    padding: 8px;
    font-weight: 600;
    margin-top: 20px;
}

.plan-item {
    padding: 1px;
    border: 2px solid #f0f7f0;
    margin: 50px 0 100px;
}

.plan-item.has_style2 {
    padding: 10px 0 15px;
    border: 2px solid #c78dae;
    margin: 50px 0 100px;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 1rem 0 rgb(16 1 148 / 12%);
    box-shadow: 0 8px 1rem 0 rgb(16 1 148 / 12%);
}

.widget.has_style2 {
    padding: 25px 0 38px;
    border: 2px solid #c78dae;
    margin: 50px 0 50px;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 1rem 0 rgb(16 1 148 / 12%);
    box-shadow: 0 8px 1rem 0 rgb(16 1 148 / 12%);
}

.widget.has_style2 h2 {
    color: #d11313 !important;
    font-size:60px !important;
    padding-top: 20px;
}

.plan-item.has_style2.is_active {
    background: #08e8de;
}







