@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 0.93rem;
  line-height: 1.8;
  font-weight: 600;
  color: #6b6b6b;
  color: #454545;
  background-color: rgba(0, 0, 0, 0.05); }

/* ----------------------------------------------------------
:: 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: "Poppins", 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: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  width: 100%;
  height: 70px;
  transition: all 0.4s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  header .topbar .sidebar-header {
    position: relative;
    width: 230px;
    transition: all 0.4s ease; }
    @media screen and (min-width: 1601px) {
      header .topbar .sidebar-header {
        width: 265px; } }
    @media screen and (min-width: 1920px) {
      header .topbar .sidebar-header {
        width: 390px; } }
    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: 120px;
          padding-top: 10px; }
    header .topbar .sidebar-header .logo--1 {
      display: none; }
      header .topbar .sidebar-header .logo--1 a img {
        width: 45px; }
  header .topbar .navbar {
    width: calc(100% - 230px);
    background-color: #fff;
    transition: all 0.4s ease; }
    header .topbar .navbar .sidebar-toggler {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      right: 10px; }
      header .topbar .navbar .sidebar-toggler i {
        font-size: 1.1rem;
        color: #000; }
      header .topbar .navbar .sidebar-toggler::before, header .topbar .navbar .sidebar-toggler::after {
        position: absolute;
        width: 20px;
        height: 2px;
        top: 5px;
        background: #272930;
        border-radius: 4px;
        content: ""; }
      header .topbar .navbar .sidebar-toggler::before {
        top: -5px; }
      header .topbar .navbar .sidebar-toggler .menu-bar-button {
        background: #ff000000;
        z-index: 0;
        top: -8px;
        position: absolute;
        width: 20px;
        height: 20px; }
      header .topbar .navbar .sidebar-toggler .custom-line {
        position: absolute;
        width: 20px;
        height: 2px;
        top: 0;
        background-color: #000;
        border-radius: 4px; }
    header .topbar .navbar .search-bar {
      width: 40%; }
      header .topbar .navbar .search-bar input {
        background-color: #f4f4f4;
        border: 0; }
    header .topbar .navbar .user-box {
      display: flex;
      align-items: center;
      height: 60px;
      width: 16%;
      position: fixed;
      right: -55px; }
      @media screen and (max-width: 767px) {
        header .topbar .navbar .user-box {
          right: 0px; } }
      @media screen and (min-width: 1400px) {
        header .topbar .navbar .user-box {
          right: -65px; } }
      @media screen and (min-width: 1600px) {
        header .topbar .navbar .user-box {
          right: -95px; } }
      @media screen and (min-width: 1920px) {
        header .topbar .navbar .user-box {
          width: 11%;
          right: -15px; } }
      @media screen and (min-width: 1920px) {
        header .topbar .navbar .user-box {
          width: 11%;
          right: -55px; } }
      header .topbar .navbar .user-box .download-button-sec i {
        font-size: 1.1rem;
        color: #272930;
        padding: 10px 20px; }
      header .topbar .navbar .user-box .altert span {
        position: absolute;
        top: 0;
        left: 15px;
        background-color: #3c3c3c;
        border-radius: 50%;
        font-size: 10px;
        width: 15px;
        height: 15px;
        padding: 2px;
        color: #fff;
        text-align: center; }
      header .topbar .navbar .user-box img {
        width: 30px;
        height: 30px;
        border-radius: 50%; }
      header .topbar .navbar .user-box .user-info .user-name {
        font-size: 0.8rem;
        font-weight: 400;
        color: #000; }
      header .topbar .navbar .user-box .user-info .designattion {
        font-size: 13px;
        color: #747474; }
  @media screen and (max-width: 767px) {
    header .topbar .sidebar-header {
      width: 0; }
      header .topbar .sidebar-header .logo {
        display: none; }
      header .topbar .sidebar-header .logo--1 {
        display: block;
        width: 67px;
        left: 10px;
        top: 7px; }
        header .topbar .sidebar-header .logo--1 a img {
          display: none; }
    header .topbar .navbar {
      border-left: none; }
      header .topbar .navbar .sidebar-toggler {
        right: 0;
        left: 25px; }
        header .topbar .navbar .sidebar-toggler::before, header .topbar .navbar .sidebar-toggler::after {
          width: 20px;
          background: #000;
          transform: none; }
      header .topbar .navbar .user-box img,
      header .topbar .navbar .user-info {
        display: none; }
      header .topbar .navbar .download-button-sec i {
        padding: 10px 10px; } }

/* Submenu Animation */
.submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }
  .submenu.show {
    display: block;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
    animation: slideDown 0.4s ease-out forwards; }

.student-navbar {
  margin-top: 0px !important;
  box-shadow: none !important;
  min-height: 384px;
  background: #f9f9f9; }
  .student-navbar .navbar-sidebar li {
    border-bottom: 1px solid #d9d9d9; }
    .student-navbar .navbar-sidebar li:last-child {
      border-bottom: none; }
    .student-navbar .navbar-sidebar li a {
      color: #000 !important;
      font-weight: 400 !important;
      padding: 8px 12px;
      color: #ffffff;
      font-size: 0.9rem;
      white-space: nowrap;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: left; }
      .student-navbar .navbar-sidebar li a .right-nav {
        color: #000 !important;
        position: absolute;
        font-size: 1rem;
        right: 15px; }
      .student-navbar .navbar-sidebar li a .left-nav {
        color: #000 !important; }
      .student-navbar .navbar-sidebar li a .nav-text {
        text-indent: 3px; }
    .student-navbar .navbar-sidebar li .submenu {
      background: transparent !important;
      padding-left: 0rem !important; }
      .student-navbar .navbar-sidebar li .submenu li {
        padding: 10px 0px; }
        .student-navbar .navbar-sidebar li .submenu li .form-control {
          background-color: #fff; }

.sidebar {
  width: 230px;
  position: fixed;
  top: 70px;
  display: flex;
  flex-direction: column;
  background: #272930;
  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;
  height: calc(100vh - 6%);
  transition: all .4s ease 0s;
  white-space: nowrap; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar {
      width: 0; } }
  @media (min-width: 1600px) {
    .sidebar {
      width: 236px;
      height: calc(100vh - 5%); } }
  @media only screen and (min-width: 1920px) {
    .sidebar {
      max-height: 100%;
      width: 330px; } }
  .sidebar .navbar-sidebar li {
    display: flex;
    flex-direction: column;
    position: relative; }
    .sidebar .navbar-sidebar li .submenu {
      background-color: #686868;
      transition: all .3s ease-out;
      padding-left: 1rem; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .sidebar .navbar-sidebar li .submenu {
          padding-left: 0; } }
      .sidebar .navbar-sidebar li .submenu li a:hover {
        color: #ffc600;
        font-weight: 300;
        background: transparent;
        border: none; }
      .sidebar .navbar-sidebar li .submenu li a.active {
        color: #ffc600;
        font-weight: 300;
        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.9rem;
      font-weight: 300;
      outline-width: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      letter-spacing: .5px;
      transition: all .4s ease-out; }
      @media only screen and (min-width: 1920px) {
        .sidebar .navbar-sidebar li a {
          font-size: 1.3rem;
          padding: 13px 5px; } }
      .sidebar .navbar-sidebar li a:hover {
        border-radius: 0;
        color: #ffffff;
        background: #ffc4004f; }
      .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;
        font-size: 0.9rem;
        color: #fffae8;
        text-align: center; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar .navbar-sidebar li a .left-nav {
            left: 20px;
            font-size: 1.1rem; } }
        @media only screen and (min-width: 1920px) {
          .sidebar .navbar-sidebar li a .left-nav {
            font-size: 1.4rem; } }
      .sidebar .navbar-sidebar li a.active {
        border-radius: 0;
        color: #000000;
        background: #ffc400;
        font-weight: 500; }
        .sidebar .navbar-sidebar li a.active i {
          color: #000; }
    .sidebar .navbar-sidebar li .icon-nav {
      font-size: 1.5rem;
      color: #ee8018;
      transition: all .3s ease-out; }
    .sidebar .navbar-sidebar li .nav-text {
      text-indent: 35px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .sidebar .navbar-sidebar li .nav-text {
          text-indent: 65px; } }
      @media only screen and (min-width: 1920px) {
        .sidebar .navbar-sidebar li .nav-text {
          text-indent: 56px; } }

.side-bar {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 90px 15px 40px 245px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .side-bar {
      margin: 90px auto 65px;
      width: 95%; } }
  @media (min-width: 1600px) {
    .side-bar {
      margin: 90px 15px 40px 250px; } }
  @media only screen and (min-width: 1920px) {
    .side-bar {
      margin: 90px 15px 60px 350px; } }

.side-sec {
  margin: 60px 13px 18px 200px !important; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .side-sec {
      margin: 70px 20px 18px 20px !important; } }
  @media (max-width: 1366px) and (min-width: 768px) {
    .side-sec {
      margin: 60px 13px 18px 198px !important; } }
  @media (max-width: 1600px) and (min-width: 900px) {
    .side-sec {
      margin: 60px 13px 18px 193px !important; } }
  @media only screen and (min-width: 1920px) {
    .side-sec {
      margin: 60px 13px 18px 350px !important; } }

.student-navbar.open .navbar-sidebar li a {
  min-width: 320px; }
  .student-navbar.open .navbar-sidebar li a .nav-text {
    text-indent: 0 !important; }

.sidebar.open {
  width: 0; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar.open {
      width: 245px; } }
  @media only screen and (min-width: 1920px) {
    .sidebar.open {
      overflow-x: hidden; } }
  .sidebar.open .topbar {
    width: 100%;
    left: 0px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .topbar {
        width: 100%;
        left: 0px; } }
    @media (min-width: 1600px) {
      .sidebar.open .topbar {
        width: 100%;
        left: 0px; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .topbar .navbar {
        padding-left: 0; } }
    @media only screen and (min-width: 1920px) {
      .sidebar.open .topbar .navbar {
        padding-right: 6rem; } }
    .sidebar.open .topbar .navbar .user-box {
      top: 5px;
      right: -55px; }
      @media screen and (max-width: 767px) {
        .sidebar.open .topbar .navbar .user-box {
          right: 0; } }
      @media screen and (min-width: 1400px) and (max-width: 1600px) {
        .sidebar.open .topbar .navbar .user-box {
          right: -65px; } }
      @media screen and (min-width: 1600px) {
        .sidebar.open .topbar .navbar .user-box {
          right: -95px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar.open .sidebar-vertical .navbar-sidebar li a {
      padding: 8px 25px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar.open .sidebar-vertical .navbar-sidebar li a .right-nav {
      right: 17px; } }
  .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;
        line-height: 0.5; } }
    .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: 16px 30px;
          width: 245px;
          color: #ffcb00; } }
  .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
    text-indent: 57px;
    white-space: nowrap; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
        text-indent: 44px; } }
    @media only screen and (min-width: 1920px) {
      .sidebar.open .sidebar-vertical .navbar-sidebar li .nav-text {
        text-indent: 60px; } }
  .sidebar.open .sidebar-vertical .navbar-sidebar li .left-nav {
    text-indent: 5px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .sidebar-vertical .navbar-sidebar li .left-nav {
        text-indent: 0px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .sidebar.open .sidebar-vertical .navbar-sidebar .has-submenu {
      flex-direction: column; } }
  .sidebar.open .navbar {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .sidebar.open .navbar {
        width: unset; } }
    .sidebar.open .navbar .sidebar-toggler {
      top: -12px;
      right: 25px; }
      .sidebar.open .navbar .sidebar-toggler .custom-line {
        background: transparent;
        height: 24px; }
      .sidebar.open .navbar .sidebar-toggler::before {
        transform: translateY(16px) rotate(45deg); }
      .sidebar.open .navbar .sidebar-toggler::after {
        transform: translateY(6px) rotate(-45deg); }
  .sidebar.open .sidebar-header {
    width: 50px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .sidebar.open .sidebar-header {
        width: 0; } }
    .sidebar.open .sidebar-header .logo--1 {
      text-align: center;
      display: block;
      width: 100px;
      position: absolute;
      left: 64px;
      top: 7px;
      transition: all 0.5s ease; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .sidebar.open .sidebar-header .logo--1 {
          left: 8px;
          width: 85px;
          text-align: start; } }
      .sidebar.open .sidebar-header .logo--1 a img {
        width: 50px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .sidebar.open .sidebar-header .logo--1 a img {
            width: 45px; } }
    .sidebar.open .sidebar-header .logo {
      text-align: center;
      display: none; }
      .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; } }

@media (max-width: 1600px) and (min-width: 900px) {
  .side-sec.open {
    margin: 60px 13px 18px 80px !important; } }

.content.open {
  width: 100%;
  margin: 90px 15px 40px 15px !important; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .content.open {
      margin: 90px auto 65px !important;
      width: 95%; } }
  @media only screen and (min-width: 1920px) {
    .content.open {
      margin: 67px 0 83px 78px; } }
  .content.open .table-sec {
    width: 100%; }
  .content.open .dt-scroll-headInner {
    width: 100% !important; }

.content .table-dash {
  width: 100% !important; }

.footer-bottom.open {
  width: 100%; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer-bottom.open {
      width: 100%; } }

.nav-item.active > a {
  background-color: #ffc400; }

.nav-item.active > a .nav-text {
  color: #000;
  font-weight: 500; }

.nav-item.active > a .left-nav {
  color: #000 !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%; }

.card-sec-pattern {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px; }

.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; }

.user-profile-dash {
  border-radius: 6px;
  padding: 19px;
  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 {
    border-radius: 0 10px 0 0; }
  .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg {
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922); }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg {
        margin-bottom: 2rem; } }
    .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
      border-radius: 50%;
      width: 100%;
      object-fit: cover;
      min-height: 150px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg img {
          width: 100%; } }
    .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: 106px;
      line-height: 2.2;
      padding-left: 7px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
          bottom: 0;
          left: 175px; } }
      @media only screen and (min-width: 1920px) {
        .user-profile-dash .profile-set .profile-top .profile-content .profile-contentimg .profileupload a {
          left: 176px; } }
      .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 {
  border-radius: 15px 0;
  border: 1px solid #5c5c5c;
  padding: 1rem 1rem 1rem 1.5rem;
  transition: all 0.6s ease;
  align-items: center;
  min-height: 105px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .dash-card {
      margin-bottom: 15px; } }
  .dash-card .dash-card-img i {
    font-size: 2.5rem;
    color: #ffc400; }
  .dash-card .dash-content {
    line-height: 1.4; }
    .dash-card .dash-content h5 {
      font-weight: 500;
      color: #000;
      font-size: 0.9rem; }
    .dash-card .dash-content h6 {
      color: #5c5c5c;
      font-size: 0.9rem; }
    .dash-card .dash-content .status-dash p {
      font-size: 0.7rem;
      margin-bottom: 0;
      border-left: 1px solid #ffc400;
      padding: 0px 4px;
      color: #8c8c8c;
      font-weight: 400; }
      .dash-card .dash-content .status-dash p:first-child {
        border-left: none;
        padding-left: 0; }
    .dash-card .dash-content .status-dash a {
      font-size: 0.7rem;
      margin-bottom: 0;
      border-left: 1px solid #ffc400;
      padding: 0px 4px;
      color: #8c8c8c;
      font-weight: 400; }
      .dash-card .dash-content .status-dash a:first-child {
        border-left: none;
        padding-left: 0;
        padding-right: 0; }
      .dash-card .dash-content .status-dash a:nth-child(2) {
        border-left: none;
        padding-left: 0; }

.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: #000000; }
    @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 loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-1px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@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 tbody tr td:nth-of-type(2n+1) {
  box-shadow: none !important; }

.table-dash {
  box-shadow: 0px 1px 10px #dbdbdb;
  padding: 10px; }
  .table-dash thead {
    vertical-align: middle !important;
    background-color: #000; }
    .table-dash thead tr th {
      padding: 0.2rem 0.3rem;
      color: #fff;
      font-size: 0.78rem;
      font-weight: 500;
      text-align: start;
      border: 1px solid #d9d9d9; }
      @media screen and (min-width: 1601px) {
        .table-dash thead tr th {
          font-size: 0.93rem; } }
      .table-dash thead tr th:hover {
        outline: none !important; }
      .table-dash thead tr th:last-child {
        text-align: center !important; }
      .table-dash thead tr th:first-child {
        text-align: center !important; }
        @media screen and (max-width: 767px) {
          .table-dash thead tr th:first-child {
            text-align: left !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: #333;
      font-weight: 400;
      padding: 0.2rem 0.3rem;
      font-size: 0.7rem;
      vertical-align: middle;
      border-bottom: 1px solid #d9d9d9 !important;
      border: 1px solid #d9d9d9; }
      .table-dash tbody tr td:last-child {
        text-align: center; }
      .table-dash tbody tr td:first-child {
        text-align: center !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; }
      .table-dash tbody tr .table-icon .table-btn-1 {
        background: #3c3c3c;
        color: #fff !important;
        padding: 1px 3px;
        border-radius: 5px;
        text-align: center;
        display: inline-block; }
      .table-dash tbody tr .table-icon .table-btn-2 {
        background: #FF9800;
        color: #fff !important;
        padding: 1px 3px;
        border-radius: 5px;
        text-align: center;
        display: inline-block; }
      .table-dash tbody tr .table-icon .table-btn-3 {
        background: #b70000;
        color: #fff !important;
        padding: 1px 3px;
        border-radius: 5px;
        text-align: center;
        display: inline-block; }
      .table-dash tbody tr .table-icon .table-btn-4 {
        background: #008105;
        color: #fff !important;
        padding: 1px 3px;
        border-radius: 5px;
        text-align: center;
        display: inline-block; }
      .table-dash tbody tr .table-icon .table-btn-5 {
        background: #b70000;
        color: #fff !important;
        padding: 1px 3px;
        border-radius: 5px;
        text-align: center;
        display: inline-block; }
      .table-dash tbody tr .table-icon a i {
        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;
          --bs-btn-font-size: 0rem; }

.table-edit {
  box-shadow: none !important;
  margin-bottom: 0; }
  .table-edit thead tr td {
    font-size: 0.9rem;
    font-weight: 500; }
  .table-edit tbody tr {
    --bs-table-striped-bg: rgb(0 0 0 / 0%); }
    .table-edit tbody tr td {
      box-shadow: none !important; }
      .table-edit tbody tr td span {
        font-size: 1rem;
        font-weight: 400;
        padding-left: 20px; }

.details {
  border-bottom: 1px solid #f1bc04;
  padding-bottom: 0.6rem;
  padding-top: 1.5rem;
  font-size: 1.1rem; }

.btn-login {
  color: #fff !important;
  border: 1px solid #313131 !important;
  background-color: #313131 !important;
  width: 100px;
  font-size: 0.8rem !important; }

.btn-dash--1 {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  transition: all .3s ease-out;
  border: 2px solid #fcca07;
  background-color: #fcca07;
  padding: 6px 20px;
  min-height: 5vh; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .btn-dash--1 {
      min-height: 3vh; } }
  @media screen and (min-width: 1400px) {
    .btn-dash--1 {
      min-height: 3vh;
      font-size: 0.93rem; } }
  .btn-dash--1:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid transparent; }

.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: 2px 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: 2px solid transparent; }

#msform {
  position: relative;
  min-height: 78vh; }

#msform .pro-fieldset {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease; }
  @media screen and (max-width: 767px) {
    #msform .pro-fieldset {
      top: 10%;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 1601px) {
    #msform .pro-fieldset {
      top: 13%; } }

#progressbar .pro-fieldset.active {
  display: block;
  z-index: 2; }

#progressbar li.active {
  color: green;
  margin: 0;
  font-weight: 500; }

#msform legend {
  float: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  color: #000; }

#msform h6 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 10px 10px; }

.scroll-bar-x {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .scroll-bar-x {
      height: 578px; } }
  @media only screen and (min-width: 1920px) {
    .scroll-bar-x {
      height: 507px; } }

.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: #000000bd;
    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 {
      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: #ffffffdb;
      box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12);
      /* min-height: 500px;*/
      padding: 50px 45px;
      width: 100%;
      position: relative;
      z-index: 100000;
      transform: translateY(45px); }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .dash-login-page .dash-content-page .form {
          width: 100%;
          padding: 37px 10px; } }
      @media screen and (min-width: 1400px) {
        .dash-login-page .dash-content-page .form {
          transform: translateY(110px); } }
      @media only screen and (min-width: 1920px) {
        .dash-login-page .dash-content-page .form {
          transform: translateY(195px); } }
      .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;
        	/*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 {
          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;
        left: 50px; }
        @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: #000;
        position: absolute;
        left: 70px;
        font-weight: 500; }
        @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; }

.sec-title {
  text-align: center; }
  .sec-title h1 {
    font-size: 1.5rem;
    color: #313131;
    font-weight: 600; }

.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: transparent;
  border-color: transparent;
  padding-bottom: 6px;
  font-size: 0.7rem;
  color: #000000 !important;
  border-color: #dee2e6; }

.page-link:focus {
  background-color: var(--bs-pagination-focus-bg) !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: #ffc400;
  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: 5px 0px;
  border-top: 1px solid #ececec;
  background: #f2f2f2;
  position: fixed;
  width: calc(100% - 175px);
  right: 0;
  bottom: 0;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.12); }
  @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; }
  @media screen and (min-width: 1601px) {
    .form-control {
      height: 5vh; } }

.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; }

.text-form-sec h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #000; }

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none; }

.title-dash h4 {
  font-size: 1rem;
  color: #000000;
  font-weight: 600; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .title-dash h4 {
      font-size: 0.75rem;
      position: relative;
      left: 38px; } }
.title-dash h6 {
  color: #000000;
  font-size: 0.9rem; }

.card-header {
  border-color: #ffc400;
  background-color: transparent; }
  .card-header h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: center;
    color: #000; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

.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; }

.scroll-bar-y--1::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px; }

.scroll-x::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px; }

.scroll-bar-adopt::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px; }

.scroll-bar-h::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px; }

.scroll-bar-h::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2); }

div.dataTables_wrapper {
  margin-top: -30px; }

.nav {
  justify-content: start; }
  @media screen and (max-width: 1024px) {
    .nav {
      overflow: auto;
      flex-wrap: nowrap;
      white-space: nowrap; } }

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;
  padding-top: 0 !important; }

.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;
  z-index: 0;
  box-shadow: none; }

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: 25px; } }
@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;
  top: 9px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .btn-position--1 {
      right: 90px;
      position: relative; } }

.btn-position {
  position: absolute;
  right: 310px;
  top: 22px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .btn-position {
      right: 30px;
      top: 0px; } }

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: 6px;
  border: 1px solid #fcca07; }

.form-radio-center {
  justify-content: center; }

.text-lable {
  font-size: 0.8rem; }

.card-sec {
  margin: 10px 0 8px !important; }

.card-pattern {
  background: #fff;
  margin: 16px 0 16px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .card-pattern {
      padding: 30px 15px 0; } }
  @media screen and (min-width: 1601px) {
    .card-pattern {
      padding: 30px; } }
  .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.8rem;
    color: #3c3c3c;
    line-height: 3;
    font-weight: 600; }
    .card-pattern h5 span {
      color: #3c3c3c;
      font-weight: 500;
      font-size: 0.85rem;
      padding-right: 10px; }
    .card-pattern h5 a {
      color: #000000;
      font-size: 0.75rem;
      font-weight: 500; }
  .card-pattern h4 {
    font-size: 0.89rem;
    margin-bottom: 10px;
    color: #f1bc04;
    font-weight: 500; }

.card-pattern--1 {
  margin: 0; }

.sticky-position {
  position: sticky;
  top: 0px;
  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; }

.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: 7px 8px; }
  @media only screen and (min-width: 1601px) {
    .form-md input {
      color: #3c3c3c;
      padding: 16px 8px;
      height: 5vh; } }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  text-align: start; }

.dropdown-menu-end {
  top: 58px !important;
  width: 200px !important;
  box-shadow: 0px 5px 10px #9f9f9f87;
  border: none;
  background-color: #3c3c3c; }
  .dropdown-menu-end li a {
    font-size: 0.9rem;
    color: #fff; }
    .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;
  display: none !important; }

@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: 100% !important; } }
.modal-dialog .modal-text {
  width: 440px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .modal-dialog .modal-text {
      width: 360px; } }
.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%; }
  .modal-dialog .modal-body .form-group label {
    text-align: left;
    font-size: 0.8rem;
    color: #3c3c3c;
    display: flex;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .modal-dialog .modal-body .form-group label {
        font-size: 0.65rem; } }
  .modal-dialog .modal-body .form-group input {
    margin-top: -15px; }

.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;
    height: 6vh; }
    @media screen and (min-width: 1601px) {
      .form-group input,
      .form-group .form-select {
        height: 5vh;
        font-size: 0.93rem; } }
  .form-group .form-select {
    padding: 10px 8px; }
  .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;
    height: 6vh; }
  .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; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .form-group .que-sec {
      font-size: 5px !important; } }
  .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; }
    @media screen and (max-width: 767px) {
      .form-group input:focus ~ label,
      .form-group input:not(:placeholder-shown) ~ label {
        font-size: 9px; } }
  .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 .form-select:focus ~ .form-color,
  .form-group .form-select:not([value=""]):valid ~ .form-color {
    background-color: #f9f9f9; }
  .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; } }
.table-container {
  width: 100%;
  /* Set the width of the container */
  max-height: 400px;
  /* Adjust height as needed */
  overflow-y: auto;
  /* Enable vertical scrolling */
  overflow-x: hidden;
  /* Disable horizontal scrolling */ }

#example {
  width: 100%;
  /* Ensure the DataTable takes full width */
  border-collapse: collapse;
  /* Optional: for better appearance */ }

#example th,
#example td {
  text-align: start; }

.register-student th:first-child,
.register-student th:last-child {
  position: relative !important; }
.register-student th:first-child span::after,
.register-student th:first-child span::before,
.register-student th:last-child span::after,
.register-student th:last-child span::before {
  content: none !important;
  /* Remove the sorting arrow */ }
.register-student td:nth-child(6) {
  word-break: break-all;
  white-space: wrap; }
.register-student td:nth-child(3) {
  word-break: break-all;
  white-space: wrap; }
.register-student td:nth-child(4) {
  word-break: break-all;
  white-space: wrap; }

.table-dash-admin {
  margin-bottom: 0; }
  .table-dash-admin tbody tr {
    border-color: transparent;
    border-style: none;
    line-height: 1.2; }
    .table-dash-admin tbody tr:hover {
      --bs-table-hover-bg: rgb(0 0 0 / 0%); }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .table-dash-admin tbody tr {
        display: grid;
        grid-template-columns: 43% auto;
        gap: 0; } }
    .table-dash-admin tbody tr td {
      font-size: 0.85rem;
      font-weight: 400;
      color: #333;
      padding: 5px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .table-dash-admin tbody tr td {
          width: 100%; } }
      .table-dash-admin tbody tr td a {
        color: #333; }
      .table-dash-admin tbody tr td span {
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: capitalize;
        color: #3c3c3c; }
        .table-dash-admin tbody tr td span a {
          color: #3c3c3c;
          font-weight: 800; }
  .table-dash-admin tbody tr:last-child {
    border-style: none !important;
    border-color: transparent; }

.main-heading {
  margin-bottom: 0.5rem;
  background: #3c3c3c1f;
  padding: 5px 8px; }
  .main-heading h5 {
    font-size: 1.1rem;
    color: #000000; }

.sub-heading {
  padding-left: 8px;
  border-bottom: 1px solid #f3c30a;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .sub-heading h6 {
    font-size: 0.91rem;
    font-weight: 500;
    color: #000; }
  .sub-heading h5 {
    font-size: 0.92rem;
    font-weight: 500;
    color: #000; }

.img-main {
  padding: 10px;
  border-radius: 50%; }
  .img-main .img-info-sec {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .img-main .img-info-sec {
        justify-content: start; } }
    .img-main .img-info-sec img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .img-main .img-info-sec img {
          width: 40%; } }
  .img-main .img-info-text h4 {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    line-height: 2;
    font-weight: 700; }
  .img-main .img-info-text h6 {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center; }

.btn-status {
  padding: 5px 7px;
  border-radius: 5px; }

.btn-pending--1 {
  background-color: #ffc40057;
  color: #000; }

.scroll-x {
  overflow-x: scroll; }

.scroll-bar-y--1 {
  overflow-y: scroll;
  height: 80vh;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .scroll-bar-y--1 {
      height: 84vh; } }
  @media (min-width: 1600px) {
    .scroll-bar-y--1 {
      height: 76vh; } }
  @media only screen and (min-width: 1920px) {
    .scroll-bar-y--1 {
      height: 86vh; } }

.scroll-bar-h {
  height: 83vh !important;
  padding: 0px 10px; }
  @media only screen and (min-width: 1920px) {
    .scroll-bar-h {
      height: 725px; } }

.p-sec {
  padding: 6px 10px; }
  @media (min-width: 1600px) {
    .p-sec {
      padding: 6px 21px; } }
  @media only screen and (min-width: 1920px) {
    .p-sec {
      padding: 6px 28px; } }

.model-approve {
  width: 400px !important; }

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }
#blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

.table-sec {
  width: 1110px; }
  @media (min-width: 1600px) {
    .table-sec {
      width: 1342px; } }
  @media only screen and (min-width: 1920px) {
    .table-sec {
      width: 1660px; } }

.card-h-sec {
  height: 340px;
  border: none;
  background-color: transparent;
  border: 1px solid #5c5c5c29;
  border-radius: 15px 0; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .card-h-sec {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1920px) {
    .card-h-sec {
      height: 480px; } }

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background-color: #000000; }

.grid-from {
  display: grid;
  grid-template-columns: 3% 15%;
  gap: 15px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .grid-from {
      grid-template-columns: 10% 73%; } }
  .grid-from .form-sm {
    font-size: 0.9rem !important;
    align-items: center;
    display: flex;
    font-weight: 400; }
  .grid-from .box-input {
    margin: 0.5rem;
    height: 15px;
    width: 15px; }

.dropdown-toggle::after {
  color: #000000; }

.box-pattern-sec {
  margin-bottom: 30px; }
  .box-pattern-sec .img-box-logo {
    text-align: center;
    margin-bottom: 10px; }
  .box-pattern-sec h5 {
    font-size: 0.9rem;
    text-align: center; }
  .box-pattern-sec p {
    font-size: 0.8rem;
    text-align: center;
    color: #b4b4b4;
    font-weight: 500;
    margin-bottom: 0px; }

.scroll-bar-student {
  overflow-y: scroll;
  height: 73vh;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .scroll-bar-student {
      height: 60vh; } }
  @media only screen and (min-width: 1920px) {
    .scroll-bar-student {
      height: auto; } }

.scroll-bar-adopt {
  overflow-y: scroll;
  height: 62vh;
  overflow-x: hidden; }

.notification-student {
  background-color: #ffc4002e;
  padding: 10px;
  margin-bottom: 20px; }
  .notification-student h6 {
    font-size: 0.9rem;
    font-weight: 400;
    color: #000000; }
    .notification-student h6 i {
      color: #ffc400;
      padding-right: 10px; }
  .notification-student a {
    color: #000000;
    font-weight: 500; }

.search-box-sec {
  position: relative;
  display: flex; }
  @media screen and (max-width: 767px) {
    .search-box-sec label {
      top: 65% !important; } }
  .search-box-sec .search-icon-student {
    position: relative; }
    .search-box-sec .search-icon-student i {
      position: relative;
      padding: 10px 12px;
      border-radius: 0; }
  .search-box-sec .form-control {
    border-radius: 0;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .search-box-sec .form-control {
        width: 97%;
        margin: 1rem auto 0;
        font-size: 0.7rem; } }

.student-title-sec {
  border-bottom: 1px solid #d0d0d0; }
  .student-title-sec h6 {
    font-size: 0.91rem;
    color: #000;
    padding: 8px 16px; }

.box-color .form-control {
  background-color: transparent; }

#student-data_wrapper {
  padding: 0 0.2rem 0 0;
  border: 1px solid #e0e0e0;
  padding: 1rem; }
  @media screen and (max-width: 767px) {
    #student-data_wrapper {
      border: 0;
      padding: 0 1rem; } }
  #student-data_wrapper .dt-scroll-headInner {
    width: 100% !important; }

.student-sec-data .dt-column-order {
  display: none !important; }
.student-sec-data thead {
  background-color: transparent !important; }
  .student-sec-data thead tr th {
    padding: 0.4rem;
    text-align: start !important; }
    .student-sec-data thead tr th:last-child {
      text-align: start !important; }
    .student-sec-data thead tr th:hover {
      outline: none !important; }
.student-sec-data tbody tr td {
  padding: 0.4rem;
  font-size: 0.8rem; }
  .student-sec-data tbody tr td .student-img-sec {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px; }
  .student-sec-data tbody tr td:last-child {
    text-align: start !important; }
  .student-sec-data tbody tr td a {
    color: #333;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .student-sec-data tbody tr td a {
        font-size: 0.7rem; } }
    .student-sec-data tbody tr td a:hover {
      color: #ffc400; }
.student-sec-data tbody tr:hover {
  background: #f5f5f5 !important; }

@media screen and (max-width: 767px) {
  table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc {
    padding-right: 18px; } }
.student-bg-sec {
  background: #ffffff;
  margin: 42px 0px 0px 232px;
  min-height: 563px; }
  @media (min-width: 1440px) {
    .student-bg-sec {
      min-height: 670px; } }
  @media only screen and (min-width: 1920px) {
    .student-bg-sec {
      margin: 60px 0px 0px 334px;
      min-height: 869px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .student-bg-sec {
      margin: 56px 20px 65px 25px; } }

.student-bg-sec.open {
  margin: 42px 0px 0px 0px !important; }

.student-sec-data tbody tr td:nth-of-type(n) {
  box-shadow: none !important; }

.model-student .model-bg-student .modal-content {
  width: 970px !important;
  border-radius: 0 !important; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .model-student .model-bg-student .modal-content {
      width: 100% !important; } }
  @media only screen and (min-width: 1920px) {
    .model-student .model-bg-student .modal-content {
      width: 1300px !important; } }
  .model-student .model-bg-student .modal-content .modal-header {
    background-color: #ffc400 !important;
    border-radius: 0 !important; }
    .model-student .model-bg-student .modal-content .modal-header .btn-close {
      position: absolute;
      right: 20px; }
  .model-student .model-bg-student .modal-content .modal-body {
    text-align: start;
    overflow-y: scroll;
    height: 84vh; }
    @media screen and (max-width: 767px) {
      .model-student .model-bg-student .modal-content .modal-body {
        height: 65vh; } }

.modal.fade .modal-dialog.model-bg-student {
  transform: translate(100%, 0) scale(1); }

.modal.fade.show .modal-dialog.model-bg-student {
  transform: translate(0, 0);
  left: 9%; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .modal.fade.show .modal-dialog.model-bg-student {
      left: 0;
      top: calc(100% - 80%); } }
  @media screen and (min-width: 1400px) {
    .modal.fade.show .modal-dialog.model-bg-student {
      left: 11%; } }
  @media only screen and (min-width: 1920px) {
    .modal.fade.show .modal-dialog.model-bg-student {
      left: 3%; } }

#student-data_wrapper .pagination {
  padding-right: 10px;
  margin-top: 0.5rem !important; }
#student-data_wrapper .dt-info {
  padding-left: 10px;
  margin-top: 0.5rem !important; }
#student-data_wrapper .mt-2 {
  margin-top: 0 !important; }

.grid-student {
  grid-template-columns: 7% 92%; }
  .grid-student .box-input {
    height: 12px;
    width: 12px; }
  .grid-student .form-sm {
    font-size: 0.8rem !important; }
  .grid-student .form-check-input {
    margin: 0.5rem; }

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none !important; }

input[type=checkbox] {
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  opacity: .5; }

input[type=checkbox]:hover {
  opacity: 1; }

input[type=checkbox]:checked {
  background-color: #ffc400;
  opacity: 1;
  border: 1px solid #ffc400; }

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -2px 0px 0 0px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2; }

.adopt-student-sec {
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  align-items: center;
  display: flex;
  transition: all .4s ease 0s;
  border-radius: 5px; }
  .adopt-student-sec .adopt-icon .adopt-plus-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
    cursor: pointer; }
    .adopt-student-sec .adopt-icon .adopt-plus-icon:before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #b6b6b6;
      position: absolute;
      top: 50%;
      transition: 0.3s ease;
      opacity: 1;
      margin-top: -1px; }
    .adopt-student-sec .adopt-icon .adopt-plus-icon:after {
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      background-color: #b6b6b6;
      position: absolute;
      left: 50%;
      transition: 0.3s ease;
      margin-left: -1px; }
  .adopt-student-sec .adopt-icon i {
    font-size: 4rem;
    color: #ffc400; }
  .adopt-student-sec .adopt-content h6 {
    font-size: 0.85rem;
    color: #8f8f8f;
    font-weight: 400; }
  .adopt-student-sec .adopt-content p {
    font-size: 0.8rem;
    color: #8f8f8f;
    font-weight: 400;
    margin-bottom: 0; }
  .adopt-student-sec .adopt-info {
    margin-left: -35px; }
    .adopt-student-sec .adopt-info h6 {
      color: #272930;
      font-size: 0.95rem; }
    .adopt-student-sec .adopt-info p {
      color: #8f8f8f;
      font-weight: 300; }
  .adopt-student-sec:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 767px) {
  .adopt-icon {
    width: 70px !important;
    text-align: left; } }
.modal.show .model-adpot {
  transform: translate(100px, 0px); }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .modal.show .model-adpot {
      transform: translate(0px, 0px); } }
  .modal.show .model-adpot .model-head-adopt {
    background-color: #d1d1d17a; }
  .modal.show .model-adpot .modal-body .form-group-adopt input {
    margin-top: 0; }
  .modal.show .model-adpot .modal-body .form-group-adopt .form-select {
    padding: 8px 8px !important; }

.adopt-student-title {
  padding-left: 8px;
  border-bottom: 1px solid #f3c30a;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between; }
  .adopt-student-title .add-adopt-student a {
    color: #000000;
    font-weight: 400;
    font-size: 0.9rem; }
  .adopt-student-title h6 {
    color: #272930; }

.adopt-student-list {
  box-shadow: none; }
  .adopt-student-list .img-icon {
    margin-right: 20px; }
    .adopt-student-list .img-icon i {
      font-size: 3rem;
      color: #f3c30a; }
  .adopt-student-list .text-list h6 {
    color: #272930;
    font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      .adopt-student-list .text-list h6 {
        font-size: 0.7rem; } }
  .adopt-student-list .text-list p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.8rem;
    color: #8d8d8d; }
  .adopt-student-list .progress-bar-sec {
    height: 6px;
    border-radius: 10px; }
  .adopt-student-list tbody tr {
    border-bottom: 1px solid #dedede; }
    .adopt-student-list tbody tr:last-child {
      border-bottom: none; }
    .adopt-student-list tbody tr td {
      border-bottom: none !important;
      border: none;
      box-shadow: none !important; }

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none; }

.dropdown .mar-dropdown {
  top: 40px !important;
  width: 230px !important; }
  .dropdown .mar-dropdown li i {
    font-size: 0.9rem !important;
    line-height: 2;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fcca07;
    margin-right: 10px;
    padding-left: 8px; }

.notification {
  position: relative;
  margin-bottom: 0; }
  .notification:before {
    content: "";
    position: absolute;
    inset-block: 15px;
    width: 1px;
    background: #272930;
    inset-inline-start: 20%;
    margin-inline-start: -1px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .notification:before {
        display: none; } }
  .notification .notification-time {
    position: relative;
    inset-block-start: 33px;
    inset-inline-start: -31px;
    width: 18%;
    text-align: end; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .notification .notification-time {
        display: none; } }
    .notification .notification-time .date {
      line-height: 1;
      font-size: 0.8rem;
      color: #8f8fb1;
      display: block;
      font-weight: 500; }
    .notification .notification-time .time {
      display: block;
      font-weight: 500;
      line-height: 1;
      font-size: 1rem;
      color: #8f8fb1; }
  .notification .notification-icon {
    inset-block-start: 8px;
    inset-inline-start: 120px;
    position: relative;
    width: 10%;
    text-align: center; }
    @media screen and (min-width: 1400px) {
      .notification .notification-icon {
        inset-inline-start: 130px; } }
    @media only screen and (min-width: 1920px) {
      .notification .notification-icon {
        inset-inline-start: 185px; } }
    .notification .notification-icon a {
      position: absolute;
      text-decoration: none;
      width: 18px;
      height: 18px;
      display: inline-block;
      border-radius: 50%;
      background: #fff;
      color: #fff;
      border: 3px solid #ffc400;
      transition: border-color .2s linear; }
  .notification .notification-body {
    box-shadow: 2px 2px 5px #00000017;
    margin-inline-start: 21%;
    margin-inline-end: 18%;
    inset-block-start: -20px;
    background: #f3f3f3;
    position: relative;
    padding: 14px 20px;
    border-radius: 6px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .notification .notification-body {
        margin-inline-start: -11%;
        margin-inline-end: 0%;
        inset-block-start: -5px;
        margin-bottom: 20px; } }
    .notification .notification-body:before {
      content: "";
      display: block;
      position: absolute;
      border: 10px solid transparent;
      border-inline-end-color: #f3f3f3;
      inset-inline-start: -20px;
      inset-block-start: 25px; }
    .notification .notification-body .media {
      align-items: center; }
      .notification .notification-body .media img {
        width: 40px;
        height: 40px; }
      .notification .notification-body .media .avatar-md {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem; }
    .notification .notification-body .media-body h6 {
      color: #495057; }
    .notification .notification-body .media-body p {
      color: #495057;
      font-size: 0.8rem;
      font-weight: 400; }
    .notification .notification-body .notify-time {
      position: absolute;
      inset-block: auto;
      inset-inline-start: auto;
      inset-inline-end: 50px; }
      .notification .notification-body .notify-time p {
        color: #9aa0ac;
        font-weight: 300;
        font-size: 0.8rem; }
    .notification .notification-body .icon-cross button {
      color: #868686;
      padding: 0; }

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.5rem;
  padding: 0; }

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 32em;
  font-size: 0.8rem; }

.dropdown-menu-end[data-bs-popper] {
  right: 70px;
  left: auto; }
  @media screen and (max-width: 767px) {
    .dropdown-menu-end[data-bs-popper] {
      right: 35px; } }

div.dt-container div.dt-search input {
  min-height: 5vh; }
  div.dt-container div.dt-search input:hover {
    border: 1px solid #f1bc04; }
  @media screen and (min-width: 1601px) {
    div.dt-container div.dt-search input {
      min-height: 4vh; } }

div.dt-container div.dt-length select {
  min-height: 5vh; }
  div.dt-container div.dt-length select:hover {
    border: 1px solid #f1bc04; }
  @media screen and (min-width: 1601px) {
    div.dt-container div.dt-length select {
      min-height: 4vh; } }

.payments-container {
  display: grid;
  gap: 4rem;
  align-items: center;
  justify-content: start;
  grid-template-columns: 31% 24% 10%; }
  @media screen and (max-width: 767px) {
    .payments-container {
      grid-template-columns: 96%;
      gap: 0rem; } }
  @media screen and (min-width: 1601px) {
    .payments-container {
      grid-template-columns: 23% 18% 10%; } }
  .payments-container .payments-item .item-container {
    display: grid;
    gap: 0.5rem;
    align-items: center;
    justify-content: start;
    grid-template-columns: 47% 58%; }
    @media screen and (max-width: 767px) {
      .payments-container .payments-item .item-container {
        grid-template-columns: 52% 45%; } }
    @media screen and (min-width: 1601px) {
      .payments-container .payments-item .item-container {
        grid-template-columns: 45% 65%; } }

.yollow-border-line {
  border-bottom: 1px solid #f1bc04;
  margin: 0.4rem 0 1.5rem; }

.form-group a img {
  width: 120px; }

.ckeditor {
  height: 6vh; }

.filter-std {
  padding: 1rem; }
  .filter-std h6 {
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
    color: #000; }
  .filter-std label {
    font-size: 0.66rem;
    font-weight: 500; }

.dropdown-item.active, .dropdown-item:active {
  color: #1c1513;
  text-decoration: none;
  background-color: #fcca07; }

table.dataTable thead tr > .dtfc-fixed-start, table.dataTable thead tr > .dtfc-fixed-end, table.dataTable tfoot tr > .dtfc-fixed-start, table.dataTable tfoot tr > .dtfc-fixed-end {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: #000000; }

.student-sec-data thead {
  background-color: #000000 !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: none;
  border: 1px solid #777474;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 500;
  color: #637381;
  padding: 5px 8px;
  border-radius: 5px;
  height: 6vh; }
  @media screen and (min-width: 1601px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 10px 8px;
      height: 5vh;
      font-size: 0.93rem; } }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }
  @media screen and (min-width: 1601px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 9px; } }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ffc400;
  padding: 0 5px; }

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  border: 1px solid #ffc400 !important; }

.select2-results__option {
  padding: 0px 9px;
  font-size: 0.75rem;
  font-weight: normal; }
  @media screen and (min-width: 1601px) {
    .select2-results__option {
      font-size: 0.93rem; } }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffc400;
  color: white; }

.select2-container {
  display: block; }

[type=search] {
  font-size: 0.75rem; }

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible {
  outline: none; }

select:focus,
select:focus-visible,
input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: inherit;
  /* or set to transparent if needed */ }

.user-profile-dash span {
  width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: auto;
  right: 5px !important; }

/*# sourceMappingURL=style.css.map */
