@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-SemiBold.woff2") format("woff2"), url("../../fonts/NunitoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-Light.woff2") format("woff2"), url("../../fonts/NunitoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-ExtraBold.woff2") format("woff2"), url("../../fonts/NunitoSans-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-Regular.woff2") format("woff2"), url("../../fonts/NunitoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-Italic.woff2") format("woff2"), url("../../fonts/NunitoSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../../fonts/NunitoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-ExtraLight.woff2") format("woff2"), url("../../fonts/NunitoSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Nunito Sans';
  src: url("../../fonts/NunitoSans-Black.woff2") format("woff2"), url("../../fonts/NunitoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

  
  .product_desci_page th {
    font-size: 16px;
  }
body {
  font-family: "Nunito Sans";
  font-weight: normal;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

h1, .h1 {
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 28px; } }

h2, .h2 {
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    h5, .h5 {
      font-size: 16px; } }

h6, .h6 {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    h6, .h6 {
      font-size: 13px; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3; }

.box {
  font-size: 14px; }
  .box .box-title h5 {
    font-size: 18px; }
  .box label {
    font-size: 16px; }
  .box .form-control {
    font-size: 16px; }

.table {
  font-size: 14px; }

.dataTables_wrapper {
  font-size: 14px; }

.copyright {
  font-size: 14px; }

body {
  background-color: #f3f4f7;
  color: #333; }

.login-box {
  background-color: #fff; }

a {
  color: #00a9c3; }

a:hover {
  color: #333; }

.navbar-custom {
  background-color: #fff; }

.accordion .card .card-header a {
  color: #333; }
  .accordion .card .card-header a:hover {
    color: #fff;
    background-color: #00a9c3; }
  .accordion .card .card-header a:not(.collapsed) {
    color: #fff;
    background-color: #00a9c3; }

.btn {
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  text-align: center; }
  .btn.btn-sm {
    font-size: 14px;
    padding: 7px 15px; }
  .btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }

  .btn.btn-primary {
    background-color: #005EB5;
    color: #fff;
    border: 1px solid #005EB5;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    transition: all 0.5s ease-in-out;
   }

      .btn.light {
        background-color: #005EB5;
        color: #fff;
      }
  .btn + .btn {
    margin-left: 15px;
    background-color: #fed756;
    border-color: #fed756;
    color: #161616;
   }

   .approve-button-section {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

   .btn:hover,   .btn:active {
    background-color: #FED756;
    border-color: #FED756;
    color: #161616;
}

.btn + .btn:hover, .btn + .btn:active {
  background-color: #005EB5;
  color: #fff;
  border: 1px solid #005EB5;
}


.btn:focus-visible{
outline: unset;
outline-offset: unset;
}

.more-action {
  border: none;
  background-color: transparent;
  padding: 0; }

.navbar-custom {
  border-bottom: 0px solid #4a806b;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 300px);
  z-index: 1052;
  background-color: #4a806b;
  padding: 0;
  height: 65px;
 }
  .navbar-custom .dropdown-toggle:after {
    content: none; }
  .navbar-custom .notification-list {
    margin-left: 15px; }
    .navbar-custom .notification-list .dropdown-toggle {
      font-size: 20px; }
    .navbar-custom .notification-list .notify-details {
      margin-bottom: 0;
      margin-left: 15px; }
    .navbar-custom .notification-list .notify-item {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      align-items: center; }
      .navbar-custom .notification-list .notify-item:not(:last-child) {
        border-bottom: 1px solid #ced4da; }
      .navbar-custom .notification-list .notify-item .text-muted {
        display: block; }
    .navbar-custom .notification-list .notify-icon {
      width: 36px;
      height: 36px;
      min-width: 36px;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      padding: 0;
      color: #fff; }

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #333; }

.dashboard-menu {
  width: 300px;
  background-color: #4a806b;
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
 }

 .dashboard-menu .nav-menu {
  padding: 0 0 30px;
}

.logo-box{
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0 25px 30px;
    justify-content: center;
}

.dashboard-menu .nav-menu .nav {
  margin: 0;
  overflow: scroll;
  height: calc(100vh - 107px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}


  @media screen and (max-width: 767px) {
    .dashboard-menu {
      display: none; } }
    .dashboard-menu .nav-menu .nav {
      margin: 0; }
      .dashboard-menu .nav-menu .nav .nav-item {
        width: 100%; }

        .dashboard-menu .nav-menu .nav .nav-item .nav-link {
          width: 100%;
          color: #fff;
          font-size: 16px;
          position: relative;
          font-weight: 500;
          padding: 13px 20px;
          font-family: 'Roboto';
          margin-bottom: 5px;
        }

        .dashboard-menu .nav-menu .nav .nav-item .nav-link.active {
          background-color: #FED756;
          color: #161616;
        }

        .dashboard-menu .nav-menu .nav .nav-item .nav-link:hover {
          background-color: #fff;
          color: #4a806b;
        }

          .dashboard-menu .nav-menu .nav .nav-item .nav-link i {
            margin-right: 15px;
            width: 16px; }
          .dashboard-menu .nav-menu .nav .nav-item .nav-link span i {
            width: auto;
            margin-right: 0; }
          .dashboard-menu .nav-menu .nav .nav-item .nav-link.active {
            background-color: #FED756;
            color: #000000; }
            .dashboard-menu .nav-menu .nav .nav-item .nav-link.active:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              width: 3px;
              background-color: #00a9c3; }
          .dashboard-menu .nav-menu .nav .nav-item .nav-link.toogleLink.active span i {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          .dashboard-menu .nav-menu .nav .nav-item .nav-link.toogleLink.active ~ .sub-menu {
            display: block;
           }
        .dashboard-menu .nav-menu .nav .nav-item.active > .nav-link {
          background-color: #fff;
          color: #4a806b; 
        }
          .dashboard-menu .nav-menu .nav .nav-item.active > .nav-link:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 3px;
            background-color: #00a9c3; }
        .dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link {
          background-color: #efefef; 
        }

        .dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 3px;
          background-color: #005eb5;
      }
          /* .dashboard-menu .nav-menu .nav .nav-item.active .sub-menu .nav-item.active .nav-link:before {
            content: none;
           } */
        .dashboard-menu .nav-menu .nav .nav-item .menu-title {
          width: 100%;
          padding: 0px 15px 0px 25px;
          font-size: 12px;
          font-weight: normal;
          display: inline-block;
          vertical-align: bottom;
          text-transform: uppercase; }
        .dashboard-menu .nav-menu .nav .nav-item .sub-menu {
          padding-left: 0px;
          list-style: none;
          display: none; }
          .dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link {
            /* font-size: 16px;
            padding: 20px 15px 20px 50px; */
            font-size: 14px;
            padding: 15px 15px 15px 50px;
           }
            .dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link.active {
              background-color: transparent;
             }
              .dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link.active:before {
                content: none;
               }
  .dashboard-menu .user-info {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
    padding: 0 25px; }
    .dashboard-menu .user-info .user-icon {
      min-width: 50px;
      width: 50px;
      height: 50px;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ced4da;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }
      .dashboard-menu .user-info .user-icon img {
        vertical-align: middle;
        object-fit: cover; }
    .dashboard-menu .user-info .user-name {
      padding-left: 15px;
      width: 100%; }
      .dashboard-menu .user-info .user-name h5 {
        font-size: 16px;
        margin-bottom: 0; }
      .dashboard-menu .user-info .user-name span {
        display: block;
        margin: 0; }

.input-group-text {
  min-width: 45px;
  justify-content: center;
  text-align: center; }

.form-control {
  color: #333;
  font-size: 1rem; }
  .form-control:focus {
    border-color: #00a9c3; }
  .form-control.form-control-lg {
    font-size: 1.25rem; }
  .form-control.form-control-sm {
    font-size: .875rem; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px; }

label {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  label.error {
    font-size: 13px;
    font-weight: 300;
    color: #ff5c75; }

.error {
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
  font-weight: normal; }
  .error strong {
    font-weight: normal; }

.form-check {
  padding-left: 30px; }
  .form-check .form-check-input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute; }
    .form-check .form-check-input[type=checkbox] + .form-check-label {
      cursor: pointer;
      line-height: 1.2; }
      .form-check .form-check-input[type=checkbox] + .form-check-label:before {
        content: '\f0c8';
        position: absolute;
        top: 1px;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-size: 20px; }
    .form-check .form-check-input[type=checkbox]:checked + .form-check-label:before {
      content: '\f14a'; }
  .form-check .form-check-input[type=radio] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: absolute; }
    .form-check .form-check-input[type=radio] + .form-check-label {
      cursor: pointer;
      line-height: 1.2; }
      .form-check .form-check-input[type=radio] + .form-check-label:before {
        content: '\f111';
        position: absolute;
        top: 1px;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-size: 20px; }
    .form-check .form-check-input[type=radio]:checked + .form-check-label:before {
      content: '\f192'; }
  .form-check.only-check {
    padding-left: 20px; }
  .form-check.form-check-sm {
    padding-left: 20px; }
    .form-check.form-check-sm .form-check-input[type=radio] + .form-check-label:before {
      font-size: 16px; }
    .form-check.form-check-sm .form-check-input[type=checkbox] + .form-check-label:before {
      font-size: 16px; }

.form-group {
  margin-bottom: 5px; }
  .form-group label {
    width: 100%; }
  .form-group .form-control {
    height: auto;
    padding: 10px 15px; }
  .form-group textarea.form-control {
    height: 120px;
    resize: none; }
  .form-group .help-block {
    font-size: 90%;
    display: block; }

.header-search-form {
  position: relative; }
  .header-search-form .form-control {
    padding-left: 40px; }
  .header-search-form .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    margin-top: -10px;
    opacity: 0.5; }

.upload-btn {
  position: relative; }
  .upload-btn input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .upload-btn label {
    margin: 0; }

img {
  max-width: 100%; }

a:hover {
  text-decoration: none; }

a:focus, a:active, button:focus, input:focus, textarea:focus, .form-control:focus, .btn.focus, .btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none; }

/* body {
  overflow: hidden; } */

.login-page {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 15px; }

.login-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 940px;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
  .login-box .logo {
    margin-bottom: 25px; }
    .login-box .logo img {
      max-width: 180px; }
  .login-box .contentBox {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   }
    @media screen and (max-width: 767px) {
      .login-box .contentBox {
        width: 100%;
        padding: 30px 15px; } }
  .login-box .imgBox {
    width: 50%; }
    .login-box .imgBox img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.main-content {
  padding: 65px 20px 51px;
  min-height: 100vh;
  width: calc(100% - 300px);
  margin-left: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
  @media screen and (max-width: 767px) {
    .main-content {
      padding: 65px 0 0; } }
  .main-content .page-title {
    padding-top: 20px;
    padding-bottom: 20px; }
    .main-content .page-title .breadcrumb {
      justify-content: flex-end; }
  .main-content .dateFilter {
    max-width: 280px;
    margin-left: auto; }
  .main-content .breadcrumb {
    background-color: transparent; }

.box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
 }
  .box .box-title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px; }
    .box .box-title h5 {
      margin: 0; }
    .box .box-title .box-action {
      margin-left: auto; }
      .box .box-title .box-action.dropdown .dropdown-toggle {
        font-size: 24px;
        padding: 0 10px; }
        .box .box-title .box-action.dropdown .dropdown-toggle:after {
          content: none; }
      .box .box-title .box-action.dropdown .dropdown-menu .dropdown-item i {
        margin-right: 10px; }
      .box .box-title .box-action.dropdown .dropdown-menu .dropdown-item a {
        color: #333; }
  .box .box-row {
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .box .box-row .box-content {
      width: 100%; }
    .box .box-row .box-icon {
      width: 100px;
      min-width: 100px;
      text-align: right;
      font-size: 40px;
      color: #6c757d; }
      .box .box-row .box-icon.cart {
        min-width: 150px; }

.dataTables_scrollHeadInner {
  min-width: 100%; }

  /* .dataTables_scrollHeadInner.table.dataTable {
    min-width: 100%;
    width: 100%;
   } */

   .dataTable{
    min-width: 100% !important;
    width: 100% !important;
   }

.table.table-bordered thead th {
  border-top: none;
  border-bottom: none; }
  .table.table-bordered thead th.action {
    pointer-events: none; }
    .table.table-bordered thead th.action:after {
      content: none; }
    .table.table-bordered thead th.action:before {
      content: none; }
.table td.action {
  white-space: nowrap;
  text-align: right; }
  .table td.action .icon-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    padding: 0;
    color: #fff;
    border: 1px solid;
    line-height: 28px; }
    .table td.action .icon-btn + .icon-btn {
      margin-left: 5px; }
    .table td.action .icon-btn.preview {
      background-color: #6c757d;
      border-color: #6c757d; }
      .table td.action .icon-btn.preview:hover {
        color: #6c757d;
        background-color: #fff; }
    .table td.action .icon-btn.edit {
      background-color: #00a9c3;
      border-color: #00a9c3; }
    .table td.action .icon-btn.delete {
      background-color: #ff1a30;
      border-color: #ff1a30; }

.pagination .page-item .page-link {
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  color: #333; }
  .pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.pagination .page-item + .page-item {
  margin-left: 5px; }
.pagination .page-item.previous .page-link {
  font-size: 0; }
  .pagination .page-item.previous .page-link:after {
    content: '\f053';
    font-size: 14px;
    font-family: "Font Awesome 5 Pro"; }
.pagination .page-item.next .page-link {
  font-size: 0; }
  .pagination .page-item.next .page-link:after {
    content: '\f054';
    font-size: 14px;
    font-family: "Font Awesome 5 Pro"; }
    .pagination .page-item.active .page-link {
      background-color: #005EB5;
      color: #fff;
    }
.pagination.pagination-lg .page-item:first-child .page-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.pagination.pagination-lg .page-item:last-child .page-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.pagination.pagination-lg .page-item .page-link {
  width: 40px;
  height: 40px;
  line-height: 38px; }
.pagination.pagination-lg .page-item.previous .page-link {
  line-height: 40px; }
  .pagination.pagination-lg .page-item.previous .page-link:after {
    font-size: 1.25rem; }
.pagination.pagination-lg .page-item.next .page-link {
  line-height: 40px; }
  .pagination.pagination-lg .page-item.next .page-link:after {
    font-size: 1.25rem; }
.pagination.pagination-sm .page-item:first-child .page-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.pagination.pagination-sm .page-item:last-child .page-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.pagination.pagination-sm .page-item .page-link {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.pagination.pagination-sm .page-item.previous .page-link:after {
  font-size: .875rem; }
.pagination.pagination-sm .page-item.next .page-link:after {
  font-size: .875rem; }

.profile-information {
  text-align: center;
  width: 100%; }
  .profile-information .user-icon {
    margin: 0 auto 15px;
    width: 150px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ced4da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    .profile-information .user-icon img {
      vertical-align: middle;
      object-fit: cover; }
    .profile-information .user-icon .img-upload {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .profile-information .user-icon .img-upload input[type="file"] {
        opacity: 0;
        visibility: hidden;
        width: 0;
        height: 0;
        position: absolute; }
      .profile-information .user-icon .img-upload label {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        cursor: pointer; }
  .profile-information .user-name {
    width: 100%; }
    .profile-information .user-name h5 {
      font-size: 18px; }
    .profile-information .user-name span {
      display: block;
      margin: 5px; }

.user-contact > div {
  margin-bottom: 15px;
  width: 100%; }
.user-contact label {
  width: 100px;
  min-width: 100px;
  font-weight: 600;
  margin: 0; }
.user-contact span {
  width: 100%; }

.card {
  margin-bottom: 1.5rem; }
  .card .card-header .card-header-actions {
    float: right;
    margin-right: -0.25rem; }
    .card .card-header .card-header-actions .card-header-action {
      padding: 0 0.25rem; }
  .card .card-header .badge {
    padding: .25rem .4rem .35rem; }

.accordion .card .card-header {
  padding: 0; }
  .accordion .card .card-header a {
    padding: .75rem 1.25rem;
    display: inline-block;
    width: 100%;
    vertical-align: bottom; }

.nav-tabs {
  border-color: #00a9c3;
  border-bottom: none; }
  .nav-tabs .nav-item .nav-link.active {
    border-color: transparent; }
  .nav-tabs .nav-item .nav-link:focus {
    border-color: transparent; }
  .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent; }
  .nav-tabs .nav-item .nav-link .badge {
    padding: .25rem .4rem .35rem; }
  .nav-tabs .nav-item .nav-link i {
    margin: 0 5px; }

.tab-content {
  padding: 20px;
  border-top: none;
  background-color: #fff; }

.nav-tabs-boxed {
  display: -ms-flexbox;
  display: flex; }
  .nav-tabs-boxed .nav-tabs {
    flex-direction: column; }
    .nav-tabs-boxed .nav-tabs .nav-item {
      width: 100%; }
  .nav-tabs-boxed.nav-tabs-boxed-right {
    flex-direction: row-reverse; }

.c-switch {
  display: inline-block;
  width: 40px;
  height: 26px;
  margin: 0;
  vertical-align: bottom; }
  .c-switch .c-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-switch .c-switch-input:checked ~ .c-switch-slider {
      border-color: #00a9c3; }
      .c-switch .c-switch-input:checked ~ .c-switch-slider:before {
        -webkit-transform: translateX(14px);
        -moz-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px);
        border-color: #00a9c3;
        background-color: #00a9c3; }
  .c-switch .c-switch-slider {
    position: relative;
    display: block;
    height: inherit;
    cursor: pointer;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #fff;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    transition: 0.15s ease-out; }
    .c-switch .c-switch-slider:before {
      position: absolute;
      top: 2px;
      left: 2px;
      width: 20px;
      height: 20px;
      content: "";
      border: 1px solid #ced4da;
      -webkit-border-radius: 0.125rem;
      -moz-border-radius: 0.125rem;
      border-radius: 0.125rem;
      background-color: #ced4da;
      -webkit-transition: 0.15s ease-out;
      -moz-transition: 0.15s ease-out;
      -ms-transition: 0.15s ease-out;
      transition: 0.15s ease-out; }
  .c-switch.c-switch-label {
    width: 48px; }
    .c-switch.c-switch-label .c-switch-input:checked ~ .c-switch-slider:before {
      -webkit-transform: translateX(22px);
      -moz-transform: translateX(22px);
      -ms-transform: translateX(22px);
      transform: translateX(22px); }
    .c-switch.c-switch-label .c-switch-input:checked ~ .c-switch-slider:after {
      content: attr(data-checked);
      left: 1px;
      right: auto; }
    .c-switch.c-switch-label .c-switch-slider:before {
      z-index: 2; }
    .c-switch.c-switch-label .c-switch-slider:after {
      position: absolute;
      top: 50%;
      right: 1px;
      z-index: 1;
      width: 50%;
      margin-top: -.5em;
      font-size: 10px;
      font-weight: 600;
      line-height: 1;
      color: #6c757d;
      text-align: center;
      text-transform: uppercase;
      content: attr(data-unchecked); }
  .c-switch.c-switch-pill .c-switch-slider {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem; }
    .c-switch.c-switch-pill .c-switch-slider:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

/*# sourceMappingURL=style.css.map */

.nav-item.active .sub-menu{display: block!important;}
.nav-item.active .sub-menu .active{color: #00a9c3;}

.mb-10{
  margin-bottom: 10px;
}

.table td .icon-btn.preview {
    background-color: #6c757d;
    border-color: #6c757d;
}
.table td .icon-btn.preview:hover {
    color: #6c757d;
    background-color: #fff;
}
.table td .icon-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    padding: 0;
    color: #fff;
    border: 1px solid;
    line-height: 28px;
}
.table td .icon-btn.edit {
  background-color: #005EB5;
  border-color: #005EB5;
}
.table td .icon-btn.delete {
    background-color: #ff1a30;
    border-color: #ff1a30;
}
.table td .icon-btn.view {
    background-color: #4ba15a;
    border-color: #4ba15a;
}
.noPointer{
  cursor: initial;
}
.swal-footer {
  text-align: center;
}
span.help-block{
  color: red;
}
label.error{
  color: red;
  font-size: 90%;
  font-weight: initial;
}
.datatable-scroll .col-sm-12{
  overflow-y: auto;
}

.profile-user-img {
  text-align: center;
  width: 100px;
  height: 70px;
  object-fit: cover;
  object-position: center;
}

.profile-user-img-course-category .profile-user-img {
  object-fit: contain;
}



.hide-show-pass {
  position: absolute;
  right: 2rem;
  top: 9px;
  opacity: 0.5;
  cursor: pointer;
}



.copyright {
  font-size: 14px;
  background: #fff;
  width: calc(100% - 300px);
  margin-left: -15px;
  padding: 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.copyright p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #828282;
}


.copyright p a {
  color: #005eb5;
}

a.nav-link.dropdown-toggle i.far.fa-cog {
  color: #fff;
}

.breadcrumb a {
  color: #005EB5;
}

.swal-button {
  background-color: #005EB5;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}


.product_desci_page.faq-answer td {
  text-overflow: inherit;
  white-space: normal !important;
}

/* vishnu css start */

/* For Firefox */
.niceScroll, .dataTables_wrapper {
  scrollbar-width: thin; /* Makes the scrollbar thinner */
  scrollbar-color: #888 transparent; /* Thumb color and track color */
}

/* For WebKit browsers */
.niceScroll::-webkit-scrollbar, .dataTables_wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.niceScroll::-webkit-scrollbar-track, .dataTables_wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.niceScroll::-webkit-scrollbar-thumb, .dataTables_wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
  /* .niceScroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }  */

  .table td, .table th{
    padding: 10px;
    white-space: nowrap;
  }

  .badge-success {
    padding: 5px 8px;
}




.img-center {
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.dataTables_wrapper .col-sm-12:not([class*="col-md-"]) {
  overflow: auto !important;
}

.viewblog-section {
  padding: 20px;
}

.viewblog-section .profile-image-box {
  text-align: center;
  width: 150px;
  height: 150px;
  margin: 20px auto;
  border-radius: 50%;
  /* background-color: #005eb5; */
  background-image: url(../../images/avatar-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.viewblog-section .profile-user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dashboard-menu .nav-menu .nav .nav-item .sub-menu .nav-link:hover {
  background-color: #efefef;
}


.logo-box img.head-logo {
  width: 169px;
  height: 70px;
  filter: brightness(0) invert(1);
}

.profile-image-user-box {
  padding-bottom: 10px;
  padding-right: 15px;
}

.profile-image-user-card {
  width: 40px;
  height: 40px;
  padding: 0px !important;
  border-radius: 50%;
  overflow: hidden;
}

.profile-image-user-card img.profile-image-user{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 767px) {

  .copyright {
    width: 100%;
    margin-left: 0px;
  }

}

.tab-card ul#myTab {
  background-color: #E8F3FF;
  border-radius: 15px;
  justify-content: space-between;
}

.tab-card .nav-item {
  width: 20%;
  text-align: center;
}

.tab-card .nav-tabs .nav-link {
  border: 0;
  font-size: 20px;
  color: #161616;
  font-family: 'Roboto';
  border-radius: 15px;
  padding: 20px;
}

.tab-card .tab-content, .student-view-section {
  padding-top: 30px;
  border-top: none;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
}

.nav-item .nav-link.active {
  border: 0;
  background-color: #fed756;
  color: #161616;
  font-weight: 500;
}

.tab-section-main {
  margin: 50px 0;
}

.profile-content{
  row-gap: 20px;
}

.profile-content .detail-box{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #efefef;
  height: 100%;
}

.profile-content .detail-box.about {
  width: 100%;
}

.specialization {
  width: 100%;
  margin: 20px 0 0;
}

.teachingdetails .specialization {
  margin: 0 !important;
}

.teachingdetails .year-month {
  width: 100%;
  display: flex;
  gap: 25px;
}

.profile-content .detail-box h3, .profile-content .specialization h2 {
  color: #005eb5;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
}

.profile-content .specialization h2 {
  color: #161616;
  font-size: 20px;
}

.profile-content .detail-box p {
  color: #161616;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
  word-break: break-all;
}

.profile-content .detail-box p span {
  padding: 10px 20px;
  background-color: #EFF7FF;
  color: #2d2d2d;
  border-radius: 5px;
  border: 2px solid #005EB5;
  margin-right: 10px;
  word-break: break-all;
}

.profile-content .detail-box.about.tag {
  padding: 25px 10px;
}

.profile-content .detail-box.about.tag p {
  margin: 0;
}

.table-content .table thead th {
  border-bottom: none;
}


.table-content .table td, .table-content .table th {
  padding: 20px 30px;
  border-top: none;
}


.table-content {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.table-content .table {
  font-size: 14px;
  margin: 0;
}

.table-content .table tbody tr {
  border-top: 1px solid #ccc;
}

.table-content .table thead tr {
  background-color: #E5F2FF;
}

.table-content .table thead tr th {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #161616;
}


.table-content .table th, td {
  border-right: 1px solid #ccc;
}

.table-content .table th:last-child, td:last-child {
  border-right: none;
}

td {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #2d2d2d;
}

.approve-active {
  position: absolute;
  right: 15px;
  top: 15px;
}

.active-unactive {
  position: relative;
}


.faq-answer td {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-answer td p {
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box.bg-white.faq-view-card {
  padding: 30px;
}

.like-comment-flag-view-box .icon-btn + .icon-btn{
  margin-left: 15px;
}

.like-comment-flag-view-box button.icon-btn.flag {
  background-color: #d62613;
  border-color: #d62613;
}

.like-comment-flag-view-box button.icon-btn.comment {
  background-color: #28a745;
  border-color: #28a745;
}

.like-comment-flag-view-box button.icon-btn.like {
  background-color: #005EB5;
  border-color: #005EB5;
}


.like-comment-flag-view-box .icon-btn{
  position: relative;
}

.like-comment-flag-view-box .icon-btn span {
    position: absolute;
    top: -10px;
    right: -15px;
    background-color: #1976d2;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
    border-radius: 50%;
}

.like-comment-flag-view-box button.icon-btn.like span {
  background-color: #28a745;
}

.like-comment-flag-view-box button.icon-btn.comment span {
  background-color: #d62613;
}


.student-upload-file {
  display: inline-flex;
  padding: 0 20px 0 0;
}

.student-upload-file label.uploadFile{
  margin: 0;
}

.student-upload-file input > [pseudo="-webkit-file-upload-button"],
::-webkit-file-upload-button{
  appearance: none;
  background-color: #ffffff00;
  padding: 15px 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-right: 15px;
  font-size: 16px;
}


.tab-section-main-class .tab-card .nav-item {
    width: 25%;
}

/* .on-demand-class {
  border: 1px solid #dee2e6;
  border-radius: 10px;
} */

.on-demand-class table.table.table-bordered {
  margin: 0;
  /* border-radius: 10px;
  overflow: hidden; */
}

.on-demand-class th, .on-demand-class td {
  padding: 15px 20px;
  font-family: 'Roboto';
  text-transform: capitalize;
}


.on-demand-class th {
  font-size: 16px;
  font-weight: 500;
  background-color: #e8f3ff;
}

.on-demand-class td {
  font-size: 15px;
  font-weight: 500;
}

td.active {
  color: #28a745;
}

td.reject{
  color: #ff2525;
}

td.cancel{
  color: #2222ff;
}

.student-view-section .tab-section-main {
  margin: 0px 0;
}

.fa-arrow-down {
  border: 2px solid;
  padding: 3px 4px;
  border-radius: 50px;
}

.btn.btn-primary {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

.fa-arrow-down {
  margin-left: 10px;
}

i.fa.fa-plus {
  margin-right: 10px;
}

.eye-download-button .detail-box .fa-arrow-down {
  margin-left: 0px;
}

.eye-download-button .detail-box .fa-arrow-down {
  border: 0px solid;
  padding: 0;
  border-radius: 0;
}

.eye-download-button .detail-box i {
  font-size: 16px;
}

.eye-download-button .detail-box .btn.btn-primary {
  height: 35px;
  width: 35px;
  padding: 0;
  border-radius: 50%;
}

.tab-card .add-availability-section-main-tab .nav-item {
  width: 13%;
}

.tab-card .add-availability-section-main-tab  ul#myTab {
  background-color: transparent;
}

.tab-card .add-availability-section-main-tab .nav-tabs .nav-link {
  border: 2px solid #ccc;
  padding: 15px;
}

.tab-card .add-availability-section-main-tab .nav-item .nav-link.active {
  border: 2px solid #005eb5;
  background-color: #005eb5;
  color: #ffffff;
  font-weight: 500;
}

.tab-card .add-availability-section-main-tab .nav-tabs .nav-link:hover{
  background-color:#FED756;
  color: #161616;
  border-color: #FED756;
}

.tab-card .add-availability-section-main-tab .tab-content{
  padding: 0;
}

.tab-card .add-availability-section-main-tab .table-content .table td, .tab-card .add-availability-section-main-tab .table-content .table th {
  padding: 15px;
}

.add-availability-section-main-tab ol {
  margin: 0;
  padding-left: 0px;
}

.add-availability-section-main-tab ol li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  list-style: none;
}

.add-availability-section-main-tab .table thead tr th {
  font-size: 20px;
}

.select-code select#code {
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: 0;
}

.phone-number-col input {
  border-radius: 0 0.25rem 0.25rem 0;
}

.phone-number-col .error {
  margin-top: 0rem;
}

.add-availability-section-main-tab .table-content .table thead tr {
  background-color: #efefef;
}

.select-code-1 {
  color: #495057;
}

.add-availability-section-main-tab .table-content .table thead tr th {
  color: #005eb5;
}

.check-box-time {
  margin-right: 5px;
}

.check-box-time i.fa.fa-check-square {
  color: #005eb5;
  font-size: 18px;
}

/* vishnu css end  */


.video-images iframe {
  width: 100%;
  min-height: 300px;
  height: auto;
}

.modal-header .close {
  margin: 0rem 0rem 0rem auto;
  background-color: #005eb5;
  padding: 0px 8px 6px;
  border-radius: 5px;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-size: 30px;
}

.text-align_end {
  text-align: end;
}

.profile-details-user h1 {
  font-size: 24px;
  margin: 20px 0;
}

.modal-content {
  border-radius: 10px;
}

img.images-view-modal {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.video-images {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.draft, .approved, .pending, .reject {
  min-width: 80px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  font-family: 'Roboto' !important;
  border-radius: 0.25rem !important;
}

.draft {
  background-color: #ffc107 !important;
}

.pending {
  background-color: #2174c1 !important;
  color: #fff !important;
}


.approved{
  background-color: #28a745 !important;
  color: #fff !important;
}

.reject {
  background-color: red !important;
  color: #fff !important;
}

.icon-box-image-main .profile-user-img {
  width: 100px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.icon-box-image-main .icon-box-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box-image-main .profile-image-box{
  background-color: #efefef;
  background-image: none;
}


.custom-colour-box select {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 46px;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
}

.custom-colour-box select:focus, .custom-colour-box select:focus-visible{
  border-color: #00a9c3;
  outline-color: #00a9c3;
}

.selectsubadmin-card .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text;
  padding: 5px 20px;
  position: relative;
  min-height: 46px;
  height: 46px;
  overflow-y: auto;
  overflow-x: hidden;
}

.selectsubadmin-card .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #005eb5;
  border: 1px solid #005eb5;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Roboto';
  box-sizing: border-box;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 2px 30px 2px 5px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.selectsubadmin-card .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border-radius: 0 !important;
  border: none;
  border-left: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px 0;
  position: absolute;
  right: -1px;
  left: unset;
  top: 1px;
}

.selectsubadmin-card .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .selectsubadmin-card .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f100;
  color: #fff;
  outline: none;
}

.selectsubadmin-card .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #005eb5 !important;
  color: #fff !important;
}

.select2-results__option {
  padding: 6px !important;
  margin-bottom: 5px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #005eb5 !important;
  color: #fff !important;
}


.setting-filed {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
}

.setting-filed .form-group {
  width: 100%;
}

.setting-referal-ammount {
  width: 100%;
}

#color-picker {
  min-height: 46px;
  width: 150px;
  padding: 0;
  background-color: transparent;
}

.newsletter-page {
  padding: 20px;
}

.newsletter-page textarea {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px 15px;
  font-size: 16px;
}

.newsletter-page .form-check-inline {
  margin-right: 30px;
  margin-bottom: 20px;
}

.newsletter-page .checkbox-section {
  padding: 20px 15px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  white-space: nowrap;
  max-height: 95px;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: space-between;
}

.check-box-row label{
  margin: 0;
  font-size: 15px;
}

.check-box-row input{
  appearance: none;
  width: 22px;
  height: 22px;
  display: inline-flex;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
}

.newsletter-page .check-box-row {
  display: flex;
  column-gap: 10px;
  width: 32%;

}

.check-box-row input:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"> <g id="Group_5609" data-name="Group 5609" transform="translate(-1065 -627)"> <rect id="Rectangle_1968" data-name="Rectangle 1968" width="21" height="21" rx="3" transform="translate(1065 627)" fill="%23005eb5"/> <path id="Path_673" data-name="Path 673" d="M21.17,13.321l-.876-1.046a.177.177,0,0,0-.139-.069h0a.17.17,0,0,0-.139.069l-6.074,7.1L11.73,16.811a.175.175,0,0,0-.279,0l-.886,1.029a.257.257,0,0,0,0,.329l2.788,3.236a.839.839,0,0,0,.583.329.884.884,0,0,0,.578-.318h0l6.657-7.766A.277.277,0,0,0,21.17,13.321Z" transform="translate(1059.494 620.794)" fill="%23fff"/> </g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  height: 22px;
  width: 22px;
  border: 1px solid #005eb5;
}

.dashboard-box-section {
  background-color: #F5F5F5;
  border: 1px solid#CCCCCC;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  width: 100%;
  height: 100%;
}

.icon-box i {
  font-size: 35px;
  color: #3C7B47;
}

.icon-box {
  width: 80px;
  height: 80px;
  background: #CAEBD0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
}

.dashboard-box-section h6 {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 500;
  font-family: 'Roboto';
  margin: 0;
  text-align: start;
  text-transform: capitalize;
}

.dashboard-box-section h2 {
  color: #005eb5;
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}

.dashboard-box-section.tow .icon-box{
  background: #FFD2D0;
}

.dashboard-box-section.tow .icon-box i{
  color: #942A25;
}

.dashboard-box-section.three .icon-box{
  background: #C2D6FF;
}

.dashboard-box-section.three .icon-box i{
  color: #335397;
}

.dashboard-box-section.four .icon-box{
  background: #FFDAB9;
}

.dashboard-box-section.four .icon-box i{
  color: #A46934;
}

.dashboard-box-section svg {
  height: 62px;
  width: 62px;
  fill: #a46934;
}

.dashboard-box-section.three svg {
  fill: #335397;
}

.dashboard-box-section.tow svg {
  fill: #942A25;
}


.password-box .form-control:focus {
  z-index: 0;
}

input[type="file"] {
  width: 50%;
}

.student-upload-file .uploadFile input[type="file"] {
  width: 100%;
}

.email-text p{
  text-transform: unset;
}

.password-box .form-control {
  padding: 10px 60px 10px 15px;
}


.my-profile-page .file-upload-input {
  padding: 0;
  border: 0;
}

.my-profile-page .input-group {
  align-items: center;
  column-gap: 30px;
}

.my-profile-page .profile-user {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
}





@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0,0,0);
  }
}

.pai-cart-student main {
  width: 400px;
  margin: 30px auto;
}
.pai-cart-student section {
  margin-top: 30px;
}
.pai-cart-student .pieID {
  display: inline-block;
  vertical-align: top;
}
.pai-cart-student .pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin-bottom: 30px;
}
.pai-cart-student .pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}
.pai-cart-student .pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
  margin: 220px auto;
  
}
.pai-cart-student .slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}
.pai-cart-student .slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.pai-cart-student .legend {
  list-style-type: none;
  margin: 0;
  min-width: 200px;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}
.pai-cart-student .legend li {
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 500;
  font-family: 'Roboto';
}

.pai-cart-student .legend li:last-child {
  margin-bottom: 0;
}
.pai-cart-student .legend em {
  font-style: normal;
}
.pai-cart-student .legend span {
  float: right;
}


.student-pai-heading {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: start;
}

.student-pai-section {
  background-color: #F5F5F5;
  border: 1px solid#CCCCCC;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.count-student-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  font-weight: 700;
  color: #005eb5;
}

.count-student-number span {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 20px;
  color: #161616;
}

section.pai-cart-student {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  justify-content: space-between;
}


.content-pai-chart {
  text-align: start;
}

.content-pai-chart span {
  margin-right: 5px;
}

.dashboard-box-section.pending-active h2 {
  font-size: 20px;
  color: #161616;
}

.dashboard-box-section.pending-active{
  flex-wrap: wrap;
  column-gap: 20px;
  position: relative;
}

.dashboard-box-section.pending-active .pending-active {
  width: 100%;
  display: flex;
  column-gap: 10px;
  margin-top: 15px;
}


/* .dashboard-box-section.pending-active .icon-box {
  width: 50px;
  height: 50px;
  padding: 10px;
} */

.language {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.language span{
    padding: 5px 10px;
    background-color: #EFF7FF;
    color: #2d2d2d;
    border-radius: 5px;
    border: 2px solid #005EB5;
    word-break: break-all;
}

.pending2 {
  width: 70px;
  border: 1px solid #3B71CA;
  border-radius: 5px;
  text-align: center;
  background-color: #3B71CA;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Roboto';
  text-transform: capitalize;
}

.pending2.accepted{
  background-color: #14A44D;
  border-color: #14A44D;
  color: #fff;
}

.pending2.rejected{
  background-color: #DC4C64;
  border-color: #DC4C64;
  color: #fff;
}

.detail-box.email-text p{
  text-transform: unset;
}

.pending2.cancel {
  background-color: #E4A11B;
  border-color: #E4A11B;
  color: #161616;
}

.pending2.total {
  border-color: #332D2D;
  background-color: #332D2D;
}

.pending-active.tow path.cls-1 {
  fill: #942A25;
}


.verified-box .pending2.accepted {
  background-color: #335397;
  border-color: #335397;
}


.status-name {
  width: 100%;
  margin-top: 10px;
  display: flex;
  column-gap: 1rem;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
}


.panding-gool span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #3B71CA;
  margin-right: 5px;
}


.stats_card {
  background: #0d3a37;
  border: 1px solid hsl(176deg 63.38% 13.92%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 45px);
  margin-top: 45px;
}

.stats_card .stats_card_top {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
  padding: 20px 30px 0;
}

.stats_card .stats_card_top .stats_card_icon {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 .25rem 1.25rem 0 #00000024, 0 .4375rem .625rem -.3125rem #40404066;
  color: #4a806b;
  display: flex;
  font-size: 30px;
  height: 60px;
  justify-content: center;
  margin-top: -50px;
  min-width: 60px;
  width: 60px;
}



.stats_card .stats_card_top .infoGrap {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 20px;
  margin-top: 16px;
  transform: translateY(10px);
  color: #fff;
}

.stats_card .activeInfo {
  align-items: center;
  display: inline-block;
  display: flex;
  position: relative;
}

.stats_card .activeInfo:before {
  background: #0b9010;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  min-width: 12px;
  width: 12px;
}

.stats_card .inactiveInfo {
  align-items: center;
  display: inline-block;
  display: flex;
  position: relative;
}

.stats_card .inactiveInfo:before {
  background: #cb2222;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  min-width: 12px;
  width: 12px;
}

.stats_card .stats_card_top .stats_card_title {
  margin-left: auto;
  text-align: right;
}

.stats_card .stats_card_top .stats_card_title span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}

.stats_card .stats_card_top .stats_card_title h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.375;
  margin-bottom: 0;
}

.stats_card .stats_card_divider {
  border: 1px solid hsl(0deg 0% 100% / 29%);
  height: 1px;
  margin: 16px auto;
  opacity: .5;
  width: calc(100% - 60px);
}

.stats_card .stats_card_bottom {
  display: flex;
  gap: 24px;
  padding: 0 30px 16px;
}

.stats_card .stats_card_bottom p {
  align-items: center;
  color: #fff;
  display: flex;
  flex: auto;
  font-size: 14px;
  gap: 8px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.stats_card .stats_card_bottom p strong {
  color: #fff;
}

.stats_card .activeBadge, .stats_card .closeBadge {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  display: flex;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  line-height: 1.1;
  min-width: 35px;
  padding: 2px 5px;
  text-align: center;
}

.stats_card .activeBadge {
  background: #1b9f1b;
}

.stats_card .closeBadge {
  background: #cb2222;
}

.panding-gool.accepted span {
  background-color: #14A44D;
}

.panding-gool.rejected span {
  background-color: #DC4C64;
}

.panding-gool.cancel span {
  background-color: #E4A11B;
}

.panding-gool.accepted span {
  background-color: #28a745;
}

.panding-gool.total span {
  background-color: #332D2D;
}

.sub-menu i {
  display: none;
}

.setting-page-box {
  padding: 20px;
}

.user_management_row .input-group {
  display: block;
}



.product_desci_page.faq-answer td:last-child{
  white-space: nowrap !important;
}

.blog-detail-section h3 {
  margin-top: 3rem;
}

.blog-detail-section h1, .blog-detail-section h2, .blog-detail-section h3, .blog-detail-section h4, .blog-detail-section h5, .blog-detail-section h6  {
  font-size: 2.6rem;
  font-weight: 600;
  color: #0D3A37;
  margin-bottom: 2rem;
  text-transform: capitalize;
}