@charset "UTF-8";
/*! -----------------------------------------------------------------------------------

    Template Name: Cuba Admin
    Template URI: http://admin.pixelstrap.com/cuba/theme
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------
 */
/**=====================
    06. Button CSS start
==========================**/
.btn-link {
  color: var(--theme-deafult); }

/*======= Button-color css starts  ======= */
.btn-primary {
  background-color: #7e37d8 !important;
  border-color: #7e37d8 !important; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #7e37d8 !important;
    border-color: #7e37d8 !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #6524b8 !important;
    border-color: #6524b8 !important; }
  .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #d1b7f1;
            box-shadow: 0 0 0 0.2rem #d1b7f1; }

.btn-secondary {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fe80b2 !important;
    border-color: #fe80b2 !important; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #fe4d93 !important;
    border-color: #fe4d93 !important; }
  .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem white;
            box-shadow: 0 0 0 0.2rem white; }

.btn-success {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important; }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #80cf00 !important;
    border-color: #80cf00 !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #609c00 !important;
    border-color: #609c00 !important; }
  .btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #c6ff69;
            box-shadow: 0 0 0 0.2rem #c6ff69; }

.btn-danger {
  background-color: #fd517d !important;
  border-color: #fd517d !important; }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #fd517d !important;
    border-color: #fd517d !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #fc1f57 !important;
    border-color: #fc1f57 !important; }
  .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #ffe8ee;
            box-shadow: 0 0 0 0.2rem #ffe8ee; }

.btn-info {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
  color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff; }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #06b5dd !important;
    border-color: #06b5dd !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #058cab !important;
    border-color: #058cab !important; }
  .btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #80e5fc;
            box-shadow: 0 0 0 0.2rem #80e5fc; }

.btn-light {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important; }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f5fd !important;
    border-color: #f8f5fd !important; }
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
    background-color: #dacbf5 !important;
    border-color: #dacbf5 !important; }
  .btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem white;
            box-shadow: 0 0 0 0.2rem white; }

.btn-warning {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important; }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc717 !important;
    border-color: #ffc717 !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #e3ac00 !important;
    border-color: #e3ac00 !important; }
  .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #ffecb0;
            box-shadow: 0 0 0 0.2rem #ffecb0; }

.btn-solid {
  color: #fff;
  border: 1px solid #7e37d8 !important;
  border-radius: 0;
  padding: 10px 20px !important;
  background-image: linear-gradient(30deg, #7e37d8 50%, transparent 50%);
  background-size: 850px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 0;
  background-color: #7e37d8 !important; }
  .btn-solid:hover, .btn-solid:focus, .btn-solid:active, .btn-solid.active {
    background-position: 100%;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #7e37d8 !important; }

/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #7e37d8; }

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

.badge-success {
  background-color: #80cf00; }

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

.badge-info {
  background-color: #06b5dd; }

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

.badge-dark {
  background-color: #5E5873; }

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

.badge + .badge {
  margin-left: 5px; }

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

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

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

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

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

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

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

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

.btn {
  padding: 0.375rem 1.5rem; }

.btn-lg {
  font-size: 18px; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  padding: 0.05rem 0.4rem;
  font-size: 11px; }

.large-btn {
  margin-bottom: -20px; }
  .large-btn .btn {
    margin-right: 5px;
    margin-bottom: 15px; }

.btn-air-primary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
    background-color: #6524b8;
    border-color: #6524b8; }

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(126, 55, 216, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(126, 55, 216, 0.1) !important; }
  .input-air-primary:focus {
    border-color: #7e37d8; }

.btn-air-secondary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
    background-color: #fe4d93;
    border-color: #fe4d93; }

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(254, 128, 178, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(254, 128, 178, 0.1) !important; }
  .input-air-secondary:focus {
    border-color: #fe80b2; }

.btn-air-success {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
    background-color: #609c00;
    border-color: #609c00; }

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(128, 207, 0, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(128, 207, 0, 0.1) !important; }
  .input-air-success:focus {
    border-color: #80cf00; }

.btn-air-danger {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
    background-color: #fc1f57;
    border-color: #fc1f57; }

.input-air-danger {
  -webkit-box-shadow: 0 3px 5px 1px rgba(253, 81, 125, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(253, 81, 125, 0.1) !important; }
  .input-air-danger:focus {
    border-color: #fd517d; }

.btn-air-info {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
    background-color: #058cab;
    border-color: #058cab; }

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(6, 181, 221, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(6, 181, 221, 0.1) !important; }
  .input-air-info:focus {
    border-color: #06b5dd; }

.btn-air-light {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
    background-color: #dacbf5;
    border-color: #dacbf5; }

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

.btn-air-dark {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
    background-color: #464256;
    border-color: #464256; }

.input-air-dark {
  -webkit-box-shadow: 0 3px 5px 1px rgba(94, 88, 115, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(94, 88, 115, 0.1) !important; }
  .input-air-dark:focus {
    border-color: #5E5873; }

.btn-air-warning {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; }
  .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
    background-color: #e3ac00;
    border-color: #e3ac00; }

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

.btn-gradient {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  background: linear-gradient(26deg, #7366ff 0%, #a26cf8 100%);
  letter-spacing: 0.06rem; }
  .btn-gradient:hover {
    background-size: 100% !important; }

.btn-warning {
  color: #fff; }
  .btn-warning:hover, .btn-warning.disabled {
    color: #fff; }

[class*='-gradien']:hover {
  background-size: 50% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff; }

.btn-square {
  border-radius: 0px; }

.btn-pill {
  border-radius: 60px; }

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px; }

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0; }

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px; }

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0; }

.btn-showcase {
  margin-bottom: -10px; }
  .btn-showcase .btn {
    margin-bottom: 10px;
    margin-right: 18px; }

.btn-dropdown-showcase {
  margin-bottom: -10px; }
  .btn-dropdown-showcase .dropdown {
    margin-bottom: 10px;
    margin-right: 18px; }
  .btn-dropdown-showcase .btn-group {
    margin-bottom: 10px;
    margin-right: 18px; }

.btn-group .radio label::before {
  top: 2px; }

.btn-group .radio label::after {
  top: 7px; }

.btn-group .checkbox label {
  margin-top: 3px; }

.btn-group-showcase > div {
  margin-bottom: -20px; }
  .btn-group-showcase > div label {
    margin-bottom: 0; }

.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px; }

.btn-group-showcase .checkbox input[type="checkbox"] {
  display: none; }

.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }

/**=====================
     06. Button CSS end
==========================**/
/**=====================
     15. Alert CSS start
==========================**/
.alert {
  border-radius: 0.15rem;
  padding: 15px; }
  .alert svg {
    vertical-align: middle; }
  .alert .progress {
    margin-top: 15px; }
  .alert [data-notify='message'] {
    display: block; }
  .alert i {
    margin-right: 5px;
    font-size: 16px; }
  .alert p {
    margin-bottom: 0; }
  .alert .close {
    opacity: 1; }
    .alert .close span {
      font-size: 24px;
      font-weight: 400;
      display: inline-block;
      border-radius: 3px;
      text-shadow: none;
      padding: 0 5px;
      padding-right: 0; }

.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .alert-dismissible .close:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    color: inherit; }

.card-body button:focus {
  outline: none; }

.card-body .alert:last-child {
  margin-bottom: 0; }

.card-body .alert svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: absolute;
  top: 18px; }
  .card-body .alert svg ~ p {
    padding-left: 20px; }

strong {
  display: inline-block; }
  strong ~ p {
    display: inline-block; }

.alert-primary {
  background-color: rgba(126, 55, 216, 0.8);
  border-color: rgba(126, 55, 216, 0.9);
  color: #fff; }
  .alert-primary .progress {
    height: 5px;
    background-color: #7b33d7;
    border-radius: 0; }
  .alert-primary .progress-bar {
    background-color: white; }
  .alert-primary .alert-link {
    color: #7e37d8; }
  .alert-primary hr {
    border-top-color: #7e37d8; }

.alert-primary.dark {
  background-color: #7e37d8;
  border-color: #7e37d8;
  color: #fafafa; }
  .alert-primary.dark .alert-link {
    color: #fff; }

.alert-primary.outline, .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #7e37d8;
  color: #7e37d8; }

.alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #7e37d8;
  color: #2b2b2b; }
  .alert-primary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #7e37d8;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-primary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #7e37d8;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-secondary {
  background-color: rgba(254, 128, 178, 0.8);
  border-color: rgba(254, 128, 178, 0.9);
  color: #fff; }
  .alert-secondary .progress {
    height: 5px;
    background-color: #fe7baf;
    border-radius: 0; }
  .alert-secondary .progress-bar {
    background-color: white; }
  .alert-secondary .alert-link {
    color: #fe80b2; }
  .alert-secondary hr {
    border-top-color: #fe80b2; }

.alert-secondary.dark {
  background-color: #fe80b2;
  border-color: #fe80b2;
  color: #fafafa; }
  .alert-secondary.dark .alert-link {
    color: #fff; }

.alert-secondary.outline, .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #fe80b2;
  color: #fe80b2; }

.alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #fe80b2;
  color: #2b2b2b; }
  .alert-secondary.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #fe80b2;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-secondary.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #fe80b2;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-success {
  background-color: rgba(128, 207, 0, 0.8);
  border-color: rgba(128, 207, 0, 0.9);
  color: #fff; }
  .alert-success .progress {
    height: 5px;
    background-color: #7dca00;
    border-radius: 0; }
  .alert-success .progress-bar {
    background-color: #edffcf; }
  .alert-success .alert-link {
    color: #80cf00; }
  .alert-success hr {
    border-top-color: #80cf00; }

.alert-success.dark {
  background-color: #80cf00;
  border-color: #80cf00;
  color: #fafafa; }
  .alert-success.dark .alert-link {
    color: #fff; }

.alert-success.outline, .alert-success.outline-2x {
  background-color: transparent;
  border-color: #80cf00;
  color: #80cf00; }

.alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #80cf00;
  color: #2b2b2b; }
  .alert-success.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #80cf00;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-success.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #80cf00;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-danger {
  background-color: rgba(253, 81, 125, 0.8);
  border-color: rgba(253, 81, 125, 0.9);
  color: #fff; }
  .alert-danger .progress {
    height: 5px;
    background-color: #fd4c79;
    border-radius: 0; }
  .alert-danger .progress-bar {
    background-color: white; }
  .alert-danger .alert-link {
    color: #fd517d; }
  .alert-danger hr {
    border-top-color: #fd517d; }

.alert-danger.dark {
  background-color: #fd517d;
  border-color: #fd517d;
  color: #fafafa; }
  .alert-danger.dark .alert-link {
    color: #fff; }

.alert-danger.outline, .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #fd517d;
  color: #fd517d; }

.alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #fd517d;
  color: #2b2b2b; }
  .alert-danger.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #fd517d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-danger.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #fd517d;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-warning {
  background-color: rgba(255, 199, 23, 0.8);
  border-color: rgba(255, 199, 23, 0.9);
  color: #fff; }
  .alert-warning .progress {
    height: 5px;
    background-color: #ffc612;
    border-radius: 0; }
  .alert-warning .progress-bar {
    background-color: white; }
  .alert-warning .alert-link {
    color: #ffc717; }
  .alert-warning hr {
    border-top-color: #ffc717; }

.alert-warning.dark {
  background-color: #ffc717;
  border-color: #ffc717;
  color: #fafafa; }
  .alert-warning.dark .alert-link {
    color: #fff; }

.alert-warning.outline, .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #ffc717;
  color: #ffc717; }

.alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ffc717;
  color: #2b2b2b; }
  .alert-warning.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #ffc717;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-warning.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #ffc717;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-info {
  background-color: rgba(6, 181, 221, 0.8);
  border-color: rgba(6, 181, 221, 0.9);
  color: #fff; }
  .alert-info .progress {
    height: 5px;
    background-color: #06b1d8;
    border-radius: 0; }
  .alert-info .progress-bar {
    background-color: #e4f9fe; }
  .alert-info .alert-link {
    color: #06b5dd; }
  .alert-info hr {
    border-top-color: #06b5dd; }

.alert-info.dark {
  background-color: #06b5dd;
  border-color: #06b5dd;
  color: #fafafa; }
  .alert-info.dark .alert-link {
    color: #fff; }

.alert-info.outline, .alert-info.outline-2x {
  background-color: transparent;
  border-color: #06b5dd;
  color: #06b5dd; }

.alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #06b5dd;
  color: #2b2b2b; }
  .alert-info.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #06b5dd;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-info.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #06b5dd;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-light {
  background-color: rgba(248, 245, 253, 0.8);
  border-color: rgba(248, 245, 253, 0.9);
  color: #fff;
  color: #5E5873;
  background-color: #f8f5fd; }
  .alert-light .progress {
    height: 5px;
    background-color: #f5f1fc;
    border-radius: 0; }
  .alert-light .progress-bar {
    background-color: white; }
  .alert-light .alert-link {
    color: #f8f5fd;
    color: #5E5873; }
  .alert-light hr {
    border-top-color: #f8f5fd; }

.alert-light.dark {
  background-color: #f8f5fd;
  border-color: #f8f5fd;
  color: #fafafa;
  color: #5E5873; }
  .alert-light.dark .alert-link {
    color: #fff;
    color: #5E5873; }

.alert-light.outline, .alert-light.outline-2x {
  background-color: transparent;
  border-color: #f8f5fd;
  color: #f8f5fd;
  color: #5E5873; }

.alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #f8f5fd;
  color: #2b2b2b; }
  .alert-light.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #f8f5fd;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-light.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #f8f5fd;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.alert-dark {
  background-color: rgba(94, 88, 115, 0.8);
  border-color: rgba(94, 88, 115, 0.9);
  color: #fff; }
  .alert-dark .progress {
    height: 5px;
    background-color: #5c5670;
    border-radius: 0; }
  .alert-dark .progress-bar {
    background-color: #e3e2e8; }
  .alert-dark .alert-link {
    color: #5E5873; }
  .alert-dark hr {
    border-top-color: #5E5873; }

.alert-dark.dark {
  background-color: #5E5873;
  border-color: #5E5873;
  color: #fafafa; }
  .alert-dark.dark .alert-link {
    color: #fff; }

.alert-dark.outline, .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #5E5873;
  color: #5E5873; }

.alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #5E5873;
  color: #2b2b2b; }
  .alert-dark.inverse:before {
    top: 16px;
    content: "";
    position: absolute;
    left: 54px;
    width: 0;
    height: 0;
    border-left: 7px solid #5E5873;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  .alert-dark.inverse i {
    padding: 17px 20px;
    display: inline-block;
    background-color: #5E5873;
    color: #fff;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.outline-2x {
  border-width: 2px;
  padding: 11px 1.25rem; }

/**=====================
     15. Alert CSS end
==========================**/
/**=====================
    03.  Card CSS Start
==========================**/
.card {
  margin-bottom: 30px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
          box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); }
  .card .card-header {
    background-color: #fff;
    padding: 40px;
    border-bottom: 1px solid #ecf3fa;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative; }
    .card .card-header.card-no-border {
      border-bottom: none !important; }
    .card .card-header h5 {
      font-size: 22px; }
      .card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) {
        margin-bottom: 0;
        text-transform: capitalize; }
    .card .card-header > span {
      font-size: 12px;
      color: rgba(43, 43, 43, 0.7);
      margin-top: 5px;
      display: block;
      letter-spacing: 1px; }
    .card .card-header .card-header-right {
      border-radius: 0 0 0 7px;
      right: 35px;
      top: 33px;
      display: inline-block;
      float: right;
      padding: 8px 0;
      position: absolute;
      background-color: #fff;
      z-index: 1; }
      .card .card-header .card-header-right .card-option {
        text-align: right;
        width: 35px;
        height: 20px;
        overflow: hidden;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .card .card-header .card-header-right .card-option li {
          display: inline-block; }
          .card .card-header .card-header-right .card-option li:first-child i {
            -webkit-transition: 1s;
            transition: 1s;
            font-size: 16px;
            color: #7e37d8; }
            .card .card-header .card-header-right .card-option li:first-child i.icofont {
              color: unset; }
      .card .card-header .card-header-right i {
        margin: 0 5px;
        cursor: pointer;
        color: #5E5873;
        line-height: 20px; }
        .card .card-header .card-header-right i.icofont-refresh {
          font-size: 13px; }
  .card .card-body {
    padding: 40px;
    background-color: transparent; }
    .card .card-body p:last-child {
      margin-bottom: 0; }
  .card .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px; }
  .card .card-footer {
    background-color: #fff;
    border-top: 1px solid #ecf3fa;
    padding: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
  .card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card.card-load .card-loader i {
      margin: 0 auto;
      color: #7e37d8;
      font-size: 20px; }
  .card.full-card {
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: none;
            box-shadow: none;
    right: 0;
    border-radius: 0;
    border: 1px solid #efefef;
    width: calc(100vw - 12px);
    height: calc(100vh); }
    .card.full-card .card-body {
      overflow: auto; }

.card-absolute {
  margin-top: 20px; }
  .card-absolute .card-header {
    position: absolute;
    top: -20px;
    left: 15px;
    border-radius: 0.25rem;
    padding: 10px 15px; }
    .card-absolute .card-header h5 {
      font-size: 17px; }
  .card-absolute .card-body {
    margin-top: 10px; }

.card-header .border-tab {
  margin-bottom: -13px; }

.custom-card {
  overflow: hidden;
  padding: 30px; }
  .custom-card .card-header {
    padding: 0; }
    .custom-card .card-header img {
      border-radius: 50%;
      margin-top: -100px;
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .custom-card .card-profile {
    text-align: center; }
    .custom-card .card-profile img {
      height: 150px;
      padding: 7px;
      background-color: #fff;
      z-index: 1;
      position: relative; }
  .custom-card .card-social {
    text-align: center; }
    .custom-card .card-social li {
      display: inline-block;
      padding: 15px 0; }
      .custom-card .card-social li a {
        padding: 13px;
        color: #bcc6de;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .custom-card .card-social li a:hover {
          color: #7e37d8;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .custom-card .profile-details h6 {
    margin-bottom: 30px;
    margin-top: 10px;
    color: rgba(43, 43, 43, 0.7);
    font-size: 14px; }
  .custom-card .card-footer {
    padding: 0; }
    .custom-card .card-footer > div {
      padding: 15px;
      text-align: center; }
      .custom-card .card-footer > div + div {
        border-left: 1px solid #efefef; }
      .custom-card .card-footer > div h3 {
        margin-bottom: 0;
        font-size: 24px; }
      .custom-card .card-footer > div h6 {
        font-size: 14px;
        color: rgba(43, 43, 43, 0.7); }
      .custom-card .card-footer > div i {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 15px; }
      .custom-card .card-footer > div .m-b-card {
        margin-bottom: 10px; }

/**=====================
    03. Card CSS End
==========================**/
/**=====================
     07. Color CSS Start
==========================**/
.bg-primary {
  background-color: #7e37d8 !important;
  color: #fff; }

.bg-light-primary {
  background-color: rgba(126, 55, 216, 0.2) !important;
  color: #fff; }

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

.bg-light-secondary {
  background-color: rgba(254, 128, 178, 0.2) !important;
  color: #fff; }

.bg-success {
  background-color: #80cf00 !important;
  color: #fff; }

.bg-light-success {
  background-color: rgba(128, 207, 0, 0.2) !important;
  color: #fff; }

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

.bg-light-danger {
  background-color: rgba(253, 81, 125, 0.2) !important;
  color: #fff; }

.bg-info {
  background-color: #06b5dd !important;
  color: #fff; }

.bg-light-info {
  background-color: rgba(6, 181, 221, 0.2) !important;
  color: #fff; }

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

.bg-light-light {
  background-color: rgba(248, 245, 253, 0.2) !important;
  color: #fff; }

.bg-dark {
  background-color: #5E5873 !important;
  color: #fff; }

.bg-light-dark {
  background-color: rgba(94, 88, 115, 0.2) !important;
  color: #fff; }

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

.bg-light-warning {
  background-color: rgba(255, 199, 23, 0.2) !important;
  color: #fff; }

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

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

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

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

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

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

.b-l-dark {
  border-left: 1px solid #5E5873 !important; }

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

/**=====================
     07. Color CSS Ends
==========================**/
/**=====================
    37. Dropdown CSS Start
==========================**/
.dropdown-basic {
  margin-bottom: -10px; }
  .dropdown-basic .btn-group {
    margin-right: 18px; }
    .dropdown-basic .btn-group .btn-round {
      border-radius: 50px; }
  .dropdown-basic .separated-btn {
    margin-left: -6px; }
    .dropdown-basic .separated-btn .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 10px; }
  .dropdown-basic button {
    max-height: 43px; }
  .dropdown-basic .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
    .dropdown-basic .dropdown .dropbtn {
      color: white;
      padding: 12px 35px;
      border: none;
      cursor: pointer; }
    .dropdown-basic .dropdown .dropdown-content {
      display: none;
      position: absolute;
      right: 0;
      background-color: #f9f9f9;
      min-width: 175px;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      left: 0;
      top: 45px; }
      .dropdown-basic .dropdown .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block; }
      .dropdown-basic .dropdown .dropdown-content .dropdown-header {
        padding: 12px 16px; }
  .dropdown-basic .dropdown-content a:hover {
    background-color: #f1f1f1; }
  .dropdown-basic .dropdown:hover .dropdown-content {
    display: block; }

.dropup-basic .dropup {
  position: relative;
  display: inline-block; }
  .dropup-basic .dropup .dropbtn {
    color: white;
    padding: 12px;
    border: none; }
  .dropup-basic .dropup .dropup-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    bottom: 45px;
    z-index: 999;
    left: 0; }
    .dropup-basic .dropup .dropup-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block; }

.dropup-basic .dropup .dropup-content a:hover {
  background-color: #f1f1f1; }

.dropup-basic .dropup:hover .dropup-content {
  display: block; }
  .dropup-basic .dropup:hover .dropup-content a.active {
    background-color: #f1f1f1; }

/**=====================
    37. Dropdown CSS Ends
==========================**/
/**=====================
     16. Popover CSS Start
==========================**/
.popover-header {
  background-color: #5E5873;
  color: #fff; }

.popover-main .btn-showcase a {
  color: #fff; }

.popover-main .btn-showcase button:last-child {
  margin-right: 0; }

/**=====================
     16. Popover CSS Ends
==========================**/
/**=====================
    44. Tabs CSS Start
==========================**/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #7e37d8; }

.nav i {
  margin-right: 10px; }

.nav-tabs.nav-bottom .nav-item .nav-link.active,
.nav-tabs.nav-bottom .nav-item .nav-link.focus,
.nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6; }

.tab-content ~ .nav-tabs.border-tab {
  margin-bottom: 0;
  margin-top: 30px; }

.border-tab.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px; }
  .border-tab.nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #5E5873;
    text-align: center;
    padding: 10px 25px;
    border: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover {
      color: #7e37d8; }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus {
      border-bottom: 2px solid #7e37d8; }

.border-tab.nav-left .nav-link {
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5E5873; }

.border-tab.nav-left .nav-link.active,
.border-tab.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: #7e37d8;
  color: #7e37d8;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.border-tab.nav-right .nav-link {
  border-right: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5E5873;
  text-align: right; }

.border-tab.nav-right .nav-link.active,
.border-tab.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: #7e37d8;
  color: #7e37d8;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.tabbed-card ul {
  position: absolute;
  right: 22px;
  top: 33px;
  border-bottom: none; }
  .tabbed-card ul.border-tab.nav-tabs {
    top: 12px; }
    .tabbed-card ul.border-tab.nav-tabs .nav-item {
      float: right; }
      .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
        padding: 32px 15px; }

/**=====================
     44. Tabs CSS Ends
==========================**/
/**=====================
     39. Table  CSS Start
==========================**/
.pills-component {
  width: 20%; }

.table {
  margin-bottom: 0px; }
  .table th, .table td {
    padding: 0.75rem; }
  .table th {
    color: #2b2b2b;
    font-weight: 500; }
  .table td {
    color: #2b2b2b; }
  .table [class*='bg-'] {
    color: #fff; }
  .table .bg-light {
    color: #2b2b2b; }
  .table tfoot {
    font-weight: bold; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th, .table-inverse td {
    border-color: #fff;
    color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table[class*='bg-'] th, .table[class*='bg-'] td {
  color: #fff; }

.table-hover tbody tr:hover {
  background-color: #fdfeff; }

.table-xl td, .table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%; }

.table-lg td, .table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%; }

.table-de td, .table-de th {
  padding: 0.75rem 2rem; }

.table-sm th, .table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%; }

.table-xs th, .table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%; }

.table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem; }

.table-border-vertical tr, .table-border-vertical th, .table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff; }

.table-border-vertical tr td:last-child {
  border-right: none; }

.table-bordernone td {
  border: none !important; }

.table-bordernone thead th {
  border: none !important; }

.table-bordernone .bd-t-none {
  border-top: none; }

.table-bordernone .u-s-tb {
  padding: 11px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5); }

.table-bordered td, .table-bordered th {
  border-color: #f2f4ff; }

/**=====================
     39.Table CSS Ends
==========================**/
/**=====================
     50. Tree  CSS Start
==========================**/
.jstree-container-ul {
  overflow: auto; }

.jstree-default .jstree-clicked {
  background-color: #f2eafb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5E5873; }

.jstree-default .jstree-themeicon-custom {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  margin-right: 8px;
  background-size: contain;
  background-position: center; }
  .jstree-default .jstree-themeicon-custom.icofont-folder {
    background-image: url(../images/tree/folder.png); }
    .jstree-default .jstree-themeicon-custom.icofont-folder:before {
      content: ""; }
  .jstree-default .jstree-themeicon-custom.icofont-file-alt:before {
    content: ""; }

.jstree-default .jstree-node.js-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/js.png); }

.jstree-default .jstree-node.nodejs-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/nodejs.png); }

.jstree-default .jstree-node.scss-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/sass.png); }

.jstree-default .jstree-node.font-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/font.png); }

.jstree-default .jstree-node.html-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/html.png); }

.jstree-default .jstree-node.css-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/css.png); }

.jstree-default .jstree-node.gulp-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/gulp.png); }

.jstree-default .jstree-node.txt-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/txt.png); }

.jstree-default .jstree-node.php-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/php.png); }

.jstree-default .jstree-node.music-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/music.png); }

.jstree-default .jstree-node.svg-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/svg.png); }

.jstree-default .jstree-node.json-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/json.png); }

.jstree-default .jstree-node.pug-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/pug.png); }

.jstree-default .jstree-node.video-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/mp4.png); }

.jstree-default .jstree-node.img-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/img.png); }

.jstree-default .jstree-node.react-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/react.png); }

.jstree-default .jstree-node.editorconfig-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/editorconfig.png); }

.jstree-default .jstree-node.env-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/env.png); }

.jstree-default .jstree-node.xml-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/xml.png); }

.jstree-default .jstree-node.m-readme-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/m-readme.png); }

.jstree-default .jstree-node.readme-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/readme.png); }

.jstree-default .jstree-node.babel-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/babel.png); }

.jstree-default .jstree-node.vue-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/vue-icon.png); }

.jstree-default .jstree-node.es-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/es_lint.png); }

.jstree-default .jstree-node.favicon-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/favicon.png); }

.jstree-default .jstree-node.web-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/web.png); }

.jstree-default .jstree-node.laravel-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/laravel.png); }

.jstree-default .jstree-node.angular-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/angular.png); }

.jstree-default .jstree-node.ts-icon .jstree-themeicon-custom {
  background-image: url(../images/tree/ts_file.png); }

.jstree-default .jstree-icon {
  margin-right: 8px; }

.vakata-context,
.vakata-context ul {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2px 2px #efefef;
          box-shadow: 0 0 2px 2px #efefef; }
  .vakata-context li a .vakata-contextmenu-sep,
  .vakata-context ul li a .vakata-contextmenu-sep {
    display: none; }
  .vakata-context li a:hover,
  .vakata-context ul li a:hover {
    background-color: #faf7fd;
    -webkit-box-shadow: None;
            box-shadow: None; }
  .vakata-context .vakata-context-separator,
  .vakata-context ul .vakata-context-separator {
    display: none; }

/**=====================
     50. Tree CSS Ends
==========================**/
/**=====================
    24. According CSS start
==========================**/
.note {
  font-size: 14px; }

.default-according .card {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .default-according .card + .card {
    margin-top: 10px; }
  .default-according .card .btn-link {
    font-weight: 500;
    color: #2b2b2b;
    text-decoration: none; }
  .default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
    text-decoration: none; }
  .default-according .card .card-header {
    padding: 0.75rem 1.25rem;
    border: 1px solid #ecf3fa; }
    .default-according .card .card-header i {
      position: absolute;
      left: 18px;
      font-size: 20px;
      top: 20px; }
    .default-according .card .card-header h5 {
      margin-top: 2px; }
  .default-according .card .card-body {
    border: 1px solid #ecf3fa;
    border-top: none; }

.default-according .btn-link {
  text-decoration: none; }

.default-according.style-1 button {
  width: 100%;
  text-align: left; }
  .default-according.style-1 button:before {
    right: 20px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .default-according.style-1 button[aria-expanded="true"]:before {
    content: "";
    font-family: IcoFont; }
  .default-according.style-1 button[aria-expanded="false"]:before {
    content: "";
    font-family: IcoFont; }

/**=====================
     24. According CSS Ends
==========================**/
/**=====================
    63.  Document CSS Start
==========================**/
body {
  line-height: 1.4;
  font-size: 16px;
  font-family: 'Commissioner', serif;
  font-weight: 400;
  color: #5E5873;
  position: relative;
  letter-spacing: 1px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Commissioner', serif;
  color: #1d2746; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 44px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px;
  font-weight: 600;
  color: #5E5873;
  margin-bottom: 15px; }

h6 {
  font-size: 18px; }

.text-primary {
  color: #7e37d8 !important; }

.text-secondary {
  color: #fe80b2 !important; }

.img-70 {
  width: 70%; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #7e37d8; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

*:focus {
  text-decoration: none;
  outline: none; }

.btn-doc {
  background-color: #7e37d8;
  color: #fff;
  font-weight: 600;
  min-width: 40px;
  padding: 0.375rem 0.75rem; }
  .btn-doc:hover {
    color: #fff; }

.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  color: #fff;
  background: #7e37d8;
  border: none;
  padding: 7px;
  -webkit-box-shadow: 0 0 10px #7e37d8;
          box-shadow: 0 0 10px #7e37d8;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 65px;
  width: 65px; }
  .tap-top p {
    font-weight: 600; }
  .tap-top:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

button:focus {
  outline: none; }

.pl-40 {
  padding-left: 40px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.warning-block {
  background-color: rgba(255, 166, 64, 0.5);
  padding: 20px;
  border-left: 5px solid #ff9f40; }

.dark-block {
  background-color: rgba(224, 217, 209, 0.3);
  padding: 20px;
  border-left: 5px solid #2f3c4e; }

.navbar-expand-lg .navbar-nav {
  margin-left: -100px; }

ul.list-style {
  margin-bottom: 2rem; }
  ul.list-style li {
    margin-bottom: 0.5rem;
    list-style-type: circle; }
    ul.list-style li:last-child {
      margin-bottom: 0; }

.document-area.body-fix .left-sidebar {
  position: fixed;
  top: 0; }

.credits-list li svg {
  width: 16px;
  vertical-align: middle;
  color: #7e37d8; }

.card .card-header {
  padding: 20px; }

.card .card-body {
  border: none;
  padding: 20px; }

.page-footer {
  margin: 0;
  display: block;
  padding: 0; }
  .page-footer .page-changes-summary {
    border-top: 2px solid #ecf3fa;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px; }
    .page-footer .page-changes-summary .contributors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-footer .page-changes-summary .contributors .avtar-list .page-edit-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-footer .page-changes-summary .contributors .avtar-list .page-edit-date i {
          margin-right: 5px;
          color: #898989;
          font-size: 20px; }
      .page-footer .page-changes-summary .contributors .page-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-footer .page-changes-summary .contributors .page-rating .page-rating-title {
          margin-right: 15px; }
        .page-footer .page-changes-summary .contributors .page-rating .page-rating-icons span {
          color: #74818d;
          width: 1.4em;
          cursor: pointer;
          height: 1.4em;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          font-size: 18px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background-color: #e6ecf1;
          margin: 0px 8px;
          padding: 0px;
          border-radius: 50%;
          -webkit-transition: background-color 250ms ease 0s, color 250ms ease 0s, tranform 250ms ease 0s;
          transition: background-color 250ms ease 0s, color 250ms ease 0s, tranform 250ms ease 0s; }
          .page-footer .page-changes-summary .contributors .page-rating .page-rating-icons span:hover {
            background-color: #fd517d;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .page-footer .page-changes-summary .contributors .page-rating .page-rating-icons span:nth-child(2):hover {
            background-color: #ffc717; }
          .page-footer .page-changes-summary .contributors .page-rating .page-rating-icons span:nth-child(3):hover {
            background-color: #80cf00; }
  .page-footer .avtar-list img {
    width: 30px; }

.m-width {
  max-width: 1550px; }

.main-title {
  color: #5E5873;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700; }

.border-shape {
  display: block;
  left: 0;
  margin: 15px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
  height: 4px; }

.feature-list .nav {
  padding-top: 50px; }
  .feature-list .nav .nav-item {
    margin: 0 10px 15px; }
    .feature-list .nav .nav-item a {
      padding: 15px 30px;
      border-radius: 50px;
      background-color: rgba(126, 55, 216, 0.08); }
  .feature-list .nav .nav-link:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #7e37d8;
    bottom: -8px;
    left: 45px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .feature-list .nav .nav-link img {
    height: 40px;
    margin-right: 15px;
    margin-top: 5px; }
  .feature-list .nav .nav-link h5, .feature-list .nav .nav-link p {
    color: #7e37d8; }
  .feature-list .nav .nav-link.active {
    background-color: #7e37d8; }
    .feature-list .nav .nav-link.active:before {
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .feature-list .nav .nav-link.active h5, .feature-list .nav .nav-link.active p {
      color: #fff; }
  .feature-list .nav .show > .nav-link {
    background-color: #7e37d8; }
    .feature-list .nav .show > .nav-link h5, .feature-list .nav .show > .nav-link p {
      color: #fff; }

.feature-list .tab-content {
  margin-top: 10px;
  background-color: #f4f3ff;
  padding: 30px 0; }

.feature-list .tab-pane.active.show .framworks-list {
  padding-left: 20px;
  margin-bottom: 0; }
  .feature-list .tab-pane.active.show .framworks-list .box {
    -webkit-animation: zoomIn 300ms ease-in-out;
            animation: zoomIn 300ms ease-in-out; }
    .feature-list .tab-pane.active.show .framworks-list .box h6 {
      font-size: 15px; }
    .feature-list .tab-pane.active.show .framworks-list .box img {
      height: 45px; }

.framworks-list .box {
  display: inline-block;
  background-color: #fff;
  padding: 40px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
          box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  margin: 10px;
  height: 160px;
  width: 170px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .framworks-list .box:hover {
    -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
            box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); }

.star-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .star-sec .fa-star {
    color: #F2B827;
    margin-right: 5px; }

.right-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .right-star p {
    margin-bottom: 0; }
    .right-star p span {
      color: #0084B4; }

.review-sec:hover .card-text {
  -webkit-text-fill-color: transparent;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/2.gif);
  background-position: left;
  background-size: 125%; }

.review-sec .card-header {
  background-color: #f0f2f5;
  padding: 20px 30px; }

.review-sec .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.review-sec .card-body {
  padding: 20px 30px; }
  .review-sec .card-body p {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    padding: 0; }
  .review-sec .card-body .media {
    margin-bottom: 20px; }
    .review-sec .card-body .media p {
      margin-bottom: 0; }
    .review-sec .card-body .media img {
      width: 40px; }

.review-sec .btn {
  font-weight: 600; }

.brand-sec {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .brand-sec h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: break-word;
    color: #242A31;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px; }

.quick-links h5 {
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #f0f2f5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #5E5873; }

.quick-links li {
  padding-bottom: 5px; }
  .quick-links li a {
    font-size: 16px;
    color: #898989;
    font-weight: 600; }
    .quick-links li a:hover {
      letter-spacing: 1.5px;
      color: #7e37d8; }

.main-table-sec h5 {
  color: #242A31;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 24px; }

.main-table-sec .table-wrapper {
  margin: 0;
  display: block;
  padding: 0;
  overflow: visible;
  position: relative; }
  .main-table-sec .table-wrapper .table-scroll {
    margin: 0;
    display: block;
    padding: 0;
    overflow: auto;
    position: relative; }
    .main-table-sec .table-wrapper .table-scroll table {
      width: 100%;
      position: relative;
      border-collapse: collapse;
      page-break-inside: auto;
      font-size: 15px; }
      .main-table-sec .table-wrapper .table-scroll table tr:first-child {
        border-bottom: 1px solid #ecf3fa; }
        .main-table-sec .table-wrapper .table-scroll table tr:first-child span {
          font-size: 17px;
          font-weight: 600;
          color: #5E5873; }
      .main-table-sec .table-wrapper .table-scroll table tr td {
        width: auto;
        padding: 8px;
        position: relative;
        -ms-flex-item-align: start;
            align-self: start;
        border-top: none;
        -ms-flex-align: start;
            align-items: start;
        border-right: none;
        border-bottom: none;
        -webkit-box-align: start;
        text-align: left; }
        .main-table-sec .table-wrapper .table-scroll table tr td span {
          font-size: 100%;
          font-weight: 500;
          line-height: 1.625;
          margin-right: 5px; }

.link-primary {
  color: #7e37d8;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7; }
  .link-primary:hover {
    color: #7e37d8;
    opacity: 1; }

.mode {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
          
          .mode2 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
          
          
  .mode i {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.navbar {
  padding: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 1px 5px rgba(126, 55, 216, 0.1);
          box-shadow: 0 1px 5px rgba(126, 55, 216, 0.1); }
  .navbar .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar .collapse {
    border-right: 1px solid #efefef; }
  .navbar .nav-right {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .navbar .nav-right li {
      display: inline-block; }
      .navbar .nav-right li + li {
        margin-left: 20px; }
    .navbar .nav-right .btn-group .btn + .btn {
      border-left: 1px solid #fff;
      margin: 0; }

.menu > .nav-item > .nav-link {
  padding: 25px;
  line-height: 1.4;
  font-weight: 600;
  color: #5E5873;
  letter-spacing: 1px; }

.menu > .nav-item:hover > i {
  color: #7e37d8; }

.menu > .nav-item:hover .nav-link {
  color: #7e37d8; }

.menu > .nav-item.active > i {
  color: #7e37d8; }

.menu > .nav-item.active .nav-link {
  color: #7e37d8; }
  .menu > .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    background: #209ff0; }

.nav_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 25px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 80px;
  background: #fff;
  color: #7e37d8; }
  .nav_btn:hover {
    background: #7e37d8;
    border-color: #7e37d8;
    color: #fff; }
    .nav_btn:hover i {
      color: #fff; }

.nav_btn.icon-btn {
  border-color: #79ccde; }
  .nav_btn.icon-btn i {
    color: #79ccde;
    padding-right: 10px; }

.mcsb-inside > .mcsb-container {
  margin-right: 0; }

.mobile_dropdown_icon {
  display: none; }

.navbar-brand img + img {
  display: none; }

.menu_one {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }
  .menu_one + div {
    margin-top: 100px; }
  .menu_one + section {
    margin-top: 100px; }
  .menu_one .menu > .nav-item .nav-link {
    position: relative;
    color: #6b707f;
    font-weight: 600; }
  .menu_one .menu > .nav-item:hover > .nav-link {
    color: #7e37d8; }
  .menu_one .menu > .nav-item.active > .nav-link {
    color: #7e37d8; }

.navbar_fixed {
  position: fixed; }

.navbar_fixed.menu_one {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transition: all 0.2s, top 0.4s linear;
  transition: all 0.2s, top 0.4s linear;
  margin-top: 0; }
  .navbar_fixed.menu_one .menu > .nav-item {
    padding-bottom: 25px;
    padding-top: 25px; }
    .navbar_fixed.menu_one .menu > .nav-item > .nav-link {
      color: #6b707f; }
    .navbar_fixed.menu_one .menu > .nav-item:hover > .nav-link {
      color: #7e37d8; }
  .navbar_fixed.menu_one .menu > .nav-item.active > .nav-link {
    color: #7e37d8; }
  .navbar_fixed.menu_one .nav_btn {
    color: #7e37d8;
    border: 2px solid #79ccde; }
    .navbar_fixed.menu_one .nav_btn:hover {
      background: #7e37d8;
      color: #fff;
      border-color: #7e37d8; }

.navbar-toggler {
  padding-right: 0;
  padding-left: 0; }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block; }

.dark {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: 0;
  z-index: -1; }

.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 19, 50, 0.8); }

.document-area {
  z-index: 0; }
  .document-area .overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1d2746;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .document-area .shortcode_title {
    margin-bottom: 40px; }
    .document-area .shortcode_title h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 12px; }
    .document-area .shortcode_title h4 {
      margin-bottom: 15px; }
    .document-area .shortcode_title p span {
      font-weight: 500; }
    .document-area .shortcode_title .s_title {
      margin-bottom: 10px; }
    .document-area .shortcode_title + ul {
      margin-top: -0.8rem; }

.nav-sidebar {
  margin-bottom: 0; }
  .nav-sidebar .nav-item {
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
    cursor: pointer; }
    .nav-sidebar .nav-item > .nav-link .icon {
      font-size: 20px;
      color: #6b707f;
      float: right;
      position: absolute;
      right: 30px;
      top: -2px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .nav-sidebar .nav-item.active .icon {
    color: #7e37d8;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .nav-sidebar + .nav-sidebar {
    padding-top: 20px; }

.documentation_info .anchorjs-link {
  font-size: 22px !important; }

.mCSB_scrollTools {
  width: 0; }

.mobile_menu {
  width: 300px;
  position: fixed;
  height: 100vh;
  max-height: 100vh !important;
  top: 0;
  background: #fff;
  right: -300px;
  z-index: 1050;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .mobile_menu .left-sidebar {
    padding-left: 20px; }
    .mobile_menu .left-sidebar:before {
      display: none; }
  .mobile_menu .close_nav {
    padding-top: 20px;
    padding-left: 30px;
    font-size: 28px; }

.mobile_menu.open {
  right: 0; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 230px; }

.row.doc-container {
  padding-top: 100px; }

.fontsize-controllers .btn-group {
  border: 1px solid #dfe2e4;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 0 rgba(3, 13, 37, 0.2), inset 0 -8px 14px 0 rgba(3, 13, 37, 0.1);
          box-shadow: 0 1px 0 0 rgba(3, 13, 37, 0.2), inset 0 -8px 14px 0 rgba(3, 13, 37, 0.1);
  border-radius: 4px; }
  .fontsize-controllers .btn-group .btn {
    font-size: 16px;
    font-weight: 400;
    color: #1d2746;
    line-height: 1.2;
    border: 0; }
    .fontsize-controllers .btn-group .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #eff0f1; }

.shortcode_text .shortcode_title p {
  margin-bottom: 20px; }

.shortcode_text ul li {
  margin-bottom: 6px; }
  .shortcode_text ul li a {
    color: #6b707f; }
    .shortcode_text ul li a:hover {
      color: #7e37d8; }

.toggle_body {
  border: 1px solid #e8ecee;
  padding: 25px 30px;
  border-top: 0;
  border-radius: 4px;
  line-height: 1.7; }

.toggle-code {
  padding-bottom: 60px; }
  .toggle-code a:hover {
    color: #7e37d8; }

.toggle_btn {
  display: block;
  font-weight: 500;
  color: #1d2746;
  background: #f0f2f5;
  text-align: left;
  border-radius: 4px;
  position: relative;
  font-size: 18px;
  padding: 15px 30px; }
  .toggle_btn:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 18px;
    right: 30px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #7e37d8; }
  .toggle_btn:focus {
    color: #1d2746; }

.toggle_btn.collapsed:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #1d2746; }

.toggle_body {
  border: 1px solid #e8ecee;
  padding: 25px 30px;
  border-top: 0;
  border-radius: 4px; }

.doc_accordion {
  border: 0;
  margin-bottom: 15px; }
  .doc_accordion .card-header {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0 !important; }
    .doc_accordion .card-header button {
      padding: 12px 30px;
      border-radius: 4px;
      text-align: left;
      width: 100%;
      color: #1d2746;
      font-weight: 500;
      background: #f0f2f5;
      text-decoration: none;
      position: relative; }
      .doc_accordion .card-header button:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .doc_accordion .card-header button i {
        position: absolute;
        right: 30px;
        color: #7e37d8;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .doc_accordion .card-header button i + i {
          display: block; }
    .doc_accordion .card-header button.collapsed i {
      display: block;
      color: #6b707f; }
      .doc_accordion .card-header button.collapsed i + i {
        display: none; }

article .main-title {
  color: #7e37d8;
  margin-bottom: 5px; }
  article .main-title svg {
    width: 26px;
    height: 26px;
    vertical-align: unset;
    stroke-width: 3px; }

article p {
  color: #898989;
  font-size: 14px;
  margin-bottom: 30px; }
  article p svg {
    height: 15px;
    vertical-align: text-bottom; }

.modal-open {
  padding-right: 0 !important; }

.modal-backdrop {
  background: #fff; }

.btn_bg {
  padding: 15px 78px; }

.icon_btn {
  border: 2px solid #79ccde;
  margin-left: 0;
  background: #f8fdfe; }
  .icon_btn i {
    padding-right: 7px; }
  .icon_btn:hover {
    border-color: #7e37d8; }

.arrow_btn_medium {
  padding: 13px 28px; }

.arrow_btn_big {
  padding: 18px 44px;
  font-size: 18px; }
  .arrow_btn_big i {
    font-size: 28px;
    padding-left: 12px; }

.border_bottom {
  width: 100%;
  height: 1px;
  background: #e8f0f1; }

.alert {
  border-radius: 20px; }

.getting-started-sec .alert-box {
  position: relative;
  padding: 30px;
  border-radius: 16px; }
  .getting-started-sec .alert-box.alert-primary {
    color: #7e37d8;
    background-color: rgba(126, 55, 216, 0.15);
    border: none; }
  .getting-started-sec .alert-box .fa-exclamation-circle {
    color: #7e37d8;
    margin-right: 15px;
    font-size: 25px; }
  .getting-started-sec .alert-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625; }

.gulp-section .card-body h6 svg {
  vertical-align: sub; }

.gulp-section .card-body ul {
  padding-left: 40px; }
  .gulp-section .card-body ul li {
    list-style: disc;
    margin-bottom: 10px; }

.gulp-section .card-body .list-none {
  padding-left: 25px; }
  .gulp-section .card-body .list-none li {
    list-style: none; }

.new-arrival-sec.card .card-body .arrival-content-main {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .new-arrival-sec.card .card-body .arrival-content-main .arrival-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .new-arrival-sec.card .card-body .arrival-content-main .arrival-content i {
      font-size: 25px;
      color: #9c9999; }
    .new-arrival-sec.card .card-body .arrival-content-main .arrival-content h5 {
      color: #9c9999;
      margin-left: 15px;
      margin-bottom: 0; }
  .new-arrival-sec.card .card-body .arrival-content-main:hover {
    background-color: rgba(126, 55, 216, 0.1);
    border-color: #7e37d8;
    border-radius: 25px; }
    .new-arrival-sec.card .card-body .arrival-content-main:hover h5,
    .new-arrival-sec.card .card-body .arrival-content-main:hover i {
      color: #7e37d8; }

.custom-scrollbar.page-sidebar {
  position: fixed; }

.page-right-sidebar.page-sidebar {
  -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
          box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
  width: 255px;
  position: fixed;
  background: #fff;
  height: calc(100vh);
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  top: 0;
  padding-top: 150px; }

.nav-link {
  color: #5E5873;
  position: relative; }
  .nav-link.active {
    color: #7e37d8; }

p {
  font-size: 16px;
  margin-bottom: 16px; }

.change-log-content {
  padding-top: 15px; }
  .change-log-content .change-log-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right; }
    .change-log-content .change-log-date h6 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0; }
    .change-log-content .change-log-date p {
      font-size: 14px;
      margin-bottom: 0;
      color: #6b707f; }
  .change-log-content .log-version-info {
    margin-right: 15px;
    position: relative;
    height: 100%; }
    .change-log-content .log-version-info .log-version {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      height: 20px;
      width: 20px;
      border: 5px solid #7e37d8;
      border-radius: 50px;
      line-height: 27px;
      color: #fff;
      display: block;
      margin: 0 auto; }
    .change-log-content .log-version-info .log-line {
      height: 105%;
      width: 2px;
      background: #e2e5ee;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }

.right-log-content {
  padding-bottom: 50px; }
  .right-log-content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 14px; }
  .right-log-content span {
    font-weight: 500;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
    min-width: 130px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    height: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    letter-spacing: 0.8px;
    border-radius: 20px; }
    .right-log-content span.log-improve {
      border: 1px solid #fe80b2;
      color: #fe80b2; }
    .right-log-content span.log-new {
      border: 1px solid #80cf00;
      color: #80cf00; }
    .right-log-content span.log-update {
      border: 1px solid #ffc717;
      color: #ffc717; }
    .right-log-content span.log-fixed {
      border: 1px solid #06b5dd;
      color: #06b5dd; }
  .right-log-content .log-download-links {
    border-top: 1px dotted rgba(51, 51, 51, 0.2); }
  .right-log-content .log-btn {
    font-size: 14px;
    color: #777c8a;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    opacity: 0.6; }
    .right-log-content .log-btn i {
      margin-right: 10px; }
    .right-log-content .log-btn + .log-btn {
      margin-left: 28px; }

.custom-container {
  padding-left: 80px;
  padding-right: 80px; }

.left-sidebar {
  width: 350px;
  height: calc(100vh - 75px);
  position: fixed;
  z-index: 1;
  overflow-y: scroll;
  top: 75px;
  padding-top: 30px; }
  .left-sidebar h2 {
    margin-bottom: 25px; }
  .left-sidebar::-webkit-scrollbar {
    width: 0px; }

.content {
  padding-left: 380px;
  padding-right: 330px; }
  .content p {
    line-height: 1.6; }
  .content.col-lg-9 {
    width: 100%;
    padding-right: 12px; }
  .content.component-col {
    padding-right: 12px; }

.document-main {
  padding-top: 100px; }

.right-sidebar {
  width: 300px;
  position: fixed;
  top: 75px;
  padding-top: 30px;
  right: 80px; }

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-sidebar > .nav-item .title {
  margin-bottom: 0;
  margin-top: 3px;
  position: relative;
  padding: 11px 20px;
  background-color: #f0f2f5;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav-sidebar > .nav-item .title.active {
    background-color: rgba(126, 55, 216, 0.16);
    color: #7e37d8; }
    .nav-sidebar > .nav-item .title.active .icon .fa-minus {
      color: #7e37d8; }

.nav-sidebar > .nav-item img {
  width: 18px;
  margin-right: 10px; }

.nav-sidebar > .nav-item .icon {
  top: 15px;
  right: 20px;
  position: absolute;
  color: #a7a7a7;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer; }
  .nav-sidebar > .nav-item .icon i {
    display: inline-block;
    float: right; }
    .nav-sidebar > .nav-item .icon i + i {
      display: none; }

.nav-sidebar .nav-item .title.active .icon i {
  display: none; }
  .nav-sidebar .nav-item .title.active .icon i + i {
    display: inline-block; }

.parent-title {
  margin-top: 30px;
  padding: 15px 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  background-color: #f0f2f5;
  text-transform: uppercase;
  font-weight: 700;
  color: #606060; }

.dropdown-nav {
  padding: 15px 30px;
  list-style: none; }
  .dropdown-nav li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #898989;
    padding: 0; }

.direct .nav-link {
  padding: 15px 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  background-color: #f0f2f5;
  font-weight: 600;
  color: #606060; }
  .direct .nav-link.active {
    background-color: rgba(126, 55, 216, 0.16);
    color: #7e37d8; }

body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body a, body .btn, body li, body td {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

body .content.font-decrease h1, body .content.font-decrease h2, body .content.font-decrease h3, body .content.font-decrease h4, body .content.font-decrease h5, body .content.font-decrease h6, body .content.font-decrease p, body .content.font-decrease span, body .content.font-decrease a, body .content.font-decrease .btn, body .content.font-decrease li, body .content.font-decrease td {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

body .content.font-decrease a, body .content.font-decrease span {
  font-size: 14px; }

body .content.font-decrease .btn {
  font-size: 13px; }

body .content.font-decrease p {
  font-size: 13px; }

body .content.font-decrease h2 {
  font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-decrease h3 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-decrease h4 {
  font-size: calc(17px + (22 - 17) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-decrease h5 {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-decrease h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-decrease li {
  font-size: 13px; }

body .content.font-decrease .label {
  font-size: 11px; }

body .content.font-decrease .table td {
  font-size: 14px; }

body .content.font-decrease .main-table-sec .table-wrapper .table-scroll table {
  font-size: 14px; }
  body .content.font-decrease .main-table-sec .table-wrapper .table-scroll table tr span {
    font-size: 14px; }

body .content.font-decrease .review-sec .card-body p {
  font-size: 14px; }

body .content.font-decrease .getting-started-sec .alert-box p {
  font-size: 14px; }

body .content.font-decrease .gulp-section p {
  font-size: 14px; }

body .content.font-decrease #treeBasic ul li {
  font-size: 14px; }

body .content.font-decrease .right-log-content span {
  font-size: 11px; }

body .content.font-decrease .right-log-content .log-btn {
  font-size: 13px; }

body .content.font-decrease .change-log-content .change-log-date h6 {
  font-size: 18px; }

body .content.font-decrease .p-font {
  font-size: 15px; }

body .content.font-decrease .page-right-sidebar .nav-link {
  font-size: 14px; }

body .content.font-increase h1, body .content.font-increase h2, body .content.font-increase h3, body .content.font-increase h4, body .content.font-increase h5, body .content.font-increase h6, body .content.font-increase p, body .content.font-increase span, body .content.font-increase a, body .content.font-increase .btn, body .content.font-increase li, body .content.font-increase td {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

body .content.font-increase a, body .content.font-increase span {
  font-size: 16px; }

body .content.font-increase p {
  font-size: 15px; }

body .content.font-increase .btn {
  font-size: 15px; }

body .content.font-increase h2 {
  font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-increase h3 {
  font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-increase h4 {
  font-size: calc(21px + (32 - 21) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-increase h5 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-increase h6 {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-increase .framworks-list .box h6 {
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320))); }

body .content.font-increase .label {
  font-size: 13px; }

body .content.font-increase li {
  font-size: 15px; }

body .content.font-increase .table td {
  font-size: 18px; }

body .content.font-increase .main-table-sec .table-wrapper .table-scroll table {
  font-size: 16px; }
  body .content.font-increase .main-table-sec .table-wrapper .table-scroll table tr span {
    font-size: 17px; }

body .content.font-increase .review-sec .card-body p {
  font-size: 18px; }

body .content.font-increase .getting-started-sec .alert-box p {
  font-size: 18px; }

body .content.font-increase .gulp-section p {
  font-size: 18px; }

body .content.font-increase #treeBasic ul li {
  font-size: 18px; }

body .content.font-increase .right-log-content span {
  font-size: 13px; }

body .content.font-increase .right-log-content .log-btn {
  font-size: 15px; }

body .content.font-increase .change-log-content .change-log-date h6 {
  font-size: 22px; }

body .content.font-increase .p-font {
  font-size: 17px; }

body .content.font-increase .page-right-sidebar .nav-link {
  font-size: 14px; }

.img-border {
  padding: 5px;
  border: 2px dashed black;
  width: 100%; }

.appDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

@media screen and (max-width: 1750px) {
  .custom-container {
    padding-left: 15px;
    padding-right: 15px; }
  .left-sidebar {
    left: 15px; }
  .right-sidebar {
    right: 15px; } }

@media screen and (max-width: 1440px) {
  .left-sidebar {
    width: 260px; }
  .content {
    padding-left: 300px;
    padding-right: 240px; }
  .right-sidebar {
    width: 200px; } }

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .appDesc {
    margin-top: 20px; } }

@media (max-width: 1500px) {
  .left-sidebar {
    margin-right: 0; }
  .nav_title {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1366px) {
  .feature-list .text-start {
    display: none; }
  .feature-list .nav {
    margin-top: 0; }
    .feature-list .nav .nav-link img {
      margin-right: 0px; }
  .left-sidebar {
    width: 250px; } }

@media (max-width: 1199px) {
  .navbar .btn-dark {
    padding: 10px; }
    .navbar .btn-dark span {
      display: none; }
  .navbar .nav-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .mode i {
    margin-right: 0; }
  .menu > .nav-item > .nav-link {
    padding-left: 5px;
    padding-right: 5px; }
  .menu .nav-item + .nav-item {
    margin-left: 20px; }
  .custom-scrollbar.page-sidebar {
    position: relative; }
  .right-column {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 300px;
    margin-bottom: 30px; }
  .page-footer .page-changes-summary .contributors .page-rating .page-rating-icons span {
    width: 22px;
    height: 22px;
    margin: 0 2px; }
  .nav_btn {
    margin-left: 35px; }
  .icon_btn {
    margin-left: 0; }
  .navbar-toggler {
    background-color: unset; }
    .navbar-toggler span {
      background-color: #7e37d8; } }

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: 0; }
  h1 {
    font-size: 34px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 15px; }
  .navbar {
    padding: 15px; }
    .navbar .custom-container {
      padding: 0; }
    .navbar .navbar-collapse {
      position: absolute;
      overflow: auto;
      max-height: unset;
      left: 0;
      top: 70px;
      background-color: #f6f9fd; }
    .navbar .nav-right .toggle-sidebar {
      color: #2b2b2b; }
      .navbar .nav-right .toggle-sidebar i {
        vertical-align: -6px; }
  .menu > .nav-item > .nav-link {
    padding: 6px; }
  .change-log-content .change-log-date,
  .change-log-content .col-lg-8 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left; }
    .change-log-content .change-log-date .change-date p,
    .change-log-content .change-log-date .change-date h6,
    .change-log-content .col-lg-8 .change-date p,
    .change-log-content .col-lg-8 .change-date h6 {
      margin-bottom: 5px; }
  .change-log-content .log-version {
    display: inline-block !important;
    margin: inherit !important; }
  .change-log-content .log-line {
    display: none; }
  .change-log-content .log-version-info {
    margin-right: 0;
    margin-bottom: 20px; }
  .feature-list .nav {
    padding-top: 20px; }
    .feature-list .nav .nav-link img {
      height: 40px; }
  .framworks-list .box {
    width: 160px;
    height: 160px; }
    .framworks-list .box img {
      width: 50px; }
  .display_none {
    display: none; }
  .row.doc-container {
    padding-top: 90px; }
  .right-column {
    padding-left: 15px; }
  .content {
    padding-left: 12px; }
  .left-sidebar {
    padding: 20px;
    -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
            box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    top: 60px !important;
    height: calc(100vh - 30px);
    background: #fff;
    width: 270px;
    left: -300px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .left-sidebar.open {
      left: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .page-wrapper .card {
    margin-bottom: 20px; }
    .page-wrapper .card .card-header {
      padding: 20px; }
  .review-sec.card .card-body .card-text {
    margin-bottom: 20px; }
  .document-area.body-fix .left-sidebar {
    width: 230px; }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar .navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px; }
  .navbar-collapse {
    background: #fff; }
  .menu .nav-item,
  .navbar_fixed.menu_one .menu .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(237, 237, 237, 0.5); }
  .menu .nav-item + .nav-item {
    margin-left: 0; }
  .menu {
    padding: 5px 15px; }
  .nav_btn {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 20px;
    color: #6b707f;
    margin-top: 15px;
    border-color: rgba(237, 237, 237, 0.5); }
  .menu .nav-item .nav-link {
    color: #6b707f; }
  .navbar-collapse {
    max-height: 400px;
    overflow-y: scroll; }
  .document-area {
    position: relative;
    overflow: hidden; }
  .mcsb-inside.mcsb-container {
    margin-right: 0; }
  .icon_btn {
    color: #10b3d6; } }

@media (max-width: 767px) {
  .navbar .navbar-toggler {
    font-size: 16px; }
  .feature-list {
    padding-top: 0; }
    .feature-list .nav .nav-item a {
      padding: 10px 20px; }
    .feature-list .nav .nav-link:before {
      left: 0;
      right: 0;
      margin: 0 auto; }
    .feature-list .nav .nav-link img {
      width: 30px;
      height: auto; }
    .feature-list .tab-content {
      margin-top: 10px; }
  .framworks-list .box {
    width: 150px;
    height: 130px;
    padding: 30px 10px; }
    .framworks-list .box img {
      width: 40px;
      height: auto !important; }
  .appDesc {
    margin-top: 20px; }
  .content {
    padding-left: 12px;
    padding-right: 12px; }
  .right-sidebar {
    display: none; }
  .container {
    max-width: 100%; }
  .navbar .btn-dark {
    padding: 8px 10px; }
  .modal-content {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 670px) {
  .doc_right_mobile_menu {
    max-width: 250px; } }

@media (max-width: 630px) {
  .document-area.body-fix .left-sidebar {
    padding-top: 80px; }
  .left-sidebar .scroll {
    padding-bottom: 0;
    max-height: 450px; }
  .review-sec .review-header {
    display: block; } }

@media (max-width: 665px) {
  .page-footer {
    margin-top: 0px; }
    .page-footer .page-changes-summary {
      margin-top: 15px;
      padding-top: 15px; }
      .page-footer .page-changes-summary .contributors {
        display: block; }
        .page-footer .page-changes-summary .contributors .avtar-list {
          margin-bottom: 15px; }
  .main-table-sec .table-wrapper .table-scroll table tr td {
    min-width: 185px; } }

@media (max-width: 576px) {
  .feature-list .tab-pane.active.show .framworks-list .box {
    margin: 3px; }
    .feature-list .tab-pane.active.show .framworks-list .box h6 {
      font-size: 12px;
      margin-top: 8px !important; }
  .toggle_btn,
  .toggle_body,
  .doc_accordion .card-header button {
    padding-left: 15px;
    padding-right: 15px; }
  .toggle_btn:before,
  .doc_accordion .card-header button i {
    right: 15px; }
  .icon_btn {
    margin-right: 15px; }
  .doc_right_mobile_menu {
    max-width: 90px; }
  .nav_btn {
    font-size: 14px;
    padding: 5px 15px; } }

@media (max-width: 575px) {
  .framworks-list .box {
    width: 110px;
    height: 100px;
    padding: 20px 10px; }
  .nav-tabs {
    display: block;
    text-align: center; }
  .navbar .navbar-brand img {
    width: 100px; }
  .navbar .nav-right .btn {
    padding: 6px 8px; }
  .navbar .nav-right .btn-dark {
    padding: 9px 10px; }
  .navbar .nav-right li + li {
    margin-left: 8px; }
  .feature-list .nav-item p {
    display: none; }
  .feature-list .nav .nav-item {
    margin: 0 5px 10px; }
    .feature-list .nav .nav-item a {
      padding: 8px 15px; }
  .page-right-sidebar .nav {
    text-align: left; } }

@media (max-width: 472px) {
  .tap-top {
    height: 43px;
    width: 43px; }
    .tap-top p {
      display: none; }
  .feature-list .nav .nav-link:before {
    height: 10px;
    width: 10px;
    bottom: -4px; }
  .feature-list .nav .nav-link img {
    width: 20px; }
  .feature-list .nav .nav-item a {
    padding: 5px 8px; }
  .document-main {
    padding-top: 80px; }
  .navbar .navbar-collapse {
    top: 65px; }
  .review-sec .media {
    display: block;
    text-align: center; }
  .review-sec.card .card-body {
    text-align: center; }
  .option-main-sec table tr td {
    min-width: 180px; } }

@media (max-width: 420px) {
  .navbar .navbar-brand img {
    width: 80px; }
  .navbar .nav-right .btn {
    padding: 6px;
    font-size: 12px; }
  .navbar .nav-right .btn-dark {
    padding: 7px 6px; }
  .navbar .nav-right .btn-doc {
    min-width: unset; }
  .navbar .row > div:last-child {
    padding-right: 0; } }

@media (max-width: 359px) {
  .review-sec .review-header .star-sec {
    display: block;
    text-align: center; }
  .review-sec .review-header .right-star {
    display: block;
    text-align: center; }
    .review-sec .review-header .right-star p {
      margin-left: 0 !important; } }

/**=====================
     Dark CSS Start
==========================**/
body.dark-only {
  background-color: #1d1e26;
  color: rgba(255, 255, 255, 0.7); }
  body.dark-only .navbar {
    background-color: #262932;
    border-bottom: 1px solid #374558; }
    body.dark-only .navbar .collapse {
      border-right: 1px solid #374558; }
  body.dark-only .nav-link {
    color: rgba(255, 255, 255, 0.7); }
    body.dark-only .nav-link.active {
      color: #7e37d8; }
  body.dark-only :not(pre) > code[class*=language-], body.dark-only pre[class*=language-] {
    background: #1d1e26; }
  body.dark-only code[class*=language-], body.dark-only pre[class*=language-] {
    text-shadow: unset;
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .code-box-copy__btn {
    background-color: #262932;
    border-color: #374558;
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .code-box-copy pre[class*="language-"] {
    border: 1px solid #374558; }
  body.dark-only .nav-tabs {
    border-bottom: 1px solid #374558; }
    body.dark-only .nav-tabs .nav-link.active, body.dark-only .nav-tabs .nav-item.show .nav-link {
      background-color: #262932;
      border-color: #374558 #374558 #262932; }
    body.dark-only .nav-tabs .nav-link:hover {
      border-color: #374558 #374558 #262932; }
  body.dark-only h1, body.dark-only h2, body.dark-only h3, body.dark-only h4, body.dark-only h5, body.dark-only h6 {
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .parent-title, body.dark-only .main-title {
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .navbar-toggler {
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .parent-title {
    background-color: #262932; }
  body.dark-only .quick-links h5 {
    background-color: #262932; }
  body.dark-only article .main-title {
    color: #7e37d8; }
  body.dark-only .toggle_btn {
    background: #323743;
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .toggle_body {
    border: 1px solid #374558;
    border-top: 0; }
    body.dark-only .toggle_body.card-body {
      border: none; }
  body.dark-only .change-log-content .log-version-info .log-version {
    background: #1d1e26; }
  body.dark-only .change-log-content .log-version-info .log-line {
    background: #262932; }
  body.dark-only .doc_accordion .card-header button {
    background: #323743;
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .token.entity, body.dark-only .token.operator, body.dark-only .token.url {
    background-color: transparent; }
  body.dark-only .img-border {
    border: 2px dashed #374558; }
  body.dark-only .framworks-list .box {
    background-color: #262932; }
  body.dark-only .menu > .nav-item > .nav-link {
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .menu > .nav-item.active > .nav-link {
    color: #7e37d8; }
  body.dark-only .direct .nav-link {
    background-color: #262932;
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .nav-sidebar > .nav-item .title {
    background-color: #262932;
    color: rgba(255, 255, 255, 0.7); }
  body.dark-only .table {
    border-color: #374558; }
    body.dark-only .table td, body.dark-only .table th {
      color: rgba(255, 255, 255, 0.7); }
    body.dark-only .table > :not(:last-child) > :last-child > * {
      border-bottom-color: #374558; }
  body.dark-only .card {
    background-color: #262932; }
    body.dark-only .card .card-header {
      background-color: #262932;
      border-bottom: 1px solid #374558; }
  body.dark-only .main-table-sec .table-wrapper .table-scroll table tr:first-child {
    border-bottom: 1px solid #374558; }
    body.dark-only .main-table-sec .table-wrapper .table-scroll table tr:first-child span {
      color: rgba(255, 255, 255, 0.7); }
  body.dark-only .page-footer .page-changes-summary {
    border-top: 1px solid #374558; }
  @media (max-width: 991px) {
    body.dark-only .menu .nav-item, body.dark-only .menu .menu .nav-item, body.dark-only .navbar_fixed.menu_one .nav-item, body.dark-only .navbar_fixed.menu_one .menu .nav-item {
      border-bottom: 1px solid #374558; }
    body.dark-only .navbar .nav-right .toggle-sidebar {
      color: rgba(255, 255, 255, 0.7); }
    body.dark-only .navbar-collapse {
      background-color: #262932; }
    body.dark-only .left-sidebar {
      background: #1d1e26;
      -webkit-box-shadow: 0 0 2px #374558;
              box-shadow: 0 0 2px #374558; } }

/**=====================
     Dark CSS End
==========================**/
