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

    Template Name: Dunzo Admin
    Template URI: https://admin.pixelstrap.net/dunzo/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.10 Dashboard_3 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: #307EF3;
  --theme-secondary: #EBA31D;
  --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(48, 126, 243, 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: rgba(48, 126, 243, 0.2);
  --dark-primary: rgba(115, 102, 255);
  --bs-heading-color: var(--body-font-color);
  --bs-card-color: var(--body-font-color);
  --bs-table-bg: transparent;
  --bs-body-bg: transparent;
  --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: #363636;
  --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);
}

body[class=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(48, 126, 243, 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;
}

body[class="rtl 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);
  --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(48, 126, 243, 0.2);
  --light-bg-primary: rgba(239, 238, 255);
}

body[class="dark-only modal-open"] {
  --light-shade-primary: rgba(48, 126, 243, 0.2);
  --light-slate: #1c1d26;
}

body[class="rtl dark-only modal-open"] {
  --light-shade-primary: rgba(48, 126, 243, 0.2);
  --light-slate: #1c1d26;
}

body.dark-only.box-layout {
  --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);
  --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(48, 126, 243, 0.2);
}

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

svg.f-light {
  fill: #9B9B9B;
  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 ======*/
/*====== 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: #307EF3 !important;
}

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

.font-success {
  color: #53A653 !important;
}

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

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

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

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

.font-warning {
  color: #FFAA05 !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: #307EF3;
}

.label-primary {
  background-color: #307EF3;
}

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

.label-success {
  background-color: #53A653;
}

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

.label-info {
  background-color: #01A1B9;
}

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

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

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

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

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

.badge-success {
  background-color: #53A653;
}

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

.badge-info {
  background-color: #01A1B9;
}

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

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

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

.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: #307EF3 !important;
  color: #fff;
}

.bg-light-primary {
  background-color: rgba(48, 126, 243, 0.1) !important;
}

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

.bg-light-secondary {
  background-color: rgba(235, 163, 29, 0.1) !important;
}

.bg-success {
  background-color: #53A653 !important;
  color: #fff;
}

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

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

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

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

.bg-light-info {
  background-color: rgba(1, 161, 185, 0.1) !important;
}

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

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

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

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

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

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

.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: #307EF3 !important;
}

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

.txt-success {
  color: #53A653 !important;
}

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

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

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

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

.txt-warning {
  color: #FFAA05 !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: #307EF3 !important;
  border-color: #307EF3 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #307EF3 !important;
  border-color: #307EF3 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #c1d8fb;
          box-shadow: 0 0 0 0.2rem #c1d8fb;
}

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

.btn-success {
  background-color: #53A653 !important;
  border-color: #53A653 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #53A653 !important;
  border-color: #53A653 !important;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #b7dbb7;
          box-shadow: 0 0 0 0.2rem #b7dbb7;
}

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

.btn-info {
  background-color: #01A1B9 !important;
  border-color: #01A1B9 !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: #01A1B9 !important;
  border-color: #01A1B9 !important;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #55e8fe;
          box-shadow: 0 0 0 0.2rem #55e8fe;
}

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

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

.btn-light {
  background-color: rgba(48, 126, 243, 0.06) !important;
  border-color: rgba(48, 126, 243, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(48, 126, 243, 0.1) !important;
  border-color: rgba(48, 126, 243, 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: #307EF3;
  color: #307EF3;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white;
  background-color: #0d63e3 !important;
  border-color: #0d63e3 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

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

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

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

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

.btn-outline-primary {
  border-color: #307EF3;
  color: #307EF3;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #307EF3;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #0d63e3 !important;
  border-color: #0d63e3 !important;
}

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

.btn-outline-success {
  border-color: #53A653;
  color: #53A653;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #53A653;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #428442 !important;
  border-color: #428442 !important;
}

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

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

.btn-outline-light {
  border-color: #F3F3F3;
  color: #F3F3F3;
  background-color: transparent;
  color: #363636;
}
.btn-outline-light.disabled {
  color: #F3F3F3;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white;
  background-color: #dadada !important;
  border-color: #dadada !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #FFAA05;
  border-color: #FFAA05;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #d18a00 !important;
  border-color: #d18a00 !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 #307EF3 !important;
}

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

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

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

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

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #F3F3F3 !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 #FFAA05 !important;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #307EF3;
  color: #fff;
  border: 3px solid #307EF3;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #0d63e3;
  border: 3px solid #0d63e3;
}
.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: #EBA31D;
  color: #fff;
  border: 3px solid #EBA31D;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #c48511;
  border: 3px solid #c48511;
}
.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: #53A653;
  color: #fff;
  border: 3px solid #53A653;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #428442;
  border: 3px solid #428442;
}
.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: #DC3545;
  color: #fff;
  border: 3px solid #DC3545;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #bd2130;
  border: 3px solid #bd2130;
}
.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: #01A1B9;
  color: #fff;
  border: 3px solid #01A1B9;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #017586;
  border: 3px solid #017586;
}
.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: #F3F3F3;
  color: #fff;
  border: 3px solid #F3F3F3;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #dadada;
  border: 3px solid #dadada;
}
.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: #171a21;
  border: 3px solid #171a21;
}
.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: #FFAA05;
  color: #fff;
  border: 3px solid #FFAA05;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #d18a00;
  border: 3px solid #d18a00;
}
.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: #307EF3 !important;
}

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

.stroke-success {
  stroke: #53A653 !important;
}

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

.stroke-info {
  stroke: #01A1B9 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-r-light {
  border-right: 1px solid #F3F3F3 !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 #FFAA05 !important;
}

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

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

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

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

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

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

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

.border-r-warning {
  border-right: 1px solid #FFAA05 !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 ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track,
.datatable-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #EAEAEA;
}
.custom-scrollbar::-webkit-scrollbar,
.datatable-container::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.datatable-container::-webkit-scrollbar-thumb {
  background-color: rgba(48, 126, 243, 0.1);
}

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.line {
  color: #2c323f;
}
.line pre {
  font-size: 100%;
}

/**====== Animation 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: #307EF3;
  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: #307EF3 !important;
  border: 1px solid #307EF3;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #307EF3 !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(48, 126, 243, 0.1) 19.06%, rgba(48, 126, 243, 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(235, 163, 29, 0.1) 19.06%, rgba(235, 163, 29, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #53A653;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(83, 166, 83, 0.1) 19.06%, rgba(83, 166, 83, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #FFAA05;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(255, 170, 5, 0.1) 19.06%, rgba(255, 170, 5, 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;
}

@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: rgba(48, 126, 243, 0.2);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: rgba(48, 126, 243, 0.2);
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(48, 126, 243, 0.2);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: rgba(48, 126, 243, 0.2);
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .proorder-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .proorder-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .proorder-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .proorder-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .proorder-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .proorder-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .proorder-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .proorder-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .proorder-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .proorder-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .proorder-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .proorder-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .proorder-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .proorder-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .proorder-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .proorder-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .proorder-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .proorder-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .proorder-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .proorder-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .proorder-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .proorder-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .proorder-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .proorder-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .proorder-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .proorder-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Outfit, sans-serif;
  color: #363636;
}

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

h1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

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 #307EF3;
  padding: 18px;
}
[dir=rtl] blockquote {
  border-left: none;
  border-right: 4px solid #307EF3;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #307EF3;
}
[dir=rtl] .figure.text-end blockquote {
  border-right: none;
  border-left: 4px solid #307EF3 !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(48, 126, 243, 0.03);
  padding: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #90baf9;
  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: #F3F3F3;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

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

.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: #363636;
}

.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: #186ff2;
}

.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 ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #f1e6f5 #ffffff;
}

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

.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: #363636;
  background-color: #eeeeee !important;
}

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

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

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

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

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

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

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

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

.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: #0d63e3;
  border-color: #0d63e3;
}

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(48, 126, 243, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(48, 126, 243, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #307EF3;
}

.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: #c48511;
  border-color: #c48511;
}

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(235, 163, 29, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(235, 163, 29, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #EBA31D;
}

.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: #428442;
  border-color: #428442;
}

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(83, 166, 83, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(83, 166, 83, 0.1) !important;
}
.input-air-success:focus {
  border-color: #53A653;
}

.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: #bd2130;
  border-color: #bd2130;
}

.input-air-danger {
  -webkit-box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important;
}
.input-air-danger:focus {
  border-color: #DC3545;
}

.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: #017586;
  border-color: #017586;
}

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(1, 161, 185, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(1, 161, 185, 0.1) !important;
}
.input-air-info:focus {
  border-color: #01A1B9;
}

.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: #dadada;
  border-color: #dadada;
}

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

.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: #171a21;
  border-color: #171a21;
}

.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: #d18a00;
  border-color: #d18a00;
}

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

.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(48, 126, 243, 0.2);
  color: #307EF3;
}
::selection {
  background-color: rgba(48, 126, 243, 0.2);
  color: #307EF3;
}

::-moz-selection {
  background-color: #307EF3;
  color: #307EF3;
}

.landing-page {
  position: relative;
}
.landing-page .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: 4;
}
.landing-page .lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 14%;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  z-index: 4;
}
.landing-page .lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -20%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 30s 10s infinite;
          animation: drop 30s 10s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.28, 0.26, 0, 0.97);
}
.landing-page .lines .line::before {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -80%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 30s 10s infinite;
          animation: drop 30s 10s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.28, 0.26, 0, 0.97);
}
.landing-page .lines .line:nth-child(1) {
  left: 5%;
}
.landing-page .lines .line:nth-child(1)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.landing-page .lines .line:nth-child(1)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.landing-page .lines .line:nth-child(2) {
  left: 15%;
}
.landing-page .lines .line:nth-child(2)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.landing-page .lines .line:nth-child(2)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.landing-page .lines .line:nth-child(3) {
  left: 25%;
}
.landing-page .lines .line:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.landing-page .lines .line:nth-child(3)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.landing-page .lines .line:nth-child(4) {
  left: 35%;
}
.landing-page .lines .line:nth-child(4)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.landing-page .lines .line:nth-child(4)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.landing-page .lines .line:nth-child(5) {
  left: 45%;
}
.landing-page .lines .line:nth-child(5)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.landing-page .lines .line:nth-child(5)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.landing-page .lines .line:nth-child(6) {
  left: 55%;
}
.landing-page .lines .line:nth-child(6)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.landing-page .lines .line:nth-child(6)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.landing-page .lines .line:nth-child(7) {
  left: 65%;
}
.landing-page .lines .line:nth-child(7)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.landing-page .lines .line:nth-child(7)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.landing-page .lines .line:nth-child(8) {
  left: 75%;
}
.landing-page .lines .line:nth-child(8)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.landing-page .lines .line:nth-child(8)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.landing-page .lines .line:nth-child(9) {
  left: 85%;
}
.landing-page .lines .line:nth-child(9)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.landing-page .lines .line:nth-child(9)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.landing-page .lines .line:nth-child(10) {
  left: 95%;
}
.landing-page .lines .line:nth-child(10)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.landing-page .lines .line:nth-child(10)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.landing-page .section-py-space {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.landing-page .section-pt-space {
  padding-top: 70px;
}
.landing-page .section-pb-space {
  padding-bottom: 70px;
}
.landing-page #core-feature, .landing-page #faq-section {
  background-color: #F3F8FF;
}
.landing-page .title {
  margin-bottom: 35px;
}
.landing-page .title h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 0;
}
.landing-page .title h2:before {
  background-color: #EBA31D;
  content: "";
  display: block;
  height: 2px;
  width: 75px;
  margin-bottom: 7px;
}
.landing-page .title h2:after {
  background-color: #307EF3;
  content: "";
  display: block;
  margin-left: auto;
  height: 2px;
  width: 75px;
  margin-top: 5px;
}
.landing-page .custom-container {
  max-width: 1600px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.landing-page .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .navbar-nav .nav-item {
  position: relative;
}
.landing-page .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.landing-page .navbar-nav .nav-item .nav-link:hover, .landing-page .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  text-shadow: 0 0 0 #307EF3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #307EF3;
}
.landing-page .btn-landing {
  border-radius: 5px;
  color: #fff;
  background-color: #307EF3;
  padding: 14px 23px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing-page .btn-landing:hover {
  color: #fff;
}
.landing-page .landing-header {
  background-color: #323C58;
  padding-top: 18px;
  padding-bottom: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
  border-bottom: 1px solid #EAEAEA;
  padding: 22px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: none;
  cursor: pointer;
  margin-bottom: 15px;
}
.landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
  font-size: 16px;
  margin-left: 10px;
}
.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}
.landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
  color: #EBA31D;
}
.landing-page .landing-header .buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .landing-header .buy-block .toggle-menu {
  margin-left: 20px;
  display: none;
  cursor: pointer;
}
.landing-page .landing-header .buy-block .toggle-menu i {
  font-size: 24px;
  color: #fff;
}
.landing-page .landing-home {
  background-image: url("../images/landing/landing-home/home-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.landing-page .landing-home .landing-home-contain {
  margin-top: 90px;
  padding-top: 105px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.landing-page .landing-home .landing-home-contain .landing-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
}
.landing-page .landing-home .landing-home-contain .landing-icon li + li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-left: 10px;
}
.landing-page .landing-home .landing-home-contain .landing-logo {
  margin-bottom: 25px;
}
.landing-page .landing-home .landing-home-contain h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
.landing-page .landing-home .landing-home-contain h2 span {
  color: #fff;
  font-weight: 800;
  display: block;
}
.landing-page .landing-home .landing-home-contain p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 38px;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .landing-home .landing-home-contain .btn-home-list li {
  display: inline-block;
}
.landing-page .landing-home .landing-home-contain .btn-home-list li .btn {
  text-transform: capitalize;
  padding: 13px 23px;
  font-size: 16px;
}
.landing-page .landing-home .landing-home-contain .btn-home-list li:nth-child(n+2) {
  margin-left: 10px;
}
.landing-page .landing-home .landing-card .animation-card img {
  -webkit-box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
          box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
}
.landing-page .landing-home .landing-chart {
  margin-top: 107px;
}
.landing-page .landing-home .landing-chart .animation-card img {
  -webkit-box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
          box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
}
.landing-page .landing-home .landing-chart .animation-card.extra-shadow img {
  -webkit-box-shadow: -37px 15px 67px rgba(0, 0, 0, 0.5);
          box-shadow: -37px 15px 67px rgba(0, 0, 0, 0.5);
  -webkit-animation: move2 1.2s infinite alternate;
          animation: move2 1.2s infinite alternate;
}
.landing-page .landing-home .landing-table {
  margin-top: 118px;
}
.landing-page .landing-home .landing-table .animation-card img {
  -webkit-box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
          box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
}
.landing-page .landing-home .landing-progress {
  margin-top: 52px;
}
.landing-page .landing-home .landing-progress .animation-card img {
  -webkit-box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
          box-shadow: -13px 8px 41px rgba(42, 54, 80, 0.25);
}
.landing-page .landing-home .animation-card {
  margin-bottom: 22px;
  border: none;
}
.landing-page .components .d-flex {
  border: 1px solid #307EF3;
  padding: 18px 20px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 15px 0 0 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .components .d-flex span {
  position: relative;
  padding: 10px;
  background: rgba(48, 126, 243, 0.1);
  border-radius: 50px;
  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;
}
.landing-page .components .d-flex span::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 118%;
  width: 118%;
  border-radius: 50px;
  border-width: 1px;
  border-style: dashed;
  border-color: #307EF3;
}
.landing-page .components .d-flex svg {
  width: 35px;
  height: 35px;
  fill: #307EF3;
}
.landing-page .components .d-flex:hover {
  background-color: #307EF3;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .components .d-flex:hover h3 {
  color: #fff;
}
.landing-page .components .d-flex:hover span {
  background: #fff;
}
.landing-page .components .d-flex:hover span::before {
  border-color: #fff;
  -webkit-animation: rotate 8s infinite linear;
          animation: rotate 8s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
            transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
            transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
            transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
            transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}
@-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);
  }
}
.landing-page .demo-section .demo-box {
  background-color: #F3F8FF;
  padding: 20px;
  border-radius: 5px;
}
.landing-page .demo-section .demo-box .img-wrraper {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.landing-page .demo-section .demo-box .img-wrraper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.landing-page .demo-section .demo-box:hover .img-wrraper img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .demo-section .demo-box .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.landing-page .demo-section .demo-box .d-flex .dashboard-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .demo-section .demo-box .d-flex .dashboard-icon svg {
  width: 18px;
  height: 18px;
  fill: #307EF3;
}
.landing-page .demo-section .demo-box .d-flex .flex-grow-1 h6 {
  font-size: 18px;
  font-weight: 500;
}
.landing-page .demo-section .demo-box .d-flex .flex-shrink-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.landing-page .demo-section .demo-box .d-flex .flex-shrink-0 span {
  color: #307EF3;
  font-weight: 500;
}
.landing-page .demo-section .demo-box .d-flex .flex-shrink-0 svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .demo-section .demo-box h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #363636;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .demo-section .demo-box:hover h5 {
  color: #307EF3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .demo-section .demo-box:hover .flex-shrink-0 svg {
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .demo-section .demo-block {
  margin-bottom: -26px;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .demo-section .demo-block > div {
  margin-bottom: 26px;
}
.landing-page .unique-cards {
  background-color: #fff;
}
.landing-page .unique-cards .img-wrraper {
  border-radius: 10px;
  overflow: hidden;
}
.landing-page .framework {
  background-color: #F3F8FF;
}
.landing-page .framework .nav {
  margin-bottom: 50px;
}
.landing-page .framework .nav .nav-item:nth-child(n+2) {
  margin-left: 20px;
}
.landing-page .framework .nav .nav-link {
  border-radius: 10px;
  padding: 15px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(48, 126, 243, 0.8);
  position: relative;
}
.landing-page .framework .nav .nav-link h5 {
  font-weight: 700;
  color: #fff;
}
.landing-page .framework .nav .nav-link p {
  color: #fff;
}
.landing-page .framework .nav .nav-link.active, .landing-page .framework .nav .nav-link.show {
  background-color: rgba(48, 126, 243, 0.8);
}
.landing-page .framework .nav .nav-link.active:before, .landing-page .framework .nav .nav-link.show:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid rgba(48, 126, 243, 0.8);
}
.landing-page .framework .nav .nav-link img {
  height: 35px;
  margin-right: 15px;
}
.landing-page .framework ul.framworks-list {
  text-align: center;
}
.landing-page .framework ul.framworks-list li {
  display: inline-block;
  background: #fff;
  padding: 40px 10px;
  margin-bottom: 30px;
  border-radius: 25px;
  margin: 10px 0 0 10px;
  height: 160px;
  width: 160px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
}
.landing-page .framework ul.framworks-list li h5 {
  margin-top: 10px;
  margin-bottom: unset;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .framework ul.framworks-list li img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 55px;
}
.landing-page .framework ul.framworks-list li:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.landing-page .framework ul.framworks-list li:hover h5 {
  color: #307EF3;
}
.landing-page .core-feature {
  background-color: #fff;
}
.landing-page .core-feature .feature-block {
  margin-bottom: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .core-feature .feature-block > div {
  margin-bottom: 25px;
}
.landing-page .core-feature .feature-box {
  border: 1px solid #EAEAEA;
  padding: 35px 30px;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
}
.landing-page .core-feature .feature-box .icon-wrraper {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-bottom: 20px;
  background-color: rgba(48, 126, 243, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .core-feature .feature-box .icon-wrraper svg {
  width: 40%;
  height: auto;
  color: #307EF3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .core-feature .feature-box h4 {
  font-weight: 500;
}
.landing-page .core-feature .feature-box h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
}
.landing-page .core-feature .feature-box p {
  font-size: 16px;
  color: #999999;
  margin-bottom: unset;
}
.landing-page .core-feature .feature-box:hover .icon-wrraper {
  background-color: #307EF3;
}
.landing-page .core-feature .feature-box:hover .icon-wrraper svg {
  color: #fff;
}
.landing-page #Applications .demo-block figure {
  margin-bottom: 26px;
}
.landing-page .color-primary {
  background-color: #6362e7;
}
.landing-page .color-secondary {
  background-color: #10539c;
}
.landing-page .color-success {
  background-color: #2C5F2D;
}
.landing-page .color-danger {
  background-color: #0E7C7B;
}
.landing-page .color-info {
  background-color: #5f4b8b;
}
.landing-page .color-light {
  background-color: #c38c81;
}
.landing-page .color-theme {
  background: url("../images/landing/landing-home/home-bg.png");
}
.landing-page .color-theme .owl-theme h3 {
  padding: 18px 0;
  text-align: center;
  margin: 0;
}
.landing-page .counter-sec {
  background-color: #fff;
}
.landing-page .counter-sec .counter-box {
  text-align: center;
  border: 1px solid #EAEAEA;
  padding: 25px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
}
.landing-page .counter-sec .counter-box .count-number {
  background-color: rgba(48, 126, 243, 0.1);
  width: 80px;
  height: 80px;
  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;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .counter-sec .counter-box .count-number h3 {
  font-size: 40px;
  margin-bottom: unset;
  color: #307EF3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .counter-sec .counter-box .count-detail h4 {
  text-transform: capitalize;
}
.landing-page .counter-sec .counter-box .count-detail p {
  font-size: 16px;
  color: #999999;
  margin-bottom: unset;
}
.landing-page .counter-sec .counter-box:hover .count-number {
  background-color: #307EF3;
}
.landing-page .counter-sec .counter-box:hover .count-number h3 {
  color: #fff;
}
.landing-page .faq-section .title h2 {
  margin-bottom: 12px;
}
.landing-page .faq-section .title h2 span {
  color: #EBA31D;
}
.landing-page .faq-section .title p {
  text-align: center;
  color: #6c757d;
  font-size: 18px;
}
.landing-page .faq-section .faq-block {
  margin-bottom: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .faq-section .faq-block > div {
  margin-bottom: 25px;
}
.landing-page .faq-section .faq-box {
  border: 1px solid #EAEAEA;
  padding: 45px 30px;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
  -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.4s;
  transition: all 0.4s;
}
.landing-page .faq-section .faq-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.landing-page .faq-section .faq-box p {
  font-size: 16px;
  color: #999999;
  margin-bottom: unset;
}
.landing-page .faq-section .faq-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #307EF3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .faq-section .faq-box:hover h4 {
  color: #fff;
}
.landing-page .faq-section .faq-box:hover p {
  color: rgba(255, 255, 255, 0.6);
}
.landing-page .faq-section .faq-box:hover p a {
  color: #EBA31D;
}
.landing-page .landing-footer .footer-contain {
  text-align: center;
}
.landing-page .landing-footer .footer-contain img {
  margin-bottom: 20px;
}
.landing-page .landing-footer .footer-contain h2 {
  font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
.landing-page .landing-footer .footer-contain .star-rate {
  margin-bottom: 40px;
}
.landing-page .landing-footer .footer-contain .star-rate li {
  display: inline-block;
}
.landing-page .landing-footer .footer-contain .star-rate li i {
  font-size: calc(16px + 14 * (100vw - 320px) / 1600);
}
.landing-page .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
  margin-left: 10px;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  color: #fff;
  background: var(--theme-default);
  border: none;
  padding: 7px;
  -webkit-box-shadow: 0 0 10px var(--theme-default);
          box-shadow: 0 0 10px var(--theme-default);
  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;
}

.gradient-10 {
  background: linear-gradient(140deg, #4A86FB 45%, #EBA31D 68.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.classic-effect {
  position: relative;
  overflow: hidden;
}
.classic-effect:before, .classic-effect:after {
  background: var(--theme-default);
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect:before {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.classic-effect:after {
  left: 25%;
  -webkit-transition-delay: 0.025s;
          transition-delay: 0.025s;
}
.classic-effect span:before, .classic-effect span:after {
  background: var(--theme-default);
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect span:before {
  left: 50%;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.classic-effect span:after {
  left: 75%;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.classic-effect:hover:before, .classic-effect:hover:after {
  bottom: 0;
  opacity: 0.5;
}
.classic-effect:hover span:before, .classic-effect:hover span:after {
  bottom: 0;
  opacity: 0.5;
}

.action .shap-block .rounded-shap i {
  right: -1%;
  top: -55%;
}

.action-app .shap-block .rounded-shap i {
  left: -1%;
  top: -75%;
}

.action-components .shap-block .rounded-shap i {
  right: -1%;
  top: -55%;
}

.action-count .shap-block .rounded-shap i {
  left: -1%;
  top: -20%;
}

.shap-block .rounded-shap i {
  background-color: rgba(48, 126, 243, 0.2);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-animation: ripple1 3s linear infinite;
          animation: ripple1 3s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  z-index: 0;
}
.shap-block .rounded-shap i:first-child {
  -webkit-animation: ripple1 3s linear infinite;
          animation: ripple1 3s linear infinite;
}
.shap-block .rounded-shap i:nth-child(2) {
  -webkit-animation: ripple2 3s linear infinite;
          animation: ripple2 3s linear infinite;
}
.shap-block .rounded-shap i:nth-child(3) {
  -webkit-animation: ripple3 3s linear infinite;
          animation: ripple3 3s linear infinite;
}

.animated-bg i {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 30px 0 #fff;
          box-shadow: 0 15px 30px 0 #fff;
  position: absolute;
  height: 8%;
  width: 8%;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-animation: ripple1 3s linear infinite;
          animation: ripple1 3s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
}
.animated-bg i:first-child {
  -webkit-animation: ripple1 3s linear infinite;
          animation: ripple1 3s linear infinite;
}
.animated-bg i:nth-child(2) {
  -webkit-animation: ripple2 3s linear infinite;
          animation: ripple2 3s linear infinite;
}
.animated-bg i:nth-child(3) {
  -webkit-animation: ripple3 3s linear infinite;
          animation: ripple3 3s linear infinite;
}

@-webkit-keyframes ripple1 {
  0% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(8.5);
            transform: scale(8.5);
    opacity: 0;
  }
}

@keyframes ripple1 {
  0% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(8.5);
            transform: scale(8.5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
  }
}
@keyframes ripple2 {
  0% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(5.5);
            transform: scale(5.5);
  }
}
@-webkit-keyframes ripple3 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple3 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
/**=====================
    3.26 Landing CSS Ends
==========================**/
/**=====================
  38. Landing CSS Start
==========================**/
@media (max-width: 1660px) {
  .landing-page .landing-home .landing-card {
    margin-top: 24px;
  }
  .landing-page .landing-home .landing-progress {
    margin-top: 65px;
  }
}
@media (max-width: 1366px) {
  .landing-page .landing-home .landing-card {
    margin-top: 50px;
  }
  .landing-page .landing-home .landing-progress {
    margin-top: 80px;
  }
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 46px;
  }
}
@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 .landing-home .landing-card {
    margin-top: 68px;
  }
  .landing-page .landing-home .landing-progress {
    margin-top: 90px;
  }
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 34px;
  }
  .landing-page .landing-home .landing-home-contain p {
    width: 60%;
    margin-bottom: 22px;
  }
  .landing-page .components .d-flex span::before {
    left: -4px;
    top: -4px;
  }
  .landing-page .components .d-flex svg {
    width: 25px;
    height: 25px;
    fill: #307EF3;
  }
  .landing-page .shap-block {
    display: none;
  }
  .landing-page .demo-section .demo-box .d-flex .flex-shrink-0 {
    display: none;
  }
  .landing-page .section-py-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .landing-page .section-pt-space {
    padding-top: 60px;
  }
  .landing-page .section-pb-space {
    padding-bottom: 60px;
  }
  .landing-page .title h2 {
    font-size: 28px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    padding: 10px 10px;
  }
  .landing-page .landing-header .buy-block .btn-landing {
    padding: 10px 20px;
  }
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 26px;
  }
  .landing-page .counter-sec .counter-box {
    padding: 20px 20px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    width: 60px;
    height: 60px;
  }
  .landing-page .counter-sec .counter-box .count-number h3 {
    font-size: 22px;
  }
  .landing-page .demo-section .demo-box {
    padding: 20px;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a {
    display: block;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .landing-page .framework .nav {
    margin-bottom: 30px;
  }
  .landing-page .framework ul.framworks-list li {
    width: 150px;
    height: 150px;
  }
  .landing-page .framework ul.framworks-list li img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .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 .landing-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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: #363636;
    padding: 10px 20px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
    color: #307EF3;
  }
  .landing-page .landing-header .buy-block .toggle-menu {
    display: block;
  }
  .landing-page .btn-landing {
    padding: 10px 25px;
  }
  .landing-page .landing-home {
    position: relative;
    z-index: 1;
  }
  .landing-page .landing-home .landing-home-contain {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 140px;
    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;
  }
  .landing-page .landing-home .landing-home-contain p {
    width: 90%;
  }
  .landing-page .landing-home .landing-home-contain .btn-landing {
    margin-right: auto;
    margin-left: auto;
  }
  .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-page .title h2 {
    font-size: 24px;
  }
  .landing-page .landing-home .landing-card {
    display: none;
  }
  .landing-page .landing-home .landing-progress {
    display: none;
  }
  .landing-page .landing-home .landing-table {
    display: none;
  }
  .landing-page .landing-home .landing-chart {
    display: none;
  }
  .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 .landing-home {
    margin-bottom: 0;
  }
  .landing-page .landing-home .landing-home-contain {
    height: 520px;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .landing-page .landing-home .landing-home-contain h6 {
    margin-bottom: 10px;
  }
  .landing-page .landing-home .landing-home-contain p {
    width: auto;
    margin-bottom: 25px;
  }
  .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(48, 126, 243, 0.8);
  }
  .landing-page .framework ul.framworks-list li {
    width: 145px;
    height: 145px;
  }
  .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 (max-width: 575px) {
  .landing-page .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-page .demo-section .demo-box {
    padding: 15px;
  }
  .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) {
  .owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 2px 2px !important;
  }
  .landing-page .demo-section .demo-block {
    padding: 0 12px;
  }
  .landing-page .title h2 {
    font-size: 20px;
  }
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 22px;
  }
  .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(48, 126, 243, 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: 25px 0;
  }
  .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: 420px) {
  .landing-page .landing-home .landing-home-contain .landing-icon li a {
    font-size: 16px;
  }
}
@media (max-width: 417px) {
  .navbar-brand {
    margin-right: 5px;
  }
  .landing-page .landing-home .landing-home-contain {
    height: 680px;
  }
  .landing-page .landing-home .landing-home-contain .btn-home-list li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@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;
  }
}
/**=====================
     38. Landing CSS Ends
==========================**/
/**=====================
  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(48, 126, 243, 0.1);
  box-shadow: 0 0 20px rgba(48, 126, 243, 0.1);
}
.popover .popover-header {
  background-color: #d2e4ff;
  color: #307EF3;
  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;
}

.animate-widget .p-25 {
  background-color: #fff;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #d2e4ff;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #d2e4ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #d2e4ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #d2e4ff;
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #d2e4ff;
  color: #307EF3;
}
.tooltip .tooltip-arrow:before {
  border-top-color: #d2e4ff;
}

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px solid #EAEAEA;
  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 18px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  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: 5px;
  border-bottom-right-radius: 5px;
  color: #2c323f;
}

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

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

.nav-tabs {
  border-bottom-color: #EAEAEA;
}
.nav-tabs .nav-bottom .nav-item .nav-link.active {
  border-color: #EAEAEA;
}

.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: #EAEAEA #EAEAEA #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 #EAEAEA;
  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 #307EF3;
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid #307EF3;
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #307EF3;
}

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

.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(31, 38, 57, 0.51);
}
.carousel-item .carousel-opacity {
  background-color: rgba(243, 243, 243, 0.51);
}

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

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

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

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

@media (max-width: 442px) {
  .animated-modal .form-select {
    width: 100% !important;
  }
}

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

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: #307EF3;
  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 #307EF3;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px solid #307EF3;
  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: #307EF3;
  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;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/*# sourceMappingURL=style.css.map */