/*========================================================================>
   MANDATORY ELEMENTS
   ==========================================================================>
   /* a-- FONTS */
   @font-face {
    font-family: 'SF Pro Display Regular';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Regular"), url("../../assets/font/SFPRODISPLAYREGULAR.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Ultralight Italic';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Ultralight Italic"), url("../../assets/font/SFPRODISPLAYULTRALIGHTITALIC.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Thin Italic"), url("../../assets/font/SFPRODISPLAYTHINITALIC.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Light Italic"), url("../../assets/font/SFPRODISPLAYLIGHTITALIC.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Medium"), url("../../assets/font/SFPRODISPLAYMEDIUM.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Semibold';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Semibold"), url("../../assets/font/FontsFree-Net-SFProDisplay-Semibold.ttf") format("ttf");
  }
  
  @font-face {
    font-family: 'SF Pro Display Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Semibold Italic"), url("../../assets/font/SFPRODISPLAYSEMIBOLDITALIC.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Bold"), url("../../assets/font/SFPRODISPLAYBOLD.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Heavy Italic"), url("../../assets/font/SFPRODISPLAYHEAVYITALIC.woff") format("woff");
  }
  
  @font-face {
    font-family: 'SF Pro Display Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local("SF Pro Display Black Italic"), url("../../assets/font/SFPRODISPLAYBLACKITALIC.woff") format("woff");
  }
  
  /* b-- CUSTOMR WIDTH */
  .w-85 {
    width: 85% !important;
    padding: 0;
    margin: 0;
  }
  
  .w-15 {
    width: 15% !important;
  }
  
  .w-95 {
    width: 95% !important;
  }
  
  .borderBottom {
    border-bottom: 0.2px solid #e3e3e3;
  }
  
  hr {
    margin: 0 auto !important;
  }
  
  .required {
    color: red;
  }
  
  .panelLinks {
    color: #307FE2 !important;
    font-family: "SF Pro Display Medium";
  }
  
  .secGrey {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .passwordNotice {
    font-size: 12px;
  }
  
  .priBackColor {
    background-color: #ffffff !important;
  }
  
  .backBlack {
    background: #1A1A1A !important;
  }
  
  .saveBtnUsers {
    min-width: 593px !important;
  }
  
  .colorWhite {
    color: #fff;
  }
  
  .colorBlack {
    color: #000 !important;
  }
  
  .card-header {
    border-bottom: none !important;
  }
  
  .borderBottom {
    border-bottom: 0.2px solid #e3e3e3;
  }
  
  /* --------------------
      FONT SIZES
      ----------------------- */
  .ft-10 {
    font-size: 10px !important;
  }
  
  .ft-15 {
    font-size: 15px !important;
  }
  
  .ft-14 {
    font-size: 14px !important;
  }
  
  .ft-12 {
    font-size: 12px !important;
  }
  
  .ft-18 {
    font-size: 18px !important;
  }
  
  .ft-8 {
    font-size: 8px !important;
  }
  
  .ft-20 {
    font-size: 20px !important;
  }
  
  /* *********
      PADDING/MARGIN */
  /*--------------------
   Padding / Margin
  ---------------------*/
  .nopadding {
    padding: 0px;
  }
  
  .p-r-0 {
    padding-right: 0px;
  }
  
  .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-l-0 {
    padding-left: 0px;
  }
  
  .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-40 {
    padding-left: 40px;
  }
  
  .p-t-0 {
    padding-top: 0px;
  }
  
  .p-t-10 {
    padding-top: 10px;
  }
  
  .p-t-15 {
    padding-top: 15px !important;
  }
  
  .p-t-20 {
    padding-top: 20px;
  }
  
  .p-t-30 {
    padding-top: 30px;
  }
  
  .p-t-40 {
    padding-top: 40px;
  }
  
  .p-t-60 {
    padding-top: 60px;
  }
  
  .p-t-80 {
    padding-top: 80px;
  }
  
  .p-t-100 {
    padding-top: 100px;
  }
  
  .p-t-120 {
    padding-top: 120px;
  }
  
  .p-t-140 {
    padding-top: 140px;
  }
  
  .p-b-0 {
    padding-bottom: 0px;
  }
  
  .p-b-10 {
    padding-bottom: 10px;
  }
  
  .p-b-20 {
    padding-bottom: 20px;
  }
  
  .p-b-30 {
    padding-bottom: 30px;
  }
  
  .p-b-40 {
    padding-bottom: 40px;
  }
  
  .p-b-60 {
    padding-bottom: 60px;
  }
  
  .p-b-80 {
    padding-bottom: 80px;
  }
  
  .p-b-100 {
    padding-bottom: 100px;
  }
  
  .p-b-120 {
    padding-bottom: 120px;
  }
  
  .p-b-140 {
    padding-bottom: 140px;
  }
  
  .m-r-0 {
    margin-right: 0px;
  }
  
  .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-l-0 {
    margin-left: 0px;
  }
  
  .m-l-10 {
    margin-left: 10px;
  }
  
  .m-l-15 {
    margin-left: 15px;
  }
  
  .m-l-20 {
    margin-left: 20px;
  }
  
  .m-l-25 {
    margin-left: 25px;
  }
  
  .m-l-50 {
    margin-left: 50px !important;
  }
  
  .m-t-0 {
    margin-top: 0px;
  }
  
  .m-t-10 {
    margin-top: 10px;
  }
  
  .m-t-20 {
    margin-top: 20px;
  }
  
  .m-t-30 {
    margin-top: 30px;
  }
  
  .m-t-40 {
    margin-top: 40px;
  }
  
  .m-t-60 {
    margin-top: 60px;
  }
  
  .m-t-80 {
    margin-top: 80px;
  }
  
  .m-t-100 {
    margin-top: 100px;
  }
  
  .m-t-120 {
    margin-top: 120px;
  }
  
  .m-b-0 {
    margin-bottom: 0px !important;
  }
  
  .m-b-10 {
    margin-bottom: 10px;
  }
  
  .m-b-20 {
    margin-bottom: 20px;
  }
  
  .m-b-30 {
    margin-bottom: 30px;
  }
  
  .m-b-40 {
    margin-bottom: 40px;
  }
  
  .m-b-60 {
    margin-bottom: 60px;
  }
  
  .m-b-80 {
    margin-bottom: 80px;
  }
  
  .m-b-100 {
    margin-bottom: 100px;
  }
  
  .m-b-120 {
    margin-bottom: 120px;
  }
  
  /* ==========================================================================
     0. ELEMENT
     ========================================================================== */
  /* 0.1. Body / Typography
     ========================================================================== */
  body {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #71748d;
    background-color: #efeff6;
    -webkit-font-smoothing: antialiased;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a.focus {
    outline: none !important;
  }
  
  button.focus {
    outline: none !important;
  }
  
  .hrLines {
    margin: 0 auto !important;
  }
  
  /* SCROLL BAR HOME */
  .slimScrollBar {
    width: 3px !important;
    opacity: 0 !important;
  }
  
  /* SCROLL BAR ALL */
  ::-webkit-scrollbar {
    width: 3px !important;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #bebebe;
  }
  
  .btn {
    border: none !important;
  }
  
  .btn.focus,
  .btn:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  /* PAGE HEADER */
  .pageHeader {
    background-color: #F1F3F6;
    margin: 0;
  }
  
  @media (min-width: 576px) {
    .modal-dialog-centered {
      min-height: 100%;
    }
  }
  
  /* vertical Line */
  .verticalLine {
    background: #e6e6e6;
    width: 1px;
    height: 200px;
  }
  
  /* -------------------- Sidebar ----------------------- */
  .navigation-horizontal {
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: #fff;
      -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
      box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
      -webkit-transition: all 0.3s ease;*/
  }
  
  .navigation-horizontal .nav-link[data-toggle="collapse"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .navigation-horizontal .nav-link[data-toggle="collapse"]::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  
  .navigation-horizontal .nav-link[data-toggle="collapse"][aria-expanded="false"]:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  
  .navigation-horizontal .nav-link[data-toggle="collapse"]:after {
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    opacity: .5;
  }
  
  .navigation-horizontal .navbar-nav {
    width: 100%;
  }
  
  .navigation-horizontal .navbar {
    position: relative;
    padding: 0px;
  }
  
  .navigation-horizontal .navbar-nav .nav-link {
    font-size: 13px;
    padding: 9px 30px 9px 20px;
    margin-bottom: 2px;
    color: #71789e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 6px 1px;
  }
  
  .navigation-horizontal .nav-link i {
    font-size: 14px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
  }
  
  .navDivider {
    padding: 10px 24px;
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .navigation-horizontal .submenu {
    background-color: #e2e2eb;
    margin-top: -6px;
    margin-right: 1px;
    margin-left: 1px;
  }
  
  .navigation-horizontal .submenu .nav .nav-item .nav-link {
    font-size: 12px;
    padding: 0px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
  }
  
  .navigation-horizontal .navbar-nav .nav-link:focus,
  .navigation-horizontal .navbar-nav .nav-link.active {
    /*  background-color: #e2e2eb; */
    color: #3d405c;
    border-radius: 2px;
  }
  
  .navigation-horizontal .navbar-nav .nav-link:focus,
  .navigation-horizontal .navbar-nav .nav-link:hover {
    /* background-color: #e2e2eb; */
    /*  background-color: #F1F3F6; */
    color: #3d405c;
    border-radius: 2px;
  }
  
  .navigation-horizontal .submenu .nav .nav-item .nav-link:hover {
    color: #3d405c;
    border-radius: 2px;
    background-color: transparent;
  }
  
  /* mainMenu */
  .mainMenu {
    color: #000;
    opacity: 0.5;
  }
  
  /* Sidebar Links */
  .navSideBarLinks {
    color: #000000 !important;
    font-family: 'SF Pro Display Regular' !important;
    font-size: 17px !important;
    min-height: 62px !important;
  }
  
  /* -----------------------
  Left Navigation Sidebar
  ------------------------- */
  .navitemContainer {
    background-color: #F1F3F6;
  }
  
  .nav-item a {
    height: 3.75rem;
    border-bottom: 0.2px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px !important;
    line-height: 20px;
    letter-spacing: -0.41px;
  }
  
  .nav-left-sidebar {
    position: fixed;
    width: 396px;
    height: 100%;
    /* top: 60px; */
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    -webkit-transition: all 0.3s ease;
    z-index: 999;
    background: #FEFEFE;
    -webkit-box-shadow: 0px 2px 26px rgba(29, 55, 103, 0.1);
            box-shadow: 0px 2px 26px rgba(29, 55, 103, 0.1);
  }
  
  .nav-left-sidebar .nav-link[data-toggle="collapse"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .nav-left-sidebar .nav-link[data-toggle="collapse"]::after {
    content: "-";
    display: inline-block;
    width: 0px;
    height: 1px;
    position: absolute;
    right: 20px;
    vertical-align: 0.255em;
    background-color: #000;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    /* border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; */
  }
  
  .nav-left-sidebar .nav-link[data-toggle="collapse"][aria-expanded="false"]:after {
    /*  transform: rotate(-90deg); */
    content: "+";
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  
  .nav-left-sidebar .nav-link[data-toggle="collapse"]:after {
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
    opacity: .5;
    right: 35px;
    top: 15px;
  }
  
  .nav-left-sidebar .navbar-nav {
    width: 100%;
  }
  
  .nav-left-sidebar .navbar {
    position: relative;
    padding: 14px;
  }
  
  .nav-left-sidebar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px;
    /* margin-bottom: 2px; */
    color: #71789e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .nav-left-sidebar .nav-link i {
    font-size: 14px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
  }
  
  .nav-divider {
    padding: 10px 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .nav-left-sidebar .submenu .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 6px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .nav-left-sidebar .navbar-nav .nav-link:focus,
  .nav-left-sidebar .navbar-nav .nav-link.active {
    /*  background-color: #e2e2eb; */
    color: #3d405c;
    border-radius: 2px;
  }
  
  .nav-left-sidebar .navbar-nav .nav-link:focus,
  .nav-left-sidebar .navbar-nav .nav-link:hover {
    /* background-color: #e2e2eb; */
    color: #3d405c;
    border-radius: 2px;
  }
  
  /* .nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
      color: #3d405c;
      border-radius: 2px;
      background-color: transparent;
  } */
  .nav-left-sidebar .navbar-toggler {
    background-color: #fff;
  }
  
  .navbar-toggler {
    padding: .25rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  
  .nav-left-sidebar .nav-item .arrow::after {
    color: #C8C7CC;
    border-left: 2px solid currentcolor;
    border-top: 2px solid currentcolor;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 25px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  
  /* -----------------------
  Leftsidebar - Primary
  ------------------------- */
  .sidebar-primary {
    background-color: #414da7;
  }
  
  .sidebar-primary .nav-divider {
    color: #ddddff;
  }
  
  .sidebar-primary.nav-left-sidebar .nav-link i {
    color: #8991d4;
  }
  
  .sidebar-primary.nav-left-sidebar .navbar-nav .nav-link {
    color: #8991d4;
  }
  
  .sidebar-primary.nav-left-sidebar .navbar-nav .nav-link:focus,
  .sidebar-primary.nav-left-sidebar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #5761c2;
    border-radius: 2px;
  }
  
  .sidebar-primary.nav-left-sidebar .navbar-nav .nav-link:focus,
  .sidebar-primary.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: #5761c2;
    color: #fff;
    border-radius: 2px;
  }
  
  .sidebar-primary.nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
    color: #fff;
    border-radius: 2px;
    background-color: #EBF0FE;
  }
  
  .submenu {
    background-color: #fff;
  }
  
  .sidebar-dark {
    background-color: #0e0c28;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    -webkit-transition: all 0.3s ease;
  }
  
  .sidebar-dark .nav-divider {
    color: #a4aadb;
    font-size: 12px;
    letter-spacing: 1px;
  }
  
  .sidebar-dark.nav-left-sidebar .nav-link i {
    color: #7a80b4;
  }
  
  .nav-item .hoverClass:hover {
    background-color: #EBF0FE;
  }
  
  .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link {
    color: #7a80b4;
  }
  
  .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus,
  .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #242849;
    border-radius: 2px;
  }
  
  .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus,
  .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: #242849;
    color: #fff;
    border-radius: 2px;
  }
  
  .sidebar-dark.nav-left-sidebar .navbar-nav .nav-item .badge {
    position: absolute;
    right: 40px;
    display: none;
  }
  
  /*-----navigation dark ---*/
  /*-----------------------
  Sidebar Page Navigations
  -------------------------*/
  .sidebar-nav-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
  }
  
  .sidebar-nav-fixed ul li a {
    font-size: 14px;
    color: #71728e;
    display: block;
    padding: 5px 15px;
    background: transparent;
    border-radius: 4px;
    line-height: 1.8;
  }
  
  .sidebar-nav-fixed ul li a:hover {
    color: #5969ff;
  }
  
  .sidebar-nav-fixed ul li a.active {
    display: block;
    color: #5969ff;
    background: #e0e0fd;
  }
  
  /*--- Bootstrap Dropdown ----*/
  .dropdown-menu {
    background: #fff;
    font-size: 14px;
    color: #3d405c;
    border: 1px solid #e6e6f2;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3d405c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:hover {
    color: #5969ff;
    background: #efeff6;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5969ff;
  }
  
  /* -------------------- 0.5.Container / Wrapper ----------------------- */
  /*-----------------------
  Container / Wrapper
  -------------------------*/
  .dashboard-main-wrapper {
    min-height: 100%;
    /*  padding-top: 60px; */
    position: relative;
  }
  
  .dashboard-wrapper {
    position: relative;
    left: 0;
    margin-left: 396px;
    min-height: 100vh !important;
    background-color: #F1F3F6;
  }
  
  .dashboard-content {
    padding: 30px 30px 60px 30px;
  }
  
  /*-----------------------
  Splash Container / Wrapper
  -------------------------*/
  .splash-container {
    width: 100%;
    max-width: 375px;
    padding: 15px;
    margin: auto;
  }
  
  .splash-container .card-header {
    padding: 20px;
  }
  
  .splash-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1rem;
    margin-top: 5px;
    padding-bottom: 10px;
  }
  
  .splash-title {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 300;
  }
  
  .splash-container .card-footer-item {
    padding: 12px 28px;
  }
  
  /* -------------------- 0.6.Pageheader ----------------------- */
  /*-----------------------
  Pageheader
  -------------------------*/
  .page-header {
    margin-bottom: 30px;
    height: 100%;
    /* border-bottom: 1px solid grey; */
  }
  
  .page-breadcrumb .breadcrumb-link {
    color: #a6a6b7;
  }
  
  .page-breadcrumb .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 10px;
    font-size: 12px;
    margin-left: 38px;
    text-transform: uppercase;
  }
  
  .page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #b1b1c0;
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
  }
  
  .page-breadcrumb .breadcrumb-item.active {
    color: #71728e;
  }
  
  .pageheaderTitle {
    font-size: 24px;
    margin-bottom: 8px;
    margin-left: 38px;
    color: #263238;
    font-family: "SF Pro Display Medium";
  }
  
  .pageheader-text {
    margin-bottom: 14px;
    display: none;
  }
  
  /* FIXED BUTTON IN SIDE BAR */
  .launchePOS {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 396px;
    min-height: 83px;
    background: #FEFEFE;
    -webkit-box-shadow: 0px -2px 25px rgba(29, 55, 103, 0.1);
            box-shadow: 0px -2px 25px rgba(29, 55, 103, 0.1);
  }
  
  .launchPosBtn {
    color: #BDBDBD;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "SF Pro Display Medium";
  }
  
  /* Language DropDown */
  .group {
    position: relative;
  }
  
  .miniDropdown input {
    font-size: 12px;
    padding: 20px 10px 10px 15px;
    display: block;
    min-width: 102px;
    height: 33px;
    border: none;
    background: rgba(158, 158, 158, 0.25);
    border-radius: 4px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
  }
  
  form input:focus {
    outline: none;
  }
  
  .group label, .groupInput label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 20px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
  }
  
  .group input:focus ~ label,
  .group input:valid ~ label,
  .groupInput input:focus ~ label,
  .groupInputinput:valid ~ label {
    top: 1px;
    font-size: 8px;
    color: #999999;
  }
  
  .group input:focus,.groupInput input:focus {
    background: #FFFFFF;
    border: 1px solid #307FE2;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(48, 127, 226, 0.6);
            box-shadow: 0px 0px 0px 4px rgba(48, 127, 226, 0.6);
  }
  
   .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  
  .groupInput input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.6s ease;
    animation: inputHighlighter 0.6s ease;
  }
  
  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  
  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  
  .miniDropdown  .inL {
    border: 1.5px solid #D9D9D9;
    /*  background: #FFFFFF; */
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-left: 14px;
    padding-top: 14px !important;
  }
  
  .miniDropdown  .listData {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.875rem;
    color: #3e5569;
    text-align: left;
    list-style: none;
    border-radius: 4px;
    margin-bottom: 3px;
  }
  
  .miniDropdown  .k {
    list-style: none;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    padding-left: 20px;
  }
  
  .miniDropdown  .k:hover {
    background-color: #EBF0FE;
  }
  
  .miniDropdown  .dropdownContent {
    display: none;
    width: 75%;
    position: absolute;
    padding-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    /* margin: 50px 0 0 0; */
    border-radius: 4px !important;
    z-index: 999;
    background: #ffffff !important;
    margin-top: 3px;
  }
  
  .dip {
    display: block !important;
  }
  
  /* SAVE BTN */
  .saveBtn {
    color: #fff;
    text-transform: uppercase;
    background-color: #E64D3D;
    min-height: 62px;
    /* min-width: 544px; */
    /* width: 95%; */
    margin: 30px 0;
    border-radius: 4px;
    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;
  }
  
  .saveBtn:hover {
    background-color: #c93728;
  }
  
  /* mainInputField CSS */
  .groupInput {
    position: relative;
    margin-bottom: 15px;
  }
  
  .mainInput {
    font-size: 18px;
    padding: 20px 10px 10px 15px;
    display: block;
    width: 544px;
    height: 55px;
    border: none;
    background: rgba(158, 158, 158, 0.25);
    border-radius: 4px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
  }
  
  .mainInput :focus {
    outline: none;
  }
  
  /* LABEL ======================================= */
  .mainInputLabel label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 20px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
  }
  
  /* active state */
  .mainInput :focus ~ .mainInputLabel,
  input:valid ~ .mainInputLabel {
    top: 5px;
    font-size: 12px !important;
    color: #999999;
  }
  
  .groupInput input:focus ~ .mainInputLabel {
    top: 5px;
    font-size: 12px !important;
    color: #999999;
  }
  
  .mainInput :focus {
    background: #FFFFFF;
    /* core/blue */
    border: 1px solid #307FE2;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(48, 127, 226, 0.6);
            box-shadow: 0px 0px 0px 4px rgba(48, 127, 226, 0.6);
  }
  
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
  .highlightInput {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  
  /* active state */
  .mainInput :focus ~ .highlightInput {
    -webkit-animation: inputHighlighter 0.6s ease;
    animation: inputHighlighter 0.6s ease;
  }
  
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  
  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  
  /* All MODAL CSS */
  .modal-content {
    background-color: #F2F2F2;
    border-radius: 8px;
  }
  
  .modal-title {
    font-size: 20px;
    font-family: "SF Pro Display medium";
  }
  
  .modalSaveBtn {
    background-color: #E64D3D;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    padding: 10px 50px;
    width: 50%;
  }
  
  .modalCancelBtn {
    background-color: #F2F2F2;
    border: 1px solid #797979;
    border-radius: 4px;
    text-transform: uppercase;
    color: #797979;
    padding: 10px 50px;
    width: 50%;
  }
  
  .modalLabel {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #000000;
  }
  
  .highlightTax {
    font-size: 16px;
    font-family: "SF Pro Display Medium";
    color: #E64D3D;
  }
  
  /* Tax page Modal */
  .itemsTaxModal {
    min-width: 741px !important;
    height: 75vh !important;
   /*  overflow: scroll; */
  }
  
  .accBtn {
    font-size: 17px !important;
    background-color: #F2F2F2 !important;
  }
  
  .subItems {
    padding: 1.2rem 0 1.2rem 1.2rem !important;
  }
  
  /* ==========================================================================
    2. Dashboard Index-Finance
     ========================================================================== */
  /**** BLUE Radio button code ****/
  #radio-1 + label {
    left: -60vw;
    background: #0a3c93;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  #radio-1 + label:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  #radio-1:checked + label:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  /**** Yellow Radio button code ****/
  #radio-2 + label {
    left: -60vw;
    background: #ffdc40;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  #radio-2 + label:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  #radio-2:checked + label:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  /**** Red Radio button code ****/
  #radio-3 + label {
    left: -60vw;
    background: #a00000;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  
  #radio-3 + label:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  #radio-3:checked + label:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #007bff;
    width: 15px;
    border-radius: 50px;
    height: 15px;
    top: 6.5px;
    left: 2.4px;
    border: 3px solid white;
  }
  
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  
  .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
  }
  
  /* -----------------------
  2.3  Cards
  -------------------------*/
  .card {
    margin-bottom: 30px;
    border: none;
  }
  
  .card-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6f2;
  }
  
  .card-subtitle {
    font-size: 14px;
  }
  
  .card-footer {
    border-top: 1px solid #e6e6f2;
    background: #f6f6ff;
  }
  
  .toolbar {
    font-size: 18px;
  }
  
  .card-header-title {
    margin: 0;
    line-height: 2;
  }
  
  .card-toolbar-tabs .nav.nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding: 6px 10px;
  }
  
  .card-toolbar-tabs .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #5969ff;
    background-color: transparent;
  }
  
  /*------------------------- Card Varience --------------------------*/
  .card-figure {
    position: relative;
    padding: 10px;
    border-radius: 2px;
  }
  
  .card-figure .figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  
  .card-figure .figure-caption {
    display: block;
    margin-top: 10px;
    font-size: .875rem;
    color: inherit;
  }
  
  .figure-title {
    margin: 0 0 .125rem;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .card-figure.has-hoverable {
    -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: transform .2s, box-shadow .2s;
    transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
  }
  
  .card-figure.has-hoverable:focus,
  .card-figure.has-hoverable:hover {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0);
    -webkit-box-shadow: 0 5px 15px 0 rgba(61, 70, 79, 0.15);
    box-shadow: 0 5px 15px 0 rgba(61, 70, 79, 0.15);
  }
  
  .figure-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  
  .figure-img .img-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  
  .card-figure:hover .img-link {
    opacity: 1;
  }
  
  .figure-img .img-link .tile {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
  }
  
  .tile.bg-danger {
    color: #fff;
  }
  
  .tile-circle {
    border-radius: 4rem;
  }
  
  .figure-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .card-figure:hover .figure-action {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
  }
  
  .figure-tools {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .5rem;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  
  .card-figure:hover .figure-tools {
    opacity: 1;
  }
  
  .figure-description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2.25rem .5rem;
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
  }
  
  .card-figure:hover .figure-description {
    opacity: 1;
  }
  
  .figure-attachment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    background-color: #f5f5f5;
    overflow: hidden;
  }
  
  .btn-reset {
    padding: 0 2px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }
  
  /*--- Simple Card Tabs ----*/
  .simple-card {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9f2;
  }
  
  .simple-card .nav.nav-tabs {
    border-bottom: 1px solid #e6e6f2;
  }
  
  .simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 49px;
    color: #71748d;
    background: #f8f8fb;
    border-color: #e9e9f2 #e9e9f2 #e9e9f2;
    margin-right: -1px;
    border-radius: 0px;
    border-top: transparent;
  }
  
  .simple-card .nav-tabs .nav-link.active {
    color: #5969ff !important;
    background-color: transparent !important;
    border-color: #e9e9f2 #e9e9f2 #fff !important;
  }
  
  .simple-card .tab-content {
    padding: 30px;
  }
  
  /*--- Simple Card Outline Tabs ----*/
  .simple-outline-card {
    border-radius: 4px;
    border: 1px solid #c4c4cf;
  }
  
  .simple-outline-card .nav.nav-tabs {
    border-bottom: 1px solid #c4c4cf;
  }
  
  .simple-outline-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 49px;
    color: #71748d;
    background: #e9e9f2;
    border-color: #c4c4cf #c4c4cf #c4c4cf;
    margin-right: -1px;
    border-radius: 0px;
    border-top: transparent;
  }
  
  .simple-outline-card .nav-tabs .nav-link.active {
    color: #5969ff !important;
    background-color: transparent !important;
    border-color: #c4c4cf #c4c4cf #efeff6 !important;
  }
  
  .simple-outline-card .tab-content {
    padding: 30px;
  }
  
  /* -----------------------
  2.9  Accordions
  -------------------------*/
  .accrodion-regular .card {
    margin-bottom: 5px;
  }
  
  .accrodion-regular .card-body {
    margin-top: -1px;
  }
  
  .accrodion-regular .card .card-header {
    font-size: 16px;
    padding: 10px;
    background-color: transparent;
  }
  
  .accrodion-regular .card .card-header .btn-link {
    color: #3d405c;
    text-decoration: none;
  }
  
  .accrodion-regular .card .card-header .btn-link:hover {
    color: #f12357;
    text-decoration: none;
  }
  
  .accrodion-outline .card {
    margin-bottom: 5px;
    background-color: transparent;
    border-color: #d9d9e3;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .accrodion-outline .card-body {
    border: 1px solid #d9d9e3;
    margin-top: -1px;
  }
  
  .accrodion-outline .card .card-header {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #d9d9e3;
    background-color: transparent;
  }
  
  .accrodion-outline .card .card-header:first-child {
    border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
  }
  
  .accrodion-outline .card .card-header .btn-link {
    color: #3d405c;
    text-decoration: none;
  }
  
  .accrodion-outline .card .card-header .btn-link:hover {
    color: #f12357;
    text-decoration: none;
  }
  
  /*-----------------------
   Switch Toggle
  -------------------------*/
  /* MAIN SWITCH */
  .onOffToggle {
    width: 62px;
    height: 24px;
    position: relative;
    display: inline-block;
  }
  
  .onOffToggleSlider {
    width: 62px;
    height: 31px;
    display: block;
    border-radius: 34px;
    background-color: #d8d8d8;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  
  .onOffToggleSlider:before {
    content: '';
    display: block;
    background-color: #fff;
    bottom: -3px;
    height: 23px;
    width: 23px !important;
    left: 3px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 18px;
    border: none;
    z-index: 5;
    border-radius: 100%;
  }
  
  .onOffToggleSlider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'off';
    color: #C0C0C0;
    padding-left: 30px;
    padding-top: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: normal;
    font-size: 14px;
  }
  
  .onOffToggleInput {
    position: absolute;
    opacity: 0;
  }
  
  .onOffToggleInput:checked + .onOffToggleSlider {
    background-color: #E64D3D;
    border: none;
  }
  
  .onOffToggleInput:checked + .onOffToggleSlider:before {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  
  .onOffToggleInput:checked + .onOffToggleSlider:after {
    content: 'on';
    color: #FFFFFF;
    padding-left: 8px;
    padding-top: 3px;
    font-weight: normal;
    font-size: 14px;
  }
  
  /* miniSwitch */
  .miniOnOffToggle {
    width: 40px;
    height: 16px;
    position: relative;
    display: inline-block;
  }
  
  .miniOnOffToggleSlider {
    width: 40px;
    height: 16px;
    display: block;
    border-radius: 34px;
    background-color: #d8d8d8;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  
  .miniOnOffToggleSlider:before {
    content: '';
    display: block;
    background-color: #fff;
    bottom: 0.131rem;
    height: 11.5px;
    width: 11.5px !important;
    left: 3px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 18px;
    border: none;
    z-index: 5;
    border-radius: 100%;
  }
  
  .miniOnOffToggleSlider:after {
    display: block;
    line-height: 24px;
    content: '';
    color: #C0C0C0;
    padding-left: 30px;
    padding-top: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: normal;
    font-size: 14px;
  }
  
  .miniOnOffToggleInput {
    position: absolute;
    opacity: 0;
  }
  
  .miniOnOffToggleInput:checked + .miniOnOffToggleSlider {
    background-color: #E64D3D;
    border: none;
  }
  
  .miniOnOffToggleInput:checked + .miniOnOffToggleSlider:before {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
  
  .miniOnOffToggleInput:checked + .miniOnOffToggleSlider:after {
    content: '';
    color: #FFFFFF;
    padding-left: 8px;
    padding-top: 3px;
    font-weight: normal;
    font-size: 14px;
  }
  
  /*-----------------------
  6.9 Calendar
  -------------------------*/
  #calendar1 {
    margin: 0 auto;
  }
  
  #wrap {
    /* width: 1100px; */
    margin: 0 auto;
  }
  
  #external-events {
    float: left;
    width: 270px;
    padding: 0 20px;
    border: 1px solid #e0e4ef;
    background: #f9f9ff;
    text-align: left;
    border-radius: 4px;
  }
  
  #external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
  }
  
  #external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
  }
  
  #external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
  }
  
  #external-events p input {
    margin: 0;
    vertical-align: middle;
  }
  
  #calendar {
    float: right;
    width: 1240px;
  }
  
  /*-------------------------------------------------------------------
  Media Query
  -------------------------------------------------------------------*/
  /*==========  Non-Mobile First Method  ==========*/
  /* Large Devices, Wide Screens */
  @media only screen and (max-width: 1400px) {
    .product-price {
      position: initial;
    }
    .product-slider {
      background-color: #fff;
      border-top-left-radius: 4px;
      padding: 131px 28px;
    }
    .influencer-profile-data .user-social-media {
      padding: 16px 56px;
      text-align: center;
      border-right: 1px solid #e6e6f2;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    .product-price {
      position: initial;
    }
    .product-slider {
      padding: 131px 30px;
    }
    /*--------- dashboard-influence -------- */
    .user-social-media {
      padding: 16px 45px;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #dee2e6;
      border-right: transparent !important;
    }
  }
  
  /* Medium Devices, Desktops */
  @media only screen and (max-width: 992px) {
    /*--------- dashboard-influence -------- */
    .user-social-media {
      padding: 16px 45px;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #dee2e6;
      border-right: transparent !important;
    }
  }
  
  /* Small Devices, Tablets */
  @media only screen and (max-width: 768px) {
    .dashboard-content {
      padding: 20px 20px 60px 20px;
    }
    .nav-left-sidebar .navbar a {
      color: #fff;
      font-size: 18px;
    }
    .nav-left-sidebar .navbar {
      padding: 14px;
    }
    .nav-left-sidebar {
      width: 100%;
      position: relative;
      top: 0px;
      right: 0px;
    }
    .dashboard-wrapper {
      margin-left: 0px;
    }
    .dashboard-footer {
      margin-left: 0px;
    }
    .nav-left-sidebar .navbar-toggler {
      background-color: #fff !important;
    }
    .navbar-toggler {
      background-color: #fff !important;
    }
    .navbar-light .navbar-nav .nav-link {
      color: #fff !important;
    }
    .navbar-toggler-icon {
      margin-bottom: 0;
    }
    .navbar:before, .navbar:after {
      display: none !important;
    }
    .navbar {
      display: flex;
    justify-content: space-between;
    align-items: center;
    }
    /* infulencer dahboard */
    .dashboard-influence .card-footer-item {
      padding: 11px 54px;
    }

    .influencer-profile .tab-regular .nav.nav-tabs .nav-item .nav-link,
    .influencer-profile .tab-regular .nav.nav-pills .nav-item .nav-link {
      display: block;
      padding: 17px 13px;
    }
    /* Inbox */
    .page-aside {
      background: none repeat scroll 0 0 #ffffff;
      width: 280px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-right: 1px solid #e6e6f2;
      margin-top: 0;
      padding-bottom: 0px;
      color: #404040;
    }
    /*--------- dashboard-product-single -------- */
    .product-slider {
      padding: 131px 30px;
    }
    .product-carousel .carousel-indicators {
      bottom: -30px;
    }
    /*--------- dashboard-influence -------- */
    .user-social-media {
      padding: 16px 45px;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #dee2e6;
      border-right: transparent !important;
    }
  }
  
  /* Extra Small Devices, Phones */
  @media only screen and (max-width: 480px) {
    .dashboard-content {
      padding: 20px 20px 60px 20px;
    }
    .nav-left-sidebar .navbar a {
      color: #fff;
    }
    .nav-left-sidebar .navbar-toggler {
      background-color: #fff !important;
    }
    .aside-header .navbar-toggle {
      display: block;
    }
    .nav-left-sidebar .navbar {
      padding: 14px;
    }
    .nav-left-sidebar {
      width: 100%;
      position: relative;
      top: 0px;
      right: 0px;
    }
    .dashboard-wrapper {
      margin-left: 0px;
    }
    .dashboard-footer {
      margin-left: 0px;
    }
    .page-aside {
      background: none repeat scroll 0 0 #fff;
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0px;
      border-right: transparent;
      margin-top: 0px;
      padding-bottom: 0px;
      color: #404040;
      border-bottom: 1px solid #e6e6f2;
    }
    .aside-nav.collapse {
      display: none;
    }
    .dashboard-main-wrapper .main-content {
      margin-left: 0px;
      width: auto;
    }
    .aside-nav.show {
      display: block;
    }
    /*--------- dashboard-influence -------- */
    .user-social-media {
      padding: 16px 45px;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #dee2e6;
      border-right: transparent !important;
    }
    .user-social-media:last-child {
      border-bottom: transparent;
      border-right: transparent !important;
    }
    .dashboard-influence .progress {
      width: 74%;
    }
    .footer {
      margin-left: 0px;
    }
    .influencer-profile-data .user-avatar {
      float: initial;
    }
    .influencer-profile-data .user-avatar-name {
      float: initial;
    }
    .dashboard-influence .card-footer-item {
      padding: 11px 48px;
    }
    /*--------- dashboard-profile -------- */
    .tab-regular .nav.nav-tabs .nav-item .nav-link,
    .tab-regular .nav.nav-pills .nav-item .nav-link {
      display: block;
      padding: 17px 38px;
    }
    .tab-regular .nav.nav-tabs .nav-item,
    .tab-regular .nav.nav-pills .nav-item {
      margin-bottom: 5px;
    }
    /*--------- dashboard-product-single -------- */
    .product-slider {
      padding: 30px 10px;
    }
    .product-carousel .carousel-indicators {
      bottom: -30px;
    }
    .simple-card .nav.nav-tabs .nav-item .nav-link {
      padding: 17px 29px;
    }
  }
  
  /* Custom, iPhone Retina */
  /* =======================================================
  ================PAGE SPECIFIC CSS=========================
  ========================================================= */
  /* HOMEPAGE/INDEX */
  /* ACCORDIANS */
  .servicesAccCard {
    border-radius: 12px !important;
    margin-bottom: 15px !important;
  }
  
  .servicesAccCardHeader {
    height: 5.5rem;
  }
  
  .servicesTitle {
    font-family: "SF Pro Display Bold";
    color: #000;
    font-size: 17px;
  }
  
  .servicesInfoText {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
  }
  
  /* ACCORDIANS HOME */
  .ePOSContainer {
    padding-bottom: 1.5rem !important;
    min-height: 3.5rem;
  }
  
  .serviceTypeText {
    font-family: 'SF Pro Display Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.41px;
    color: #000000;
  }

  /* place holder error */
  .input-error{
    color: rgb(243, 61, 61);
    }
  .remove-background-logo{
    background: transparent !important;
  }
  
  /* MEDIA QUERY FOR BIGGER SCREEN SIZES */
  @media screen and (min-width: 1277px) {
    .noAccordianServices {
      padding: 20px;
      margin-left: 40px;
      margin-right: 40px;
    }
    .servicesTitle {
      font-size: 19px;
    }
    .servicesInfoText {
      font-size: 14px;
    }
    .savedUserCon {
      padding: 60px;
    }
    .userAdditionPanel {
      width: 75% !important;
    }
    /*
    .passwordNoticeCon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    */
    .noticeUser,
    .radioUsers,
    .userTitle {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
    /* .fieldConUsers{
                  display: flex;
                  justify-content: flex-start !important;
                  margin-left:10px !important ;
              } */
  }
  
  /* MEDIA QUERY FOR BIGGER SCREENS */
  @media screen and (min-width: 1500px) and (max-width: 1650px) {
    .dashboard-wrapper {
      margin-left: 450px !important;
    }
    .nav-left-sidebar {
      width: 450px !important;
    }
    .launchePOS {
      width: 450px;
    }
  }
  
  @media screen and (min-width: 1650px) {
    .dashboard-wrapper {
      margin-left: 520px !important;
    }
    .nav-left-sidebar {
      width: 520px !important;
    }
    .launchePOS {
      width: 520px;
    }
  }
  /*# sourceMappingURL=style.css.map */
  button.disabled:hover {
    cursor: not-allowed;
  }

  .error_border{
    border: 1px solid #E64D3D !important;
    box-shadow:none !important;
    background-color:rgba(230,77,61,0.05);
    }
  
  
  .addedErrorMessageClass{
    display:block !important;
    font-weight: 100;
    opacity: 0.8;
    font-size: 10px;
    /* border-radius: 2px; */
    width: 150px;
  background: #E64D3D;
  color: #fff;
  padding: 3px 10px;
  margin-left: 30px!important;
  }
  