/*! -----------------------------------------------------------------------------------

    Template Name: Cairo Admin
    Template URI: https://admin.pixelstrap.net/cairo/template/
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------

    1.Base css
        1.1 Reset CSS
        1.2 Typography CSS

    2.Components css
        2.1 According CSS
        2.2 Alert CSS
        2.3 Avatars CSS
        2.4 Badge CSS
        2.5 Bookmark CSS
        2.6 Breadcrumb CSS
        2.7 Basic-card CSS        
        2.8 Scrollbar CSS
        2.9 Buttons CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Typeahead-search CSS Start
        2.16 Form-input CSS
        2.17 Form-wizard CSS
        2.18 Forms CSS
        2.19 Icons CSS
        2.20 List CSS
        2.21 Loader CSS 
        2.22 Modal CSS
        2.23 Popover CSS
        2.24 Print CSS
        2.25 Radio CSS
        2.26 Ribbon CSS
        2.27 Range-slider CSS
        2.28 Switch CSS
        2.29 Tab CSS
        2.30 Table CSS
        2.31 Toasts CSS
        2.32 Touchspin CSS
        2.33 Tour CSS
        2.34 Tree CSS



    3. Pages
        3.1 Blog CSS
        3.2 Bookmark-app CSS
        3.3 Cart CSS
        3.4 Chart CSS
        3.5 Chat CSS
        3.6 Checkout CSS
        3.7 Comingsoon CSS
        3.8 Contacts CSS
        3.9 Dashboard_2 CSS
        3.11 Dashboard_4 CSS
        3.12 Dashboard_5 CSS
        3.13 Dashboard_default CSS
        3.14 Ecommerce CSS
        3.15 Email-application CSS
        3.16 Errorpage CSS
        3.17 Faq CSS
        3.18 File CSS
        3.19 Gallery CSS
        3.20 Helper CSS
        3.21 Internationalization CSS
        3.22 Job-search CSS
        3.23 Jsgrid CSS
        3.24 Kanban CSS
        3.25 Knowledgebase CSS
        3.26 Landing CSS
        3.27 Language CSS
        3.28 Learning CSS
        3.29 Login CSS
        3.30 Megaoption CSS
        3.31 Order-history CSS
        3.32 Page CSS
        3.33 Pricing CSS
        3.34 Progress CSS
        3.35 Projectlist CSS
        3.36 Rating CSS
        3.37 Social-app CSS
        3.38 Sweet-alert CSS
        3.39 Task CSS
        3.40 Timeline-v CSS
        3.41 User-profile CSS
        3.42 Wishlist CSS
        3.43 Dashboard_6.CSS
        3.44 Dashboard_7 CSS
        3.45 Dashboard_8.CSS

    4. Themes
        4.1. Dark CSS
        4.2 Theme-customizer CSS
        4.3 Update CSS

    5. Layout
        5.1 Footer CSS
        5.2 Grid CSS
        5.3 Header CSS
        5.4 Navs CSS
        5.5 Search CSS
        5.6 Select2 CSS
        5.7 Sidebar CSS
        5.8 Rtl CSS
        5.9 Box-layout CSS

 */
:root {
  --theme-default: #015DBE;
  --theme-secondary: #FFB70D;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2F2F3B;
  --chart-border: #ECF3FA;
  --recent-chart-bg: #FCFCFD;
  --light-bg: #EEF1F6;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #F2F4F7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #F2F3F7;
  --course-bg: #F7F7F7;
  --balance-profie-bg: #E0DFEF;
  --view-grid-bg: #ECF3FA80;
  --view-border-marker: rgba(1, 93, 190, 0.2);
  --light-slate: #F5F6F9;
  --text-gray: rgba(82, 82, 108, 0.8);
  --product-shadow: 0px 1px 0px rgba(82, 82, 108, 0.15);
  --light-shade-primary: #d3e8ff;
  --dark-primary: rgba(1, 93, 190);
  --bs-heading-color: var(--body-font-color);
  --bs-card-color: var(--body-font-color);
  --bs-table-bg: transparent;
  --bs-body-bg: #ffffff;
  --fc-button-bg-color: var(--theme-default);
  --fc-button-active-bg-color: var(--theme-default);
  --fc-button-active-border-color: var(--theme-default);
  --fc-button-border-color: var(--theme-default);
  --fc-button-hover-bg-color: var(--theme-default);
  --fc-button-hover-border-color: var(--theme-default);
  --bs-heading-color: #232323;
  --bs-card-cap-color: #9B9B9B;
  --normal: #ECEAF3;
  --normal-shadow: #D9D8E3;
  --normal-mouth: #9795A4;
  --normal-eye: #595861;
  --active: #F8DA69;
  --active-shadow: #F4B555;
  --active-mouth: #F05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
:root .customLook {
  --tag-bg: var(--theme-default);
  --tag-hover: var(--theme-secondary);
  --tag-text-color: var(--white);
  --tags-border-color: silver;
  --tag-border-radius: 25px;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-pad: .6em 1em;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-btn-bg--hover: #000;
  --tagify-dd-color-primary: var(var(--theme-default));
  --tagify-dd-bg-color: var(--course-light-btn);
}

.dark-only {
  --light-background: rgba(31, 32, 40, 0.65);
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --chart-text-color: rgba(101, 101, 113, 1);
  --course-light-btn: var(--light-bg);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --text-gray: rgba(153, 153, 169, 0.8);
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(1, 93, 190, 0.2);
  --light-gray-1: linear-gradient(0deg, #FCFCFD, #FCFCFD),linear-gradient(0deg, #FFFFFF, #FFFFFF);
  --bs-heading-color: #ffffffd7;
  --bs-card-color: #ffffffd7;
  --bs-table-bg: transparent;
  --bs-body-bg: transparent;
}

/**=====================
    1.1 Reset CSS start
==========================**/
.f-light {
  color: rgba(149, 149, 149, 0.8);
}

svg.f-light {
  fill: #959595;
  opacity: 0.8;
}

.light-card {
  background-color: var(--light-background);
}

.light-background {
  background-color: var(--light-bg);
}

.icon-arrow-down.icon-rotate,
.icon-arrow-up.icon-rotate {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

/*====== 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 ======*/
/*====== Border-style css starts ======*/
.border-s-overline {
  border-style: overline;
}

.border-s-dashed {
  border-style: dashed;
}

.border-s-dotted {
  border-style: dotted;
}

.border-s-solid {
  border-style: solid;
}

.border-s-double {
  border-style: double;
}

.border-s-groove {
  border-style: groove;
}

.border-s-ridge {
  border-style: ridge;
}

.border-s-inset {
  border-style: inset;
}

.border-s-outset {
  border-style: outset;
}

.border-s-none {
  border-style: none;
}

.border-s-hidden {
  border-style: hidden;
}

/*====== Border-style 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-h-10 {
  height: 10px !important;
}

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

.img-h-20 {
  height: 20px !important;
}

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

.img-h-30 {
  height: 30px !important;
}

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

.img-h-40 {
  height: 40px !important;
}

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

.img-h-50 {
  height: 50px !important;
}

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

.img-h-60 {
  height: 60px !important;
}

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

.img-h-70 {
  height: 70px !important;
}

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

.img-h-80 {
  height: 80px !important;
}

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

.img-h-90 {
  height: 90px !important;
}

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

.img-h-100 {
  height: 100px !important;
}

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

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

.font-success {
  color: #61AE41 !important;
}

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

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

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

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

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

.font-primary {
  color: var(--theme-default) !important;
}

.font-secondary {
  color: var(--theme-secondary) !important;
}

/*======= Text css ends ===========*/
/*======= 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: #015DBE;
}

.label-primary {
  background-color: #015DBE;
}

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

.label-success {
  background-color: #61AE41;
}

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

.label-info {
  background-color: #26a7d6;
}

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

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

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

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

.badge-b-primary {
  border: 1px solid #015DBE;
}

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

.badge-b-secondary {
  border: 1px solid #FFB70D;
}

.badge-success {
  background-color: #61AE41;
}

.badge-b-success {
  border: 1px solid #61AE41;
}

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

.badge-b-danger {
  border: 1px solid #e53344;
}

.badge-info {
  background-color: #26a7d6;
}

.badge-b-info {
  border: 1px solid #26a7d6;
}

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

.badge-b-light {
  border: 1px solid #f5f5f5;
}

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

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

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

.badge-b-warning {
  border: 1px solid #FF8F0F;
}

.badge-primary {
  background-color: var(--theme-default) !important;
}

.badge-secondary {
  background-color: var(--theme-secondary) !important;
}

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

.bg-light-primary {
  background-color: rgba(1, 93, 190, 0.1) !important;
}

.text-bg-primary {
  background-color: #015DBE !important;
}

.divider-body.divider-primary::before, .divider-body.divider-primary::after {
  border-color: #015DBE !important;
}

.border-dashed-primary {
  border: 1px dashed #015DBE;
  color: #015DBE;
}
.border-dashed-primary:hover {
  border: 1px dashed #015DBE;
  background-color: #015DBE;
  color: var(--white);
}

.border-left-primary {
  border-left: 4px solid #015DBE;
}
[dir=rtl] .border-left-primary {
  border-left: unset;
  border-right: 4px solid #015DBE;
}

.link-underline-primary {
  text-decoration: underline;
  text-decoration-color: #015DBE !important;
}
.link-underline-primary:hover {
  color: var(--body-font-color);
}

.link-primary {
  text-decoration: underline;
  text-decoration-color: #015DBE !important;
  color: #015DBE !important;
}
.link-primary:hover {
  color: #015DBE !important;
  text-decoration-color: #015DBE !important;
}

.button-light-primary {
  background-color: rgba(1, 93, 190, 0.1) !important;
}
.button-light-primary:active, .button-light-primary:hover {
  border-color: rgba(1, 93, 190, 0.1) !important;
}

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

.bg-light-secondary {
  background-color: rgba(255, 183, 13, 0.1) !important;
}

.text-bg-secondary {
  background-color: #FFB70D !important;
}

.divider-body.divider-secondary::before, .divider-body.divider-secondary::after {
  border-color: #FFB70D !important;
}

.border-dashed-secondary {
  border: 1px dashed #FFB70D;
  color: #FFB70D;
}
.border-dashed-secondary:hover {
  border: 1px dashed #FFB70D;
  background-color: #FFB70D;
  color: var(--white);
}

.border-left-secondary {
  border-left: 4px solid #FFB70D;
}
[dir=rtl] .border-left-secondary {
  border-left: unset;
  border-right: 4px solid #FFB70D;
}

.link-underline-secondary {
  text-decoration: underline;
  text-decoration-color: #FFB70D !important;
}
.link-underline-secondary:hover {
  color: var(--body-font-color);
}

.link-secondary {
  text-decoration: underline;
  text-decoration-color: #FFB70D !important;
  color: #FFB70D !important;
}
.link-secondary:hover {
  color: #FFB70D !important;
  text-decoration-color: #FFB70D !important;
}

.button-light-secondary {
  background-color: rgba(255, 183, 13, 0.1) !important;
}
.button-light-secondary:active, .button-light-secondary:hover {
  border-color: rgba(255, 183, 13, 0.1) !important;
}

.bg-success {
  background-color: #61AE41 !important;
  color: #fff;
}

.bg-light-success {
  background-color: rgba(97, 174, 65, 0.1) !important;
}

.text-bg-success {
  background-color: #61AE41 !important;
}

.divider-body.divider-success::before, .divider-body.divider-success::after {
  border-color: #61AE41 !important;
}

.border-dashed-success {
  border: 1px dashed #61AE41;
  color: #61AE41;
}
.border-dashed-success:hover {
  border: 1px dashed #61AE41;
  background-color: #61AE41;
  color: var(--white);
}

.border-left-success {
  border-left: 4px solid #61AE41;
}
[dir=rtl] .border-left-success {
  border-left: unset;
  border-right: 4px solid #61AE41;
}

.link-underline-success {
  text-decoration: underline;
  text-decoration-color: #61AE41 !important;
}
.link-underline-success:hover {
  color: var(--body-font-color);
}

.link-success {
  text-decoration: underline;
  text-decoration-color: #61AE41 !important;
  color: #61AE41 !important;
}
.link-success:hover {
  color: #61AE41 !important;
  text-decoration-color: #61AE41 !important;
}

.button-light-success {
  background-color: rgba(97, 174, 65, 0.1) !important;
}
.button-light-success:active, .button-light-success:hover {
  border-color: rgba(97, 174, 65, 0.1) !important;
}

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

.bg-light-danger {
  background-color: rgba(229, 51, 68, 0.1) !important;
}

.text-bg-danger {
  background-color: #e53344 !important;
}

.divider-body.divider-danger::before, .divider-body.divider-danger::after {
  border-color: #e53344 !important;
}

.border-dashed-danger {
  border: 1px dashed #e53344;
  color: #e53344;
}
.border-dashed-danger:hover {
  border: 1px dashed #e53344;
  background-color: #e53344;
  color: var(--white);
}

.border-left-danger {
  border-left: 4px solid #e53344;
}
[dir=rtl] .border-left-danger {
  border-left: unset;
  border-right: 4px solid #e53344;
}

.link-underline-danger {
  text-decoration: underline;
  text-decoration-color: #e53344 !important;
}
.link-underline-danger:hover {
  color: var(--body-font-color);
}

.link-danger {
  text-decoration: underline;
  text-decoration-color: #e53344 !important;
  color: #e53344 !important;
}
.link-danger:hover {
  color: #e53344 !important;
  text-decoration-color: #e53344 !important;
}

.button-light-danger {
  background-color: rgba(229, 51, 68, 0.1) !important;
}
.button-light-danger:active, .button-light-danger:hover {
  border-color: rgba(229, 51, 68, 0.1) !important;
}

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

.bg-light-info {
  background-color: rgba(38, 167, 214, 0.1) !important;
}

.text-bg-info {
  background-color: #26a7d6 !important;
}

.divider-body.divider-info::before, .divider-body.divider-info::after {
  border-color: #26a7d6 !important;
}

.border-dashed-info {
  border: 1px dashed #26a7d6;
  color: #26a7d6;
}
.border-dashed-info:hover {
  border: 1px dashed #26a7d6;
  background-color: #26a7d6;
  color: var(--white);
}

.border-left-info {
  border-left: 4px solid #26a7d6;
}
[dir=rtl] .border-left-info {
  border-left: unset;
  border-right: 4px solid #26a7d6;
}

.link-underline-info {
  text-decoration: underline;
  text-decoration-color: #26a7d6 !important;
}
.link-underline-info:hover {
  color: var(--body-font-color);
}

.link-info {
  text-decoration: underline;
  text-decoration-color: #26a7d6 !important;
  color: #26a7d6 !important;
}
.link-info:hover {
  color: #26a7d6 !important;
  text-decoration-color: #26a7d6 !important;
}

.button-light-info {
  background-color: rgba(38, 167, 214, 0.1) !important;
}
.button-light-info:active, .button-light-info:hover {
  border-color: rgba(38, 167, 214, 0.1) !important;
}

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

.bg-light-light {
  background-color: rgba(245, 245, 245, 0.1) !important;
}

.text-bg-light {
  background-color: #f5f5f5 !important;
}

.divider-body.divider-light::before, .divider-body.divider-light::after {
  border-color: #f5f5f5 !important;
}

.border-dashed-light {
  border: 1px dashed #f5f5f5;
  color: #f5f5f5;
}
.border-dashed-light:hover {
  border: 1px dashed #f5f5f5;
  background-color: #f5f5f5;
  color: var(--white);
}

.border-left-light {
  border-left: 4px solid #f5f5f5;
}
[dir=rtl] .border-left-light {
  border-left: unset;
  border-right: 4px solid #f5f5f5;
}

.link-underline-light {
  text-decoration: underline;
  text-decoration-color: #f5f5f5 !important;
}
.link-underline-light:hover {
  color: var(--body-font-color);
}

.link-light {
  text-decoration: underline;
  text-decoration-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
.link-light:hover {
  color: #f5f5f5 !important;
  text-decoration-color: #f5f5f5 !important;
}

.button-light-light {
  background-color: rgba(245, 245, 245, 0.1) !important;
}
.button-light-light:active, .button-light-light:hover {
  border-color: rgba(245, 245, 245, 0.1) !important;
}

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

.bg-light-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
}

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

.divider-body.divider-dark::before, .divider-body.divider-dark::after {
  border-color: #2c323f !important;
}

.border-dashed-dark {
  border: 1px dashed #2c323f;
  color: #2c323f;
}
.border-dashed-dark:hover {
  border: 1px dashed #2c323f;
  background-color: #2c323f;
  color: var(--white);
}

.border-left-dark {
  border-left: 4px solid #2c323f;
}
[dir=rtl] .border-left-dark {
  border-left: unset;
  border-right: 4px solid #2c323f;
}

.link-underline-dark {
  text-decoration: underline;
  text-decoration-color: #2c323f !important;
}
.link-underline-dark:hover {
  color: var(--body-font-color);
}

.link-dark {
  text-decoration: underline;
  text-decoration-color: #2c323f !important;
  color: #2c323f !important;
}
.link-dark:hover {
  color: #2c323f !important;
  text-decoration-color: #2c323f !important;
}

.button-light-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
}
.button-light-dark:active, .button-light-dark:hover {
  border-color: rgba(44, 50, 63, 0.1) !important;
}

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

.bg-light-warning {
  background-color: rgba(255, 143, 15, 0.1) !important;
}

.text-bg-warning {
  background-color: #FF8F0F !important;
}

.divider-body.divider-warning::before, .divider-body.divider-warning::after {
  border-color: #FF8F0F !important;
}

.border-dashed-warning {
  border: 1px dashed #FF8F0F;
  color: #FF8F0F;
}
.border-dashed-warning:hover {
  border: 1px dashed #FF8F0F;
  background-color: #FF8F0F;
  color: var(--white);
}

.border-left-warning {
  border-left: 4px solid #FF8F0F;
}
[dir=rtl] .border-left-warning {
  border-left: unset;
  border-right: 4px solid #FF8F0F;
}

.link-underline-warning {
  text-decoration: underline;
  text-decoration-color: #FF8F0F !important;
}
.link-underline-warning:hover {
  color: var(--body-font-color);
}

.link-warning {
  text-decoration: underline;
  text-decoration-color: #FF8F0F !important;
  color: #FF8F0F !important;
}
.link-warning:hover {
  color: #FF8F0F !important;
  text-decoration-color: #FF8F0F !important;
}

.button-light-warning {
  background-color: rgba(255, 143, 15, 0.1) !important;
}
.button-light-warning:active, .button-light-warning:hover {
  border-color: rgba(255, 143, 15, 0.1) !important;
}

.badge-light-primary {
  background-color: rgb(130.4554973822, 190.7612565445, 254.3445026178);
  color: #015DBE;
}
.badge-light-primary:hover {
  background-color: rgba(1, 93, 190, 0.2);
  color: #015DBE;
}

.badge-l-primary {
  background-color: rgba(1, 93, 190, 0.1);
}
.badge-l-primary:hover {
  background-color: rgba(1, 93, 190, 0.1);
}

.badge-light-secondary {
  background-color: rgb(255, 240.6595041322, 206.8);
  color: #FFB70D;
}
.badge-light-secondary:hover {
  background-color: rgba(255, 183, 13, 0.2);
  color: #FFB70D;
}

.badge-l-secondary {
  background-color: rgba(255, 183, 13, 0.1);
}
.badge-l-secondary:hover {
  background-color: rgba(255, 183, 13, 0.1);
}

.badge-light-success {
  background-color: rgb(209.1322175732, 234.0041841004, 198.7958158996);
  color: #61AE41;
}
.badge-light-success:hover {
  background-color: rgba(97, 174, 65, 0.2);
  color: #61AE41;
}

.badge-l-success {
  background-color: rgba(97, 174, 65, 0.1);
}
.badge-l-success:hover {
  background-color: rgba(97, 174, 65, 0.1);
}

.badge-light-danger {
  background-color: rgb(250.907826087, 222.892173913, 225.567826087);
  color: #e53344;
}
.badge-light-danger:hover {
  background-color: rgba(229, 51, 68, 0.2);
  color: #e53344;
}

.badge-l-danger {
  background-color: rgba(229, 51, 68, 0.1);
}
.badge-l-danger:hover {
  background-color: rgba(229, 51, 68, 0.1);
}

.badge-light-info {
  background-color: rgb(200.480952381, 233.3452380952, 245.319047619);
  color: #26a7d6;
}
.badge-light-info:hover {
  background-color: rgba(38, 167, 214, 0.2);
  color: #26a7d6;
}

.badge-l-info {
  background-color: rgba(38, 167, 214, 0.1);
}
.badge-l-info:hover {
  background-color: rgba(38, 167, 214, 0.1);
}

.badge-light-light {
  background-color: rgb(183.2652631579, 183.2652631579, 200.5347368421);
  color: #52526c;
}
.badge-light-light:hover {
  background-color: rgba(82, 82, 108, 0.2);
  color: #52526c;
}

.badge-l-light {
  background-color: rgba(82, 82, 108, 0.1);
}
.badge-l-light:hover {
  background-color: rgba(82, 82, 108, 0.1);
}

.badge-light-dark {
  background-color: rgb(131.8261682243, 143.5570093458, 168.9738317757);
  color: #2c323f;
}
.badge-light-dark:hover {
  background-color: rgba(44, 50, 63, 0.2);
  color: #2c323f;
}

.badge-l-dark {
  background-color: rgba(44, 50, 63, 0.1);
}
.badge-l-dark:hover {
  background-color: rgba(44, 50, 63, 0.1);
}

.badge-light-warning {
  background-color: rgb(255, 233.44, 208.8);
  color: #FF8F0F;
}
.badge-light-warning:hover {
  background-color: rgba(255, 143, 15, 0.2);
  color: #FF8F0F;
}

.badge-l-warning {
  background-color: rgba(255, 143, 15, 0.1);
}
.badge-l-warning:hover {
  background-color: rgba(255, 143, 15, 0.1);
}

.badge-light-light {
  background-color: rgb(232.5473684211, 232.5473684211, 237.9526315789);
}

.badge-light-primary {
  background-color: rgba(1, 93, 190, 0.1);
}

.badge-light-success {
  background-color: rgba(97, 174, 65, 0.1);
}

.badge-light-secondary {
  background-color: rgba(255, 183, 13, 0.1);
}

.badge-light-warning {
  background-color: rgba(255, 143, 15, 0.1);
}

.badge-light-danger {
  background-color: rgba(229, 51, 68, 0.1);
}

.badge-light-info {
  background-color: rgba(38, 167, 214, 0.1);
}

.bg-primary {
  background-color: var(--theme-default) !important;
}

.bg-secondary {
  background-color: var(--theme-secondary) !important;
}

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

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

.txt-success {
  color: #61AE41 !important;
}

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

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

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

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

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

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

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

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

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

.txt-primary {
  color: var(--theme-default) !important;
}

.txt-secondary {
  color: var(--theme-secondary) !important;
}

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes push {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn-primary {
  background-color: #015DBE !important;
  border-color: #015DBE !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #015DBE !important;
  border-color: #015DBE !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(89.8691099476, 169.8272251309, 254.1308900524);
          box-shadow: 0 0 0 0.2rem rgb(89.8691099476, 169.8272251309, 254.1308900524);
}

.btn-secondary {
  background-color: #FFB70D !important;
  border-color: #FFB70D !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #FFB70D !important;
  border-color: #FFB70D !important;
}
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(255, 228.520661157, 166);
          box-shadow: 0 0 0 0.2rem rgb(255, 228.520661157, 166);
}

.btn-success {
  background-color: #61AE41 !important;
  border-color: #61AE41 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #61AE41 !important;
  border-color: #61AE41 !important;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(184.8912133891, 222.9079497908, 169.0920502092);
          box-shadow: 0 0 0 0.2rem rgb(184.8912133891, 222.9079497908, 169.0920502092);
}

.btn-danger {
  background-color: #e53344 !important;
  border-color: #e53344 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #e53344 !important;
  border-color: #e53344 !important;
}
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(246.2956521739, 186.7043478261, 192.3956521739);
          box-shadow: 0 0 0 0.2rem rgb(246.2956521739, 186.7043478261, 192.3956521739);
}

.btn-info {
  background-color: #26a7d6 !important;
  border-color: #26a7d6 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #26a7d6 !important;
  border-color: #26a7d6 !important;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(165.8333333333, 219.5833333333, 239.1666666667);
          box-shadow: 0 0 0 0.2rem rgb(165.8333333333, 219.5833333333, 239.1666666667);
}

.btn-light {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !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;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.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 rgb(107.8037383178, 121.8224299065, 152.1962616822);
          box-shadow: 0 0 0 0.2rem rgb(107.8037383178, 121.8224299065, 152.1962616822);
}

.btn-warning {
  background-color: #FF8F0F !important;
  border-color: #FF8F0F !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #FF8F0F !important;
  border-color: #FF8F0F !important;
}
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(255, 214.4, 168);
          box-shadow: 0 0 0 0.2rem rgb(255, 214.4, 168);
}

.btn-light {
  background-color: rgba(1, 93, 190, 0.06) !important;
  border-color: rgba(1, 93, 190, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(1, 93, 190, 0.1) !important;
  border-color: rgba(1, 93, 190, 0.1) !important;
}

.btn-primary {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}

.btn-secondary {
  background-color: var(--theme-secondary) !important;
  border-color: var(--theme-secondary) !important;
}

.btn-hover-effect:hover {
  -webkit-animation: push 0.5s linear 1;
          animation: push 0.5s linear 1;
}

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #015DBE;
  color: #015DBE;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: #fff !important;
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068) !important;
  border-color: rgb(0.7329842932, 68.167539267, 139.2670157068) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #FFB70D;
  color: #FFB70D;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: #fff !important;
  background-color: rgb(217, 152.4380165289, 0) !important;
  border-color: rgb(217, 152.4380165289, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #61AE41;
  color: #61AE41;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: #fff !important;
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113) !important;
  border-color: rgb(76.3012552301, 136.870292887, 51.129707113) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #e53344;
  color: #e53344;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: #fff !important;
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783) !important;
  border-color: rgb(203.1130434783, 25.8869565217, 42.8130434783) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #26a7d6;
  color: #26a7d6;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: #fff !important;
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905) !important;
  border-color: rgb(30.3095238095, 133.2023809524, 170.6904761905) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f5f5f5;
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: #fff !important;
  background-color: rgb(219.5, 219.5, 219.5) !important;
  border-color: rgb(219.5, 219.5, 219.5) !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: #fff !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #FF8F0F;
  color: #FF8F0F;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: #fff !important;
  background-color: rgb(219, 116.8, 0) !important;
  border-color: rgb(219, 116.8, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  border-color: #015DBE;
  color: #015DBE;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #015DBE;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: #fff !important;
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068) !important;
  border-color: rgb(0.7329842932, 68.167539267, 139.2670157068) !important;
}

.btn-outline-secondary {
  border-color: #FFB70D;
  color: #FFB70D;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #FFB70D;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: #fff !important;
  background-color: rgb(217, 152.4380165289, 0) !important;
  border-color: rgb(217, 152.4380165289, 0) !important;
}

.btn-outline-success {
  border-color: #61AE41;
  color: #61AE41;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #61AE41;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: #fff !important;
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113) !important;
  border-color: rgb(76.3012552301, 136.870292887, 51.129707113) !important;
}

.btn-outline-danger {
  border-color: #e53344;
  color: #e53344;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #e53344;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: #fff !important;
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783) !important;
  border-color: rgb(203.1130434783, 25.8869565217, 42.8130434783) !important;
}

.btn-outline-info {
  border-color: #26a7d6;
  color: #26a7d6;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #26a7d6;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: #fff !important;
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905) !important;
  border-color: rgb(30.3095238095, 133.2023809524, 170.6904761905) !important;
}

.btn-outline-light {
  border-color: #f5f5f5;
  color: #f5f5f5;
  background-color: transparent;
  color: #232323;
}
.btn-outline-light.disabled {
  color: #f5f5f5;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #fff !important;
  background-color: rgb(219.5, 219.5, 219.5) !important;
  border-color: rgb(219.5, 219.5, 219.5) !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: #fff !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
}

.btn-outline-warning {
  border-color: #FF8F0F;
  color: #FF8F0F;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #FF8F0F;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: #fff !important;
  background-color: rgb(219, 116.8, 0) !important;
  border-color: rgb(219, 116.8, 0) !important;
}

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
  border-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
  -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: #fff;
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
  border-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: rgb(217, 152.4380165289, 0);
  border-color: rgb(217, 152.4380165289, 0);
  -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: #fff;
  background-color: rgb(217, 152.4380165289, 0);
  border-color: rgb(217, 152.4380165289, 0);
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113);
  border-color: rgb(76.3012552301, 136.870292887, 51.129707113);
  -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: #fff;
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113);
  border-color: rgb(76.3012552301, 136.870292887, 51.129707113);
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
  border-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
  -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: #fff;
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
  border-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
  border-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
  -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: #fff;
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
  border-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
}

.btn-light:not([disabled]):not(.disabled).active {
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(219.5, 219.5, 219.5);
  -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: #fff;
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(219.5, 219.5, 219.5);
}

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  -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: #fff;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
}

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: rgb(219, 116.8, 0);
  border-color: rgb(219, 116.8, 0);
  -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: #fff;
  background-color: rgb(219, 116.8, 0);
  border-color: rgb(219, 116.8, 0);
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #015DBE;
  border-color: #015DBE;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068) !important;
  border-color: rgb(0.7329842932, 68.167539267, 139.2670157068) !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #FFB70D;
  border-color: #FFB70D;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(217, 152.4380165289, 0) !important;
  border-color: rgb(217, 152.4380165289, 0) !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #61AE41;
  border-color: #61AE41;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113) !important;
  border-color: rgb(76.3012552301, 136.870292887, 51.129707113) !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #e53344;
  border-color: #e53344;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783) !important;
  border-color: rgb(203.1130434783, 25.8869565217, 42.8130434783) !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #26a7d6;
  border-color: #26a7d6;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905) !important;
  border-color: rgb(30.3095238095, 133.2023809524, 170.6904761905) !important;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(219.5, 219.5, 219.5) !important;
  border-color: rgb(219.5, 219.5, 219.5) !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: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #FF8F0F;
  border-color: #FF8F0F;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(219, 116.8, 0) !important;
  border-color: rgb(219, 116.8, 0) !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 #015DBE !important;
}

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

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #61AE41 !important;
}

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

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #26a7d6 !important;
}

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

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

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

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #015DBE;
  color: #fff;
  border: 3px solid #015DBE;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
  border: 3px solid rgb(0.7329842932, 68.167539267, 139.2670157068);
}
.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: #FFB70D;
  color: #fff;
  border: 3px solid #FFB70D;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: rgb(217, 152.4380165289, 0);
  border: 3px solid rgb(217, 152.4380165289, 0);
}
.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: #61AE41;
  color: #fff;
  border: 3px solid #61AE41;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113);
  border: 3px solid rgb(76.3012552301, 136.870292887, 51.129707113);
}
.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: #e53344;
  color: #fff;
  border: 3px solid #e53344;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
  border: 3px solid rgb(203.1130434783, 25.8869565217, 42.8130434783);
}
.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: #26a7d6;
  color: #fff;
  border: 3px solid #26a7d6;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
  border: 3px solid rgb(30.3095238095, 133.2023809524, 170.6904761905);
}
.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: #f5f5f5;
  color: #fff;
  border: 3px solid #f5f5f5;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: rgb(219.5, 219.5, 219.5);
  border: 3px solid rgb(219.5, 219.5, 219.5);
}
.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;
  border: 3px solid #2c323f;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border: 3px solid rgb(23.0280373832, 26.1682242991, 32.9719626168);
}
.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: #FF8F0F;
  color: #fff;
  border: 3px solid #FF8F0F;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: rgb(219, 116.8, 0);
  border: 3px solid rgb(219, 116.8, 0);
}
.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  ======= */
/*======= Svg stroke css start  ======= */
.stroke-primary {
  stroke: #015DBE !important;
}

.stroke-secondary {
  stroke: #FFB70D !important;
}

.stroke-success {
  stroke: #61AE41 !important;
}

.stroke-danger {
  stroke: #e53344 !important;
}

.stroke-info {
  stroke: #26a7d6 !important;
}

.stroke-light {
  stroke: #f5f5f5 !important;
}

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

.stroke-warning {
  stroke: #FF8F0F !important;
}

/*======= Svg stroke css end  ======= */
/*======= Checkbox color css start  ======= */
.checkbox-primary.form-check-input:checked {
  background-color: #015DBE;
  border-color: #015DBE;
}

.checkbox-secondary.form-check-input:checked {
  background-color: #FFB70D;
  border-color: #FFB70D;
}

.checkbox-success.form-check-input:checked {
  background-color: #61AE41;
  border-color: #61AE41;
}

.checkbox-danger.form-check-input:checked {
  background-color: #e53344;
  border-color: #e53344;
}

.checkbox-info.form-check-input:checked {
  background-color: #26a7d6;
  border-color: #26a7d6;
}

.checkbox-light.form-check-input:checked {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.checkbox-dark.form-check-input:checked {
  background-color: #2c323f;
  border-color: #2c323f;
}

.checkbox-warning.form-check-input:checked {
  background-color: #FF8F0F;
  border-color: #FF8F0F;
}

/*======= Checkbox color css end  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #015DBE !important;
}

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

.border-t-primary {
  border-top: 1px solid #015DBE !important;
}

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

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

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

.border-l-primary {
  border-left: 1px solid #015DBE !important;
}

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

.border-r-primary {
  border-right: 1px solid #015DBE !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-r-warning {
  border-right: 1px solid #FF8F0F !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 ======*/
/*====== Border dashed css starts ======*/
.b-width-1 {
  border-width: 1px !important;
}

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

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

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

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

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

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

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

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

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

/*====== Border dashed css ends ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track,
.datatable-container::-webkit-scrollbar-track,
.jsgrid-grid-body::-webkit-scrollbar-track,
.jsgrid-grid-header::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(106, 113, 133, 0.2);
}
.custom-scrollbar::-webkit-scrollbar,
.datatable-container::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.jsgrid-grid-header::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.datatable-container::-webkit-scrollbar-thumb,
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.jsgrid-grid-header::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: rgba(1, 93, 190, 0.1);
}

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.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;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.options > div {
  color: #cccccc;
  padding: 2px 10px;
  border: 1px solid;
}
.options > div:hover {
  background-color: var(--theme-default);
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

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

.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: var(--theme-default) !important;
  border: 1px solid var(--theme-default);
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid var(--theme-default) !important;
}

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

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(1, 93, 190, 0.1) 19.06%, rgba(1, 93, 190, 0) 79.03%) !important;
}

.secondary .svg-fill {
  fill: var(--theme-secondary);
}
.secondary .svg-fill:not(.half-circle) {
  stroke: var(--theme-secondary);
}
.secondary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(255, 183, 13, 0.1) 19.06%, rgba(255, 183, 13, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #61AE41;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(97, 174, 65, 0.1) 19.06%, rgba(97, 174, 65, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #FF8F0F;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(255, 143, 15, 0.1) 19.06%, rgba(255, 143, 15, 0) 79.03%) !important;
}

.dotted {
  border-style: dotted;
}

.dashed {
  border-style: dashed;
}

.double {
  border-style: double;
}

.groove {
  border-style: groove;
}

.ridge {
  border-style: ridge;
}

.inset {
  border-style: inset;
}

.outset {
  border-style: outset;
}

@-webkit-keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
.code-box-copy {
  width: 100%;
  overflow: auto;
}
.code-box-copy pre[class*=language-] {
  max-height: 300px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 10px;
  height: 10px;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-z-group {
  display: none;
}

.bg-gray {
  background-color: var(--text-gray);
}

.text-gray {
  color: var(--text-gray) !important;
}

.common-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Override the default tooltip arrow color */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #d3e8ff;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #d3e8ff;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #d3e8ff;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #d3e8ff;
}

.common-title {
  background-color: #fff;
  padding: 18px;
  border-radius: 10px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-top a.btn.badge-light-primary:hover {
  background-color: var(--theme-default);
}

.progress-striped-primary {
  background-color: rgba(1, 93, 190, 0.1);
}
.progress-striped-primary .progress-bar {
  background-image: linear-gradient(120deg, #015dbe 25%, transparent 25%, transparent 50%, #015dbe 50%, #015dbe 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-primary.progress-bar {
  position: relative;
}
.progress-border-primary.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #015DBE;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-secondary {
  background-color: rgba(255, 183, 13, 0.1);
}
.progress-striped-secondary .progress-bar {
  background-image: linear-gradient(120deg, #ffb70d 25%, transparent 25%, transparent 50%, #ffb70d 50%, #ffb70d 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-secondary.progress-bar {
  position: relative;
}
.progress-border-secondary.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #FFB70D;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-warning {
  background-color: rgba(255, 143, 15, 0.1);
}
.progress-striped-warning .progress-bar {
  background-image: linear-gradient(120deg, #ff8f0f 25%, transparent 25%, transparent 50%, #ff8f0f 50%, #ff8f0f 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-warning.progress-bar {
  position: relative;
}
.progress-border-warning.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #FF8F0F;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-info {
  background-color: rgba(38, 167, 214, 0.1);
}
.progress-striped-info .progress-bar {
  background-image: linear-gradient(120deg, #26a7d6 25%, transparent 25%, transparent 50%, #26a7d6 50%, #26a7d6 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-info.progress-bar {
  position: relative;
}
.progress-border-info.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #26a7d6;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-success {
  background-color: rgba(97, 174, 65, 0.1);
}
.progress-striped-success .progress-bar {
  background-image: linear-gradient(120deg, #61ae41 25%, transparent 25%, transparent 50%, #61ae41 50%, #61ae41 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-success.progress-bar {
  position: relative;
}
.progress-border-success.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #61AE41;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-danger {
  background-color: rgba(229, 51, 68, 0.1);
}
.progress-striped-danger .progress-bar {
  background-image: linear-gradient(120deg, #e53344 25%, transparent 25%, transparent 50%, #e53344 50%, #e53344 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-danger.progress-bar {
  position: relative;
}
.progress-border-danger.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #e53344;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-light {
  background-color: rgba(245, 245, 245, 0.1);
}
.progress-striped-light .progress-bar {
  background-image: linear-gradient(120deg, whitesmoke 25%, transparent 25%, transparent 50%, whitesmoke 50%, whitesmoke 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-light.progress-bar {
  position: relative;
}
.progress-border-light.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #f5f5f5;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-dark {
  background-color: rgba(44, 50, 63, 0.1);
}
.progress-striped-dark .progress-bar {
  background-image: linear-gradient(120deg, #2c323f 25%, transparent 25%, transparent 50%, #2c323f 50%, #2c323f 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-dark.progress-bar {
  position: relative;
}
.progress-border-dark.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #2c323f;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.fill-primary {
  fill: #015DBE;
}

.fill-secondary {
  fill: #FFB70D;
}

.fill-success {
  fill: #61AE41;
}

.fill-warning {
  fill: #FF8F0F;
}

.fill-danger {
  fill: #e53344;
}

.fill-info {
  fill: #26a7d6;
}

/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Rubik, sans-serif;
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}

* a {
  color: var(--theme-default);
  text-decoration: none;
  letter-spacing: 1px;
}

.f-m-light {
  margin: 0;
}

a {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--theme-default);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a:hover {
  color: var(--theme-default);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
a:focus-visible {
  outline: none;
}

.btn {
  font-size: 14px;
}

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

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

code {
  color: var(--theme-default) !important;
  border-radius: 2px;
}

span {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-flex .flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

blockquote {
  border-left: 4px solid var(--theme-default);
  padding: 18px;
}
[dir=rtl] blockquote {
  border-left: none;
  border-right: 4px solid var(--theme-default);
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid var(--theme-default);
}
[dir=rtl] .figure.text-end blockquote {
  border-right: none;
  border-left: 4px solid var(--theme-default) !important;
}

.row > div {
  position: relative;
}

:focus {
  outline-color: var(--theme-default);
}

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

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: transparent;
}

label {
  margin-bottom: 0.5rem;
}

.media-widgets .flex-grow-1 {
  margin-bottom: 30px;
}

.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: 18px 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(1, 93, 190, 0.03);
  padding: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgb(39.1361256545, 143.6596858639, 253.8638743455);
  width: 8px;
  height: 8px;
  margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-default);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 20px;
}

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

.note-editor.note-frame {
  border-color: #f5f5f5;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

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

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

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

.notify-alert .close {
  color: #fff;
}
[dir=rtl] .notify-alert .close {
  right: unset !important;
  left: 10px !important;
}
.notify-alert.alert-light .close {
  color: #232323;
}
.notify-alert.alert-theme span + span + span {
  border-left: 0 !important;
}
.notify-alert.alert-theme .close {
  color: var(--theme-default);
}

.alert-theme button {
  top: 45px !important;
  right: 20px !important;
  color: var(--theme-default);
}
[dir=rtl] .alert-theme button {
  right: unset !important;
  left: 20px !important;
}
.alert-theme span + span + span {
  background-color: #fff;
  color: var(--theme-default);
  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 .close {
  color: var(--theme-default);
}
.alert-theme i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 20px !important;
}
.alert-theme .progress {
  margin-top: -2px !important;
  height: 2px;
  width: 100%;
}
.alert-theme .progress .progress-bar {
  background-color: var(--theme-default);
}

.alert-copy {
  border: 1px solid var(--theme-default);
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: var(--theme-default);
}
.alert-copy .close {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
  top: -15px;
}
[dir=rtl] .alert-copy .close {
  right: unset !important;
  left: 10px !important;
}
.alert-copy .close:focus {
  outline: none;
}

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

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

.CodeMirror {
  top: 0 !important;
}

.CodeMirror-fullscreen {
  top: 50px !important;
}

.irs-from,
.irs-to,
.irs-single {
  background: var(--theme-default);
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: var(--theme-default);
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
  background-color: var(--theme-default);
}

.swal-button {
  background-color: var(--theme-default);
}
.swal-button:active {
  background-color: rgb(0.8664921466, 80.5837696335, 164.6335078534);
}

.swal-button--cancel {
  background-color: #EFEFEE !important;
}

.clipboaard-container h6 {
  line-height: 1.6;
  font-size: 14px;
}

fieldset .bootstrap-touchspin-postfix,
fieldset .bootstrap-touchspin-prefix {
  border-radius: 0;
  padding: 0.4rem 0.75rem;
}
fieldset .input-group-lg .touchspin {
  height: 50px;
}

.f1 .f1-steps .f1-step .f1-step-icon {
  padding: 12px;
}

.form-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-text i {
  line-height: 1.5;
}

.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.card-wrapper {
  padding: 14px;
}
.card-wrapper dl dt {
  font-weight: 600;
}

/* ===== Scrollbar CSS ===== */
table tbody tr {
  vertical-align: middle;
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-align {
  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;
}

.typography-table thead tr th {
  font-size: 16px;
}
.typography-table tbody tr td:last-child {
  min-width: 280px;
}
.typography-table tbody tr td:first-child {
  min-width: 100px;
}

/**=====================
    1.2 Typography CSS Ends
==========================**/
/**=====================
  2.9 Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-default);
}

.purchase-btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.33%, var(--theme-default)), color-stop(62.78%, #563EE0));
  background: linear-gradient(90deg, var(--theme-default) -18.33%, #563EE0 62.78%);
  padding: 12px 20px;
  min-width: 200px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.purchase-btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.33%, #563EE0), color-stop(62.78%, var(--theme-default)));
  background: linear-gradient(90deg, #563EE0 -18.33%, var(--theme-default) 62.78%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .purchase-btn {
    font-size: 14px;
  }
}

.btn-light:not([disabled]):not(.disabled).active.active {
  color: #232323;
  background-color: rgb(239.9, 239.9, 239.9) !important;
}

.btn-primary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(1.2136125654, 112.8659685864, 230.5863874346)), color-stop(51%, rgb(0.7863874346, 73.1340314136, 149.4136125654)), to(rgb(1.2136125654, 112.8659685864, 230.5863874346)));
  background-image: linear-gradient(to right, rgb(1.2136125654, 112.8659685864, 230.5863874346) 0%, rgb(0.7863874346, 73.1340314136, 149.4136125654) 51%, rgb(1.2136125654, 112.8659685864, 230.5863874346) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.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(rgb(1.2136125654, 112.8659685864, 230.5863874346)), color-stop(0%), color-stop(rgb(0.7863874346, 73.1340314136, 149.4136125654)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(1.2136125654, 112.8659685864, 230.5863874346), 0%, rgb(0.7863874346, 73.1340314136, 149.4136125654), 100%, #fff) !important;
}

.btn-secondary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 195.1388429752, 53.8)), color-stop(51%, rgb(227.2, 159.6033057851, 0)), to(rgb(255, 195.1388429752, 53.8)));
  background-image: linear-gradient(to right, rgb(255, 195.1388429752, 53.8) 0%, rgb(227.2, 159.6033057851, 0) 51%, rgb(255, 195.1388429752, 53.8) 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(rgb(255, 195.1388429752, 53.8)), color-stop(0%), color-stop(rgb(227.2, 159.6033057851, 0)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(255, 195.1388429752, 53.8), 0%, rgb(227.2, 159.6033057851, 0), 100%, #fff) !important;
}

.btn-success-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(118.2284518828, 192.3933054393, 87.4066945607)), color-stop(51%, rgb(80.4410041841, 144.2962343096, 53.9037656904)), to(rgb(118.2284518828, 192.3933054393, 87.4066945607)));
  background-image: linear-gradient(to right, rgb(118.2284518828, 192.3933054393, 87.4066945607) 0%, rgb(80.4410041841, 144.2962343096, 53.9037656904) 51%, rgb(118.2284518828, 192.3933054393, 87.4066945607) 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(rgb(118.2284518828, 192.3933054393, 87.4066945607)), color-stop(0%), color-stop(rgb(80.4410041841, 144.2962343096, 53.9037656904)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(118.2284518828, 192.3933054393, 87.4066945607), 0%, rgb(80.4410041841, 144.2962343096, 53.9037656904), 100%, #fff) !important;
}

.btn-danger-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(233.612173913, 87.187826087, 101.172173913)), color-stop(51%, rgb(212.16, 27.04, 44.72)), to(rgb(233.612173913, 87.187826087, 101.172173913)));
  background-image: linear-gradient(to right, rgb(233.612173913, 87.187826087, 101.172173913) 0%, rgb(212.16, 27.04, 44.72) 51%, rgb(233.612173913, 87.187826087, 101.172173913) 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(rgb(233.612173913, 87.187826087, 101.172173913)), color-stop(0%), color-stop(rgb(212.16, 27.04, 44.72)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(233.612173913, 87.187826087, 101.172173913), 0%, rgb(212.16, 27.04, 44.72), 100%, #fff) !important;
}

.btn-warning-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 162.04, 55.8)), color-stop(51%, rgb(229.2, 122.24, 0)), to(rgb(255, 162.04, 55.8)));
  background-image: linear-gradient(to right, rgb(255, 162.04, 55.8) 0%, rgb(229.2, 122.24, 0) 51%, rgb(255, 162.04, 55.8) 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(rgb(255, 162.04, 55.8)), color-stop(0%), color-stop(rgb(229.2, 122.24, 0)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(255, 162.04, 55.8), 0%, rgb(229.2, 122.24, 0), 100%, #fff) !important;
}

.btn-info-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(70.5523809524, 181.7380952381, 222.2476190476)), color-stop(51%, rgb(31.8476190476, 139.9619047619, 179.3523809524)), to(rgb(70.5523809524, 181.7380952381, 222.2476190476)));
  background-image: linear-gradient(to right, rgb(70.5523809524, 181.7380952381, 222.2476190476) 0%, rgb(31.8476190476, 139.9619047619, 179.3523809524) 51%, rgb(70.5523809524, 181.7380952381, 222.2476190476) 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(rgb(70.5523809524, 181.7380952381, 222.2476190476)), color-stop(0%), color-stop(rgb(31.8476190476, 139.9619047619, 179.3523809524)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(70.5523809524, 181.7380952381, 222.2476190476), 0%, rgb(31.8476190476, 139.9619047619, 179.3523809524), 100%, #fff) !important;
}

.btn-light-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(51%, rgb(224.6, 224.6, 224.6)), to(white));
  background-image: linear-gradient(to right, white 0%, rgb(224.6, 224.6, 224.6) 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(rgb(224.6, 224.6, 224.6)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, white, 0%, rgb(224.6, 224.6, 224.6), 100%, #fff) !important;
}

.btn-dark-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(60.7775700935, 69.0654205607, 87.0224299065)), color-stop(51%, rgb(27.2224299065, 30.9345794393, 38.9775700935)), to(rgb(60.7775700935, 69.0654205607, 87.0224299065)));
  background-image: linear-gradient(to right, rgb(60.7775700935, 69.0654205607, 87.0224299065) 0%, rgb(27.2224299065, 30.9345794393, 38.9775700935) 51%, rgb(60.7775700935, 69.0654205607, 87.0224299065) 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(rgb(60.7775700935, 69.0654205607, 87.0224299065)), color-stop(0%), color-stop(rgb(27.2224299065, 30.9345794393, 38.9775700935)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(60.7775700935, 69.0654205607, 87.0224299065), 0%, rgb(27.2224299065, 30.9345794393, 38.9775700935), 100%, #fff) !important;
}

.btn {
  padding: 0.375rem 1.75rem;
}

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

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

.btn-xs {
  padding: 0.05rem 0.4rem;
  font-size: 11px;
}

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

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background: #fff;
}

.btn-air-primary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
  border-color: rgb(0.7329842932, 68.167539267, 139.2670157068);
}

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(1, 93, 190, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(1, 93, 190, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #015DBE;
}

.btn-air-secondary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: rgb(217, 152.4380165289, 0);
  border-color: rgb(217, 152.4380165289, 0);
}

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(255, 183, 13, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(255, 183, 13, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #FFB70D;
}

.btn-air-success {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: rgb(76.3012552301, 136.870292887, 51.129707113);
  border-color: rgb(76.3012552301, 136.870292887, 51.129707113);
}

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(97, 174, 65, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(97, 174, 65, 0.1) !important;
}
.input-air-success:focus {
  border-color: #61AE41;
}

.btn-air-danger {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
  border-color: rgb(203.1130434783, 25.8869565217, 42.8130434783);
}

.input-air-danger {
  -webkit-box-shadow: 0 3px 5px 1px rgba(229, 51, 68, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(229, 51, 68, 0.1) !important;
}
.input-air-danger:focus {
  border-color: #e53344;
}

.btn-air-info {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
  border-color: rgb(30.3095238095, 133.2023809524, 170.6904761905);
}

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(38, 167, 214, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(38, 167, 214, 0.1) !important;
}
.input-air-info:focus {
  border-color: #26a7d6;
}

.btn-air-light {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(219.5, 219.5, 219.5);
}

.input-air-light {
  -webkit-box-shadow: 0 3px 5px 1px rgba(245, 245, 245, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(245, 245, 245, 0.1) !important;
}
.input-air-light:focus {
  border-color: #f5f5f5;
}

.btn-air-dark {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
}

.input-air-dark {
  -webkit-box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
}
.input-air-dark:focus {
  border-color: #2c323f;
}

.btn-air-warning {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: rgb(219, 116.8, 0);
  border-color: rgb(219, 116.8, 0);
}

.input-air-warning {
  -webkit-box-shadow: 0 3px 5px 1px rgba(255, 143, 15, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(255, 143, 15, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #FF8F0F;
}

.btn-gradient {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  background: linear-gradient(26deg, var(--theme-default) 0%, #a26cf8 100%);
  letter-spacing: 0.06rem;
}
.btn-gradient:hover {
  background-size: 100% !important;
}

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

[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 .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

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

.card-header-right-icon .btn.badge-light-primary:hover {
  color: var(--white);
}

/**=====================
    2.9 Buttons CSS end
==========================**/
/**=====================
    3.26 Landing CSS Start
==========================**/
::-moz-selection {
  background-color: rgba(1, 93, 190, 0.2);
  color: var(--theme-default);
}
::selection {
  background-color: rgba(1, 93, 190, 0.2);
  color: var(--theme-default);
}

::-moz-selection {
  background-color: var(--theme-default);
  color: var(--theme-default);
}

.light-bg-primary {
  background-color: rgba(1, 93, 190, 0.08);
}
.light-bg-primary:hover {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 93, 190, 0.05)), to(rgba(1, 93, 190, 0.16)));
  background-image: linear-gradient(rgba(1, 93, 190, 0.05), rgba(1, 93, 190, 0.16));
}

.light-bg-secondary {
  background-color: rgba(255, 183, 13, 0.08);
}
.light-bg-secondary:hover {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 183, 13, 0.05)), to(rgba(255, 183, 13, 0.16)));
  background-image: linear-gradient(rgba(255, 183, 13, 0.05), rgba(255, 183, 13, 0.16));
}

.light-bg-success {
  background-color: rgba(97, 174, 65, 0.08);
}
.light-bg-success:hover {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 174, 65, 0.05)), to(rgba(97, 174, 65, 0.16)));
  background-image: linear-gradient(rgba(97, 174, 65, 0.05), rgba(97, 174, 65, 0.16));
}

.landing-page {
  position: relative;
}
.landing-page .section-py-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
.landing-page .fluid-space {
  padding: 0 calc(25px + 175 * (100vw - 320px) / 1600);
}
.landing-page .light-bg {
  background-color: rgba(1, 93, 190, 0.06);
}
.landing-page .dark-bg {
  background-color: #101010;
}
.landing-page .dark-bg .title-style h2 {
  color: rgba(255, 255, 255, 0.8);
}
.landing-page .dark-bg .title-style span::before {
  border: 2px solid #101010;
}
.landing-page .title-style {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .landing-page .title-style {
    margin-bottom: 40px;
  }
}
.landing-page .title-style h2 {
  font-size: calc(14px + 24 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #232323;
  position: relative;
}
.landing-page .title-style span {
  position: relative;
}
.landing-page .title-style span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: var(--theme-default);
}
.landing-page .title-style span::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: -6px;
  left: 50%;
  border: 2px solid #fff;
  outline: 1px dashed var(--theme-default);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
  background-color: var(--theme-default);
  -webkit-animation: rounded 4s infinite linear;
          animation: rounded 4s infinite linear;
}
.landing-page .title-style p {
  color: #959595;
  font-size: calc(14px + 3 * (100vw - 300px) / 1620);
  font-weight: 400;
  width: 32%;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 1199.98px) {
  .landing-page .title-style p {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .landing-page .title-style p {
    width: 80%;
  }
}
@media (max-width: 440px) {
  .landing-page .title-style p {
    width: 100%;
  }
}
.landing-page header .container-fluid {
  gap: 10px;
}
.landing-page header.header-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.landing-page header.header-absolute .bg-light {
  background-color: transparent !important;
}
@media (max-width: 1200px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-brand img {
    width: 90px;
  }
}
.landing-page header.header-absolute .navbar-expand-lg .navbar-collapse {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
@media (max-width: 991.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.02);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.02);
    padding: 1.5625rem;
    position: absolute;
    right: 21%;
    top: 60px;
    width: 13.125rem;
    z-index: 9;
  }
}
.landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav {
  gap: 40px;
}
@media (max-width: 1200px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 991.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item + .nav-item .nav-link:hover {
    -webkit-box-shadow: 1px 14px 0px -1px rgba(0, 0, 0, 0), -1px 19px 0px -9px rgb(255, 255, 255);
            box-shadow: 1px 14px 0px -1px rgba(0, 0, 0, 0), -1px 19px 0px -9px rgb(255, 255, 255);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}
@media (min-width: 991.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-of-type(1) a {
    -webkit-box-shadow: 1px 14px 0px -1px rgba(0, 0, 0, 0), -1px 19px 0px -9px rgb(255, 255, 255);
            box-shadow: 1px 14px 0px -1px rgba(0, 0, 0, 0), -1px 19px 0px -9px rgb(255, 255, 255);
  }
}
.landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 991.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
}
.landing-page header.header-absolute .navbar-expand-lg .btn-landing {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 25px;
  line-height: normal;
  background-image: linear-gradient(30deg, #FFB70D 50%, transparent 50%);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 500px;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-box-shadow: 0px 1.922px 1.537px 0px rgba(255, 183, 13, 0.03), 0px 4.618px 3.694px 0px rgba(255, 183, 13, 0.05), 0px 8.695px 6.956px 0px rgba(255, 183, 13, 0.06), 0px 29.012px 23.21px 0px rgba(255, 183, 13, 0.09);
          box-shadow: 0px 1.922px 1.537px 0px rgba(255, 183, 13, 0.03), 0px 4.618px 3.694px 0px rgba(255, 183, 13, 0.05), 0px 8.695px 6.956px 0px rgba(255, 183, 13, 0.06), 0px 29.012px 23.21px 0px rgba(255, 183, 13, 0.09);
}
.landing-page header.header-absolute .navbar-expand-lg .btn-landing:hover {
  background-color: transparent !important;
  background-position: 100%;
  border-color: var(--theme-secondary);
  color: var(--theme-secondary);
}
@media (max-width: 1200px) {
  .landing-page header.header-absolute .navbar-expand-lg .btn-landing {
    padding: 7px 20px;
  }
}
@media (max-width: 991.98px) {
  .landing-page header.header-absolute .navbar-expand-lg .btn-landing {
    padding: 8px 15px;
  }
}
.landing-page .landing-home .title-content .main-title {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.45%, rgba(255, 255, 255, 0.4)), color-stop(75.63%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) -18.45%, rgba(255, 255, 255, 0) 75.63%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 6px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.landing-page .landing-home .title-content .main-title .flex-grow-1 p {
  color: #fff;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.landing-page .landing-home .title-content h1 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  font-size: calc(20px + 40 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.landing-page .landing-home .title-content .description-title {
  width: 50%;
  opacity: 0.8;
  color: #fff;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .landing-page .landing-home .title-content .description-title {
    width: 70%;
  }
}
@media (max-width: 1060px) {
  .landing-page .landing-home .title-content .description-title {
    width: 87%;
  }
}
@media (max-width: 767.98px) {
  .landing-page .landing-home .title-content .description-title {
    width: 100%;
  }
}
.landing-page .landing-home .title-content .home-btn {
  margin-top: 45px;
}
@media (max-width: 1060px) {
  .landing-page .landing-home .title-content .home-btn {
    margin-top: 20px;
  }
}
.landing-page .landing-home .title-content .home-btn .btn {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 12px 20px;
}
@media (max-width: 420px) {
  .landing-page .landing-home .title-content .home-btn .btn {
    padding: 10px;
  }
}
@media (max-width: 340px) {
  .landing-page .landing-home .title-content .home-btn .btn {
    padding: 7px;
  }
}
.landing-page .landing-home .title-content .home-btn .btn-success {
  -webkit-box-shadow: 0px 1.922px 1.537px 0px rgba(97, 174, 65, 0.03), 0px 4.618px 3.694px 0px rgba(97, 174, 65, 0.05), 0px 8.695px 6.956px 0px rgba(97, 174, 65, 0.06), 0px 29.012px 23.21px 0px rgba(97, 174, 65, 0.09);
          box-shadow: 0px 1.922px 1.537px 0px rgba(97, 174, 65, 0.03), 0px 4.618px 3.694px 0px rgba(97, 174, 65, 0.05), 0px 8.695px 6.956px 0px rgba(97, 174, 65, 0.06), 0px 29.012px 23.21px 0px rgba(97, 174, 65, 0.09);
}
.landing-page .landing-home .title-content .home-btn .btn-secondary {
  background: linear-gradient(165deg, #FFB70D -5.59%, #F57234 88.36%);
  -webkit-box-shadow: 0px 1.922px 1.537px 0px rgba(255, 183, 13, 0.03), 0px 4.618px 3.694px 0px rgba(255, 183, 13, 0.05), 0px 8.695px 6.956px 0px rgba(255, 183, 13, 0.06), 0px 29.012px 23.21px 0px rgba(255, 183, 13, 0.09);
          box-shadow: 0px 1.922px 1.537px 0px rgba(255, 183, 13, 0.03), 0px 4.618px 3.694px 0px rgba(255, 183, 13, 0.05), 0px 8.695px 6.956px 0px rgba(255, 183, 13, 0.06), 0px 29.012px 23.21px 0px rgba(255, 183, 13, 0.09);
}
.landing-page .landing-home .home-image {
  margin-top: 34.5rem;
}
@media (max-width: 1599.98px) {
  .landing-page .landing-home .home-image {
    margin-top: 30.5rem;
  }
}
@media (max-width: 1599.98px) {
  .landing-page .landing-home .home-image {
    margin-top: 30.5rem;
  }
}
@media (max-width: 1299.98px) {
  .landing-page .landing-home .home-image {
    margin-top: 25.5rem;
  }
}
@media (max-width: 1099.98px) {
  .landing-page .landing-home .home-image {
    margin-top: 21.5rem;
  }
}
@media (max-width: 992px) {
  .landing-page .landing-home .home-image {
    margin-top: 18.5rem;
  }
}
@media (max-width: 880px) {
  .landing-page .landing-home .home-image {
    margin-top: 17.5rem;
  }
}
.landing-page .landing-home .home-image .demo-img {
  position: absolute;
}
.landing-page .landing-home .home-image .img-set1 {
  bottom: 0;
  right: 0;
  width: 37%;
  z-index: 4;
  -webkit-box-shadow: -55px 0px 92px -20px rgba(0, 0, 0, 0.5);
          box-shadow: -55px 0px 92px -20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .landing-page .landing-home .home-image .img-set1 {
    width: 35%;
  }
}
.landing-page .landing-home .home-image .img-set2 {
  bottom: 0;
  right: 32%;
  width: 29%;
  z-index: 3;
  -webkit-box-shadow: -55px 0px 92px -20px rgba(0, 0, 0, 0.5);
          box-shadow: -55px 0px 92px -20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .landing-page .landing-home .home-image .img-set2 {
    right: 31%;
    width: 27%;
  }
}
.landing-page .landing-home .home-image .img-set3 {
  bottom: 0;
  right: 46%;
  width: 35%;
}
@media (max-width: 992px) {
  .landing-page .landing-home .home-image .img-set3 {
    right: 45%;
    width: 33%;
  }
}
.landing-page .landing-home .home-image .text-img {
  -webkit-animation: up-down 4s infinite;
          animation: up-down 4s infinite;
  right: 40%;
  top: 33%;
}
@media (max-width: 1800px) {
  .landing-page .landing-home .home-image .text-img {
    top: 38%;
  }
}
@media (max-width: 1500px) {
  .landing-page .landing-home .home-image .text-img {
    top: 42%;
  }
}
@media (max-width: 1399.98px) {
  .landing-page .landing-home .home-image .text-img {
    top: 43%;
    width: 12%;
  }
}
@media (max-width: 1199.98px) {
  .landing-page .landing-home .home-image .text-img {
    width: 8%;
    top: 46%;
  }
}
@media (max-width: 1099.98px) {
  .landing-page .landing-home .home-image .text-img {
    top: 48%;
  }
}
@media (max-width: 991.98px) {
  .landing-page .landing-home .home-image .text-img {
    width: 10%;
  }
}
@media (max-width: 940px) {
  .landing-page .landing-home .home-image .text-img {
    top: 50%;
  }
}
@media (max-width: 880px) {
  .landing-page .landing-home .home-image .text-img {
    top: 54%;
    right: 37%;
  }
}
.landing-page .landing-home .home-image .shape-1 {
  top: 20%;
  left: 0;
  -webkit-animation: move2 1.5s infinite alternate;
          animation: move2 1.5s infinite alternate;
}
.landing-page .landing-home .home-image .shape-2 {
  top: 48%;
  left: 32%;
  -webkit-animation: rotate 5s normal linear infinite;
          animation: rotate 5s normal linear infinite;
}
@media (max-width: 1599.98px) {
  .landing-page .landing-home .home-image .shape-2 {
    top: 52%;
  }
}
@media (max-width: 1299.98px) {
  .landing-page .landing-home .home-image .shape-2 {
    top: 55%;
  }
}
@media (max-width: 1099.98px) {
  .landing-page .landing-home .home-image .shape-2 {
    top: 60%;
  }
}
@media (max-width: 992px) {
  .landing-page .landing-home .home-image .shape-2 {
    left: 25%;
    top: 63%;
  }
}
.landing-page .landing-home .home-image .shape-3 {
  top: 9%;
  right: 25%;
  -webkit-animation: rotateY-anim 2s linear infinite;
          animation: rotateY-anim 2s linear infinite;
}
@media (max-width: 1099.98px) {
  .landing-page .landing-home .home-image .shape-3 {
    top: 16%;
  }
}
.landing-page .application-section {
  background-color: #fff;
}
.landing-page .application-section .application-block .layout-box {
  padding: 0px 20px 20px;
  border-radius: 10px;
}
.landing-page .application-section .application-block .layout-box .layout-name {
  padding: 18px 0px 18px 0px;
  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;
}
.landing-page .application-section .application-block .layout-box .layout-name .dot-img .dot-group {
  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;
  gap: 4px;
}
.landing-page .application-section .application-block .layout-box .layout-name .dot-img .dot-group li {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  opacity: 1;
}
.landing-page .application-section .application-block .layout-box .layout-name .dot-img .dot-group li:first-child {
  background-color: var(--theme-default);
}
.landing-page .application-section .application-block .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {
  background-color: var(--theme-secondary);
}
.landing-page .application-section .application-block .layout-box .layout-name .dot-img .dot-group li:last-child {
  background-color: #61AE41;
}
.landing-page .application-section .application-block .layout-box .layout-name a {
  font-size: calc(14px + 3 * (100vw - 300px) / 1620);
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.landing-page .application-section .application-block .layout-box .img-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.landing-page .application-section .application-block .layout-box .img-wrapper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.landing-page .application-section .application-block .layout-box:hover .img-wrapper img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .demo-section .demo-box {
  padding: 20px 20px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(46, 35, 94, 0.09);
          box-shadow: 0px 0px 24px 0px rgba(46, 35, 94, 0.09);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #fff;
}
.landing-page .demo-section .demo-box.light-bg-primary:hover {
  border: 2px solid var(--theme-default);
}
.landing-page .demo-section .demo-box.light-bg-secondary:hover {
  border: 2px solid var(--theme-secondary);
}
.landing-page .demo-section .demo-box.light-bg-success:hover {
  border: 2px solid #61AE41;
}
.landing-page .demo-section .demo-box .layout-name {
  padding: 18px 0px;
}
.landing-page .demo-section .demo-box .layout-name a {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center;
}
.landing-page .demo-section .demo-box .img-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.landing-page .demo-section .demo-box .img-wrapper img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.landing-page .demo-section .demo-box:hover .img-wrapper {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.landing-page .demo-section .demo-box:hover .img-wrapper img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .demo-section .demo-block {
  margin-bottom: -26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .demo-section .demo-block > div {
  margin-bottom: 26px;
}
.landing-page .framework .framework-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  .landing-page .framework .framework-list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .landing-page .framework .framework-list {
    gap: 20px;
  }
}
.landing-page .framework .framework-list li {
  min-width: 136px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1260px) {
  .landing-page .framework .framework-list li {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .landing-page .framework .framework-list li {
    min-width: 100px;
  }
}
.landing-page .framework .framework-list li .framework-bg {
  background-image: url(../images/landing/feature-icon/polygon-1.png);
  width: 100%;
  height: 147px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1260px) {
  .landing-page .framework .framework-list li .framework-bg {
    width: 83%;
    height: 108px;
  }
}
@media (max-width: 767px) {
  .landing-page .framework .framework-list li .framework-bg {
    width: 72%;
    height: 77px;
  }
}
.landing-page .framework .framework-list li .framework-bg:hover {
  background-image: url(../images/landing/feature-icon/polygon-2.png);
  -webkit-filter: drop-shadow(0px 9.344px 9.344px rgba(1, 93, 190, 0.2));
          filter: drop-shadow(0px 9.344px 9.344px rgba(1, 93, 190, 0.2));
}
.landing-page .framework .framework-list li .framework-bg:hover img {
  -webkit-animation: tada 1s ease infinite;
          animation: tada 1s ease infinite;
}
.landing-page .framework .framework-list li .framework-bg img {
  width: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .landing-page .framework .framework-list li .framework-bg img {
    width: 30px;
  }
}
.landing-page .framework .framework-list li h4 {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.landing-page .features-section .feature-block .feature-box {
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.08);
  background: #272931;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
}
@media (min-width: 991px) and (max-width: 1600px) {
  .landing-page .features-section .feature-block .feature-box {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .landing-page .features-section .feature-block .feature-box {
    padding: 15px;
  }
}
.landing-page .features-section .feature-block .feature-box .flex-shrink-0 .icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--theme-default);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 991px) and (max-width: 1600px) {
  .landing-page .features-section .feature-block .feature-box .flex-shrink-0 .icon-wrapper {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .landing-page .features-section .feature-block .feature-box .flex-shrink-0 .icon-wrapper {
    width: 38px;
    height: 38px;
  }
}
.landing-page .features-section .feature-block .feature-box .flex-shrink-0 .icon-wrapper svg {
  height: 27px;
  width: 27px;
  stroke: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 991px) and (max-width: 1600px) {
  .landing-page .features-section .feature-block .feature-box .flex-shrink-0 .icon-wrapper svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .landing-page .features-section .feature-block .feature-box .flex-shrink-0 .icon-wrapper svg {
    width: 20px;
    height: 20px;
  }
}
.landing-page .features-section .feature-block .feature-box .flex-grow-1 {
  text-align: left;
  margin-left: 15px;
}
.landing-page .features-section .feature-block .feature-box .flex-grow-1 h4 {
  color: #fff;
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (max-width: 1680px) {
  .landing-page .features-section .feature-block .feature-box .flex-grow-1 h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.landing-page .features-section .feature-block .feature-box .flex-grow-1 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(12px + 4 * (100vw - 300px) / 1620);
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 1870px) {
  .landing-page .features-section .feature-block .feature-box .flex-grow-1 p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.landing-page .features-section .feature-block .feature-box:hover {
  border-radius: 10px;
  border: 3px solid rgba(155, 158, 249, 0.3);
  background: var(--theme-default);
}
.landing-page .features-section .feature-block .feature-box:hover .flex-shrink-0 .icon-wrapper {
  background-color: #549be5;
}
.landing-page .support-section {
  background-color: #fff;
}
.landing-page .support-section .fluid-space {
  padding: 0 calc(160px + 90 * (100vw - 300px) / 1620) !important;
}
@media (max-width: 1399px) {
  .landing-page .support-section .fluid-space {
    padding: 0 180px !important;
  }
}
@media (max-width: 1200px) {
  .landing-page .support-section .fluid-space {
    padding: 0 100px !important;
  }
}
@media (max-width: 575px) {
  .landing-page .support-section .fluid-space {
    padding: 0 40px !important;
  }
}
@media (max-width: 480px) {
  .landing-page .support-section .fluid-space {
    padding: 0 35px !important;
  }
}
.landing-page .support-section .landing-title .sub-title {
  font-family: "Caveat", cursive;
  font-size: calc(22px + 17 * (100vw - 300px) / 1620);
  font-weight: 700;
}
.landing-page .support-section .landing-title h2 {
  font-family: #232323;
  color: #232323;
  font-size: calc(22px + 17 * (100vw - 300px) / 1620);
  font-weight: 600;
  text-transform: capitalize;
}
.landing-page .support-section .landing-title p {
  color: #959595;
  font-family: sans-serif;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 34px;
  padding-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .landing-page .support-section .landing-title p {
    padding-bottom: 22px;
  }
}
.landing-page .support-section .landing-title .support-button {
  border-radius: 7px;
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  padding: 12px 39px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .landing-page .support-section .landing-title .support-button {
    padding: 9px 28px;
  }
}
.landing-page .support-section .landing-title .support-button:hover {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.landing-page .support-section .support-img {
  position: relative;
  margin-bottom: -2px;
}
.landing-page .support-section .support-img .img-1 {
  width: 600px;
}
@media (max-width: 1600px) {
  .landing-page .support-section .support-img .img-1 {
    width: 500px;
  }
}
@media (max-width: 1400px) {
  .landing-page .support-section .support-img .img-1 {
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .landing-page .support-section .support-img .img-1 {
    width: 430px;
  }
}
@media (max-width: 991px) {
  .landing-page .support-section .support-img .img-1 {
    width: 400px;
  }
}
@media (max-width: 930px) {
  .landing-page .support-section .support-img .img-1 {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .landing-page .support-section .support-img .img-1 {
    width: 350px;
  }
}
@media (max-width: 460px) {
  .landing-page .support-section .support-img .img-1 {
    width: 300px;
  }
}
@media (max-width: 360px) {
  .landing-page .support-section .support-img .img-1 {
    width: 250px;
  }
}
.landing-page .support-section .support-img .img-2 {
  position: absolute;
  left: 4%;
  bottom: 13%;
}
@media (max-width: 1700px) {
  .landing-page .support-section .support-img .img-2 {
    left: -1%;
  }
}
@media (max-width: 1600px) {
  .landing-page .support-section .support-img .img-2 {
    width: 100px;
    left: 4%;
  }
}
@media (max-width: 1460px) {
  .landing-page .support-section .support-img .img-2 {
    left: -1%;
  }
}
@media (max-width: 1400px) {
  .landing-page .support-section .support-img .img-2 {
    left: 4%;
  }
}
@media (max-width: 1260px) {
  .landing-page .support-section .support-img .img-2 {
    left: -3%;
  }
}
@media (max-width: 1200px) {
  .landing-page .support-section .support-img .img-2 {
    left: 1%;
  }
}
@media (max-width: 1040px) {
  .landing-page .support-section .support-img .img-2 {
    width: 88px;
    left: -1%;
  }
}
@media (max-width: 991px) {
  .landing-page .support-section .support-img .img-2 {
    -webkit-transform: rotate(136deg);
            transform: rotate(136deg);
    bottom: 2%;
    left: 17%;
  }
}
@media (max-width: 930px) {
  .landing-page .support-section .support-img .img-2 {
    left: 14%;
  }
}
@media (max-width: 840px) {
  .landing-page .support-section .support-img .img-2 {
    display: none;
  }
}
.landing-page .landing-footer {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #101010;
  position: relative;
  padding-top: 0 !important;
  overflow: hidden;
}
.landing-page .landing-footer .triangle {
  width: auto;
  height: 0;
  border-left: 50vw solid #101010;
  border-right: 50vw solid #101010;
  border-top: 80px solid #fff;
}
@media (max-width: 480px) {
  .landing-page .landing-footer .triangle {
    border-top-width: 45px !important;
  }
}
.landing-page .landing-footer .shape .shape1 {
  position: absolute;
  bottom: -18%;
  left: 24%;
}
.landing-page .landing-footer .shape .shape1 img {
  width: 130px;
}
@media (max-width: 991px) {
  .landing-page .landing-footer .shape .shape1 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape2 {
  left: 37%;
  bottom: 17%;
  position: absolute;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.landing-page .landing-footer .shape .shape3 {
  left: 17%;
  top: 71%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape4 {
  right: 36%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  top: 70%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape5 {
  right: 24%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape6 {
  position: absolute;
  left: 2%;
  top: 29%;
}
.landing-page .landing-footer .shape .shape6 img {
  width: 230px;
}
@media (max-width: 1200px) {
  .landing-page .landing-footer .shape .shape6 img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .shape .shape6 img {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .shape .shape6 {
    top: 43%;
  }
}
.landing-page .landing-footer .shape .shape7 {
  right: -4%;
  top: 43%;
  position: absolute;
}
@media (max-width: 991px) {
  .landing-page .landing-footer .shape .shape7 img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .shape .shape7 {
    display: none;
  }
}
.landing-page .landing-footer .shape .shape8 {
  left: -2%;
  top: -8%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape8 img {
  width: 100px;
}
.landing-page .landing-footer .shape .shape9 {
  top: 22%;
  left: 27%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape10 {
  top: 67%;
  right: 17%;
  position: absolute;
}
.landing-page .landing-footer .footer-logo {
  position: absolute;
  top: 9%;
  left: 50%;
  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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .landing-page .landing-footer .footer-logo {
    top: 12%;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .footer-logo {
    top: 6%;
  }
}
.landing-page .landing-footer .footer-logo img {
  width: 75px;
  height: 75px;
}
@media (max-width: 991px) {
  .landing-page .landing-footer .footer-logo img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .footer-logo img {
    width: 50px;
    height: 50px;
  }
}
.landing-page .landing-footer .star-rate {
  margin-bottom: 20px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .landing-page .landing-footer .star-rate {
    margin-top: 50px;
  }
}
.landing-page .landing-footer .star-rate li {
  display: inline-block;
}
.landing-page .landing-footer .star-rate li i {
  font-size: calc(16px + 4 * (100vw - 300px) / 1620);
}
.landing-page .landing-footer h2 {
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  font-size: calc(18px + 13 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1670px) {
  .landing-page .landing-footer h2 {
    width: 42%;
  }
}
@media (max-width: 1150px) {
  .landing-page .landing-footer h2 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-footer h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .landing-page .landing-footer h2 {
    width: 80%;
  }
}
.landing-page .landing-footer .btn-footer {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.landing-page .landing-footer .btn-footer .btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
}
.landing-page .landing-footer .btn-footer .btn:hover {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .navbar-toggler {
  margin-left: auto;
}

.navbar-toggler span {
  display: block;
  background-color: transparent;
  height: 3px;
  width: 25px;
  z-index: 112;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.landing-home {
  scroll-behavior: smooth;
  overflow: hidden;
  background-size: cover;
  height: 1060px;
  background-image: url(../images/landing/demo-bg.png);
}
.landing-home .sub-title {
  font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.landing-home .user-content {
  width: 36%;
  padding: 35px 0px;
  text-align: center;
  font-size: 15px;
  margin: auto;
}
.landing-home .user-content span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(35, 35, 35, 0.8);
}
.landing-home .star-animate {
  position: relative;
}
.landing-home .star-animate img {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.landing-home .content .arrow-animate svg {
  top: 311px;
  right: 66px;
  height: 80px;
  width: 61px;
  position: absolute;
  -webkit-animation: rotate-animation 2s linear infinite;
          animation: rotate-animation 2s linear infinite;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.landing-home .content h1 {
  margin-top: 167px;
  color: #232323;
  line-height: 1.2;
  font-weight: 600;
  font-size: calc(25px + 35 * (100vw - 300px) / 1620);
}
.landing-home .content h1 span {
  padding-right: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #015DBE), to(#FFB70D));
  background: linear-gradient(90deg, #015DBE 20%, #FFB70D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-home .content h1 .sub-content {
  position: relative;
  gap: 35px;
}
.landing-home .content h1 .sub-content::before {
  content: "";
  background-color: #051A1A;
  position: absolute;
  top: 30px;
  left: 221px;
  height: 50px;
  border-radius: 10px;
  width: 26%;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.landing-home .content h1 .sub-content button {
  background-color: #fff;
  border: 2.36px solid #232323;
  border-radius: 9px;
  padding: 14px 38px;
  font-weight: 600;
  font-size: 28px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  border-color: #232323;
  text-transform: uppercase;
  overflow: hidden;
}
.landing-home .content h1 .sub-content button.animate-button-slide .notification-slider {
  width: 165px;
  position: relative;
}
.landing-home .content h1 .sub-content button.animate-button-slide .notification-slider::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24B5B5), to(#228585));
  background-image: linear-gradient(180deg, #24B5B5 0%, #228585 100%);
  position: absolute;
  border-radius: 15px;
  height: 10px;
  width: 10px;
  top: 8px;
  left: -21px;
  z-index: 1;
}
.landing-home .content h1 .sub-content button::before {
  content: "";
  background-color: #232323;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -22px;
  top: -19px;
  border-radius: 25px;
}
.landing-home .content h1 .sub-content button::after {
  content: "";
  background-color: #232323;
  height: 24px;
  width: 24px;
  position: absolute;
  right: -8px;
  bottom: -12px;
  border-radius: 24px;
}
.landing-home .content h1 .sub-content button span {
  background: -webkit-gradient(linear, left top, left bottom, from(#24B5B5), to(#228585));
  background: linear-gradient(180deg, #24B5B5 0%, #228585 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
}
.landing-home .content p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  width: 64%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .landing-home .content p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .landing-home .content p {
    width: 100%;
  }
}
.landing-home .best-selling {
  position: relative;
  -webkit-animation: rotate-animation 20s linear infinite;
          animation: rotate-animation 20s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-home .best-selling img {
  position: absolute;
  top: 154px;
  left: -30%;
  -webkit-transform: rotate(-15.412deg);
          transform: rotate(-15.412deg);
  z-index: 1;
}
.landing-home .best-selling .img-shadow {
  position: absolute;
  height: 230px;
  width: 245px;
  border-radius: 4px;
  left: -30%;
  top: 165px;
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
  background-color: #f5f5f5;
}
.landing-home .nft-marketplace {
  -webkit-animation: rotate-animation 20s linear infinite;
          animation: rotate-animation 20s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.landing-home .nft-marketplace img {
  position: absolute;
  top: 174px;
  right: -35%;
  z-index: 1;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.landing-home .nft-marketplace .nft-marketplace-shadow {
  position: absolute;
  height: 207px;
  border-radius: 4px;
  width: 299px;
  background-color: #E6E9EB;
  right: -30%;
  top: 210px;
  -webkit-transform: rotate(1.053deg);
          transform: rotate(1.053deg);
}
.landing-home .new-user-img {
  -webkit-animation: rotate-animation 20s linear infinite;
          animation: rotate-animation 20s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.landing-home .new-user-img img {
  position: absolute;
  bottom: 100px;
  right: -15%;
  -webkit-transform: rotate(13.746deg);
          transform: rotate(13.746deg);
  z-index: 1;
}
.landing-home .new-user-img .new-user-shadow {
  position: absolute;
  bottom: 152px;
  right: -17%;
  border-radius: 4px;
  -webkit-transform: rotate(110.697deg);
          transform: rotate(110.697deg);
  height: 218px;
  width: 221px;
  background-color: #f5f5f5;
}
.landing-home .total-revenue-img {
  -webkit-animation: rotate-animation 20s linear infinite;
          animation: rotate-animation 20s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.landing-home .total-revenue-img img {
  position: absolute;
  bottom: 250px;
  left: -30%;
  -webkit-transform: rotate(-14.949deg);
          transform: rotate(-14.949deg);
  z-index: 1;
}
.landing-home .total-revenue-img .total-revenue-shadow {
  background-color: #f5f5f5;
  position: absolute;
  border-radius: 4px;
  height: 110px;
  width: 204px;
  bottom: 269px;
  left: -28%;
  -webkit-transform: rotate(341deg);
          transform: rotate(341deg);
}
.landing-home .screen-1 {
  background-color: #f5f5f5;
  border-radius: 20px;
  border: 2px solid #000;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.landing-home .screen-2 {
  position: absolute;
  bottom: 175px;
  left: 55px;
  -webkit-animation: rotate-animation 20s linear infinite;
          animation: rotate-animation 20s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-home .screen-2 img {
  position: relative;
  -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
  border-radius: 14px;
  -webkit-transform: rotate(-3.435deg);
          transform: rotate(-3.435deg);
  z-index: 1;
}
.landing-home .screen-2 .screen-sidebar {
  position: absolute;
  height: 459px;
  width: 95px;
  border-radius: 4px;
  top: 24px;
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
  background-color: #f5f5f5;
}
.landing-home .star-img {
  position: relative;
}
.landing-home .star-img .start-animate {
  position: absolute;
  bottom: 540px;
  left: -22%;
}
.landing-home .star-img-left {
  position: relative;
}
.landing-home .star-img-left .start-animate-rotate {
  position: absolute;
  bottom: 440px;
  right: -22%;
}
.landing-home .btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .landing-home .btn-grp {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.landing-home .btn-grp img {
  height: 30px;
}
@media (max-width: 767px) {
  .landing-home .btn-grp img {
    height: 22px;
  }
}
@media (max-width: 575px) {
  .landing-home .btn-grp img {
    height: 20px;
  }
}
.landing-home .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .landing-home .content {
    margin-top: 170px;
  }
}
@media (max-width: 1199px) {
  .landing-home .content {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .landing-home .content {
    margin-top: 80px;
  }
}
.landing-home .content-title {
  position: relative;
  display: inline-block;
}
.landing-home .content-title .arrow-decore {
  position: absolute;
  left: -203px;
  top: -25px;
}
@media (max-width: 1660px) {
  .landing-home .content-title .arrow-decore {
    left: -166px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .landing-home .content-title .arrow-decore {
    left: -125px;
    width: 110px;
    top: -14px;
  }
}
@media (max-width: 575px) {
  .landing-home .content-title .arrow-decore {
    left: -61px;
    width: 60px;
    top: -4px;
  }
}
.landing-home .sticky-header header .nav-padding {
  padding: 25px 200px;
}

.sticky-header header {
  position: fixed;
  width: 100%;
  z-index: 6;
  text-align: center;
  line-height: normal;
  height: 80px;
  background: var(--theme-default);
  color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1);
          box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sticky-header header .nav-padding {
  padding: 20px 200px;
}
.sticky-header header.sticky {
  line-height: normal;
  background: #fff;
  text-align: left;
}
.sticky-header header.sticky .nav-padding {
  padding: 8px 20px;
}
.sticky-header header.sticky nav {
  background-color: #fff;
}

.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  color: #fff;
  background: var(--theme-default);
  border: none;
  padding: 7px;
  outline: 2px solid var(--theme-default);
  outline-offset: 2px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tap-top:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}

.navbar-expand-xl .navbar-brand {
  padding-left: 18px;
}
.navbar-expand-xl .navbar-collapse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
}

.landing-page .navbar-expand-xl .navbar-collapse {
  background-color: transparent;
}
.landing-page .page-body-wrapper {
  min-height: 100vh;
  background: #eaf4ff;
  overflow: hidden;
}
.landing-page .buy-btn {
  font-size: 16px;
  background: var(--theme-default);
  border-radius: 7px;
  padding: 11px 39px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .landing-page .buy-btn {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .landing-page .buy-btn {
    padding: 9px 20px;
    font-size: 14px;
  }
}
.landing-page .buy-btn a {
  color: #fff;
  padding: 0;
}
.landing-page .navbar-nav .nav-item .nav-link {
  letter-spacing: 1.5px;
  color: #232323;
  text-transform: capitalize;
}
.landing-page .navbar-nav .nav-item .nav-link a:active {
  color: var(--theme-default);
}
.landing-page .sticky-header header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 100;
  left: 0;
  height: auto;
}
.landing-page .sticky-header header.sticky {
  margin-top: 0;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 15px 12px;
}

.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-default);
}

.paginacontainer .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.paginacontainer .progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(1, 93, 190, 0.1);
          box-shadow: inset 0 0 0 2px rgba(1, 93, 190, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.paginacontainer .progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: calc(16px + 8 * (100vw - 300px) / 1620);
  color: var(--theme-default);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.paginacontainer .progress-wrap:hover::after {
  opacity: 0;
}
.paginacontainer .progress-wrap:hover::before {
  opacity: 1;
}
.paginacontainer .progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f106";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: calc(16px + 8 * (100vw - 300px) / 1620);
  opacity: 0;
  background: var(--theme-default);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.paginacontainer .progress-wrap svg path {
  fill: none;
}
.paginacontainer .progress-wrap svg.progress-circle path {
  stroke: rgba(1, 93, 190, 0.4);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

@keyframes rounded {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
            transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
            transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-webkit-keyframes rotateY-anim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateY-anim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(1, 1, 1, 2deg);
            transform: rotate3d(1, 1, 1, 2deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  75% {
    -webkit-transform: rotate3d(1, 1, 1, -2deg);
            transform: rotate3d(1, 1, 1, -2deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
}
@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(1, 1, 1, 2deg);
            transform: rotate3d(1, 1, 1, 2deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  75% {
    -webkit-transform: rotate3d(1, 1, 1, -2deg);
            transform: rotate3d(1, 1, 1, -2deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
}
/**=====================
    3.26 Landing CSS Ends
==========================**/
/**=====================
  38. Landing CSS Start
==========================**/
@media (max-width: 1700px) {
  .nft-marketplace img {
    height: 180px;
  }
  .nft-marketplace .nft-marketplace-shadow {
    width: 220px !important;
    height: 155px !important;
  }
  .best-selling img {
    width: calc(140px + 94 * (100vw - 768px) / 1152) !important;
    height: calc(140px + 94 * (100vw - 768px) / 1152) !important;
  }
  .best-selling .img-shadow {
    width: calc(213px + 15 * (100vw - 768px) / 1152) !important;
    height: calc(140px + 90 * (100vw - 768px) / 1152) !important;
  }
  .landing-home {
    height: 992px;
  }
  .landing-home .content h1 .sub-content:before {
    top: 28px;
    left: 210px;
  }
}
@media (max-width: 1699px) {
  .landing-page .landing-header {
    padding: 18px 70px;
  }
}
@media (max-width: 1440px) {
  .nft-marketplace img {
    height: 150px;
  }
  .nft-marketplace .nft-marketplace-shadow {
    width: 176px !important;
    height: 126px !important;
  }
  .best-selling img {
    height: 145px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 7px;
  }
  .landing-home {
    height: 948px;
  }
  .landing-home .screen-2 {
    display: none;
  }
  .landing-home .content h1 .sub-content::before {
    width: 30%;
    top: 25px;
    left: 176px;
    height: 50px;
  }
}
@media (max-width: 1399px) {
  .landing-home .content h1 span {
    font-size: 40px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 28px 100px 25px;
  }
  .landing-home .content h1 span {
    font-size: 40px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 28px 100px 25px;
  }
  .landing-page .landing-header {
    padding: 18px 20px;
  }
}
@media (max-width: 1367px) {
  .landing-page .landing-home .content h1 {
    margin-top: 5px;
  }
  .landing-page .landing-home .content .arrow-animate svg {
    display: none;
  }
  .landing-page .landing-home .best-selling .img-shadow {
    left: -32%;
  }
  .landing-page .unique-cards.section-py-space .support-title h2 {
    font-size: 22px;
  }
  .landing-page .unique-cards.section-py-space .support-title p {
    font-size: 12px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
  .landing-page .demo-section .demo-box {
    padding: 15px;
  }
  .landing-page .demo-section .demo-box .demo-title {
    padding-top: 10px;
  }
  .landing-page .demo-section .demo-box .demo-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .landing-page .navbar-expand-xl .navbar-collapse {
    background-color: white;
    margin-top: 20px;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 70px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .landing-page .navbar-expand-xl .navbar-collapse {
    top: 34px;
  }
}
@media (max-width: 1199px) {
  .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding: 20px 30px 30px 30px;
  }
  header.sticky .navbar-expand-xl .navbar-collapse {
    top: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px;
  }
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px;
  }
  .landing-main .navbar-toggler span {
    background-color: #fff;
  }
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px;
  }
  .landing-main h4 {
    font-size: 20px;
  }
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px;
  }
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px;
  }
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px;
  }
  .navbar-toggler span {
    background-color: var(--theme-default);
  }
  .new-user-img img {
    display: none;
  }
  .new-user-img .new-user-shadow {
    display: none;
  }
  .total-revenue-img img {
    display: none;
  }
  .total-revenue-img .total-revenue-shadow {
    display: none;
  }
  .nft-marketplace img {
    display: none;
  }
  .nft-marketplace .nft-marketplace-shadow {
    display: none;
  }
  .best-selling img {
    display: none;
  }
  .best-selling .img-shadow {
    display: none;
  }
  .landing-home {
    height: 670px;
  }
  .landing-home .content h1 {
    font-size: 30px;
  }
  .landing-home .content h1 .sub-content:before {
    width: 38%;
    left: 129px;
    padding: 13px 33px;
    height: 73%;
  }
  .landing-home .content h1 .sub-content button span {
    font-size: 20px;
  }
  .landing-home .content h1 .sub-content button .animate-button-slide .notification-slider::before {
    top: 6px;
  }
  .landing-home .content h1 span {
    font-size: 28px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 20px;
  }
  .landing-page .landing-header {
    padding: 15px 30px;
  }
  .landing-page .landing-header ul.landing-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .landing-page .landing-header ul.landing-menu.open {
    right: 0;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item {
    display: block;
    background-color: #fff;
    text-align: left;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
    display: block;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    color: #232323;
    padding: 10px 20px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
    color: var(--theme-default);
  }
  .landing-page .landing-header .buy-block .toggle-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .landing-home .navbar-brand img {
    height: 35px;
  }
  .landing-home .content h1 .sub-content {
    padding-top: 16px !important;
  }
  .landing-home .content h1 .sub-content button .animate-button-slide .notification-slider::before {
    content: "";
    top: 6px;
  }
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff;
  }
  .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
    margin-top: 5px;
    color: var(--theme-deafult);
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    color: #000;
  }
  .landing-page .demo-section .demo-block {
    padding: 0 18px;
  }
  .landing-page .section-py-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .landing-page .section-pt-space {
    padding-top: 50px;
  }
  .landing-page .section-pb-space {
    padding-bottom: 50px;
  }
  .landing-page .btn-landing {
    padding: 10px 25px;
  }
  .landing-page .framework .nav .nav-link img {
    height: 35px;
    width: auto;
  }
  .landing-page .framework .nav .nav-item:nth-child(n+2) {
    margin-left: 10px;
  }
  .landing-page .counter-sec .counter-block {
    margin-bottom: -30px;
  }
  .landing-page .counter-sec .counter-block > div {
    margin-bottom: 30px;
  }
  .landing-page .counter-sec .counter-box {
    padding: 35px 25px;
  }
  .landing-page .landing-footer .footer-contain img {
    height: 100px;
  }
  .landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .landing-home .user-content {
    padding: 20px 0px;
  }
  .landing-home .content h1 {
    font-size: 20px;
  }
  .landing-home .content h1 .sub-content span {
    font-size: 14px;
  }
  .landing-home .content h1 .sub-content button {
    padding: 11px 5px 10px 36px;
    width: 40%;
    -webkit-transform: unset;
            transform: unset;
    position: relative;
  }
  .landing-home .content h1 .sub-content button::before {
    height: 32px;
    width: 32px;
  }
  .landing-home .content h1 .sub-content button::after {
    height: 20px;
    width: 20px;
  }
  .landing-home .content h1 .sub-content button.animate-button-slide .notification-slider {
    width: 105px;
  }
  .landing-home .content h1 .sub-content button.animate-button-slide .notification-slider::before {
    content: "";
    top: 4px;
    height: 8px;
    width: 8px;
  }
  .landing-home .content h1 .sub-content button span {
    font-size: 14px;
  }
  .landing-home .content h1 .sub-content::before {
    display: none;
  }
  .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 12px;
  }
  .landing-page .title h2 {
    font-size: 24px;
  }
  .landing-page .section-py-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .landing-page .section-pt-space {
    padding-top: 40px;
  }
  .landing-page .section-pb-space {
    padding-bottom: 40px;
  }
  .landing-page .demo-section .demo-block {
    margin-bottom: -20px;
  }
  .landing-page .demo-section .demo-block > div {
    margin-bottom: 20px;
  }
  .landing-page .demo-section .demo-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li:nth-child(n+2) {
    margin-left: 5px;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a {
    font-size: 10px;
  }
  .landing-page .demo-section .demo-box .demo-title h3 {
    font-size: 18px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    width: 50px;
    height: 50px;
  }
  .landing-page .counter-sec .counter-box .count-detail h4 {
    font-size: 20px;
  }
  .landing-page .core-feature .feature-box .icon-wrraper {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .landing-page .core-feature .feature-box h4 {
    font-size: 20px;
  }
  .landing-page .framework .nav .nav-link img {
    height: 35px;
  }
  .landing-page .framework .nav .nav-link h5 {
    font-size: 16px;
  }
  .landing-page .framework .nav .nav-link.active:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid rgba(1, 93, 190, 0.8);
  }
  .landing-page .framework ul.framworks-list li {
    width: 100px;
    height: 100px;
  }
  .landing-page .framework ul.framworks-list li img {
    height: 40px;
  }
  .landing-page .faq-section .title p {
    text-align: center;
    font-size: 14px;
  }
  .landing-page .landing-footer .footer-contain img {
    height: 80px;
    margin-bottom: 10px;
  }
  .landing-page .landing-footer .footer-contain h2 {
    margin-bottom: 5px;
  }
  .landing-page .landing-footer .footer-contain p {
    margin-bottom: 10px;
  }
  .landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 25px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer .btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1;
  }
}
@media only screen and (max-width: 680px) {
  .landing-home .content h1 .sub-content span {
    font-size: 14px;
  }
  .landing-home .content h1 .sub-content button {
    width: 46%;
  }
}
@media (max-width: 575px) {
  .landing-home {
    height: 416px;
  }
  .landing-home .user-content {
    padding: 14px 0px;
    width: 45%;
  }
  .landing-home .user-content span {
    font-size: 12px;
  }
  .landing-home .content h1 .sub-content {
    padding-top: 10px !important;
    gap: 6px;
  }
  .landing-home .content h1 .sub-content button {
    padding: 10px 5px 10px 30px;
  }
  .landing-home .content h1 .sub-content button span {
    font-size: 14px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 15px 30px;
  }
  .landing-page .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-page .demo-section .demo-box {
    padding: 15px 15px 0;
  }
  .landing-page .demo-section .demo-box .demo-title h3 {
    font-size: 16px;
  }
  .landing-page .framework .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .landing-page .core-feature .feature-box {
    padding: 30px 20px;
  }
  .landing-page .faq-section .title p {
    display: none;
  }
  .landing-page .faq-section .faq-box p {
    font-size: 14px;
  }
  .landing-page .counter-sec .counter-box {
    height: auto;
    padding: 30px 20px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .landing-page .counter-sec .counter-box .count-number h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .landing-home .content h1 .sub-content button::after {
    display: none;
  }
  .landing-home .content h1 .sub-content button::before {
    display: none;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 15px;
  }
  .landing-home .user-content {
    width: 61%;
  }
  .landing-home .content h1 .sub-content::before {
    width: 40%;
    left: 88px;
    top: 35%;
  }
  .landing-home .content h1 .sub-content span {
    font-size: 14px;
  }
  .landing-home .content h1 .sub-content button {
    width: 56%;
  }
  .landing-home .content h1 .sub-content button span {
    font-size: 14px;
  }
  .landing-home .content h1 .sub-content button.animate-button-slide .notification-slider::before {
    top: 4px;
    left: -14px;
  }
  .landing-home .navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .landing-home .navbar-brand img {
    height: 25px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 2px 2px !important;
  }
  .landing-page .marquee .marquee-name p.big-title {
    line-height: 80px;
  }
  .landing-page .landing-header {
    padding: 15px 6px;
  }
  .landing-page .demo-section .demo-block {
    padding: 0 12px;
  }
  .landing-page .title h2 {
    font-size: 20px;
  }
  .landing-page .landing-header .buy-block .toggle-menu {
    margin-left: 10px;
  }
  .landing-page .framework .nav .nav-item {
    width: auto;
  }
  .landing-page .framework .nav .nav-link {
    display: block !important;
    padding: 10px 15px;
  }
  .landing-page .framework .nav .nav-link.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid rgba(1, 93, 190, 0.8);
  }
  .landing-page .framework .nav .nav-link img {
    height: 20px;
    margin-right: unset;
  }
  .landing-page .framework .nav .nav-link .text-start {
    display: none;
  }
  .landing-page .framework ul.framworks-list li {
    width: 110px;
    height: 110px;
    padding: 20px;
  }
  .landing-page .framework ul.framworks-list li img {
    height: 30px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
    margin-left: 5px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer .btn {
    padding: 10px 15px;
  }
}
@media (max-width: 417px) {
  .navbar-brand {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 380px) {
  .landing-home .content h1 .sub-content::before {
    width: 40%;
    left: 77px;
  }
  .landing-home .content h1 .sub-content button {
    padding: 6px 14px 6px 25px;
  }
}
@media (max-width: 360px) {
  .landing-page .demo-section .demo-box .demo-title.btn-showcase .btn {
    margin-right: 8px;
  }
  .landing-page .demo-section .demo-box .demo-title .btn {
    padding: 6px 10px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer .btn:last-child {
    margin-top: 10px;
  }
  .landing-page .marquee .marquee-name p.big-title {
    line-height: 65px;
  }
}
/**=====================
     38. Landing CSS Ends
==========================**/
/* ---------------------
	*** themes ***
-----------------------*/
/**=====================
  4.3 Update CSS Start
==========================**/
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px solid #f2f4ff;
  background: #fff;
}

.popover {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(1, 93, 190, 0.1);
  box-shadow: 0 0 20px rgba(1, 93, 190, 0.1);
}
.popover .popover-header {
  background-color: rgba(1, 93, 190, 0.1);
  color: var(--theme-default);
  border-bottom: none;
}
.popover .popover-body {
  color: rgba(43, 43, 43, 0.7);
}

.dropdown-menu.show {
  background-color: #fff;
  z-index: 2;
}

.toast-container {
  position: unset;
}

span.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;
  z-index: 1 !important;
}
span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid rgba(106, 113, 133, 0.2);
  background: #fff;
  cursor: pointer;
}
span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
  background-color: #fff;
}
span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
  color: #fff;
  background-color: var(--theme-default);
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #d3e8ff;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #d3e8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #d3e8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #d3e8ff;
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #d3e8ff;
  color: var(--theme-default);
}
.tooltip .tooltip-arrow:before {
  border-top-color: #d3e8ff;
}

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px solid rgba(106, 113, 133, 0.2);
  background: #fff;
}
.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #fff;
}
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 8px 16px;
  font-weight: 400;
  color: #2c323f;
  font-size: 13px;
}
.dropdown-basic .dropup .dropup-content {
  top: auto;
}

.default-according .card .card-header {
  padding: 0;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn {
  border-color: transparent;
}
.default-according .card .card-header i {
  position: initial;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
[dir=rtl] .default-according .card .card-header i {
  margin-right: unset;
  margin-left: 5px;
}
.default-according .card .card-header h5 {
  margin-top: 0;
}
.default-according .card .card-header .btn-link {
  padding: 12px 20px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.7px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[dir=rtl] .default-according .card .card-header .btn-link {
  text-align: right;
}
@media (max-width: 575px) {
  .default-according .card .card-header .btn-link {
    padding: 12px 15px;
  }
}
.default-according .card .card-body {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 14px;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #2c323f;
}

.icon-dropdown .dropdown-toggle {
  border: none;
}

.collapse-horizontal .card-body {
  width: 350px;
}

.nav-tabs {
  border-bottom-color: rgba(106, 113, 133, 0.2);
}
.nav-tabs .nav-bottom .nav-item .nav-link.active {
  border-color: rgba(106, 113, 133, 0.2);
}

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link {
  color: #2c323f;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: rgba(106, 113, 133, 0.2) rgba(106, 113, 133, 0.2) #fff;
}

.dropdown-menu {
  -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;
  z-index: 1;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid rgba(106, 113, 133, 0.2);
  background: #fff;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}
.dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
.dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid #cccccc;
}

.blockquote > :last-child {
  margin-top: 0;
}

.modal-content {
  background-color: #fff;
}

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid var(--theme-default);
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid var(--theme-default);
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid var(--theme-default);
}

.timeliny .timeliny-dot::before {
  font-size: 18px;
}

.component .input-group .btn {
  line-height: 32px;
  text-transform: capitalize;
}

.login-card .login-main .theme-form label {
  font-size: 14px;
}
.login-card .login-main .theme-form .show-hide {
  top: 50%;
}

.faq-accordion .card .btn-link svg {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .faq-accordion .card .btn-link svg {
    margin-left: 10px;
  }
}

.job-filter .faq-form .form-control {
  font-size: 14px;
}
.job-filter .faq-form .search-icon {
  width: 16px;
  height: 16px;
}

.note-btn-group .dropdown-toggle.show ~ .dropdown-menu {
  display: block;
  top: 30px;
}

.note-toolbar .note-btn-group .note-btn[aria-label]::before {
  content: none !important;
}
.note-toolbar .note-btn-group .note-table .note-dimension-picker-mousecatcher {
  background-color: var(--white);
}
.note-toolbar .note-btn-group .note-color .note-color-reset {
  margin: 2px 5px !important;
}
.note-toolbar .dropdown-menu.note-check a i {
  color: var(--theme-default) !important;
  visibility: visible !important;
}

.note-editor .note-toolbar {
  z-index: 1;
}

.carousel .carousel-indicators {
  margin-bottom: 3px;
}

.mouse-wheel .owl-stage-outer .owl-stage {
  width: 5600px !important;
}
.mouse-wheel .owl-stage-outer .owl-stage .owl-item {
  width: 225.333px !important;
}

.carousel-item .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 26px 10px;
  background-color: rgba(0, 0, 0, 0.51);
}
.carousel-item .carousel-caption h5 {
  font-size: 18px;
  color: #fff;
}
.carousel-item .carousel-opacity {
  background-color: rgba(245, 245, 245, 0.51);
}

.carousel-dark .carousel-caption h5 {
  color: #000;
}

.carousel .carousel-control-prev-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}
.carousel .carousel-control-next-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}

.swiper.swiper-h {
  height: 500px;
}
.swiper.vertical-swiper {
  height: 500px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-default);
}

.nested-horizontal-swiper {
  height: 500px;
}
.nested-horizontal-swiper .nested-vertical-swiper {
  height: 100%;
}

.autoplay-swiper .swiper-button-prev,
.autoplay-swiper .swiper-button-next {
  color: var(--white);
}
.autoplay-swiper .swiper-button-prev::after,
.autoplay-swiper .swiper-button-next::after {
  font-size: 30px;
}

.thumb-swiper-wrapper .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white);
  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;
  background-size: cover;
  background-position: center;
}
.thumb-swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-swiper-wrapper body {
  background: #2c323f;
  color: #2c323f;
}
.thumb-swiper-wrapper .mySwiper2 {
  height: 80%;
  width: 100%;
}
.thumb-swiper-wrapper .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.thumb-swiper-wrapper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.coverflow-slider.swiper {
  width: 100%;
}
.coverflow-slider.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
.coverflow-slider.swiper .swiper-slide img {
  display: block;
  width: 100%;
}

[dir=rtl] .rating-header h4 {
  direction: ltr;
}

.animated-toast {
  z-index: 11;
}

.animate-img .animate-widget img {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.animated-modal-wrapper .common-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.animated-modal-wrapper .animated-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 575px) {
  .animated-modal-wrapper .animated-modal .form-select {
    width: 92% !important;
  }
}
.animated-modal-wrapper .animated-modal .animated-modal-md-mb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-popup.modal {
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.modal-popup.modal .modal-dialog .theme-close {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}

.task-container .badge {
  line-height: 13px;
}

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: var(--theme-default);
  color: #2c323f;
}
[dir=rtl] .starter-main .alert-primary.inverse {
  padding: 13px 65px 13px 20px;
}
.starter-main .alert-primary.inverse:before {
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid var(--theme-default);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px solid var(--theme-default);
  border-left: unset;
}
.starter-main .alert-primary.inverse i {
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-default);
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
[dir=rtl] .starter-main .alert-primary.inverse i {
  right: 0;
  left: unset;
}

.ql-formats .ql-picker-label::before {
  color: #1b1b1b;
}
.ql-formats .ql-picker-label svg .ql-stroke {
  stroke: var(--body-font-color);
}
[dir=rtl] .ql-formats .ql-picker-label svg {
  right: unset !important;
  left: 0;
}
.ql-formats .ql-script,
.ql-formats .ql-stroke {
  stroke: var(--body-font-color);
}
.ql-formats .ql-size .ql-picker-label.ql-active .ql-stroke {
  stroke: var(--theme-default);
}

[dir=rtl] .ql-editor ol {
  padding-left: unset !important;
  padding-right: 24px;
}
[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl)::before {
  margin-left: unset;
  margin-right: unset;
}
[dir=rtl] .ql-editor ul {
  padding-left: unset !important;
  padding-right: 24px;
}
[dir=rtl] .ql-editor ul li:not(.ql-direction-rtl)::before {
  margin-left: unset;
  margin-right: unset;
}

.ql-toolbar.ql-snow button.ql-active svg .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow button.ql-active svg .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-script:hover,
.ql-toolbar.ql-snow .ql-formats .ql-header:hover,
.ql-toolbar.ql-snow .ql-formats .ql-video:hover,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover,
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover,
.ql-toolbar.ql-snow .ql-formats .ql-strike:hover {
  color: var(--theme-default);
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-script:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-header:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-video:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover .ql-fill,
.ql-toolbar.ql-snow .ql-formats .ql-strike:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-picker-options .ql-picker-item:hover, .ql-toolbar.ql-snow .ql-formats .ql-picker-options .ql-picker-item.ql-selected {
  color: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-video:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-align:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-clean:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-clean:hover .ql-fill {
  fill: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-header .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-color-label,
.ql-toolbar.ql-snow .ql-formats .ql-picker-label:hover .ql-stroke {
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-blockquote:hover .ql-fill {
  fill: var(--theme-default);
  stroke: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover {
  color: var(--theme-default);
}
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover .ql-even,
.ql-toolbar.ql-snow .ql-formats .ql-code-block:hover .ql-stroke {
  stroke: var(--theme-default);
}

.ql-snow.ql-toolbar button:hover {
  color: var(--theme-default);
}
.ql-snow.ql-toolbar button.ql-active {
  color: var(--theme-default);
}
.ql-snow.ql-toolbar .ql-picker-label:hover {
  color: var(--theme-default);
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active {
  color: var(--theme-default);
}
.ql-snow.ql-toolbar .ql-picker-item:hover {
  color: var(--theme-default);
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: var(--theme-default);
}

.ql-snow a {
  color: var(--theme-default);
}
.ql-snow .ql-tooltip.ql-editing {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0 !important;
  left: 20px !important;
}
[dir=rtl] .ql-snow .ql-tooltip.ql-editing {
  left: unset !important;
  right: 20px !important;
}
.ql-snow .ql-toolbar button:hover {
  color: var(--theme-default);
}
.ql-snow .ql-toolbar button.ql-active {
  color: var(--theme-default);
}
.ql-snow .ql-toolbar .ql-picker-label:hover {
  color: var(--theme-default);
}
.ql-snow .ql-toolbar .ql-picker-label.ql-active {
  color: var(--theme-default);
}
.ql-snow .ql-toolbar .ql-picker-item:hover {
  color: var(--theme-default);
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: var(--theme-default);
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(1, 93, 190, 0.04);
  border-color: #cccccc;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--theme-default);
}

.ecommerce-widget.shadow-none {
  border: 1px solid rgba(106, 113, 133, 0.2);
}

.wizard-4 ul.anchor li .done h5 {
  color: #232323;
}

.link-light {
  color: rgba(106, 113, 133, 0.2) !important;
  text-decoration-color: rgba(106, 113, 133, 0.2) !important;
}

.link-underline-light {
  text-decoration-color: rgba(106, 113, 133, 0.2) !important;
}

.ace-monokai .ace_print-margin {
  background: transparent !important;
}

#draggableMultiple .ui-sortable-handle .card {
  cursor: move;
}

.tilt-showcase .sub-title {
  border-bottom: 0 !important;
}
.tilt-showcase pre {
  padding: 12px;
  margin-top: 7px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.animated-dropfile #top {
  margin-top: 20px;
}
.animated-dropfile .btn-container {
  border-radius: 5px;
  line-height: 0;
  margin: 34px 0;
}
.animated-dropfile .imgupload {
  color: var(--chart-text-color);
  font-size: 50px;
}
.animated-dropfile #namefile {
  color: var(--chart-text-color);
}
.animated-dropfile h4 > strong {
  color: #e53344;
}
.animated-dropfile .imgupload.ok {
  display: none;
  color: #61AE41 !important;
}
.animated-dropfile .imgupload.stop {
  display: none;
  color: #e53344 !important;
}
.animated-dropfile #fileup {
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  width: 200px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 34px;
  height: 35px;
}
.animated-dropfile #submitbtn {
  padding: 5px 50px;
  display: none;
}
.animated-dropfile #fakebtn {
  padding: 5px 40px;
}
.animated-dropfile #sign {
  color: #1E2832;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 0px #1E2832;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.animated-dropfile #sign:hover {
  color: #1E2832;
  text-shadow: 0px 0px 5px #1E2832;
}

div.dt-button-collection {
  width: 170px;
  z-index: 1;
}

.cke_editable:focus {
  outline: 0;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/**=====================
     62. Responsive CSS Start
==========================**/
/* ========= min and max scss for 1200 to 1366 screen ========= */
@media (max-width: 1800px) {
  .todo-wrap .todo-list-body .task-container div.d-flex {
    min-width: 240px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .caller-img {
    display: none;
  }
}
@media screen and (max-width: 1660px) {
  .photos ul li {
    width: 26%;
  }
  .bar-chart canvas {
    width: 100% !important;
  }
  .chat-box .chat-history .call-icons ul li {
    border: 1px solid #9B9B9B;
  }
  .chat-box .chat-history .total-time h2 {
    color: #9B9B9B;
  }
  .chat-box .chat-history .call-content .btn {
    width: auto;
    margin: 0 auto;
  }
  .chat-box .chat-history .call-content > div {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
    width: 100%;
    padding: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 25px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 440px;
  }
  .chat-box .people-list ul {
    max-height: 450px;
    overflow: auto;
  }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 625px;
  }
  .call-chat-body .chat-box .people-list ul {
    max-height: 550px;
    overflow: auto;
  }
  .caller-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 15px;
  }
  .caller-img img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .page-wrapper.horizontal-wrapper.material-type .page-header {
    max-width: 1320px;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .sidebar-wrapper,
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .page-body {
    max-width: 1320px;
  }
  .blog-sidebar .blog-follow li {
    margin: 0px !important;
  }
  .blog-sidebar .blog-follow li i {
    padding: 8px;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
    margin-right: 10px;
  }
}
@media (max-width: 1470px) {
  .basic_table .table-responsive .table tbody tr td:nth-child(n+2) {
    min-width: 180px;
  }
  .signal-table.table-responsive .table tbody tr td:nth-child(n+2) {
    min-width: 240px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1200px) {
  .xl-60 {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .xl-100 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .xl-23 {
    max-width: 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  .xl-25 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .xl-30 {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .xl-40 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .xl-4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .default-dashboard .xl-none {
    display: none;
  }
}
@media (max-width: 1280px) {
  .img-gallery-set1,
  .img-gallery-set5 {
    display: none;
  }
  .box-layout.page-wrapper.horizontal-wrapper .page-header {
    padding-left: unset;
    max-width: unset;
    left: unset;
  }
  .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: unset;
  }
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .step-progress-wrapper ul li {
    margin: 0 5px;
  }
  .step-progress-wrapper ul li .p-step::after {
    width: 120px;
  }
  .docs-buttons,
  .docs-toggles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #circlechart {
    margin: 30px 0;
  }
  .badge-heading h1,
  .badge-heading h2,
  .badge-heading h3,
  .badge-heading h4,
  .badge-heading h5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .blog-detail-page .blog-detail .card-body .blog-share {
    top: 40px;
  }
  .email-wrap.bookmark-wrap .email-left-aside .card-body {
    padding: 15px;
  }
  .overlay-card {
    height: 160px;
  }
  .overlay-card .overlay {
    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;
  }
  .overlay-card .overlay .overlay-heading {
    margin-bottom: 8px;
  }
  .kanban-container .kanban-box .d-flex:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flot-chart-container-small {
    height: 227px;
  }
  .call-chat-sidebar {
    max-width: 262px;
  }
  .product-box .product-details {
    padding: 15px;
  }
  .product-box .product-details p {
    margin-bottom: 10px;
  }
  .file-manager .folder .folder-box p span {
    float: unset;
    display: block;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .browser-widget .media-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .browser-widget img {
    height: 50px;
  }
  .blog-page .blog-box.blog-shadow {
    height: 455px;
  }
  .blog-page .blog-box.blog-shadow img {
    height: 455px;
  }
  .blog-box .blog-details .blog-social {
    margin-top: 12px;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 8px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 8px;
  }
  .blog-box.blog-list .blog-details {
    margin: 10px;
  }
  .flot-chart-container {
    height: 130px;
  }
  .custom-card .card-profile img {
    height: 115px;
  }
  .custom-card .profile-details h4 {
    font-size: 18px;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 24px;
  }
  .custom-card .card-footer > div h3 {
    font-size: 18px;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex {
    display: block !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex .media-size-email {
    width: 100%;
    text-align: center;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex .flex-grow-1 {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px;
  }
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px;
  }
  .email-wrap .email-right-aside .email-body .email-top .float-right {
    display: none !important;
  }
  .email-wrap .email-right-aside .email-body .email-top h5 {
    padding: 13px 0;
  }
  .email-wrap .email-right-aside .email-body .inbox {
    max-height: 668px;
    overflow: auto;
  }
  .email-wrap .email-right-aside .email-body .inbox .d-flex {
    padding: 15px;
  }
  .email-wrap .email-right-aside .email-body .inbox .d-flex .media-size-email .me-3 {
    margin-right: 10px !important;
  }
  .email-wrap .email-right-aside .email-body .inbox .flex-grow-1 h4 {
    font-size: 16px;
  }
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%;
  }
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0;
  }
  .crm-activity {
    height: 291px;
    overflow-y: auto;
  }
  .crm-activity .d-flex .flex-grow-1 .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chat-body {
    padding: 10px;
  }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
  }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chat-box .chat-history .call-icons ul li {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .chat-box .user-image {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px;
  }
  .chat-box .about {
    margin-top: 0;
  }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 6;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-box .chat-menu .user-profile .image .avatar img {
    width: 100px;
    height: 100px;
  }
  .chat-box .chat-menu .user-profile .image .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .browser-widget .media-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .browser-widget img {
    height: 50px;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex {
    display: block;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex .media-size-email {
    width: 100%;
    text-align: center;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar .d-flex .flex-grow-1 {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px;
  }
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px;
  }
  .email-wrap .email-right-aside .email-body .email-top .float-right {
    display: none !important;
  }
  .email-wrap .email-right-aside .email-body .email-top h5 {
    padding: 13px 0;
  }
  .email-wrap .email-right-aside .email-body .inbox {
    max-height: 668px;
    overflow: auto;
  }
  .email-wrap .email-right-aside .email-body .inbox .d-flex {
    display: block;
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .inbox .d-flex .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-right-aside .email-body .inbox .flex-grow-1 {
    text-align: start;
  }
  .email-wrap .email-right-aside .email-body .inbox .flex-grow-1 h6 {
    font-size: 14px;
  }
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%;
  }
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0;
  }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 181px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
}
@media only screen and (max-width: 1366px) {
  .bookmark-wrap .task-sidebar {
    height: auto;
  }
  .btn-radio .btn-group .btn {
    padding: 4px 8px;
  }
  .grid-options ul li:last-child {
    display: none;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 25%;
  }
  .cart .qty-box {
    width: 40%;
  }
  .alert-dismissible strong ~ p {
    display: inline;
  }
  .map-js-height {
    height: 350px;
  }
  .chat-right-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 364px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
    margin-top: -30px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box .message {
    width: 100%;
    padding: 15px;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 20px;
  }
  .chat-box .chat-history .receiver-img img {
    height: 150px;
  }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 565px;
  }
  .equal-height-xl {
    height: 517px;
  }
  .authentication-main .auth-innerright {
    background-size: cover;
  }
  .grp-btns {
    display: inline-block;
  }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }
  .page-builder .btn-group {
    display: inline-block;
    margin-bottom: 10px;
  }
  .page-builder .btn-grid {
    margin-bottom: 15px;
    margin-right: 0px;
    border-right: none;
    display: inline-block;
  }
  .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px;
  }
  .ecommerce-widget .total-num {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .support-ticket-font .total-num {
    font-size: 22px;
  }
  .order-history table.dataTable.table thead th {
    padding-right: 50px;
  }
  .custom-card {
    padding: 15px;
  }
  .custom-card .card-social li a {
    padding: 12px;
  }
  .map-chart .chart-container {
    height: 300px;
  }
  .speed-chart .chart-container {
    height: 250px;
    margin-top: -40px;
    margin-bottom: 100px;
  }
  .candidcahrt {
    height: 360px;
  }
  .status-details h3 {
    font-size: 18px;
  }
  .chart-widget-top .total-value {
    font-size: 20px;
  }
  .status-widget .card-body {
    padding: 10px;
  }
  .browser-widget .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .browser-widget .d-flex .flex-grow-1 h3 {
    font-size: 20px;
  }
  .browser-widget .d-flex .flex-grow-1 p {
    margin-bottom: 2px;
  }
  .browser-widget .d-flex .flex-grow-1 h4 {
    font-size: 20px;
  }
  .testimonial i {
    font-size: 46px;
  }
  .testimonial p {
    margin-top: 20px;
  }
  .redial-social-widget {
    width: 125px;
    height: 125px;
  }
  .redial-social-widget i {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }
  .chat-body {
    padding: 10px;
  }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
  }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chat-box .chat-history .call-icons ul li {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .chat-box .user-image {
    width: 45px;
    height: 45px;
  }
  .chat-box .about {
    margin-top: 0;
  }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 6;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 455px;
    overflow-y: auto;
  }
  .chat-box .chat-menu .user-profile {
    margin-top: 0;
  }
  .chat-box .chat-menu .user-profile .image .avatar img {
    width: 100px;
    height: 100px;
  }
  .chat-box .chat-menu .user-profile .image .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .chat-box .chat-menu .user-profile .user-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .chat-box .chat-menu .user-profile .user-content h5 {
    margin: 20px 0;
  }
  .chat-box .chat-menu .user-profile .user-content hr {
    margin: 20px 0;
  }
  .chat-box .chat-menu .user-profile .follow .follow-num {
    font-size: 20px;
  }
  .mega-menu .onhover-show-div {
    left: 164px;
  }
  .img-cropper .docs-toggles {
    margin-top: 8px;
  }
  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px;
  }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px;
  }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 67px !important;
  }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 67px !important;
  }
  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .page-wrapper.horizontal-wrapper.material-type .page-header {
    max-width: 1140px;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .sidebar-wrapper,
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .page-body {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-filter {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .blog-filter .md-sidebar-aside {
    height: 800px;
    overflow: auto;
  }
  .blog-sidebar > div:last-child .card {
    margin-bottom: 0;
  }
  .heart-rating .rating-system3 {
    padding-bottom: 50px;
    padding-top: 8px;
  }
  .heart-rating .rating-system3 .rating-text {
    top: 15px;
  }
  .bookmark-wrap .email-left-aside .left-bookmark .custom-scrollbar {
    max-height: 360px;
    overflow: auto;
  }
  .bookmark-wrap.todo-wrap .email-left-aside .left-bookmark .custom-scrollbar {
    max-height: 300px;
  }
  .md-sidebar .md-sidebar-toggle {
    display: block;
  }
  .md-sidebar .md-sidebar-aside {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    width: 280px;
  }
  [dir=rtl] .md-sidebar .md-sidebar-aside {
    left: unset;
    right: 0;
  }
  .md-sidebar .md-sidebar-aside.open {
    opacity: 1;
    visibility: visible;
  }
  .md-sidebar .job-sidebar {
    background-color: var(--white);
    padding: 20px;
  }
  .md-sidebar .job-sidebar .faq-accordion.default-according {
    margin-bottom: 0;
  }
  .md-sidebar .job-sidebar .faq-accordion.default-according .row > div:last-child .card {
    margin-bottom: 0;
  }
  .row.learning-block > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .file-sidebar {
    padding-right: 12px;
  }
  [dir=rtl] .file-sidebar {
    padding-right: 0;
  }
  .col-xl-7.b-center.bg-size {
    top: 0;
    height: 100vh;
    opacity: 0.5;
    position: fixed;
  }
  .login-card {
    background: transparent;
  }
  .knowledgebase-bg {
    height: 400px;
  }
  .knowledgebase-search .form-inline {
    width: 400px;
    padding: 7px 45px;
  }
  .knowledgebase-search .form-inline svg {
    top: 12px;
  }
  .btn-group .btn {
    padding: 0.375rem 1.25rem;
  }
  .link-section > div.active > h6:before {
    content: "\f107";
    -webkit-transition: content 0.3s ease;
    transition: content 0.3s ease;
  }
  .link-section > div > h6 {
    position: relative;
  }
  .link-section > div > h6:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    font-size: 18px;
    -webkit-transition: content 0.3s ease;
    transition: content 0.3s ease;
  }
  .alert-theme {
    min-width: 420px;
  }
  .mega-menu-header .header-wrapper .vertical-mobile-sidebar {
    display: block;
    margin-right: 15px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right {
    position: unset;
    padding: 0;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important;
  }
  .page-wrapper .page-header .header-wrapper .mobile-sidebar .switch-sm .switch {
    margin-top: 6px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    text-align: unset;
    padding: 14px 20px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .toggle-sidebar {
    top: 23px;
    right: 20px;
    border: 0;
    background-color: transparent;
    padding: 0;
  }
  [dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .toggle-sidebar {
    right: unset;
    left: 20px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .toggle-sidebar .sidebar-toggle {
    stroke: #fff;
  }
  .photos ul li {
    width: auto;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .user-profile .hovercard .user-image .share-icons {
    position: absolute;
    right: 45px;
    top: -22px;
  }
  .user-profile .hovercard .user-image .share-icons li {
    color: #fff;
    font-size: 25px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 40px;
    height: 40px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon i {
    font-size: 18px;
  }
  .lg-mt-col {
    margin-top: 30px;
  }
  .lg-mt {
    margin-top: 30px;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 32%;
  }
  .debit-card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .typography .row div + div {
    margin-top: 30px;
  }
  .flot-chart-container {
    height: 200px;
  }
  .img-cropper #putData {
    margin-bottom: 10px;
  }
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0;
  }
  .error-wrapper .maintenance-icons li i {
    color: #f5f5f5;
    font-size: 40px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px;
  }
  div.dataTables_wrapper div.dataTables_paginate ~ .dataTables_filter {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .jvector-map-height {
    height: 280px;
  }
  .blog-list .blog-details p {
    margin-bottom: 5px;
  }
  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px;
  }
  .equal-height-lg {
    min-height: unset !important;
  }
  .mega-menu .onhover-show-div {
    height: 435px;
    overflow-x: scroll;
    left: 215px;
  }
  .mega-menu .mega-bg {
    display: none;
  }
  .mega-menu .lg-mt {
    margin-top: 25px;
  }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }
  .blog-single .comment-box ul .comment-social {
    margin-left: 0;
  }
  [dir=rtl] .blog-single .comment-box ul .comment-social {
    margin-left: unset;
    margin-right: 0;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 50px;
    margin-top: -15%;
    margin-bottom: 0px;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    margin-top: -25px;
  }
  .testimonial p {
    margin-top: 17px;
  }
  .browser-widget {
    padding: 0px;
  }
  .browser-widget img {
    height: 50px;
  }
  .browser-widget .d-flex .flex-grow-1 h4 {
    font-size: 17px;
  }
  .browser-widget .d-flex .media-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .crm-overall .overall-chart {
    height: 200px;
  }
  .product-table table.dataTable thead > tr > th {
    padding-right: 50px;
  }
  .chat-menu-icons {
    display: block;
    clear: both;
  }
  .chat-menu {
    right: 0;
    border-top: 1px solid rgba(106, 113, 133, 0.2);
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    visibility: hidden;
    top: 60px;
    position: absolute !important;
    z-index: 3;
    background-color: #fff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .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;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 444px;
    overflow-y: auto;
  }
  .chat-box .btn-lg {
    font-size: 12px;
  }
  .chat-box .people-list ul {
    height: auto;
  }
  .chat-box .chat-right-aside .chat .chat-header {
    height: auto;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 19px;
  }
  .chat-box .chat-right-aside .chat .chat-message {
    margin: 0;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 25px;
  }
  .chat-box .chat-history .row .col-sm-7 {
    padding-right: 0;
  }
  .chat-box .border-tab.nav-tabs {
    width: 100%;
  }
  .chat-box .border-tab.nav-tabs .nav-item {
    margin-right: 5px;
  }
  .chat-box .chat-history .call-content > div {
    padding-top: 70px;
  }
  .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important;
  }
  .chat-right-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden;
  }
  .call-chat-body .chat-box {
    overflow: auto;
    height: auto;
  }
  .email-wrap .email-right-aside .email-body .b-r-light {
    border-right: none !important;
  }
  .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-right: 15px;
  }
  .email-wrap .row .col-xl-6 {
    padding-left: 15px;
  }
  .icon-lists div {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .like-comment-lg-mb {
    margin-bottom: 12px;
  }
  .ribbon-space-bottom {
    top: 9px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important;
  }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 95px !important;
  }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 95px !important;
  }
  .profile-img-style #aniimated-thumbnials-3 {
    text-align: center;
  }
  .vertical-menu-mt {
    margin-top: 80px !important;
  }
  .calendar-wrap .fc-day-grid-event {
    width: 87%;
  }
  .product-page-main .product-page-details h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .kanban-container .kanban-box .d-flex:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jkanban-container .kanban-container .kanban-board {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(33.3333333333% - 20px) !important;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-header {
    max-width: 930px;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .sidebar-wrapper,
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .page-body {
    max-width: 930px;
  }
  .page-wrapper.compact-wrapper .page-header {
    margin-left: 71px;
    width: calc(100% - 71px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-left: 71px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper footer.footer {
    margin-left: 71px;
  }
}
@media only screen and (max-width: 991.98px) {
  .wishlist table tbody tr td:last-child {
    min-width: 160px;
  }
  .wishlist table tbody tr td.total-amount {
    min-width: 125px;
  }
  .kanban-board {
    width: calc(50% - 30px) !important;
  }
  .bookmark-wrap .email-left-aside .left-bookmark .custom-scrollbar {
    max-height: 320px;
    overflow: auto;
  }
  .todo-list-wrapper #todo-list li .task-container .task-label {
    min-width: 460px;
  }
  .project-cards .tab-content {
    margin-bottom: -20px;
  }
  .project-box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .page-wrapper.modern-type .simplebar-mask {
    top: 70px;
  }
  .page-wrapper.compact-sidebar .simplebar-mask {
    top: 87px;
  }
  .page-wrapper.compact-sidebar .page-header {
    margin-left: 0;
    width: calc(100% - 0px);
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links li .sidebar-link.active ~ .sidebar-submenu {
    display: none !important;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper .page-body {
    margin-top: 60px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu {
    top: 65px;
  }
  .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
    position: fixed !important;
    top: 0 !important;
  }
  .product-box .modal .modal-header .product-box .product-details {
    padding: 15px;
  }
  .search-form .form-group:before {
    top: 33px;
  }
  .search-form .form-group:after {
    top: 35px;
  }
  .mobile-title.d-none {
    padding: 11px 30px 10px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    top: 50px;
  }
  .page-wrapper .page-header .header-wrapper .search-full input {
    line-height: 50px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    top: 20px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
    top: 18px;
  }
  .page-wrapper .current_lang .lang span.lang-txt {
    display: none;
  }
  .customizer-contain {
    top: 62px;
  }
  .card.full-card {
    top: 60px;
    width: calc(100vw - 0px);
  }
  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px;
  }
  .gallery {
    margin-bottom: -20px;
  }
  .my-gallery figure {
    margin-bottom: 20px;
  }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 20px;
  }
  .photoswipe-pb-responsive {
    padding-bottom: 25px !important;
  }
  table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
    left: 0 !important;
    width: 100% !important;
    max-width: unset !important;
  }
  table.dataTable.fixedHeader-locked tr, table.dataTable.fixedHeader-floating tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.dataTable.fixedHeader-locked tr th, table.dataTable.fixedHeader-floating tr th {
    padding: 4px !important;
    min-width: 92px !important;
  }
  table.dataTable.fixedHeader-locked tr th::after, table.dataTable.fixedHeader-locked tr th::before, table.dataTable.fixedHeader-floating tr th::after, table.dataTable.fixedHeader-floating tr th::before {
    bottom: 4px !important;
  }
  .page-wrapper .section-space {
    padding: 60px 0;
  }
  .page-wrapper .card .card-header .tab-content .m-t-30,
  .page-wrapper .card .card-body .tab-content .m-t-30,
  .page-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important;
  }
  .page-wrapper .card .card-header .tab-content .m-b-30,
  .page-wrapper .card .card-body .tab-content .m-b-30,
  .page-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important;
  }
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px) !important;
  }
  .page-wrapper.compact-wrapper .page-header {
    margin-left: 0 !important;
    width: calc(100% - 0px) !important;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .maximize {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .header-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-nav {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    top: 0;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    -webkit-transform: translate(-285px);
            transform: translate(-285px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
    display: inline-block;
    float: right;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 100px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    -webkit-transform: translate(-285px);
            transform: translate(-285px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: unset;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding: 0 15px;
    margin-top: 65px;
  }
  .page-wrapper.compact-sidebar .page-header .header-wrapper .maximize {
    display: none;
  }
  .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
    display: none;
    margin-right: 0;
  }
  .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper {
    margin: 0 !important;
  }
  .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    display: block;
  }
  .page-wrapper.material-icon .page-header {
    padding-left: 0;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-body {
    padding-left: 15px;
  }
  .page-wrapper .page-header .header-wrapper {
    margin: 0;
    padding: 12px 30px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification {
    top: 10px;
  }
  .page-wrapper .page-header .header-wrapper > .mobile-toggle {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-wrapper .page-header .header-wrapper .header-logo-wrapper {
    margin-right: 0;
  }
  .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
    margin-top: 0;
  }
  .page-body-wrapper .page-body,
  .page-body-wrapper footer {
    margin-left: 0 !important;
  }
  .page-body-wrapper .page-body #customer-review .owl-stage-outer,
  .page-body-wrapper footer #customer-review .owl-stage-outer {
    width: 100% !important;
  }
  .default-according .card {
    margin-bottom: 10px !important;
  }
  .default-according .card .card-header {
    padding: 0 !important;
  }
  .faq-wrap .faq-accordion.default-according .card .faq-header {
    padding: 20px 20px 0 !important;
  }
  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
  .add-post .dropzone {
    margin-bottom: 20px;
  }
  .customers.avatar-group {
    margin-right: 20px;
  }
  .socialprofile .social-btngroup {
    margin: 20px 0;
  }
  .socialprofile .social-group {
    margin-top: 20px;
  }
  .social-status form .form-group .form-control-social {
    margin-bottom: 20px;
  }
  .social-status .d-flex {
    margin-bottom: 20px;
  }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 20px;
  }
  .social-chat {
    margin-top: 20px;
  }
  .social-chat .flex-grow-1 {
    padding: 20px;
  }
  .social-chat .your-msg,
  .social-chat .other-msg {
    margin-bottom: 20px;
  }
  .social-network span {
    margin-bottom: 20px;
  }
  .details-about + .details-about {
    margin-top: 20px;
  }
  .activity-log .my-activity + .my-activity {
    margin-top: 20px;
  }
  .new-users-social {
    margin-bottom: 20px;
  }
  .helper-classes {
    padding: 20px;
  }
  .floated-customizer-btn,
  .floated-customizer-panel {
    display: none;
  }
  .page-builder .ge-canvas.ge-editing .row {
    padding: 20px;
  }
  .ecommerce-widget .progress-showcase {
    margin-top: 20px;
  }
  .crm-overall {
    margin: 0 -20px -20px;
  }
  .product-page-main {
    padding: 20px;
  }
  .grid-options ul li:nth-child(3) {
    display: none;
  }
  .feature-products form .form-group i {
    right: 20px;
  }
  .tilt-showcase .tilt-image {
    text-align: center;
  }
  .tilt-showcase .mt-4 {
    margin-top: 20px !important;
  }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 20px;
    right: 20px;
  }
  .custom-card {
    padding-bottom: 0;
  }
  .custom-card .card-footer {
    padding: 0 15px 15px 15px !important;
  }
  .custom-card .card-header {
    border: none;
  }
  .custom-card .dashboard-card {
    padding: 0;
  }
  .custom-card .card-profile img {
    height: 155px;
  }
  .display-1 {
    font-size: calc(30px + 34 * (100vw - 320px) / 880);
  }
  .display-2 {
    font-size: calc(25px + 31 * (100vw - 320px) / 880);
  }
  .display-3 {
    font-size: calc(20px + 20 * (100vw - 320px) / 880);
  }
  .display-4 {
    font-size: calc(18px + 15 * (100vw - 320px) / 880);
  }
  .display-5 {
    font-size: calc(16px + 12 * (100vw - 320px) / 880);
  }
  .display-6 {
    font-size: calc(14px + 8 * (100vw - 320px) / 880);
  }
  /*Form Wizard One start*/
  /*Form Wizard One ends*/
  /*Form Wizard Three Start*/
  /*Form Wizard Three ends*/
  /*Form Wizard Four Start*/
  /*Form Wizard Four ends*/
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h1 {
    font-size: calc(16px + 18 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h2 {
    font-size: calc(18px + 12 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h3 {
    font-size: calc(17px + 5 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h4 {
    font-size: calc(15px + 5 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h5 {
    font-size: calc(13px + 5 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  .typography .h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 1200px) {
  .typography .h6 {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: calc(20px + 14 * (100vw - 320px) / 880);
  }
  h2 {
    font-size: calc(18px + 10 * (100vw - 320px) / 880);
  }
  h3 {
    font-size: calc(17px + 9 * (100vw - 320px) / 880);
  }
  .card-absolute .card-header {
    padding: 8px 10px !important;
  }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px;
  }
  .calendar-wrap .basic-calendar .external-events .fc-event + .fc-event {
    margin-top: 10px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .card .card-header h5 {
    font-size: 18px;
  }
  .page-builder .ge-addRowGroup {
    width: 100%;
  }
  .user-profile .hovercard .info .user-designation {
    margin-bottom: 20px;
  }
  .search-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-single .comment-box .comment-social li {
    padding-left: 15px;
  }
  .error-wrapper {
    padding: 35px 0;
  }
  .error-wrapper .sub-content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
  }
  .error-wrapper .error-heading {
    margin-top: 30px;
  }
  .error-wrapper .error-heading .headline {
    font-size: 180px;
    margin-top: 0;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .editor_container .CodeMirror {
    min-height: 250px;
    height: 250px;
  }
  .search-page .info-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important;
  }
  .top-radius-blog {
    width: 100%;
  }
  .sm-100-w {
    width: 100%;
    height: 100%;
  }
  .form-wizard .btn-mb {
    margin-bottom: 20px;
  }
  .f1 .f1-steps {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wizard-4 ul.anchor {
    padding-right: 20px;
    width: 40%;
  }
  .wizard-4 ul.anchor li a.done h4:before {
    top: -8px;
  }
  .wizard-4 ul.anchor li h4 {
    padding: 11px 18px;
    width: 50px;
  }
  .wizard-4 ul.anchor li + li a {
    padding-left: 65px;
  }
  [dir=rtl] .wizard-4 ul.anchor li + li a {
    padding-right: 65px;
  }
  .wizard-4 .step-container {
    width: 60%;
  }
  .wizard-4 .step-container div.content .wizard-title {
    width: 380px;
  }
  .wizard-4 .login-card .login-main {
    width: 380px;
  }
  .wizard-4 .msg-box {
    top: 25px !important;
  }
  .border-tab.nav-tabs {
    margin-bottom: 20px;
  }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 20px;
  }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important;
  }
  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px;
  }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px;
  }
  .lg-mt {
    margin-top: 20px;
  }
  .gallery-with-description {
    margin-bottom: -20px;
  }
  .gallery-with-description a > div {
    margin-bottom: 20px;
  }
  .clipboaard-container p {
    margin-bottom: 8px;
  }
  .m-b-30 {
    margin-bottom: 20px !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar ul li hr {
    margin: 13px 0;
  }
  .nav-md-mt {
    margin-top: 20px;
  }
  .navs-icon {
    padding: 20px;
  }
  .navs-icon .main-section {
    padding-top: 20px;
  }
  .navs-icon .separator {
    margin: 20px 0;
  }
  .nav-list {
    padding: 20px;
  }
  .navs-dropdown button {
    margin-top: 20px;
  }
  .navs-dropdown .onhover-show-div {
    top: 68px;
  }
  .animated-modal .form-group {
    width: 100%;
    display: block;
  }
  .animated-modal .mr-4 {
    margin-right: 0 !important;
  }
  .steps-md-mt {
    margin-top: 20px;
  }
  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important;
  }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px;
  }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 20px;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
    margin-right: 5px;
  }
  .wizard-4 .msg-box {
    top: 40px;
    right: 10px;
    bottom: unset;
    left: unset;
  }
  .theme-form.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .social-app-profile.user-profile .hovercard .info .desc {
    font-size: 13px;
  }
  .page-wrapper.compact-wrapper.material-type::before {
    height: 230px;
  }
  .page-wrapper.compact-wrapper.material-type .page-header {
    width: calc(100% - 60px) !important;
    margin: 50px auto 0 !important;
  }
  .page-wrapper.compact-wrapper.material-type .page-body-wrapper {
    margin: 0 30px;
  }
  .page-wrapper.compact-wrapper.material-type .page-body-wrapper div.sidebar-wrapper {
    left: 0;
  }
  .page-wrapper.compact-wrapper.material-type .page-body-wrapper .page-body {
    margin-top: 0;
  }
}
@media only screen and (max-width: 810px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li .profile-media .flex-grow-1 {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-detail-page .blog-detail .card-body .blog-share {
    top: 40px;
  }
  .main-scrollspy .navbar-scrollspy .navbar .navbar-brand img {
    width: 90px;
  }
  .tabs-scoial.border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-scrollspy .custom-scrollspy-section .common-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-scrollspy .custom-scrollspy-section .main-project .attendance-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-scrollspy .custom-scrollspy-section .main-project .attendance-card .right-overview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 10px;
  }
  .kanban-board {
    width: calc(100% - 30px) !important;
  }
  .page-wrapper .page-header .header-wrapper {
    padding: 12px 20px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 5px 7px;
    margin-right: 8px;
  }
  [dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    margin-left: 8px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li.profile-nav .profile-media img {
    width: 35px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    top: 42px;
  }
  .page-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding: 5px 7px;
    top: -16px;
    right: -37px;
  }
  [dir=rtl] .page-wrapper .page-header .header-wrapper .toggle-sidebar {
    right: unset;
    left: -37px;
  }
  .page-wrapper .page-body-wrapper .page-title {
    padding: 22px 20px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 58px;
  }
  .wizard-4 ul.anchor {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .wizard-4 .step-container {
    width: 100%;
  }
  .contact-editform {
    padding-left: 20px !important;
  }
  .event-calendar {
    display: block !important;
  }
  .event-calendar #right {
    width: 100%;
  }
  .event-calendar #calendar {
    clear: both;
  }
  .file-content .d-md-flex {
    text-align: center;
  }
  .file-content .d-md-flex .flex-grow-1 {
    margin-top: 15px;
    text-align: center !important;
  }
  .page-wrapper.material-type::before {
    display: none;
  }
  .page-wrapper.material-type .page-header {
    margin-top: 0;
    border-radius: 0;
  }
  .page-wrapper.material-type .page-body-wrapper .page-body {
    margin-top: 0 !important;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right > ul > li {
    margin-right: -2px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right .nav-menus {
    margin-right: -10px;
  }
  .new-products .owl-carousel .product-box.row > div {
    width: auto;
  }
  .profile-media .flex-grow-1 {
    display: none;
  }
  .form-inline .form-group:not(.form-control-search) {
    width: 100%;
  }
  .form-inline .form-group:not(.form-control-search) + .form-group {
    margin-top: 10px;
  }
  .form-inline .form-group:not(.form-control-search) input {
    width: 100%;
  }
  .credit-card .text-center img {
    margin-bottom: 20px;
  }
  .starter-kit-fix .page-body {
    margin-bottom: 78px;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 25px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 25px;
  }
  .footer-copyright ~ div {
    text-align: center;
  }
  .footer-copyright ~ div .heart {
    text-align: center;
  }
  .user-profile .hovercard .user-image .share-icons {
    right: 25px;
    top: -19px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 35px;
    height: 35px;
  }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px;
  }
  .project-list .btn {
    float: left;
    margin-top: 5px;
  }
  [dir=rtl] .project-list .btn {
    float: right;
    margin-right: unset;
    margin-left: 5px;
  }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
    font-size: 0;
  }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn:before {
    position: absolute;
    content: "\e661";
    font-family: themify;
    font-size: 18px;
    top: 11px;
    left: 20px;
  }
  .chat-box .border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chat-box .chat-menu .nav-tabs .nav-item a {
    height: 50px;
  }
  .chat-box .chat-history .call-content > div {
    padding-top: 40px;
    height: auto;
  }
  .chat-box .chat-history .receiver-img {
    margin-bottom: unset;
  }
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .call-chat-sidebar .people-list {
    height: auto;
  }
  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important;
  }
  .clockpicker-align-top .arrow {
    display: none;
  }
  .form-builder-column .form-body {
    min-height: 250px;
  }
  .form-builder-2-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-builder-2-header > div {
    width: 100%;
    margin-top: 10px;
  }
  .form-builder-2-header > div nav {
    float: none;
  }
  .lg-mt-col {
    margin-top: 20px;
  }
  .form-builder .drag-box fieldset {
    padding: 20px;
    margin-top: 20px;
  }
  .form-builder #components {
    margin-top: 20px;
  }
  .form-builder .component label {
    padding-top: 0px;
  }
  .mega-menu .onhover-show-div {
    height: 415px;
    left: 0;
    top: 61px;
    padding: 20px;
  }
  .mega-menu .lg-mt {
    margin-top: 15px;
  }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px 0 0 10px;
  }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer > a {
    padding: 0 5px;
  }
  .reader {
    margin-top: 15px;
    height: auto !important;
  }
  .range-slider.theme-form .form-group {
    margin-bottom: 0;
  }
  .note-editor .btn-group .btn {
    font-size: 11px;
  }
  .text-md-right {
    text-align: right;
  }
  .star-ratings .stars {
    padding: 0;
  }
  .form-inline.d-inline-block {
    display: block !important;
    width: 100%;
  }
  .form-inline.d-inline-block .form-control {
    margin-bottom: 10px;
  }
  .reset-password-box {
    width: 500px;
    margin: 0 auto;
  }
  .reset-password-box .card {
    padding: 20px;
  }
  .custom-card .card-profile img {
    height: 136px;
    bottom: 0;
  }
  .error-wrapper .maintenance-icons li i {
    color: #f5f5f5;
    font-size: 30px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px;
  }
  .authentication-main .auth-innerright {
    min-height: unset;
    padding: 0;
  }
  .authentication-main .auth-innerright .social-media li {
    font-size: 14px;
  }
  .loader-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
  }
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    float: none;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
  .calendar-wrap .fc-basic-view .fc-day-number {
    padding: 0 0px !important;
  }
  .calendar-wrap .fc-events-container {
    margin-top: 0px;
  }
  .calendar-wrap .fc-events-container h6,
  .calendar-wrap .fc-events-container .checkbox {
    text-align: right;
  }
  .calendar-wrap .checkbox label {
    margin-top: 0;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after {
    font-size: 12px !important;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after {
    font-size: 12px !important;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-today-button,
  .calendar-wrap .fc-toolbar .fc-right .fc-today-button {
    padding-top: 0px !important;
  }
  .calendar-wrap .fc {
    margin-top: 0px;
  }
  .calendar-wrap .fc button {
    font-size: 14px !important;
    padding: 0 5px !important;
  }
  .calendar-wrap .fc .fc-left {
    margin-bottom: 10px;
  }
  .calendar-wrap .fc .fc-toolbar > div {
    display: block !important;
    float: none !important;
  }
  .calendar-wrap .fc .fc-toolbar > * :first-child {
    font-size: 18px;
  }
  .calendar-wrap .fc .fc-toolbar > * > * {
    float: none !important;
  }
  .btn-group-wrapper {
    text-align: center;
  }
  .btn-group-wrapper .m-b-30 {
    margin-bottom: 15px !important;
  }
  .btn-group-showcase {
    text-align: center;
  }
  .btn-group-showcase .btn-group {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.3rem;
  }
  .animate-widget .text-center {
    display: none;
  }
  .mega-menu .onhover-show-div {
    height: 350px;
  }
  .page-builder .ge-canvas .column {
    padding: 0 !important;
  }
  .page-builder .ge-content-type-ckeditor h3 {
    font-size: 20px;
  }
  .page-builder .ge-content-type-ckeditor p {
    font-size: 12px;
  }
  .page-builder .ge-row-icon {
    display: none !important;
  }
  /* font-awesom icon page */
  .icon-hover-bottom .form-group input {
    min-width: 270px;
  }
  .user-profile .hovercard .cardheader {
    height: 350px;
  }
  .user-profile .hovercard .info {
    padding: 35px;
  }
  .user-profile .hovercard .info .ttl-info {
    margin-bottom: 20px;
  }
  .user-profile .hovercard .info .ttl-sm-mb-0 {
    margin-bottom: 0;
  }
  .calendar-wrap .fc button {
    padding: 5px;
  }
  .calendar-wrap .fc-day-grid-event {
    margin: 0;
    padding: 5px;
    width: inherit;
  }
  .calendar-wrap .fc-toolbar h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
  }
  .calendar-wrap .basic-calendar .external-events {
    margin-top: 0px;
  }
  .blog-single .comment-box .d-flex h6 {
    margin-bottom: 10px;
  }
  .blog-single .comment-box .d-flex img {
    margin-right: 30px;
  }
  .blog-single .comment-box .comment-social {
    margin-bottom: 5px;
  }
  .blog-single .comment-box .comment-social li:first-child {
    padding-left: 0;
    padding-right: 15px;
  }
  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important;
  }
  .authentication-main .authentication-box {
    width: 100%;
  }
  .authentication-main .auth-innerright {
    display: inherit;
  }
  .map-chart .chart-container {
    height: 300px;
  }
  .candidcahrt {
    height: 250px;
  }
  .bar-chart-widget .earning-details i {
    right: 0;
  }
  .serial-chart .chart-container {
    height: 300px;
  }
  .bottom-content {
    padding: 10px;
  }
  .bottom-content p {
    font-size: 12px;
  }
  .icon-hover-bottom .icon-popup {
    display: block;
  }
  .icon-hover-bottom .icon-popup > .icon-last {
    display: block;
    margin-top: 15px;
  }
  .icon-hover-bottom .icon-popup > .icon-last .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto;
  }
  .icon-hover-bottom .form-group input {
    display: block;
    width: auto !important;
  }
  .footer-links {
    text-align: center;
  }
  .footer-copyright {
    text-align: center !important;
  }
  .jvector-map-height {
    height: 150px;
  }
  .sm-left-text {
    text-align: left !important;
  }
  [dir=rtl] .sm-left-text {
    text-align: right !important;
  }
  .email-wrap .email-right-aside .email-content .email-top .d-flex {
    padding-bottom: 0;
  }
  .email-wrap .email-right-aside .email-content .email-top .float-right {
    float: left !important;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li:last-child {
    padding-right: 0;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 140px;
    height: 140px;
  }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
  .button-group-mb-sm {
    margin-bottom: 5px;
  }
  .card-block .table-responsive .table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px;
  }
  .card-block .table-responsive .checkbox-td-width tbody tr td,
  .card-block .table-responsive .radio-first-col-width tbody tr td {
    min-width: 200px !important;
  }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 119px !important;
  }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 119px !important;
  }
  .jsgrid .jsgrid-pager-container {
    text-align: center;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: auto;
  }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 32.33%;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 433px;
    margin-bottom: 15px;
  }
  .chat-box .chat-menu #info-profile,
  .chat-box .chat-menu #info-contact {
    margin-bottom: 15px;
  }
  .hovercard .info .follow .text-md-right {
    text-align: center;
  }
  .profile-img-style .like-comment-sm-mb {
    margin-bottom: 20px;
  }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important;
  }
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    top: 48%;
  }
  .feature-products .filter-toggle {
    padding: 8px 15px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 5px;
  }
  .feature-products .select2-drpdwn-product {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
  [dir=rtl] .feature-products .select2-drpdwn-product {
    float: right;
    margin-right: unset;
    margin-left: 10px;
  }
  .feature-products span.f-w-500 {
    padding-top: 15px;
    display: inline-block;
  }
  .feature-products .text-right {
    text-align: left !important;
  }
  .d-none-productlist {
    display: block;
    margin-right: 10px;
  }
  .grid-options ul li {
    display: none;
  }
  .product-sidebar {
    -webkit-transform: translateX(-300px) scaleX(0);
            transform: translateX(-300px) scaleX(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0;
    position: absolute;
    z-index: 3;
    width: 300px;
  }
  .product-sidebar.open {
    -webkit-transform: translateX(0px) scaleX(1);
            transform: translateX(0px) scaleX(1);
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
            box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    visibility: visible;
    opacity: 1;
    height: auto;
    top: -45px;
  }
  .product-sidebar.open:before, .product-sidebar.open:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    right: 120px;
    top: -7px;
  }
  .product-sidebar .filter-section .card-header {
    display: none;
  }
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-left: 0;
  }
  .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
    top: unset;
    min-width: unset;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 42%;
  }
  .product-filter .product-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .product-filter .product-box .product-img {
    width: 100px;
  }
  .product-filter .product-box .product-details {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .features-faq.card .card-body,
  .features-faq.card .card-footer {
    padding: 18px;
  }
  .blog-detail-page .blog-detail .card-body .blog-share {
    display: none;
  }
  .blog-detail-page .blog-quote {
    position: relative;
    padding: 20px;
  }
  .blog-detail-page .blog-quote i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 20px;
  }
  .main-scrollspy .nested-scrollspy .scrollspy-example-2 .common-align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px !important;
  }
  .main-scrollspy .navbar-scrollspy .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 12px;
  }
  .main-scrollspy .navbar-scrollspy .navbar .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .main-scrollspy .navbar-scrollspy .navbar .navbar-brand img {
    width: 80px;
  }
  .main-scrollspy .navbar-scrollspy .navbar .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
  .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border: 1px solid rgba(106, 113, 133, 0.2) !important;
  }
  .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
    line-height: 1;
    vertical-align: -18px;
  }
  .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous a, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next a {
    display: none;
  }
  .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button a {
    padding: 2px 7px;
  }
  .alert-theme.notify-alert .close {
    height: unset;
    top: 45px !important;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-list.mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper .page-body-wrapper .page-title {
    padding: 22px 0;
    margin: 0;
  }
  .todo .todo-list-wrapper .mark-all-tasks .mark-all-tasks-container {
    display: none;
  }
  .border-tab.nav-tabs {
    display: block;
  }
  .border-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 8px 5px 0 !important;
  }
  .page-wrapper .page-header .header-wrapper .search-full input {
    padding-left: 30px;
    line-height: 40px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group::before {
    top: 14px;
    left: 12px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    top: 18px;
    right: 0;
    width: 18px;
    height: 18px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right {
    right: 30px;
  }
  .date-picker .theme-form > .row > div:last-child {
    margin-top: 0;
  }
  .search-page .info-block {
    display: block;
  }
  .form-bookmark .row > div .row > .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }
  .btn {
    padding: 6px 16px;
  }
  .alert-theme {
    min-width: 380px;
  }
  .knowledgebase-bg {
    height: 250px;
  }
  .login-card .login-main .theme-form .or:before {
    width: 55%;
  }
  .knowledgebase-search {
    width: calc(100% - 30px);
    left: 15px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
  }
  .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;
  }
  .invoice .text-md-end {
    margin-top: 10px;
  }
  .invoice .text-right {
    text-align: right;
  }
  .invoice .text-xs-center {
    text-align: center;
  }
  .login-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .login-card .logo {
    margin-bottom: 10px;
  }
  .login-card .login-main {
    width: auto;
    padding: 20px;
  }
  .login-card .login-main .theme-form .form-group {
    margin-bottom: 5px;
  }
  .login-card .login-main .theme-form p {
    margin-bottom: 5px;
  }
  .login-card .btn-showcase .btn {
    width: 100%;
  }
  .login-card .btn-showcase .btn + .btn {
    margin-left: 0;
    margin-top: 5px;
  }
  .bookmark ul li a svg {
    height: 16px;
    width: 16px;
  }
  .bookmark ul li + li {
    margin-left: 5px;
  }
  .page-header .header-wrapper .nav-right .cart-box .badge,
  .page-header .header-wrapper .nav-right .notification-box .badge {
    font-size: 10px;
  }
  .page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child {
    display: block;
  }
  .page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child h3 {
    padding-right: 0;
  }
  .page-wrapper .page-header .header-wrapper .nav-right ul li i {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right ul li svg {
    width: 18px;
  }
  .page-wrapper .page-body-wrapper .page-title .breadcrumb {
    margin-top: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper, .page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper {
    display: none;
  }
  .page-wrapper.compact-sidebar .sidebar-wrapper .back-btn {
    display: none;
  }
  .page-wrapper.compact-sidebar .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li {
    margin-right: 0;
  }
  .page-wrapper .page-header .header-wrapper {
    padding: 12px 15px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul {
    top: 58px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul .search-form i {
    display: none;
  }
  .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li.px-0 {
    padding: 6px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .flag-icon {
    font-size: 14px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .profile-media img {
    width: 25px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown.onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown.onhover-show-div:after {
    left: 24px !important;
    right: unset !important;
  }
  .page-wrapper .page-body-wrapper .page-title .btn-group .btn {
    padding: 8px 30px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 53px;
    padding: 0;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 79px);
  }
  .alert-dismissible {
    padding-right: 30px;
  }
  .alert-dismissible p {
    max-width: 102px;
  }
  .customizer-links {
    display: none;
  }
  .wishlist .text-end {
    text-align: left !important;
  }
  .add-post .dropzone {
    margin-bottom: 15px;
  }
  .wizard-4 .msg-box {
    top: 10px !important;
  }
  .wizard-4 .login-card .login-main {
    width: 280px;
  }
  .wizard-4 .step-container div.content .wizard-title {
    width: 280px;
  }
  .wizard-4 .action-bar {
    right: 10px;
  }
  .wizard-4 .action-bar [dir=rtl] {
    left: 10px;
  }
  .customers.avatar-group {
    margin-right: 15px;
  }
  .vertical-mobile-sidebar {
    top: 19px;
  }
  .alert-theme i {
    margin-right: 10px !important;
  }
  .alert-theme button {
    top: 0px !important;
  }
  .bar-chart-widget .earning-details i {
    right: -30px;
  }
  .clockpicker-align-top {
    left: 45px !important;
    top: 406px !important;
  }
  .gallery {
    margin-bottom: -15px;
  }
  .my-gallery figure {
    margin-bottom: 15px;
  }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 15px;
  }
  .my-gallery.gallery-with-description figure:last-child {
    margin-bottom: 20px;
  }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 15px;
  }
  .photoswipe-pb-responsive {
    padding-bottom: 30px !important;
  }
  .avatar-showcase .pepole-knows {
    text-align: center;
  }
  .avatar-showcase .pepole-knows ul li {
    margin-right: 14px;
  }
  .social-app-profile .hovercard .user-image .avatar {
    margin-top: -56px;
  }
  .social-app-profile .hovercard .user-image .avatar img {
    width: 100px;
    height: 100px;
  }
  .social-app-profile .hovercard .user-image .icon-wrapper {
    left: 52%;
    top: 10px;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .social-app-profile .hovercard .user-image .icon-wrapper:hover {
    font-size: 12px;
  }
  .social-app-profile .hovercard .user-image .share-icons {
    right: 15px;
  }
  .social-app-profile .hovercard .user-image .share-icons li {
    margin-right: 0px;
  }
  .social-app-profile .hovercard .info .tabs-scoial .user-designation {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px 0px;
  }
  .social-app-profile .tabs-scoial {
    margin-bottom: 15px !important;
  }
  .socialprofile .social-btngroup {
    margin: 15px 0;
  }
  .socialprofile .social-group {
    margin-top: 15px;
  }
  .social-status form .form-group .form-control-social {
    margin-bottom: 15px;
  }
  .social-status .d-flex {
    margin-bottom: 15px;
  }
  .new-users-social {
    margin-bottom: 15px;
  }
  .tabs-scoial {
    position: relative;
    padding-top: 80px;
  }
  .tabs-scoial li:nth-child(3) {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 7px !important;
    height: 60px;
  }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 15px;
  }
  .timeline-content .comments-box .d-flex .m-r-20 {
    margin-right: 10px;
  }
  .timeline-content .comments-box .d-flex .flex-grow-1 .input-group .input-group-append .btn {
    padding: 6px;
  }
  .timeline-content .comment-number i {
    margin-right: 15px;
  }
  #cd-timeline {
    margin-right: 0;
  }
  .social-chat {
    margin-top: 15px;
  }
  .social-chat .flex-grow-1 {
    padding: 15px;
  }
  .social-chat .your-msg,
  .social-chat .other-msg {
    margin-bottom: 15px;
  }
  .social-network span {
    margin-bottom: 15px;
  }
  .social-list .d-flex {
    margin-bottom: 15px;
  }
  .details-about + .details-about {
    margin-top: 15px;
  }
  .your-details-xs {
    margin-top: 15px;
  }
  .social-header h5 span.pull-right {
    float: right !important;
    margin-top: 0 !important;
  }
  .social-header h5 span.pull-right svg {
    width: 18px;
    height: 18px;
  }
  .activity-log .my-activity + .my-activity {
    margin-top: 15px;
  }
  .photos ul li {
    width: 26%;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 0;
  }
  .chat-box .chat-history .call-content > div {
    padding-top: 30px;
  }
  .helper-classes {
    padding: 15px;
  }
  .form-builder-2-header ul li {
    text-align: left;
  }
  .form-builder-2-header .form-inline {
    display: block;
    width: 100%;
  }
  .form-builder-2-header .form-inline .form-group {
    width: 100%;
    margin-right: 0;
  }
  .form-builder-2-header .form-inline button {
    width: 100%;
    text-align: left;
  }
  .page-builder .btn-grid {
    margin-bottom: 7px;
    padding-right: 5px;
  }
  .page-builder .ge-canvas.ge-editing .row {
    padding: 15px;
  }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px;
  }
  .page-builder .ge-canvas.ge-layout-desktop [class*=col-] {
    width: inherit !important;
  }
  .wizard-4 .step-container div.content {
    margin-top: 10px;
  }
  .nav-tabs .nav-item.show .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-tabs .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
    border-top: 0;
    border-bottom: 0;
  }
  .border-tab.nav-tabs .nav-item {
    width: 100% !important;
  }
  .border-tab .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  .nav {
    display: inherit;
    text-align: center;
    border-bottom: none;
  }
  .editor_container .CodeMirror {
    min-height: 190px;
    height: 190px;
  }
  .order-history table.dataTable.table thead th {
    padding-right: 60px;
  }
  .border-tab.nav-left .nav-link {
    text-align: center;
    border-left: none;
  }
  .border-tab.nav-right .nav-link {
    text-align: center;
    border-right: none;
  }
  .border-tab.nav-tabs {
    margin-bottom: 10px;
  }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 10px;
  }
  .nav-pills {
    text-align: center;
  }
  .crm-overall {
    margin: 0 -15px -15px;
  }
  .product-color li {
    width: 15px;
    height: 15px;
  }
  .product-social li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .product-social li:nth-child(n+2) {
    margin-left: 5px;
  }
  [dir=rtl] .product-social li:nth-child(n+2) {
    margin-left: unset;
    margin-right: 5px;
  }
  .product-page-main {
    padding: 15px;
  }
  .product-page-main .product-page-details h3 {
    font-size: 24px;
  }
  .todo .action-box.large {
    height: 25px;
    width: 25px;
  }
  .todo .action-box.large .icon {
    font-size: 14px;
    vertical-align: -3px;
  }
  .todo .todo-list-wrapper #todo-list li .task-container .task-label {
    font-size: 14px;
  }
  .todo .todo-list-wrapper .mark-all-tasks {
    right: 15px;
  }
  .datetime-picker label {
    text-align: left !important;
  }
  .redial-chart-block {
    text-align: center;
  }
  #nav-tabContent {
    margin-top: 15px;
  }
  .reset-password-box {
    width: 430px;
  }
  .auth-bg {
    padding: 25px 15px;
  }
  .auth-bg-effect {
    display: none;
  }
  .date-picker .text-right {
    text-align: left !important;
  }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 15px !important;
  }
  ul.pagination li:before {
    line-height: 3;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-left: 0 !important;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-right: 0 !important;
  }
  div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 15px;
  }
  div.dataTables_wrapper div.dataTables_length select {
    min-height: 30px;
  }
  div.dataTables_wrapper table.dataTable th,
  div.dataTables_wrapper table.dataTable td {
    padding: 0.5rem;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px !important;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    padding: 1px 7px;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
    font-size: 0;
    padding: 0;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous a {
    border: none !important;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
    content: "\e64a";
    font-family: themify;
    font-size: 11px;
    padding: 0 5px;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    font-size: 0;
    padding: 0;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next a {
    border: none !important;
  }
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
    content: "\e649";
    font-family: themify;
    font-size: 11px;
    padding: 0 5px;
  }
  div.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
  }
  div.dataTables_wrapper .dataTables_filter input[type=search] {
    height: 30px;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style {
    padding: 15px;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style .img-container {
    margin-top: 15px;
  }
  .page-wrapper .page-body-wrapper .user-profile hr {
    margin: 15px 0;
  }
  .page-wrapper .page-body-wrapper .user-profile .like-comment {
    margin-top: 15px;
  }
  .jvector-map-height {
    height: 250px;
  }
  .user-profile .order-sm-0 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .user-profile .hovercard .info .ttl-info {
    text-align: center !important;
  }
  .user-profile .hovercard .info .ttl-xs-mt {
    margin-top: 20px;
  }
  .icon-hover-bottom .form-group {
    display: block !important;
    margin-bottom: 0;
  }
  .icon-hover-bottom .form-group input {
    width: 100% !important;
  }
  .icon-hover-bottom .form-group .btn {
    margin-top: 15px;
  }
  .icon-hover-bottom .icon-popup {
    padding: 15px;
  }
  .icon-hover-bottom svg.climacon {
    height: 50px;
    width: 50px;
  }
  .blog-box.blog-shadow:before {
    -webkit-box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
  }
  .blog-box .blog-details p,
  .blog-box .blog-details .single-blog-content-top {
    margin-top: 15px;
  }
  .blog-box .blog-details h4 {
    margin-top: 15px;
  }
  .blog-box .blog-details .blog-social {
    margin-top: 15px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 17px;
  }
  .blog-box .blog-details .blog-social li + li > span {
    display: none;
  }
  .blog-box .blog-details .blog-social li:first-child {
    margin-right: 10px;
    padding-right: 20px;
  }
  .comment-box {
    padding-top: 40px;
  }
  .comment-box ul ul {
    margin-left: 30px;
  }
  .comment-box li .d-flex {
    display: block !important;
  }
  .comment-box li .d-flex img {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-bottom: 10px;
  }
  .ace-editor {
    height: 320px;
  }
  .gallery > a {
    margin-bottom: 15px;
    text-align: center;
  }
  .card .card-header h5 {
    font-size: 17px;
  }
  .theme-form .form-group {
    margin-bottom: 15px;
  }
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
  .page-wrapper .page-body-wrapper .default-according .card .card-body,
  .page-wrapper .page-body-wrapper .default-according .card .card-footer {
    padding: 0.75rem 1.25rem;
  }
  .page-wrapper .page-body-wrapper .card {
    margin-bottom: 20px;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
  .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30,
  .page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
  .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30,
  .page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important;
  }
  /* alert responsive css start here */
  .alert-primary.inverse {
    background-color: transparent;
  }
  .alert-secondary.inverse {
    background-color: transparent;
  }
  .alert-success.inverse {
    background-color: transparent;
  }
  .alert-danger.inverse {
    background-color: transparent;
  }
  .alert-warning.inverse {
    background-color: transparent;
  }
  .alert-info.inverse {
    background-color: transparent;
  }
  .alert-light.inverse {
    background-color: transparent;
  }
  .alert-dark.inverse {
    background-color: transparent;
  }
  .alert .close {
    height: 100%;
  }
  .user-profile hr {
    margin: 15px 0;
  }
  .user-profile .hovercard .cardheader {
    height: 300px;
  }
  .user-profile .hovercard .info {
    padding: 20px;
  }
  .user-profile .hovercard .info .user-designation {
    border-top: 1px solid rgba(106, 113, 133, 0.2);
    border-bottom: 1px solid rgba(106, 113, 133, 0.2);
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 15px 0px;
  }
  .user-profile .hovercard .social-media a {
    margin-right: 0px;
    font-size: 16px;
  }
  .user-profile .hovercard .follow .follow-num {
    font-size: 20px;
  }
  .user-profile .profile-img-style .pictures img {
    margin-bottom: 10px;
  }
  .custom-card .card-footer > div h6 {
    font-size: 14px;
    font-weight: 600;
  }
  .custom-card .card-footer > div h3 {
    font-size: 24px;
  }
  .calendar-wrap .fc-toolbar .fc-center {
    margin-top: 10px;
  }
  .calendar-wrap a.fc-more {
    font-size: 0.7em;
  }
  .mega-inline {
    display: block;
  }
  .megaoptions-border-space-sm {
    padding-bottom: 30px !important;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 15px;
  }
  .blog-box.blog-shadow .blog-details p {
    margin-bottom: 0;
  }
  .blog-box.blog-shadow .blog-details h4 {
    margin-bottom: 10px;
  }
  .blog-box.blog-list .blog-details {
    padding-top: 0;
  }
  .blog-box .blog-details {
    padding: 20px;
  }
  .blog-box .blog-date span {
    font-size: 25px;
  }
  .blog-single .blog-box .blog-details {
    padding: 0;
  }
  .error-wrapper {
    padding: 20px 0;
  }
  .error-wrapper .btn {
    margin-top: 15px;
  }
  .error-wrapper .img-100 {
    width: 50px !important;
  }
  .error-wrapper .error-heading {
    margin-top: 20px;
  }
  .error-wrapper .error-heading .cloud-second {
    margin-top: -60px;
  }
  .error-wrapper .error-heading .headline {
    font-size: 150px;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    display: none;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 25px;
    margin-top: -10%;
    letter-spacing: 2px;
  }
  .comingsoon .comingsoon-inner .coming-soon-bottom-link {
    margin-top: 20px;
    line-height: 1;
  }
  .comingsoon .comingsoon-inner h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .comingsoon .comingsoon-inner .countdown {
    padding: 20px 0px;
  }
  .comingsoon .comingsoon-inner .countdown ul li {
    margin: 0 7px;
  }
  .comingsoon .comingsoon-inner .countdown .title {
    font-size: 12px;
  }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto;
  }
  .stepwizard {
    margin-bottom: 15px;
  }
  .f1 .f1-steps {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wizard-4 ul.anchor {
    width: 100%;
    padding-bottom: 15px;
  }
  .wizard-4 .step-container {
    width: 100%;
  }
  .status-widget .text-sm-right {
    text-align: right;
  }
  .mega-menu {
    padding-left: 15px;
  }
  .mega-menu .onhover-show-div {
    height: 405px;
    left: 0;
    top: 61px;
    padding: 15px;
  }
  .mega-menu .lg-mt {
    margin-top: 10px;
  }
  .mega-menu .xs-mt {
    margin-top: 15px;
  }
  .nav-md-mt {
    margin-top: 15px;
  }
  .navs-icon {
    padding: 15px;
  }
  .navs-icon .main-section {
    padding-top: 15px;
  }
  .navs-icon .separator {
    margin: 15px 0;
  }
  .nav-list {
    padding: 15px;
  }
  .navs-dropdown button {
    margin-top: 15px;
  }
  .navs-dropdown .onhover-show-div {
    top: 64px;
  }
  .lg-mt {
    margin-top: 15px;
  }
  #aniimated-thumbnials a:last-child img {
    margin-bottom: 15px;
  }
  .tilt-showcase .mt-4 {
    margin-top: 15px !important;
  }
  .tilt-showcase ol .m-b-20 {
    margin-bottom: 15px !important;
  }
  .xs-mt {
    margin-top: 15px;
  }
  span:last-child.tag-pills-sm-mb {
    margin-top: 3px;
  }
  .animated-modal .animated-modal-md-mb label {
    text-align: center;
    margin-bottom: 4px !important;
  }
  .steps-md-mt {
    margin-top: 15px;
  }
  .steps-sizing-sm-mb {
    margin-bottom: 15px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
  #API-chield-row_wrapper #API-chield-row tbody tr td:first-child {
    min-width: 20px;
  }
  .chart-block .flot-chart-container p#choices {
    width: 100%;
  }
  .chart-block .flot-chart-container #toggling-series-flot {
    width: 100% !important;
  }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 15px;
  }
  .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 13px !important;
  }
  .gallery-with-description a > div {
    margin-bottom: 15px;
  }
  .gallery-img-mb-sm {
    margin-bottom: 15px;
  }
  .xm-mb-peity {
    margin-bottom: 8px;
  }
  .authentication-main {
    padding: 30px 15px;
  }
  .translate_wrapper.active .more_lang:before, .translate_wrapper.active .more_lang:after {
    display: none;
  }
  .translate_wrapper.active .more_lang.active {
    position: fixed;
    width: calc(100vw - 30px);
    left: 15px;
    top: 60px;
  }
  .onhover-dropdown:hover .onhover-show-div {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
    visibility: hidden;
  }
  .onhover-dropdown:hover .onhover-show-div.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
    border-radius: 5px;
    overflow: hidden;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    position: fixed;
    top: 60px;
    right: 12px;
  }
  .wizard-4 .action-bar .btn {
    margin: 0 2px;
  }
  .dropdown-basic .btn-group {
    margin-right: unset;
  }
}
@media only screen and (max-width: 480px) {
  .blog-detail-page .blog-detail .post-social ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  .blog-detail-page .blog-comment .comment-section li + li {
    padding-top: 12px;
    margin-top: 12px;
  }
  .blog-detail-page .blog-comment .comment-section .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-detail-page .blog-comment .comment-section .d-flex img {
    margin-bottom: 5px;
  }
  .collapse-horizontal .card-body {
    width: auto;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    width: 280px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right {
    display: none;
  }
  .chat-menu {
    top: 120px;
  }
  .product-wrapper-grid.list-view .product-box {
    display: block;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 100%;
  }
  .pagination-lg .page-link {
    font-size: 1rem;
  }
  h6 {
    font-size: 14px;
  }
  .prooduct-details-box .flex-grow-1 {
    margin-left: 6px !important;
  }
  [dir=rtl] .prooduct-details-box .flex-grow-1 {
    margin-right: 6px !important;
  }
  .knob-block .chart-clock-main {
    margin: auto;
    width: auto;
  }
  .knob-block .chart-clock-main .clock-medium {
    position: absolute;
    left: 33px;
    top: 33px;
  }
  .knob-block .chart-clock-main .clock-medium canvas {
    width: 180px !important;
    height: 180px !important;
  }
  .knob-block .chart-clock-main .clock-small {
    left: 34px;
    top: 74px;
  }
  .knob-block .chart-clock-main .clock-large {
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .knob-block .chart-clock-main .clock-large canvas {
    width: 245px !important;
    height: 245px !important;
  }
  .knob-block > div:not(.chart-clock-main) canvas {
    width: 245px !important;
    height: 245px !important;
  }
  .wizard-4 .action-bar .btn {
    width: 100%;
  }
  .wizard-4 .action-bar .btn + .btn {
    margin-top: 10px;
  }
  ul.notification-dropdown.onhover-show-div {
    width: 260px;
    right: -80px;
  }
  ul.notification-dropdown.onhover-show-div:before, ul.notification-dropdown.onhover-show-div:after {
    right: 89px !important;
  }
  .inline-block-sm {
    display: inline-block;
  }
  .pagination-lg .page-link {
    padding: 0.3rem 0.65rem;
  }
  .nav-pills li {
    width: 100%;
  }
  .reset-password-box {
    width: 290px;
  }
  .icon-hover-bottom .icon-first {
    margin-right: 10px;
  }
  .icon-hover-bottom .icon-popup .icon-class {
    display: none;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 0;
  }
  .custom-card {
    padding: 0;
  }
  .custom-card .card-footer > div h3 {
    font-size: 20px;
  }
  .custom-card .card-social li {
    padding: 5px 0;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 15px;
  }
  .custom-card .profile-details h4 {
    font-size: 20px;
  }
  .custom-card .card-profile img {
    height: 93px;
  }
  .card .card-header .card-header-right i {
    margin: 0 3px;
    font-size: 14px;
  }
  .card .card-header > span + span {
    display: none;
  }
  .dropdown-basic {
    text-align: center;
  }
  .dropup-basic {
    text-align: center;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .blog-box.blog-shadow .blog-details h4 {
    font-size: 14px;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 83px;
    height: 83px;
  }
  .mega-menu {
    padding-left: 20px;
    padding-top: 3px;
  }
  .mega-menu .onhover-show-div {
    height: 405px;
    left: 0;
    top: 61px;
    padding: 15px;
  }
  .badge {
    padding: 0.42em 0.7em;
  }
  .alert-dismissible .close {
    top: -1px;
  }
  .alert-dismissible .close span {
    font-size: 19px;
  }
  .notify-alert {
    width: 90%;
  }
  .chat-box .chat-right-aside .chat .chat-header {
    display: block;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
    margin-top: 15px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .animated-toast .toast {
    width: 292px;
  }
  .swap-wrapper .list-group .list-group-item {
    padding: 10px;
  }
  .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
    width: 45%;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 2px 4px;
    margin-right: 4px;
  }
  [dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    margin-left: 4px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li.profile-nav .profile-media img {
    width: 28px !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    top: 50px;
  }
  .page-wrapper .page-header .header-wrapper .serchinput .search-form {
    top: 36px;
  }
  .page-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding: 2px 4px;
    top: -13px;
    right: -30px;
  }
  [dir=rtl] .page-wrapper .page-header .header-wrapper .toggle-sidebar {
    left: -30px;
  }
  footer p.heart {
    display: none;
  }
  .alert-theme.notify-alert {
    right: 5px !important;
  }
  .alert-theme.notify-alert .close {
    top: 38px !important;
  }
  .product-sidebar.open {
    top: -75px;
  }
  .alert-theme {
    font-size: 12px;
    min-width: 300px;
  }
  .alert-theme button {
    right: 30px !important;
  }
  .alert-theme i {
    display: none;
  }
  .alert-theme span + span + span {
    padding: 15px;
  }
  .and-many-more {
    font-size: 37px;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
    width: 112px;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
    left: 112px;
    width: 190px;
  }
  .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper > div {
    width: 80px;
  }
  .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
  .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
    left: 80px;
    width: 210px;
  }
  .login-card .login-main .theme-form .link {
    position: unset;
  }
}
@media only screen and (max-width: 360px) {
  .blog-single .comment-box .comment-social li {
    padding-left: 2px;
  }
  [dir=rtl] .blog-single .comment-box .comment-social li {
    padding-right: 2px;
  }
  .blog-single .comment-box .comment-social li:first-child {
    padding-right: 5px;
  }
  [dir=rtl] .blog-single .comment-box .comment-social li:first-child {
    padding-left: 5px;
  }
  .blog-single .comment-box .comment-social li i {
    padding-right: 2px;
  }
  .pagination .page-link {
    padding-inline: 11px;
  }
  .msg-emojis-wrapper .star-widget label {
    padding-inline: 6px;
  }
  .contact-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-page .pagination .page-link {
    padding-inline: 10px;
  }
  .profile-img-style .like-comment ul li span {
    margin-left: 2px !important;
  }
  [dir=rtl] .profile-img-style .like-comment ul li span {
    margin-left: 0 !important;
    margin-right: 2px !important;
  }
  .addcart-btn .btn {
    padding: 6px 15px;
  }
  .prooduct-details-box .close {
    right: 0;
    top: 5px;
  }
  .prooduct-details-box .btn {
    padding: 4px 8px;
  }
  .prooduct-details-box > .d-flex {
    padding: 15px;
    display: block !important;
  }
  .prooduct-details-box > .d-flex .flex-grow-1 {
    margin-top: 15px;
    margin-inline: 0 !important;
  }
  .datepicker--nav-action {
    width: 20px;
    margin-left: -10px;
    background-color: transparent !important;
  }
  .datepicker--nav-action path {
    stroke: var(--theme-default);
  }
  .clockpicker-align-top {
    top: 426px !important;
  }
  .note {
    min-width: 250px;
  }
  .datepicker {
    width: 239px;
  }
  .add-post form .m-checkbox-inline label {
    margin-bottom: 8px;
  }
  .add-post form .m-checkbox-inline label:last-child {
    margin-bottom: 0;
  }
  .map-js-height {
    height: 250px;
  }
  .bar-chart-widget .earning-details i {
    right: -73px;
  }
  .status-widget svg {
    width: 18px;
    height: 18px;
  }
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 14px;
  }
  .user-profile .hovercard .user-image .share-icons {
    right: 6px;
    top: -15px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 25px;
    height: 25px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon i {
    font-size: 14px;
  }
  .social-chat .other-msg {
    margin-left: 15px;
  }
  .social-header h5 span.pull-right {
    display: none;
  }
  .custom-card .dashboard-card {
    padding-top: 0;
  }
  .custom-card .card-profile img {
    bottom: 25px;
  }
  .custom-card .card-footer > div h6 {
    font-size: 12px;
  }
  .flot-chart-container {
    height: 230px;
  }
  .map-block {
    height: 250px;
  }
  .img-cropper .docs-tooltip {
    font-size: 11px;
  }
  .img-cropper .docs-toggles .btn-group .btn {
    padding: 0.375rem 0.2rem;
  }
  .blog-box .blog-details p {
    line-height: 1.5;
  }
  .blog-box .blog-details .blog-social li:last-child {
    padding-left: 0;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px;
  }
  .button-builder-wrap .btn-lg {
    font-size: 18px;
  }
  .tabs-responsive-side {
    max-width: 100%;
  }
  .browser-widget .d-flex i {
    font-size: 52px;
  }
  .browser-widget .d-flex .flex-grow-1 h4 {
    font-size: 20px;
  }
  .bar-chart-widget .bottom-content .num {
    font-size: 17px;
  }
  .search-page .theme-form .input-group .form-control-plaintext {
    padding: 12px 10px;
  }
  .search-page .theme-form .input-group .btn {
    padding: 6px;
  }
  .search-page .info-block {
    padding: 20px;
  }
  .wizard-4 ul.anchor {
    padding-top: 15px;
  }
  .wizard-4 .msg-box {
    top: 40px !important;
  }
  .xs-width-100 {
    min-width: 100%;
  }
  .email-wrap .action-wrapper .actions li {
    margin-right: 5px;
  }
  .email-wrap .email-body .attachment .list-inline .list-inline-item {
    padding-right: 5px;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 65px;
    height: 65px;
  }
  .email-wrap .email-right-aside .email-top .dropdown-menu {
    left: -58px;
  }
  .form-builder #components .component .form-group #button1id {
    margin-bottom: 15px;
  }
  .default-according .card .card-header i {
    font-size: 14px;
    top: 24px;
  }
  .default-according .card .btn-link {
    display: block;
    width: 100%;
    padding-left: 17px;
  }
  .star-ratings .stars .title {
    line-height: 1;
  }
  .user-profile .hovercard .social-media a {
    padding: 0 6px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 93% !important;
  }
  .step-container {
    height: 280px !important;
  }
  .sort-panel .d-inline .btn {
    margin-left: 87px;
  }
  .jsgrid .jsgrid-pager-container .jsgrid-pager .jsgrid-pager-page {
    padding: 0.5em 0.62em;
  }
  .chat-box .chat-right-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
    max-width: 96%;
  }
  .chat-box .chat-right-aside .chat .chat-message {
    width: calc(100% - 20px);
  }
  .error-wrapper .error-heading .headline {
    font-size: 100px;
  }
  .lg-toolbar .lg-icon {
    width: 40px;
  }
  .calendar-wrap a.fc-more {
    font-size: 0.59em;
  }
  .calendar-wrap .fc th {
    font-size: 10px;
  }
  .modal-footer {
    display: block;
    text-align: center;
  }
  .order-box .qty li {
    font-size: 13px;
  }
  .order-box .qty li span {
    font-size: 13px;
  }
  .order-box ul li span {
    text-align: right;
  }
  .order-box ul li label {
    text-align: right;
    font-size: 14px;
  }
  .order-box .sub-total li .count {
    font-size: 14px;
  }
  .checkout .text-end {
    text-align: left !important;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .product-wrapper-grid.list-view .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-wrapper .back-btn {
    display: none;
  }
}
@media (width: 768px) and (height: 1024px) {
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 210px);
  }
}
/**=====================
     62. Responsive CSS Ends
==========================**/
/*# sourceMappingURL=style.css.map */