
@import url("../icons/simple-line-icons/css/simple-line-icons.css");
@import url("../icons/fontawesome/css/all.min.css");
@import url("../icons/material-design-iconic-font/css/materialdesignicons.min.css");
@import url("../icons/themify-icons/css/themify-icons.css");
@import url("../icons/line-awesome/css/line-awesome.min.css");
@import url("../icons/avasta/css/style.css");
@import url("../icons/flaticon/flaticon.css");
@import url(../vendor/animate/animate.min.css);
@import url(../vendor/aos/css/aos.min.css);
@import url(../vendor/perfect-scrollbar/css/perfect-scrollbar.css);
@import url(../vendor/metismenu/css/metisMenu.min.css);
@import url("style1.css");

/* =============
   Calendar
============= */
.app-fullcalender button {
    border-radius: 0px;
    color: #B1B1B1; }
  
  .app-fullcalender td {
    border-color: #f0f1f5; }
  
  .calendar {
    float: left;
    margin-bottom: 0; }
  
  .fc-view {
    margin-top: 1.875rem; }
  
  .fc-toolbar {
    margin-bottom: 0.3125rem;
    margin-top: 0.9375rem; }
    @media (max-width: 575.98px) {
      .fc-toolbar .fc-left {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.625rem;
        float: none; } }
    @media (max-width: 575.98px) {
      .fc-toolbar .fc-right {
        display: flex;
        justify-content: center;
        float: none;
        margin-bottom: 0.3125rem; } }
    @media (max-width: 575.98px) {
      .fc-toolbar .fc-center {
        display: flex;
        justify-content: center; }
        .fc-toolbar .fc-center * {
          float: none; } }
  
  .fc-toolbar h2, .fc-toolbar .h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.875rem;
    text-transform: uppercase; }
  
  .fc-toolbar .fc-state-active,
  .fc-toolbar .ui-state-active,
  .fc-toolbar .ui-state-hover,
  .fc-toolbar button:focus,
  .fc-toolbar button:hover {
    z-index: 0;
    box-shadow: none; }
  
  .fc-widget-header {
    border: 1px solid #f0f1f5;
    border-bottom: 0 !important; }
  
  .fc th.fc-widget-header {
    background: #f0f1f5 !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0;
    text-transform: uppercase; }
  
  .fc-button {
    border: 1px solid #f0f1f5;
    text-transform: capitalize; }
    .fc-button.active {
      box-shadow: none !important; }
  
  .fc-text-arrow {
    font-family: inherit;
    font-size: 1rem; }
  
  .fc-event,
  .external-event {
    border-radius: 0.125rem;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 0.3125rem 0.4375rem;
    padding: 0.3125rem;
    text-align: center; }
  
  .external-event {
    cursor: move;
    margin: 0.625rem 0;
    padding: 0.125rem 0; }
  
  .fc-basic-view td.fc-week-number span {
    padding-right: 0.3125rem; }
  
  .fc-basic-view td.fc-day-number {
    padding-right: 0.3125rem; }
  
  #drop-remove {
    margin-right: 8px;
    top: 0.1875rem; }
  
  #add-category .modal-dialog,
  #event-modal .modal-dialog {
    max-width: 37.5rem; }
  
  .fc-content {
    color: #fff; }
  
  .fc th.fc-widget-header {
    background: transparent !important; }
  
  .fc-button {
    background: #fff; }
  
  .fc-state-hover {
    background: #fff !important; }
  
  .fc-state-highlight {
    background: #f2f4fa !important; }
    [data-theme-version="dark"] .fc-state-highlight {
      color: #fff !important; }
  
  .fc-cell-overlay {
    background: #fff !important; }
  
  .fc-unthemed .fc-today {
    background: #f2f4fa !important; }
  
  .fc-day-top {
    color: #B1B1B1 !important; }
    [data-theme-version="dark"] .fc-day-top {
      color: #fff !important; }
  
  .external-event {
    color: #fff; }
    [data-theme-version="dark"] .external-event {
      color: #fff !important; }
  
  .fc-basic-view .fc-body .fc-row {
    min-height: 1rem; }
  
  .fc-scroller.fc-day-grid-container {
    height: 490px !important; }
  
  .fc-row.fc-week.fc-widget-content.fc-rigid {
    height: 81px !important; }
  
  @media only screen and (max-width: 1440px) {
    .email_left_pane {
      display: none; } }
  
  #external-events .external-event:before {
    content: "";
    display: block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: .9rem;
    position: relative;
    top: 2px; }
  
  [data-theme-version="dark"] #external-events [data-class="bg-primary"] {
    color: #fff !important; }
  
  #external-events [data-class="bg-primary"]::before {
    background: #fe5b26; }
  
  #external-events [data-class="bg-success"]::before {
    background: #2BC155; }
  
  #external-events [data-class="bg-warning"]::before {
    background: #FE8024; }
  
  #external-events [data-class="bg-dark"]::before {
    background: #B1B1B1; }
  
  #external-events [data-class="bg-danger"]::before {
    background: #FF2E2E; }
  
  #external-events [data-class="bg-info"]::before {
    background: #2D28FF; }
  
  #external-events [data-class="bg-pink"]::before {
    background: #e83e8c; }
  
  #external-events [data-class="bg-secondary"]::before {
    background: #BDA25C; }
  
  .fc .fc-row .fc-content-skeleton table,
  .fc .fc-row .fc-content-skeleton td,
  .fc .fc-row .fc-helper-skeleton td {
    border-color: #f0f1f5; }
    [data-theme-version="dark"] .fc .fc-row .fc-content-skeleton table, [data-theme-version="dark"]
    .fc .fc-row .fc-content-skeleton td, [data-theme-version="dark"]
    .fc .fc-row .fc-helper-skeleton td {
      border-color: #333a54; }
  
  [data-theme-version="dark"] .fc-unthemed .fc-content, [data-theme-version="dark"] .fc-unthemed .fc-divider, [data-theme-version="dark"] .fc-unthemed .fc-list-heading td, [data-theme-version="dark"] .fc-unthemed .fc-list-view, [data-theme-version="dark"] .fc-unthemed .fc-popover, [data-theme-version="dark"] .fc-unthemed .fc-row, [data-theme-version="dark"] .fc-unthemed tbody, [data-theme-version="dark"] .fc-unthemed td, [data-theme-version="dark"] .fc-unthemed th, [data-theme-version="dark"] .fc-unthemed thead {
    border-color: #333a54; }
  
  .email-left-box {
    width: 15rem;
    float: left;
    padding: 0 1.25rem 1.25rem 1rem;
    border-top: 0;
    border-left: 0; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .email-left-box {
        width: 100%;
        padding-bottom: 0px !important; } }
    @media (max-width: 575.98px) {
      .email-left-box {
        width: 100%;
        float: none;
        border: none;
        padding-bottom: 30px !important; } }
    .email-left-box .intro-title {
      background: rgba(0, 122, 100, 0.1);
      padding: 1rem;
      margin: 1.875rem 0 1.25rem 0; }
      .email-left-box .intro-title h5, .email-left-box .intro-title .h5 {
        margin-bottom: 0;
        color: #6a707e;
        font-size: 14px; }
        .email-left-box .intro-title h5 i, .email-left-box .intro-title .h5 i {
          font-size: 0.75rem;
          position: relative;
          bottom: 1px; }
      .email-left-box .intro-title i {
        color: #fe5b26; }
  
  .email-right-box {
    padding-left: 15rem;
    padding-right: 1rem; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .email-right-box {
        padding-left: 0;
        margin-left: 0 !important; } }
    @media (max-width: 575.98px) {
      .email-right-box {
        padding-left: 0;
        padding-right: 0; } }
    .email-right-box .right-box-border {
      border-right: 2px solid rgba(0, 122, 100, 0.1); }
    @media screen and (min-width: 649px) and (max-width: 1200px) {
      .email-right-box .right-box-padding {
        padding-left: 1.25rem; } }
    @media (min-width: 1700px) {
      .email-right-box .right-box-padding {
        padding-left: 0.9375rem; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .email-right-box .right-box-padding {
        padding-left: 0; } }
  
  .toolbar .btn-group .btn {
    border: 0; }
  
  .toolbar .btn-group input {
    position: relative;
    top: 2px; }
  
  .read-content textarea {
    height: 150px; }
  
  .read-content-email {
    font-size: 0.875rem; }
  
  .read-content h5, .read-content .h5 {
    color: #6a707e; }
  
  .read-content p strong {
    color: #6a707e; }
  
  .read-content-body p {
    margin-bottom: 1.875rem; }
  
  .read-content-attachment {
    padding: 0.5rem 0; }
    .read-content-attachment h6, .read-content-attachment .h6 {
      font-size: 1.125rem;
      color: #6a707e; }
      .read-content-attachment h6 i, .read-content-attachment .h6 i {
        padding-right: 0.3125rem; }
    .read-content-attachment .attachment > div:not(:last-child) {
      border-right: 1px solid #DDDFE1; }
  
  .compose-content .wysihtml5-toolbar {
    border-color: #eaeaea; }
  
  .compose-content .dropzone {
    background: #f2f4fa !important; }
  
  .compose-content h5, .compose-content .h5 {
    font-size: 1.0625rem;
    color: #6a707e; }
    .compose-content h5 i, .compose-content .h5 i {
      font-size: 1.125rem;
      transform: rotate(90deg); }
  
  .compose-content .dropzone {
    border: 1px dashed #DDDFE1;
    min-height: 13.125rem;
    position: relative; }
    .compose-content .dropzone .dz-message {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  
  .email-list {
    display: block;
    padding-left: 0; }
    .email-list .message {
      position: relative;
      display: block;
      height: 3.125rem;
      line-height: 3.125rem;
      cursor: default;
      transition-duration: 0.3s; }
      .email-list .message a {
        color: #828690; }
      .email-list .message-single .custom-checkbox {
        margin-top: 2px; }
      .email-list .message-single i {
        color: #89879f;
        font-size: 1.125rem;
        padding-left: .4rem; }
      .email-list .message:hover {
        transition-duration: 0.05s;
        background: rgba(152, 166, 173, 0.15); }
      .email-list .message .col-mail {
        float: left;
        position: relative; }
      .email-list .message .col-mail-1 {
        width: 5.625rem; }
        .email-list .message .col-mail-1 .star-toggle {
          display: block;
          float: left;
          margin-top: 1.125rem;
          font-size: 1rem;
          margin-left: 0.3125rem; }
        .email-list .message .col-mail-1 .email-checkbox {
          display: block;
          float: left;
          margin: 0.9375rem 0.625rem 0 1.25rem; }
        .email-list .message .col-mail-1 .dot {
          display: block;
          float: left;
          border: .4rem solid transparent;
          border-radius: 6.25rem;
          margin: 1.375rem 1.625rem 0;
          height: 0;
          width: 0;
          line-height: 0;
          font-size: 0; }
      .email-list .message .col-mail-2 {
        position: absolute;
        top: 0;
        left: 5.625rem;
        right: 0;
        bottom: 0; }
        .email-list .message .col-mail-2 .subject {
          position: absolute;
          top: 0;
          left: 0;
          right: 5.5rem;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .email-list .message .col-mail-2 .date {
          position: absolute;
          top: 0;
          right: 0; }
  
  .email-checkbox {
    cursor: pointer;
    height: 0.9375rem;
    width: 0.9375rem;
    position: relative;
    display: inline-block;
    border-radius: .1rem;
    position: relative;
    top: 0.3125rem;
    box-shadow: inset 0 0 0 0.1rem #828690; }
    .email-checkbox input {
      opacity: 0;
      cursor: pointer; }
      .email-checkbox input:checked label {
        opacity: 1; }
    .email-checkbox label {
      position: absolute;
      top: .3rem;
      left: .3rem;
      right: .3rem;
      bottom: .3rem;
      cursor: pointer;
      opacity: 0;
      margin-bottom: 0 !important;
      transition-duration: 0.05s; }
  
  .mail-list a {
    vertical-align: middle;
    padding: 0.625rem 0.9375rem;
    display: block;
    background: transparent;
    color: #464a53;
    font-weight: 600; }
  
  .mail-list .list-group-item {
    color: #6a707e;
    padding: 0.75rem 1.0625rem; }
    .mail-list .list-group-item i {
      font-size: 1rem;
      padding-right: 0.625rem;
      color: #cccccc; }
    .mail-list .list-group-item.active {
      color: #fff;
      background-color: #fe5b26;
      border-color: #fe5b26; }
      .mail-list .list-group-item.active i {
        color: #fff; }
  
  .chat-wrap {
    padding: 1.0625rem 1.875rem; }
    .chat-wrap .media .media-body h6, .chat-wrap .media .media-body .h6 {
      font-size: 1.0625rem;
      color: #6a707e; }
    .chat-wrap .media .media-body p {
      font-size: 0.875rem; }
  
  @media (min-width: 648px) {
    .email-filter {
      padding-left: 1.25rem; } }
  
  @media (min-width: 1700px) {
    .email-filter {
      padding-left: 1.875rem; } }
  
  .email-filter .input-group-prepend i {
    font-size: 0.875rem;
    color: #89879f; }
  
  .email-filter .input-group-prepend .input-group-text {
    border: 0;
    border-bottom: 1px solid #DDDFE1 !important;
    background: transparent; }
  
  .email-filter .input-group .form-control {
    padding: 0 0 0 0.3125rem;
    border: 0;
    font-size: 0.875rem;
    height: 1.875rem;
    color: #89879f;
    border-bottom: 1px solid #DDDFE1; }
    .email-filter .input-group .form-control::placeholder {
      font-size: 0.875rem;
      color: #89879f; }
  
  .email-filter .input-group > .form-control {
    min-height: 1.875rem; }
  
  .single-mail {
    display: block;
    padding: 1.5625rem 0; }
    .single-mail .media {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      @media (min-width: 1700px) {
        .single-mail .media {
          padding-left: 1.875rem;
          padding-right: 1.875rem; } }
      .single-mail .media img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        margin-right: 0.9375rem; }
        @media (min-width: 1700px) {
          .single-mail .media img {
            margin-right: 1.875rem; } }
      .single-mail .media-body h6, .single-mail .media-body .h6 {
        color: #abafb3; }
      .single-mail .media-body h4, .single-mail .media-body .h4 {
        font-size: 1rem;
        color: #6a707e; }
        .single-mail .media-body h4 button i, .single-mail .media-body .h4 button i {
          font-size: 1.125rem;
          color: #abafb3;
          font-weight: bold;
          transform: rotate(90deg); }
      .single-mail .media-body p {
        font-size: 0.875rem;
        color: #abafb3; }
    .single-mail.active {
      background: #fe5b26; }
      .single-mail.active h6, .single-mail.active .h6, .single-mail.active h4, .single-mail.active .h4, .single-mail.active p, .single-mail.active i {
        color: #fff !important; }
  
  [direction="rtl"] .email-right-box {
    padding-left: 1rem;
    padding-right: 15rem; }
    @media only screen and (max-width: 991px) {
      [direction="rtl"] .email-right-box {
        padding-left: 1rem;
        padding-right: 12rem; } }
    @media only screen and (max-width: 575px) {
      [direction="rtl"] .email-right-box {
        padding-left: 0;
        padding-right: 0; } }
  
  [direction="rtl"] .email-left-box {
    float: right; }
  
  [direction="rtl"] .email-list .message .col-mail-2 {
    right: 5.625rem;
    left: 0;
    float: right; }
    [direction="rtl"] .email-list .message .col-mail-2 .date {
      right: auto;
      left: 0; }
    [direction="rtl"] .email-list .message .col-mail-2 .subject {
      right: 0;
      left: 5.5rem; }
  
  .photo-content {
    position: relative; }
    .photo-content .cover-photo {
      background: url(../images/profile/cover.jpg);
      background-size: cover;
      background-position: center;
      min-height: 250px;
      width: 100%; }
  
  .profile .profile-photo {
    max-width: 100px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    margin-right: 10px; }
    @media only screen and (max-width: 575px) {
      .profile .profile-photo {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
  
  [direction="rtl"] .profile .photo-content .profile-photo {
    left: auto;
    right: 50px; }
  
  [direction="rtl"] .profile .profile-photo {
    left: auto;
    right: 30px; }
    @media only screen and (max-width: 1199px) {
      [direction="rtl"] .profile .profile-photo {
        right: 15px; } }
    @media only screen and (max-width: 575px) {
      [direction="rtl"] .profile .profile-photo {
        width: 80px;
        right: calc(50% - 40px);
        top: -100px; } }
  
  .profile-info {
    padding: 15px 20px; }
    @media only screen and (max-width: 575px) {
      .profile-info {
        padding: 0 0 20px;
        text-align: center; } }
    .profile-info h4, .profile-info .h4 {
      color: #464a53 !important; }
    .profile-info h4.text-primary, .profile-info .text-primary.h4 {
      color: #fe5b26 !important; }
    .profile-info p {
      color: #828690; }
    .profile-info .prf-col {
      min-width: 250px;
      padding: 10px 50px 0; }
  
  .profile-interest .row {
    margin: 0 -.70px; }
    .profile-interest .row .int-col {
      padding: 0 .70px; }
      .profile-interest .row .int-col .interest-cat {
        margin-bottom: 1.40px;
        position: relative;
        display: block; }
        .profile-interest .row .int-col .interest-cat:after {
          background: #000;
          bottom: 0;
          content: "";
          left: 0;
          opacity: 0.5;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 0; }
        .profile-interest .row .int-col .interest-cat p {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          padding: 5px;
          left: 0;
          margin: 0;
          z-index: 1;
          color: white;
          font-size: 1.20px; }
  
  .profile-tab .nav-item .nav-link {
    font-size: 16px;
    margin-right: 30px;
    transition: all 0.5s ease-in-out;
    border: none;
    border-bottom: .20px solid transparent;
    color: #828690; }
    .profile-tab .nav-item .nav-link:hover, .profile-tab .nav-item .nav-link.active {
      border: 0;
      background: transparent;
      background: transparent;
      border-bottom: 0.2px solid #fe5b26;
      color: #fe5b26; }
    @media only screen and (max-width: 575px) {
      .profile-tab .nav-item .nav-link {
        margin-right: 0; } }
  
  .profile-info {
    display: flex; }
    @media only screen and (max-width: 575px) {
      .profile-info {
        display: block; } }
    .profile-info .profile-details {
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 575px) {
        .profile-info .profile-details {
          display: block; }
          .profile-info .profile-details .dropdown {
            position: absolute;
            top: 30px;
            right: 30px; } }
  
  .post-input {
    margin-bottom: 30px; }
    .post-input .form-control {
      height: 75px;
      font-weight: 400;
      margin: 15px 0; }
    .post-input .btn-social {
      font-size: 20px;
      height: 55px;
      display: inline-block;
      padding: 0;
      text-align: center;
      color: #fff;
      width: 55px;
      line-height: 54px; }
      .post-input .btn-social.facebook {
        background-color: #3B5998; }
      .post-input .btn-social.google-plus {
        background-color: #DE4E43; }
      .post-input .btn-social.linkedin {
        background-color: #007BB6; }
      .post-input .btn-social.instagram {
        background-color: #8A5A4E; }
      .post-input .btn-social.twitter {
        background-color: #1EA1F3; }
      .post-input .btn-social.youtube {
        background-color: #CE201F; }
      .post-input .btn-social.whatsapp {
        background-color: #01C854; }
      .post-input .btn-social i {
        margin: 0 !important; }
  
  .profile-uoloaded-post img {
    margin-bottom: 20px; }
  
  .profile-uoloaded-post a h4, .profile-uoloaded-post a .h4 {
    margin-bottom: 10px;
    color: #464a53; }
  
  .event-chat-ryt .chat-area .chat-reciver,
  .event-chat-ryt .chat-area .chat-sender {
    margin-bottom: 1.875rem;
    padding: 0; }
    .event-chat-ryt .chat-area .chat-reciver img,
    .event-chat-ryt .chat-area .chat-sender img {
      border-radius: 30px; }
  
  .event-chat-ryt .chat-area .media {
    position: relative; }
    .event-chat-ryt .chat-area .media-body p {
      margin: 0;
      max-width: 100%;
      display: inline-block;
      position: relative; }
      .event-chat-ryt .chat-area .media-body p span {
        padding: 1rem;
        display: inline-block;
        top: 103%;
        position: relative;
        border: 1px solid #f0f1f5; }
  
  .event-chat-ryt .chat-reciver {
    padding: .5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .event-chat-ryt .chat-reciver .media {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .event-chat-ryt .chat-reciver .media .media-body {
        margin-right: 2rem;
        text-align: right; }
        [direction="rtl"] .event-chat-ryt .chat-reciver .media .media-body {
          text-align: left;
          margin-left: 2rem;
          margin-right: auto; }
        .event-chat-ryt .chat-reciver .media .media-body p {
          background: #fff;
          margin-bottom: 0;
          border-radius: 5px 5px 0 5px; }
          .event-chat-ryt .chat-reciver .media .media-body p span {
            text-align: left;
            border: 1px solid #f0f1f5; }
            .event-chat-ryt .chat-reciver .media .media-body p span::after {
              content: "";
              width: 20px;
              height: 20px;
              border-bottom: 1px solid #f0f1f5;
              border-right: 1px solid #f0f1f5;
              position: absolute;
              right: 0;
              bottom: 0;
              background: #fff;
              -webkit-transform: rotate(-45deg) translateX(15px);
              transform: rotate(-45deg) translateX(15px); }
              [direction="rtl"] .event-chat-ryt .chat-reciver .media .media-body p span::after {
                left: 0;
                right: auto;
                -webkit-transform: rotate(135deg) translateY(15px);
                transform: rotate(135deg) translateY(15px); }
          .event-chat-ryt .chat-reciver .media .media-body p .time {
            position: absolute;
            font-size: 12px;
            color: #7e7e7e;
            font-weight: 400;
            bottom: 0;
            left: -80px; }
            [direction="rtl"] .event-chat-ryt .chat-reciver .media .media-body p .time {
              right: -5rem;
              left: auto; }
  
  .event-chat-ryt .chat-sender {
    text-align: left;
    padding: .5rem 1rem; }
    .event-chat-ryt .chat-sender .media .media-body {
      margin-left: 2rem; }
      [direction="rtl"] .event-chat-ryt .chat-sender .media .media-body {
        text-align: right;
        margin-right: 2rem;
        margin-left: auto; }
      .event-chat-ryt .chat-sender .media .media-body p {
        background-color: #fff;
        margin-bottom: 0; }
        .event-chat-ryt .chat-sender .media .media-body p span::after {
          content: "";
          width: 20px;
          height: 20px;
          border-bottom: 1px solid #f0f1f5;
          border-left: 1px solid #f0f1f5;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #fff;
          -webkit-transform: rotate(45deg) translateX(-15px);
          transform: rotate(45deg) translateX(-15px); }
          [direction="rtl"] .event-chat-ryt .chat-sender .media .media-body p span::after {
            left: auto;
            right: 0;
            -webkit-transform: rotate(-135deg) translateY(15px);
            transform: rotate(-135deg) translateY(15px); }
        .event-chat-ryt .chat-sender .media .media-body p .time {
          position: absolute;
          font-size: 10px;
          color: #7e7e7e;
          font-weight: 400;
          bottom: 0;
          right: -5rem; }
          [direction="rtl"] .event-chat-ryt .chat-sender .media .media-body p .time {
            left: -5rem;
            right: auto; }
  
  .char-type {
    padding-top: 30px;
    padding-bottom: 30px; }
    .char-type form .form-control {
      height: 45px;
      padding-left: 18px;
      background: #F9F9F9;
      border-right: 0; }
    .char-type form .input-group-append i {
      color: #898989;
      font-size: 18px; }
    .char-type form .input-group-append .input-group-text {
      padding-left: .7rem;
      padding-right: .7rem;
      background: #F9F9F9;
      border-color: #f0f1f5;
      border-left: 0; }
      .char-type form .input-group-append .input-group-text:last-child {
        padding-right: 1.8rem; }
  
  .media-avatar {
    padding: 25px 0;
    border-bottom: 1px solid #f0f1f5; }
    .media-avatar:last-child {
      border-bottom: 0px; }
    .media-avatar p {
      margin-bottom: 0; }
    .media-avatar .avatar-status {
      position: relative; }
      .media-avatar .avatar-status i {
        position: absolute;
        right: 0;
        bottom: 0; }
  
  .ct-golden-section:before {
    float: none; }
  
  .ct-chart {
    max-height: 15.7rem; }
  
  .ct-chart .ct-label {
    fill: #a3afb7;
    color: #a3afb7;
    font-size: 0.75rem;
    line-height: 1; }
  
  .ct-grid {
    stroke: rgba(49, 58, 70, 0.1); }
  
  .ct-chart.simple-pie-chart-chartist .ct-label {
    color: #ffffff;
    fill: #ffffff;
    font-size: 0.625rem; }
  
  .ct-chart .ct-series.ct-series-a .ct-bar,
  .ct-chart .ct-series.ct-series-a .ct-line,
  .ct-chart .ct-series.ct-series-a .ct-point,
  .ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #fe5b26; }
  
  .ct-chart .ct-series.ct-series-b .ct-bar,
  .ct-chart .ct-series.ct-series-b .ct-line,
  .ct-chart .ct-series.ct-series-b .ct-point,
  .ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2BC155; }
  
  .ct-chart .ct-series.ct-series-c .ct-bar,
  .ct-chart .ct-series.ct-series-c .ct-line,
  .ct-chart .ct-series.ct-series-c .ct-point,
  .ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #FE8024; }
  
  .ct-chart .ct-series.ct-series-d .ct-bar,
  .ct-chart .ct-series.ct-series-d .ct-line,
  .ct-chart .ct-series.ct-series-d .ct-point,
  .ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #FF2E2E; }
  
  .ct-chart .ct-series.ct-series-e .ct-bar,
  .ct-chart .ct-series.ct-series-e .ct-line,
  .ct-chart .ct-series.ct-series-e .ct-point,
  .ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #2D28FF; }
  
  .ct-chart .ct-series.ct-series-f .ct-bar,
  .ct-chart .ct-series.ct-series-f .ct-line,
  .ct-chart .ct-series.ct-series-f .ct-point,
  .ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #B1B1B1; }
  
  .ct-chart .ct-series.ct-series-g .ct-bar,
  .ct-chart .ct-series.ct-series-g .ct-line,
  .ct-chart .ct-series.ct-series-g .ct-point,
  .ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #8d6e63; }
  
  .ct-series-a .ct-area,
  .ct-series-a .ct-slice-pie {
    fill: #BDA25C; }
  
  .ct-series-b .ct-area,
  .ct-series-b .ct-slice-pie {
    fill: #00A2FF; }
  
  .ct-series-c .ct-area,
  .ct-series-c .ct-slice-pie {
    fill: #ff9800; }
  
  .ct-series-d .ct-area,
  .ct-series-d .ct-slice-pie {
    fill: #ff9800; }
  
  .chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 0.625rem;
    padding: 2px 0.625rem;
    border-radius: 3px;
    background: #313a46;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear; }
  
  .chartist-tooltip.tooltip-show {
    opacity: 1; }
  
  #donught_graph .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3FC6D4; }
  
  #donught_graph .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333333; }
  
  #donught_graph .ct-series.ct-series-c .ct-slice-donut {
    stroke: #F63465; }
  
  @media only screen and (max-width: 767px) {
    #pie-chart .ct-label {
      color: #fff;
      fill: #fff; } }
  
  #visitor_graph {
    height: 253px !important; }
  
  #user_rating_graph {
    height: 280px !important; }
  
  #visitorOnline {
    height: 72px !important; }
  
  #trendMeter {
    height: 72px !important; }
  
  #widget-revenue1,
  #widget-revenue2,
  #widget-revenue3 {
    height: 117px !important; }
  
  #widget-profit1,
  #widget-profit2,
  #widget-profit3 {
    height: 160px !important; }
  
  #comparison-rate {
    height: 230px !important; }
  
  #session_day {
    height: 175px !important;
    width: auto !important;
    margin: 0 auto; }
  
  #walet-status {
    height: 140px !important; }
  
  #bar1 {
    height: 150px !important; }
  
  #sold-product {
    height: 230px !important; }
  
  #chart-venue-expenses,
  #chart-online-sale,
  #chart-gross-sale {
    height: 150px !important; }
  
  #areaChart_3 {
    height: 295px !important; }
  
  .chart-point {
    display: flex;
    align-items: center; }
    .chart-point .check-point-area {
      width: 100px;
      height: 100px;
      margin-top: -10px;
      margin-left: -10px; }
    .chart-point .chart-point-list {
      margin: 0;
      padding-left: 5px; }
      .chart-point .chart-point-list li {
        list-style: none;
        font-size: 13px;
        padding: 2px 0; }
        .chart-point .chart-point-list li i {
          margin-right: 5px;
          font-size: 11px;
          position: relative;
          top: -1px; }
  
  .c3 {
    height: 250px; }
  
  .c3-legend-item {
    fill: #9fabb1; }
  
  .c3 .c3-axis-x path,
  .c3 .c3-axis-x line,
  .c3 .c3-axis-y path,
  .c3 .c3-axis-y line,
  .tick text {
    stroke: #fff; }
  
  .flot-chart {
    height: 15.7rem; }
  
  .tooltipflot {
    background-color: transparent;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    border-radius: .2rem; }
  
  .legendColorBox > div {
    border: 0 !important;
    padding: 0 !important; }
  
  .legendLabel {
    font-size: 0.825rem;
    padding-left: .5rem;
    color: #fe5b26; }
  
  .flotTip {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  
  .legend > div {
    background: transparent !important; }
  
  #balance_graph {
    height: 260px; }
  
  .morris-hover {
    position: absolute;
    z-index: 1;
    background: #fe5b26;
    color: #fff; }
  
  .morris-hover .morris-hover-point {
    color: #fff !important;
    margin: 3px 0;
    text-align: center;
    padding: 0 25px; }
  
  .morris-hover .morris-hover-row-label {
    background-color: #B1B1B1;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px; }
  
  .morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden; }
  
  svg text {
    font-weight: 600 !important; }
  
  #morris_donught,
  #morris_donught_2,
  #line_chart_2,
  #morris_bar,
  #morris_bar_stalked,
  #morris_bar_2,
  #morris_area_2,
  #morris_area {
    height: 240px !important; }
  
  #morris_line {
    height: 278px !important; }
  
  #crypto-btc-card,
  #crypto-eth-card,
  #crypto-rpl-card,
  #crypto-ltc-card {
    height: 9.375rem; }
  
  #daily-sales, #comparison-rate, #usage-chart, #walet-status {
    width: 100%;
    display: block; }
    #daily-sales canvas, #comparison-rate canvas, #usage-chart canvas, #walet-status canvas {
      max-width: 100% !important;
      width: 100% !important; }
  
  #sparkline-composite-chart canvas,
  #composite-bar canvas,
  #sparkline11 canvas,
  #StackedBarChart canvas,
  #spark-bar canvas,
  #tristate canvas {
    height: 100px !important; }
  
  #sparkline11 canvas {
    width: 100px !important; }
  
  .easy-pie-chart {
    position: relative;
    text-align: center; }
    .easy-pie-chart .inner {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: inline-block; }
    .easy-pie-chart img {
      width: 75px;
      height: 75px;
      border-radius: 50%; }
    .easy-pie-chart canvas {
      display: block;
      margin: 0 auto; }
  
  #revenue-chart {
    height: 27.7rem; }
  
  #duration-value-axis {
    height: 27.6rem;
    width: 100%; }
  
  #combined-bullet {
    height: 28.125rem;
    width: 100%; }
  
  #zoomable-chart {
    height: 28.125rem;
    width: 100%; }
  
  #chartMap {
    height: 28.125rem;
    width: 100%; }
  
  #professional-candlesticks {
    width: 100%;
    height: 28.125rem; }
  
  #comparing-stock-indices {
    width: 100%;
    height: 28.125rem; }
  
  #multiple-panel-data {
    width: 100%;
    height: 28.125rem; }
  
  #depth-chart {
    width: 100%;
    height: 28.125rem; }
  
  .amcharts-export-menu {
    display: none; }
  
  .amcharts-data-set-selector-div {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 16.875rem;
    margin: 0 auto; }
    .amcharts-data-set-selector-div select {
      border: 0;
      margin-left: 0.625rem;
      background: #ddd;
      color: #000; }
  
  .amChartsInputField {
    border: 0;
    background: #fe5b26;
    color: #fff;
    padding: 0.3125rem 0.9375rem;
    margin: 0 0.9375rem; }
  
  .amcharts-data-set-select {
    border: 0;
    background: #ddd;
    color: #000; }
  
  .amcharts-period-input,
  .amcharts-period-input-selected {
    border: 0;
    margin-left: 0.625rem;
    background: #fe5b26;
    color: #fff;
    padding: 0.3125rem 0.9375rem; }
  
  .amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite; }
  
  @-webkit-keyframes am-moving-dashes {
    100% {
      stroke-dashoffset: -1.9375rem; } }
  
  @keyframes am-moving-dashes {
    100% {
      stroke-dashoffset: -1.9375rem; } }
  
  .lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite; }
  
  @-webkit-keyframes am-pulsating {
    0% {
      stroke-opacity: 1;
      stroke-width: 0px; }
    100% {
      stroke-opacity: 0;
      stroke-width: 3.125rem; } }
  
  @keyframes am-pulsating {
    0% {
      stroke-opacity: 1;
      stroke-width: 0px; }
    100% {
      stroke-opacity: 0;
      stroke-width: 3.125rem; } }
  
  .amcharts-graph-column-front {
    -webkit-transition: all .3s .3s ease-out;
    transition: all .3s .3s ease-out; }
  
  .amcharts-graph-column-front:hover {
    fill: #496375;
    stroke: #496375;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  
  @-webkit-keyframes am-draw {
    0% {
      stroke-dashoffset: 500%; }
    100% {
      stroke-dashoffset: 0%; } }
  
  @keyframes am-draw {
    0% {
      stroke-dashoffset: 500%; }
    100% {
      stroke-dashoffset: 0%; } }
  
  @media only screen and (max-width: 991px) {
    .amChartsPeriodSelector > fieldset > div {
      float: none !important;
      display: block !important;
      margin-bottom: 0.625rem; } }
  
  .highcharts-root text {
    font-weight: 300 !important; }
  
  .highcharts-credits {
    display: none; }
  
  #chart_employee_gender, #chart_employee_status {
    width: auto;
    height: 350px; }
  
  .form-control {
    border-radius: 0;
    background: #fff;
    border: 1px solid #fe5b26;
    color: #000000;
    height: 56px; }
    @media only screen and (max-width: 1400px) {
      .form-control {
        height: 41px; } }
    .form-control:hover, .form-control:focus, .form-control.active {
      box-shadow: none;
      background: #fff;
      color: #B1B1B1; }
    .form-control.form-control-lg {
      height: 4.5rem; }
      .form-control.form-control-lg .dropdown-toggle {
        line-height: 3.75rem;
        padding: 0.5rem 1.563rem; }
    .form-control.form-control-sm {
      height: 2.5rem; }
      .form-control.form-control-sm .dropdown-toggle {
        line-height: 2rem;
        padding: 0.25rem 1.563rem; }
  
  .form-control[type="file"] {
    line-height: 29px;
    padding-left: 12px; }
    @media only screen and (max-width: 575px) {
      .form-control[type="file"] {
        line-height: 27px; } }
  
  .form-control-sm[type="file"] {
    line-height: 32px;
    padding: 4px;
    padding-left: 8px; }
  
  .form-control-lg[type="file"] {
    line-height: 53px;
    padding-left: 10px; }
  
  .input-rounded {
    border-radius: 100px; }
  
  [data-theme-version="light"] .input-primary .form-control,
  [data-theme-version="dark"] .input-primary .form-control {
    border-color: #fe5b26; }
  
  [data-theme-version="light"] .input-primary .input-group-text,
  [data-theme-version="dark"] .input-primary .input-group-text {
    background-color: #fe5b26;
    color: #fff; }
  
  [data-theme-version="light"] .input-danger .form-control,
  [data-theme-version="dark"] .input-danger .form-control {
    border-color: #FF2E2E; }
  
  [data-theme-version="light"] .input-danger .input-group-text,
  [data-theme-version="dark"] .input-danger .input-group-text {
    background-color: #FF2E2E;
    color: #fff; }
  
  [data-theme-version="light"] .input-info .form-control,
  [data-theme-version="dark"] .input-info .form-control {
    border-color: #2D28FF; }
  
  [data-theme-version="light"] .input-info .input-group-text,
  [data-theme-version="dark"] .input-info .input-group-text {
    background-color: #2D28FF;
    color: #fff; }
  
  [data-theme-version="light"] .input-success .form-control,
  [data-theme-version="dark"] .input-success .form-control {
    border-color: #2BC155; }
  
  [data-theme-version="light"] .input-success .input-group-text,
  [data-theme-version="dark"] .input-success .input-group-text {
    background-color: #2BC155;
    color: #fff; }
  
  [data-theme-version="light"] .input-warning .form-control,
  [data-theme-version="dark"] .input-warning .form-control {
    border-color: #FE8024; }
  
  [data-theme-version="light"] .input-warning .input-group-text,
  [data-theme-version="dark"] .input-warning .input-group-text {
    background-color: #FE8024;
    color: #fff; }
  
  [data-theme-version="light"] .input-primary-o .form-control,
  [data-theme-version="dark"] .input-primary-o .form-control {
    border-color: #fe5b26; }
  
  [data-theme-version="light"] .input-primary-o .input-group-text,
  [data-theme-version="dark"] .input-primary-o .input-group-text {
    background-color: transparent;
    border-color: #fe5b26;
    color: #fe5b26; }
  
  [data-theme-version="light"] .input-danger-o .form-control,
  [data-theme-version="dark"] .input-danger-o .form-control {
    border-color: #FF2E2E; }
  
  [data-theme-version="light"] .input-danger-o .input-group-text,
  [data-theme-version="dark"] .input-danger-o .input-group-text {
    background-color: transparent;
    border-color: #FF2E2E;
    color: #FF2E2E; }
  
  [data-theme-version="light"] .input-info-o .form-control,
  [data-theme-version="dark"] .input-info-o .form-control {
    border-color: #2D28FF; }
  
  [data-theme-version="light"] .input-info-o .input-group-text,
  [data-theme-version="dark"] .input-info-o .input-group-text {
    background-color: transparent;
    border-color: #2D28FF;
    color: #2D28FF; }
  
  [data-theme-version="light"] .input-success-o .form-control,
  [data-theme-version="dark"] .input-success-o .form-control {
    border-color: #2BC155; }
  
  [data-theme-version="light"] .input-success-o .input-group-text,
  [data-theme-version="dark"] .input-success-o .input-group-text {
    background-color: transparent;
    border-color: #2BC155;
    color: #2BC155; }
  
  [data-theme-version="light"] .input-warning-o .form-control,
  [data-theme-version="dark"] .input-warning-o .form-control {
    border-color: #FE8024; }
  
  [data-theme-version="light"] .input-warning-o .input-group-text,
  [data-theme-version="dark"] .input-warning-o .input-group-text {
    background-color: transparent;
    border-color: #FE8024;
    color: #FE8024; }
  
  .input-group-sm .form-control {
    height: 2.5rem; }
  
  .input-group-lg .form-control {
    height: 4.5rem; }
  
  .input-group-text {
    background: #f2f2f2;
    border: 1px solid transparent;
    min-width: 50px;
    display: flex;
    justify-content: center;
    padding: 0.532rem 0.75rem;
    border-radius: 0; }
    .input-group-text i {
      font-size: 16px; }
  
  .custom-file-label {
    height: 40px;
    padding: 0.5rem 0.75rem;
    border-radius: 0; }
  
  .input-group-prepend .btn,
  .input-group-append .btn {
    z-index: 0; }
  
  .custom-select {
    background: none;
    border-color: #f0f1f5;
    color: #B1B1B1; }
    .custom-select:focus {
      box-shadow: none;
      border-color: #fe5b26;
      color: #fe5b26; }
  
  .custom-file-label:after {
    background: #656C73;
    border: 1px solid #f0f1f5;
    color: #fff;
    border-radius: 0; }
    [data-theme-version="dark"] .custom-file-label:after {
      background: #333a54;
      border-color: #333a54;
      color: #7e7e7e; }
  
  .custom_file_input .custom-file-label::after {
    height: 100%; }
  
  .form-control:disabled,
  .form-control[readonly] {
    background: #fff;
    opacity: 1; }
  
  .custom-file-label {
    background: #fff;
    border-color: #f0f1f5; }
    [data-theme-version="dark"] .custom-file-label {
      background: #181f39;
      border-color: #333a54; }
  
  /*$primary  : #7356f1 !default;*/
  .form-check-label {
    margin-left: 0.313rem;
    margin-top: 0.113rem; }
  
  .form-check-inline .form-check-input {
    margin-right: 0.625rem; }
  
  .form-check-input {
    top: 0.125rem;
    border-width: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-color: #bebebe;
    background-color: transparent; }
  
  .rtl .form-check-label:before, .rtl .form-check-label:after {
    right: -1.5rem !important;
    left: inherit; }
  
  .form-check {
    line-height: normal; }
  
  .toggle-switch {
    padding-left: 3.125rem;
    line-height: 1.25;
    display: inline-block;
    color: #000;
    font-weight: 600; }
    .toggle-switch .form-check-input {
      border: 0;
      cursor: pointer;
      background: #d8d8d8;
      width: 2.3125rem;
      border-radius: 0 !important;
      height: 0.875rem;
      position: relative;
      left: -0.3125rem;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      background-image: none; }
      .toggle-switch .form-check-input:focus {
        background-image: none !important; }
      .toggle-switch .form-check-input:checked {
        background: #ccfff6;
        background-image: none !important;
        border-radius: 0 !important; }
        .toggle-switch .form-check-input:checked:after {
          left: 1.25rem;
          background: #fe5b26; }
      .toggle-switch .form-check-input:focus {
        box-shadow: none; }
      .toggle-switch .form-check-input:after {
        width: 1.25rem;
        background: #909090;
        height: 1.25rem;
        content: "";
        position: absolute;
        border-radius: 1.5rem;
        top: -0.1875rem;
        left: 0;
        box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
    .toggle-switch.text-end {
      padding-right: 0rem;
      padding-left: 0; }
      .toggle-switch.text-end .form-check-input {
        left: auto;
        margin-left: 0;
        float: right;
        right: 0rem; }
      .toggle-switch.text-end .form-check-label {
        margin-right: 0.9375rem;
        margin-left: 0;
        margin-top: 0; }
    .toggle-switch .form-check-label {
      cursor: pointer; }
  
  .form-check-input:focus ~ .form-check-label::before {
    box-shadow: none !important; }
  
  .form-check-label::before {
    background-color: transparent;
    border-color: #F4F5F9;
    border-width: 0.125rem;
    border-radius: 0.125rem !important; }
    [data-theme-version="dark"] .form-check-label::before {
      background-color: transparent;
      border-color: #333a54; }
  
  .check-xs .custom-control-label:before,
  .check-xs .custom-control-label:after {
    width: 18px;
    height: 18px; }
  
  .check-lg .custom-control-label:before,
  .check-lg .custom-control-label:after {
    width: 24px;
    height: 24px; }
  
  .check-xl .custom-control-label:before,
  .check-xl .custom-control-label:after {
    width: 28px;
    height: 28px; }
  
  .checkbox-info .form-check-label::before {
    background-color: #dbdbff;
    border-color: #dbdbff; }
    [data-theme-version="dark"] .checkbox-info .form-check-label::before {
      background-color: rgba(45, 40, 255, 0.1);
      border-color: transparent; }
  
  .checkbox-info .form-check-input:checked {
    background-color: #2D28FF;
    border-color: #2D28FF; }
  
  .checkbox-danger .form-check-input::before {
    background-color: #ffc7c7;
    border-color: #ffc7c7; }
    [data-theme-version="dark"] .checkbox-danger .form-check-input::before {
      background-color: rgba(255, 46, 46, 0.15);
      border-color: transparent; }
  
  .checkbox-danger .form-check-input:checked {
    background-color: #FF2E2E;
    border-color: #FF2E2E; }
  
  .checkbox-success .form-check-input::before {
    background-color: #e3f9e9;
    border-color: #e3f9e9; }
    [data-theme-version="dark"] .checkbox-success .form-check-input::before {
      background-color: rgba(43, 193, 85, 0.1);
      border-color: transparent; }
  
  .checkbox-success .form-check-input:checked {
    background-color: #2BC155;
    border-color: #2BC155; }
  
  .checkbox-warning .form-check-input::before {
    background-color: #fff0e5;
    border-color: #fff0e5; }
    [data-theme-version="dark"] .checkbox-warning .form-check-input::before {
      background-color: rgba(254, 128, 36, 0.1);
      border-color: transparent; }
  
  .checkbox-warning .form-check-input:checked {
    background-color: #FE8024;
    border-color: #FE8024; }
  
  .checkbox-secondary .form-check-input::before {
    background-color: #e9e0c9;
    border-color: #e9e0c9; }
    [data-theme-version="dark"] .checkbox-secondary .form-check-input::before {
      background-color: rgba(189, 162, 92, 0.5);
      border-color: transparent; }
  
  .checkbox-secondary .form-check-input:checked {
    background-color: #BDA25C;
    border-color: #BDA25C; }
  
  .check-switch {
    padding-left: 2.5rem; }
    .check-switch .form-check-label {
      line-height: 1.875rem;
      font-weight: 500; }
      .check-switch .form-check-label span {
        line-height: 1; }
      .check-switch .form-check-label:after, .check-switch .form-check-label:before {
        height: 1.5rem;
        width: 1.5rem;
        left: -2rem;
        border-radius: 3rem !important;
        border-color: var(--rgba-primary-3); }
    .check-switch .form-check-input:checked ~ .form-check-label::after {
      background-image: url("../page-error-404.html"); }
    .check-switch .form-check-input:checked ~ .form-check-label::before {
      background: #fff; }
  
  .form-check-input[type="checkbox"] {
    border-radius: 0; }
  
  .js-switch + .switchery {
    border-radius: 50px;
    margin-right: 4rem; }
    @media (max-width: 767.98px) {
      .js-switch + .switchery {
        margin-right: 1rem; } }
    .js-switch + .switchery > small, .js-switch + .switchery > .small {
      top: 2px; }
  
  .js-switch.js-switch-lg + .switchery {
    height: 2rem;
    width: 4.5rem; }
    .js-switch.js-switch-lg + .switchery > small, .js-switch.js-switch-lg + .switchery > .small {
      width: 1.75rem;
      height: 1.75rem; }
  
  .js-switch.js-switch-md + .switchery {
    height: 1.5rem;
    width: 3.5rem; }
    .js-switch.js-switch-md + .switchery > small, .js-switch.js-switch-md + .switchery > .small {
      width: 1.25rem;
      height: 1.25rem; }
  
  .js-switch.js-switch-sm + .switchery {
    height: 1rem;
    width: 2.2rem; }
    .js-switch.js-switch-sm + .switchery > small, .js-switch.js-switch-sm + .switchery > .small {
      width: 0.875rem;
      height: 0.875rem;
      top: 1px; }
  
  .js-switch-square + .switchery {
    border-radius: 0; }
    .js-switch-square + .switchery > small, .js-switch-square + .switchery > .small {
      border-radius: 0;
      top: 2px; }
  
  .js-switch-square.js-switch-lg + .switchery {
    height: 2rem;
    width: 4.5rem; }
    .js-switch-square.js-switch-lg + .switchery > small, .js-switch-square.js-switch-lg + .switchery > .small {
      width: 1.75rem;
      height: 1.75rem; }
  
  .js-switch-square.js-switch-md + .switchery {
    height: 1.5rem;
    width: 3.5rem; }
    .js-switch-square.js-switch-md + .switchery > small, .js-switch-square.js-switch-md + .switchery > .small {
      width: 1.25rem;
      height: 1.25rem; }
  
  .js-switch-square.js-switch-sm + .switchery {
    height: 1rem;
    width: 2.2rem; }
    .js-switch-square.js-switch-sm + .switchery > small, .js-switch-square.js-switch-sm + .switchery > .small {
      width: 0.875rem;
      height: 0.875rem;
      top: 1px; }
  
  .form-control.is-valid {
    border-color: #2BC155 !important;
    border-right: 0px !important; }
    .form-control.is-valid:focus {
      box-shadow: none; }
  
  .form-control.is-warning {
    border-color: #FE8024 !important;
    border-right: 0px !important; }
    .form-control.is-warning:focus {
      box-shadow: none; }
  
  .form-control.is-invalid {
    border-color: #FF2E2E !important;
    border-right: 0px !important; }
    .form-control.is-invalid:focus {
      box-shadow: none; }
  
  .is-valid .input-group-prepend .input-group-text i {
    color: #2BC155; }
  
  .is-invalid .input-group-prepend .input-group-text i {
    color: #00c7a3; }
  
  .show-pass {
    cursor: pointer; }
    .show-pass .fa-eye {
      display: none; }
    .show-pass.active .fa-eye-slash {
      display: none; }
    .show-pass.active .fa-eye {
      display: inline-block; }
  
  .asColorPicker-dropdown {
    max-width: 26rem; }
  
  .asColorPicker-trigger {
    border: 0 none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.1875rem; }
  
  [direction="rtl"] .asColorPicker-trigger {
    right: 99%;
    left: auto; }
  
  .asColorPicker-clear {
    display: none;
    position: absolute;
    right: 1rem;
    text-decoration: none;
    top: .5rem; }
  
  .daterangepicker td.active {
    background-color: #fe5b26; }
    .daterangepicker td.active:hover {
      background-color: #fe5b26; }
  
  .daterangepicker button.applyBtn {
    background-color: #fe5b26;
    border-color: #fe5b26; }
  
  .datepicker.datepicker-dropdown {
    background: #f2f4fa;
    border-radius: 1px;
    border: 1px solid #EEEEEE; }
    .datepicker.datepicker-dropdown td.day, .datepicker.datepicker-dropdown th.next, .datepicker.datepicker-dropdown th.prev {
      height: 30px;
      width: 30px !important;
      padding: 0;
      text-align: center;
      font-weight: 300;
      border-radius: 50px; }
      .datepicker.datepicker-dropdown td.day:hover, .datepicker.datepicker-dropdown th.next:hover, .datepicker.datepicker-dropdown th.prev:hover {
        box-shadow: 0px 0px 30px 5px rgba(243, 30, 122, 0.3);
        color: #fff; }
    .datepicker.datepicker-dropdown th.datepicker-switch, .datepicker.datepicker-dropdown th.next, .datepicker.datepicker-dropdown th.prev {
      font-weight: 300;
      color: #333; }
    .datepicker.datepicker-dropdown th.dow {
      font-weight: 300; }
  
  .datepicker table tr td.selected, .datepicker table tr td.active.active {
    box-shadow: 0px 0px 30px 5px rgba(243, 30, 122, 0.3);
    border: 0; }
  
  .datepicker table tr td.today {
    box-shadow: 0px 0px 30px 5px rgba(243, 30, 122, 0.3);
    color: #ffffff; }
    .datepicker table tr td.today:hover {
      box-shadow: 0px 0px 30px 5px rgba(243, 30, 122, 0.3);
      color: #ffffff; }
  
  .datepicker table tr td.today.disabled {
    box-shadow: 0px 0px 30px 5px rgba(243, 30, 122, 0.3);
    color: #ffffff; }
    .datepicker table tr td.today.disabled:hover {
      box-shadow: 0px 0px 30px 5px rgba(243, 30, 122, 0.3);
      color: #ffffff; }
  
  .picker__select--month, .picker__select--year {
    height: 2.5em; }
  
  .picker__input {
    background-color: transparent !important; }
    [data-theme-version="dark"] .picker__input {
      background-color: transparent !important;
      border: 1px solid #333a54; }
  
  .asColorPicker-wrap .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  
  .daterangepicker .calendar-table td {
    width: 33px;
    height: 33px;
    color: #B5B5C3; }
  
  .daterangepicker td.in-range {
    background-color: transparent;
    color: #5E6278 !important; }
  
  .daterangepicker td.active {
    background-color: #fe5b26;
    color: #fff !important; }
    .daterangepicker td.active:hover {
      color: #fff !important; }
  
  button.cancelBtn.btn.btn-sm.btn-inverse, .btn-group-sm > button.cancelBtn.btn.btn-inverse {
    background-color: #f9f9f9; }
  
  .clockpicker-popover {
    position: absolute; }
    .clockpicker-popover .popover-title {
      padding: 10px 0; }
    .clockpicker-popover.popover {
      border-color: transparent; }
  
  #image {
    max-width: 100%; }
  
  .docs-options .dropdown-menu {
    padding: 1.5rem; }
  
  .docs-preview {
    margin-bottom: 3rem; }
    .docs-preview .img-preview {
      float: left;
      margin-right: .5rem;
      margin-bottom: .5rem;
      overflow: hidden;
      max-width: 100% !important; }
      .docs-preview .img-preview > img {
        max-width: 100% !important; }
      .docs-preview .img-preview.preview-lg {
        width: 16rem;
        height: 9rem; }
      .docs-preview .img-preview.preview-md {
        width: 8rem;
        height: 4.5rem; }
      .docs-preview .img-preview.preview-sm {
        width: 4rem;
        height: 2.25rem; }
      .docs-preview .img-preview.preview-xs {
        width: 2rem;
        height: 1.125rem;
        margin-right: 0; }
  
  .select2-container {
    width: 100% !important; }
  
  .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #f0f1f5;
    height: 56px;
    background: #fff; }
    [data-theme-version="dark"] .select2-container--default .select2-selection--single {
      background: #181f39;
      border-color: #333a54; }
    .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.active {
      box-shadow: none; }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    color: #7e7e7e;
    padding-left: 15px;
    min-height: 56px; }
  
  .select2-container--default .select2-selection--multiple {
    border-color: #f0f1f5;
    border-radius: 0; }
  
  .select2-dropdown {
    border-radius: 0; }
  
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fe5b26; }
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f0f1f5;
    background: #fff; }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 15px; }
  
  .select2-container .select2-selection--multiple {
    min-height: 56px;
    color: #7e7e7e;
    border-radius: 0;
    border: 1px solid #f0f1f5; }
    [data-theme-version="dark"] .select2-container .select2-selection--multiple {
      background: #181f39;
      border-color: #333a54; }
  
  [data-theme-version="dark"] .select2-search--dropdown .select2-search__field {
    background: #1e2746;
    border-color: #333a54; }
  
  .select2-dropdown {
    border-color: #F4F5F9; }
    [data-theme-version="dark"] .select2-dropdown {
      background: #181f39;
      border-color: #333a54; }
  
  .swal2-popup .swal2-content {
    color: #7e7e7e; }
  
  .form-file-input.form-control {
    margin: 0 !important;
    height: auto !important; }
  
  /*$primary  : #7356f1 !default;*/
  /*
  0 - 600: Phone
  600 - 900: Tablet portrait
  900 - 1200: Tablet landscape
  1200 - 1800: Normal styles
  1800+ : Big Desktop
  1em = 16px
  The smaller device rules always should write below the bigger device rules
  Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
  */
  .form-wizard {
    border: 0; }
    .form-wizard .nav-wizard {
      box-shadow: none !important;
      margin-bottom: 2rem; }
      .form-wizard .nav-wizard li .nav-link {
        position: relative; }
        .form-wizard .nav-wizard li .nav-link span {
          border-radius: 50px;
          width: 3rem;
          height: 3rem;
          border: 2px solid #fe5b26;
          display: block;
          line-height: 3rem;
          color: #fe5b26;
          font-size: 18px;
          margin: auto;
          background-color: #fff;
          position: relative;
          z-index: 1; }
        .form-wizard .nav-wizard li .nav-link:after {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 3px;
          transform: translateY(-50%);
          background: #f1f1f1 !important;
          z-index: 0;
          width: 100%; }
        .form-wizard .nav-wizard li .nav-link.active:after {
          background: #f1f1f1 !important; }
        .form-wizard .nav-wizard li .nav-link.done:after {
          background: #fe5b26 !important; }
        .form-wizard .nav-wizard li .nav-link.done span {
          background-color: #fe5b26;
          color: #fff; }
      .form-wizard .nav-wizard li:last-child .nav-link:after {
        content: none; }
    .form-wizard .toolbar-bottom .btn {
      background-color: #fe5b26;
      border: 0;
      padding: 12px 18px; }
    .form-wizard .tab-content .tab-pane {
      padding: 0; }
    .form-wizard .emial-setup label.mailclinet {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      cursor: pointer;
      background-color: #EEF5F9;
      text-align: center;
      margin: auto; }
      [data-theme-version="dark"] .form-wizard .emial-setup label.mailclinet {
        background-color: #181f39; }
      @media only screen and (max-width: 575px) {
        .form-wizard .emial-setup label.mailclinet {
          width: 7rem;
          height: 7rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-icon {
        font-size: 3rem;
        display: inline-block;
        line-height: 1;
        margin-top: -1rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-icon {
            font-size: 2rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-text {
        font-size: 1rem;
        text-align: center;
        margin-top: .5rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-text {
            font-size: 16px;
            line-height: 20px; } }
      .form-wizard .emial-setup label.mailclinet input[type="radio"] {
        display: none; }
    .form-wizard .emial-setup label.mailclinet {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      cursor: pointer;
      background-color: #EEF5F9;
      text-align: center;
      margin: auto; }
      [data-theme-version="dark"] .form-wizard .emial-setup label.mailclinet {
        background-color: #181f39; }
      @media only screen and (max-width: 575px) {
        .form-wizard .emial-setup label.mailclinet {
          width: 7rem;
          height: 7rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-icon {
        font-size: 3rem;
        display: inline-block;
        line-height: 1;
        margin-top: -1rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-icon {
            font-size: 2rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-text {
        font-size: 1rem;
        text-align: center;
        margin-top: .5rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-text {
            font-size: 12px;
            line-height: 20px; } }
      .form-wizard .emial-setup label.mailclinet input[type="radio"] {
        display: none; }
    @media only screen and (max-width: 767px) {
      .form-wizard .nav-wizard {
        flex-direction: unset !important; }
      .form-wizard .tab-content {
        height: 100% !important; } }
    @media only screen and (max-width: 575px) {
      .form-wizard .nav-wizard li .nav-link {
        padding: 0; } }
  
  .note-icon-caret,
  .note-popover {
    display: none; }
  
  .note-editor.note-frame .panel-heading {
    padding: .6rem 1rem 1rem;
    z-index: 1; }
  
  .note-editor.note-frame {
    border-color: #f0f1f5; }
  
  .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff; }
    [data-theme-version="dark"] .note-editor.note-frame .note-editing-area .note-editable {
      background-color: #181f39; }
  
  .note-editor.note-frame .note-statusbar {
    background-color: #fff; }
  
  .ql-container {
    height: 25rem; }
  
  .custom-ekeditor ul {
    padding-left: 1.25rem; }
    .custom-ekeditor ul li {
      list-style: unset; }
  
  .custom-ekeditor ol li {
    list-style: decimal; }
  
  #world-datamap {
    padding-bottom: 46% !important; }
  
  .datamaps-hoverover {
    background: #fff;
    padding: 0.3125rem;
    border-radius: 0.3125rem;
    font-family: 'Roboto' !important;
    color: #fe5b26;
    border: 1px solid rgba(0, 122, 100, 0.3); }
  
  @media only screen and (max-width: 1440px) {
    .world_map_card ul.list-group {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      margin-top: 35px; } }
  
  .jqvmap-zoomin,
  .jqvmap-zoomout {
    height: 20px;
    width: 20px;
    line-height: 14px;
    background-color: #fe5b26;
    color: #fff; }
  
  .jqvmap-zoomout {
    top: 35px; }
  
  #world-map {
    height: 400px; }
  
  .blockUI.blockMsg.blockPage {
    border: 0 !important; }
  
  #loginForm {
    cursor: auto; }
  
  .blockMsg {
    border: 0px !important;
    width: 20% !important; }
    .blockMsg h1, .blockMsg .h1 {
      font-size: 16px;
      padding: 8px 0;
      margin-bottom: 0; }
  
  .bootstrap-select {
    margin-bottom: 0; }
    .bootstrap-select .btn {
      border: 1px solid #f0f1f5 !important;
      background-color: transparent !important;
      font-weight: 400;
      color: #7e7e7e !important; }
      [data-theme-version="dark"] .bootstrap-select .btn {
        border-color: #333a54 !important; }
      .bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
        outline: none !important;
        outline-offset: 0; }
        [data-theme-version="dark"] .bootstrap-select .btn:active, [data-theme-version="dark"] .bootstrap-select .btn:focus, [data-theme-version="dark"] .bootstrap-select .btn:hover {
          color: #7e7e7e !important; }
    .bootstrap-select .dropdown-menu {
      border-color: #f0f1f5 !important;
      box-shadow: 0px 0Epx 40px 0px rgba(82, 63, 105, 0.1); }
      .bootstrap-select .dropdown-menu .dropdown-item {
        padding: 0.25rem 1rem; }
      [data-theme-version="dark"] .bootstrap-select .dropdown-menu {
        border-color: #f0f1f5 !important; }
  
  .input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  
  .input-group > .bootstrap-select:not(:last-child) .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  
  /*$primary  : #7356f1 !default;*/
  .clipboard-btn {
    transition: all .1s ease-in-out; }
    .clipboard-btn:hover {
      background-color: #fe5b26;
      color: #fff; }
  
  .crypto-ticker {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); }
    [data-theme-version="dark"] .crypto-ticker {
      background: #1e2746; }
  
  #webticker-big {
    font: inherit !important;
    font-size: inherit !important;
    font-weight: normal !important; }
    #webticker-big li i {
      font-size: 18px;
      margin-right: 7px; }
    #webticker-big li p {
      margin-bottom: 0px;
      font-size: 12px;
      font-weight: 700; }
  
  /*$primary  : #7356f1 !default;*/
  .twitter-typeahead {
    width: 100%; }
    .twitter-typeahead .tt-dataset.tt-dataset-states {
      border: 1px solid #f0f1f5; }
    .twitter-typeahead .tt-menu {
      width: 100%;
      background-color: #fff; }
      .twitter-typeahead .tt-menu .tt-suggestion {
        padding: 0.625rem;
        cursor: pointer; }
        .twitter-typeahead .tt-menu .tt-suggestion:hover {
          background-color: #fe5b26;
          color: #fff; }
  
  .weather-one i {
    font-size: 8rem;
    position: relative;
    top: .5rem; }
  
  .weather-one h2, .weather-one .h2 {
    display: inline-block;
    float: right;
    font-size: 4.8rem; }
  
  .weather-one .city {
    position: relative;
    text-align: right;
    top: -2.5rem; }
  
  .weather-one .currently {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    top: 2.5rem; }
  
  .weather-one .celcious {
    text-align: right;
    font-size: 2rem; }
  
  /*$primary  : #7356f1 !default;*/
  .noUi-target {
    border-color: transparent;
    border-radius: 0; }
  
  .noUi-connect {
    background-color: #fe5b26; }
    .noUi-connects {
      background-color: #D2D6DE; }
    .noUi-connect.c-1-color {
      background-color: #2BC155; }
    .noUi-connect.c-2-color {
      background-color: #2D28FF; }
    .noUi-connect.c-3-color {
      background-color: #fe5b26; }
    .noUi-connect.c-4-color {
      background-color: #FE8024; }
  
  .noUi-vertical {
    width: 0.375rem; }
  
  .noUi-horizontal {
    height: 0.375rem;
    margin-bottom: 10px; }
  
  .noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    height: 12px;
    width: 12px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    background-color: #fe5b26; }
    .noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before, .noUi-vertical .noUi-handle::after, .noUi-vertical .noUi-handle::before {
      display: none; }
  
  .noUi-vertical .noUi-handle {
    left: -4px;
    top: -6px; }
  
  .noUi-horizontal .noUi-handle {
    top: -4px; }
  
  html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -6px; }
  
  #slider-toggle {
    height: 50px; }
  
  #slider-toggle.off .noUi-handle {
    border-color: #fe5b26; }
  
  .colorpicker-slider .sliders.noUi-target#red, .colorpicker-slider .sliders.noUi-target#green, .colorpicker-slider .sliders.noUi-target#blue {
    margin: 10px;
    display: inline-block;
    height: 200px; }
  
  .colorpicker-slider .sliders.noUi-target#red .noUi-connect {
    background: #c0392b; }
  
  .colorpicker-slider .sliders.noUi-target#green .noUi-connect {
    background: #27ae60; }
  
  .colorpicker-slider .sliders.noUi-target#blue .noUi-connect {
    background: #2980b9; }
  
  .colorpicker-slider #result {
    margin: 60px 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    color: #7f7f7f;
    background: #7f7f7f;
    border: 1px solid #fff;
    box-shadow: 0 0 10px; }
  
  .slider-vertical {
    height: 18rem; }
  
  .nestable-cart {
    overflow: hidden; }
  
  .dd-handle {
    color: #fff;
    background: #fe5b26;
    border-radius: 5px;
    padding: 8px 15px;
    height: auto;
    border: 1px solid #f0f1f5;
    cursor: all-scroll; }
  
  .dd-handle:hover {
    color: #fff;
    background: #fe5b26; }
  
  .dd3-content:hover {
    color: #fff;
    background: #fe5b26; }
  
  .dd3-content {
    color: #fff; }
  
  .dd-item > button {
    line-height: 28px;
    color: #fff; }
  
  .pignose-calendar {
    box-shadow: none;
    width: 100%;
    max-width: none;
    border-color: #fe5b26; }
    .pignose-calendar .pignose-calendar-top-date {
      background-color: #fe5b26; }
      .pignose-calendar .pignose-calendar-top-date .pignose-calendar-top-month {
        color: #fff; }
  
  .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: #fe5b26;
    box-shadow: none; }
  
  .pignose-calendar .pignose-calendar-top {
    box-shadow: none;
    border-bottom: 0; }
  
  .pignose-calendar.pignose-calendar-blue {
    background-color: rgba(0, 0, 0, 0.15); }
  
  .pignose-calendar .pignose-calendar-unit {
    height: 4.8em; }
  
  .cd-h-timeline {
    opacity: 0;
    transition: opacity 0.2s; }
  
  .cd-h-timeline--loaded {
    opacity: 1; }
  
  .cd-h-timeline__container {
    position: relative;
    height: 100px;
    max-width: 800px; }
  
  .cd-h-timeline__dates {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden; }
    .cd-h-timeline__dates::after, .cd-h-timeline__dates::before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 20px; }
    .cd-h-timeline__dates::before {
      left: 0;
      background: #fe5b26; }
    .cd-h-timeline__dates::after {
      right: 0;
      background: #fe5b26; }
  
  .cd-h-timeline__line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background-color: #fe5b26;
    transition: transform 0.4s; }
  
  .cd-h-timeline__filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2BC155;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s; }
  
  .cd-h-timeline__date {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: var(--space-sm);
    color: var(--cd-color-1);
    user-select: none;
    text-decoration: none; }
    .cd-h-timeline__date::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -5px;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border-width: 2px;
      border-style: solid;
      border-color: #007f68;
      background-color: #fe5b26;
      transition: background-color 0.3s, border-color .3s; }
    .cd-h-timeline__date:hover::after {
      background-color: #2BC155;
      border-color: #2BC155; }
  
  .cd-h-timeline__date--selected {
    pointer-events: none; }
    .cd-h-timeline__date--selected::after {
      background-color: #2BC155;
      border-color: #2BC155; }
  
  .cd-h-timeline__date--older-event::after {
    border-color: #2BC155; }
  
  .cd-h-timeline__navigation {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #007f68;
    transition: border-color 0.3s; }
    .cd-h-timeline__navigation::after {
      content: '';
      position: absolute;
      height: 16px;
      width: 16px;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background: url(../page-error-404.html) no-repeat 0 0; }
    .cd-h-timeline__navigation:hover {
      border-color: #2BC155; }
  
  .cd-h-timeline__navigation--prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg); }
  
  .cd-h-timeline__navigation--next {
    right: 0; }
  
  .cd-h-timeline__navigation--inactive {
    cursor: not-allowed; }
    .cd-h-timeline__navigation--inactive::after {
      background-position: 0 -16px; }
    .cd-h-timeline__navigation--inactive:hover {
      border-color: #007f68; }
  
  .cd-h-timeline__events {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height .4s; }
  
  .cd-h-timeline__event {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out; }
  
  .cd-h-timeline__event--selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0); }
  
  .cd-h-timeline__event--enter-right,
  .cd-h-timeline__event--leave-right {
    animation-name: cd-enter-right; }
  
  .cd-h-timeline__event--enter-left,
  .cd-h-timeline__event--leave-left {
    animation-name: cd-enter-left; }
  
  .cd-h-timeline__event--leave-right,
  .cd-h-timeline__event--leave-left {
    animation-direction: reverse; }
  
  .cd-h-timeline__event-content {
    max-width: 800px; }
  
  .cd-h-timeline__event-title {
    color: var(--cd-color-1);
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: var(--text-xxxl); }
  
  .cd-h-timeline__event-date {
    display: block;
    font-style: italic;
    margin: var(--space-xs) auto; }
    .cd-h-timeline__event-date::before {
      content: '- '; }
  
  @keyframes cd-enter-right {
    0% {
      opacity: 0;
      transform: translateX(100%); }
    100% {
      opacity: 1;
      transform: translateX(0%); } }
  
  @keyframes cd-enter-left {
    0% {
      opacity: 0;
      transform: translateX(-100%); }
    100% {
      opacity: 1;
      transform: translateX(0%); } }
  
  /* Light Gallery */
  .lg-actions .lg-next,
  .lg-actions .lg-prev,
  .lg-sub-html,
  .lg-toolbar {
    background-color: rgba(30, 30, 30, 0.6); }
  
  .lg-outer .lg-toogle-thumb,
  .lg-outer .lg-thumb-outer,
  .lg-outer .lg-img-wrap,
  .lg-outer .lg-item {
    background-color: transparent; }
  
  .lg-thumb-outer.lg-grab,
  .lg-toogle-thumb.lg-icon {
    background-color: rgba(30, 30, 30, 0.6); }
  
  .lg-backdrop {
    background-color: rgba(30, 30, 30, 0.9); }
  
  .lg-outer .lg-toogle-thumb,
  .lg-actions .lg-next,
  .lg-actions .lg-prev,
  .lg-toolbar .lg-icon,
  #lg-counter {
    color: #fff; }
  
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #fe5b26; }
  
  .lightimg {
    cursor: pointer; }
  
  .toast-success {
    background-color: #fe5b26; }
  
  .toast-info {
    background-color: #2D28FF; }
  
  .toast-warning {
    background-color: #FE8024; }
  
  .toast-error {
    background-color: #FF2E2E; }
  
  #toast-container > div {
    box-shadow: none;
    border-radius: 0;
    width: auto;
    max-width: 250px;
    opacity: 1; }
    [direction="rtl"] #toast-container > div {
      padding: 15px 50px 15px 15px;
      background-position: calc(100% - 15px);
      text-align: right; }
    #toast-container > div:hover {
      box-shadow: none; }
  
  #toast-container .toast-title {
    margin-bottom: 5px;
    font-weight: 600; }
  
  #toast-container .toast-message {
    font-size: 12px; }
  
  #toast-container .toast-close-button {
    opacity: 1;
    font-size: 8px;
    font-weight: normal;
    text-shadow: none; }
  
  [direction="rtl"] .toast-top-right.demo_rtl_class {
    left: 12px;
    right: auto; }
  
  .jqvmap-zoomin,
  .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 17px;
    height: 17px;
    cursor: pointer;
    line-height: 10px;
    text-align: center; }
  
  .jqvmap-zoomin {
    top: 10px; }
  
  .jqvmap-zoomout {
    top: 30px; }
  
  .ps__rail-x:hover,
  .ps__rail-y:hover,
  .ps__rail-x:focus,
  .ps__rail-y:focus,
  .ps__rail-x.ps--clicking,
  .ps__rail-y.ps--clicking {
    background-color: transparent;
    opacity: 0.9; }
  
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #DAE2F3;
    width: 4px; }
  
  .ps__thumb-y {
    background-color: #DAE2F3;
    width: 4px; }
  
  .total-average {
    position: relative;
    height: 300px; }
  
  .widget-chat {
    position: relative;
    height: 250px; }
  
  .widget-todo {
    position: relative;
    height: 210px; }
  
  .widget-team {
    position: relative;
    height: 285px; }
  
  .widget-timeline {
    position: relative; }
  
  .widget-comments {
    position: relative;
    height: 400px; }
  
  .sidebar-right-inner {
    position: relative;
    height: 100%; }
  
  .widget-team .ps .ps__rail-x:hover,
  .widget-team .ps .ps__rail-y:hover,
  .widget-team .ps .ps__rail-x:focus,
  .widget-team .ps .ps__rail-y:focus,
  .widget-team .ps .ps__rail-x.ps--clicking,
  .widget-team .ps .ps__rail-y.ps--clicking {
    background-color: transparent !important;
    opacity: 0.9; }
  
  .ck.ck-editor .ck.ck-button {
    padding: 6px 8px;
    background-color: #3a7afe1a;
    color: #fe5b26;
    font-weight: 900;
    cursor: pointer; }
  
  .ck.ck-editor .ck.ck-toolbar {
    background-color: #f2f4fa;
    border: 0;
    padding: 5px 10px; }
  
  .ck.ck-editor .ck.ck-toolbar__separator {
    display: none !important; }
  
  .ck.ck-editor .ck-content {
    background-color: #f7f7f7;
    border-width: 1px 0 0;
    border-color: #e7e5ef; }
  
  .ck-editor__editable {
    background-color: var(--bs-card-bg) !important; }
  
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    border-color: #f0f1f5;
    padding: 0.865rem var(--ck-spacing-standard); }
  
  .ck.ck-toolbar .ck-toolbar__items .ck.ck-toolbar__separator {
    background: #f0f1f5; }
  
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height: 9.375rem;
    background-color: #f2f4fa !important; }
  
  button.ck.ck-button.ck-off:hover {
    background-color: #f0f1f5; }
  
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    min-height: 9.375rem; }
  
  .editor-title .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
  .editor-title .ck-focused {
    width: 57.313rem; }
    @media only screen and (max-width: 1400px) {
      .editor-title .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
      .editor-title .ck-focused {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .editor-title .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
      .editor-title .ck-focused {
        width: 500px; } }
    @media only screen and (max-width: 575px) {
      .editor-title .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
      .editor-title .ck-focused {
        width: 100%; } }
  
  .fc-h-event, .fc-v-event {
    background: #fe5b26;
    border-radius: .42rem; }
  
  .fc-h-event .fc-event-title {
    color: #fff; }
  
  .fc-theme-standard td, .fc-theme-standard th {
    border-color: #ebedf3; }
  
  .fc-unthemed .fc-h-event, .fc-unthemed .fc-event-dot {
    padding: 0;
    border-radius: .42rem; }
  
  .fc-theme-standard th {
    padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #b5b5c3; }
    @media only screen and (max-width: 575px) {
      .fc-theme-standard th {
        font-size: 14px;
        font-weight: 400;
        padding: 3px 0px; } }
  
  .fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid, .fc-scrollgrid, table {
    border-color: #ebedf3; }
  
  .fc-daygrid-dot-event {
    background: #fff;
    border: 1px solid #ebedf3;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1); }
    .fc-daygrid-dot-event .fc-daygrid-event-dot {
      border-color: #fe5b26; }
  
  .fc-daygrid-dot-event .fc-event-title {
    font-weight: 500; }
  
  .fc-event.bg-primary, .fc-event.bg-success, .fc-event.bg-warning, .fc-event.bg-secondary, .fc-event.bg-dark, .fc-event.bg-info {
    color: #fff !important;
    border-radius: 8px; }
    .fc-event.bg-primary .fc-daygrid-event-dot, .fc-event.bg-success .fc-daygrid-event-dot, .fc-event.bg-warning .fc-daygrid-event-dot, .fc-event.bg-secondary .fc-daygrid-event-dot, .fc-event.bg-dark .fc-daygrid-event-dot, .fc-event.bg-info .fc-daygrid-event-dot {
      border-color: #fff; }
  
  .fc .fc-scroller-liquid-absolute, .fc-scroller {
    position: relative;
    overflow: visible !important; }
  
  .fc .fc-button-group > .fc-button {
    color: #b5b5c3;
    background: 0 0;
    border: 1px solid #ebedf3;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button:hover, .fc .fc-button-group > .fc-button.fc-button-active {
      background: #fe5b26;
      color: #fff;
      border-color: #fe5b26; }
  
  .fc-button.fc-button-primary.fc-today-button {
    background: #fe5b26;
    color: #fff;
    border: 0;
    opacity: 1; }
  
  .fc-unthemed .fc-toolbar .fc-button.fc-button-active, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button:focus {
    background: #fe5b26;
    color: #fff;
    border: 1px solid #fe5b26;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }
  
  .fc .fc-toolbar-title {
    font-size: 20px;
    margin: 0; }
  
  .external-event {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px; }
    .external-event:hover:before {
      background: #fff !important; }
  
  .fc-event {
    overflow: hidden; }
  
  .fc .fc-view-harness {
    height: 800px !important;
    overflow-y: auto; }
  
  @media only screen and (max-width: 575px) {
    .fc .fc-toolbar.fc-header-toolbar {
      display: block; }
      .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
        display: flex;
        justify-content: center; }
        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
          justify-content: space-between; }
      .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
        margin-bottom: 8px; } }
  
  #external-events .external-event {
    text-align: left;
    font-size: 16px; }
  
  .accordion-button:not(.collapsed) {
    color: inherit;
    background: #F9F9F9; }
  
  .accordion-button.collapsed {
    border-bottom-width: 1px; }
  
  .accordion-primary .accordion-button {
    background: #fe5b26;
    border-color: #fe5b26;
    color: #fff;
    box-shadow: 0 0.9375rem 1.25rem 0 #ccfff6; }
    .accordion-primary .accordion-button.collapsed {
      background: #ccfff6;
      border-color: #ccfff6;
      color: #fe5b26;
      box-shadow: none; }
      [data-theme-version="dark"] .accordion-primary .accordion-button.collapsed {
        background: #ccfff6;
        border-color: #ccfff6;
        color: #7e7e7e; }
  
  .accordion-primary-solid .accordion-button {
    background: #fe5b26;
    border-color: #fe5b26;
    color: #fff;
    box-shadow: 0 -0.625rem 1.25rem 0 #ccfff6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .accordion-primary-solid .accordion-button.collapsed {
      background: #ccfff6;
      border-color: #ccfff6;
      color: #fe5b26;
      box-shadow: none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      [data-theme-version="dark"] .accordion-primary-solid .accordion-button.collapsed {
        background: #ccfff6;
        border-color: #ccfff6;
        color: #7e7e7e; }
  
  .accordion-primary-solid .accordion-body {
    border: 0.125rem solid #fe5b26;
    border-top: none;
    box-shadow: 0 0.9375rem 1.25rem 0 #ccfff6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .accordion-danger .accordion-button {
    background: #FF2E2E;
    border-color: #FF2E2E;
    color: #fff;
    box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 46, 46, 0.15); }
    .accordion-danger .accordion-button.collapsed {
      background: #ffc7c7;
      border-color: #ffc7c7;
      color: #211c37;
      box-shadow: none; }
  
  .accordion-danger-solid .accordion-button {
    background: #FF2E2E;
    border-color: #FF2E2E;
    color: #fff;
    box-shadow: 0 -0.625rem 1.25rem 0 rgba(255, 46, 46, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .accordion-danger-solid .accordion-button.collapsed {
      background: #ffc7c7;
      border-color: #ffc7c7;
      color: #211c37;
      box-shadow: none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      [data-theme-version="dark"] .accordion-danger-solid .accordion-button.collapsed {
        background: rgba(255, 46, 46, 0.15);
        border-color: rgba(255, 46, 46, 0.15);
        color: #7e7e7e; }
  
  .accordion-danger-solid .accordion-body {
    border: 0.125rem solid #FF2E2E;
    border-top: none;
    box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 46, 46, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .accordion-item {
    margin-bottom: 1.25rem;
    border: 0;
    background-color: transparent; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  
  .accordion-button {
    padding: 1rem 1.75rem;
    border: 0.0625rem solid #f0f1f5;
    cursor: pointer;
    position: relative;
    color: #333;
    font-weight: 400;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    [data-theme-version="dark"] .accordion-button {
      color: #fff !important;
      border-color: #333a54; }
    .accordion-button-indicator.indicator_bordered {
      display: inline-block;
      width: 1.5625rem;
      text-align: center;
      height: 1.5625rem;
      border: 0.0625rem solid #f0f1f5;
      border-radius: 50%;
      line-height: 1.5625rem; }
    .accordion-button:not(.collapsed)::after {
      content: "\e622";
      background-image: none;
      transform: rotate(0) translateY(-50%); }
    .accordion-button:not(.collapsed).style_two::after {
      content: "\e648"; }
    .accordion-button::after {
      content: "\e61a";
      font-family: 'themify';
      position: absolute;
      right: 1.5625rem;
      top: 50%;
      transform: translateY(-50%);
      background-image: none !important;
      width: auto;
      height: auto; }
      [direction="rtl"] .accordion-button::after {
        right: auto;
        left: 1.5625rem; }
    .accordion-button.collapsed.style_two::after {
      content: "\e64b"; }
  
  .accordion-body {
    padding: 0.875rem 1.25rem; }
  
  .accordion-collapse {
    border: 0; }
  
  .accordion-bordered .accordion-body {
    border: 0.0625rem solid #f0f1f5;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    [data-theme-version="dark"] .accordion-bordered .accordion-body {
      border-color: #333a54; }
  
  .accordion-bordered .accordion-button.collapsed {
    border-radius: 0; }
  
  .accordion-bordered .accordion-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .accordion-no-gutter .accordion-item {
    margin-bottom: 0; }
    .accordion-no-gutter .accordion-item .accordion-button.collapsed {
      border-bottom: none; }
    .accordion-no-gutter .accordion-item:last-child .accordion-button {
      border-bottom: 0.0625rem solid #f0f1f5; }
      [data-theme-version="dark"] .accordion-no-gutter .accordion-item:last-child .accordion-button {
        border-color: #333a54; }
  
  .accordion-no-gutter.accordion-bordered .accordion-item:not(:last-child) .accordion-body {
    border-bottom: none; }
  
  .accordion-no-gutter.accordion-bordered .accordion-item .accordion-button {
    box-shadow: none; }
  
  .accordion-left-indicator .accordion-button {
    box-shadow: none; }
    .accordion-left-indicator .accordion-button-text {
      padding-left: 2.5rem; }
    .accordion-left-indicator .accordion-button:after {
      left: 1rem; }
    .accordion-left-indicator .accordion-button .accordion-header-text {
      padding-left: 2rem; }
  
  .accordion-bordered .accordion-button {
    box-shadow: none; }
  
  .accordion-with-icon .accordion-button {
    box-shadow: none; }
    .accordion-with-icon .accordion-button-text {
      padding-left: 2.5rem; }
      [direction="rtl"] .accordion-with-icon .accordion-button-text {
        padding-left: 0;
        padding-right: 2.5rem; }
    .accordion-with-icon .accordion-button .accordion-header-icon {
      position: absolute;
      right: auto;
      left: 1.5625rem;
      font-family: 'themify'; }
      [direction="rtl"] .accordion-with-icon .accordion-button .accordion-header-icon {
        left: auto;
        right: 1.5625rem; }
      .accordion-with-icon .accordion-button .accordion-header-icon::before {
        content: "\e645"; }
    .accordion-with-icon .accordion-button .accordion-header-text {
      padding-left: 2rem; }
  
  .accordion-header-bg .accordion-header .accordion-button {
    background-color: #F4F5F9; }
    [data-theme-version="dark"] .accordion-header-bg .accordion-header .accordion-button {
      background-color: #181f39; }
  
  .accordion-header-bg .accordion-header-primary .accordion-button {
    background-color: #fe5b26;
    color: #fff;
    border-color: #fe5b26; }
    [data-theme-version="dark"] .accordion-header-bg .accordion-header-primary .accordion-button {
      background-color: #fe5b26; }
  
  .accordion-header-bg .accordion-header-info .accordion-button {
    background-color: #2D28FF;
    color: #fff;
    border-color: #2D28FF; }
    [data-theme-version="dark"] .accordion-header-bg .accordion-header-info .accordion-button {
      background-color: #2D28FF; }
  
  .accordion-header-bg .accordion-header-success .accordion-button {
    background-color: #2BC155;
    color: #fff;
    border-color: #2BC155; }
    [data-theme-version="dark"] .accordion-header-bg .accordion-header-success .accordion-button {
      background-color: #2BC155; }
  
  .accordion-header-bg.accordion-no-gutter .accordion-button {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none; }
  
  .accordion-header-bg.accordion-no-gutter .accordion-item:first-child .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .accordion-header-bg.accordion-no-gutter .accordion-item:last-child .accordion-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .accordion.accordion-no-gutter .accordion-button {
    border-radius: 0;
    box-shadow: none; }
  
  .accordion.accordion-no-gutter .accordion-button.collapsed {
    border-radius: 0; }
  
  .accordion.accordion-no-gutter .accordion-body {
    border-radius: 0; }
  
  .accordion.accordion-no-gutter .accordion-item:first-child .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  
  .accordion.accordion-no-gutter .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .accordion.accordion-no-gutter .accordion-item:last-child .accordion-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  
  .accordion-solid-bg .accordion-button {
    box-shadow: none;
    border-color: transparent;
    background-color: #ccfff6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    [data-theme-version="dark"] .accordion-solid-bg .accordion-button {
      background-color: #181f39; }
    .accordion-solid-bg .accordion-button.collapsed {
      border-radius: 0; }
  
  .accordion-solid-bg .accordion-body {
    border-color: transparent;
    background-color: #ccfff6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    [data-theme-version="dark"] .accordion-solid-bg .accordion-body {
      background-color: #181f39; }
  
  .accordion-active-header .accordion-button {
    box-shadow: none; }
    .accordion-active-header .accordion-button:not(.collapsed) {
      background-color: #2D28FF;
      border-color: #2D28FF;
      color: #fff; }
  
  .accordion-header-shadow .accordion-button {
    border: none;
    box-shadow: 0 0 0.9375rem -0.1875rem rgba(0, 0, 0, 0.3); }
  
  .accordion-rounded-stylish .accordion-button {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    box-shadow: none; }
  
  .accordion-rounded-stylish .accordion-body {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem; }
  
  .accordion-rounded .accordion-button {
    border-radius: 0.3125rem; }
  
  .accordion-gradient .accordion-button {
    color: #fff;
    background-image: linear-gradient(to right, rgba(186, 1, 181, 0.85) 0%, rgba(103, 25, 255, 0.85) 100%);
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none; }
    .accordion-gradient .accordion-button.collapsed {
      border-bottom-left-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; }
  
  .accordion-gradient .accordion-body {
    color: #fff;
    background-image: linear-gradient(to right, rgba(186, 1, 181, 0.85) 0%, rgba(103, 25, 255, 0.85) 100%);
    border-color: transparent; }
  
  .alert {
    border-radius: 0;
    padding: 1rem 1.5rem; }
    .alert p {
      line-height: 1.5; }
  
  .alert-rounded {
    border-radius: 30px; }
  
  .alert-primary {
    background: #ccfff6;
    border-color: #ccfff6;
    color: #fe5b26; }
    [data-theme-version="dark"] .alert-primary {
      background: rgba(0, 122, 100, 0.2);
      border-color: rgba(0, 122, 100, 0.2); }
  
  .alert-secondary {
    background: #e9e0c9;
    border-color: #e9e0c9;
    color: #BDA25C; }
    [data-theme-version="dark"] .alert-secondary {
      background: rgba(189, 162, 92, 0.5);
      border-color: rgba(189, 162, 92, 0.5);
      color: #7e7e7e; }
  
  .alert-success {
    background: #e3f9e9;
    border-color: #e3f9e9;
    color: #2BC155; }
    [data-theme-version="dark"] .alert-success {
      background: rgba(43, 193, 85, 0.1);
      border-color: rgba(43, 193, 85, 0.1); }
  
  .alert-warning {
    background: #fff0e5;
    border-color: #fff0e5;
    color: #FE8024; }
    [data-theme-version="dark"] .alert-warning {
      background: rgba(254, 128, 36, 0.1);
      border-color: rgba(254, 128, 36, 0.1); }
  
  .alert-danger {
    background: #ffc7c7;
    border-color: #ffc7c7;
    color: #FF2E2E; }
    [data-theme-version="dark"] .alert-danger {
      background: rgba(255, 46, 46, 0.15);
      border-color: rgba(255, 46, 46, 0.15); }
  
  .alert-info {
    background: #dbdbff;
    border-color: #dbdbff;
    color: #2D28FF; }
    [data-theme-version="dark"] .alert-info {
      background: rgba(45, 40, 255, 0.1);
      border-color: rgba(45, 40, 255, 0.1); }
  
  .alert-dark {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #B1B1B1; }
    [data-theme-version="dark"] .alert-dark {
      background: rgba(177, 177, 177, 0.35);
      border-color: rgba(177, 177, 177, 0.35);
      color: #7e7e7e; }
  
  .alert-light {
    background: #F4F5F9;
    border-color: #F4F5F9;
    color: #B1B1B1; }
  
  .alert-alt.alert-primary {
    border-left: 4px solid #fe5b26; }
  
  .alert-alt.alert-secondary {
    border-left: 4px solid #BDA25C; }
  
  .alert-alt.alert-success {
    border-left: 4px solid #2BC155; }
  
  .alert-alt.alert-warning {
    border-left: 4px solid #FE8024; }
  
  .alert-alt.alert-danger {
    border-left: 4px solid #FF2E2E; }
  
  .alert-alt.alert-info {
    border-left: 4px solid #2D28FF; }
  
  .alert-alt.alert-dark {
    border-left: 4px solid #B1B1B1; }
  
  .alert-alt.alert-light {
    border-left: 4px solid #c3c8de; }
  
  .alert-alt.alert-primary.solid {
    border-left: 4px solid black !important; }
  
  .alert-alt.alert-secondary.solid {
    border-left: 4px solid #6d5b2c !important; }
  
  .alert-alt.alert-success.solid {
    border-left: 4px solid #145927 !important; }
  
  .alert-alt.alert-warning.solid {
    border-left: 4px solid #a24501 !important; }
  
  .alert-alt.alert-danger.solid {
    border-left: 4px solid #ae0000 !important; }
  
  .alert-alt.alert-info.solid {
    border-left: 4px solid #0400a8 !important; }
  
  .alert-alt.alert-dark.solid {
    border-left: 4px solid #717171 !important; }
  
  .alert-alt.alert-light.solid {
    border-left: 4px solid #a2aacc !important; }
  
  .alert-dismissible.solid .close:hover {
    color: #fff;
    opacity: 1; }
  
  .alert.alert-primary.solid {
    background: #fe5b26;
    color: #fff;
    border-color: #fe5b26; }
  
  .alert.alert-secondary.solid {
    background: #BDA25C;
    color: #fff;
    border-color: #BDA25C; }
  
  .alert.alert-success.solid {
    background: #2BC155;
    color: #fff;
    border-color: #2BC155; }
  
  .alert.alert-warning.solid {
    background: #FE8024;
    color: #fff;
    border-color: #FE8024; }
  
  .alert.alert-danger.solid {
    background: #FF2E2E;
    color: #fff;
    border-color: #FF2E2E; }
  
  .alert.alert-info.solid {
    background: #2D28FF;
    color: #fff;
    border-color: #2D28FF; }
  
  .alert.alert-dark.solid {
    background: #B1B1B1;
    color: #fff;
    border-color: #B1B1B1; }
  
  .alert.alert-light.solid {
    background: #F4F5F9;
    color: #B1B1B1;
    border-color: #F4F5F9; }
  
  .alert-right-icon > span i {
    font-size: 18px;
    margin-right: 5px; }
  
  .alert-right-icon .close i {
    font-size: 16px; }
  
  .alert.alert-outline-primary {
    background: transparent;
    color: #fe5b26;
    border-color: #fe5b26; }
  
  .alert.alert-outline-secondary {
    background: transparent;
    color: #7e7e7e;
    border-color: #BDA25C; }
  
  .alert.alert-outline-success {
    background: transparent;
    color: #2BC155;
    border-color: #2BC155; }
  
  .alert.alert-outline-info {
    background: transparent;
    color: #2D28FF;
    border-color: #2D28FF; }
  
  .alert.alert-outline-warning {
    background: transparent;
    color: #FE8024;
    border-color: #FE8024; }
  
  .alert.alert-outline-danger {
    background: transparent;
    color: #FF2E2E;
    border-color: #FF2E2E; }
  
  .alert.alert-outline-dark {
    background: transparent;
    color: #7e7e7e;
    border-color: #B1B1B1; }
  
  .alert.alert-outline-light {
    background: transparent;
    color: #B1B1B1;
    border-color: #F4F5F9; }
  
  .alert-social {
    color: #fff; }
    .alert-social .alert-social-icon {
      align-self: center;
      margin-right: 0.9375rem; }
      .alert-social .alert-social-icon i {
        font-size: 42px; }
    .alert-social.facebook {
      background-color: #3b5998; }
    .alert-social.twitter {
      background-color: #1da1f2; }
    .alert-social.linkedin {
      background-color: #007bb6; }
    .alert-social.google-plus {
      background-color: #db4439; }
    .alert-social .close:hover {
      opacity: 1 !important;
      color: #fff !important; }
  
  .left-icon-big .alert-left-icon-big {
    align-self: center;
    margin-right: 0.9375rem; }
    .left-icon-big .alert-left-icon-big i {
      font-size: 35px;
      line-height: 1; }
  
  [direction="rtl"] .left-icon-big .alert-left-icon-big,
  [direction="rtl"] .alert-social .alert-social-icon {
    margin-left: 0;
    margin-right: 0.9375rem; }
  
  .badge {
    line-height: 1.5;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border: 1px solid transparent; }
    .badge.badge-secondary {
      background-color: #BDA25C; }
  
  .badge-rounded {
    border-radius: 20px;
    padding: 3px 13px; }
  
  .badge-circle {
    border-radius: 100%;
    padding: 3px 10px; }
  
  .badge-outline-primary {
    border: 1px solid #fe5b26;
    color: #fe5b26; }
  
  .badge-outline-secondary {
    border: 1px solid #BDA25C;
    color: #BDA25C; }
    [data-theme-version="dark"] .badge-outline-secondary {
      color: #7e7e7e; }
  
  .badge-outline-success {
    border: 1px solid #2BC155;
    color: #2BC155; }
  
  .badge-outline-info {
    border: 1px solid #2D28FF;
    color: #2D28FF; }
  
  .badge-outline-warning {
    border: 1px solid #FE8024;
    color: #FE8024; }
  
  .badge-outline-danger {
    border: 1px solid #FF2E2E;
    color: #FF2E2E; }
  
  .badge-outline-light {
    border: 1px solid #f0f1f5;
    color: #B1B1B1; }
    [data-theme-version="dark"] .badge-outline-light {
      color: #7e7e7e; }
  
  .badge-outline-dark {
    border: 1px solid #B1B1B1;
    color: #B1B1B1; }
    [data-theme-version="dark"] .badge-outline-dark {
      color: #7e7e7e; }
  
  .badge-xs {
    font-size: 10px;
    padding: 0px 5px;
    line-height: 18px; }
  
  .badge-sm {
    font-size: 11px;
    padding: 5px 8px;
    line-height: 11px; }
  
  .badge-lg {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 30px; }
  
  .badge-xl {
    font-size: 15px;
    padding: 0px 15px;
    line-height: 35px; }
  
  .badge-default {
    background: #ADB6C7; }
  
  .badge-success {
    background-color: #2BC155; }
  
  .badge-info {
    background-color: #2D28FF; }
  
  .badge-primary {
    background-color: #fe5b26; }
  
  .badge-warning {
    background-color: #FE8024; }
  
  .badge-danger {
    background-color: #FF2E2E; }
  
  .badge-dark {
    background-color: #B1B1B1; }
  
  .badge-light {
    background-color: #F4F5F9;
    color: #B1B1B1; }
  
  .light.badge-default {
    background: #ADB6C7; }
  
  .light.badge-success {
    background-color: #e3f9e9;
    color: #2BC155; }
    [data-theme-version="dark"] .light.badge-success {
      background-color: rgba(43, 193, 85, 0.1); }
  
  .light.badge-info {
    background-color: #dbdbff;
    color: #2D28FF; }
    [data-theme-version="dark"] .light.badge-info {
      background-color: rgba(45, 40, 255, 0.1); }
  
  .light.badge-primary {
    background-color: #ccfff6;
    color: #fe5b26; }
    [data-theme-version="dark"] .light.badge-primary {
      background-color: rgba(0, 122, 100, 0.2); }
  
  .light.badge-secondary {
    background-color: #e9e0c9;
    color: #BDA25C; }
    [data-theme-version="dark"] .light.badge-secondary {
      background-color: rgba(189, 162, 92, 0.5);
      color: #7e7e7e; }
  
  .light.badge-warning {
    background-color: #fff0e5;
    color: #FE8024; }
    [data-theme-version="dark"] .light.badge-warning {
      background-color: rgba(254, 128, 36, 0.1); }
  
  .light.badge-danger {
    background-color: #ffc7c7;
    color: #FF2E2E; }
    [data-theme-version="dark"] .light.badge-danger {
      background-color: rgba(255, 46, 46, 0.15); }
  
  .light.badge-dark {
    background-color: #f1f1f1;
    color: #B1B1B1; }
    [data-theme-version="dark"] .light.badge-dark {
      background-color: rgba(177, 177, 177, 0.35);
      color: #7e7e7e; }
  
  .bootstrap-label .label {
    display: inline-block;
    margin-right: 1rem; }
    .bootstrap-label .label:last-child {
      margin-right: 0; }
  
  .badge-demo .badge {
    margin-right: 5px;
    margin-bottom: 5px; }
    .badge-demo .badge:last-child {
      margin-right: 0; }
  
  .bootstrap-badge-buttons button {
    margin-right: .2rem;
    margin-bottom: 1rem; }
    .bootstrap-badge-buttons button:last-child {
      margin-right: 0; }
  
  .welcome-text span,
  .welcome-text p {
    display: none; }
  
  .page-titles {
    margin-bottom: 25px;
    display: block;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 40px;
    margin-top: -15px;
    background: #F9F9F9;
    display: block; }
    .page-titles [class*="col-"] {
      display: block !important;
      max-width: 100%;
      width: 100%;
      margin: 0; }
    @media only screen and (max-width: 1600px) {
      .page-titles {
        margin-left: -30px;
        margin-top: 0px;
        margin-right: -30px;
        margin-bottom: 30px;
        padding: 15px 30px; } }
    @media only screen and (max-width: 767px) {
      .page-titles {
        margin-left: -15px;
        margin-top: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
        padding: 15px; } }
    .page-titles .justify-content-sm-end {
      align-items: center; }
    .page-titles h4, .page-titles .h4 {
      margin-bottom: 10px;
      margin-top: 0;
      color: #000;
      font-size: 1.75rem;
      font-weight: 600; }
      .page-titles h4 span, .page-titles .h4 span {
        font-size: 1.25rem; }
    .page-titles .breadcrumb {
      margin-bottom: 0;
      padding: 0;
      background: transparent;
      /* .breadcrumb-item + .breadcrumb-item {
              &:before {
                  content: "\e606";
                  font-family: 'simple-line-icons';
                  // font-weight: 4;
                  font-size: 10px;
              }
          } */ }
      .page-titles .breadcrumb li {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px; }
        @media only screen and (max-width: 767px) {
          .page-titles .breadcrumb li {
            font-size: 15px; } }
        .page-titles .breadcrumb li a {
          color: #656773; }
        .page-titles .breadcrumb li.active a {
          color: #fe5b26;
          font-weight: 600; }
      .page-titles .breadcrumb-datepicker {
        font-size: 0.75rem;
        color: #89879f; }
        .page-titles .breadcrumb-datepicker__icon {
          font-size: 0.875rem; }
    .page-titles .breadcrumb-widget .border-dark {
      border-color: #dee2e6 !important; }
    .page-titles .breadcrumb-widget h4, .page-titles .breadcrumb-widget .h4 {
      color: #646c9a;
      font-weight: 600; }
    @media only screen and (max-width: 575px) {
      .page-titles .breadcrumb-widget {
        text-align: left !important;
        margin-bottom: 0.9375rem; } }
  
  button {
    cursor: pointer; }
    button:focus {
      outline: 0;
      box-shadow: none; }
  
  .btn-primary {
    color: #fff; }
  
  .btn {
    padding: 0.938rem 1.5rem;
    border-radius: 0;
    font-weight: 500;
    font-size: 1rem; }
    .btn:hover, .btn:focus, .btn:active, .btn.active {
      outline: 0 !important; }
    @media only screen and (max-width: 1400px) {
      .btn {
        padding: 0.625rem 1rem;
        font-size: 0.813rem; } }
    .btn-transparent {
      background-color: transparent; }
    .btn.btn-success, .btn.btn-secondary, .btn.btn-danger, .btn.btn-warning {
      color: #fff; }
      .btn.btn-success:active, .btn.btn-secondary:active, .btn.btn-danger:active, .btn.btn-warning:active {
        color: #fff; }
    .btn.btn-outline-secondary:hover, .btn.btn-outline-danger:hover, .btn.btn-outline-success:hover, .btn.btn-outline-warning:hover {
      color: #fff; }
  
  .sharp {
    min-width: 40px;
    padding: 7px;
    height: 40px;
    min-height: 40px; }
  
  .sharp.btn-xs {
    padding: 3px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px; }
  
  .light.tp-btn {
    background-color: transparent; }
  
  .light.btn-default {
    background: #ADB6C7; }
  
  .light.btn-success {
    background-color: #e3f9e9;
    border-color: #e3f9e9;
    color: #2BC155; }
    .light.btn-success g [fill] {
      fill: #2BC155; }
    [data-theme-version="dark"] .light.btn-success {
      background-color: rgba(43, 193, 85, 0.1);
      border-color: transparent; }
    .light.btn-success:hover {
      background-color: #2BC155;
      border-color: #2BC155;
      color: #fff; }
      .light.btn-success:hover g [fill] {
        fill: #fff; }
  
  .light.btn-info {
    background-color: #dbdbff;
    border-color: #dbdbff;
    color: #2D28FF; }
    .light.btn-info g [fill] {
      fill: #2D28FF; }
    [data-theme-version="dark"] .light.btn-info {
      background-color: rgba(45, 40, 255, 0.1);
      border-color: transparent; }
    .light.btn-info:hover {
      background-color: #2D28FF;
      border-color: #2D28FF;
      color: #fff; }
      .light.btn-info:hover g [fill] {
        fill: #fff; }
  
  .light.btn-primary {
    background-color: #ccfff6;
    border-color: #ccfff6;
    color: #fe5b26; }
    .light.btn-primary g [fill] {
      fill: #fe5b26; }
    [data-theme-version="dark"] .light.btn-primary {
      background-color: rgba(0, 122, 100, 0.2);
      border-color: transparent; }
    .light.btn-primary:hover {
      background-color: #fe5b26;
      border-color: #fe5b26;
      color: #fff; }
      .light.btn-primary:hover g [fill] {
        fill: #fff; }
      .light.btn-primary:hover svg path {
        fill: #fff; }
  
  .light.btn-secondary {
    background-color: #e9e0c9;
    border-color: #e9e0c9;
    color: #BDA25C; }
    .light.btn-secondary g [fill] {
      fill: #BDA25C; }
    [data-theme-version="dark"] .light.btn-secondary {
      background-color: rgba(189, 162, 92, 0.5);
      border-color: transparent;
      color: #fff; }
    .light.btn-secondary:hover {
      background-color: #BDA25C;
      border-color: #BDA25C;
      color: #fff; }
      .light.btn-secondary:hover g [fill] {
        fill: #fff; }
  
  .light.btn-warning {
    background-color: #fff0e5;
    border-color: #fff0e5;
    color: #FE8024; }
    .light.btn-warning g [fill] {
      fill: #FE8024; }
    [data-theme-version="dark"] .light.btn-warning {
      background-color: rgba(254, 128, 36, 0.1);
      border-color: transparent; }
    .light.btn-warning:hover {
      background-color: #FE8024;
      border-color: #FE8024;
      color: #fff; }
      .light.btn-warning:hover g [fill] {
        fill: #fff; }
  
  .light.btn-danger {
    background-color: #ffc7c7;
    border-color: #ffc7c7;
    color: #FF2E2E; }
    .light.btn-danger g [fill] {
      fill: #FF2E2E; }
    [data-theme-version="dark"] .light.btn-danger {
      background-color: rgba(255, 46, 46, 0.15);
      border-color: transparent; }
    .light.btn-danger:hover {
      background-color: #FF2E2E;
      border-color: #FF2E2E;
      color: #fff; }
      .light.btn-danger:hover g [fill] {
        fill: #fff; }
  
  .light.btn-dark {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #B1B1B1; }
    .light.btn-dark g [fill] {
      fill: #B1B1B1; }
    [data-theme-version="dark"] .light.btn-dark {
      background-color: rgba(177, 177, 177, 0.35);
      border-color: transparent;
      color: #fff; }
    .light.btn-dark:hover {
      background-color: #B1B1B1;
      border-color: #B1B1B1;
      color: #fff; }
      .light.btn-dark:hover g [fill] {
        fill: #fff; }
  
  .btn.tp-btn {
    background-color: transparent;
    border-color: transparent; }
    .btn.tp-btn.btn-default {
      background: #ADB6C7; }
    .btn.tp-btn.btn-success {
      color: #2BC155; }
      .btn.tp-btn.btn-success g [fill] {
        fill: #2BC155; }
      .btn.tp-btn.btn-success:hover {
        background-color: #2BC155;
        border-color: #2BC155;
        color: #fff; }
        .btn.tp-btn.btn-success:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-info {
      color: #2D28FF; }
      .btn.tp-btn.btn-info g [fill] {
        fill: #2D28FF; }
      .btn.tp-btn.btn-info:hover {
        background-color: #2D28FF;
        border-color: #2D28FF;
        color: #fff; }
        .btn.tp-btn.btn-info:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-primary {
      color: #fe5b26; }
      .btn.tp-btn.btn-primary g [fill] {
        fill: #fe5b26; }
      .btn.tp-btn.btn-primary:hover {
        background-color: #fe5b26;
        border-color: #fe5b26;
        color: #fff; }
        .btn.tp-btn.btn-primary:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-secondary {
      color: #BDA25C; }
      .btn.tp-btn.btn-secondary g [fill] {
        fill: #BDA25C; }
      .btn.tp-btn.btn-secondary:hover {
        background-color: #BDA25C;
        border-color: #BDA25C;
        color: #fff; }
        .btn.tp-btn.btn-secondary:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-warning {
      color: #FE8024; }
      .btn.tp-btn.btn-warning g [fill] {
        fill: #FE8024; }
      .btn.tp-btn.btn-warning:hover {
        background-color: #FE8024;
        border-color: #FE8024;
        color: #fff; }
        .btn.tp-btn.btn-warning:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-danger {
      color: #FF2E2E; }
      .btn.tp-btn.btn-danger g [fill] {
        fill: #FF2E2E; }
      .btn.tp-btn.btn-danger:hover {
        background-color: #FF2E2E;
        border-color: #FF2E2E;
        color: #fff; }
        .btn.tp-btn.btn-danger:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-light {
      color: #B1B1B1; }
      .btn.tp-btn.btn-light g [fill] {
        fill: #B1B1B1; }
      .btn.tp-btn.btn-light:hover {
        background-color: #F4F5F9;
        border-color: #F4F5F9;
        color: #B1B1B1; }
        .btn.tp-btn.btn-light:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn.btn-dark {
      color: #B1B1B1; }
      .btn.tp-btn.btn-dark g [fill] {
        fill: #B1B1B1; }
      .btn.tp-btn.btn-dark:hover {
        background-color: #B1B1B1;
        border-color: #B1B1B1;
        color: #fff; }
        .btn.tp-btn.btn-dark:hover g [fill] {
          fill: #fff; }
  
  .btn.tp-btn-light {
    background-color: transparent;
    border-color: transparent; }
    .btn.tp-btn-light.btn-success {
      color: #2BC155; }
      .btn.tp-btn-light.btn-success g [fill] {
        fill: #2BC155; }
      .btn.tp-btn-light.btn-success:hover {
        background-color: #e3f9e9;
        border-color: #e3f9e9;
        color: #2BC155; }
        .btn.tp-btn-light.btn-success:hover g [fill] {
          fill: #2BC155; }
    .btn.tp-btn-light.btn-info {
      color: #2D28FF; }
      .btn.tp-btn-light.btn-info g [fill] {
        fill: #2D28FF; }
      .btn.tp-btn-light.btn-info:hover {
        background-color: #dbdbff;
        border-color: #dbdbff;
        color: #2D28FF; }
        .btn.tp-btn-light.btn-info:hover g [fill] {
          fill: #2D28FF; }
    .btn.tp-btn-light.btn-primary {
      color: #fe5b26; }
      .btn.tp-btn-light.btn-primary g [fill] {
        fill: #fe5b26; }
      .btn.tp-btn-light.btn-primary:hover {
        background-color: #ccfff6;
        border-color: #ccfff6;
        color: #fe5b26; }
        .btn.tp-btn-light.btn-primary:hover g [fill] {
          fill: #fe5b26; }
    .btn.tp-btn-light.btn-secondary {
      color: #BDA25C; }
      .btn.tp-btn-light.btn-secondary g [fill] {
        fill: #BDA25C; }
      .btn.tp-btn-light.btn-secondary:hover {
        background-color: #e9e0c9;
        border-color: #e9e0c9;
        color: #BDA25C; }
        .btn.tp-btn-light.btn-secondary:hover g [fill] {
          fill: #BDA25C; }
    .btn.tp-btn-light.btn-warning {
      color: #FE8024; }
      .btn.tp-btn-light.btn-warning g [fill] {
        fill: #FE8024; }
      .btn.tp-btn-light.btn-warning:hover {
        background-color: #fff0e5;
        border-color: #fff0e5;
        color: #FE8024; }
        .btn.tp-btn-light.btn-warning:hover g [fill] {
          fill: #FE8024; }
    .btn.tp-btn-light.btn-danger {
      color: #FF2E2E; }
      .btn.tp-btn-light.btn-danger g [fill] {
        fill: #FF2E2E; }
      .btn.tp-btn-light.btn-danger:hover {
        background-color: #ffc7c7;
        border-color: #ffc7c7;
        color: #FF2E2E; }
        .btn.tp-btn-light.btn-danger:hover g [fill] {
          fill: #fff; }
    .btn.tp-btn-light.btn-dark {
      color: #B1B1B1; }
      .btn.tp-btn-light.btn-dark g [fill] {
        fill: #B1B1B1; }
      .btn.tp-btn-light.btn-dark:hover {
        background-color: #f1f1f1;
        border-color: #f1f1f1;
        color: #B1B1B1; }
        .btn.tp-btn-light.btn-dark:hover [fill] {
          fill: #fff; }
  
  .shadow.btn-primary {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 122, 100, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(0, 122, 100, 0.2) !important; }
  
  .shadow.btn-secondary {
    -webkit-box-shadow: 0 5px 15px 0 rgba(189, 162, 92, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(189, 162, 92, 0.2) !important; }
  
  .shadow.btn-warning {
    -webkit-box-shadow: 0 5px 15px 0 rgba(254, 128, 36, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(254, 128, 36, 0.2) !important; }
  
  .shadow.btn-danger {
    -webkit-box-shadow: 0 5px 15px 0 rgba(255, 46, 46, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(255, 46, 46, 0.2) !important; }
  
  .shadow.btn-info {
    -webkit-box-shadow: 0 5px 15px 0 rgba(45, 40, 255, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(45, 40, 255, 0.2) !important; }
  
  .shadow.btn-success {
    -webkit-box-shadow: 0 5px 15px 0 rgba(43, 193, 85, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(43, 193, 85, 0.2) !important; }
  
  .btn-xxs {
    padding: 6px 15px;
    font-size: 11px;
    line-height: 1.3; }
  
  .btn-xs {
    font-size: 0.75rem;
    padding: 0.438rem 1rem;
    font-weight: 600; }
    @media only screen and (max-width: 1400px) {
      .btn-xs {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        font-weight: 500; } }
  
  .btn-sm, .btn-group-sm > .btn {
    font-size: 0.813rem  !important;
    padding: 0.625rem 1rem; }
    @media only screen and (max-width: 1400px) {
      .btn-sm, .btn-group-sm > .btn {
        padding: 0.375rem 1rem;
        font-size: 0.75rem; } }
  
  .btn-md {
    font-size: 0.813rem  !important;
    padding: 0.875rem 1.25rem; }
    @media only screen and (max-width: 1400px) {
      .btn-md {
        padding: 0.5rem 1rem;
        font-size: 0.813rem; } }
  
  .btn-lg, .btn-group-lg > .btn {
    padding: 1rem 2rem;
    font-size: 1.125rem !important; }
    @media only screen and (max-width: 1400px) {
      .btn-lg, .btn-group-lg > .btn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem !important; } }
  
  .btn-xl {
    padding: 0.6rem 1rem; }
    .btn-xl.btn-default {
      font-weight: 600; }
  
  .btn-square {
    border-radius: 0; }
  
  .btn-rounded {
    border-radius: 30px !important; }
  
  .btn-icon-right {
    border-left: 1px solid #eee;
    display: inline-block;
    margin: -.8rem 0 -.8rem 1rem;
    padding: 0.4375rem 0 0.4375rem 1rem;
    margin: -1rem -0.25rem -1rem 1rem;
    padding: 1rem 0 1rem 1.25rem; }
    @media only screen and (max-width: 575px) {
      .btn-icon-right {
        padding: 0.7rem 0 0.7rem 1.25rem; } }
  
  .btn-icon-left {
    background: #fff;
    border-radius: 10rem;
    display: inline-block;
    margin: -0.5rem 0.75rem -0.5rem -1.188rem;
    padding: 0.5rem 0.80rem 0.5rem;
    float: left; }
    @media only screen and (max-width: 1199px) {
      .btn-icon-left {
        margin: -0.5rem 0.75rem -0.5rem -0.800rem; } }
  
  [direction="rtl"] .btn-icon-left {
    margin: -.5rem -1.5rem -.5rem 1rem; }
  
  [direction="rtl"] .btn-icon-right {
    border-left: 0px solid white;
    display: inline-block;
    margin: -.8rem 1rem -.8rem 0;
    padding: 0.4375rem 1rem 0.4375rem 0;
    border-right: 1px solid white; }
  
  .toggle-dropdown::after {
    margin-left: 0.755em; }
  
  .social-btn-icon .btn {
    min-width: 7.5rem;
    margin-bottom: 1.5rem; }
  
  .social-icon .btn {
    padding: .7rem 1.4rem; }
  
  .btn-circle {
    height: 5rem;
    width: 5rem;
    border-radius: 50% !important; }
    .btn-circle-sm {
      width: 4.5rem;
      height: 4.5rem;
      font-size: 1.8rem; }
    .btn-circle-md {
      width: 6rem;
      height: 6rem;
      font-size: 2.5rem; }
      .btn-circle-md i {
        font-size: 2.4rem; }
    .btn-circle-lg {
      width: 8rem;
      height: 8rem;
      font-size: 3.2rem; }
      .btn-circle-lg i {
        font-size: 3.1rem; }
  
  .btn-page .btn {
    min-width: 110px;
    margin-right: 4px;
    margin-bottom: 8px; }
  
  .size-1 {
    min-width: 160px !important;
    font-size: 24px;
    padding: 0.68rem 0.75rem; }
  
  .size-2 {
    font-size: 20px;
    min-width: 130px !important;
    padding: 0.57rem 0.75rem; }
  
  .size-3 {
    font-size: 14px;
    min-width: 110px !important;
    padding: 0.536rem 0.75rem; }
  
  .size-4 {
    font-size: 14px;
    min-width: 100px !important; }
  
  .size-5 {
    font-size: 14px;
    min-width: 90px !important;
    padding: .22rem 0.75rem; }
  
  .size-6 {
    font-size: 13px;
    min-width: 80px !important;
    padding: 0.097rem 0.75rem; }
  
  .size-7 {
    font-size: 12px;
    min-width: 60px !important;
    padding: 0.001rem 0.75rem; }
  
  .btn-light {
    background: #F4F5F9;
    border-color: #F4F5F9; }
    .btn-light:active, .btn-light:focus, .btn-light:hover {
      background: white;
      border-color: white; }
  
  .btn-outline-primary:hover {
    color: #fff; }
  
  .btn-outline-light {
    color: #B1B1B1; }
    [data-theme-version="dark"] .btn-outline-light {
      color: #7e7e7e; }
  
  [data-theme-version="dark"] .btn-outline-secondary {
    color: #7e7e7e; }
  
  [data-theme-version="dark"] .btn-outline-dark {
    color: #7e7e7e; }
  
  .btn-dark {
    background: #B1B1B1;
    border-color: #B1B1B1;
    color: #fff; }
    .btn-dark:active, .btn-dark:focus, .btn-dark:hover {
      background: #989898;
      color: #fff;
      border-color: #989898; }
  
  .btn-group.btn-rounded .btn:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  
  .btn-group.btn-rounded .btn:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
  
  .btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff; }
    .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
      background: #2d4373;
      color: #fff;
      border-color: #2d4373; }
  
  .btn-twitter {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #fff; }
    .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
      background: #0c85d0;
      color: #fff;
      border-color: #0c85d0; }
  
  .btn-youtube {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff; }
    .btn-youtube:active, .btn-youtube:focus, .btn-youtube:hover {
      background: #cc0000;
      color: #fff;
      border-color: #cc0000; }
  
  .btn-instagram {
    background: #c32aa3;
    border-color: #c32aa3;
    color: #fff; }
    .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover {
      background: #992180;
      color: #fff;
      border-color: #992180; }
  
  .btn-pinterest {
    background: #bd081c;
    border-color: #bd081c;
    color: #fff; }
    .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover {
      background: #8c0615;
      color: #fff;
      border-color: #8c0615; }
  
  .btn-linkedin {
    background: #007bb6;
    border-color: #007bb6;
    color: #fff; }
    .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
      background: #005983;
      color: #fff;
      border-color: #005983; }
  
  .btn-google-plus {
    background: #db4439;
    border-color: #db4439;
    color: #fff; }
    .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
      background: #be2d23;
      color: #fff;
      border-color: #be2d23; }
  
  .btn-google {
    background: #4285f4;
    border-color: #4285f4;
    color: #fff; }
    .btn-google:active, .btn-google:focus, .btn-google:hover {
      background: #1266f1;
      color: #fff;
      border-color: #1266f1; }
  
  .btn-snapchat {
    background: #fffc00;
    border-color: #fffc00;
    color: #000; }
    .btn-snapchat:active, .btn-snapchat:focus, .btn-snapchat:hover {
      background: #ccca00;
      color: #000;
      border-color: #ccca00; }
  
  .btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff; }
    .btn-whatsapp:active, .btn-whatsapp:focus, .btn-whatsapp:hover {
      background: #1da851;
      color: #fff;
      border-color: #1da851; }
  
  .btn-tumblr {
    background: #35465d;
    border-color: #35465d;
    color: #fff; }
    .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover {
      background: #222e3d;
      color: #fff;
      border-color: #222e3d; }
  
  .btn-reddit {
    background: #ff4500;
    border-color: #ff4500;
    color: #fff; }
    .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover {
      background: #cc3700;
      color: #fff;
      border-color: #cc3700; }
  
  .btn-spotify {
    background: #1ed760;
    border-color: #1ed760;
    color: #fff; }
    .btn-spotify:active, .btn-spotify:focus, .btn-spotify:hover {
      background: #18aa4c;
      color: #fff;
      border-color: #18aa4c; }
  
  .btn-yahoo {
    background: #430297;
    border-color: #430297;
    color: #fff; }
    .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover {
      background: #2d0165;
      color: #fff;
      border-color: #2d0165; }
  
  .btn-dribbble {
    background: #ea4c89;
    border-color: #ea4c89;
    color: #fff; }
    .btn-dribbble:active, .btn-dribbble:focus, .btn-dribbble:hover {
      background: #e51e6b;
      color: #fff;
      border-color: #e51e6b; }
  
  .btn-skype {
    background: #00aff0;
    border-color: #00aff0;
    color: #fff; }
    .btn-skype:active, .btn-skype:focus, .btn-skype:hover {
      background: #008abd;
      color: #fff;
      border-color: #008abd; }
  
  .btn-quora {
    background: #aa2200;
    border-color: #aa2200;
    color: #fff; }
    .btn-quora:active, .btn-quora:focus, .btn-quora:hover {
      background: #771800;
      color: #fff;
      border-color: #771800; }
  
  .btn-vimeo {
    background: #1ab7ea;
    border-color: #1ab7ea;
    color: #fff; }
    .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover {
      background: #1295bf;
      color: #fff;
      border-color: #1295bf; }
  
  .card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: 0px 12px 23px 0px rgba(189, 162, 92, 0.04);
    height: calc(100% - 30px); }
    @media only screen and (max-width: 575px) {
      .card {
        margin-bottom: 0.938rem;
        height: calc(100% - 0.938rem); } }
    .card-body {
      padding: 1.875rem; }
      @media only screen and (max-width: 575px) {
        .card-body {
          padding: 1rem; } }
    .card-title {
      font-size: 20px;
      font-weight: 500;
      color: #000;
      text-transform: capitalize; }
      .card-title--large {
        font-size: 1.5rem; }
      .card-title--medium {
        font-size: 1rem; }
      .card-title--small {
        font-size: 0.875rem; }
    .card-header {
      border-color: #f0f1f5;
      position: relative;
      background: transparent;
      padding: 1.5rem 1.875rem 1.25rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 575px) {
        .card-header {
          padding: 1.25rem 1rem 1.25rem; } }
      [data-theme-version="dark"] .card-header {
        border-color: #333a54; }
      .card-header .card-title {
        margin-bottom: 0px; }
      .card-header .subtitle {
        padding-top: 5px;
        font-size: 14px;
        line-height: 1.5; }
    .card-footer {
      border-color: #f0f1f5;
      background: transparent;
      padding: 1.25rem 1.875rem 1.25rem; }
      [data-theme-version="dark"] .card-footer {
        border-color: #333a54; }
      @media only screen and (max-width: 575px) {
        .card-footer {
          padding: 1rem; } }
  
  .transparent-card.card {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none; }
  
  .card-action > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border-color: transparent;
    text-align: center;
    background: black;
    color: #fff;
    margin-right: 8px; }
    [data-theme-version="dark"] .card-action > a {
      background: #181f39; }
    .card-action > a:last-child {
      margin-right: 0; }
    .card-action > a:hover, .card-action > a:focus {
      background: black; }
      [data-theme-version="dark"] .card-action > a:hover, [data-theme-version="dark"] .card-action > a:focus {
        background: #181f39; }
    .card-action > a i, .card-action > a span {
      font-size: 1rem; }
  
  .card-action .dropdown {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border-color: transparent;
    text-align: center;
    margin-right: 8px;
    top: -2px;
    position: relative;
    display: inline-block;
    background: black;
    color: #fe5b26; }
    [data-theme-version="dark"] .card-action .dropdown {
      background: #181f39; }
    .card-action .dropdown:hover, .card-action .dropdown:focus {
      background: black; }
      [data-theme-version="dark"] .card-action .dropdown:hover, [data-theme-version="dark"] .card-action .dropdown:focus {
        background: #181f39; }
    .card-action .dropdown .btn {
      padding: 0;
      line-height: 27px;
      color: #fff; }
      .card-action .dropdown .btn:focus {
        box-shadow: none; }
  
  .card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: auto; }
  
  .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999; }
  
  .card-loader i {
    margin: 0 auto;
    background: #005647;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem; }
  
  .rotate-refresh {
    -webkit-animation: mymove 0.8s infinite linear;
    animation: mymove 0.8s infinite linear;
    display: inline-block; }
  
  .card-header .date_picker {
    display: inline-block;
    padding: 8px;
    border: 1px solid #f0f1f5;
    cursor: pointer;
    border-radius: .375rem; }
  
  .card-header .border-0 {
    padding-bottom: 0; }
  
  @-webkit-keyframes mymove {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes mymove {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  .carousel-custom-prev, .carousel-custom-next {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    text-align: center; }
    .carousel-custom-prev i, .carousel-custom-next i {
      font-size: 1rem; }
    .carousel-custom-prev:hover, .carousel-custom-next:hover {
      background: linear-gradient(to right, rgba(245, 60, 121, 0.99) 0%, rgba(246, 104, 47, 0.99) 100%);
      color: #fff; }
  
  .carousel-custom-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }
  
  .carousel-custom-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%); }
  
  .carousel-caption {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
    z-index: 0; }
    .carousel-caption h5, .carousel-caption .h5 {
      color: #fff;
      font-size: 1.8rem; }
    .carousel-caption p {
      margin-bottom: 0; }
  
  .dropdown-toggle:focus {
    box-shadow: none !important; }
  
  .dropdown-outline {
    border: 0.1rem solid #fe5b26; }
  
  .dropdown-menu {
    font-size: inherit;
    border: 0;
    box-shadow: 0 10px 40px 0 rgba(32, 28, 69, 0.1);
    margin-top: 0;
    border-radius: 0; }
    .dropdown-menu .dropdown-item {
      font-size: 16px;
      color: #7e7e7e;
      padding: 0.5rem 1.75rem; }
      @media only screen and (max-width: 1400px) {
        .dropdown-menu .dropdown-item {
          padding: 0.375rem 1rem;
          font-size: 14px; } }
      .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
        color: #fe5b26;
        background: #F4F5F9; }
      .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
        color: #fe5b26 !important; }
    [direction="rtl"] .dropdown-menu {
      right: auto !important; }
  
  .dropdown-toggle-split {
    padding: 0 10px;
    opacity: 0.85; }
    .dropdown-toggle-split:after {
      margin-left: 0 !important; }
    .dropdown-toggle-split:active, .dropdown-toggle-split:focus, .dropdown-toggle-split:hover {
      opacity: 1; }
  
  .dropleft .dropdown-toggle:before,
  .dropright .dropdown-toggle:before,
  .dropup .dropdown-toggle:after,
  .dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    border: 0;
    vertical-align: middle;
    margin-left: 0.25em;
    line-height: 1; }
  
  .dropup .dropdown-toggle:after {
    content: "\f106"; }
  
  .dropleft .dropdown-toggle::before {
    content: "\f104"; }
  
  .dropright .dropdown-toggle::before {
    content: "\f105"; }
  
  .dropright .dropdown-toggle::after {
    content: none; }
  
  .custom-dropdown {
    display: inline-block;
    margin-bottom: 1rem; }
    .custom-dropdown .dropdown-menu {
      border: 0px;
      min-width: 160px; }
  
  .card-action .custom-dropdown {
    margin: 0px;
    background: #14ffd5; }
    .card-action .custom-dropdown.show, .card-action .custom-dropdown:focus, .card-action .custom-dropdown:hover {
      background: #fe5b26;
      color: #fff; }
    .card-action .custom-dropdown i {
      display: inline-block;
      padding-top: 9px; }
  
  .dropdown .dropdown-dots {
    position: relative;
    height: 5px;
    width: 5px;
    background: rgba(177, 177, 177, 0.4);
    border-radius: 5px;
    display: block; }
    .dropdown .dropdown-dots:after, .dropdown .dropdown-dots:before {
      content: "";
      height: 5px;
      width: 5px;
      background: rgba(177, 177, 177, 0.4);
      position: absolute;
      border-radius: 5px; }
    .dropdown .dropdown-dots:after {
      right: -8px; }
    .dropdown .dropdown-dots:before {
      left: -8px; }
    .dropdown .dropdown-dots.text-white {
      background: rgba(255, 255, 255, 0.7); }
      .dropdown .dropdown-dots.text-white:after, .dropdown .dropdown-dots.text-white:before {
        background: rgba(255, 255, 255, 0.7); }
  
  .grid-col {
    padding: 0.5rem !important;
    background: #f2f4fa; }
  
  .row.grid {
    margin-bottom: 1.5rem;
    text-align: center; }
  
  .row.grid .grid-col:first-child {
    text-align: left; }
  
  .label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem; }
    .label-fixed {
      width: 7.5rem;
      padding: .6rem 0; }
      .label-fixed-lg {
        width: 9.5rem;
        padding: .6rem 0; }
    .label-big {
      width: 16.8rem;
      font-size: 1.4rem;
      padding: 1.1rem 0; }
    .label-xl {
      width: 10.5rem;
      padding: 1.1rem 0;
      font-size: 1.5rem; }
    .label-lg {
      width: 9.5rem;
      padding: 1.1rem 0; }
    .label-md {
      width: 8.5rem;
      padding: 1.1rem 0; }
    .label-sm {
      width: 7.5rem;
      padding: 1.1rem 0; }
  
  .label-default {
    background: #ADB6C7; }
  
  .label-primary {
    background: #fe5b26;
    color: #fff; }
  
  .label-secondary {
    background: #BDA25C;
    color: #fff; }
  
  .label-info {
    background: #2D28FF;
    color: #fff; }
  
  .label-success {
    background: #2BC155;
    color: #fff; }
  
  .label-warning {
    background: #FE8024;
    color: #fff; }
  
  .label-danger {
    background: #FF2E2E;
    color: #fff; }
  
  .label-light {
    background: #F4F5F9;
    color: #000; }
  
  .label-dark {
    background: #B1B1B1;
    color: #fff; }
  
  code {
    word-break: break-word;
    padding: 2px 5px;
    border-radius: 3px;
    background: #ffd6d6;
    color: #FF2E2E; }
    [data-theme-version="dark"] code {
      background: rgba(255, 46, 46, 0.1); }
  
  .heading-labels {
    color: #333333; }
    .heading-labels > * {
      margin-bottom: .8rem; }
    .heading-labels h1 .label, .heading-labels .h1 .label {
      font-size: 18px;
      font-weight: normal;
      padding: .4rem .9rem; }
    .heading-labels h2 .label, .heading-labels .h2 .label {
      font-size: 16px;
      font-weight: normal;
      padding: 0.3rem .9rem; }
    .heading-labels h3 .label, .heading-labels .h3 .label {
      font-size: 14px;
      font-weight: normal; }
    .heading-labels h4 .label, .heading-labels .h4 .label {
      font-size: 12px;
      font-weight: normal; }
    .heading-labels h5 .label, .heading-labels .h5 .label {
      font-size: 12px;
      font-weight: normal; }
    .heading-labels h6 .label, .heading-labels .h6 .label {
      font-size: 12px;
      font-weight: normal; }
  
  .list-group-item {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #f0f1f5;
    padding: 1rem 1.5rem;
    border-radius: 0; }
    [data-theme-version="dark"] .list-group-item {
      border-color: #333a54; }
    .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-item:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  
  .list-group-item.disabled, .list-group-item:disabled {
    color: #fff;
    background-color: #BDA25C;
    border-color: #BDA25C; }
  
  [class*="bg-"] .list-group-item {
    border-color: rgba(255, 255, 255, 0.05);
    color: #fff; }
  
  .bg-warning .list-group-item {
    border-color: rgba(0, 0, 0, 0.05); }
  
  .media img {
    border-radius: 3px; }
  
  .vertical-card__menu:hover {
    box-shadow: none; }
  
  .vertical-card__menu--image {
    text-align: center; }
    .vertical-card__menu--image img {
      width: 100%;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
  
  .vertical-card__menu--status.closed {
    background: #FF2E2E; }
    .vertical-card__menu--status.closed:after {
      border-top: 10px solid #FF2E2E; }
    .vertical-card__menu--status.closed .ribbon-curve {
      border-top: 11px solid #FF2E2E;
      border-bottom: 10px solid #FF2E2E; }
  
  .vertical-card__menu--desc p {
    margin-bottom: 0.625rem; }
  
  .vertical-card__menu--price {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 700; }
  
  .vertical-card__menu--rating {
    font-size: 0.75rem; }
  
  .vertical-card__menu--title {
    font-weight: 700; }
  
  .vertical-card__menu--button button {
    font-size: 0.75rem; }
  
  .vertical-card__menu .card-footer {
    padding: 15px 20px;
    background-color: #f0f1f5;
    border-top: none; }
    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
      .vertical-card__menu .card-footer {
        padding: 15px; } }
    .vertical-card__menu .card-footer span {
      color: #B1B1B1;
      margin-right: 0.3125rem; }
  
  .horizontal-card__menu {
    box-shadow: 0 0 7px rgba(173, 173, 173, 0.32);
    display: flex;
    flex-direction: row; }
    @media (max-width: 575.98px) {
      .horizontal-card__menu {
        display: block; } }
    .horizontal-card__menu .card-body {
      padding: 0;
      padding: 20px 30px; }
    .horizontal-card__menu--image {
      flex-basis: 30%;
      max-width: 30%; }
      .horizontal-card__menu--image img {
        height: 100%;
        width: 100%; }
      @media (max-width: 575.98px) {
        .horizontal-card__menu--image {
          max-width: unset;
          flex-basis: 100%; } }
    .horizontal-card__menu--title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.3125rem; }
    .horizontal-card__menu--fav {
      margin-right: 0.5rem; }
    .horizontal-card__menu--price {
      margin: 0;
      font-size: 1rem;
      font-weight: 700; }
    .horizontal-card__menu--rating {
      font-size: 0.625rem; }
    .horizontal-card__menu--footer {
      margin-top: 10px; }
  
  .prev_price {
    text-decoration: line-through;
    font-size: 80%;
    opacity: 0.5; }
  
  .modal-header {
    padding: 1rem 1.875rem; }
    .modal-header .close {
      padding: 0.875rem 1.815rem;
      margin: 0;
      position: absolute;
      right: 0;
      float: none;
      top: 0;
      font-size: 30px;
      font-weight: 100; }
  
  .modal-body {
    padding: 1.875rem; }
  
  .modal-footer {
    padding: 1rem 1.875rem; }
  
  .modal-content {
    border-radius: 0; }
  
  .modal-backdrop {
    z-index: 10 !important; }
  
  .pagination .page-item .page-link:hover {
    background: #fe5b26;
    border-color: #fe5b26;
    color: #fff; }
  
  .pagination .page-item.active .page-link {
    background: #fe5b26;
    border-color: #fe5b26;
    color: #fff; }
  
  .pagination {
    margin-bottom: 20px; }
    .pagination .page-item.page-indicator .page-link {
      padding: .65rem .8rem;
      font-size: 14px; }
    .pagination .page-item.page-indicator:hover .page-link {
      color: #B1B1B1; }
    .pagination .page-item .page-link {
      text-align: center;
      padding: 0.55rem 1rem;
      font-size: 1rem;
      z-index: 1;
      background: rgba(255, 255, 255, 0.15);
      color: #B1B1B1;
      border: 1px solid #f0f1f5; }
      [data-theme-version="dark"] .pagination .page-item .page-link {
        border-color: #333a54;
        color: #828690;
        background: rgba(255, 255, 255, 0); }
      .pagination .page-item .page-link:hover i, .pagination .page-item .page-link span {
        color: #fff; }
      .pagination .page-item .page-link:focus {
        outline: 0;
        box-shadow: none; }
      .pagination .page-item .page-link:hover {
        background: #fe5b26;
        color: #fff;
        border-color: #fe5b26; }
    .pagination .page-item.active .page-link {
      background-color: #fe5b26;
      border-color: #fe5b26;
      color: #fff;
      box-shadow: 0 10px 20px 0px rgba(0, 122, 100, 0.2); }
      [data-theme-version="dark"] .pagination .page-item.active .page-link {
        color: #fff; }
    .pagination .page-item .page-link {
      color: #B1B1B1;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
    .pagination .page-item:last-child .page-link {
      margin-right: 0; }
    [direction="rtl"] .pagination .page-item:first-child .page-link {
      margin-right: 0; }
    .pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
      background: transparent;
      border-color: transparent; }
    .pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
      background: #fe5b26;
      border-color: #fe5b26; }
      [data-theme-version="dark"] .pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
        background: #fe5b26;
        border-color: #fe5b26; }
    .pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
      background: #FF2E2E;
      border-color: #FF2E2E; }
      [data-theme-version="dark"] .pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
        background: #FF2E2E;
        border-color: #FF2E2E; }
    .pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
      background: #2D28FF;
      border-color: #2D28FF; }
      [data-theme-version="dark"] .pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
        background: #2D28FF;
        border-color: #2D28FF; }
    .pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
      background: #FE8024;
      border-color: #FE8024; }
      [data-theme-version="dark"] .pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
        background: #FE8024;
        border-color: #FE8024; }
    .pagination-primary .page-item .page-link {
      background: #ccfff6;
      border-color: #ccfff6;
      color: #fe5b26; }
      [data-theme-version="dark"] .pagination-primary .page-item .page-link {
        background: rgba(0, 122, 100, 0.2);
        border-color: transparent;
        color: #fe5b26; }
    .pagination-primary .page-item:hover .page-link, .pagination-primary .page-item.active .page-link {
      background: #fe5b26;
      border-color: #fe5b26;
      box-shadow: 0 10px 20px 0px rgba(0, 122, 100, 0.2); }
      [data-theme-version="dark"] .pagination-primary .page-item:hover .page-link, [data-theme-version="dark"] .pagination-primary .page-item.active .page-link {
        color: #fff; }
    .pagination-danger .page-item .page-link {
      background: #ffc7c7;
      border-color: #ffc7c7;
      color: #FF2E2E; }
      [data-theme-version="dark"] .pagination-danger .page-item .page-link {
        background: rgba(255, 46, 46, 0.15);
        border-color: transparent;
        color: #FF2E2E; }
    .pagination-danger .page-item:hover .page-link, .pagination-danger .page-item.active .page-link {
      background: #FF2E2E;
      border-color: #FF2E2E;
      box-shadow: 0 10px 20px 0px rgba(255, 46, 46, 0.2); }
      [data-theme-version="dark"] .pagination-danger .page-item:hover .page-link, [data-theme-version="dark"] .pagination-danger .page-item.active .page-link {
        color: #fff; }
    .pagination-info .page-item .page-link {
      background: #dbdbff;
      border-color: #dbdbff;
      color: #2D28FF; }
      [data-theme-version="dark"] .pagination-info .page-item .page-link {
        background: rgba(45, 40, 255, 0.1);
        border-color: transparent;
        color: #2D28FF; }
    .pagination-info .page-item:hover .page-link, .pagination-info .page-item.active .page-link {
      background: #2D28FF;
      border-color: #2D28FF;
      box-shadow: 0 10px 20px 0px rgba(45, 40, 255, 0.2); }
    .pagination-warning .page-item .page-link {
      background: #fff0e5;
      border-color: #fff0e5;
      color: #FE8024; }
      [data-theme-version="dark"] .pagination-warning .page-item .page-link {
        background: rgba(254, 128, 36, 0.1);
        border-color: transparent;
        color: #FE8024; }
    .pagination-warning .page-item:hover .page-link, .pagination-warning .page-item.active .page-link {
      background: #FE8024;
      border-color: #FE8024;
      box-shadow: 0 10px 20px 0px rgba(254, 128, 36, 0.2); }
    .pagination-gutter .page-item {
      margin-right: 7px; }
      .pagination-gutter .page-item .page-link {
        border-radius: 0 !important; }
    .pagination-circle .page-item {
      margin-right: 7px; }
      .pagination-circle .page-item .page-link, .pagination-circle .page-item.page-indicator .page-link {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 40px;
        border-radius: 50% !important;
        padding: 0; }
    .pagination.pagination-md .page-item .page-link {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px; }
    .pagination.pagination-sm .page-item.page-indicator .page-link {
      font-size: 12px; }
    .pagination.pagination-sm .page-item .page-link {
      padding: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px; }
    .pagination.pagination-xs .page-item.page-indicator .page-link {
      font-size: 10px; }
    .pagination.pagination-xs .page-item .page-link {
      padding: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 12px; }
  
  .popover {
    border: 2px solid #BDA25C;
    min-width: 210px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0; }
    [data-theme-version="dark"] .popover {
      background-color: #181f39; }
    .popover-header {
      background: #BDA25C;
      color: #fff;
      font-weight: 300;
      border-radius: 0; }
      .popover-header::before {
        border-bottom: 0 !important; }
    .popover-body {
      font-size: 0.75rem; }
    [data-theme-version="dark"] .popover .popover-header {
      border-color: #1e2746; }
  
  .bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
    margin-right: 8px; }
  
  .bootstrap-popover-wrapper .bootstrap-popover {
    margin-bottom: .5rem; }
    .bootstrap-popover-wrapper .bootstrap-popover button:hover, .bootstrap-popover-wrapper .bootstrap-popover button:focus {
      background: #fe5b26;
      color: #fff;
      box-shadow: none; }
  
  .bs-popover-top .arrow::after, .bs-popover-auto[data-popper-placement^="top"] .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 0px;
    border-top-color: #BDA25C; }
  
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 0px;
    border-left-color: #BDA25C; }
  
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 0px;
    border-right-color: #BDA25C; }
  
  .bs-popover-bottom .arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 0px;
    border-bottom-color: #BDA25C; }
  
  .note-popover {
    display: none; }
  
  .progress-bar {
    background-color: #fe5b26; }
  
  .progress-bar-primary {
    background-color: #fe5b26; }
  
  .progress-bar-success {
    background-color: #2BC155; }
  
  .progress-bar-info {
    background-color: #2D28FF; }
  
  .progress-bar-danger {
    background-color: #FF2E2E; }
  
  .progress-bar-warning {
    background-color: #FE8024; }
  
  .progress-bar-pink {
    background-color: #e83e8c; }
  
  .progress {
    height: 6px;
    overflow: hidden;
    border-radius: 0; }
    [data-theme-version="dark"] .progress {
      background-color: #181f39; }
    .progress-bar {
      border-radius: 4px; }
  
  .progress-vertical {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative; }
    @media (max-width: 991.98px) {
      .progress-vertical {
        margin-right: 1rem; } }
  
  .progress-vertical-bottom {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
    transform: rotate(180deg); }
    @media (max-width: 991.98px) {
      .progress-vertical-bottom {
        margin-right: 1rem; } }
  
  .progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s; }
  
  @keyframes myanimation {
    0% {
      width: 0; } }
  
  @keyframes myanimation {
    0% {
      width: 0; } }
  
  .ribbon {
    position: absolute;
    z-index: 1;
    text-transform: uppercase; }
    .ribbon__one {
      top: 15px;
      left: -11px;
      min-height: 20px;
      min-width: 52px;
      text-align: center;
      padding: 3px 10px;
      background: #3AB54B;
      color: #fff;
      font-size: 0.625rem; }
      .ribbon__one::after {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid #239132;
        border-left: 11px solid transparent;
        left: 0;
        content: "";
        bottom: -10px; }
    .ribbon__two {
      width: 50px;
      height: 50px;
      display: inline-block;
      background: #FE8024;
      line-height: 50px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      right: 15px;
      top: 15px;
      border-radius: 3px; }
    .ribbon__three {
      left: -1.875rem;
      top: 0.875rem;
      width: 6.875rem;
      height: 1.5625rem;
      background-color: #FF2E2E;
      clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
      transform: rotate(-45deg);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }
    .ribbon__four {
      left: 8px;
      top: -8px;
      width: 110px;
      height: 50px;
      background-color: #fe5b26;
      z-index: auto;
      color: #fff;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .ribbon__four:after {
        right: -5px; }
      .ribbon__four:before {
        left: -5px; }
      .ribbon__four:after, .ribbon__four:before {
        z-index: -1;
        background-color: #00e0b8;
        top: 3px;
        transform: rotate(45deg);
        content: "";
        height: 10px;
        width: 10px;
        position: absolute; }
    .ribbon__five {
      left: -1.875rem;
      top: 0.625rem;
      width: 6.875rem;
      height: 1.875rem;
      background-color: #fe5b26;
      transform: rotate(-45deg);
      font-size: 0.75rem;
      color: #fff;
      padding-bottom: 0.3125rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem; }
      .ribbon__five::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 50px;
        border-color: transparent transparent #fe5b26 transparent;
        left: 0.25rem;
        top: -2.8125rem; }
    .ribbon__six {
      left: 0;
      top: 1.125rem;
      width: 6.875rem;
      height: 2.375rem;
      background-color: #fe5b26;
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
      display: flex;
      font-size: 1.25rem;
      align-items: center;
      justify-content: center;
      color: #fff; }
    .ribbon-curve {
      position: absolute;
      top: 0;
      right: -6px;
      width: 10px;
      height: 11px;
      border-top: 11px solid #3AB54B;
      border-bottom: 10px solid #3AB54B;
      border-right: 5px solid transparent; }
  
  .jsgrid-grid-body::-webkit-scrollbar,
  .dataTables_scrollBody::-webkit-scrollbar,
  .table-responsive::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 8px;
    height: 8px; }
  
  .jsgrid-grid-body::-webkit-scrollbar-track,
  .dataTables_scrollBody::-webkit-scrollbar-track,
  .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  
  .jsgrid-grid-body::-webkit-scrollbar-thumb,
  .dataTables_scrollBody::-webkit-scrollbar-thumb,
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #7e7e7e; }
  
  .multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 400; }
  
  .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #f0f1f5; }
  
  .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .multi-steps > li {
      counter-increment: stepNum;
      text-align: center;
      display: table-cell;
      position: relative;
      color: #fe5b26; }
      @media (max-width: 575.98px) {
        .multi-steps > li {
          font-size: 0.75rem; } }
      .multi-steps > li:before {
        content: '\2713';
        display: block;
        margin: 0 auto 4px;
        background-color: #fff;
        width: 25px;
        height: 25px;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        position: relative;
        z-index: 1;
        border-width: 2px;
        border-style: solid;
        border-color: #fe5b26;
        border-radius: 5px; }
        @media (max-width: 575.98px) {
          .multi-steps > li:before {
            width: 25px;
            height: 25px;
            line-height: 21px; } }
      .multi-steps > li:after {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #fe5b26;
        position: absolute;
        top: 12px;
        left: 50%; }
        [direction="rtl"] .multi-steps > li:after {
          left: auto;
          right: 50%; }
        @media (max-width: 575.98px) {
          .multi-steps > li:after {
            top: 12px; } }
      .multi-steps > li:last-child:after {
        display: none; }
      .multi-steps > li.is-active:before {
        background-color: #fff;
        border-color: #fe5b26; }
      .multi-steps > li.is-active ~ li {
        color: #7e7e7e; }
        .multi-steps > li.is-active ~ li:before {
          background-color: #f0f1f5;
          border-color: #f0f1f5; }
  
  .nav-pills .nav-link {
    border-radius: 0;
    padding: 0.75rem 1.25rem; }
  
  .default-tab .nav-link {
    background: transparent;
    border-radius: 0px;
    font-weight: 500; }
    .default-tab .nav-link i {
      display: inline-block;
      transform: scale(1.5);
      color: #fe5b26; }
    .default-tab .nav-link:focus, .default-tab .nav-link:hover, .default-tab .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff #ebeef6;
      border-radius: 0 0 0 0;
      color: #fe5b26; }
      [data-theme-version="dark"] .default-tab .nav-link:focus, [data-theme-version="dark"] .default-tab .nav-link:hover, [data-theme-version="dark"] .default-tab .nav-link.active {
        background-color: rgba(0, 122, 100, 0.2);
        border-color: transparent transparent #333a54 transparent; }
  
  .custom-tab-1 .nav-link {
    background: transparent;
    border-radius: 0px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    border-width: 0 0px 3px 0; }
    .custom-tab-1 .nav-link i {
      display: inline-block;
      transform: scale(1.5);
      color: #fe5b26; }
    .custom-tab-1 .nav-link:focus, .custom-tab-1 .nav-link:hover, .custom-tab-1 .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #fe5b26;
      border-radius: 0;
      color: #fe5b26;
      border-width: 0 0px 3px 0; }
      [data-theme-version="dark"] .custom-tab-1 .nav-link:focus, [data-theme-version="dark"] .custom-tab-1 .nav-link:hover, [data-theme-version="dark"] .custom-tab-1 .nav-link.active {
        background-color: rgba(0, 122, 100, 0.2); }
  
  .nav-pills.light .nav-link.active,
  .nav-pills.light .show > .nav-link {
    background: #ccfff6;
    color: #fe5b26;
    box-shadow: none; }
    [data-theme-version="dark"] .nav-pills.light .nav-link.active, [data-theme-version="dark"]
    .nav-pills.light .show > .nav-link {
      background: rgba(0, 122, 100, 0.2); }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    box-shadow: 0 0 20px 0 rgba(0, 122, 100, 0.2); }
  
  .tooltip-wrapper button:not(:last-child) {
    margin-right: 8px; }
  
  .tooltip-wrapper button:hover {
    background: #fe5b26;
    color: #fff; }
  
  .tooltip-wrapper button {
    margin-bottom: .5rem; }
    .tooltip-wrapper button:focus {
      box-shadow: none; }
  
  .tooltip-inner {
    border-radius: 0;
    background: #333333;
    font-size: 12px;
    font-weight: 300;
    padding: 0.35rem 0.7rem; }
  
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #333333; }
  
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #333333; }
  
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #333333; }
  
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #333333; }
  
  .widget-timeline .timeline {
    list-style: none;
    position: relative; }
    .widget-timeline .timeline:before {
      top: 20px;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 3px;
      left: 9px;
      margin-right: -1.5px;
      background: #F4F5F9; }
      [data-theme-version="dark"] .widget-timeline .timeline:before {
        background: #333a54; }
      [direction="rtl"] .widget-timeline .timeline:before {
        left: auto;
        right: 9px;
        margin-right: auto;
        margin-left: -1.5px; }
    .widget-timeline .timeline > li {
      margin-bottom: 15px;
      position: relative; }
      .widget-timeline .timeline > li:before {
        content: " ";
        display: table; }
      .widget-timeline .timeline > li:after {
        content: " ";
        display: table;
        clear: both; }
      .widget-timeline .timeline > li > .timeline-panel {
        border-radius: 0;
        padding: 15px 20px;
        position: relative;
        display: block;
        margin-left: 40px;
        border-width: 1px;
        border-style: solid; }
        .widget-timeline .timeline > li > .timeline-panel span {
          font-size: 12px;
          display: block;
          margin-bottom: 5px;
          opacity: 0.8;
          letter-spacing: 1px; }
        .widget-timeline .timeline > li > .timeline-panel p {
          font-size: 14px; }
        .widget-timeline .timeline > li > .timeline-panel:after {
          content: "";
          width: 10px;
          height: 10px;
          background: inherit;
          border-color: inherit;
          border-style: solid;
          border-width: 0px 0px 1px 1px;
          display: block;
          position: absolute;
          left: -5px;
          transform: rotate(45deg);
          top: 15px; }
      .widget-timeline .timeline > li > .timeline-badge {
        border-radius: 50%;
        height: 22px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 22px;
        border-width: 2px;
        border-style: solid;
        background: #fff;
        padding: 4px; }
        [data-theme-version="dark"] .widget-timeline .timeline > li > .timeline-badge {
          background-color: #1e2746; }
        .widget-timeline .timeline > li > .timeline-badge:after {
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 100%;
          display: block; }
        [direction="rtl"] .widget-timeline .timeline > li > .timeline-badge {
          left: auto;
          right: 19px; }
  
  .widget-timeline .timeline-body > p {
    font-size: 12px; }
  
  .widget-timeline .timeline-badge.primary {
    border-color: #ccfff6; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.primary {
      border-color: rgba(0, 122, 100, 0.2); }
    .widget-timeline .timeline-badge.primary:after {
      background-color: #fe5b26 !important;
      box-shadow: 0 5px 10px 0 rgba(0, 122, 100, 0.2); }
    .widget-timeline .timeline-badge.primary + .timeline-panel {
      background: #ccfff6;
      border-color: #ccfff6; }
      [data-theme-version="dark"] .widget-timeline .timeline-badge.primary + .timeline-panel {
        border-color: transparent;
        background-color: rgba(0, 122, 100, 0.2); }
  
  .widget-timeline .timeline-badge.success {
    border-color: #e3f9e9; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.success {
      border-color: rgba(43, 193, 85, 0.1); }
    .widget-timeline .timeline-badge.success:after {
      background-color: #2BC155 !important;
      box-shadow: 0 5px 10px 0 rgba(43, 193, 85, 0.2); }
    .widget-timeline .timeline-badge.success + .timeline-panel {
      background: #e3f9e9;
      border-color: #e3f9e9; }
      [data-theme-version="dark"] .widget-timeline .timeline-badge.success + .timeline-panel {
        background-color: rgba(43, 193, 85, 0.1);
        border-color: transparent; }
  
  .widget-timeline .timeline-badge.warning {
    border-color: #fff0e5; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.warning {
      border-color: rgba(254, 128, 36, 0.1); }
    .widget-timeline .timeline-badge.warning:after {
      background-color: #FE8024 !important;
      box-shadow: 0 5px 10px 0 rgba(254, 128, 36, 0.2); }
    .widget-timeline .timeline-badge.warning + .timeline-panel {
      background: #fff0e5;
      border-color: #fff0e5; }
      [data-theme-version="dark"] .widget-timeline .timeline-badge.warning + .timeline-panel {
        background-color: rgba(254, 128, 36, 0.1);
        border-color: transparent; }
  
  .widget-timeline .timeline-badge.danger {
    border-color: #ffc7c7; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.danger {
      border-color: rgba(255, 46, 46, 0.15); }
    .widget-timeline .timeline-badge.danger:after {
      background-color: #FF2E2E !important;
      box-shadow: 0 5px 10px 0 rgba(255, 46, 46, 0.2); }
    .widget-timeline .timeline-badge.danger + .timeline-panel {
      background: #ffc7c7;
      border-color: #ffc7c7; }
      [data-theme-version="dark"] .widget-timeline .timeline-badge.danger + .timeline-panel {
        background-color: rgba(255, 46, 46, 0.15);
        border-color: transparent; }
  
  .widget-timeline .timeline-badge.info {
    border-color: #dbdbff; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.info {
      border-color: rgba(45, 40, 255, 0.1); }
    .widget-timeline .timeline-badge.info:after {
      background-color: #2D28FF !important;
      box-shadow: 0 5px 10px 0 rgba(45, 40, 255, 0.2); }
    .widget-timeline .timeline-badge.info + .timeline-panel {
      background: #dbdbff;
      border-color: #dbdbff; }
      [data-theme-version="dark"] .widget-timeline .timeline-badge.info + .timeline-panel {
        background-color: rgba(45, 40, 255, 0.1);
        border-color: transparent; }
  
  .widget-timeline .timeline-badge.dark {
    border-color: #f1f1f1; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.dark {
      border-color: rgba(177, 177, 177, 0.35); }
    .widget-timeline .timeline-badge.dark:after {
      background-color: #B1B1B1 !important;
      box-shadow: 0 5px 10px 0 rgba(177, 177, 177, 0.2); }
    .widget-timeline .timeline-badge.dark + .timeline-panel {
      background: #f1f1f1;
      border-color: #f1f1f1; }
      [data-theme-version="dark"] .widget-timeline .timeline-badge.dark + .timeline-panel {
        background-color: rgba(177, 177, 177, 0.35);
        border-color: transparent; }
  
  .widget-timeline.style-1 .timeline-panel {
    background: transparent; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
    background: transparent !important;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-radius: 0;
    padding: 5px 10px 5px 15px; }
    .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
      border: 0;
      left: -9px;
      width: 7px;
      height: 7px; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel {
    border-color: #fe5b26; }
    .widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel:after {
      background: #fe5b26; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel {
    border-color: #2BC155; }
    .widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel:after {
      background: #2BC155; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
    border-color: #FE8024; }
    .widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel:after {
      background: #FE8024; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel {
    border-color: #FF2E2E; }
    .widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel:after {
      background: #FF2E2E; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel {
    border-color: #2D28FF; }
    .widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel:after {
      background: #2D28FF; }
  
  .widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel {
    border-color: #B1B1B1; }
    .widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel:after {
      background: #B1B1B1; }
  
  #chart_widget_4 {
    height: 255px !important; }
  
  #chart_widget_5 .ct-series-a .ct-line,
  #chart_widget_5 .ct-series-a .ct-point {
    stroke: #46ffc8; }
  
  #chart_widget_5 .ct-line {
    stroke-width: 1px; }
  
  #chart_widget_5 .ct-point {
    stroke-width: 2px; }
  
  #chart_widget_5 .ct-series-a .ct-area {
    fill: #43d66c; }
  
  #chart_widget_5 .ct-area {
    fill-opacity: 1; }
  
  #chart_widget_6 .ct-series-a .ct-line,
  #chart_widget_6 .ct-series-a .ct-point {
    stroke: #2D28FF; }
  
  #chart_widget_6 .ct-line {
    stroke-width: 2px; }
  
  #chart_widget_6 .ct-point {
    stroke-width: 5px; }
  
  #chart_widget_6 .ct-series-a .ct-area {
    fill: #2D28FF; }
  
  #chart_widget_6 .ct-area {
    fill-opacity: .5; }
  
  #chart_widget_8 {
    height: 255px; }
    #chart_widget_8 .ct-series-a .ct-line,
    #chart_widget_8 .ct-series-a .ct-point {
      stroke: #2D28FF; }
    #chart_widget_8 .ct-line {
      stroke-width: 2px; }
    #chart_widget_8 .ct-point {
      stroke-width: 5px; }
    #chart_widget_8 .ct-series-a .ct-area {
      fill: #2D28FF; }
    #chart_widget_8 .ct-area {
      fill-opacity: .5; }
  
  #chart_widget_9, #chart_widget_10 {
    height: 250px !important; }
  
  #chart_widget_11 .ct-slice-donut, #chart_widget_12 .ct-slice-donut, #chart_widget_13 .ct-slice-donut {
    stroke-width: 25px !important; }
  
  #chart_widget_11 {
    height: 270px !important; }
  
  #chart_widget_17 {
    height: 150px !important; }
  
  .chart_widget_tab_one .nav-link {
    border: 1px solid #ddd; }
    .chart_widget_tab_one .nav-link.active {
      background-color: #fe5b26;
      border: 1px solid #fe5b26;
      color: #fff; }
      .chart_widget_tab_one .nav-link.active:hover {
        border: 1px solid #fe5b26; }
    .chart_widget_tab_one .nav-link:hover {
      border: 1px solid #ddd; }
  
  [data-theme-version="dark"] .ccc-widget > div {
    background: #1e2746 !important;
    border-color: #333a54 !important; }
  
  .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    background: #F9F9F9;
    margin-bottom: 0.5rem;
    font-size: 20px; }
    .social-icon i {
      color: #fff; }
    .social-icon.youtube {
      background: #FF0000; }
    .social-icon.facebook {
      background: #3b5998; }
    .social-icon.twitter {
      background: #1da1f2; }
  
  .social-icon2 a {
    border: 0.1rem solid #fe5b26;
    display: block;
    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    border-radius: .3rem;
    font-size: 1.6rem; }
  
  .social-icon2 i {
    font-size: 12px;
    color: #fe5b26; }
  
  .social-icon3 ul li {
    display: inline-block; }
    .social-icon3 ul li a {
      display: block; }
      .social-icon3 ul li a i {
        font-size: 1.4rem;
        padding: 1rem .7rem;
        color: #464a53; }
      .social-icon3 ul li a:hover i {
        color: #fe5b26; }
  
  .social-icons-muted ul li a i {
    color: #89879f; }
  
  .social-links a {
    padding: .5rem; }
  
  .widget-stat .media {
    padding: 0px 0;
    align-items: center; }
    .widget-stat .media > span {
      height: 85px;
      width: 85px;
      border-radius: 0;
      padding: 10px 12px;
      font-size: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464a53; }
      @media only screen and (max-width: 1400px) {
        .widget-stat .media > span {
          height: 70px;
          width: 70px;
          min-width: 70px; } }
    .widget-stat .media .media-body p {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5; }
      @media only screen and (max-width: 1400px) {
        .widget-stat .media .media-body p {
          font-size: 14px; } }
      [data-theme-version="dark"] .widget-stat .media .media-body p {
        color: #c4c9d5; }
    .widget-stat .media .media-body small, .widget-stat .media .media-body .small,
    .widget-stat .media .media-body .small {
      font-size: 75%; }
    .widget-stat .media .media-body h3, .widget-stat .media .media-body .h3 {
      font-size: 30px;
      font-weight: 600;
      margin: 0;
      line-height: 1.2; }
    .widget-stat .media .media-body h4, .widget-stat .media .media-body .h4 {
      font-size: 24px;
      display: inline-block;
      vertical-align: middle; }
    .widget-stat .media .media-body span {
      margin-left: 5px; }
  
  .widget-stat[class*="bg-"] .media > span {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff; }
  
  .widget-stat[class*="bg-"] .progress {
    background-color: rgba(255, 255, 255, 0.25) !important; }
  
  [direction="rtl"] .widget-stat .media .media-body span {
    margin-left: 0;
    margin-right: 10px; }
  
  .dez-widget-1 .card {
    background: #FFE7DB; }
    .dez-widget-1 .card .card-body p {
      color: #f87533; }
  
  .dez-widget-1 .icon {
    float: right;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 28px; }
  
  .bgl-primary {
    background: #ccfff6;
    border-color: #ccfff6; }
    [data-theme-version="dark"] .bgl-primary {
      background-color: rgba(0, 122, 100, 0.2);
      border-color: rgba(0, 122, 100, 0.2); }
  
  .bgl-secondary {
    background: #e9e0c9;
    border-color: #e9e0c9; }
    [data-theme-version="dark"] .bgl-secondary {
      background-color: rgba(189, 162, 92, 0.5);
      border-color: rgba(189, 162, 92, 0.5); }
  
  .bgl-success {
    background: #e3f9e9;
    border-color: #e3f9e9; }
    [data-theme-version="dark"] .bgl-success {
      background-color: rgba(43, 193, 85, 0.1);
      border-color: rgba(43, 193, 85, 0.1); }
  
  .bgl-warning {
    background: #fff0e5;
    border-color: #fff0e5; }
    [data-theme-version="dark"] .bgl-warning {
      background-color: rgba(254, 128, 36, 0.1);
      border-color: rgba(254, 128, 36, 0.1); }
  
  .bgl-danger {
    background: #ffc7c7;
    border-color: #ffc7c7; }
    [data-theme-version="dark"] .bgl-danger {
      background-color: rgba(255, 46, 46, 0.15);
      border-color: rgba(255, 46, 46, 0.15); }
  
  .bgl-info {
    background: #dbdbff;
    border-color: #dbdbff; }
    [data-theme-version="dark"] .bgl-info {
      background-color: rgba(45, 40, 255, 0.1);
      border-color: rgba(45, 40, 255, 0.1); }
  
  .bg-primary-light {
    background: rgba(204, 255, 246, 0.5); }
    [data-theme-version="dark"] .bg-primary-light {
      background-color: rgba(0, 122, 100, 0.05); }
  
  .bg-secondary-light {
    background: rgba(233, 224, 201, 0.5); }
    [data-theme-version="dark"] .bg-secondary-light {
      background-color: rgba(189, 162, 92, 0.05); }
  
  .bg-success-light {
    background: rgba(227, 249, 233, 0.5); }
    [data-theme-version="dark"] .bg-success-light {
      background-color: rgba(43, 193, 85, 0.05); }
  
  .bg-warning-light {
    background: rgba(255, 240, 229, 0.5); }
    [data-theme-version="dark"] .bg-warning-light {
      background-color: rgba(254, 128, 36, 0.05); }
  
  .bg-danger-light {
    background: rgba(255, 199, 199, 0.5); }
    [data-theme-version="dark"] .bg-danger-light {
      background-color: rgba(255, 46, 46, 0.05); }
  
  .bg-info-light {
    background: rgba(219, 219, 255, 0.5); }
    [data-theme-version="dark"] .bg-info-light {
      background-color: rgba(45, 40, 255, 0.05); }
  
  .bgl-dark {
    background: #f1f1f1;
    border-color: #f1f1f1; }
  
  .bgl-light {
    background: #F4F5F9;
    border-color: #F4F5F9; }
  
  .overlay-box {
    position: relative;
    z-index: 1; }
    .overlay-box:after {
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0.85;
      background: #fe5b26;
      z-index: -1; }
  
  .rating-bar {
    font-size: 13px; }
  
  .tdl-holder {
    margin: 0 auto; }
    .tdl-holder ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .tdl-holder li {
      background-color: #fff;
      border-bottom: 1px solid #f0f1f5;
      list-style: none none;
      margin: 0;
      padding: 0; }
      .tdl-holder li span {
        margin-left: 35px;
        font-size: 1rem;
        vertical-align: middle;
        transition: all 0.2s linear; }
        [direction="rtl"] .tdl-holder li span {
          margin-left: auto;
          margin-right: 35px; }
    .tdl-holder label {
      cursor: pointer;
      display: block;
      line-height: 50px;
      padding-left: 1.5rem;
      position: relative;
      margin: 0 !important; }
      [direction="rtl"] .tdl-holder label {
        padding-left: 0;
        padding-right: 1.5rem; }
      .tdl-holder label:hover {
        background-color: #eef1f6;
        color: #B1B1B1; }
        .tdl-holder label:hover a {
          color: #FF2E2E; }
      .tdl-holder label a {
        color: #fff;
        display: inline-block;
        line-height: normal;
        height: 100%;
        text-align: center;
        text-decoration: none;
        width: 50px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all 0.2s linear;
        padding: 18px 0px;
        font-size: 18px;
        position: absolute;
        right: 0; }
        [direction="rtl"] .tdl-holder label a {
          right: auto;
          left: 0; }
    .tdl-holder input[type=checkbox] {
      cursor: pointer;
      opacity: 0;
      position: absolute; }
      .tdl-holder input[type=checkbox] + i {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        display: block;
        height: 20px;
        position: absolute;
        top: 15px;
        width: 20px;
        z-index: 1;
        border-radius: 00px;
        font-size: 11px;
        border-radius: 4px; }
      .tdl-holder input[type=checkbox]:checked + i {
        background: #fe5b26;
        border-color: transparent; }
      .tdl-holder input[type=checkbox]:checked + i::after {
        content: "\f00c";
        font-family: 'fontAwesome';
        display: block;
        left: 2px;
        position: absolute;
        top: -14px;
        z-index: 2;
        color: #fff; }
      .tdl-holder input[type=checkbox]:checked ~ span {
        text-decoration: line-through;
        position: relative; }
    .tdl-holder input[type=text] {
      background-color: #fff;
      height: 50px;
      margin-top: 29px;
      border-radius: 3px; }
      .tdl-holder input[type=text]::placeholder {
        color: #B1B1B1; }
  
  .widget-message p {
    font-size: 14px;
    line-height: 1.5; }
  
  .picker .picker__frame {
    min-width: 450px !important;
    max-width: 450px !important; }
    .picker .picker__frame .picker__box {
      padding: 20px;
      border: 0;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      .picker .picker__frame .picker__box .picker__header {
        margin-top: 0; }
        .picker .picker__frame .picker__box .picker__header .picker__year {
          color: #fe5b26;
          font-style: inherit;
          font-size: 20px; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--prev,
        .picker .picker__frame .picker__box .picker__header .picker__nav--next {
          width: 40px;
          height: 40px;
          padding: 0;
          line-height: 40px;
          border-radius: 2px; }
          .picker .picker__frame .picker__box .picker__header .picker__nav--prev:before,
          .picker .picker__frame .picker__box .picker__header .picker__nav--next:before {
            content: none !important; }
          .picker .picker__frame .picker__box .picker__header .picker__nav--prev:after,
          .picker .picker__frame .picker__box .picker__header .picker__nav--next:after {
            font-family: fontawesome;
            border: 0;
            margin: 0 auto;
            font-size: 22px; }
          .picker .picker__frame .picker__box .picker__header .picker__nav--prev:hover,
          .picker .picker__frame .picker__box .picker__header .picker__nav--next:hover {
            background-color: #14ffd5 !important;
            color: #fe5b26 !important; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--prev {
          left: 0; }
          .picker .picker__frame .picker__box .picker__header .picker__nav--prev:after {
            content: "\f0d9"; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--next {
          right: 0; }
          .picker .picker__frame .picker__box .picker__header .picker__nav--next:after {
            content: "\f0da"; }
      .picker .picker__frame .picker__box .picker__table .picker__weekday {
        padding: 10px 0;
        font-size: 16px; }
      .picker .picker__frame .picker__box .picker__table .picker__day {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        padding: 0 !important;
        font-size: 16px;
        line-height: 40px;
        margin: auto;
        border: 0 !important; }
        .picker .picker__frame .picker__box .picker__table .picker__day.picker__day--today:before {
          content: none !important; }
        .picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted {
          border: 0 !important;
          padding: 0;
          background-color: #14ffd5 !important;
          color: #fff !important; }
        .picker .picker__frame .picker__box .picker__table .picker__day:hover {
          background-color: #14ffd5 !important;
          color: #fff !important; }
      .picker .picker__frame .picker__box .picker__footer .picker__button--today {
        background-color: #14ffd5 !important;
        color: #fff !important; }
        .picker .picker__frame .picker__box .picker__footer .picker__button--today:before {
          content: none !important; }
      .picker .picker__frame .picker__box .picker__footer .picker__button--clear,
      .picker .picker__frame .picker__box .picker__footer .picker__button--close,
      .picker .picker__frame .picker__box .picker__footer .picker__button--today {
        border: 0;
        border-radius: 2px;
        font-size: 16px; }
        .picker .picker__frame .picker__box .picker__footer .picker__button--clear:hover,
        .picker .picker__frame .picker__box .picker__footer .picker__button--close:hover,
        .picker .picker__frame .picker__box .picker__footer .picker__button--today:hover {
          background-color: #14ffd5 !important;
          color: #fff !important; }
    @media only screen and (max-width: 575px) {
      .picker .picker__frame {
        min-width: 100% !important;
        max-width: 100% !important; }
        .picker .picker__frame .picker__box {
          padding: 15px;
          margin: 0 10px; } }
  
  .card-list {
    overflow: unset;
    height: calc(100% - 50px); }
    .card-list .card-header {
      padding-top: 0;
      padding-bottom: 0; }
      .card-list .card-header .photo {
        overflow: hidden;
        border-radius: 5px;
        width: 100%; }
    @media only screen and (max-width: 1199px) {
      .card-list {
        height: calc(100% - 40px); } }
    .card-list.list-left {
      margin-top: 15px;
      margin-left: 15px; }
      .card-list.list-left .card-header {
        padding-left: 0; }
        .card-list.list-left .card-header .photo {
          margin: -15px 15px 0 -15px; }
    .card-list.list-right {
      margin-top: 15px;
      margin-right: 15px;
      text-align: right; }
      .card-list.list-right .card-header {
        padding-right: 0; }
        .card-list.list-right .card-header .photo {
          margin: -15px -15px 0 15px; }
          .card-list.list-right .card-header .photo img {
            width: 100%; }
    .card-list.list-center {
      margin-top: 15px; }
      .card-list.list-center .card-header .photo {
        margin: -15px 0 0 0; }
    .card-list .photo img {
      width: 100%; }
  
  .card-profile .profile-photo {
    margin-top: -20px; }
  
  .widget-media .timeline .timeline-panel {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .widget-media .timeline .timeline-panel .media {
      width: 50px;
      height: 50px;
      background: #eee;
      border-radius: 0;
      overflow: hidden;
      font-size: 20px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      align-self: start; }
      .widget-media .timeline .timeline-panel .media-primary {
        background: #ccfff6;
        color: #fe5b26; }
        [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-primary {
          background-color: rgba(0, 122, 100, 0.2); }
      .widget-media .timeline .timeline-panel .media-info {
        background: #dbdbff;
        color: #2D28FF; }
        [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-info {
          background-color: rgba(45, 40, 255, 0.1); }
      .widget-media .timeline .timeline-panel .media-warning {
        background: #fff0e5;
        color: #FE8024; }
        [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-warning {
          background-color: rgba(254, 128, 36, 0.1); }
      .widget-media .timeline .timeline-panel .media-danger {
        background: #ffc7c7;
        color: #FF2E2E; }
        [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-danger {
          background-color: rgba(255, 46, 46, 0.15); }
      .widget-media .timeline .timeline-panel .media-success {
        background: #e3f9e9;
        color: #2BC155; }
        [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-success {
          background-color: rgba(43, 193, 85, 0.1); }
    .widget-media .timeline .timeline-panel .media-body p {
      font-size: 14px;
      line-height: 1.5; }
    .widget-media .timeline .timeline-panel .dropdown {
      align-self: self-end;
      margin-top: 5px; }
  
  .widget-media .timeline li:last-child .timeline-panel {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  
  .card[class*="bg-"] .timeline .timeline-panel {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  
  @media only screen and (max-width: 1199px) {
    .table {
      font-size: 0.875rem !important; } }
  
  .table strong {
    color: #000;
    font-weight: 600; }
  
  .table td {
    border-color: #f0f1f5;
    padding: 12px 9px; }
    [data-theme-version="dark"] .table td {
      border-color: #333a54; }
  
  .table.shadow-hover tr:hover {
    background-color: #fff;
    box-shadow: 0 0px 30px rgba(0, 122, 100, 0.15); }
    [data-theme-version="dark"] .table.shadow-hover tr:hover {
      background-color: #181f39; }
  
  .table.bg-secondary-hover th, .table.bg-secondary-hover td {
    border: none;
    font-weight: 500; }
  
  .table.bg-secondary-hover tr:hover {
    background: #BDA25C; }
    .table.bg-secondary-hover tr:hover td, .table.bg-secondary-hover tr:hover th {
      color: #fff !important; }
  
  .table.bg-info-hover th, .table.bg-info-hover td {
    border: none;
    font-weight: 500; }
  
  .table.bg-info-hover tr:hover {
    background: #2D28FF; }
    .table.bg-info-hover tr:hover td, .table.bg-info-hover tr:hover th {
      color: #fff !important; }
  
  .table.bg-warning-hover th, .table.bg-warning-hover td {
    border: none;
    font-weight: 500; }
  
  .table.bg-warning-hover tr:hover {
    background: #FE8024; }
    .table.bg-warning-hover tr:hover td, .table.bg-warning-hover tr:hover th {
      color: #fff !important; }
  
  .table thead th {
    border-bottom-width: 1px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-color: #f0f1f5;
    white-space: nowrap; }
    [data-theme-version="dark"] .table thead th {
      border-color: #333a54; }
  
  .table tbody tr td {
    font-size: 13px;
    vertical-align: middle;
    border-color: #f0f1f5;
    white-space: nowrap; }
    [data-theme-version="dark"] .table tbody tr td {
      border-color: #333a54; }
  
  .table:not(.table-bordered) thead th {
    border-top: none; }
  
  .table .thead-primary th {
    background-color: #fe5b26;
    color: #fff; }
  
  .table .thead-info th {
    background-color: #2D28FF;
    color: #fff; }
  
  .table .thead-warning th {
    background-color: #FE8024;
    color: #fff; }
  
  .table .thead-danger th {
    background-color: #FF2E2E;
    color: #fff; }
  
  .table .thead-success th {
    background-color: #2BC155;
    color: #fff; }
  
  .table.primary-table-bordered {
    border: 1px solid #f0f1f5; }
    [data-theme-version="dark"] .table.primary-table-bordered {
      border-color: #333a54; }
  
  .table.primary-table-bg-hover thead th {
    background-color: #00614f;
    color: #fff;
    border-bottom: none; }
  
  .table.primary-table-bg-hover tbody tr {
    background-color: #fe5b26;
    color: #fff;
    transition: all .1s ease; }
    .table.primary-table-bg-hover tbody tr:hover {
      background-color: #009479; }
    .table.primary-table-bg-hover tbody tr:not(:last-child) td, .table.primary-table-bg-hover tbody tr:not(:last-child) th {
      border-bottom: 1px solid #00614f; }
  
  .table-responsive-tiny {
    min-width: 18.75rem; }
  
  .table-responsive-sm {
    min-width: 30rem !important; }
  
  .table-responsive-md {
    min-width: 36rem !important; }
  
  .table-responsive-lg {
    min-width: 60.9375rem !important; }
  
  .table-responsive-xl {
    min-width: 70.9375rem !important; }
  
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: #ccfff6;
    color: #fe5b26; }
    [data-theme-version="dark"] .table-primary, [data-theme-version="dark"]
    .table-primary > th, [data-theme-version="dark"]
    .table-primary > td {
      background-color: rgba(0, 122, 100, 0.2); }
  
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #e3f9e9;
    color: #2BC155; }
    [data-theme-version="dark"] .table-success, [data-theme-version="dark"]
    .table-success > th, [data-theme-version="dark"]
    .table-success > td {
      background-color: rgba(43, 193, 85, 0.1); }
  
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #dbdbff;
    color: #2D28FF; }
    [data-theme-version="dark"] .table-info, [data-theme-version="dark"]
    .table-info > th, [data-theme-version="dark"]
    .table-info > td {
      background-color: rgba(45, 40, 255, 0.1); }
  
  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: #fff0e5;
    color: #FE8024; }
    [data-theme-version="dark"] .table-warning, [data-theme-version="dark"]
    .table-warning > th, [data-theme-version="dark"]
    .table-warning > td {
      background-color: rgba(254, 128, 36, 0.1); }
  
  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: #ffc7c7;
    color: #FF2E2E; }
    [data-theme-version="dark"] .table-danger, [data-theme-version="dark"]
    .table-danger > th, [data-theme-version="dark"]
    .table-danger > td {
      background-color: rgba(255, 46, 46, 0.15); }
  
  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: #f2f4fa; }
    [data-theme-version="dark"] .table-active, [data-theme-version="dark"]
    .table-active > th, [data-theme-version="dark"]
    .table-active > td {
      background-color: #181f39; }
  
  .card-table th:first-child, .card-table td:first-child {
    padding-left: 30px; }
    @media only screen and (max-width: 575px) {
      .card-table th:first-child, .card-table td:first-child {
        padding-left: 15px; } }
  
  .card-table th:last-child, .card-table td:last-child {
    padding-right: 30px; }
    @media only screen and (max-width: 575px) {
      .card-table th:last-child, .card-table td:last-child {
        padding-right: 15px; } }
  
  .bootgrid-header {
    padding: 0 !important;
    margin: 0; }
    @media only screen and (max-width: 575px) {
      .bootgrid-header .actionBar {
        padding: 0; }
      .bootgrid-header .search {
        margin: 0 0 10px 0; } }
  
  table#example {
    padding: 0rem 0 2rem 0; }
  
  table.dataTable {
    color: #000;
    border-radius: 0; }
  
  #example2_wrapper .dataTables_scrollBody {
    max-height: 33.25rem !important; }
  
  #employees, #custommers {
    padding: .5rem 0 1rem 0; }
  
  .dataTables_wrapper .dataTables_paginate {
    padding: 25px 0; }
    @media only screen and (max-width: 1400px) {
      .dataTables_wrapper .dataTables_paginate {
        padding: 10px 0; } }
  
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 20px 15px;
    border-bottom: 1px solid #f0f1f5; }
    @media only screen and (max-width: 1400px) {
      table.dataTable thead th,
      table.dataTable thead td {
        padding: 8px 15px; } }
  
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    border-top: 0; }
  
  table.dataTable tbody td {
    background: #fff !important; }
  
  table.dataTable thead th {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600; }
    [data-theme-version="dark"] table.dataTable thead th {
      color: #fff; }
    @media only screen and (max-width: 1400px) {
      table.dataTable thead th {
        font-size: 14px; } }
  
  table.dataTable tbody td {
    font-size: 14px;
    padding: 18px 15px; }
    @media only screen and (max-width: 1400px) {
      table.dataTable tbody td {
        padding: 8px 15px;
        font-size: 14px; } }
  
  table.dataTable tr.selected {
    color: #fe5b26; }
  
  table.dataTable tfoot th {
    color: #B1B1B1;
    font-weight: 600; }
    [data-theme-version="dark"] table.dataTable tfoot th {
      color: #fff; }
  
  .dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    border: 1px solid #e2e2e2;
    padding: .3rem 0.5rem;
    color: #715d5d;
    border-radius: 5px; }
    [data-theme-version="dark"] .dataTables_wrapper input[type="search"], [data-theme-version="dark"] .dataTables_wrapper input[type="text"], [data-theme-version="dark"] .dataTables_wrapper select {
      background: #181f39;
      border-color: #333a54;
      color: #fff; }
  
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px; }
    .dataTables_wrapper .dataTables_length .bootstrap-select {
      width: 80px !important;
      margin: 0 5px; }
  
  table.dataTable.no-footer {
    border-bottom: 0; }
  
  .min-w850 {
    min-width: 850px; }
  
  .rounded-lg {
    min-width: 30px; }
  
  .dataTables_scroll {
    padding: 1rem 0; }
    .dataTables_scrollFoot {
      padding-top: 1rem; }
  
  @media (max-width: 991.98px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
      text-align: left; } }
  
  .dataTablesCard {
    background-color: #fff;
    box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
    border-radius: 0; }
    .dataTablesCard tbody tr:hover {
      background: #fff !important;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .dataTablesCard tbody tr:hover td {
        background: transparent !important; }
  
  table.dataTable.display tbody tr:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    table.dataTable.display tbody tr:hover td {
      background: transparent !important; }
  
  .dataTables_wrapper .dataTables_info {
    padding: 25px 0; }
    @media only screen and (max-width: 1400px) {
      .dataTables_wrapper .dataTables_info {
        padding: 8px 0; } }
  
  table.dataTable.display.white-border td {
    border-color: #fff; }
  
  table.dataTable.row-border tbody th,
  table.dataTable.row-border tbody td,
  table.dataTable.display tbody th,
  table.dataTable.display tbody td {
    border-color: #EEEEEE; }
    [data-theme-version="dark"] table.dataTable.row-border tbody th, [data-theme-version="dark"]
    table.dataTable.row-border tbody td, [data-theme-version="dark"]
    table.dataTable.display tbody th, [data-theme-version="dark"]
    table.dataTable.display tbody td {
      border-color: #333a54; }
  
  table.dataTable thead .sorting {
    background-position: center right 15px; }
  
  .dataTables_wrapper .dataTables_paginate {
    border-radius: 0; }
    .dataTables_wrapper .dataTables_paginate span {
      border-radius: 0;
      display: inline-block;
      background: rgba(0, 122, 100, 0.08);
      border: 1px solid #fe5b26;
      margin: 0 0; }
      .dataTables_wrapper .dataTables_paginate span a {
        color: #fff;
        background: transparent !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      border: 0 !important;
      padding: 15px 24px;
      background: transparent !important;
      border-radius: 0;
      color: #fe5b26 !important;
      font-size: 16px;
      margin: 0;
      display: inline-block; }
      @media only screen and (max-width: 1400px) {
        .dataTables_wrapper .dataTables_paginate .paginate_button {
          padding: 8px 15px;
          font-size: 14px; } }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #fff !important;
        background: #fe5b26 !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        background: transparent !important;
        color: #fe5b26 !important;
        margin: 0 10px;
        border: 1px solid #fe5b26 !important; }
        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
          background: #fe5b26 !important;
          color: #fff !important; }
  
  .fooicon {
    font-size: 1.25rem;
    color: #B1B1B1; }
  
  .jsgrid-table .jsgrid-header-row > .jsgrid-header-cell {
    color: #B1B1B1; }
  
  .jsgrid-table > tbody > tr > td {
    padding: 1.2em; }
  
  .jsgrid-table .jsgrid-insert-row input, .jsgrid-table .jsgrid-insert-row select, .jsgrid-table .jsgrid-edit-row input, .jsgrid-table .jsgrid-edit-row select {
    border: 1px solid #DDDFE1; }
  
  .jsgrid .jsgrid-button {
    border: 0 !important;
    margin-left: 10px; }
  
  .error-page .error-text {
    font-size: 150px;
    line-height: 1;
    color: #BDA25C; }
    @media only screen and (max-width: 575px) {
      .error-page .error-text {
        font-size: 80px; } }
  
  .error-page h4, .error-page .h4 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #BDA25C; }
    @media only screen and (max-width: 575px) {
      .error-page h4, .error-page .h4 {
        font-size: 20px; } }
  
  .error-page p {
    font-size: 16px; }
    @media only screen and (max-width: 575px) {
      .error-page p {
        font-size: 14px; } }
  
  .authincation-content {
    background: -webkit-linear-gradient(0deg, #fd295d, #fb865d 100%);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 5px; }
    [data-theme-version="dark"] .authincation-content {
      background: #1e2746;
      box-shadow: none; }
  
  .welcome-content {
    background: url("../images/1.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 75px 50px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .welcome-content::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fe5b26;
      opacity: 0.75;
      z-index: -1;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .welcome-content .welcome-title {
      color: #fff;
      font-weight: 500;
      font-size: 20px; }
    .welcome-content p {
      color: #fff; }
    .welcome-content .brand-logo a {
      display: inline-block;
      margin-bottom: 20px;
      font-weight: 700;
      color: #fff;
      font-size: 20px; }
      .welcome-content .brand-logo a img {
        width: 100px; }
    .welcome-content .intro-social {
      position: absolute;
      bottom: 75px; }
      .welcome-content .intro-social ul {
        margin-bottom: 0; }
        .welcome-content .intro-social ul li {
          display: inline-block; }
          .welcome-content .intro-social ul li a {
            color: #fff;
            font-size: 14px;
            padding: 0px 7px; }
  
  .auth-form {
    padding: 50px 50px; }
    @media only screen and (max-width: 575px) {
      .auth-form {
        padding: 30px; } }
    .auth-form .btn {
      font-weight: 700; }
    .auth-form .page-back {
      display: inline-block;
      margin-bottom: 15px; }
  
  .pricing_table_content {
    background: #fff;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .pricing_table_content .package {
      font-weight: 700;
      font-size: 18px; }
    .pricing_table_content .price {
      font-weight: 700;
      font-size: 50px;
      line-height: 100px;
      color: #B1B1B1; }
    .pricing_table_content hr {
      margin: 0; }
    .pricing_table_content .price_list {
      padding: 30px 0;
      text-align: left;
      max-width: 175px;
      margin: 0 auto; }
      .pricing_table_content .price_list li {
        color: #909093;
        font-size: 14px;
        line-height: 25px;
        padding: 7px 0; }
        .pricing_table_content .price_list li i {
          margin-right: 15px; }
    .pricing_table_content .price-btn {
      padding: 15px 50px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #eaeaea;
      border-radius: 5px;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 25px;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .pricing_table_content:focus, .pricing_table_content:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.175); }
      .pricing_table_content:focus .price-btn, .pricing_table_content:hover .price-btn {
        color: #FF2E2E; }
  
  .page-timeline .timeline {
    list-style: none;
    padding: 40px 0;
    position: relative; }
    .page-timeline .timeline-workplan.page-timeline .timeline {
      padding-bottom: 0;
      margin-bottom: 0; }
      .page-timeline .timeline-workplan.page-timeline .timeline.timeline > li > .timeline-badge {
        top: 4.5rem; }
      .page-timeline .timeline-workplan.page-timeline .timeline > li {
        margin-bottom: 2.6rem; }
      @media only screen and (min-width: 1200px) and (max-width: 1650px) {
        .page-timeline .timeline-workplan.page-timeline .timeline li > p {
          max-width: 8rem; } }
      @media only screen and (max-width: 1199px) {
        .page-timeline .timeline-workplan.page-timeline .timeline li > p {
          max-width: 7rem; } }
      @media only screen and (max-width: 991px) {
        .page-timeline .timeline-workplan.page-timeline .timeline li > p {
          max-width: 100%; } }
      @media only screen and (max-width: 575px) {
        .page-timeline .timeline-workplan.page-timeline .timeline li > p {
          max-width: 7rem; } }
      .page-timeline .timeline-workplan.page-timeline .timeline::before {
        left: 20%;
        top: 6rem; }
        [direction="rtl"] .page-timeline .timeline-workplan.page-timeline .timeline::before {
          right: 22%;
          left: auto; }
        @media only screen and (max-width: 575px) {
          .page-timeline .timeline-workplan.page-timeline .timeline::before {
            left: 22%; } }
      .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
        left: 21.4%;
        height: 0.9rem;
        width: 0.9rem;
        background-color: #fe5b26; }
        [direction="rtl"] .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
          right: 19.2%;
          left: auto; }
        @media only screen and (min-width: 1200px) and (max-width: 1650px) {
          .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
            left: 22.4%; } }
        @media only screen and (max-width: 1199px) {
          .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
            left: 22.4%; } }
        @media only screen and (max-width: 991px) {
          .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
            left: 21.7%; } }
        @media only screen and (max-width: 767px) {
          .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
            left: 19.5%; } }
        @media only screen and (max-width: 575px) {
          .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge {
            left: 21.4%; } }
        .page-timeline .timeline-workplan.page-timeline .timeline .timeline-badge::after {
          position: absolute;
          width: 1.9rem;
          height: 1.9rem;
          background-color: rgba(0, 122, 100, 0.4);
          content: "";
          border-radius: 50%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .page-timeline .timeline-workplan.page-timeline .timeline .timeline-panel {
        width: 70%; }
  
  .page-timeline .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #ECEFF2;
    left: 50%;
    margin-left: -1.5px; }
  
  .page-timeline .timeline > li {
    margin-bottom: 20px;
    position: relative; }
  
  .page-timeline .timeline > li:after,
  .page-timeline .timeline > li:before {
    content: " ";
    display: table; }
  
  .page-timeline .timeline > li:after {
    clear: both; }
  
  .page-timeline .timeline > li:after,
  .page-timeline .timeline > li:before {
    content: " ";
    display: table; }
  
  .page-timeline .timeline > li:after {
    clear: both; }
  
  .page-timeline .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    position: relative; }
  
  .page-timeline .timeline > li > .timeline-badge {
    background-color: #f2f4fa;
    border: 1px solid #DDDFE1;
    border-radius: 50%;
    color: #B1B1B1;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -13px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 40px;
    z-index: 1;
    transform: translate(-25%, -3rem); }
    @media (min-width: 576px) {
      .page-timeline .timeline > li > .timeline-badge {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
  
  .page-timeline .timeline > li.timeline-inverted > .timeline-panel {
    float: right; }
  
  .page-timeline .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  
  .page-timeline .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  
  .page-timeline .timeline-title {
    margin-top: 0;
    color: inherit; }
  
  .page-timeline .event_time {
    font-size: 14px;
    font-weight: 600; }
  
  .page-timeline .event_vanue {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600; }
  
  .page-timeline .timeline_img {
    height: 100px;
    width: 100px; }
  
  .page-timeline .timeline-body > p,
  .page-timeline .timeline-body > ul {
    margin-bottom: 0; }
  
  @media (max-width: 767px) {
    .page-timeline ul.timeline:before {
      left: 40px; }
    .page-timeline ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -webkit-calc(100% - 90px); }
    .page-timeline ul.timeline > li > .timeline-badge {
      left: 28px;
      margin-left: 0;
      top: 16px; }
    .page-timeline ul.timeline > li > .timeline-panel {
      float: right; }
    .page-timeline ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    .page-timeline ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; }
    .page-timeline .timeline_img {
      height: 30%;
      width: 30%; } }
  
  .page-timeline .timeline-timestamp {
    text-align: center; }
    .page-timeline .timeline-timestamp .badge {
      padding: .8rem 2rem;
      border-radius: 50px;
      font-size: 0.8125rem; }
  
  .full-map-area {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    .full-map-area a {
      position: absolute;
      bottom: 30px;
      left: 30px; }
    .full-map-area i {
      background: #3e4954;
      position: absolute;
      top: 30px;
      right: 30px;
      width: 56px;
      height: 56px;
      text-align: center;
      line-height: 56px;
      font-size: 24px;
      color: #fff;
      border-radius: 56px; }
    .full-map-area img {
      width: 100%; }
  
  .iconbox {
    position: relative;
    padding-left: 70px; }
    .iconbox i {
      background: #fe5b26;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50px;
      text-align: center;
      font-size: 28px;
      color: #fff;
      position: absolute;
      left: 0;
      top: 0; }
    .iconbox p {
      margin: 0;
      color: #484848;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 500; }
    .iconbox small, .iconbox .small {
      margin-bottom: 5px;
      font-size: 16px;
      display: block; }
  
  .widget-timeline-icon li {
    padding-left: 25px;
    position: relative;
    margin-left: 11px;
    border-left: 3px solid #fe5b26;
    min-height: 80px;
    padding-top: 1px; }
    .widget-timeline-icon li .icon {
      position: absolute;
      width: 22px;
      height: 22px;
      font-size: 24px;
      color: #fff;
      text-align: center;
      line-height: 22px;
      border-radius: 22px;
      left: -13px;
      top: 0; }
    .widget-timeline-icon li:last-child {
      border-left: 3px solid transparent; }
  
  .details-card .bg-img {
    width: 100%; }
  
  .details-card .img-card {
    width: 330px;
    margin-top: -175px;
    margin-right: 30px;
    border: 18px solid #fff; }
    .details-card .img-card img {
      width: 100%; }
  
  .details-card .card-info {
    margin-top: 15px;
    flex-grow: 1; }
    .details-card .card-info h2, .details-card .card-info .h2 {
      font-size: 34px; }
    .details-card .card-info p {
      font-size: 22px; }
    .details-card .card-info .date {
      font-size: 16px;
      display: flex;
      align-items: center; }
      .details-card .card-info .date i {
        font-size: 27px;
        margin-right: 10px; }
    .details-card .card-info .mr-ico {
      height: 75px;
      width: 75px;
      line-height: 75px;
      text-align: center;
      color: white;
      min-width: 75px;
      font-size: 40px; }
  
  @media only screen and (max-width: 1199px) {
    .details-card .img-card {
      width: 230px;
      margin-top: -175px;
      margin-right: 20px;
      border-width: 10px; }
    .details-card .card-info {
      margin-top: 0; }
      .details-card .card-info h2, .details-card .card-info .h2 {
        font-size: 24px; }
      .details-card .card-info p {
        font-size: 16px; }
      .details-card .card-info .date {
        font-size: 14px; }
        .details-card .card-info .date i {
          font-size: 20px;
          margin-right: 5px; }
      .details-card .card-info .mr-ico {
        height: 60px;
        width: 60px;
        font-size: 30px;
        min-width: 60px;
        line-height: 60px; }
    .details-card .card-info p {
      font-size: 18px; } }
  
  @media only screen and (max-width: 767px) {
    .details-card .img-card {
      margin-top: -130px; } }
  
  @media only screen and (max-width: 575px) {
    .details-card .bg-img {
      height: 230px;
      object-fit: cover; }
    .details-card .img-card {
      width: 100%;
      border-width: 5px;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      z-index: 1;
      margin-top: -161px; }
      .details-card .img-card img {
        height: 300px;
        object-fit: cover; }
      .details-card .img-card .info {
        justify-content: center;
        text-align: center; }
    .details-card .card-info {
      margin-top: 0; }
      .details-card .card-info .mr-ico {
        height: 45px;
        width: 45px;
        min-width: 45px;
        font-size: 25px;
        line-height: 45px; }
      .details-card .card-info h2, .details-card .card-info .h2 {
        font-size: 18px; }
      .details-card .card-info .date {
        font-size: 12px; }
        .details-card .card-info .date i {
          font-size: 18px;
          margin-right: 5px; } }
  
  .map-bx {
    position: relative; }
    .map-bx a {
      position: absolute;
      bottom: 10px;
      left: 10px; }
    .map-bx img {
      width: 100%; }
    .map-bx i {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 55px;
      width: 55px;
      line-height: 55px;
      text-align: center;
      color: #fff;
      background: #3E4954;
      font-size: 35px;
      border-radius: 100%; }
  
  .stars {
    display: flex; }
    .stars li {
      margin: 0px 2px;
      font-size: 20px; }
      .stars li i {
        color: #FF9900; }
  
  .doctor-details-card .bg-img-bx {
    position: relative;
    z-index: 1; }
    .doctor-details-card .bg-img-bx a {
      position: absolute;
      top: 30px;
      right: 30px; }
    .doctor-details-card .bg-img-bx .bg-img {
      width: 100%; }
  
  .doctor-details-card .img-card {
    width: 330px;
    z-index: 1;
    position: relative;
    margin-top: -175px;
    margin-right: 30px;
    border: 18px solid #fff; }
    .doctor-details-card .img-card img {
      width: 100%; }
  
  .doctor-details-card .card-info {
    margin-top: 15px;
    flex-grow: 1; }
    .doctor-details-card .card-info h2, .doctor-details-card .card-info .h2 {
      font-size: 34px; }
    .doctor-details-card .card-info p {
      font-size: 22px; }
    .doctor-details-card .card-info .date {
      font-size: 16px;
      display: flex;
      align-items: center; }
      .doctor-details-card .card-info .date i {
        font-size: 27px;
        margin-right: 10px; }
    .doctor-details-card .card-info .mr-ico {
      height: 75px;
      width: 75px;
      line-height: 75px;
      text-align: center;
      color: white;
      min-width: 75px;
      font-size: 40px; }
  
  @media only screen and (max-width: 1199px) {
    .doctor-details-card .img-card {
      width: 230px;
      margin-top: -125px;
      margin-right: 20px;
      border-width: 10px; }
    .doctor-details-card .card-info {
      margin-top: 0; }
      .doctor-details-card .card-info h2, .doctor-details-card .card-info .h2 {
        font-size: 24px; }
      .doctor-details-card .card-info p {
        font-size: 16px; }
      .doctor-details-card .card-info .date {
        font-size: 14px; }
        .doctor-details-card .card-info .date i {
          font-size: 20px;
          margin-right: 5px; }
      .doctor-details-card .card-info .mr-ico {
        height: 60px;
        width: 60px;
        font-size: 30px;
        min-width: 60px;
        line-height: 60px; }
    .doctor-details-card .card-info p {
      font-size: 18px; } }
  
  @media only screen and (max-width: 767px) {
    .doctor-details-card .img-card {
      margin-top: -130px; } }
  
  @media only screen and (max-width: 575px) {
    .doctor-details-card .bg-img-bx a {
      top: 10px;
      right: 10px; }
    .doctor-details-card .bg-img-bx .bg-img {
      height: 170px;
      object-fit: cover; }
    .doctor-details-card .img-card {
      width: 100%;
      border-width: 5px;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      z-index: 1;
      margin-top: -90px; }
      .doctor-details-card .img-card img {
        height: 300px;
        object-fit: cover; }
    .doctor-details-card .card-info {
      margin-top: 0; }
      .doctor-details-card .card-info .mr-ico {
        height: 45px;
        width: 45px;
        min-width: 45px;
        font-size: 25px;
        line-height: 45px; }
      .doctor-details-card .card-info h2, .doctor-details-card .card-info .h2 {
        font-size: 18px; }
      .doctor-details-card .card-info .date {
        font-size: 12px; }
        .doctor-details-card .card-info .date i {
          font-size: 18px;
          margin-right: 5px; } }
  
  .patient-list img {
    width: 80px;
    height: 80px; }
  
  .recent-review img {
    width: 90px;
    height: 90px;
    border-radius: 0; }
  
  @media only screen and (max-width: 575px) {
    .recent-review img {
      width: 60px;
      height: 60px;
      float: left; }
    .recent-review .media {
      display: block; }
    .recent-review .media-body {
      display: block; } }
  
  .review-table {
    padding: 25px;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    height: auto;
    margin-bottom: 0; }
    .review-table .star-review i {
      font-size: 1rem; }
    .review-table .media-body p {
      color: #3e4954;
      font-size: 18px;
      line-height: 1.5; }
    .review-table .disease {
      border-left: 1px solid #EEEEEE;
      padding-left: 20px; }
    .review-table .media-footer {
      min-width: 500px;
      margin-left: 10px; }
    @media only screen and (max-width: 1400px) {
      .review-table .media-footer {
        min-width: 273px;
        margin-left: 10px; } }
    @media only screen and (max-width: 991px) {
      .review-table .star-review i {
        font-size: 16px; }
      .review-table .custom-control {
        float: right;
        right: -20px; }
      .review-table .media {
        display: block !important; }
      .review-table .media-body p {
        font-size: 14px; }
      .review-table img {
        float: left;
        width: 80px; }
      .review-table .media-footer {
        margin-left: 0;
        margin-top: 25px; }
      .review-table .disease {
        border-left: 0;
        padding-left: 0;
        margin-right: 10px !important;
        margin-left: 0; } }
    @media only screen and (max-width: 575px) {
      .review-table .media-footer {
        flex-flow: wrap; }
        .review-table .media-footer .disease {
          margin-right: auto !important; }
        .review-table .media-footer .edit {
          margin-left: 0 !important; } }
  
  .review-tab .nav-link {
    border-radius: 0;
    font-weight: 600;
    border-bottom: 2px solid #D9D9D9;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .review-tab .nav-link.active {
      background: transparent;
      color: #fe5b26;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      box-shadow: none;
      border-color: #fe5b26; }
    @media only screen and (max-width: 575px) {
      .review-tab .nav-link {
        padding: 10px 16px;
        font-size: 13px; } }
  
  .heart-blast {
    background-position: -105rem 0 !important;
    transition: background 1s steps(28); }
    @media only screen and (max-width: 575px) {
      .heart-blast {
        background-position: -103.2rem 0 !important; } }
  
  .heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("../images/like.png");
    cursor: pointer;
    margin: -25px -15px; }
  
  .heart-blast {
    background-position: -1680px 0 !important;
    transition: background 1s steps(28); }
  
  .items-table tbody tr {
    padding: 0;
    border-radius: 0;
    position: relative;
    box-shadow: 0 1px 0 0 #f8f8f8;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .items-table tbody tr .dropdown {
      opacity: 0; }
    .items-table tbody tr.active, .items-table tbody tr:hover {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
      z-index: 1; }
      .items-table tbody tr.active .dropdown, .items-table tbody tr:hover .dropdown {
        opacity: 1; }
    .items-table tbody tr th,
    .items-table tbody tr td {
      border: 0;
      padding: 18px 8px; }
  
  @media only screen and (max-width: 575px) {
    .items-table {
      width: 500px; } }
  
  .star-review i {
    font-size: 16px; }
    .star-review i.text-gray {
      color: #d9d9d9; }
  
  .star-review span {
    color: #000; }
  
  .form-head {
    /* .btn i{
          line-height: 1;
          transform: scale(1.3);
          display: inline-block;
          margin-right: 5px;
      } */
    /* .btn-outline-primary{
          border-color:#eee;
          &:hover{
              border-color:$primary;
          }
      } */ }
    .form-head .breadcrumb {
      background: transparent;
      padding: 0; }
    .form-head .search-area {
      max-width: 300px;
      border-radius: 0; }
      @media only screen and (max-width: 1400px) {
        .form-head .search-area {
          max-width: 250px; } }
      @media only screen and (max-width: 575px) {
        .form-head .search-area {
          max-width: 250px; } }
      .form-head .search-area .form-control {
        border: 0;
        height: 56px;
        padding: 10px 15px;
        font-size: 16px;
        background: #f1f1f1;
        border-radius: 0; }
        @media only screen and (max-width: 1400px) {
          .form-head .search-area .form-control {
            height: 41px;
            padding: 10px 15px;
            font-size: 13px; } }
      .form-head .search-area .input-group-append .input-group-text {
        background: #f1f1f1;
        padding: 0 5px  0 30px; }
        @media only screen and (max-width: 1400px) {
          .form-head .search-area .input-group-append .input-group-text {
            padding: 0 5px  0 30px; } }
        .form-head .search-area .input-group-append .input-group-text i {
          font-size: 20px;
          color: #7e7e7e; }
          @media only screen and (max-width: 1400px) {
            .form-head .search-area .input-group-append .input-group-text i {
              font-size: 18px; } }
    .form-head .dropdown .btn i {
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      display: inline-block; }
    .form-head .dropdown:after {
      color: #fe5b26;
      font-size: 25px; }
    @media only screen and (max-width: 767px) {
      .form-head > * {
        margin-right: 5px !important;
        margin-bottom: 10px;
        vertical-align: baseline;
        margin-left: 0 !important; } }
    @media only screen and (max-width: 767px) {
      .form-head {
        display: block !important; } }
  
  .rounded {
    border-radius: 0 !important; }
  
  .btn-link {
    font-weight: 500;
    font-size: 16px; }
    @media only screen and (max-width: 1400px) {
      .btn-link {
        font-size: 14px; } }
  
  .deznav .copyright {
    font-size: 14px;
    padding: 0 45px 60px;
    margin-top: 40px;
    color: #969BA0;
    margin-bottom: 40px; }
    .deznav .copyright p {
      margin-bottom: 10px; }
    .deznav .copyright strong {
      display: block; }
    @media only screen and (max-width: 1400px) {
      .deznav .copyright {
        padding: 0 25px 60px; } }
    @media only screen and (max-width: 767px) {
      .deznav .copyright {
        padding-bottom: 60px; } }
  
  .widget-buyer .media img {
    width: 30px; }
  
  .widget-buyer .media .media-body h5, .widget-buyer .media .media-body .h5 {
    font-size: 14px;
    margin-bottom: 0px; }
  
  .widget-buyer .media .media-body p {
    font-size: 13px; }
  
  /* .recentOrderTable {/* 
      table {
          margin-bottom: 0;
          overflow: hidden;
          thead {
              th {
                  font-size: 12px;
              }
          }
          tbody {
              td {
                  color: $dark;
                  font-weight: 500;
                  line-height: 40px;
                  @at-root [data-theme-version="dark"] & {
                      color: $d-ctl;
                  }
                  img {
                      border-radius: 50px;
                  }
                  .custom-dropdown {
                      i {
                          padding: 0 10px;
                          cursor: pointer;
                      }
                  }
              }
          }
      }
  } */
  .activity_overview .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  
  .activity_overview .custom-tab-1 .nav-link {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px; }
    .activity_overview .custom-tab-1 .nav-link:hover, .activity_overview .custom-tab-1 .nav-link.active {
      background: transparent;
      color: #fff;
      border-color: #fff; }
  
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: transparent !important;
    opacity: 0.9; }
  
  @media only screen and (max-width: 575px) {
    .chart-link {
      display: flex;
      align-items: center; } }
  
  @media only screen and (max-width: 1199px) {
    .chart-link {
      display: flex;
      align-items: center; } }
  
  @media only screen and (min-width: 1200px) {
    .chart-link {
      display: flex;
      align-items: center; } }
  
  .chart-link .week-link {
    display: inline-block; }
  
  .chart-link a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px; }
    .chart-link a i {
      font-size: 13px; }
      .chart-link a i.text-primary {
        color: #fe5b26; }
      .chart-link a i.text-muted {
        color: #DAE2F3 !important; }
  
  .chart-link .form-control {
    max-width: 97px;
    display: inline-block; }
  
  /* .input-group {
      &.input-group-lg{
          .form-control,.input-group-text{
              height:80px;
              padding:10px 30px;
              @include respond('phone') {
                  height:50px;
                  padding: 10px 15px;
                  font-size:14px;
              }
          }
          .input-group-text{
              width:200px;
              text-align:left;
              @include respond('phone') {
                  width:120px;
                  padding: 10px 15px;
                  height:50px;
                  font-size:14px;
              }
          }
      }
  } */
  .card-tabs .nav-tabs {
    border-bottom: 0px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    flex-wrap: unset; }
    .card-tabs .nav-tabs .nav-link {
      border-radius: 0;
      padding: 12px 20px;
      font-weight: 500;
      font-size: 14px;
      border: 1px solid #EEEEEE;
      color: #fe5b26; }
      .card-tabs .nav-tabs .nav-link.active {
        background: #F4F5F9; }
      @media only screen and (max-width: 1400px) {
        .card-tabs .nav-tabs .nav-link {
          padding: 8px 15px;
          font-weight: 400;
          font-size: 13px; } }
    .card-tabs .nav-tabs.tabs-lg .nav-link {
      padding: 23px 30px;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .card-tabs .nav-tabs.tabs-lg .nav-link {
          padding: 10px 15px;
          font-size: 14px; } }
  
  .card-tabs.icontabs .nav-tabs {
    background: transparent; }
    .card-tabs.icontabs .nav-tabs .nav-item .nav-link {
      height: 42px;
      width: 42px;
      line-height: 42px;
      text-align: center;
      background: rgba(137, 137, 137, 0.6);
      color: #fff;
      margin-right: 15px;
      border-radius: 50px;
      padding: 0; }
      .card-tabs.icontabs .nav-tabs .nav-item .nav-link.active {
        background: #FE8024; }
      .card-tabs.icontabs .nav-tabs .nav-item .nav-link i {
        font-size: 25px;
        line-height: 42px; }
  
  .revenue-chart .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
    display: flex !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important; }
  
  .revenue-chart-bar {
    margin-bottom: -30px; }
    @media only screen and (max-width: 575px) {
      .revenue-chart-bar {
        margin-bottom: 20px;
        float: none;
        padding-left: 20px; } }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .revenue-chart-bar {
      margin-bottom: 20px;
      float: none;
      padding-left: 20px; } }
  
  #activeUser {
    height: 215px !important; }
  
  #activeUser {
    height: 180px !important; }
  
  span#counter {
    font-size: 30px;
    font-weight: 700;
    color: #fe5b26; }
  
  .social-graph-wrapper {
    text-align: center;
    padding: 20px;
    position: relative;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .social-graph-wrapper.widget-facebook {
      background-color: #3b5998; }
    .social-graph-wrapper.widget-twitter {
      background-color: #1da1f2; }
    .social-graph-wrapper.widget-linkedin {
      background-color: #007bb6; }
    .social-graph-wrapper.widget-googleplus {
      background-color: #db4439; }
    .social-graph-wrapper .s-icon {
      font-size: 24px;
      position: relative;
      padding: 0 10px; }
  
  .recent-stats i {
    font-size: 11px;
    position: relative;
    top: -1px; }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    #lineChart_3Kk {
      height: 140px !important; } }
  
  /* add menu sidebar */
  .add-menu-sidebar {
    background: #fe5b26;
    padding: 40px 20px 20px;
    border-radius: 0;
    position: relative;
    margin: 50px 50px 30px; }
    @media only screen and (max-width: 1400px) {
      .add-menu-sidebar {
        margin: 50px 25px 30px; } }
    @media only screen and (max-width: 575px) {
      .add-menu-sidebar {
        margin: 20px 25px 30px; } }
    .add-menu-sidebar p {
      font-size: 16px;
      line-height: 1.4;
      font-weight: 300;
      color: #fff; }
    .add-menu-sidebar:after {
      position: absolute;
      background-image: url("../images/dots.svg");
      background-repeat: no-repeat;
      bottom: 10px;
      right: 20px;
      content: "";
      height: 30px;
      width: 25px; }
  
  .donut-chart-sale {
    position: relative; }
    .donut-chart-sale small, .donut-chart-sale .small {
      font-size: 16px;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      display: flex;
      align-items: center;
      top: 0;
      justify-content: center;
      font-weight: 600; }
  
  .profile-bx .profile-image {
    background-image: url("../page-error-404.html");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .profile-bx .profile-image img {
      margin: 18px;
      width: 118px; }
  
  .search-area {
    width: 300px; }
    .search-area .form-control {
      background: #fff !important;
      border-width: 0px;
      padding-left: 20px;
      min-height: 55px;
      border-radius: 0; }
      .search-area .form-control::placeholder {
        color: #757575; }
    .search-area .input-group-text {
      background: #fff;
      border-width: 0px;
      padding-left: 0;
      padding-right: 20px; }
      .search-area .input-group-text i {
        font-size: 25px; }
    @media only screen and (max-width: 1400px) {
      .search-area .form-control {
        min-height: 45px; }
      .search-area .input-group-text i {
        font-size: 18px; } }
    @media only screen and (max-width: 991px) {
      .search-area {
        width: 200px; } }
  
  .min-w24 {
    min-width: 24px; }
  
  .min-w30 {
    min-width: 30px; }
  
  .min-w32 {
    min-width: 32px; }
  
  .min-w42 {
    min-width: 42px; }
  
  .min-w46 {
    min-width: 46px; }
  
  .min-w50 {
    min-width: 50px; }
  
  .form-group.style-1 .form-control {
    border-color: transparent;
    margin-right: -45px;
    z-index: 0;
    color: #000;
    background: #F0F0F0;
    border-radius: 0; }
  
  .previous-transactions tbody tr td:first-child {
    width: 100px; }
  
  .rating-widget .rating-stars ul li i {
    font-size: 25px !important; }
  
  .heart-ai {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    color: #fff; }
  
  .users {
    display: flex; }
    .users li {
      margin-left: -20px; }
      .users li img {
        width: 60px;
        border-radius: 100%;
        border: 4px solid #F4F5F9; }
  
  .users-sm {
    display: flex; }
    .users-sm li {
      margin-right: -15px;
      border: 4px solid #F4F5F9;
      border-radius: 100%; }
      .users-sm li img {
        width: 40px;
        border-radius: 100%; }
  
  .rated-doctors .card-body h4, .rated-doctors .card-body .h4 {
    font-size: 18px; }
    @media only screen and (max-width: 575px) {
      .rated-doctors .card-body h4, .rated-doctors .card-body .h4 {
        font-size: 15px; } }
  
  .rated-doctors .card-body .num {
    font-size: 22px; }
    @media only screen and (max-width: 575px) {
      .rated-doctors .card-body .num {
        font-size: 16px; } }
  
  .rated-doctors .img-1 {
    width: 90px; }
    @media only screen and (max-width: 575px) {
      .rated-doctors .img-1 {
        width: 60px; } }
  
  .rated-doctors .star-review ul {
    display: flex; }
    .rated-doctors .star-review ul li {
      margin: 0px 2px; }
      .rated-doctors .star-review ul li i {
        color: #FF4D00; }
  
  @media only screen and (max-width: 575px) {
    .rated-doctors .star-review {
      margin-left: 42px; } }
  
  .appointment-schedule ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 3px; }
    .appointment-schedule ul li > i {
      font-size: 22px;
      margin-right: 10px; }
  
  .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table th {
    font-size: 14px;
    font-weight: 400;
    padding-top: 25px; }
    .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table th.picker-switch {
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      color: #000;
      padding-top: 8px; }
    .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table th.prev, .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table th.next {
      padding-top: 8px;
      font-size: 15px;
      text-align: center; }
  
  .appointment-schedule .appointment-calender .datepicker {
    width: 100%; }
  
  .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td span {
    width: 32%;
    font-size: 14px; }
  
  .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget .picker-switch td i {
    font-size: 18px; }
  
  .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget .timepicker {
    width: 100%; }
  
  .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget .timepicker-minutes tr td {
    font-size: 14px; }
  
  .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td.day {
    font-size: 16px;
    padding: 5px;
    border-radius: 0;
    height: 46px;
    width: 80px;
    color: #000; }
    .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td.day.active, .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td.day.today {
      background: #BDA25C !important;
      box-shadow: none;
      color: #fff; }
      .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td.day.active:before, .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td.day.today:before {
        height: 17px;
        width: 17px;
        border-radius: 21px;
        border: 3px solid #fff;
        background: #fe5b26;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%); }
    .appointment-schedule .appointment-calender .bootstrap-datetimepicker-widget table td.day:hover {
      background: #fe5b26;
      color: #fff; }
  
  .patient-activity .img-2 {
    width: 80px;
    height: 80px; }
    @media only screen and (max-width: 575px) {
      .patient-activity .img-2 {
        width: 60px;
        height: 60px; } }
  
  .patient-activity .table tbody tr td {
    vertical-align: top; }
  
  .product-grid-card {
    padding: 15px; }
  
  .text-justify {
    text-align: justify; }
  
  .list-style li {
    list-style-type: unset; }
  
  .sweet-image {
    width: 20%; }
  
  .dz-scroll {
    overflow-y: scroll; }
  
  body > * {
    scrollbar-width: thin;
    scrollbar-color: rgba(111, 133, 147, 0.1) #fff0; }
  
  ::-webkit-scrollbar {
    width: 5px;
    opacity: 0; }
  
  /* ::-webkit-scrollbar-thumb{
      background:  rgba(111, 133, 147, 0.0); 
  } */
  ::-webkit-scrollbar-thumb {
    background: rgba(111, 133, 147, 0.1); }
  
  .pull-right {
    float: right; }
  
  /*
  ===================================
      Product detail
  ===================================*/
  .produtct-detail-tag {
    display: inline-block; }
    .produtct-detail-tag a {
      font-style: 13px;
      color: #B1B1B1; }
  
  .product-detail-content .item-tag {
    background: #828690;
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 12px;
    color: #fff; }
  
  .filtaring-area h4, .filtaring-area .h4 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase; }
  
  .plus-minus-input .input-icon {
    font-size: 13px;
    color: #B1B1B1; }
  
  .plus-minus-input {
    display: flex;
    width: 120px; }
    .plus-minus-input .custom-btn {
      border-radius: 0;
      height: 40px;
      padding: 12px 8px;
      background: #fff;
      border: 1px solid #f0f1f5; }
    .plus-minus-input .form-control:hover, .plus-minus-input .form-control:focus, .plus-minus-input .form-control:active {
      border: 1px solid #f0f1f5; }
  
  .btn-reveal-trigger .avatar-xl {
    min-width: 30px; }
  
  .share-view {
    display: inline-block; }
    .share-view ul li {
      display: inline-block; }
    .share-view .share-icon {
      width: 40px;
      height: 40px;
      display: inline-block;
      border: 1px solid #f0f1f5;
      text-align: center;
      line-height: 40px;
      font-style: 16px;
      color: #f0f1f5;
      margin-right: 8px; }
  
  /*--------tab----------*/
  .veritical-line {
    padding: 20px 30px;
    border-top: 1px solid #f0f1f5;
    border-right: 1px solid #f0f1f5;
    border-bottom: 1px solid #f0f1f5;
    position: relative; }
    .veritical-line:before {
      background: #f0f1f5;
      bottom: 0;
      content: "";
      height: 100%;
      left: -1px;
      max-height: 40%;
      position: absolute;
      width: 1px; }
  
  .tab-content-text p {
    color: #B1B1B1;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px; }
  
  .tab-item-list li a {
    background: #fff;
    border-top: 1px solid #f0f1f5;
    border-left: 1px solid #f0f1f5;
    border-right: 1px solid #f0f1f5;
    color: #B1B1B1;
    display: block;
    font-size: 16px;
    padding: 16px;
    text-transform: uppercase; }
    .tab-item-list li a:hover, .tab-item-list li a:focus {
      background: #fff;
      color: #B1B1B1;
      border-right: 0px; }
  
  .tab-item-list li:last-child {
    border-bottom: 1px solid #f0f1f5; }
  
  .tab-list li {
    margin-bottom: 7px;
    font-size: 13px; }
    .tab-list li i {
      font-size: 13px;
      margin-right: 14px; }
  
  .slide-item-list {
    text-align: center;
    margin: 0 -5px;
    border: 0; }
    .slide-item-list li {
      display: inline-block;
      flex: 0 0 25%;
      width: 25%;
      padding: 0 5px; }
      .slide-item-list li a {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        background: transparent;
        padding-bottom: 0px; }
        .slide-item-list li a:hover, .slide-item-list li a:focus {
          background: transparent; }
        .slide-item-list li a img {
          width: 100%; }
    .slide-item-list .nav-link {
      border: 0; }
  
  .product-detail-text {
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px; }
  
  .star-rating .product-review {
    font-style: 13px;
    color: #B1B1B1;
    font-weight: 400;
    text-decoration: underline !important; }
  
  .product-detail .tab-content img {
    display: inline-block;
    width: 100%; }
  
  .popular-tag ul {
    margin: 0px;
    padding: 0px; }
    .popular-tag ul li {
      display: inline-block;
      padding: 8px 15px;
      background: #f8f8f8;
      font-size: 13px;
      color: #fff;
      margin-right: 10px;
      margin-bottom: 10px; }
  
  .size-filter ul li {
    display: inline-block; }
  
  .intro {
    border: 1px solid red;
    color: #1d1d1d; }
  
  #listResults .slider {
    margin: 25px 0; }
  
  #listResults .slider-box {
    width: 90%;
    margin: 25px auto; }
  
  #listResults input {
    width: 10%; }
  
  #listResults label {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30%; }
  
  .plus-minus-input .input-icon {
    font-size: 13px;
    color: #aaaaaa; }
  
  .plus-minus-input .custom-btn {
    border-radius: 0;
    height: 40px;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #c8c8c8; }
    .plus-minus-input .custom-btn:hover, .plus-minus-input .custom-btn:focus, .plus-minus-input .custom-btn.active {
      box-shadow: none;
      outline: none; }
  
  .plus-minus-input .form-control {
    height: 40px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 0px solid #c8c8c8;
    border-right: 1px solid #c8c8c8; }
    .plus-minus-input .form-control:hover, .plus-minus-input .form-control:focus, .plus-minus-input .form-control:active {
      border-top: 1px solid #c8c8c8;
      border-bottom: 1px solid #c8c8c8;
      border-left: 0px solid #c8c8c8;
      border-right: 0px solid #c8c8c8; }
  
  .new-arrival-product .new-arrivals-img-contnent {
    overflow: hidden; }
    .new-arrival-product .new-arrivals-img-contnent img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  
  .new-arrival-product:hover .new-arrivals-img-contnent img {
    transform: scale(1.5) translateY(12%);
    -moz-transform: scale(1.5) translateY(12%);
    -webkit-transform: scale(1.5) translateY(12%);
    -ms-transform: scale(1.5) translateY(12%);
    -o-transform: scale(1.5) translateY(12%); }
  
  /*
  ===================================
      list view
  ===================================*/
  .new-arrival-content .item {
    font-size: 12px;
    color: #B1B1B1; }
  
  .new-arrival-content h4, .new-arrival-content .h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
    .new-arrival-content h4 a, .new-arrival-content .h4 a {
      color: #000; }
  
  .new-arrival-content .price {
    font-weight: 600;
    color: #fe5b26;
    font-size: 1.125rem;
    margin-bottom: 0;
    float: right; }
  
  .new-arrival-content .discount {
    font-size: 0.875rem;
    margin-right: 8px;
    opacity: 0.8;
    color: #d5d9fd; }
  
  .new-arrival-content p {
    font-size: 14px;
    color: #828690;
    margin-bottom: 3px;
    line-height: 24px; }
  
  .new-arrival-content .text-content {
    margin-top: 10px; }
  
  @media only screen and (max-width: 575px) {
    .new-arrival-content .price {
      float: left;
      margin-top: 10px; } }
  
  .new-arrival-content.text-center .price {
    float: unset; }
  
  .success-icon {
    color: #2BC155;
    font-size: 16px; }
  
  .comment-review {
    margin-bottom: 15px;
    display: table;
    width: 100%; }
    .comment-review .client-review {
      color: #828690;
      padding-right: 20px;
      text-decoration: underline !important;
      font-size: 14px; }
    .comment-review .span {
      color: #828690;
      font-size: 14px; }
  
  .star-rating li {
    display: inline-block; }
    .star-rating li i {
      color: gold; }
  
  .rtl {
    text-align: right;
    direction: rtl; }
    .rtl .nav {
      padding-right: 0; }
    .rtl .navbar-nav .nav-item {
      float: right; }
    .rtl .navbar-nav .nav-item + .nav-item {
      margin-right: 1rem;
      margin-left: inherit; }
    .rtl th {
      text-align: right; }
    .rtl .alert-dismissible {
      padding-right: 1.25rem;
      padding-left: 4rem; }
    .rtl .dropdown-menu {
      right: 0;
      text-align: right; }
    .rtl .checkbox label {
      padding-right: 1.25rem;
      padding-left: inherit; }
    .rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-radius: 0 0.75rem 0.75rem 0; }
    .rtl .btn-group > .btn:last-child:not(:first-child),
    .rtl .btn-group > .dropdown-toggle:not(:first-child) {
      border-radius: 0.75rem 0 0 0.75rem; }
    .rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
      border-radius: 0.75rem 0 0 0.75rem; }
    .rtl .custom-control-label::after,
    .rtl .custom-control-label::before {
      right: 0;
      left: inherit; }
    .rtl .custom-select {
      padding: 0.375rem 0.75rem 0.375rem 1.75rem;
      background: #F9F9F9 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
      background-size: 8px 10px; }
    .rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
    .rtl .input-group > .input-group-append:not(:last-child) > .btn,
    .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
    .rtl .input-group > .input-group-prepend > .btn,
    .rtl .input-group > .input-group-prepend > .input-group-text {
      border-radius: 0 0.75rem 0.75rem 0; }
    .rtl .input-group > .input-group-append > .btn,
    .rtl .input-group > .input-group-append > .input-group-text,
    .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
    .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
    .rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
    .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
      border-radius: 0.75rem 0 0 0.75rem; }
    .rtl .input-group > .custom-select:not(:first-child),
    .rtl .input-group > .form-control:not(:first-child) {
      border-radius: 0.75rem 0 0 0.75rem; }
    .rtl .input-group > .custom-select:not(:last-child),
    .rtl .input-group > .form-control:not(:last-child) {
      border-radius: 0 0.75rem 0.75rem 0; }
    .rtl .input-group > .custom-select:not(:last-child):not(:first-child),
    .rtl .input-group > .form-control:not(:last-child):not(:first-child) {
      border-radius: 0; }
    .rtl .custom-control {
      padding-right: 1.5rem;
      padding-left: inherit;
      margin-right: inherit;
      margin-left: 1rem; }
    .rtl .custom-control-indicator {
      right: 0;
      left: inherit; }
    .rtl .custom-file-label::after {
      right: initial;
      left: -1px;
      border-radius: .25rem 0 0 .25rem; }
    .rtl .radio input,
    .rtl .radio-inline,
    .rtl .checkbox input,
    .rtl .checkbox-inline input {
      margin-right: -1.25rem;
      margin-left: inherit; }
    .rtl .list-group {
      padding-right: 0;
      padding-left: 40px; }
    .rtl .close {
      float: left; }
    .rtl .modal-header .close {
      margin: -15px auto -15px -15px; }
    .rtl .modal-footer > :not(:first-child) {
      margin-right: .25rem; }
    .rtl .alert-dismissible .close {
      right: inherit;
      left: 0; }
    .rtl .dropdown-toggle::after {
      margin-right: .255em;
      margin-left: 0; }
    .rtl .form-check-input {
      margin-right: -1.25rem;
      margin-left: inherit; }
    .rtl .form-check-label {
      padding-right: 1.25rem;
      padding-left: inherit; }
    .rtl .offset-1 {
      margin-right: 8.33333%;
      margin-left: 0; }
    .rtl .offset-2 {
      margin-right: 16.66667%;
      margin-left: 0; }
    .rtl .offset-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .offset-4 {
      margin-right: 33.33333%;
      margin-left: 0; }
    .rtl .offset-5 {
      margin-right: 41.66667%;
      margin-left: 0; }
    .rtl .offset-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .offset-7 {
      margin-right: 58.33333%;
      margin-left: 0; }
    .rtl .offset-8 {
      margin-right: 66.66667%;
      margin-left: 0; }
    .rtl .offset-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .offset-10 {
      margin-right: 83.33333%;
      margin-left: 0; }
    .rtl .offset-11 {
      margin-right: 91.66667%;
      margin-left: 0; }
    @media (min-width: 576px) {
      .rtl .offset-sm-0 {
        margin-right: 0;
        margin-left: 0; }
      .rtl .offset-sm-1 {
        margin-right: 8.33333%;
        margin-left: 0; }
      .rtl .offset-sm-2 {
        margin-right: 16.66667%;
        margin-left: 0; }
      .rtl .offset-sm-3 {
        margin-right: 25%;
        margin-left: 0; }
      .rtl .offset-sm-4 {
        margin-right: 33.33333%;
        margin-left: 0; }
      .rtl .offset-sm-5 {
        margin-right: 41.66667%;
        margin-left: 0; }
      .rtl .offset-sm-6 {
        margin-right: 50%;
        margin-left: 0; }
      .rtl .offset-sm-7 {
        margin-right: 58.33333%;
        margin-left: 0; }
      .rtl .offset-sm-8 {
        margin-right: 66.66667%;
        margin-left: 0; }
      .rtl .offset-sm-9 {
        margin-right: 75%;
        margin-left: 0; }
      .rtl .offset-sm-10 {
        margin-right: 83.33333%;
        margin-left: 0; }
      .rtl .offset-sm-11 {
        margin-right: 91.66667%;
        margin-left: 0; } }
    @media (min-width: 768px) {
      .rtl .offset-md-0 {
        margin-right: 0;
        margin-left: 0; }
      .rtl .offset-md-1 {
        margin-right: 8.33333%;
        margin-left: 0; }
      .rtl .offset-md-2 {
        margin-right: 16.66667%;
        margin-left: 0; }
      .rtl .offset-md-3 {
        margin-right: 25%;
        margin-left: 0; }
      .rtl .offset-md-4 {
        margin-right: 33.33333%;
        margin-left: 0; }
      .rtl .offset-md-5 {
        margin-right: 41.66667%;
        margin-left: 0; }
      .rtl .offset-md-6 {
        margin-right: 50%;
        margin-left: 0; }
      .rtl .offset-md-7 {
        margin-right: 58.33333%;
        margin-left: 0; }
      .rtl .offset-md-8 {
        margin-right: 66.66667%;
        margin-left: 0; }
      .rtl .offset-md-9 {
        margin-right: 75%;
        margin-left: 0; }
      .rtl .offset-md-10 {
        margin-right: 83.33333%;
        margin-left: 0; }
      .rtl .offset-md-11 {
        margin-right: 91.66667%;
        margin-left: 0; } }
    @media (min-width: 992px) {
      .rtl .offset-lg-0 {
        margin-right: 0;
        margin-left: 0; }
      .rtl .offset-lg-1 {
        margin-right: 8.33333%;
        margin-left: 0; }
      .rtl .offset-lg-2 {
        margin-right: 16.66667%;
        margin-left: 0; }
      .rtl .offset-lg-3 {
        margin-right: 25%;
        margin-left: 0; }
      .rtl .offset-lg-4 {
        margin-right: 33.33333%;
        margin-left: 0; }
      .rtl .offset-lg-5 {
        margin-right: 41.66667%;
        margin-left: 0; }
      .rtl .offset-lg-6 {
        margin-right: 50%;
        margin-left: 0; }
      .rtl .offset-lg-7 {
        margin-right: 58.33333%;
        margin-left: 0; }
      .rtl .offset-lg-8 {
        margin-right: 66.66667%;
        margin-left: 0; }
      .rtl .offset-lg-9 {
        margin-right: 75%;
        margin-left: 0; }
      .rtl .offset-lg-10 {
        margin-right: 83.33333%;
        margin-left: 0; }
      .rtl .offset-lg-11 {
        margin-right: 91.66667%;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .rtl .offset-xl-0 {
        margin-right: 0;
        margin-left: 0; }
      .rtl .offset-xl-1 {
        margin-right: 8.33333%;
        margin-left: 0; }
      .rtl .offset-xl-2 {
        margin-right: 16.66667%;
        margin-left: 0; }
      .rtl .offset-xl-3 {
        margin-right: 25%;
        margin-left: 0; }
      .rtl .offset-xl-4 {
        margin-right: 33.33333%;
        margin-left: 0; }
      .rtl .offset-xl-5 {
        margin-right: 41.66667%;
        margin-left: 0; }
      .rtl .offset-xl-6 {
        margin-right: 50%;
        margin-left: 0; }
      .rtl .offset-xl-7 {
        margin-right: 58.33333%;
        margin-left: 0; }
      .rtl .offset-xl-8 {
        margin-right: 66.66667%;
        margin-left: 0; }
      .rtl .offset-xl-9 {
        margin-right: 75%;
        margin-left: 0; }
      .rtl .offset-xl-10 {
        margin-right: 83.33333%;
        margin-left: 0; }
      .rtl .offset-xl-11 {
        margin-right: 91.66667%;
        margin-left: 0; } }
    @media (min-width: 1440) {
      .rtl .offset-xxl-0 {
        margin-right: 0;
        margin-left: 0; }
      .rtl .offset-xxl-1 {
        margin-right: 8.33333%;
        margin-left: 0; }
      .rtl .offset-xxl-2 {
        margin-right: 16.66667%;
        margin-left: 0; }
      .rtl .offset-xxl-3 {
        margin-right: 25%;
        margin-left: 0; }
      .rtl .offset-xxl-4 {
        margin-right: 33.33333%;
        margin-left: 0; }
      .rtl .offset-xxl-5 {
        margin-right: 41.66667%;
        margin-left: 0; }
      .rtl .offset-xxl-6 {
        margin-right: 50%;
        margin-left: 0; }
      .rtl .offset-xxl-7 {
        margin-right: 58.33333%;
        margin-left: 0; }
      .rtl .offset-xxl-8 {
        margin-right: 66.66667%;
        margin-left: 0; }
      .rtl .offset-xxl-9 {
        margin-right: 75%;
        margin-left: 0; }
      .rtl .offset-xxl-10 {
        margin-right: 83.33333%;
        margin-left: 0; }
      .rtl .offset-xxl-11 {
        margin-right: 91.66667%;
        margin-left: 0; } }
    .rtl .mr-0,
    .rtl .mx-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .rtl .ml-0,
    .rtl .mx-0 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .rtl .mr-1,
    .rtl .mx-1 {
      margin-right: 0 !important;
      margin-left: 0.25rem !important; }
    .rtl .ml-1,
    .rtl .mx-1 {
      margin-left: 0 !important;
      margin-right: 0.25rem !important; }
    .rtl .mr-2,
    .rtl .mx-2 {
      margin-right: 0 !important;
      margin-left: 0.5rem !important; }
    .rtl .ml-2,
    .rtl .mx-2 {
      margin-left: 0 !important;
      margin-right: 0.5rem !important; }
    .rtl .mr-3,
    .rtl .mx-3 {
      margin-right: 0 !important;
      margin-left: 1rem !important; }
    .rtl .ml-3,
    .rtl .mx-3 {
      margin-left: 0 !important;
      margin-right: 1rem !important; }
    .rtl .mr-4,
    .rtl .mx-4 {
      margin-right: 0 !important;
      margin-left: 1.5rem !important; }
    .rtl .ml-4,
    .rtl .mx-4 {
      margin-left: 0 !important;
      margin-right: 1.5rem !important; }
    .rtl .mr-5,
    .rtl .mx-5 {
      margin-right: 0 !important;
      margin-left: 3rem !important; }
    .rtl .ml-5,
    .rtl .mx-5 {
      margin-left: 0 !important;
      margin-right: 3rem !important; }
    .rtl .pr-0,
    .rtl .px-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .rtl .pl-0,
    .rtl .px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .rtl .pr-1,
    .rtl .px-1 {
      padding-right: 0 !important;
      padding-left: 0.25rem !important; }
    .rtl .pl-1,
    .rtl .px-1 {
      padding-left: 0 !important;
      padding-right: 0.25rem !important; }
    .rtl .pr-2,
    .rtl .px-2 {
      padding-right: 0 !important;
      padding-left: 0.5rem !important; }
    .rtl .pl-2,
    .rtl .px-2 {
      padding-left: 0 !important;
      padding-right: 0.5rem !important; }
    .rtl .pr-3,
    .rtl .px-3 {
      padding-right: 0 !important;
      padding-left: 1rem !important; }
    .rtl .pl-3,
    .rtl .px-3 {
      padding-left: 0 !important;
      padding-right: 1rem !important; }
    .rtl .pr-4,
    .rtl .px-4 {
      padding-right: 0 !important;
      padding-left: 1.5rem !important; }
    .rtl .pl-4,
    .rtl .px-4 {
      padding-left: 0 !important;
      padding-right: 1.5rem !important; }
    .rtl .pr-5,
    .rtl .px-5 {
      padding-right: 0 !important;
      padding-left: 3rem !important; }
    .rtl .pl-5,
    .rtl .px-5 {
      padding-left: 0 !important;
      padding-right: 3rem !important; }
    .rtl .mr-auto {
      margin-right: 0 !important;
      margin-left: auto !important; }
    .rtl .ml-auto {
      margin-right: auto !important;
      margin-left: 0 !important; }
    .rtl .mx-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    @media (min-width: 576px) {
      .rtl .mr-sm-0,
      .rtl .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .rtl .ml-sm-0,
      .rtl .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .rtl .mr-sm-1,
      .rtl .mx-sm-1 {
        margin-right: 0 !important;
        margin-left: 0.25rem !important; }
      .rtl .ml-sm-1,
      .rtl .mx-sm-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important; }
      .rtl .mr-sm-2,
      .rtl .mx-sm-2 {
        margin-right: 0 !important;
        margin-left: 0.5rem !important; }
      .rtl .ml-sm-2,
      .rtl .mx-sm-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important; }
      .rtl .mr-sm-3,
      .rtl .mx-sm-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important; }
      .rtl .ml-sm-3,
      .rtl .mx-sm-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important; }
      .rtl .mr-sm-4,
      .rtl .mx-sm-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important; }
      .rtl .ml-sm-4,
      .rtl .mx-sm-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important; }
      .rtl .mr-sm-5,
      .rtl .mx-sm-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important; }
      .rtl .ml-sm-5,
      .rtl .mx-sm-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important; }
      .rtl .pr-sm-0,
      .rtl .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
      .rtl .pl-sm-0,
      .rtl .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .rtl .pr-sm-1,
      .rtl .px-sm-1 {
        padding-right: 0 !important;
        padding-left: 0.25rem !important; }
      .rtl .pl-sm-1,
      .rtl .px-sm-1 {
        padding-left: 0 !important;
        padding-right: 0.25rem !important; }
      .rtl .pr-sm-2,
      .rtl .px-sm-2 {
        padding-right: 0 !important;
        padding-left: 0.5rem !important; }
      .rtl .pl-sm-2,
      .rtl .px-sm-2 {
        padding-left: 0 !important;
        padding-right: 0.5rem !important; }
      .rtl .pr-sm-3,
      .rtl .px-sm-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important; }
      .rtl .pl-sm-3,
      .rtl .px-sm-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important; }
      .rtl .pr-sm-4,
      .rtl .px-sm-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important; }
      .rtl .pl-sm-4,
      .rtl .px-sm-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important; }
      .rtl .pr-sm-5,
      .rtl .px-sm-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important; }
      .rtl .pl-sm-5,
      .rtl .px-sm-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important; }
      .rtl .mr-sm-auto {
        margin-right: 0 !important;
        margin-left: auto !important; }
      .rtl .ml-sm-auto {
        margin-right: auto !important;
        margin-left: 0 !important; }
      .rtl .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important; } }
    @media (min-width: 768px) {
      .rtl .mr-md-0,
      .rtl .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .rtl .ml-md-0,
      .rtl .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .rtl .mr-md-1,
      .rtl .mx-md-1 {
        margin-right: 0 !important;
        margin-left: 0.25rem !important; }
      .rtl .ml-md-1,
      .rtl .mx-md-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important; }
      .rtl .mr-md-2,
      .rtl .mx-md-2 {
        margin-right: 0 !important;
        margin-left: 0.5rem !important; }
      .rtl .ml-md-2,
      .rtl .mx-md-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important; }
      .rtl .mr-md-3,
      .rtl .mx-md-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important; }
      .rtl .ml-md-3,
      .rtl .mx-md-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important; }
      .rtl .mr-md-4,
      .rtl .mx-md-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important; }
      .rtl .ml-md-4,
      .rtl .mx-md-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important; }
      .rtl .mr-md-5,
      .rtl .mx-md-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important; }
      .rtl .ml-md-5,
      .rtl .mx-md-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important; }
      .rtl .pr-md-0,
      .rtl .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
      .rtl .pl-md-0,
      .rtl .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .rtl .pr-md-1,
      .rtl .px-md-1 {
        padding-right: 0 !important;
        padding-left: 0.25rem !important; }
      .rtl .pl-md-1,
      .rtl .px-md-1 {
        padding-left: 0 !important;
        padding-right: 0.25rem !important; }
      .rtl .pr-md-2,
      .rtl .px-md-2 {
        padding-right: 0 !important;
        padding-left: 0.5rem !important; }
      .rtl .pl-md-2,
      .rtl .px-md-2 {
        padding-left: 0 !important;
        padding-right: 0.5rem !important; }
      .rtl .pr-md-3,
      .rtl .px-md-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important; }
      .rtl .pl-md-3,
      .rtl .px-md-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important; }
      .rtl .pr-md-4,
      .rtl .px-md-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important; }
      .rtl .pl-md-4,
      .rtl .px-md-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important; }
      .rtl .pr-md-5,
      .rtl .px-md-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important; }
      .rtl .pl-md-5,
      .rtl .px-md-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important; }
      .rtl .mr-md-auto {
        margin-right: 0 !important;
        margin-left: auto !important; }
      .rtl .ml-md-auto {
        margin-right: auto !important;
        margin-left: 0 !important; }
      .rtl .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important; } }
    @media (min-width: 992px) {
      .rtl .mr-lg-0,
      .rtl .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .rtl .ml-lg-0,
      .rtl .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .rtl .mr-lg-1,
      .rtl .mx-lg-1 {
        margin-right: 0 !important;
        margin-left: 0.25rem !important; }
      .rtl .ml-lg-1,
      .rtl .mx-lg-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important; }
      .rtl .mr-lg-2,
      .rtl .mx-lg-2 {
        margin-right: 0 !important;
        margin-left: 0.5rem !important; }
      .rtl .ml-lg-2,
      .rtl .mx-lg-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important; }
      .rtl .mr-lg-3,
      .rtl .mx-lg-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important; }
      .rtl .ml-lg-3,
      .rtl .mx-lg-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important; }
      .rtl .mr-lg-4,
      .rtl .mx-lg-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important; }
      .rtl .ml-lg-4,
      .rtl .mx-lg-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important; }
      .rtl .mr-lg-5,
      .rtl .mx-lg-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important; }
      .rtl .ml-lg-5,
      .rtl .mx-lg-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important; }
      .rtl .pr-lg-0,
      .rtl .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
      .rtl .pl-lg-0,
      .rtl .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .rtl .pr-lg-1,
      .rtl .px-lg-1 {
        padding-right: 0 !important;
        padding-left: 0.25rem !important; }
      .rtl .pl-lg-1,
      .rtl .px-lg-1 {
        padding-left: 0 !important;
        padding-right: 0.25rem !important; }
      .rtl .pr-lg-2,
      .rtl .px-lg-2 {
        padding-right: 0 !important;
        padding-left: 0.5rem !important; }
      .rtl .pl-lg-2,
      .rtl .px-lg-2 {
        padding-left: 0 !important;
        padding-right: 0.5rem !important; }
      .rtl .pr-lg-3,
      .rtl .px-lg-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important; }
      .rtl .pl-lg-3,
      .rtl .px-lg-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important; }
      .rtl .pr-lg-4,
      .rtl .px-lg-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important; }
      .rtl .pl-lg-4,
      .rtl .px-lg-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important; }
      .rtl .pr-lg-5,
      .rtl .px-lg-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important; }
      .rtl .pl-lg-5,
      .rtl .px-lg-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important; }
      .rtl .mr-lg-auto {
        margin-right: 0 !important;
        margin-left: auto !important; }
      .rtl .ml-lg-auto {
        margin-right: auto !important;
        margin-left: 0 !important; }
      .rtl .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important; } }
    @media (min-width: 1200px) {
      .rtl .mr-xl-0,
      .rtl .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .rtl .ml-xl-0,
      .rtl .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .rtl .mr-xl-1,
      .rtl .mx-xl-1 {
        margin-right: 0 !important;
        margin-left: 0.25rem !important; }
      .rtl .ml-xl-1,
      .rtl .mx-xl-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important; }
      .rtl .mr-xl-2,
      .rtl .mx-xl-2 {
        margin-right: 0 !important;
        margin-left: 0.5rem !important; }
      .rtl .ml-xl-2,
      .rtl .mx-xl-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important; }
      .rtl .mr-xl-3,
      .rtl .mx-xl-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important; }
      .rtl .ml-xl-3,
      .rtl .mx-xl-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important; }
      .rtl .mr-xl-4,
      .rtl .mx-xl-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important; }
      .rtl .ml-xl-4,
      .rtl .mx-xl-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important; }
      .rtl .mr-xl-5,
      .rtl .mx-xl-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important; }
      .rtl .ml-xl-5,
      .rtl .mx-xl-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important; }
      .rtl .pr-xl-0,
      .rtl .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
      .rtl .pl-xl-0,
      .rtl .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .rtl .pr-xl-1,
      .rtl .px-xl-1 {
        padding-right: 0 !important;
        padding-left: 0.25rem !important; }
      .rtl .pl-xl-1,
      .rtl .px-xl-1 {
        padding-left: 0 !important;
        padding-right: 0.25rem !important; }
      .rtl .pr-xl-2,
      .rtl .px-xl-2 {
        padding-right: 0 !important;
        padding-left: 0.5rem !important; }
      .rtl .pl-xl-2,
      .rtl .px-xl-2 {
        padding-left: 0 !important;
        padding-right: 0.5rem !important; }
      .rtl .pr-xl-3,
      .rtl .px-xl-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important; }
      .rtl .pl-xl-3,
      .rtl .px-xl-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important; }
      .rtl .pr-xl-4,
      .rtl .px-xl-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important; }
      .rtl .pl-xl-4,
      .rtl .px-xl-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important; }
      .rtl .pr-xl-5,
      .rtl .px-xl-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important; }
      .rtl .pl-xl-5,
      .rtl .px-xl-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important; }
      .rtl .mr-xl-auto {
        margin-right: 0 !important;
        margin-left: auto !important; }
      .rtl .ml-xl-auto {
        margin-right: auto !important;
        margin-left: 0 !important; }
      .rtl .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important; } }
    @media (min-width: 1440) {
      .rtl .mr-xxl-0,
      .rtl .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .rtl .ml-xxl-0,
      .rtl .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .rtl .mr-xxl-1,
      .rtl .mx-xxl-1 {
        margin-right: 0 !important;
        margin-left: 0.25rem !important; }
      .rtl .ml-xxl-1,
      .rtl .mx-xxl-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important; }
      .rtl .mr-xxl-2,
      .rtl .mx-xxl-2 {
        margin-right: 0 !important;
        margin-left: 0.5rem !important; }
      .rtl .ml-xxl-2,
      .rtl .mx-xxl-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important; }
      .rtl .mr-xxl-3,
      .rtl .mx-xxl-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important; }
      .rtl .ml-xxl-3,
      .rtl .mx-xxl-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important; }
      .rtl .mr-xxl-4,
      .rtl .mx-xxl-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important; }
      .rtl .ml-xxl-4,
      .rtl .mx-xxl-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important; }
      .rtl .mr-xxl-5,
      .rtl .mx-xxl-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important; }
      .rtl .ml-xxl-5,
      .rtl .mx-xxl-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important; }
      .rtl .pr-xxl-0,
      .rtl .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
      .rtl .pl-xxl-0,
      .rtl .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .rtl .pr-xxl-1,
      .rtl .px-xxl-1 {
        padding-right: 0 !important;
        padding-left: 0.25rem !important; }
      .rtl .pl-xxl-1,
      .rtl .px-xxl-1 {
        padding-left: 0 !important;
        padding-right: 0.25rem !important; }
      .rtl .pr-xxl-2,
      .rtl .px-xxl-2 {
        padding-right: 0 !important;
        padding-left: 0.5rem !important; }
      .rtl .pl-xxl-2,
      .rtl .px-xxl-2 {
        padding-left: 0 !important;
        padding-right: 0.5rem !important; }
      .rtl .pr-xxl-3,
      .rtl .px-xxl-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important; }
      .rtl .pl-xxl-3,
      .rtl .px-xxl-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important; }
      .rtl .pr-xxl-4,
      .rtl .px-xxl-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important; }
      .rtl .pl-xxl-4,
      .rtl .px-xxl-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important; }
      .rtl .pr-xxl-5,
      .rtl .px-xxl-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important; }
      .rtl .pl-xxl-5,
      .rtl .px-xxl-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important; }
      .rtl .mr-xxl-auto {
        margin-right: 0 !important;
        margin-left: auto !important; }
      .rtl .ml-xxl-auto {
        margin-right: auto !important;
        margin-left: 0 !important; }
      .rtl .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important; } }
    .rtl .text-right {
      text-align: left !important; }
    .rtl .text-left {
      text-align: right !important; }
    @media (min-width: 576px) {
      .rtl .text-sm-right {
        text-align: left !important; }
      .rtl .text-sm-left {
        text-align: right !important; } }
    @media (min-width: 768px) {
      .rtl .text-md-right {
        text-align: left !important; }
      .rtl .text-md-left {
        text-align: right !important; } }
    @media (min-width: 992px) {
      .rtl .text-lg-right {
        text-align: left !important; }
      .rtl .text-lg-left {
        text-align: right !important; } }
    @media (min-width: 1200px) {
      .rtl .text-xl-right {
        text-align: left !important; }
      .rtl .text-xl-left {
        text-align: right !important; } }
    @media (min-width: 1440) {
      .rtl .text-xxl-right {
        text-align: left !important; }
      .rtl .text-xxl-left {
        text-align: right !important; } }
  
  .rtl .mx-0 {
    margin-right: auto;
    margin-left: 0 !important; }
  
  .rtl .mx-0 {
    margin-left: auto;
    margin-right: 0 !important; }
  
  .rtl .mx-1 {
    margin-right: auto;
    margin-left: 0.25rem !important; }
  
  .rtl .mx-1 {
    margin-left: auto;
    margin-right: 0.25rem !important; }
  
  .rtl .mx-2 {
    margin-right: auto;
    margin-left: 0.5rem !important; }
  
  .rtl .mx-2 {
    margin-left: auto;
    margin-right: 0.5rem !important; }
  
  .rtl .mx-3 {
    margin-right: auto;
    margin-left: 1rem !important; }
  
  .rtl .mx-3 {
    margin-left: auto;
    margin-right: 1rem !important; }
  
  .rtl .mx-4 {
    margin-right: auto;
    margin-left: 1.5rem !important; }
  
  .rtl .mx-4 {
    margin-left: auto;
    margin-right: 1.5rem !important; }
  
  .rtl .mx-5 {
    margin-right: auto;
    margin-left: 3rem !important; }
  
  .rtl .mx-5 {
    margin-left: auto;
    margin-right: 3rem !important; }
  
  .rtl .px-0 {
    padding-right: auto;
    padding-left: 0 !important; }
  
  .rtl .px-0 {
    padding-left: auto;
    padding-right: 0 !important; }
  
  .rtl .px-1 {
    padding-right: auto;
    padding-left: 0.25rem !important; }
  
  .rtl .px-1 {
    padding-left: auto;
    padding-right: 0.25rem !important; }
  
  .rtl .px-2 {
    padding-right: auto;
    padding-left: 0.5rem !important; }
  
  .rtl .px-2 {
    padding-left: auto;
    padding-right: 0.5rem !important; }
  
  .rtl .px-3 {
    padding-right: auto;
    padding-left: 1rem !important; }
  
  .rtl .px-3 {
    padding-left: auto;
    padding-right: 1rem !important; }
  
  .rtl .px-4 {
    padding-right: auto;
    padding-left: 1.5rem !important; }
  
  .rtl .px-4 {
    padding-left: auto;
    padding-right: 1.5rem !important; }
  
  .rtl .px-5 {
    padding-right: auto;
    padding-left: 3rem !important; }
  
  .rtl .px-5 {
    padding-left: auto;
    padding-right: 3rem !important; }
  
  .rtl .mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important; }
  
  .rtl .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  
  .rtl .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important; }
  
  .rtl .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  
  @media (min-width: 576px) {
    .rtl .mx-sm-0 {
      margin-right: auto;
      margin-left: 0 !important; }
    .rtl .mx-sm-0 {
      margin-left: auto;
      margin-right: 0 !important; }
    .rtl .mx-sm-1 {
      margin-right: auto;
      margin-left: 0.25rem !important; }
    .rtl .mx-sm-1 {
      margin-left: auto;
      margin-right: 0.25rem !important; }
    .rtl .mx-sm-2 {
      margin-right: auto;
      margin-left: 0.5rem !important; }
    .rtl .mx-sm-2 {
      margin-left: auto;
      margin-right: 0.5rem !important; }
    .rtl .mx-sm-3 {
      margin-right: auto;
      margin-left: 1rem !important; }
    .rtl .mx-sm-3 {
      margin-left: auto;
      margin-right: 1rem !important; }
    .rtl .mx-sm-4 {
      margin-right: auto;
      margin-left: 1.5rem !important; }
    .rtl .mx-sm-4 {
      margin-left: auto;
      margin-right: 1.5rem !important; }
    .rtl .mx-sm-5 {
      margin-right: auto;
      margin-left: 3rem !important; }
    .rtl .mx-sm-5 {
      margin-left: auto;
      margin-right: 3rem !important; }
    .rtl .px-sm-0 {
      padding-right: auto;
      padding-left: 0 !important; }
    .rtl .px-sm-0 {
      padding-left: auto;
      padding-right: 0 !important; }
    .rtl .px-sm-1 {
      padding-right: auto;
      padding-left: 0.25rem !important; }
    .rtl .px-sm-1 {
      padding-left: auto;
      padding-right: 0.25rem !important; }
    .rtl .px-sm-2 {
      padding-right: auto;
      padding-left: 0.5rem !important; }
    .rtl .px-sm-2 {
      padding-left: auto;
      padding-right: 0.5rem !important; }
    .rtl .px-sm-3 {
      padding-right: auto;
      padding-left: 1rem !important; }
    .rtl .px-sm-3 {
      padding-left: auto;
      padding-right: 1rem !important; }
    .rtl .px-sm-4 {
      padding-right: auto;
      padding-left: 1.5rem !important; }
    .rtl .px-sm-4 {
      padding-left: auto;
      padding-right: 1.5rem !important; }
    .rtl .px-sm-5 {
      padding-right: auto;
      padding-left: 3rem !important; }
    .rtl .px-sm-5 {
      padding-left: auto;
      padding-right: 3rem !important; }
    .rtl .mr-sm-auto {
      margin-right: 0 !important;
      margin-left: auto !important; }
    .rtl .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .rtl .ml-sm-auto {
      margin-right: auto !important;
      margin-left: 0 !important; }
    .rtl .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important; } }
  
  @media (min-width: 768px) {
    .rtl .mx-md-0 {
      margin-right: auto;
      margin-left: 0 !important; }
    .rtl .mx-md-0 {
      margin-left: auto;
      margin-right: 0 !important; }
    .rtl .mx-md-1 {
      margin-right: auto;
      margin-left: 0.25rem !important; }
    .rtl .mx-md-1 {
      margin-left: auto;
      margin-right: 0.25rem !important; }
    .rtl .mx-md-2 {
      margin-right: auto;
      margin-left: 0.5rem !important; }
    .rtl .mx-md-2 {
      margin-left: auto;
      margin-right: 0.5rem !important; }
    .rtl .mx-md-3 {
      margin-right: auto;
      margin-left: 1rem !important; }
    .rtl .mx-md-3 {
      margin-left: auto;
      margin-right: 1rem !important; }
    .rtl .mx-md-4 {
      margin-right: auto;
      margin-left: 1.5rem !important; }
    .rtl .mx-md-4 {
      margin-left: auto;
      margin-right: 1.5rem !important; }
    .rtl .mx-md-5 {
      margin-right: auto;
      margin-left: 3rem !important; }
    .rtl .mx-md-5 {
      margin-left: auto;
      margin-right: 3rem !important; }
    .rtl .px-md-0 {
      padding-right: auto;
      padding-left: 0 !important; }
    .rtl .px-md-0 {
      padding-left: auto;
      padding-right: 0 !important; }
    .rtl .px-md-1 {
      padding-right: auto;
      padding-left: 0.25rem !important; }
    .rtl .px-md-1 {
      padding-left: auto;
      padding-right: 0.25rem !important; }
    .rtl .px-md-2 {
      padding-right: auto;
      padding-left: 0.5rem !important; }
    .rtl .px-md-2 {
      padding-left: auto;
      padding-right: 0.5rem !important; }
    .rtl .px-md-3 {
      padding-right: auto;
      padding-left: 1rem !important; }
    .rtl .px-md-3 {
      padding-left: auto;
      padding-right: 1rem !important; }
    .rtl .px-md-4 {
      padding-right: auto;
      padding-left: 1.5rem !important; }
    .rtl .px-md-4 {
      padding-left: auto;
      padding-right: 1.5rem !important; }
    .rtl .px-md-5 {
      padding-right: auto;
      padding-left: 3rem !important; }
    .rtl .px-md-5 {
      padding-left: auto;
      padding-right: 3rem !important; }
    .rtl .mr-md-auto {
      margin-right: 0 !important;
      margin-left: auto !important; }
    .rtl .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .rtl .ml-md-auto {
      margin-right: auto !important;
      margin-left: 0 !important; }
    .rtl .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important; } }
  
  @media (min-width: 992px) {
    .rtl .mx-lg-0 {
      margin-right: auto;
      margin-left: 0 !important; }
    .rtl .mx-lg-0 {
      margin-left: auto;
      margin-right: 0 !important; }
    .rtl .mx-lg-1 {
      margin-right: auto;
      margin-left: 0.25rem !important; }
    .rtl .mx-lg-1 {
      margin-left: auto;
      margin-right: 0.25rem !important; }
    .rtl .mx-lg-2 {
      margin-right: auto;
      margin-left: 0.5rem !important; }
    .rtl .mx-lg-2 {
      margin-left: auto;
      margin-right: 0.5rem !important; }
    .rtl .mx-lg-3 {
      margin-right: auto;
      margin-left: 1rem !important; }
    .rtl .mx-lg-3 {
      margin-left: auto;
      margin-right: 1rem !important; }
    .rtl .mx-lg-4 {
      margin-right: auto;
      margin-left: 1.5rem !important; }
    .rtl .mx-lg-4 {
      margin-left: auto;
      margin-right: 1.5rem !important; }
    .rtl .mx-lg-5 {
      margin-right: auto;
      margin-left: 3rem !important; }
    .rtl .mx-lg-5 {
      margin-left: auto;
      margin-right: 3rem !important; }
    .rtl .px-lg-0 {
      padding-right: auto;
      padding-left: 0 !important; }
    .rtl .px-lg-0 {
      padding-left: auto;
      padding-right: 0 !important; }
    .rtl .px-lg-1 {
      padding-right: auto;
      padding-left: 0.25rem !important; }
    .rtl .px-lg-1 {
      padding-left: auto;
      padding-right: 0.25rem !important; }
    .rtl .px-lg-2 {
      padding-right: auto;
      padding-left: 0.5rem !important; }
    .rtl .px-lg-2 {
      padding-left: auto;
      padding-right: 0.5rem !important; }
    .rtl .px-lg-3 {
      padding-right: auto;
      padding-left: 1rem !important; }
    .rtl .px-lg-3 {
      padding-left: auto;
      padding-right: 1rem !important; }
    .rtl .px-lg-4 {
      padding-right: auto;
      padding-left: 1.5rem !important; }
    .rtl .px-lg-4 {
      padding-left: auto;
      padding-right: 1.5rem !important; }
    .rtl .px-lg-5 {
      padding-right: auto;
      padding-left: 3rem !important; }
    .rtl .px-lg-5 {
      padding-left: auto;
      padding-right: 3rem !important; }
    .rtl .mr-lg-auto {
      margin-right: 0 !important;
      margin-left: auto !important; }
    .rtl .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .rtl .ml-lg-auto {
      margin-right: auto !important;
      margin-left: 0 !important; }
    .rtl .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important; } }
  
  @media (min-width: 1200px) {
    .rtl .mx-xl-0 {
      margin-right: auto;
      margin-left: 0 !important; }
    .rtl .mx-xl-0 {
      margin-left: auto;
      margin-right: 0 !important; }
    .rtl .mx-xl-1 {
      margin-right: auto;
      margin-left: 0.25rem !important; }
    .rtl .mx-xl-1 {
      margin-left: auto;
      margin-right: 0.25rem !important; }
    .rtl .mx-xl-2 {
      margin-right: auto;
      margin-left: 0.5rem !important; }
    .rtl .mx-xl-2 {
      margin-left: auto;
      margin-right: 0.5rem !important; }
    .rtl .mx-xl-3 {
      margin-right: auto;
      margin-left: 1rem !important; }
    .rtl .mx-xl-3 {
      margin-left: auto;
      margin-right: 1rem !important; }
    .rtl .mx-xl-4 {
      margin-right: auto;
      margin-left: 1.5rem !important; }
    .rtl .mx-xl-4 {
      margin-left: auto;
      margin-right: 1.5rem !important; }
    .rtl .mx-xl-5 {
      margin-right: auto;
      margin-left: 3rem !important; }
    .rtl .mx-xl-5 {
      margin-left: auto;
      margin-right: 3rem !important; }
    .rtl .px-xl-0 {
      padding-right: auto;
      padding-left: 0 !important; }
    .rtl .px-xl-0 {
      padding-left: auto;
      padding-right: 0 !important; }
    .rtl .px-xl-1 {
      padding-right: auto;
      padding-left: 0.25rem !important; }
    .rtl .px-xl-1 {
      padding-left: auto;
      padding-right: 0.25rem !important; }
    .rtl .px-xl-2 {
      padding-right: auto;
      padding-left: 0.5rem !important; }
    .rtl .px-xl-2 {
      padding-left: auto;
      padding-right: 0.5rem !important; }
    .rtl .px-xl-3 {
      padding-right: auto;
      padding-left: 1rem !important; }
    .rtl .px-xl-3 {
      padding-left: auto;
      padding-right: 1rem !important; }
    .rtl .px-xl-4 {
      padding-right: auto;
      padding-left: 1.5rem !important; }
    .rtl .px-xl-4 {
      padding-left: auto;
      padding-right: 1.5rem !important; }
    .rtl .px-xl-5 {
      padding-right: auto;
      padding-left: 3rem !important; }
    .rtl .px-xl-5 {
      padding-left: auto;
      padding-right: 3rem !important; }
    .rtl .mr-xl-auto {
      margin-right: 0 !important;
      margin-left: auto !important; }
    .rtl .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .rtl .ml-xl-auto {
      margin-right: auto !important;
      margin-left: 0 !important; }
    .rtl .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important; } }
  
  @media (min-width: 1440) {
    .rtl .mx-xxl-0 {
      margin-right: auto;
      margin-left: 0 !important; }
    .rtl .mx-xxl-0 {
      margin-left: auto;
      margin-right: 0 !important; }
    .rtl .mx-xxl-1 {
      margin-right: auto;
      margin-left: 0.25rem !important; }
    .rtl .mx-xxl-1 {
      margin-left: auto;
      margin-right: 0.25rem !important; }
    .rtl .mx-xxl-2 {
      margin-right: auto;
      margin-left: 0.5rem !important; }
    .rtl .mx-xxl-2 {
      margin-left: auto;
      margin-right: 0.5rem !important; }
    .rtl .mx-xxl-3 {
      margin-right: auto;
      margin-left: 1rem !important; }
    .rtl .mx-xxl-3 {
      margin-left: auto;
      margin-right: 1rem !important; }
    .rtl .mx-xxl-4 {
      margin-right: auto;
      margin-left: 1.5rem !important; }
    .rtl .mx-xxl-4 {
      margin-left: auto;
      margin-right: 1.5rem !important; }
    .rtl .mx-xxl-5 {
      margin-right: auto;
      margin-left: 3rem !important; }
    .rtl .mx-xxl-5 {
      margin-left: auto;
      margin-right: 3rem !important; }
    .rtl .px-xxl-0 {
      padding-right: auto;
      padding-left: 0 !important; }
    .rtl .px-xxl-0 {
      padding-left: auto;
      padding-right: 0 !important; }
    .rtl .px-xxl-1 {
      padding-right: auto;
      padding-left: 0.25rem !important; }
    .rtl .px-xxl-1 {
      padding-left: auto;
      padding-right: 0.25rem !important; }
    .rtl .px-xxl-2 {
      padding-right: auto;
      padding-left: 0.5rem !important; }
    .rtl .px-xxl-2 {
      padding-left: auto;
      padding-right: 0.5rem !important; }
    .rtl .px-xxl-3 {
      padding-right: auto;
      padding-left: 1rem !important; }
    .rtl .px-xxl-3 {
      padding-left: auto;
      padding-right: 1rem !important; }
    .rtl .px-xxl-4 {
      padding-right: auto;
      padding-left: 1.5rem !important; }
    .rtl .px-xxl-4 {
      padding-left: auto;
      padding-right: 1.5rem !important; }
    .rtl .px-xxl-5 {
      padding-right: auto;
      padding-left: 3rem !important; }
    .rtl .px-xxl-5 {
      padding-left: auto;
      padding-right: 3rem !important; }
    .rtl .mr-xxl-auto {
      margin-right: 0 !important;
      margin-left: auto !important; }
    .rtl .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    .rtl .ml-xxl-auto {
      margin-right: auto !important;
      margin-left: 0 !important; }
    .rtl .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important; } }
  
  .rtl .float-left {
    float: right !important; }
  
  .rtl .float-right {
    float: left !important; }
  
  .rtl .float-none {
    float: none !important; }
  
  @media (min-width: 576px) {
    .rtl .float-sm-left {
      float: right !important; }
    .rtl .float-sm-right {
      float: left !important; }
    .rtl .float-sm-none {
      float: none !important; } }
  
  @media (min-width: 768px) {
    .rtl .float-md-left {
      float: right !important; }
    .rtl .float-md-right {
      float: left !important; }
    .rtl .float-md-none {
      float: none !important; } }
  
  @media (min-width: 992px) {
    .rtl .float-lg-left {
      float: right !important; }
    .rtl .float-lg-right {
      float: left !important; }
    .rtl .float-lg-none {
      float: none !important; } }
  
  @media (min-width: 1200px) {
    .rtl .float-xl-left {
      float: right !important; }
    .rtl .float-xl-right {
      float: left !important; }
    .rtl .float-xl-none {
      float: none !important; } }
  
  @media (min-width: 1440) {
    .rtl .float-xxl-left {
      float: right !important; }
    .rtl .float-xxl-right {
      float: left !important; }
    .rtl .float-xxl-none {
      float: none !important; } }
  
  [direction="rtl"][data-theme-version="dark"] .border, [direction="rtl"][data-theme-version="dark"] .border-left, [direction="rtl"][data-theme-version="dark"] .border-right {
    border-color: #333a54 !important; }
  
  [direction="rtl"] .text-right {
    text-align: left !important; }
  
  [direction="rtl"] .text-left {
    text-align: right !important; }
  
  [direction="rtl"] .border-right {
    border-left: 1px solid #f0f1f5 !important;
    border-right: 0 !important; }
  
  [direction="rtl"] .border-left {
    border-right: 1px solid #f0f1f5 !important;
    border-left: 0 !important; }
  
  [direction="rtl"] .dropdown-menu {
    left: auto; }
  
  [direction="rtl"] .dropdown-menu-right {
    left: 0;
    right: auto; }
    @media only screen and (max-width: 575px) {
      [direction="rtl"] .dropdown-menu-right {
        left: 15px; } }
  
  [direction="rtl"] .notification_dropdown .dropdown-menu-right .media > span {
    margin-left: 10px;
    margin-right: 0; }
  
  [direction="rtl"]:not([data-container="boxed"]) .nav-header {
    left: auto;
    right: 0; }
  
  [direction="rtl"][data-container="wide-boxed"] .nav-header {
    left: auto;
    right: 0; }
  
  [direction="rtl"] .nav-header {
    text-align: right;
    right: auto; }
    [direction="rtl"] .nav-header .brand-title {
      margin-left: 0;
      margin-right: 15px; }
    [direction="rtl"] .nav-header .brand-logo {
      padding-left: 0;
      padding-right: 1.75rem; }
      [data-sidebar-style="compact"][direction="rtl"] .nav-header .brand-logo {
        padding-right: 0; }
      [data-sidebar-style="compact"][direction="rtl"] .nav-header .brand-logo[data-layout="horizontal"] {
        padding-right: 30px; }
      [data-sidebar-style="mini"][direction="rtl"] .nav-header .brand-logo {
        padding-right: 0; }
      [data-sidebar-style="modern"][direction="rtl"] .nav-header .brand-logo {
        padding-right: 0; }
        [data-layout="horizontal"][data-sidebar-style="modern"][direction="rtl"] .nav-header .brand-logo {
          padding-right: 30px; }
      @media (max-width: 767.98px) {
        [direction="rtl"] .nav-header .brand-logo {
          padding-right: 0; } }
  
  [direction="rtl"] .nav-control {
    right: auto;
    left: -4.0625rem; }
    @media (max-width: 767.98px) {
      [direction="rtl"] .nav-control {
        left: -4.0625rem; } }
    @media (max-width: 575.98px) {
      [direction="rtl"] .nav-control {
        left: -4.0625rem; } }
  
  [direction="rtl"][data-sidebar-style="overlay"] .nav-header .hamburger.is-active {
    right: 0; }
  
  [direction="rtl"][data-sidebar-style="compact"][data-layout="horizontal"] .nav-header .brand-logo {
    padding-right: 30px; }
  
  [direction="rtl"][data-sidebar-style="modern"][data-layout="horizontal"] .nav-header {
    width: 16rem; }
  
  [direction="rtl"] .header {
    padding: 0 0.9375rem;
    padding-right: 17.1875rem; }
    @media (max-width: 767.98px) {
      [direction="rtl"] .header {
        padding-right: 3.75rem;
        padding-left: 0; } }
    [direction="rtl"] .header .header-content {
      padding-left: 0;
      padding-right: 5.3125rem; }
      @media only screen and (max-width: 575px) {
        [direction="rtl"] .header .header-content {
          padding-right: 4.5rem; } }
      [data-sidebar-style="compact"][direction="rtl"] .header .header-content {
        padding-right: 1.875rem; }
      [data-sidebar-style="modern"][direction="rtl"] .header .header-content {
        padding-right: 5.3125rem; }
      [data-sidebar-style="overlay"][direction="rtl"] .header .header-content {
        padding-right: 5.3125rem; }
    [direction="rtl"] .header .nav-control {
      right: 0.4375rem;
      left: auto; }
  
  [direction="rtl"] .header-left .search_bar .dropdown-menu,
  [direction="rtl"] .header-left .search_bar .dropdown-menu.show {
    right: 40px !important; }
    @media only screen and (max-width: 575px) {
      [direction="rtl"] .header-left .search_bar .dropdown-menu,
      [direction="rtl"] .header-left .search_bar .dropdown-menu.show {
        right: -100px !important; } }
  
  [direction="rtl"] .header-left .search_bar .search_icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem; }
    @media only screen and (max-width: 575px) {
      [direction="rtl"] .header-left .search_bar .search_icon {
        border-radius: 5rem; } }
  
  [direction="rtl"][data-layout="horizontal"] .header {
    padding: 0;
    padding-right: 16rem; }
    [direction="rtl"][data-layout="horizontal"] .header .header-content {
      padding-right: 1.875rem;
      padding-left: 1.875rem; }
  
  [direction="rtl"][data-layout="horizontal"][data-sidebar-style="mini"] .header {
    padding-right: 6rem; }
  
  [direction="rtl"][data-sidebar-style="mini"] .header {
    padding: 0 0.9375rem;
    padding-right: 3.75rem; }
  
  [direction="rtl"][data-sidebar-style="compact"] .header {
    padding: 0 0.9375rem;
    padding-right: 9.375rem; }
  
  [direction="rtl"][data-sidebar-style="compact"][data-layout="horizontal"] .header {
    padding: 0;
    padding-right: 16rem; }
  
  [direction="rtl"][data-sidebar-style="modern"] .header {
    padding: 0 0.9375rem;
    padding-right: 9.375rem; }
  
  [direction="rtl"][data-sidebar-style="modern"][data-layout="horizontal"] .header {
    padding: 0;
    padding-right: 16rem; }
  
  [direction="rtl"] {
    text-align: right; }
    [direction="rtl"] .deznav {
      text-align: right; }
      [direction="rtl"] .deznav .metismenu ul {
        padding: 0 25px 0 0; }
        [direction="rtl"] .deznav .metismenu ul:after {
          left: auto;
          right: 25px; }
        [direction="rtl"] .deznav .metismenu ul a:before {
          left: auto;
          right: -5px; }
      [direction="rtl"] .deznav .metismenu li > a svg {
        margin-left: 5px;
        margin-right: 0; }
        [data-sidebar-style="compact"][direction="rtl"] .deznav .metismenu li > a svg {
          left: auto;
          margin-left: auto;
          margin-right: auto; }
        [data-sidebar-style="icon-hover"][direction="rtl"] .deznav .metismenu li > a svg {
          margin-left: 0; }
      [direction="rtl"] .deznav .metismenu li.active > .has-arrow:after {
        transform: rotate(45deg) translateY(-50%); }
      [direction="rtl"] .deznav .metismenu .has-arrow:after {
        left: 1.5625rem;
        right: auto; }
        [data-layout="horizontal"][direction="rtl"] .deznav .metismenu .has-arrow:after {
          left: 1.125rem; }
        [data-sidebar-style="modern"][direction="rtl"] .deznav .metismenu .has-arrow:after {
          -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%); }
    [direction="rtl"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu li > ul li:hover ul {
      right: 11.8125rem;
      left: 0; }
  
  [direction="rtl"] .list-group {
    padding-left: 0; }
  
  [direction="rtl"] .form-check-input {
    margin-left: -1.25rem;
    margin-right: inherit; }
  
  [direction="rtl"] .form-check-inline .form-check-input {
    margin-right: 0;
    margin-left: 10px; }
  
  [direction="rtl"] .radio input,
  [direction="rtl"] .radio-inline,
  [direction="rtl"] .checkbox input,
  [direction="rtl"] .checkbox-inline input {
    margin-left: 0;
    margin-right: 0; }
  
  [direction="rtl"] .content-body {
    margin-right: 17.1875rem;
    margin-left: auto; }
    [data-sidebar-style="modern"][direction="rtl"] .content-body {
      margin-right: 9.375rem; }
    [direction="rtl"] .content-body .page-titles {
      text-align: right; }
  
  [direction="rtl"][data-layout="horizontal"] .content-body {
    margin-right: 0; }
  
  [direction="rtl"][data-layout="horizontal"] .deznav .metismenu li li .has-arrow:after {
    -webkit-transform: rotate(-4deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%); }
  
  [direction="rtl"][data-sidebar-style="mini"]:not([data-layout="horizontal"]) .content-body {
    margin-right: 3.75rem; }
  
  [direction="rtl"][data-sidebar-style="compact"]:not([data-layout="horizontal"]) .content-body {
    margin-right: 9.375rem; }
  
  [direction="rtl"][data-sidebar-style="overlay"] .content-body {
    margin-right: 0; }
  
  [direction="rtl"] #external-events .external-event:before {
    margin-right: 0;
    margin-left: .9rem; }
  
  [direction="rtl"] .post-input a i {
    margin-left: 15px;
    margin-right: 0; }
  
  @media only screen and (max-width: 1350px) and (min-width: 1200px) {
    [direction="rtl"] .content-body {
      margin-right: 14.375rem; } }
  
  [direction="rtl"] .sidebar-right {
    left: -15.625rem;
    right: auto;
    box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1); }
    [direction="rtl"] .sidebar-right.show {
      left: 0;
      right: auto; }
    [direction="rtl"] .sidebar-right .sidebar-right-trigger {
      left: 100%;
      right: auto;
      border-radius: 0 5px 5px 0;
      box-shadow: 5px 3px 5px 0px rgba(119, 119, 119, 0.15); }
  
  [direction="rtl"] .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right; }
  
  html[dir="rtl"] [direction="rtl"] .footer {
    padding-right: 17.1875rem;
    padding-left: 0; }
    @media (max-width: 767.98px) {
      html[dir="rtl"] [direction="rtl"] .footer {
        padding-right: 0; } }
  
  html[dir="rtl"] [direction="rtl"][data-sidebar-style="overlay"] .footer {
    padding-right: 0; }
  
  html[dir="rtl"] [direction="rtl"] .menu-toggle .footer {
    padding-right: 3.75rem; }
  
  html[dir="rtl"] [direction="rtl"][data-container="boxed"] .footer {
    padding-right: 0; }
  
  html[dir="rtl"] [direction="rtl"][data-sidebar-style="mini"]:not([data-layout="horizontal"]) .footer {
    padding-right: 3.75rem; }
  
  html[dir="rtl"] [direction="rtl"][data-sidebar-style="compact"]:not([data-layout="horizontal"]) .footer {
    padding-right: 9.375rem; }
  
  /*$primary  : #7356f1 !default;*/
  [data-theme-version="dark"] {
    background: #181f39;
    color: #828690; }
    [data-theme-version="dark"] h1, [data-theme-version="dark"] .h1,
    [data-theme-version="dark"] h2,
    [data-theme-version="dark"] .h2,
    [data-theme-version="dark"] h3,
    [data-theme-version="dark"] .h3,
    [data-theme-version="dark"] h4,
    [data-theme-version="dark"] .h4,
    [data-theme-version="dark"] h5,
    [data-theme-version="dark"] .h5,
    [data-theme-version="dark"] h6,
    [data-theme-version="dark"] .h6 {
      color: #fff !important; }
    [data-theme-version="dark"] a.link {
      color: #ddd; }
    [data-theme-version="dark"] a.link:focus,
    [data-theme-version="dark"] a.link:hover {
      color: #2D28FF; }
    [data-theme-version="dark"] a:hover {
      color: #fff; }
    [data-theme-version="dark"] .border-right {
      border-right: 1px solid #333a54 !important; }
    [data-theme-version="dark"] .border-left {
      border-left: 1px solid #333a54 !important; }
    [data-theme-version="dark"] .border-top {
      border-top: 1px solid #333a54 !important; }
    [data-theme-version="dark"] .border-bottom {
      border-bottom: 1px solid #333a54 !important; }
    [data-theme-version="dark"] .border {
      border: 1px solid #333a54 !important; }
  
  [data-theme-version="dark"] .dropdown-menu {
    background-color: #181f39;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1); }
    [data-theme-version="dark"] .dropdown-menu .dropdown-item.selected, [data-theme-version="dark"] .dropdown-menu .dropdown-item.selected.active, [data-theme-version="dark"] .dropdown-menu .dropdown-item.active, [data-theme-version="dark"] .dropdown-menu .dropdown-item:hover, [data-theme-version="dark"] .dropdown-menu .dropdown-item:focus {
      background-color: #1e2746;
      color: #7e7e7e; }
  
  [data-theme-version="dark"] .form-control {
    background-color: #181f39;
    border-color: #333a54;
    color: #fff; }
  
  [data-theme-version="dark"] .card {
    background-color: #1e2746;
    box-shadow: none; }
  
  [data-theme-version="dark"] .btn-outline-dark:hover {
    background-color: #181f39;
    border-color: #181f39; }
  
  [data-theme-version="dark"] .tdl-holder input[type=text],
  [data-theme-version="dark"] .tdl-holder li {
    background-color: #1e2746;
    border-color: #333a54; }
  
  [data-theme-version="dark"] .tdl-holder input[type=text]::placeholder {
    color: #828690; }
  
  [data-theme-version="dark"] .tdl-holder label:hover {
    background-color: #333a54;
    color: #fff; }
  
  [data-theme-version="dark"] .text-muted {
    color: #828690 !important; }
  
  [data-theme-version="dark"] .modal-content {
    background: #1e2746; }
  
  [data-theme-version="dark"] .modal-footer,
  [data-theme-version="dark"] .modal-header {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .close {
    font-weight: 400;
    color: #fff;
    text-shadow: none; }
    [data-theme-version="dark"] .close:hover {
      color: #fff; }
  
  [data-theme-version="dark"] .table strong {
    color: #fff; }
  
  [data-theme-version="dark"] .text-dark {
    color: #828690 !important; }
  
  [data-theme-version="dark"] .star-rating .product-review,
  [data-theme-version="dark"] .new-arrival-content .item {
    color: #fff; }
  
  [data-theme-version="dark"] .custom-dropdown .dropdown-menu {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .widget-stat .media > span {
    background: #333a54;
    border-color: #333a54;
    color: #fff; }
  
  [data-theme-version="dark"] .plus-minus-input .custom-btn {
    background: #181f39;
    border-color: #333a54; }
  
  [data-theme-version="dark"] .dropdown-divider,
  [data-theme-version="dark"] .size-filter ul li {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .custom-select {
    border-color: #333a54;
    color: #828690;
    background: #181f39; }
  
  [data-theme-version="dark"] .nav-tabs {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .mail-list .list-group-item.active i {
    color: #fff; }
  
  [data-theme-version="dark"] hr {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .grid-col {
    background: #181f39; }
  
  [data-theme-version="dark"] .noUi-target {
    border-color: #333a54;
    border-radius: 8px;
    box-shadow: none; }
    [data-theme-version="dark"] .noUi-target .noUi-connects {
      background: #333a54; }
  
  [data-theme-version="dark"] .noUi-marker-large,
  [data-theme-version="dark"] .noUi-marker {
    background: #333a54; }
  
  [data-theme-version="dark"] .input-group-text {
    background: #333a54;
    color: #7e7e7e; }
  
  [data-theme-version="dark"] .note-editor.note-frame {
    border-color: #333a54; }
    [data-theme-version="dark"] .note-editor.note-frame .btn {
      color: #fff; }
    [data-theme-version="dark"] .note-editor.note-frame .note-editing-area .note-editable {
      color: #fff; }
  
  [data-theme-version="dark"] .widget-media .timeline .timeline-panel {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .notification_dropdown .dropdown-menu-right .all-notification {
    border-color: #333a54; }
  
  [data-theme-version="dark"] #user-activity .nav-tabs .nav-link {
    border-color: #333a54; }
  
  [data-theme-version="dark"] .list-group-item-action {
    color: #7e7e7e; }
  
  [data-theme-version="dark"] .list-group-item-action:focus,
  [data-theme-version="dark"] .list-group-item-action:hover,
  [data-theme-version="dark"] .list-group-item-action:focus {
    background-color: #181f39;
    border-color: #181f39; }
  
  [data-theme-version="dark"] .list-group-item.active {
    color: #fff;
    border-color: #fe5b26; }
    [data-theme-version="dark"] .list-group-item.active:focus, [data-theme-version="dark"] .list-group-item.active:hover, [data-theme-version="dark"] .list-group-item.active:focus {
      background-color: #fe5b26;
      border-color: #fe5b26;
      color: #fff; }
  
  [data-theme-version="dark"] .swal2-popup {
    background: #1e2746; }
  
  [data-theme-version="dark"] .header {
    background-color: #1e2746; }
  
  [data-theme-version="dark"] .header-left input {
    background: #181f39 !important;
    border-color: transparent;
    color: #fff !important; }
    [data-theme-version="dark"] .header-left input:focus {
      box-shadow: none;
      border-color: #fe5b26; }
    [data-theme-version="dark"] .header-left input::placeholder {
      color: #fff; }
  
  [data-theme-version="dark"] .header-left .search_icon {
    background: #181f39 !important; }
    [data-theme-version="dark"] .header-left .search_icon i {
      color: #fff; }
  
  [data-theme-version="dark"] .header-right .right-sidebar a {
    color: #fe5b26;
    border-color: #333a54; }
  
  [data-theme-version="dark"] .header-right .header-profile > a.nav-link .header-info strong {
    color: #fff; }
  
  [data-theme-version="dark"] .header-right .notification_dropdown .nav-link {
    background: #181f39; }
  
  [data-theme-version="dark"] .header-right .dropdown .nav-link {
    color: #fff; }
    [data-theme-version="dark"] .header-right .dropdown .nav-link:hover {
      color: #fff; }
  
  [data-theme-version="dark"] .header-right .notification_dropdown .dropdown-item a {
    color: #fff; }
  
  [data-theme-version="dark"] .nav-header,
  [data-theme-version="dark"] .nav-control {
    background-color: #181f39; }
  
  [data-theme-version="dark"] .nav-control {
    color: #fff; }
  
  [data-theme-version="dark"] .brand-logo {
    color: #fff; }
    [data-theme-version="dark"] .brand-logo:hover {
      color: #fff; }
  
  [data-theme-version="dark"] .nav-header,
  [data-theme-version="dark"] .nav-control {
    background-color: #181f39; }
  
  [data-theme-version="dark"] .nav-control {
    color: #fff; }
  
  [data-theme-version="dark"] .brand-logo {
    color: #fff; }
    [data-theme-version="dark"] .brand-logo:hover {
      color: #fff; }
  
  [data-theme-version="dark"][data-sidebar-style="mini"] .deznav .metismenu li > ul {
    background-color: #1e2746; }
  
  [data-theme-version="dark"] .fixed-content-box {
    background-color: #1e2746; }
    [data-theme-version="dark"] .fixed-content-box .head-name {
      background: #1e2746;
      color: #fff;
      border-color: #333a54; }
    [data-theme-version="dark"] .fixed-content-box + .header + .deznav {
      background-color: #181f39; }
  
  [data-theme-version="dark"] .deznav {
    background-color: #1e2746; }
    [data-theme-version="dark"] .deznav .metismenu > li > a {
      color: #b3b3b3; }
    [data-theme-version="dark"] .deznav .metismenu > li:hover > a, [data-theme-version="dark"] .deznav .metismenu > li:focus > a, [data-theme-version="dark"] .deznav .metismenu > li.mm-active > a {
      color: #fff; }
      [data-theme-version="dark"] .deznav .metismenu > li:hover > a::after, [data-theme-version="dark"] .deznav .metismenu > li:focus > a::after, [data-theme-version="dark"] .deznav .metismenu > li.mm-active > a::after {
        border-color: #fff; }
    [data-theme-version="dark"] .deznav .metismenu > li.mm-active ul ul {
      background-color: transparent; }
    [data-theme-version="dark"] .deznav .metismenu ul:after {
      background-color: #333a54; }
    [data-theme-version="dark"] .deznav .metismenu ul a:hover, [data-theme-version="dark"] .deznav .metismenu ul a:focus, [data-theme-version="dark"] .deznav .metismenu ul a.mm-active {
      color: #fff; }
    [data-theme-version="dark"] .deznav .metismenu ul a:before {
      background-color: #fff; }
    [data-theme-version="dark"] .deznav .metismenu a {
      color: #b3b3b3; }
    [data-theme-version="dark"] .deznav .metismenu .has-arrow:after {
      border-color: #fff; }
  
  [data-theme-version="dark"] .sidebar-right {
    background-color: #1d2544; }
    [data-theme-version="dark"] .sidebar-right .nav-tabs {
      background-color: #1d2544;
      border-bottom: 1px solid #181f39; }
      [data-theme-version="dark"] .sidebar-right .nav-tabs .nav-link.active {
        background-color: #181f39; }
  
  [data-theme-version="dark"] .footer {
    background-color: transparent; }
    [data-theme-version="dark"] .footer .copyright {
      background-color: transparent; }
      [data-theme-version="dark"] .footer .copyright p {
        color: #fff; }
  
  /*# sourceMappingURL=style.css.map */
  
  .dataTables_scrollHeadInner, .dataTable  {
    width:100% !important;
  }
  
  /*custom font*/
  @import url(https://fonts.googleapis.com/css?family=Montserrat);
  
  /*form styles*/
  #msform {
      text-align: center;
      position: relative;
      margin-top: 30px;
  }
  
  #msform fieldset {
      background: white;
      border: 0 none;
      border-radius: 8px;
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
      padding: 20px 30px;
      box-sizing: border-box;
      width: 80%;
      margin: 0 10%;
  
      /*stacking fieldsets above each other*/
      position: relative;
  }
  
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
      display: none;
  }
  
  /*inputs*/
  #msform input, #msform textarea {
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-bottom: 10px;
      width: 100%;
      box-sizing: border-box;
      font-family: montserrat;
      color: #2C3E50;
      font-size: 13px;
  }
  
  #msform input:focus, #msform textarea:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: 1px solid #2098ce;
      outline-width: 0;
      transition: All 0.5s ease-in;
      -webkit-transition: All 0.5s ease-in;
      -moz-transition: All 0.5s ease-in;
      -o-transition: All 0.5s ease-in;
  }
  
  /*buttons*/
  #msform .action-button {
      width: 100px;
      background: #2098ce;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 25px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px;
  }
  
  #msform .action-button:hover, #msform .action-button:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
  }
  
  #msform .action-button-previous {
      width: 100px;
      background: #aCbEd0;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 25px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px;
  }
  
  #msform .action-button-previous:hover, #msform .action-button-previous:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
  }
  
  /*headings*/
  .fs-title {
      font-size: 18px;
      text-transform: uppercase;
      color: #2C3E50;
      margin-bottom: 10px;
      letter-spacing: 2px;
      font-weight: bold;
  }
  
  .fs-subtitle {
      font-weight: normal;
      font-size: 13px;
      color: #666;
      margin-bottom: 20px;
  }
  
  /*progressbar*/
  #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      /*CSS counters to number the steps*/
      counter-reset: step;
  }
  
  #progressbar li {
      list-style-type: none;
      color: #666;
      text-transform: uppercase;
      font-size: 9px;
      width: 33.33%;
      float: left;
      position: relative;
      letter-spacing: 1px;
  }
  
  #progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 24px;
      height: 24px;
      line-height: 26px;
      display: block;
      font-size: 12px;
      color: #333;
      background: white;
      border-radius: 25px;
      margin: 0 auto 10px auto;
  }
  
  /*progressbar connectors*/
  #progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: white;
      position: absolute;
      left: -50%;
      top: 9px;
      z-index: -1; /*put it behind the numbers*/
  }
  
  #progressbar li:first-child:after {
      /*connector not needed before the first step*/
      content: none;
  }
  
  /*marking active/completed steps blue*/
  /*The number of the step and the connector before it = blue*/
  #progressbar li.active:before, #progressbar li.active:after {
      background: #2098ce;
      color: white;
  }
  
  .color-white {
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffffff;
    margin-top: 2%;
  }
  
  
  .datainputs{
  margin-top:20px;
}
.datainputs input{
    font-size: 18px;
    line-height: 21px;
    color: #3D3D3D;
    height: 50px;
    padding: 0px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 1px #D8D8D8;
    margin: 0px 30px 20px 0px !important;
  }
  
input:focus{
  outline:none;
}

.add_input, .inputRemove{
  display: inline-block;
  color:#3d3d3d;
  text-align:center;
  text-decoration:none;
  width:auto;
  height:40px;
  line-height:40px;
  border:2px solid #3d3d3d;
  padding:0px 15px;
  border-radius: 5px;
}
.inputRemove{
cursor:pointer;
}