@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.93rem;
  line-height: 1.8;
  font-weight: 600;
  color: #6b6b6b;
  color: #454545;
  background-color: #f3f3f3; }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.white-color {
  color: #fff !important; }

.orange-color {
  color: #ee8018 !important; }

.yellow-color {
  color: #f1bc04 !important; }

.blue-color {
  color: #003583 !important; }

.green-color {
  color: #009952 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #283a5e;
  margin: 0;
  line-height: 1.5em; }

ul li {
  list-style: none; }

@keyframes mover {
  0% {
    transform: translateY(0) scale(1); }
  100% {
    transform: translateY(-5px) scale(1.2); } }
.title-dash h4 {
  font-size: 1.5rem;
  color: #272223; }
.title-dash ul {
  font-size: .83rem;
  margin-left: -29px; }
  .title-dash ul .breadcrum {
    margin-left: 10px;
    color: #6b6b6b;
    text-decoration: none;
    font-weight: 500; }

a {
  text-decoration: none !important; }

/* ----------------------------------------------------------
:: Navbar
---------------------------------------------------------- */
header .topbar {
  position: fixed;
  top: 0;
  left: 2px;
  right: 0;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid rgba(228, 228, 228, 0.75);
  z-index: 10;
  width: 102%;
  border-left: 1px solid #f0f0f0; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    header .topbar {
      width: 100%;
      left: 0; } }
  header .topbar .sidebar-header {
    height: 60px;
    width: 208px;
    /* box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);*/ }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      header .topbar .sidebar-header {
        width: 110px; } }
    @media (min-width: 1600px) {
      header .topbar .sidebar-header {
        width: 12.5%; } }
    @media only screen and (min-width: 1920px) {
      header .topbar .sidebar-header {
        width: 10%; } }
    header .topbar .sidebar-header .logo {
      text-align: center; }
      header .topbar .sidebar-header .logo a {
        display: inline-block;
        line-height: 0; }
        header .topbar .sidebar-header .logo a img {
          width: 110px;
          padding-top: 6px; }
          @media screen and (max-width: 767px) and (min-width: 320px) {
            header .topbar .sidebar-header .logo a img {
              width: 80px;
              padding-top: 15px;
              padding-left: 9px; } }
  header .topbar .navbar {
    width: 100%;
    height: 60px;
    padding-left: 0.45rem;
    padding-right: 1.5rem;
    border-left: 1px solid #f0f0f0; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      header .topbar .navbar {
        border-left: none;
        padding-right: 0; } }
    @media only screen and (min-width: 1920px) {
      header .topbar .navbar {
        padding-right: 3rem; } }
    header .topbar .navbar .sidebar-toggler {
      width: 30px;
      height: 30px;
      align-items: center;
      justify-content: center;
      background: #f1bc04;
      border-radius: 30px;
      display: inline-flex;
      color: #fff; }
      header .topbar .navbar .sidebar-toggler i {
        font-size: 0.7rem; }
    header .topbar .navbar .search-bar {
      width: 40%;
      cursor: pointer; }
      header .topbar .navbar .search-bar input {
        cursor: pointer;
        background-color: #f4f4f4;
        border: 0; }
    header .topbar .navbar .user-box {
      display: flex;
      align-items: center;
      height: 60px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        header .topbar .navbar .user-box {
          padding-right: 2rem !important; } }
      header .topbar .navbar .user-box img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 0 solid #e5e5e5;
        padding: 0; }
      header .topbar .navbar .user-box .user-info .user-name {
        font-size: 0.7rem;
        font-weight: 500;
        color: #413c3c; }
      header .topbar .navbar .user-box .user-info .designattion {
        font-size: 13px;
        color: #747474; }

.sidebar {
  width: 185px;
  position: fixed;
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  background: #3c3c3c;
  border-right: 0 solid #e4e4e4;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.12);
  overflow: auto;
  height: 100%;
  z-index: 9;
  max-height: 577px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar {
      margin-left: -187px; } }
  @media screen and (min-width: 1600px) {
    .sidebar {
      max-height: 695px; } }
  @media only screen and (min-width: 1920px) {
    .sidebar {
      max-height: 100%; } }
  .sidebar .navbar-sidebar li {
    display: flex;
    flex-direction: column;
    position: relative; }
    .sidebar .navbar-sidebar li .submenu {
      background-color: #686868;
      transition: all .3s ease-out; }
      .sidebar .navbar-sidebar li .submenu li a:hover {
        color: #ffc600;
        font-weight: 500;
        background: transparent;
        border: none; }
      .sidebar .navbar-sidebar li .submenu li a.active {
        color: #ffc600;
        font-weight: 500;
        background: transparent;
        border: none; }
    .sidebar .navbar-sidebar li a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: left;
      padding: 8px 5px;
      color: #ffffff;
      font-size: 0.72rem;
      font-weight: 400;
      outline-width: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      letter-spacing: .5px;
      border-radius: 0.25rem;
      transition: all .3s ease-out;
      border-left: 2px solid #fcca0700; }
      .sidebar .navbar-sidebar li a.active {
        border-left: 2px solid #fcca07;
        border-radius: 0;
        color: #fff;
        background: #000; }
      .sidebar .navbar-sidebar li a:hover {
        border-left: 2px solid #fcca07;
        border-radius: 0;
        color: #fff;
        background: #000; }
      .sidebar .navbar-sidebar li a i {
        font-size: 1.5rem;
        color: #ee8018;
        padding-left: 8px; }
      .sidebar .navbar-sidebar li a .right-nav {
        position: absolute;
        font-size: 1rem;
        color: #ffffff;
        right: 15px; }
      .sidebar .navbar-sidebar li a .left-nav {
        position: absolute;
        left: 8px;
        font-size: 0.8rem;
        color: #fff;
        padding: 0 5px;
        text-align: center; }
    .sidebar .navbar-sidebar li .icon-nav {
      font-size: 1.5rem;
      color: #ee8018;
      transition: all .3s ease-out; }
    .sidebar .navbar-sidebar li .nav-text {
      padding-left: 35px; }

.side-sec {
  margin: 60px 13px 18px 198px !important; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .side-sec {
      margin: 60px 10px 18px 0px !important; } }

.side-bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  margin: 65px 20px 65px 205px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .side-bar {
      margin: 65px 20px 65px 22px;
      height: 100%;
      width: 100% !important; } }

.sidebar-vertical::-webkit-scrollbar {
  width: 0.4em;
  overflow: visible;
  border-radius: 4px; }

.admin-loader {
  background: #fff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .admin-loader {
      width: 50%;
      display: none !important; } }
  .admin-loader .loader {
    animation: loader 1.25s linear infinite;
    background: 0 0;
    box-shadow: 0 26px 0 6px #f1bc04, 0.90971px 26.05079px 0 5.93333px #f1bc04, 1.82297px 26.06967px 0 5.86667px #f1bc04, 2.73865px 26.05647px 0 5.8px #f1bc04, 3.65561px 26.01104px 0 5.73333px #f1bc04, 4.57274px 25.93327px 0 5.66667px #f1bc04, 5.48887px 25.8231px 0 5.6px #f1bc04, 6.40287px 25.68049px 0 5.53333px #f1bc04, 7.31358px 25.50548px 0 5.46667px #f1bc04, 8.21985px 25.2981px 0 5.4px #f1bc04, 9.12054px 25.05847px 0 5.33333px #f1bc04, 10.01448px 24.78672px 0 5.26667px #f1bc04, 10.90054px 24.48302px 0 5.2px #f1bc04, 11.77757px 24.1476px 0 5.13333px #f1bc04, 12.64443px 23.78072px 0 5.06667px #f1bc04, 13.5px 23.38269px 0 5px #f1bc04, 14.34315px 22.95384px 0 4.93333px #f1bc04, 15.17277px 22.49455px 0 4.86667px #f1bc04, 15.98776px 22.00526px 0 4.8px #f1bc04, 16.78704px 21.48643px 0 4.73333px #f1bc04, 17.56953px 20.93855px 0 4.66667px #f1bc04, 18.33418px 20.36217px 0 4.6px #f1bc04, 19.07995px 19.75787px 0 4.53333px #f1bc04, 19.80582px 19.12626px 0 4.46667px #f1bc04, 20.5108px 18.468px 0 4.4px #f1bc04, 21.1939px 17.78379px 0 4.33333px #f1bc04, 21.85416px 17.07434px 0 4.26667px #f1bc04, 22.49067px 16.34043px 0 4.2px #f1bc04, 23.10251px 15.58284px 0 4.13333px #f1bc04, 23.68881px 14.80241px 0 4.06667px #f1bc04, 24.24871px 14px 0 4px #f1bc04, 24.7814px 13.1765px 0 3.93333px #f1bc04, 25.28607px 12.33284px 0 3.86667px #f1bc04, 25.76198px 11.46997px 0 3.8px #f1bc04, 26.2084px 10.58888px 0 3.73333px #f1bc04, 26.62462px 9.69057px 0 3.66667px #f1bc04, 27.01001px 8.77608px 0 3.6px #f1bc04, 27.36392px 7.84648px 0 3.53333px #f1bc04, 27.68577px 6.90284px 0 3.46667px #f1bc04, 27.97502px 5.94627px 0 3.4px #f1bc04, 28.23116px 4.97791px 0 3.33333px #f1bc04, 28.4537px 3.99891px 0 3.26667px #f1bc04, 28.64223px 3.01042px 0 3.2px #f1bc04, 28.79635px 2.01364px 0 3.13333px #f1bc04, 28.91571px 1.00976px 0 3.06667px #f1bc04, 29px 0 0 3px #f1bc04, 29.04896px -1.01441px 0 2.93333px #f1bc04, 29.06237px -2.03224px 0 2.86667px #f1bc04, 29.04004px -3.05223px 0 2.8px #f1bc04, 28.98185px -4.07313px 0 2.73333px #f1bc04, 28.88769px -5.09368px 0 2.66667px #f1bc04, 28.75754px -6.1126px 0 2.6px #f1bc04, 28.59138px -7.12863px 0 2.53333px #f1bc04, 28.38926px -8.14049px 0 2.46667px #f1bc04, 28.15127px -9.1469px 0 2.4px #f1bc04, 27.87755px -10.1466px 0 2.33333px #f1bc04, 27.56827px -11.1383px 0 2.26667px #f1bc04, 27.22365px -12.12075px 0 2.2px #f1bc04, 26.84398px -13.09268px 0 2.13333px #f1bc04, 26.42956px -14.05285px 0 2.06667px #f1bc04, 25.98076px -15px 0 2px #f1bc04, 25.49798px -15.93291px 0 1.93333px #f1bc04, 24.98167px -16.85035px 0 1.86667px #f1bc04, 24.43231px -17.75111px 0 1.8px #f1bc04, 23.85046px -18.63402px 0 1.73333px #f1bc04, 23.23668px -19.49789px 0 1.66667px #f1bc04, 22.5916px -20.34157px 0 1.6px #f1bc04, 21.91589px -21.16393px 0 1.53333px #f1bc04, 21.21024px -21.96384px 0 1.46667px #f1bc04, 20.4754px -22.74023px 0 1.4px #f1bc04, 19.71215px -23.49203px 0 1.33333px #f1bc04, 18.92133px -24.2182px 0 1.26667px #f1bc04, 18.10379px -24.91772px 0 1.2px #f1bc04, 17.26042px -25.58963px 0 1.13333px #f1bc04, 16.39217px -26.23295px 0 1.06667px #f1bc04, 15.5px -26.84679px 0 1px #f1bc04, 14.58492px -27.43024px 0 0.93333px #f1bc04, 13.64796px -27.98245px 0 0.86667px #f1bc04, 12.69018px -28.50262px 0 0.8px #f1bc04, 11.7127px -28.98995px 0 0.73333px #f1bc04, 10.71663px -29.4437px 0 0.66667px #f1bc04, 9.70313px -29.86317px 0 0.6px #f1bc04, 8.67339px -30.2477px 0 0.53333px #f1bc04, 7.6286px -30.59666px 0 0.46667px #f1bc04, 6.57001px -30.90946px 0 0.4px #f1bc04, 5.49886px -31.18558px 0 0.33333px #f1bc04, 4.41643px -31.42451px 0 0.26667px #f1bc04, 3.32401px -31.6258px 0 0.2px #f1bc04, 2.22291px -31.78904px 0 0.13333px #f1bc04, 1.11446px -31.91388px 0 0.06667px #f1bc04, 0 -32px 0 0 #f1bc04, -1.11911px -32.04713px 0 -0.06667px #f1bc04, -2.24151px -32.05506px 0 -0.13333px #f1bc04, -3.36582px -32.02361px 0 -0.2px #f1bc04, -4.49065px -31.95265px 0 -0.26667px #f1bc04, -5.61462px -31.84212px 0 -0.33333px #f1bc04, -6.73634px -31.69198px 0 -0.4px #f1bc04, -7.8544px -31.50227px 0 -0.46667px #f1bc04, -8.9674px -31.27305px 0 -0.53333px #f1bc04, -10.07395px -31.00444px 0 -0.6px #f1bc04, -11.17266px -30.69663px 0 -0.66667px #f1bc04, -12.26212px -30.34982px 0 -0.73333px #f1bc04, -13.34096px -29.96429px 0 -0.8px #f1bc04, -14.4078px -29.54036px 0 -0.86667px #f1bc04, -15.46126px -29.07841px 0 -0.93333px #f1bc04, -16.5px -28.57884px 0 -1px #f1bc04, -17.52266px -28.04212px 0 -1.06667px #f1bc04, -18.52792px -27.46878px 0 -1.13333px #f1bc04, -19.51447px -26.85936px 0 -1.2px #f1bc04, -20.48101px -26.21449px 0 -1.26667px #f1bc04, -21.42625px -25.53481px 0 -1.33333px #f1bc04, -22.34896px -24.82104px 0 -1.4px #f1bc04, -23.2479px -24.07391px 0 -1.46667px #f1bc04, -24.12186px -23.29421px 0 -1.53333px #f1bc04, -24.96967px -22.48279px 0 -1.6px #f1bc04, -25.79016px -21.64052px 0 -1.66667px #f1bc04, -26.58223px -20.76831px 0 -1.73333px #f1bc04, -27.34477px -19.86714px 0 -1.8px #f1bc04, -28.07674px -18.938px 0 -1.86667px #f1bc04, -28.7771px -17.98193px 0 -1.93333px #f1bc04, -29.44486px -17px 0 -2px #f1bc04, -30.07908px -15.99333px 0 -2.06667px #f1bc04, -30.67884px -14.96307px 0 -2.13333px #f1bc04, -31.24325px -13.91039px 0 -2.2px #f1bc04, -31.7715px -12.83652px 0 -2.26667px #f1bc04, -32.26278px -11.74269px 0 -2.33333px #f1bc04, -32.71634px -10.63018px 0 -2.4px #f1bc04, -33.13149px -9.5003px 0 -2.46667px #f1bc04, -33.50755px -8.35437px 0 -2.53333px #f1bc04, -33.84391px -7.19374px 0 -2.6px #f1bc04, -34.14px -6.0198px 0 -2.66667px #f1bc04, -34.39531px -4.83395px 0 -2.73333px #f1bc04, -34.60936px -3.63759px 0 -2.8px #f1bc04, -34.78173px -2.43218px 0 -2.86667px #f1bc04, -34.91205px -1.21916px 0 -2.93333px #f1bc04, -35px 0 0 -3px #f1bc04, -35.04531px 1.22381px 0 -3.06667px #f1bc04, -35.04775px 2.45078px 0 -3.13333px #f1bc04, -35.00717px 3.6794px 0 -3.2px #f1bc04, -34.92345px 4.90817px 0 -3.26667px #f1bc04, -34.79654px 6.13557px 0 -3.33333px #f1bc04, -34.62643px 7.36007px 0 -3.4px #f1bc04, -34.41316px 8.58016px 0 -3.46667px #f1bc04, -34.15683px 9.79431px 0 -3.53333px #f1bc04, -33.85761px 11.001px 0 -3.6px #f1bc04, -33.5157px 12.19872px 0 -3.66667px #f1bc04, -33.13137px 13.38594px 0 -3.73333px #f1bc04, -32.70493px 14.56117px 0 -3.8px #f1bc04, -32.23675px 15.72291px 0 -3.86667px #f1bc04, -31.72725px 16.86968px 0 -3.93333px #f1bc04, -31.17691px 18px 0 -4px #f1bc04, -30.58627px 19.11242px 0 -4.06667px #f1bc04, -29.95589px 20.2055px 0 -4.13333px #f1bc04, -29.28642px 21.27783px 0 -4.2px #f1bc04, -28.57852px 22.32799px 0 -4.26667px #f1bc04, -27.83295px 23.35462px 0 -4.33333px #f1bc04, -27.05047px 24.35635px 0 -4.4px #f1bc04, -26.23192px 25.33188px 0 -4.46667px #f1bc04, -25.37819px 26.27988px 0 -4.53333px #f1bc04, -24.49018px 27.1991px 0 -4.6px #f1bc04, -23.56888px 28.0883px 0 -4.66667px #f1bc04, -22.6153px 28.94626px 0 -4.73333px #f1bc04, -21.6305px 29.77183px 0 -4.8px #f1bc04, -20.61558px 30.56385px 0 -4.86667px #f1bc04, -19.57168px 31.32124px 0 -4.93333px #f1bc04, -18.5px 32.04294px 0 -5px #f1bc04, -17.40175px 32.72792px 0 -5.06667px #f1bc04, -16.27818px 33.37522px 0 -5.13333px #f1bc04, -15.1306px 33.98389px 0 -5.2px #f1bc04, -13.96034px 34.55305px 0 -5.26667px #f1bc04, -12.76875px 35.08186px 0 -5.33333px #f1bc04, -11.55724px 35.56951px 0 -5.4px #f1bc04, -10.32721px 36.01527px 0 -5.46667px #f1bc04, -9.08014px 36.41843px 0 -5.53333px #f1bc04, -7.81748px 36.77835px 0 -5.6px #f1bc04, -6.54075px 37.09443px 0 -5.66667px #f1bc04, -5.25147px 37.36612px 0 -5.73333px #f1bc04, -3.95118px 37.59293px 0 -5.8px #f1bc04, -2.64145px 37.77443px 0 -5.86667px #f1bc04, -1.32385px 37.91023px 0 -5.93333px #f1bc04;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 8px;
    transform-origin: 50% 50%;
    left: 50%;
    top: 40%;
    border-radius: 100%; }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.dash-box {
  background: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  padding: 38px 19px 29px 16px;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 20px; }
  .dash-box i {
    font-size: 4rem;
    color: #005b95;
    animation: mover 1s infinite alternate; }
  .dash-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: #ffe4cb;
    z-index: -2;
    transition: all 400ms ease;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%); }
  .dash-box p {
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 300; }
  .dash-box h6 {
    font-size: 1.3rem;
    color: #424242;
    font-weight: 600; }
  .dash-box:hover:after {
    clip-path: initial;
    height: 100%; }
  .dash-box:hover p {
    color: #000; }
  .dash-box:hover h6 {
    color: #ee8018; }

.input-line {
  border-bottom: 1px solid #575445;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  line-height: 1; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .table-responsive {
    margin: 15px; } }

.user-profile-dash {
  border-radius: 6px;
  padding: 15px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .user-profile-dash {
      min-height: 650px; } }
  .user-profile-dash .profile-set .profile-head {
    height: 70px;
    border-radius: 0 10px 0 0; }
  .user-profile-dash .profile-set .profile-top {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg {
      margin-top: -60px;
      margin-left: 10px;
      position: relative;
      border: 10px solid #fff;
      border-radius: 50%;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922); }
      .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
        border-radius: 50%;
        width: 100%;
        object-fit: cover;
        height: 130px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
            width: 180px;
            height: 180px; } }
        @media only screen and (min-width: 1920px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
            height: 180px; } }
      .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload input {
        opacity: 0;
        width: 34px;
        height: 34px;
        display: block;
        z-index: 9;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        left: 90px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload input {
            bottom: 6px;
            left: 134px; } }
        @media only screen and (min-width: 1920px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload input {
            left: 145px; } }
      .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
        background: #1c1513;
        width: 34px;
        height: 34px;
        z-index: 1;
        border-radius: 50px;
        position: absolute;
        bottom: 0;
        left: 90px;
        line-height: 2.2;
        padding-left: 7px;
        							/* img{
        						    	border-radius: 50px;
                                        width: 20px;
        							   position: absolute;
        							    left: 8px;
        							    bottom: 8px;
        						    } */ }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
            bottom: 6px;
            left: 134px; } }
        @media only screen and (min-width: 1920px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
            left: 145px; } }
        .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a i {
          color: #fff !important;
          padding-left: 4px; }
    .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname {
      padding-left: 171px;
      margin-top: -118px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname {
          margin-top: 13px;
          padding-left: 0px; } }
      .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h2 {
        font-size: 1.3rem;
        color: #fff;
        font-weight: 700;
        line-height: 2; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h2 {
            color: #000; } }
      .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h4 {
        color: #fff;
        font-size: 14px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .user-profile-dash .profile-set .profile-top .profile-content .profile-contentname h4 {
            color: #000; } }
  .user-profile-dash label {
    font-weight: 500; }
  .user-profile-dash span {
    font-weight: 500; }

.dash-card--1 {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 20px 20px;
  border: 1px solid #E8EBED;
  transition: all .4s;
  box-shadow: 0px 5px 8px #efefef;
  margin-bottom: 10px;
  align-items: center; }
  .dash-card--1 .dash-card-img i {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 2.5;
    font-size: 1.3rem;
    color: #fcca07; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .dash-card--1 .dash-card-img i {
        width: 40px;
        height: 40px;
        line-height: 1.8; } }
  .dash-card--1 h5 {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2; }
  .dash-card--1 h6 {
    font-weight: 400;
    font-size: 0.84rem;
    color: #9f9f9f; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .dash-card--1 h6 {
        font-size: 0.7rem; } }
  .dash-card--1:hover {
    transform: translateY(calc(-1.5rem / 5));
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12); }
  .dash-card--1 .animation-effect-1 {
    position: absolute;
    top: 10%;
    right: 4%;
    animation: rotating 6s ease-in-out infinite alternate;
    opacity: 0.2; }
  .dash-card--1 .animation-effect-2 {
    position: absolute;
    top: 40%;
    right: 30%;
    animation: rotating1 7s ease-in-out infinite alternate;
    opacity: 0.2; }
  .dash-card--1 .animation-effect-3 {
    position: absolute;
    top: 40%;
    right: 35%;
    animation: rotating2 8s ease-in-out infinite alternate;
    opacity: 0.2; }

@keyframes rotating {
  0% {
    transform: rotate(0deg);
    top: 4%; }
  100% {
    transform: rotate(1turn);
    top: 29px; } }
@keyframes rotating1 {
  0% {
    top: 56%; }
  100% {
    top: 3%; } }
@keyframes rotating2 {
  0% {
    transform: rotate(0deg);
    top: 10%;
    right: 0%; }
  100% {
    transform: rotate(1turn);
    top: 9%;
    right: 86%; } }
.table-dash--1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 0 0 25px;
  border: 1px solid #e8ebed;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0px 4px 10px #dee6ff; }
  .table-dash--1 .table-top .search-set {
    display: flex; }
    .table-dash--1 .table-top .search-set .search-path {
      background: #ff9f43;
      width: 34px;
      height: 34px;
      padding: 0;
      margin-right: 10px; }
      .table-dash--1 .table-top .search-set .search-path i {
        color: #fff;
        position: absolute;
        left: 31px;
        top: 29px;
        font-size: 1rem; }
    .table-dash--1 .table-top .search-set .search-input {
      border-radius: 5px; }
      .table-dash--1 .table-top .search-set .search-input a {
        padding: 2px;
        border-radius: 50px;
        position: absolute;
        top: 24px;
        right: 231px; }
        .table-dash--1 .table-top .search-set .search-input a i {
          color: #ee8018; }
      .table-dash--1 .table-top .search-set .search-input input {
        padding: 7px 40px; }

.table-dash {
  box-shadow: 0px 1px 10px #dbdbdb;
  padding: 10px;
  background-color: #fff; }
  .table-dash thead {
    background-color: #3c3c3c;
    vertical-align: middle !important; }
    .table-dash thead tr th {
      padding: 0.2rem 0.3rem;
      color: #fff;
      font-size: 0.78rem;
      font-weight: 500;
      border-bottom: 1px solid #d7d7d7 !important;
      /*  border-bottom: none !important;*/ }
      .table-dash thead tr th:last-child {
        text-align: center !important; }
  .table-dash tbody tr {
    background-color: transparent !important;
    border-color: transparent;
    border-style: none;
    border-width: 0; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .table-dash tbody tr {
        height: 35px; } }
    .table-dash tbody tr td {
      color: #858585;
      font-weight: 400;
      padding: 0.2rem 0.3rem;
      font-size: 0.7rem;
      vertical-align: middle; }
      .table-dash tbody tr td:first-child {
        width: 7%;
        text-align: center; }
      .table-dash tbody tr td:last-child {
        text-align: center;
        border-bottom-color: transparent !important; }
      .table-dash tbody tr td .text-product {
        position: absolute;
        left: 81px;
        text-decoration: none;
        color: #858585;
        font-weight: 400; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .table-dash tbody tr td .text-product {
            font-size: 0.9rem;
            left: 26px; } }
    .table-dash tbody tr .table-img img {
      width: 18%; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .table-dash tbody tr .table-img img {
          display: none; } }
    .table-dash tbody tr .table-icon {
      border-left: 0;
      border-bottom: 0; }
      .table-dash tbody tr .table-icon a {
        /*margin-right: 20px;*/
        color: #fff; }
        .table-dash tbody tr .table-icon a i {
          color: #ff1100;
          font-size: 0.8rem;
          font-weight: 500;
          padding: 0 0.2rem; }
        .table-dash tbody tr .table-icon a form {
          display: inline-flex; }
          .table-dash tbody tr .table-icon a form .btn {
            padding: 0; }

.details {
  border-bottom: 1px solid #f1bc04;
  padding-bottom: 0.6rem;
  padding-top: 1.5rem; }

.btn-dash--1 {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  transition: all .3s ease-out;
  border: 1px solid #fcca07;
  background-color: #fcca07;
  padding: 7px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .btn-dash--1 {
      margin-bottom: 10px; } }
  .btn-dash--1:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent; }

fieldset {
  position: relative; }

.next-btn {
  float: right;
  width: 100px;
  padding: 4px;
  font-size: 0.8rem;
  font-weight: 400;
  margin-right: 10px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .next-btn {
      bottom: unset; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .next-btn {
      bottom: -41px; } }

.color-btn {
  font-size: 0.75rem;
  width: 100px;
  color: #000;
  background-color: #F3F3F4;
  border: 1px solid transparent; }

.dash-button {
  color: #000;
  font-size: 0.75rem;
  width: 100px;
  color: #000;
  background-color: #F3F3F4;
  padding: 5px;
  border: none;
  margin-left: 10px; }
  .dash-button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent; }

fieldset {
  margin: 0;
  box-shadow: 0px 0px 0px 0px #000; }
  fieldset legend {
    float: none;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    color: #000; }
  fieldset h6 {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 10px 10px; }
  fieldset .scroll-bar-x {
    overflow: auto;
    overflow-x: hidden;
    padding: 0 10px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      fieldset .scroll-bar-x {
        height: 578px; } }
    @media only screen and (min-width: 1920px) {
      fieldset .scroll-bar-x {
        height: 507px; } }

.sidebar.open {
  width: 60px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar.open {
      width: 230px;
      margin-left: 0; } }
  .sidebar.open .sidebar-vertical {
    /*margin-left: -250px;*/
    width: 81px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .sidebar-vertical {
        margin-left: 0px;
        z-index: 99;
        width: 70%; } }
    .sidebar.open .sidebar-vertical .navbar-sidebar li {
      padding: 8px 0px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .sidebar.open .sidebar-vertical .navbar-sidebar li a {
          padding: 0px 28px; } }
      .sidebar.open .sidebar-vertical .navbar-sidebar li a.active {
        padding: 13px 5px; }
      .sidebar.open .sidebar-vertical .navbar-sidebar li a:hover {
        background: none; }
      .sidebar.open .sidebar-vertical .navbar-sidebar li a .right-nav {
        display: none; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar.open .sidebar-vertical .navbar-sidebar li a .right-nav {
            display: block; } }
      .sidebar.open .sidebar-vertical .navbar-sidebar li .submenu {
        background: #686868;
        z-index: 1;
        padding-left: 0rem; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar.open .sidebar-vertical .navbar-sidebar li .submenu {
            background: none; } }
        .sidebar.open .sidebar-vertical .navbar-sidebar li .submenu li a {
          padding: 6px 13px;
          font-size: 0.8rem;
          width: 155px;
          color: #fff; }
          @media screen and (max-width: 767px) and (min-width: 320px) {
            .sidebar.open .sidebar-vertical .navbar-sidebar li .submenu li a {
              padding: 6px 46px;
              width: 235px;
              color: #ffcb00; } }
      .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
        display: none; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
            display: block; } }
      .sidebar.open .sidebar-vertical .navbar-sidebar li .left-nav {
        left: 16px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar.open .sidebar-vertical .navbar-sidebar li .left-nav {
            left: 13px; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .sidebar-vertical .navbar-sidebar .has-submenu {
        flex-direction: column; } }
  .sidebar.open .topbar {
    width: 109%;
    left: -88px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .topbar {
        width: 100%;
        left: 0; } }
    @media only screen and (min-width: 1920px) {
      .sidebar.open .topbar .navbar {
        padding-right: 6rem; } }
  .sidebar.open .sidebar-header {
    width: 11.1%; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .sidebar-header {
        width: 110px; } }
    @media (min-width: 1600px) {
      .sidebar.open .sidebar-header {
        width: 9.3%; } }
    @media only screen and (min-width: 1920px) {
      .sidebar.open .sidebar-header {
        width: 7.1%; } }
    .sidebar.open .sidebar-header .logo {
      text-align: center; }
      .sidebar.open .sidebar-header .logo a img {
        width: 135px;
        padding-top: 19px;
        padding-left: 85px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar.open .sidebar-header .logo a img {
            width: 80px;
            padding-top: 15px;
            padding-left: 9px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .sidebar.open .sidebar-header .logo a img {
            display: none; } }

.side-sec.open {
  margin: 60px 10px 18px 70px !important; }

.content.open {
  width: calc(100% - 40px);
  margin: 65px 20px 65px 80px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .content.open {
      margin: 0; } }
  @media only screen and (min-width: 1920px) {
    .content.open {
      margin: 67px 0 83px 78px; } }
  .content.open .dt-scroll-head {
    width: 100% !important; }
  .content.open .dt-scroll-headInner {
    width: 100% !important; }
  .content.open div.dt-scroll-body {
    width: 100% !important; }

.content .table-dash {
  width: 100% !important; }

.footer-bottom.open {
  width: calc(100% - 58px); }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer-bottom.open {
      width: 100%; } }

.dash-login-page {
  position: relative;
  min-height: 100vh;
  background: url(../images/login-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .dash-login-page::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000094;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 1; }
  .dash-login-page .dash-content-page {
    position: relative;
    z-index: 10000;
    min-height: 100vh;
    padding: 50px 0; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .dash-login-page .dash-content-page {
        padding: 50px 14px; } }
    .dash-login-page .dash-content-page .logo {
      padding-bottom: 25px;
      text-align: center; }
      .dash-login-page .dash-content-page .logo .logo-icon img {
        width: 180px; }
    .dash-login-page .dash-content-page .form {
      border-radius: 12px;
      background-color: #fff;
      box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12);
      /* min-height: 500px;*/
      padding: 50px 45px;
      width: 80%;
      position: relative;
      z-index: 100000;
      margin-top: 30px; }
      @media only screen and (min-width: 1920px) {
        .dash-login-page .dash-content-page .form {
          margin-top: 120px; } }
      @media screen and (min-width: 1600px) {
        .dash-login-page .dash-content-page .form {
          margin-top: 120px; } }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .dash-login-page .dash-content-page .form {
          width: 100%;
          padding: 37px 10px; } }
      .dash-login-page .dash-content-page .form .input-field {
        margin-bottom: 0;
        transition: 0.4s;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
        background-color: #fff;
        	/*label{
            	    font-size: 0.8rem;
        		    color: #646464;
        		    position: absolute;
        		    left: 17px;
        		    transition: 0.4s;
        		    pointer-events: none;
        		    width: max-content;
        		    padding: 0 3px;
        		     background-color: red;
        		    font-weight: 200;
            }*/ }
        .dash-login-page .dash-content-page .form .input-field input {
          border: 1px solid #f1bc04;
          border-radius: 12px;
          width: 100%;
          transition: 0.4s;
          height: 100%;
          padding-left: 20px;
          font-size: 20px;
          color: #000;
          font-weight: 400;
          font-size: 0.8rem;
          transition: all .3s ease-out;
          padding: 10px 10px; }
        .dash-login-page .dash-content-page .form .input-field .field-icon {
          position: relative;
          z-index: 2;
          top: 0;
          text-align: end;
          right: 30px; }
      .dash-login-page .dash-content-page .form .bottom-dash-check {
        padding: 0 16px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .dash-login-page .dash-content-page .form .bottom-dash-check {
            padding: 0 20px; } }
      .dash-login-page .dash-content-page .form .pass-dash {
        height: 85px; }
      .dash-login-page .dash-content-page .form .rememberme input {
        font-size: 0.8rem;
        position: absolute;
        z-index: 9;
        bottom: 112px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .dash-login-page .dash-content-page .form .rememberme input {
            bottom: 93px; } }
      .dash-login-page .dash-content-page .form .rememberme label {
        font-size: 0.8rem;
        color: #3e3f5e;
        position: absolute;
        left: 80px;
        font-weight: 400; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .dash-login-page .dash-content-page .form .rememberme label {
            left: 50px; } }
      .dash-login-page .dash-content-page .form .forget-dash {
        font-size: 0.8rem;
        color: #3e3f5e;
        text-decoration: none;
        font-weight: 400;
        z-index: 99; }
  .dash-login-page:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0%;
    width: 50%;
    z-index: 0;
    clip-path: circle(70% at 80% 50%);
    background-color: #fff;
    background-image: url(../images/login-bg-1.png);
    z-index: 9; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .dash-login-page:after {
        background-image: none;
        background-color: unset; } }

.title-dash--heading h2 {
  font-size: 2.8rem;
  color: white;
  font-weight: 600;
  line-height: 1.3; }
  .title-dash--heading h2 span {
    font-size: 2rem;
    line-height: 1.3; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .title-dash--heading h2 {
      display: none; } }

.page-item.active .page-link {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  padding-bottom: 6px;
  font-size: 0.7rem;
  color: #fff !important; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding-top: 5px !important;
  padding: 0px;
  font-size: 0.7rem;
  font-weight: 300; }

div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding-top: 5px;
  font-weight: 300;
  font-size: 0.8rem; }

div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 5px; }

.btn-secondary {
  color: #000;
  background-color: #f1bc04;
  border-color: #f1bc04;
  font-weight: 300; }

.btn-color {
  background-color: #5c636a; }

.form-control:focus {
  border-color: #000;
  outline: 0;
  box-shadow: 0px 1px 8px 0px rgba(167, 167, 167, 0.19); }

.form-select:focus {
  border-color: #777474;
  outline: 0;
  box-shadow: 0px 1px 8px 0px rgba(167, 167, 167, 0.19); }

.footer-bottom {
  padding: 10px 0px;
  border-top: 1px solid #ececec;
  background: #fff;
  position: fixed;
  width: calc(100% - 186px);
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer-bottom {
      margin: 0;
      width: 100%;
      font-size: 12px; } }
  .footer-bottom .footer-left {
    text-align: center; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .footer-bottom .footer-left {
        text-align: center; } }
    .footer-bottom .footer-left p {
      margin: 0;
      font-weight: 400;
      font-size: 0.7rem; }
      .footer-bottom .footer-left p a {
        color: #f1bc04;
        font-weight: 400;
        text-decoration: none; }
        .footer-bottom .footer-left p a:hover {
          color: #000; }

.scroll-to-top {
  position: fixed;
  width: 35px;
  height: 35px;
  font-size: 30px;
  line-height: 1;
  background: #909090;
  background-color: #f1bc04;
  box-shadow: 0px 0px 20px 0px #0003;
  right: 20px;
  bottom: 20px;
  border: 1px solid #f1bc04;
  cursor: pointer;
  display: none;
  z-index: 9;
  color: #fff; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background: #000;
    border: 1px solid #000;
    outline: 0; }

.img-table img {
  width: 80%; }

.table-admin tbody tr td {
  font-weight: 400;
  font-size: 0.9rem;
  vertical-align: middle;
  color: #6b6b6b;
  text-align: left; }
  .table-admin tbody tr td a {
    color: #212529;
    transition: 0.6s;
    display: inline-block; }
    .table-admin tbody tr td a:hover {
      color: #F1BC04; }
  .table-admin tbody tr td span {
    font-weight: 400;
    font-size: 0.9rem;
    color: #000; }

.cardproduct {
  margin-top: -60px; }

.form-control {
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  color: #cccccc; }

.nav-pills {
  border-bottom: 1px solid #e3e3e3; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #b58d00;
  color: #3c3c3c;
  background-color: #57544500;
  margin: 0 3px;
  font-weight: 600;
  border-bottom: 1px solid #f1bc04;
  border-radius: 0; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
      margin: 3px 3px;
      border-bottom: 2px solid #f1bc04; } }

.nav-link {
  color: #000000;
  font-weight: 500; }

.nav-link:focus,
.nav-link:hover {
  color: #000000; }

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none; }

.title-dash h4 {
  font-size: 1rem; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .title-dash h4 {
      font-size: 0.75rem; } }

.card-header {
  padding: 0.5rem 0.5rem; }
  .card-header h3 {
    font-size: 1rem;
    margin-bottom: 0; }

.card-body {
  padding: 20px 10px; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #3c3c3c; }

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent; }

.table-responsive::-webkit-scrollbar-thumb {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px; }

div.dataTables_wrapper {
  margin-top: -30px; }

.nav {
  justify-content: start; }

table.dataTable td.dt-type-numeric {
  text-align: start; }

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc {
  text-align: start; }

div.dt-container div.dt-info {
  font-weight: 500;
  font-size: 0.8rem; }

.page-item:first-child .page-link {
  padding-bottom: 6px;
  font-size: 0.7rem; }

.page-item:not(:first-child) .page-link {
  padding-bottom: 6px;
  font-size: 0.7rem;
  color: #000;
  font-weight: 500; }

div.dt-container div.dt-length label {
  font-size: 0.8rem; }

div.dt-container div.dt-length select {
  font-size: 0.8rem; }

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .form-group {
    margin-bottom: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-group {
    margin-bottom: 15px; } }

.form-md input:valid + label,
.form-md input:active + label {
  top: -10px; }

.form-md input:valid + i,
.form-md input:active + i {
  top: 0px; }

.form-md select:hover,
.form-md select:focus {
  font-size: 0.8rem;
  height: calc(0.82rem + 0.75rem + 2px);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.form-md textarea {
  padding-left: 4px !important;
  padding-top: 15px !important; }

.btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0); }

.btn-position--1 {
  position: absolute;
  right: 310px; }

.btn-position {
  position: absolute;
  right: 310px;
  top: 22px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .btn-position {
      right: 88px;
      top: 33px; } }

div.dt-container div.dt-search label {
  font-size: 0.9rem; }

.btn-next {
  float: right;
  width: 100px;
  padding: 4px;
  margin-right: 10px; }

.form-check-inline .lable-form {
  padding-left: 4px; }

.form-check-input:checked {
  background-color: #fcca07;
  border-color: #fcca07;
  height: 15px;
  width: 15px;
  box-shadow: none; }

.form-check-input[type=radio] {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: 7px; }

.form-radio-center {
  justify-content: center; }

.text-lable {
  font-size: 0.8rem; }

.card-pattern {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 20px 0 20px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 20px; }
  .card-pattern h6 {
    font-size: 0.8rem;
    color: #3c3c3c;
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    left: 10px;
    font-weight: 500; }
  .card-pattern h5 {
    font-size: 0.7rem;
    color: #7e7e7e;
    line-height: 2.5; }
    .card-pattern h5 span {
      color: #3c3c3c;
      font-weight: 500;
      font-size: 0.8rem;
      padding-right: 10px; }
  .card-pattern h4 {
    font-size: 0.89rem;
    margin-bottom: 10px;
    color: #f1bc04;
    font-weight: 500; }

.sticky-position {
  position: sticky;
  top: 49px;
  background-color: #fff;
  z-index: 1; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sticky-position {
      flex-wrap: nowrap;
      overflow-x: scroll; } }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .nav-link {
    white-space: nowrap; } }

.radio-form {
  display: inline-block;
  border-radius: 999px;
  margin: 5px; }
  .radio-form input {
    opacity: 0;
    position: absolute; }
  .radio-form label {
    border-radius: 9999px;
    padding: 3px 15px 3px 40px;
    cursor: pointer;
    position: relative;
    transition: all .5s; }
    .radio-form label::before, .radio-form label::after {
      content: "";
      border-radius: 9999px;
      width: 20px;
      height: 20px;
      margin: 3px 0;
      position: absolute; }
    .radio-form label::before {
      background-color: #DCDCDC;
      border: 2px solid #DCDCDC;
      top: 4px;
      left: 10px;
      transition: all .5s; }
    .radio-form label:hover {
      background-color: rgba(60, 60, 60, 0.13); }
      .radio-form label:hover::before {
        border: 2px solid #fcca07; }
  .radio-form input:checked ~ label::before {
    background-color: #fcca07;
    border: 2px solid #fcca07; }
  .radio-form input:checked ~ label::after {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 16px; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  div.dt-container div.dt-length {
    margin-top: 40px; } }

.form-md {
  width: 100%;
  text-align: left;
  margin: 0 auto 0 auto;
  position: relative; }
  .form-md a {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 0.8rem;
    color: #006ec5; }

.form-md .form-group {
  margin-left: 2px;
  margin-right: 2px;
  max-width: 100%; }

.form-md input {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #777474;
  border-radius: 5px !important;
  background-color: transparent;
  margin: 0px auto;
  outline: none !important;
  font-size: 0.7rem;
  color: #777474;
  transition: all .2s ease-in-out;
  padding: 8px 8px; }
  @media only screen and (min-width: 1920px) {
    .form-md input {
      color: #3c3c3c;
      padding: 12px 8px; } }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  text-align: start; }

.dropdown-menu-end {
  right: 15px !important;
  width: 200px !important;
  box-shadow: 0px 5px 10px #9f9f9f87; }
  .dropdown-menu-end li a {
    font-size: 0.9rem; }
    .dropdown-menu-end li a i {
      font-size: 0.9rem !important; }

.invalid-feedback {
  font-size: 0.6rem;
  color: red;
  margin-left: -308px;
  margin-top: 66px;
  font-weight: 400; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  #myChart {
    min-height: 0 !important; } }

.modal-dialog .modal-content {
  width: 670px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .modal-dialog .modal-content {
      width: 358px; } }
.modal-dialog .modal-text {
  width: 440px; }
.modal-dialog .modal-header {
  padding: 5px 10px; }
  .modal-dialog .modal-header h5 {
    font-size: 1.1rem;
    color: #000; }
.modal-dialog .modal-body {
  text-align: center; }
  .modal-dialog .modal-body a img {
    width: 80%; }

.btn-ab--1 {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  transition: all .3s ease-out;
  border: 1px solid #ff1100;
  background-color: #ff1100;
  padding: 4px 10px; }
  .btn-ab--1:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent; }

.color-prt {
  border: 1px solid #009606;
  background-color: #009606; }

div.dt-scroll-body {
  border-bottom-color: transparent !important; }

.atten-form {
  font-size: 0.7rem !important; }

.check-box {
  position: absolute;
  left: 5px; }

.attend-sheet-sm .dt-container .dt-info {
  display: none; }
.attend-sheet-sm .dt-container .dt-paging {
  display: none; }

.form-group a img {
  width: 150px;
  margin-bottom: 10px; }

@media only screen and (min-width: 1920px) {
  .dt-scroll .dt-scroll-head {
    width: 100% !important; } }
@media only screen and (min-width: 1920px) {
  .dt-scroll .dt-scroll-body {
    width: 100% !important; } }

.customFile {
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .customFile {
      margin-bottom: 15px; } }
  .customFile input {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5); }
  .customFile .form-label {
    font-size: 0.7rem;
    color: #777474;
    position: absolute;
    pointer-events: none;
    top: 7px;
    left: 12px;
    transition: all 0.1s ease;
    margin-bottom: 0; }
  .customFile .form-group input:focus ~ label,
  .customFile input:not(:placeholder-shown) ~ label {
    top: -8px;
    bottom: 0px;
    left: 9px;
    font-size: 10px;
    opacity: 1;
    color: #404040;
    background-color: #fff;
    padding: 0 3px;
    height: 10px; }
  .customFile input[type=file]::file-selector-button {
    background-image: url(../images/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 10px;
    height: 21px;
    border: 0;
    transition: 1s;
    right: 10px;
    position: absolute;
    color: transparent;
    margin-top: -1px;
    background-color: #fff; }
  .customFile input[type=file]::file-selector-button:hover {
    border: 0;
    background: none;
    background-color: transparent;
    background-image: none; }

.form-group {
  position: relative; }
  .form-group input,
  .form-group .form-select {
    display: block;
    background-color: transparent;
    border: none;
    border: 1px solid #777474;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 500;
    color: #637381;
    padding: 8px 8px;
    border-radius: 5px; }
  .form-group textarea {
    display: block;
    background-color: transparent;
    border: none;
    border: 1px solid #777474;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 500;
    color: #637381;
    padding: 8px 8px;
    border-radius: 5px; }
  .form-group textarea:focus {
    outline: none;
    border: 1px solid #000; }
  .form-group input:focus,
  .form-group .form-select:focus {
    outline: none;
    border: 1px solid #000; }
  .form-group .form-label {
    font-size: 0.7rem;
    color: #777474;
    position: absolute;
    pointer-events: none;
    top: 7px;
    left: 12px;
    transition: all 0.1s ease;
    margin-bottom: 0; }
  .form-group input:focus ~ label,
  .form-group input:not(:placeholder-shown) ~ label {
    top: -8px;
    bottom: 0px;
    left: 9px;
    font-size: 10px;
    opacity: 1;
    color: #404040;
    background-color: #fff;
    padding: 0 3px;
    height: 10px; }
  .form-group .form-select:focus ~ label,
  .form-group .form-select:not([value=""]):valid ~ label {
    top: -8px;
    bottom: 0px;
    left: 9px;
    font-size: 10px;
    opacity: 1;
    color: #404040;
    background-color: #fff;
    padding: 0 3px;
    height: 10px; }
  .form-group textarea:focus ~ label,
  .form-group textarea:not(:placeholder-shown):valid ~ label {
    top: -8px;
    bottom: 0px;
    left: 9px;
    font-size: 10px;
    opacity: 1;
    color: #404040;
    background-color: #fff;
    padding: 0 3px;
    height: 10px; }
  .form-group input:focus ~ .highlight,
  .form-group .form-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }
  .form-group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #777474; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #777474; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #777474; }
  to {
    width: 0;
    background: transparent; } }
@media (min-width: 1600px) {
  .dt-scroll .dt-scroll-head {
    width: 1341px !important; } }
@media only screen and (min-width: 1920px) {
  .dt-scroll .dt-scroll-head {
    width: 100% !important; } }
@media (min-width: 1600px) {
  .dt-scroll .dt-scroll-body {
    width: 1341px !important; } }
@media only screen and (min-width: 1920px) {
  .dt-scroll .dt-scroll-body {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
