/* :: Loader CSS */
.ont-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

  .ont-preloader .animation-preloader {
    z-index: 1000;
  }

    .ont-preloader .animation-preloader .spinner {
      -webkit-animation: spinner 1s infinite linear;
      animation: spinner 1s infinite linear;
      border-radius: 50%;
      border: 3px solid rgba(0, 0, 0, 0.2);
      border-top-color: #04a9f5;
      height: 8em;
      margin: 0 auto 3.5em auto;
      width: 8em;
    }

    .ont-preloader .animation-preloader .txt-loading {
      font: bold 5em "Poppins", sans-serif;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

      .ont-preloader .animation-preloader .txt-loading .letters-loading {
        color: rgba(0, 0, 0, 0.2);
        position: relative;
      }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:before {
          -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
          color: #000000;
          content: attr(data-text-preloader);
          right: 0;
          opacity: 0;
          font-family: IranSans;
          position: absolute;
          top: -3px;
          -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
          -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
          -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
          -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
          -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
          -webkit-animation-delay: 1s;
          animation-delay: 1s;
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
          -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
        }

        .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
          -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
        }

    .ont-preloader .animation-preloader .wh-3{
      width: 3em;
      height: 3em;
    }

    .ont-preloader.dark .animation-preloader .spinner {
      border-color: rgba(255, 255, 255, 0.2);
      border-top-color: #fff;
    }

  .ont-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
  }

    .ont-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
      color: #fff;
    }

  .ont-preloader p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #04a9f5;
  }

  .ont-preloader .loader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
  }

    .ont-preloader .loader .row {
      height: 100%;
    }

    .ont-preloader .loader .loader-section {
      padding: 0px;
    }

      .ont-preloader .loader .loader-section .bg {
        background-color: #ffffff;
        height: 100%;
        right: 0;
        width: 100%;
        -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
      }

    .ont-preloader .loader.dark_bg .loader-section .bg {
      background: #111339;
    }

  .ont-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .ont-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* :: Loader CSS */

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mt-250 {
  margin-top: 250px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.ml-15 {
  margin-right: 15px !important;
}

.ml-30 {
  margin-right: 30px !important;
}

.ml-50 {
  margin-right: 50px !important;
}

.mr-10 {
  margin-left: 10px !important;
}

.mr-15 {
  margin-left: 15px !important;
}

.mr-30 {
  margin-left: 30px !important;
}

.mr-50 {
  margin-left: 50px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-20 {
  padding: 20px !important;
}

.static-title {
  padding: 1rem 0 2rem 0;
  color: #36c5f0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.static-content p, .static-content ul, .static-content h2, .static-content h3 {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: justify;
  direction: rtl;
}

/* :: Table CSS */
.table {
  width: 100%;
  color: #727E8C;
}

  .table td,
  .table th {
    vertical-align: middle;
    border-top: 1px solid #e3eaef;
    font-size: 0.9em;
    font-weight: 600;
  }

  .table td {
    font-weight: 100;
  }

@media only screen and (max-width: 767px) {
  .table td,
  .table th {
    font-size: 13px;
  }
}

.table-centered td,
.table-centered th {
  vertical-align: middle !important;
}

.table-hover tbody tr:hover {
  color: #727E8C;
  background-color: #f1f3fa;
}

.table thead th {
  border-bottom: 1px solid #e8ebf1;
  color: #475F7B;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .table thead th {
    font-size: 12px;
  }
}

input[data-switch="success"]:checked + label {
  background-color: #0acf97;
}

input[data-switch] + label {
  width: 56px;
  height: 24px;
  background-color: #f1f3fa;
  background-image: none;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

input[data-switch] {
  display: none;
}

  input[data-switch]:checked + label::before {
    color: #fff;
    content: attr(data-on-label);
    left: auto;
    right: 4px;
  }

  input[data-switch] + label::before {
    color: #313a46;
    content: attr(data-off-label);
    display: block;
    font-family: IranSans;
    font-weight: 600;
    font-size: .75rem;
    line-height: 24px;
    position: absolute;
    left: 3px;
    margin: 0 .21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  input[data-switch]:checked + label::after {
    right: 34px;
    background-color: #f1f3fa;
  }

  input[data-switch] + label::after {
    content: '';
    position: absolute;
    right: 4px;
    background-color: #adb5bd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 18px;
    width: 18px;
    top: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

.table .table-user img {
  height: 30px;
  width: 30px;
}

.table .action-icon {
  color: #5E5155;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #e8ebf1;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 14px;
}

.title.tablesaw-swipe-cellpersist a {
  color: #1b3e4b;
}

.title a {
  color: #1b3e4b;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f1f3fa;
}

.table .thead-light th {
  color: #727E8C;
  background-color: #f1f3fa;
  border-bottom: #e8ebf1 !important;
}

.bg-nav-pills {
  background-color: #e3eaef;
}

.edit-table-area .table td,
.edit-table-area .table th {
  border-top: 1px solid #e8ebf1;
  background-color: #ffffff;
}

.prices .table thead {
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .prices .table thead {
    font-size: 12px;
  }
}

.prices .currency-icon {
  max-width: 24px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .prices .currency-icon {
    display: none;
  }
}

.filter-table #myInput {
  background-image: url("img/core-img/search.png");
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 40px 12px 20px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */
}

.filter-table #myTable {
  border-collapse: collapse;
  /* Collapse borders */
  width: 100%;
  /* Full-width */
  border: 1px solid #ddd;
  /* Add a grey border */
  font-size: 18px;
  /* Increase font-size */
}

  .filter-table #myTable th,
  .filter-table #myTable td {
    text-align: right;
    font-size: 14px;
    padding: 12px;
  }

  .filter-table #myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
  }

    .filter-table #myTable tr.header,
    .filter-table #myTable tr:hover {
      /* Add a grey background color to the table header and on hover */
      background-color: #f1f1f1;
    }

/* :: Password CSS */
.forget-password-area {
  background-image: url(img/bg-img/bg-7.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

  .forget-password-area .animation-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-animation: animationBg linear 3s infinite;
    animation: animationBg linear 3s infinite;
  }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

  .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
  }

  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
  }

  .table tbody + tbody {
    border-top: 2px solid #dee2e6
  }

.table-sm td, .table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
  }

  .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
  }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff
}

  .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
  }

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

  .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
  }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db
}

  .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
  }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

  .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
  }

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb
}

  .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
  }

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

  .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
  }

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb
}

  .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
  }

.table-hover .table-info:hover {
  background-color: #abdde5
}

  .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
  }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba
}

  .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
  }

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

  .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
  }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb
}

  .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
  }

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

  .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
  }

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe
}

  .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
  }

.table-hover .table-light:hover {
  background-color: #ececf6
}

  .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
  }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca
}

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
  }

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

  .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
  }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075)
}

  .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075)
  }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

  .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
  }

  .table-dark.table-bordered {
    border: 0
  }

  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
  }

  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
  }

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

    .table-responsive-sm > .table-bordered {
      border: 0
    }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

    .table-responsive-md > .table-bordered {
      border: 0
    }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

    .table-responsive-lg > .table-bordered {
      border: 0
    }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

    .table-responsive-xl > .table-bordered {
      border: 0
    }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

  .table-responsive > .table-bordered {
    border: 0
  }