/*--============== ASPECT RATIO --*/
/*--============== CONTENT CENTER --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.ratio_4-3 {
  display: block;
  position: relative; }
  .ratio_4-3:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%; }
  .ratio_4-3 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_3-2 {
  display: block;
  position: relative; }
  .ratio_3-2:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%; }
  .ratio_3-2 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_8-5 {
  display: block;
  position: relative; }
  .ratio_8-5:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%; }
  .ratio_8-5 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_16-9 {
  display: block;
  position: relative; }
  .ratio_16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }
  .ratio_16-9 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

/* OTHER COLORS */
/* FORM ELEMENTS */
/*--======================== MENUBAR --*/
/*--========================= RESPONSIVE TABLE --*/
.svj-table {
  border-collapse: collapse;
  display: table;
  width: 100%;
  /*-- TABLE HEADER STYLES -*/
  /*-- Table Header For Smaller Screens --*/
  /*-- TABLE FOOTER STYLES --*/ }
  .svj-table .table-row, .svj-table .table-header, .svj-table .table-header-sm, .svj-table .table-footer {
    border-collapse: collapse;
    display: table-row; }
    .svj-table .table-row:hover, .svj-table .table-header:hover, .svj-table .table-header-sm:hover, .svj-table .table-footer:hover {
      text-decoration: none; }
    .svj-table .table-row .table-cell, .svj-table .table-header .table-cell, .svj-table .table-header-sm .table-cell, .svj-table .table-footer .table-cell {
      border-collapse: collapse;
      border-bottom: 1px solid #f1f1f1;
      color: #646161;
      display: table-cell;
      font-size: .9rem;
      padding: 0.6rem 1rem; }
      .svj-table .table-row .table-cell .index, .svj-table .table-header .table-cell .index, .svj-table .table-header-sm .table-cell .index, .svj-table .table-footer .table-cell .index {
        display: none;
        font-weight: bold;
        margin-bottom: .2rem; }
  .svj-table .table-header {
    background: #F8FBFF;
    border-bottom: 0; }
    .svj-table .table-header .table-cell {
      border-bottom: 0;
      color: #A5B7D2;
      font-size: 1rem;
      font-weight: 500; }
  .svj-table .table-header-sm {
    background: #7E7E7E;
    border-bottom: 0;
    color: #ffffff;
    display: none;
    padding: 0.8rem 1rem; }
  .svj-table .table-footer {
    background: #dae8f0;
    border-bottom: 0;
    color: #222222; }

/*--========== Table Types --*/
.table-bordered .table-row .table-cell {
  border: 1px solid #dee2e6; }

.table-borderless .table-row .table-cell {
  border: 0; }

.table-dark .table-row .table-cell {
  background: #222222;
  color: #ffffff; }

.table-hover .table-row:hover {
  color: #111111;
  background-color: rgba(0, 0, 0, 0.075); }

.table-striped .table-row:nth-of-type(odd) {
  background-color: #f0f3f7; }

/*--========== Table Sizes --*/
.table-sm {
  /*-- Table Header For Smaller Screens --*/ }
  .table-sm .table-row .table-cell, .table-sm .table-header .table-cell, .table-sm .table-footer .table-cell {
    padding: .4rem; }
  .table-sm .table-header-sm {
    padding: 0.4rem; }

.table-lg .table-row .table-cell, .table-lg .table-header .table-cell, .table-lg .table-header-sm .table-cell, .table-lg .table-footer .table-cell {
  padding: 2rem 1.4rem; }

@media screen and (max-width: 769px) {
  .svj-table {
    display: block;
    /*-- TABLE HEADER STYLES -*/
    /*-- Table Header For Smaller Screens --*/
    /*-- TABLE FOOTER STYLES --*/ }
    .svj-table .table-row, .svj-table .table-header, .svj-table .table-header-sm, .svj-table .table-footer {
      border: 1px solid #f1f1f1;
      border-radius: 4px;
      display: block;
      margin-bottom: .5rem;
      padding: .65rem 0; }
      .svj-table .table-row .table-cell, .svj-table .table-header .table-cell, .svj-table .table-header-sm .table-cell, .svj-table .table-footer .table-cell {
        border-bottom: 0;
        display: flex;
        font-size: .8rem;
        padding: .25rem .75rem; }
        .svj-table .table-row .table-cell:first-child, .svj-table .table-header .table-cell:first-child, .svj-table .table-header-sm .table-cell:first-child, .svj-table .table-footer .table-cell:first-child {
          border-top: 0; }
        .svj-table .table-row .table-cell .index, .svj-table .table-header .table-cell .index, .svj-table .table-header-sm .table-cell .index, .svj-table .table-footer .table-cell .index {
          display: block;
          flex: 0 0 100px;
          max-width: 100px; }
        .svj-table .table-row .table-cell .value, .svj-table .table-header .table-cell .value, .svj-table .table-header-sm .table-cell .value, .svj-table .table-footer .table-cell .value {
          flex: 0 0 calc(100% - 100px);
          max-width: calc(100% - 100px); }
    .svj-table .table-row:last-child:first-child {
      border-bottom-left-radius: 12px; }
    .svj-table .table-row:last-child:last-child {
      border-bottom-right-radius: 12px; }
    .svj-table .table-header {
      display: none; }
    .svj-table .table-header-sm {
      display: block; } }
/*--========================= DATATABLE --*/
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #7E7E7E; }
  .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_info label, .dataTables_wrapper .dataTables_processing label, .dataTables_wrapper .dataTables_paginate label {
    margin-bottom: 0; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #CECECE;
  border-color: #CECECE;
  color: #fff; }

.dataTables_wrapper {
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  /*---- Datatable search result info --*/ }
  .dataTables_wrapper .dataTables_filter {
    padding: 1.25rem 1.25rem 1.25rem 0; }
    .dataTables_wrapper .dataTables_filter input {
      background-color: transparent;
      border: 1px solid #e5e5e5;
      border-radius: 1.65rem;
      font-size: inherit;
      height: calc(1.5em + 0.5rem*2 + 2px);
      padding: 0.5rem 1rem; }
      .dataTables_wrapper .dataTables_filter input:focus {
        outline: none; }
  .dataTables_wrapper .dataTables_length {
    padding: 1.25rem 0 1.25rem 1rem; }
    .dataTables_wrapper .dataTables_length select {
      border: 1px solid #E5E5E5;
      border-radius: 1.65rem;
      font-size: .85rem;
      height: calc(1.5em + 0.5rem*2 + 2px);
      line-height: 1.5;
      padding: 0.5rem 1rem; }
      .dataTables_wrapper .dataTables_length select:focus {
        outline: none; }
  .dataTables_wrapper .dataTables_info {
    padding: 0 0 1.25rem 1rem; }
  .dataTables_wrapper .dataTables_paginate {
    padding: 0 1rem 1.25rem 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      align-items: center;
      cursor: pointer;
      *cursor: hand;
      display: inline-flex;
      height: 38px;
      justify-content: center;
      width: 38px;
      border: 1px solid #EFEFEF;
      border-radius: 6px;
      color: #646161;
      font-size: .85rem;
      margin-left: 6px;
      min-width: 1.5em;
      padding: 0;
      text-decoration: none !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
      background: transparent;
      border: 0;
      width: auto; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        background: none;
        color: #007bff !important; }

table.dataTable {
  margin-bottom: 30px; }
  table.dataTable thead {
    background: #F8FBFF; }
    table.dataTable thead td, table.dataTable thead th {
      border-bottom: 0 !important;
      color: #A5B7D2;
      font-size: 1rem;
      font-weight: 500; }
  table.dataTable tbody td {
    border-bottom: 1px solid #f1f1f1;
    color: #646161;
    font-size: .9rem;
    padding: 0.6rem 1rem; }

table.dataTable.no-footer {
  border-bottom: 0; }

@media screen and (max-width: 768px) {
  .dataTables_wrapper {
    overflow-y: auto; }
    .dataTables_wrapper .dataTables_filter {
      float: right;
      padding: 1rem 1rem 1rem 0; }
      .dataTables_wrapper .dataTables_filter input {
        height: calc(1.5em + 0.5rem*2 + 2px); }
    .dataTables_wrapper .dataTables_length {
      float: left;
      padding: 1rem 0 1rem 1rem; }
      .dataTables_wrapper .dataTables_length select {
        font-size: .85rem;
        height: calc(1.5em + 0.5rem*2 + 2px);
        padding: 0.5rem 1rem; }
    .dataTables_wrapper .dataTables_info {
      padding: 0 1rem 1rem 1rem; }
    .dataTables_wrapper .dataTables_paginate {
      padding: 0 1rem 1rem 1rem; }

  table.dataTable {
    margin-bottom: 20px; }
    table.dataTable thead td, table.dataTable thead th {
      font-size: .9rem; }
    table.dataTable tbody td {
      font-size: .9rem;
      padding: 0.6rem 1rem; }

  table.dataTable.no-footer {
    border-bottom: 0; } }
@media screen and (max-width: 576px) {
  .dataTables_wrapper .dataTables_filter {
    float: left;
    padding: 0 .85rem .75rem .85rem; }
  .dataTables_wrapper .dataTables_length {
    float: left;
    padding: 1rem .85rem 0 .85rem;
    text-align: left;
    width: 100%; }
    .dataTables_wrapper .dataTables_length select {
      font-size: .85rem;
      height: calc(1.5em + 0.5rem*2 + 2px);
      padding: 0.5rem 1rem; }
  .dataTables_wrapper .dataTables_info {
    padding: 0 1rem 1rem 1rem; }
  .dataTables_wrapper .dataTables_paginate {
    padding: 0 1rem 1rem 1rem; }

  table.dataTable {
    margin-bottom: 20px; }
    table.dataTable thead td, table.dataTable thead th {
      font-size: .9rem; }
    table.dataTable tbody td {
      font-size: .9rem;
      padding: 0.6rem 1rem; }

  table.dataTable.no-footer {
    border-bottom: 0; } }
/*--============== ASPECT RATIO --*/
/*--============== CONTENT CENTER --*/
/*--========= Bootstrap override --*/
/*--====================== Badge --*/
.badge {
  border-radius: 2rem;
  color: #fff !important;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: .5em 1em;
  text-transform: uppercase; }

/*--====================== Buttons --*/
button {
  white-space: nowrap; }
  button:focus {
    outline: none; }

.btn {
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: .85px;
  padding: .5rem 1.25rem;
  text-transform: uppercase; }

.btn-sm, .btn-group-sm > .btn {
  font-size: .75rem;
  padding: 0.25rem .9rem; }

/*--====================== Alerts --*/
.alert-header {
  color: #646161;
  font-size: 1.25rem;
  font-weight: 500; }
.alert-body {
  color: #7E7E7E;
  font-size: .9rem;
  margin-top: .25rem; }

.alert-dismissible .close {
  top: 50%;
  transform: translate(0, -50%); }

/*--====================== Buttons --*/
.breadcrumb-item {
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .75px;
  text-transform: uppercase; }
  .breadcrumb-item:first-child {
    padding-left: 0; }
  .breadcrumb-item a {
    color: #dee2e6;
    transition: color .26s; }
    .breadcrumb-item a:hover {
      color: #fff;
      text-decoration: none; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #dee2e6; }

.breadcrumb-item.active {
  color: #fff; }

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0; }

/*--====================== Dropdown --*/
.dropdown-header {
  border-bottom: 1px solid #f1f1f1;
  color: #464646;
  font-size: .9rem;
  font-weight: 600;
  padding: 0.65rem 1.5rem; }

.dropdown-item {
  color: #464646;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.4rem 1.5rem;
  width: -webkit-fill-available; }

.dropdown-menu {
  border: 0;
  border-radius: .6rem;
  min-width: 12rem;
  padding: .75rem 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075); }

/*--====================== Dropzonejs --*/
.dropzone {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: .25rem; }

/*--====================== Form --*/
label, .input-group-title {
  color: #7E7E7E;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: .35rem;
  text-transform: capitalize; }

.form-control {
  background: transparent;
  border: 1px solid #e5e5e5;
  height: calc(1.5em + 0.5rem*2 + 2px);
  padding: 0.5rem 1rem; }
  .form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    box-shadow: none; }

.form-control:disabled, .form-control[readonly] {
  background-color: #fafafa; }

select.form-control {
  background: url("../../dist/media/chevron-arrow-down.png") no-repeat right 1.35rem top 50%;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group {
  margin-bottom: .65rem; }

.input-style-float {
  display: block;
  position: relative; }
  .input-style-float input {
    outline: none;
    background: transparent; }
    .input-style-float input::placeholder {
      color: transparent; }
  .input-style-float label {
    left: 1rem;
    pointer-events: none;
    padding: .1rem 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s ease all; }
  .input-style-float input:focus ~ label, .input-style-float input.has-value ~ label, .input-style-float textarea:focus ~ label, .input-style-float textarea.has-value ~ label {
    background: #fff;
    top: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; }

fieldset {
  margin-bottom: 1.5rem; }
  fieldset legend {
    color: #646161;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem; }

/*--====================== List country code --*/
.iti__country {
  font-size: .9rem; }

.iti__country-list {
  max-width: 300px; }
  .iti__country-list::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .iti__country-list::-webkit-scrollbar-track {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .iti__country-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 4px; }

.iti {
  width: 100%; }

/*--====================== Nab tabs --*/
.nav-tabs {
  border-bottom: 0; }

/*--====================== Modal --*/
.modal-title {
  color: #464646;
  font-size: 1.35rem;
  font-weight: 500; }

.modal-header {
  align-items: center;
  display: flex;
  border-bottom: 0;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 2rem; }
  .modal-header .close {
    background: #fff;
    border: 0;
    border-radius: 50%;
    height: 40px;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 40px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 1; }
    .modal-header .close:focus {
      outline: none; }

.modal-body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem 2rem; }
  .modal-body::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .modal-body::-webkit-scrollbar-track {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .modal-body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 4px; }

.modal-footer {
  border-top: 0;
  padding: 1rem 2rem; }

.modal-content {
  border: 0;
  padding: .5rem;
  position: relative; }

/*.modal {
  display: block !important;
  opacity: 1 !important;
}*/
.modal-dialog {
  max-width: 520px; }

/*--====================== Owl Carousel --*/
.carousel-service .owl-stage {
  /* Value is equal to stage padding in js */
  /* So that stage padding appears on the right side only */
  margin-left: -15px; }

.owl-theme .owl-nav {
  align-items: center;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%; }
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    transition: background 0.26s, color 0.26s; }
    .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
      background: white !important;
      color: #ff4444; }
  .owl-theme .owl-nav .owl-next {
    margin-right: -15px; }
  .owl-theme .owl-nav .owl-prev {
    margin-left: -15px; }

/*--====================== Pagination --*/
.page-link {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  color: #646161;
  font-size: .85rem;
  padding: 0; }

.page-link.active {
  background: #CECECE;
  border-color: #CECECE;
  color: #fff; }

.pagination {
  grid-gap: 10px;
  /*.page-item {
    &:first-child, &:last-child {
      .page-link {
        font-size: .75rem;
        height: 28px !important;
        width: 28px !important;
      }
    }
  }*/ }

/*--====================== Table --*/
.table tr td {
  color: #646161; }
.table tr:first-child td {
  border-top: 0; }

@media screen and (max-width: 576px) {
  /*--====================== Buttons --*/
  .breadcrumb-item {
    font-size: .75rem;
    letter-spacing: .25px;
    padding-left: 0.25rem; }

  .breadcrumb-item + .breadcrumb-item::before {
    color: #dee2e6;
    padding-right: 0.25rem; }

  /*--====================== Modal --*/
  .modal-title {
    font-size: 1.35rem; }

  .modal-header {
    padding: .75rem 1.5rem; }

  .modal-body {
    padding: .75rem 1.5rem; }

  .modal-footer {
    padding: .75rem 1.5rem; }

  .modal-dialog {
    max-width: 520px; } }
/*--============================= UTILITIES --*/
.link-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.nowrap {
  white-space: nowrap; }

.is-down {
  bottom: 0; }

.is-left {
  left: 0; }

.is-right {
  right: 0; }

.is-top {
  top: 0; }

.well {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px; }

.btn-camera {
  background: #fff;
  border: 2px solid #ff4444;
  border-radius: 50%;
  position: relative; }
  .btn-camera input[type="file"] {
    z-index: 999;
    line-height: 0;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
    left: -154px;
    cursor: pointer; }
  .btn-camera label {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
    cursor: pointer;
    color: #ff4444;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    overflow: hidden; }

.btn-wrap {
  display: inline-block; }

/*-- Swatch radio [Tab] --*/
.swatch {
  align-items: center;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px; }
  .swatch-option {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 0 3px;
    text-align: center; }
    .swatch-option label {
      border: 2px solid #7E7E7E;
      border-radius: 4px;
      color: #7E7E7E;
      cursor: pointer;
      margin: 0;
      padding: .5rem 1rem;
      transition: background .36s, border-color .36s, color .36s;
      width: 100%; }
      .swatch-option label:hover {
        background: #ff4444;
        border-color: #ff4444;
        color: #fff; }
  .swatch-option.text label {
    display: inline-block;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*-- For longer texts --*/
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .swatch-option.media label {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
    width: 90px; }
    .swatch-option.media label img {
      height: auto;
      object-fit: scale-down;
      width: 100%; }
  .swatch-option.media-label label {
    padding: 1rem;
    text-align: center; }
    .swatch-option.media-label label img {
      height: 50px;
      margin: auto;
      width: auto; }
    .swatch-option.media-label label p {
      font-size: .9rem;
      font-weight: 500;
      margin: .8rem 0 0;
      text-transform: capitalize; }
  .swatch-option.address {
    flex: 0 0 33.33%;
    font-size: .9rem;
    max-width: 33.33%; }
    .swatch-option.address label {
      padding: 1.5rem 1.3rem; }
      .swatch-option.address label span {
        display: block; }
      .swatch-option.address label button {
        margin-top: .7rem; }
  .swatch input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none; }
  .swatch input[type=radio]:checked + label {
    background: #ff4444;
    border-color: #ff4444;
    color: #fff; }
  .swatch label + input[type=radio] + label {
    border-left: solid 2px #ff4444; }

/*--============================= ALERT --*/
.alert-bottom {
  align-items: center;
  background: #202020;
  bottom: 0;
  color: #f8f9fa;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: space-between;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0; }
  .alert-bottom .alert-message {
    color: #CECECE;
    font-size: .75rem; }

/*--============================= FILTER CLASSES --*/
.btn-filter {
  align-items: center;
  background: #efefef;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-flex;
  color: #464646;
  font-size: 1.15rem;
  height: calc(1.5em + 0.5rem*2 + 2px);
  justify-content: center;
  transition: box-shadow, color .25s;
  width: 100%; }
  .btn-filter:hover {
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #ff4444;
    text-decoration: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07); }

.filter-quantity {
  align-items: center;
  display: flex;
  grid-gap: 12px; }
  .filter-quantity input {
    max-width: 90px; }
    .filter-quantity input:focus {
      outline: none; }
  .filter-quantity input::-webkit-outer-spin-button,
  .filter-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .filter-quantity input[type=number] {
    -moz-appearance: textfield; }
  .filter-quantity label {
    margin: 0; }

.svj-search {
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: .25rem;
  display: inline-flex;
  max-width: 270px;
  transition: width .45s; }
  .svj-search input {
    border: 0;
    border-radius: 1.65rem;
    min-width: 180px;
    height: calc(1.5em + .75rem + 1px);
    padding: .75rem 0 .75rem 1.35rem;
    width: calc(100% - 50px);
    transition: width .45s; }
  .svj-search input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .svj-search input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .svj-search input[type="search"]::-webkit-search-decoration,
  .svj-search input[type="search"]::-webkit-search-cancel-button,
  .svj-search input[type="search"]::-webkit-search-results-button,
  .svj-search input[type="search"]::-webkit-search-results-decoration {
    display: none; }
  .svj-search .search-action {
    /* Input height value to make it equal to input & button */
    align-items: center;
    display: flex;
    height: calc(2em + 0.5rem + 2px);
    justify-content: center;
    width: 50px; }

.filter {
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: .25rem;
  display: inline-flex;
  /* Container size on medium device minus grid-gap, for two items */
  width: 100%; }
  .filter input, .filter select {
    background: transparent;
    border: 0; }
    .filter input::-ms-clear, .filter select::-ms-clear {
      display: none;
      width: 0;
      height: 0; }
    .filter input::-ms-reveal, .filter select::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    .filter input::-webkit-search-decoration, .filter input::-webkit-search-cancel-button, .filter input::-webkit-search-results-button, .filter input::-webkit-search-results-decoration, .filter select::-webkit-search-decoration, .filter select::-webkit-search-cancel-button, .filter select::-webkit-search-results-button, .filter select::-webkit-search-results-decoration {
      display: none; }
    .filter input::placeholder, .filter select::placeholder {
      color: #343a40; }
    .filter input:focus, .filter select:focus {
      outline: none; }
  .filter-bar {
    align-items: center;
    display: flex;
    font-size: 1rem;
    grid-gap: 4px;
    /*left: 0;
    padding: 1rem 0;
    position: absolute;
    right: 0;
    top: 0;*/ }
  .filter-form {
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 1.65rem;
    display: inline-flex;
    font-size: inherit;
    max-width: 270px;
    transition: width .45s; }
  .filter-addon {
    display: none;
    font-size: inherit;
    padding-left: 1rem; }
  .filter-clear {
    font-size: inherit;
    padding-right: 1.25rem; }
  .filter-close {
    background: 0;
    border: 0;
    border-radius: 2rem;
    display: none;
    flex: 0 0 16px;
    max-width: 16px; }
  .filter .input-group-text {
    background: transparent;
    border: 0;
    padding: 0.75rem 1.35rem .75rem 0; }

.filter-nav {
  display: table;
  margin-bottom: 20px; }
  .filter-nav .nav-item {
    display: table-cell;
    padding: 0 .15rem; }
    .filter-nav .nav-item .nav-link {
      align-items: center;
      background: #f5f5f5;
      border: 0;
      border-radius: .2rem;
      color: #646161;
      display: flex;
      font-size: .9rem;
      justify-content: center;
      margin: 0;
      padding: .5rem !important;
      transition: background .36s, color .36s; }
    .filter-nav .nav-item .badge {
      background: #e1e1e1;
      border-radius: 5px;
      color: #646161 !important;
      display: flex;
      font-size: .7rem;
      font-weight: 500;
      letter-spacing: 0;
      margin-left: 6px;
      padding: .25rem .35rem; }
    .filter-nav .nav-item .nav-link.active, .filter-nav .nav-item .nav-link:hover {
      background: #17a2b8;
      color: #fff; }
      .filter-nav .nav-item .nav-link.active .badge, .filter-nav .nav-item .nav-link:hover .badge {
        background: #fff;
        color: #17a2b8 !important; }
    .filter-nav .nav-item .nav-link-primary {
      background: #007bff;
      color: #fff; }
      .filter-nav .nav-item .nav-link-primary:hover {
        background: #006fe6; }

.filter-nav.is-full-width {
  width: 100%; }

/*.filter-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  //grid-template-columns: repeat(4, 1fr);
  //justify-content: space-between;
  width: 100%;

  .filter {
    flex: 0 0 calc((100% - 32px - 93px)/4);
    max-width: calc((100% - 32px - 93px)/4);
  }

  .filter-action {
    flex: 0 0 93px;
    max-width: 93px;
  }
}*/
.filter-group {
  align-items: center;
  display: grid;
  flex-wrap: wrap;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 90px;
  width: 100%; }
  .filter-group .filter, .filter-group .filter-action {
    width: 100%; }
  .filter-group .filter-action {
    display: grid;
    flex-wrap: wrap;
    grid-gap: 4px;
    grid-template-columns: 1fr 1fr; }

/*--============================= GLOBAL CLASSES --*/
.avatar {
  object-fit: cover; }
  .avatar-circular {
    border-radius: 50%; }
  .avatar-rounded {
    border-radius: 6px; }
  .avatar-sm {
    height: 44px;
    width: 44px; }
  .avatar-md {
    height: 50px;
    width: 50px; }
  .avatar-lg {
    height: 75px;
    width: 75px; }
  .avatar-xl {
    border: 3px solid #A5B7D2;
    height: 120px;
    width: 120px; }

.status {
  align-items: center;
  display: flex;
  font-size: .75rem;
  font-weight: 600;
  grid-gap: 4px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .status:before {
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px; }
  .status-danger {
    color: #dc3545; }
    .status-danger:before {
      background: #dc3545; }
  .status-primary {
    color: #007bff; }
    .status-primary:before {
      background: #007bff; }
  .status-success {
    color: #55e175; }
    .status-success:before {
      background: #55e175; }

.meta {
  color: #7E7E7E;
  font-size: .85rem; }

/*--=========== Clearfix --*/
.clearfix:after {
  clear: both;
  content: '';
  display: block; }

/*--=========== Accordion --*/
.accordion-item {
  border-bottom: 1px solid #e5e5e5;
  color: #7E7E7E;
  line-height: 1.9rem; }
.accordion-item.is-active .accordion-title::after {
  transform: rotate(45deg); }
.accordion-panel {
  padding: 0 0 1.5rem 0;
  display: none; }
.accordion-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  grid-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.5rem 0;
  /*&:before {
    background: $gray-700;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 1rem;
    width: 10px;
  }*/ }
  .accordion-title::after {
    content: '';
    display: inline-block;
    flex: 0 0 8px;
    height: 8px;
    vertical-align: middle;
    border-right: 3px solid;
    border-bottom: 3px solid;
    max-width: 8px;
    transform: rotate(-45deg);
    transition: transform .2s ease-out; }
  .accordion-title .title-text {
    margin-bottom: 0; }
  .accordion-title .sub-title-text {
    color: #7E7E7E;
    font-size: .85rem;
    line-height: 1.45;
    margin: .5rem 0 0; }
  .accordion-title .title-text {
    color: #464646;
    flex: 0 0 calc(100% - 12px - 20px);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    max-width: calc(100% - 12px - 20px); }

.svj-accordion {
  list-style: none;
  margin: 0;
  padding: 0; }
  .svj-accordion .accordion-title {
    color: #7E7E7E; }

.accordion-responsive .accordion-panel {
  padding: 0 0 1.5rem 0;
  display: block; }

/*--=========== Dropdown--*/
.svj-dropdown {
  position: relative;
  width: 30px; }
  .svj-dropdown .dropdown-link {
    color: #ff4444;
    padding: 0 15px; }
  .svj-dropdown .dropdown-content {
    background: #fff;
    border-radius: 6px;
    display: none;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    min-width: 15rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075); }
    .svj-dropdown .dropdown-content li button {
      color: #7E7E7E;
      font-size: 16px;
      line-height: 32px; }
      .svj-dropdown .dropdown-content li button i {
        margin-right: 12px;
        text-align: center;
        width: 20px; }

/*-- Dropdown new */
.dropdown-toggler {
  align-items: center;
  display: flex;
  grid-gap: 8px;
  transition: color .36s; }
  .dropdown-toggler:after {
    /*border-bottom: 3px solid $gray-900;
    border-right: 3px solid $gray-900;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border-color .36s;*/
    /*display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .dropdown-toggler:hover {
    color: #ff4444;
    /* &:after {
       border-color: $theme;
     }*/ }

.dropdown-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .dropdown-nav-item {
    padding: 0; }
  .dropdown-nav-link {
    color: #202020;
    display: block;
    font-weight: 600;
    line-height: 1.5;
    padding: .35rem 1.35rem;
    white-space: nowrap; }
    .dropdown-nav-link:hover {
      background-color: #f8f9fa;
      color: #ff4444;
      text-decoration: none; }

.dropdown-responsive {
  position: relative; }
  .dropdown-responsive .dropdown-content {
    background: #fff;
    border-radius: 6px;
    display: none;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    min-width: 15rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075); }

.dropdown-responsive.show .dropdown-toggler:after {
  transform: rotate(180deg); }
.dropdown-responsive.show .dropdown-content {
  display: block; }

/*--=========== Lists--*/
.list-description {
  margin: 0; }
  .list-description dt {
    color: #464646;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .75rem;
    margin-top: 0; }
    .list-description dt:last-child {
      margin-top: 0; }
  .list-description dd {
    color: #646161;
    font-size: 1.1rem;
    margin-bottom: .65rem; }
    .list-description dd:last-child {
      margin-bottom: 0; }
    .list-description dd i {
      color: #12B39A;
      text-align: center;
      margin-right: 4px;
      width: 20px; }

.list-info {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .list-info li {
    display: flex;
    font-size: .9rem;
    grid-gap: 8px;
    padding: .19rem 0; }
    .list-info li .cell:first-child, .list-info li div:first-child {
      color: #646161;
      flex: 0 0 100px;
      font-weight: 600;
      max-width: 100px; }
    .list-info li .cell:last-child, .list-info li div:last-child {
      flex: 0 0 calc(100% - 100px);
      max-width: calc(100% - 100px); }

.placard {
  background: #fafafa;
  border-radius: .25rem;
  display: block;
  padding: .7rem; }
  .placard:hover {
    text-decoration: none; }
  .placard-subject {
    color: #464646;
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: .25rem; }

.list-placard {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-placard li {
    margin-bottom: .5rem; }
    .list-placard li:last-child {
      margin-bottom: 0; }

.list-sm dt, .list-sm dd {
  font-size: .8rem;
  margin-bottom: .35rem; }

.sidebar {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  padding: 1rem; }
  .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar-menu-link {
      border-left: 3px solid transparent;
      color: #646161;
      display: block;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      padding: .8rem 1rem;
      transition: background-color, color .36s; }
    .sidebar-menu-link.active, .sidebar-menu-link:hover {
      -webkit-transition: ttime ease-in-out;
      -moz-transition: 0.36s ease-in-out;
      -o-transition: 0.36s ease-in-out;
      transition: 0.36s ease-in-out;
      background: white;
      border-color: #ff4444;
      color: #ff4444;
      text-decoration: none; }

.has-bg {
  background: #f7fcff; }

.nav-horizontal {
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  flex-wrap: nowrap;
  grid-gap: 26px;
  margin-bottom: 1.25rem; }
  .nav-horizontal .nav-item {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-horizontal .nav-item .nav-link {
      border-bottom: 4px solid transparent;
      color: #646161;
      display: block;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.5;
      padding: .8rem 0 !important;
      transition: background-color, color .36s;
      white-space: nowrap; }
    .nav-horizontal .nav-item .nav-link.active, .nav-horizontal .nav-item .nav-link:hover {
      -webkit-transition: ttime ease-in-out;
      -moz-transition: 0.36s ease-in-out;
      -o-transition: 0.36s ease-in-out;
      transition: 0.36s ease-in-out;
      border-color: #ff4444;
      color: #ff4444;
      text-decoration: none; }

/*--========== Rating --*/
.rating {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .rating > input {
    display: none; }
  .rating > label {
    color: #ddd;
    margin: 0 .65rem 0 0; }
    .rating > label:before {
      content: "\f005";
      font-size: 2em;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
  .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold; }
  .rating > input:checked + label:hover,
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label,
  .rating > input:checked ~ label:hover ~ label {
    color: #FFED85; }

.rating-value {
  font-size: .85rem; }
  .rating-value i {
    color: gold; }

/*--========== Sortable --*/
.sortable {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  .sortable:after {
    content: "\f884";
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

/*--========== Social --*/
.social {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  list-style: none;
  margin: 0 -5px;
  padding: 0; }
  .social-link {
    color: #646161;
    font-size: 1rem; }
    .social-link i {
      width: auto !important; }
  .social-item {
    padding: 0 5px; }

.social-lg {
  margin: 0 -5px; }
  .social-lg .social-link {
    font-size: 2rem; }
    .social-lg .social-link i {
      width: auto !important; }
  .social-lg .social-item {
    padding: 0 5px; }

.link-facebook {
  color: #3b5999; }

.link-instagram {
  color: #FD5441; }

.link-messenger {
  color: #00C6FF; }

.link-twitter {
  color: #55acee; }

/*--============================= Tab --*/
.tab-hr {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 32px;
  width: 100%; }
  .tab-hr .tabs {
    border-bottom: 1px solid #eeeeee;
    padding-left: 0; }
    .tab-hr .tabs li {
      border-bottom: 2px solid transparent;
      color: #7E7E7E;
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      list-style-type: none;
      margin-right: 32px;
      padding: 16px 0;
      text-transform: none; }
    .tab-hr .tabs .active {
      background: none;
      border-bottom: 2px solid #ff4444;
      color: #ff4444; }
  .tab-hr .panel {
    display: none;
    margin-bottom: 30px; }
  .tab-hr .active {
    display: block; }

.tab-vr {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 32px;
  width: 100%; }
  .tab-vr .tabs {
    border-bottom: 1px solid #eeeeee;
    flex: 0 0 20%;
    padding-left: 0; }
    .tab-vr .tabs li {
      border-bottom: 2px solid transparent;
      color: #7E7E7E;
      cursor: pointer;
      font-weight: 600;
      list-style-type: none;
      margin-right: 32px;
      padding: 16px 0;
      text-transform: none; }
    .tab-vr .tabs .active {
      background: none;
      border-bottom: 2px solid #ff4444;
      color: #ff4444; }
  .tab-vr .panel {
    display: none;
    flex: 0 0 70%;
    margin-bottom: 30px; }
  .tab-vr .active {
    display: block; }

.testimonial {
  text-align: center; }
  .testimonial-media {
    margin-bottom: 1.25rem; }
    .testimonial-media img {
      border-radius: 50%;
      height: 90px !important;
      margin: auto;
      object-fit: cover;
      width: 90px !important; }
  .testimonial-rating {
    margin-top: 1rem; }
  .testimonial-testimony {
    color: #7E7E7E;
    font-size: .9rem;
    line-height: 1.85;
    margin: 0; }
  .testimonial-user {
    margin-top: .45rem; }
    .testimonial-user-title {
      color: #646161;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.5;
      margin: 0; }
    .testimonial-user-info {
      color: #7E7E7E;
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: 1px;
      margin-top: .15rem;
      text-transform: uppercase; }

/*--============================= GLOBAL CLASSES --*/
.input-button {
  align-items: center;
  display: flex;
  width: 100%; }
  .input-button button {
    flex: 0 0 120px;
    height: 40px;
    padding: 12px; }
  .input-button input {
    flex: 0 1 auto;
    height: 40px;
    margin-right: 8px; }

.img-full {
  height: auto;
  width: 100%; }

@media screen and (max-width: 769px) {
  /*--=========== Accordion --*/
  .accordion-item {
    line-height: 1.8rem; }
  .accordion-panel {
    padding: 0 0 1.25rem 0; }
  .accordion-title {
    padding: 1.25rem 0; }
    .accordion-title .title-text {
      font-size: 1.15rem; }

  .dropdown-toggler {
    justify-content: space-between; }

  .dropdown-nav-link {
    border-left: 1px solid #CECECE;
    font-size: .9rem;
    line-height: 1.5;
    padding: .25rem 0 .25rem .5rem; }
    .dropdown-nav-link:before {
      content: '';
      display: inline-block;
      margin-right: 4px; }
    .dropdown-nav-link:hover {
      background: transparent; }

  .dropdown-responsive .dropdown-content {
    padding: 0;
    position: initial;
    min-width: 0;
    box-shadow: none;
    width: 100%; }

  .btn-filter {
    font-size: .9rem;
    height: calc(calc(1.5em + 0.5rem*2 + 2px) + 2px); }

  .filter {
    width: 100%; }
    .filter input, .filter select {
      font-size: .9rem; }
    .filter .input-group-text {
      background: transparent;
      border: 0;
      font-size: .8rem;
      padding: 0.65rem 1.35rem .75rem 0; }

  .filter-nav {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
    justify-content: left;
    margin-bottom: 20px; }
    .filter-nav .nav-item {
      display: table-cell;
      padding: 0 .15rem; }
      .filter-nav .nav-item .nav-link {
        font-size: .7rem;
        padding: .4rem .5rem !important; }
      .filter-nav .nav-item .badge {
        font-size: .65rem;
        margin-left: 6px; }

  /*.filter-group {
    grid-gap: 10px;

    .filter {
      flex: 0 0 calc((100% - 10px)/2);
      max-width: calc((100% - 10px)/2);
    }
  }*/
  .filter-group {
    grid-template-columns: 1fr 1fr 40px;
    grid-template-rows: 1fr 1fr; }
    .filter-group .filter:nth-child(1) {
      grid-column: 1/2;
      grid-row: 1/2; }
    .filter-group .filter:nth-child(2) {
      grid-column: 2/3;
      grid-row: 1/2; }
    .filter-group .filter:nth-child(3) {
      grid-column: 1/2;
      grid-row: 2/3; }
    .filter-group .filter:nth-child(4) {
      grid-column: 2/3;
      grid-row: 2/3; }
    .filter-group .filter-action {
      grid-column: 3/4;
      grid-gap: 8px;
      grid-template-columns: 1fr;
      grid-row: 1/3; }

  .accordion-body {
    padding: 0 0 1.5rem calc(.85rem + 9px); }
  .accordion-title {
    font-size: 1.15rem;
    padding: 1.25rem 0; }
    .accordion-title:before {
      height: 9px;
      margin-right: .85rem;
      width: 9px; }

  .sidebar-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow-x: auto; }
    .sidebar-menu-link {
      border-left: 0;
      border-bottom: 3px solid transparent;
      font-size: 1rem;
      line-height: 1.25;
      padding: .8rem 1rem;
      white-space: nowrap; }

  .table-list .table-header {
    display: block; }
    .table-list .table-header .check-grp input[type="checkbox"] {
      border: 1px solid #ff4444; }
    .table-list .table-header .check-grp label {
      margin-bottom: 0; }
    .table-list .table-header .date-grp {
      align-items: center;
      display: flex;
      flex: 0 0 300px; }
      .table-list .table-header .date-grp label {
        color: #7E7E7E;
        flex: 0 0 74px;
        font-size: 12px;
        margin: 0 12px 0 0; }
      .table-list .table-header .date-grp .input-grp {
        align-items: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 28px;
        display: flex; }
        .table-list .table-header .date-grp .input-grp input {
          background: transparent;
          border: 0;
          font-size: 12px;
          height: 30px; }
          .table-list .table-header .date-grp .input-grp input:after {
            content: "|"; }
          .table-list .table-header .date-grp .input-grp input:last-child:after {
            content: ""; }
    .table-list .table-header .search {
      flex: 0 0 175px;
      height: 30px; }
      .table-list .table-header .search input {
        font-size: 12px;
        height: 30px; }
  .table-list .table-body {
    display: block; }
    .table-list .table-body li {
      display: block; }
      .table-list .table-body li .cell {
        display: block; }
        .table-list .table-body li .cell .index {
          display: block; }
    .table-list .table-body .table-title {
      display: none; }
    .table-list .table-body .table-title-sm {
      display: block; }
      .table-list .table-body .table-title-sm .cell {
        padding: 0; }

  .svj-message-box .header {
    padding: 15px; }
  .svj-message-box .content {
    height: 340px;
    margin: 15px; }
    .svj-message-box .content .item .profile img {
      height: 30px;
      object-fit: cover;
      object-position: center;
      width: 30px; }
    .svj-message-box .content .item-prime {
      grid-template-columns: auto 30px; }
      .svj-message-box .content .item-prime .text {
        background: #ff4444;
        margin-left: 45px;
        order: 1; }
        .svj-message-box .content .item-prime .text p {
          color: #fff; }
    .svj-message-box .content .item-sec {
      grid-template-columns: 30px auto; }
      .svj-message-box .content .item-sec .text {
        background: #eeeeee;
        margin-right: 45px; }
        .svj-message-box .content .item-sec .text p {
          color: #646161; }
  .svj-message-box .typebox {
    grid-template-columns: auto 44px;
    padding: 15px; }
    .svj-message-box .typebox textarea {
      background: #d6e1e7;
      border: 1px solid #eeeeee;
      border-radius: 3px;
      min-height: 44px;
      height: 44px;
      max-width: 100%;
      padding: 15px; }

  /*--============================= GLOBAL CLASSES --*/
  .input-button {
    display: block; }
    .input-button button {
      margin-top: 6px;
      width: 100%; }

  /*--=========== Lists--*/
  .list-description {
    margin: 0; }
    .list-description dt {
      font-size: 1.1rem;
      margin-bottom: .75rem; }
    .list-description dd {
      font-size: .95rem;
      margin-bottom: .45rem; }
      .list-description dd i {
        text-align: center;
        margin-right: 4px;
        width: 20px; } }
@media screen and (max-width: 576px) {
  .accordion-body {
    padding: 0 0 1.5rem calc(.85rem + 8px); }
  .accordion-title {
    font-size: 1rem;
    grid-gap: 12px;
    padding: 1rem 0;
    /*&:before {
      height: 8px;
      width: 8px;
    }*/ }
    .accordion-title p {
      display: block; }
    .accordion-title .title-text {
      flex: 0 0 calc(100% - 12px - 12px);
      max-width: calc(100% - 12px - 12px); }

  .accordion-responsive .accordion-panel {
    display: none; }

  .list-description dt {
    font-size: 1rem;
    margin-bottom: .7rem; }
  .list-description dd {
    font-size: .9rem;
    margin-bottom: .35rem; }

  .list-responsive li {
    flex-direction: column;
    grid-gap: 4px;
    padding: .5rem 0; }
    .list-responsive li .cell:first-child, .list-responsive li .cell:last-child, .list-responsive li div:first-child, .list-responsive li div:last-child {
      flex: 0 0 100%;
      max-width: 100%; }

  .nav-horizontal {
    margin-bottom: 1.75rem;
    overflow-x: auto; }
    .nav-horizontal .nav-item .nav-link {
      border-bottom: 3px solid transparent;
      font-size: .9rem; }

  .svj-search {
    max-width: 100%;
    width: auto; }
    .svj-search input {
      height: calc(1.5em + .75rem + 1px);
      min-width: 0;
      padding: 0;
      width: 0; }
    .svj-search .search-action {
      align-items: center;
      display: flex;
      height: calc(2em + 0.5rem + 2px);
      justify-content: center;
      width: calc(2em + 0.5rem + 2px); }

  .filter {
    max-width: 100%; }
    .filter-bar {
      font-size: 1rem; }
    .filter-form {
      max-width: 270px; }
    .filter-addon {
      padding: 0 .625rem; }

  .filter-nav .nav-item .nav-link {
    font-size: .7rem; }
  .filter-nav .nav-item .badge {
    font-size: .65rem; }

  .filter-expandable {
    background: #f9f9f9;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    flex: 0 0 100% !important;
    left: 0;
    max-width: 100% !important;
    padding: 1rem .75rem;
    position: absolute;
    top: 0;
    width: 100%; }
    .filter-expandable .filter-close {
      display: block; }
    .filter-expandable .filter-input {
      width: 100%; }

  .filter-group {
    grid-template-columns: calc((100% - 36px - 6px*2)/2) calc((100% - 36px - 6px*2)/2) 36px;
    grid-gap: 6px; } }
/*--========= Components --*/
#toaster {
  background: #ff4444;
  border-radius: 2px;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  min-width: 250px;
  padding: 16px;
  position: fixed;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  visibility: hidden;
  z-index: 1; }

#toaster.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    height: 50px;
    width: auto; }
  .navbar-brand .media-sm {
    display: none; }

.nav-link {
  border-bottom: 4px solid transparent;
  color: #202020;
  font-weight: 600;
  padding: .5rem 0;
  white-space: nowrap;
  transition: color .36s, border-color .36s; }

.nav-item {
  padding: 0 1rem; }
  .nav-item:first-child {
    padding-left: 0; }
  .nav-item:last-child {
    padding-right: 0; }

.nav-item.active .nav-link, .nav-link:hover {
  color: #ff4444;
  border-color: #ff4444; }

.nav-balance, .nav-link-balance, .nav-link-login {
  color: #ff4444 !important;
  border: 2px solid #ff4444 !important;
  border-radius: 30px;
  padding: .5rem 1rem !important; }

.nav-link-login:hover {
  background: #ff4444;
  color: #fff !important; }

.nav-link-user {
  padding: 0 !important; }
  .nav-link-user .user-media {
    height: 36px;
    object-fit: cover;
    object-position: center;
    width: 36px;
    border: 2px solid #B1F1F1;
    border-radius: 50%;
    display: none; }

.nav-link-search {
  background: transparent;
  border: 0; }
  .nav-link-search:focus {
    outline: none; }

.nav-link-user:hover, .nav-notification:hover {
  border-color: transparent; }

.search-box {
  background: #fff;
  display: none;
  left: 0;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 0; }
  .search-box .form-search-full {
    align-items: center;
    border-bottom: 3px solid #343a40;
    display: flex;
    width: 100%; }
    .search-box .form-search-full .form-control {
      background: transparent;
      border: 0;
      color: #343a40;
      font-size: 1.5rem;
      font-weight: 600;
      height: calc(50px - 3px); }
      .search-box .form-search-full .form-control::-ms-clear {
        display: none;
        width: 0;
        height: 0; }
      .search-box .form-search-full .form-control::-ms-reveal {
        display: none;
        width: 0;
        height: 0; }
      .search-box .form-search-full .form-control::-webkit-search-decoration, .search-box .form-search-full .form-control::-webkit-search-cancel-button, .search-box .form-search-full .form-control::-webkit-search-results-button, .search-box .form-search-full .form-control::-webkit-search-results-decoration {
        display: none; }
      .search-box .form-search-full .form-control::placeholder {
        color: #343a40; }
    .search-box .form-search-full .group-addon {
      color: #343a40;
      font-size: 1.5rem;
      padding-right: .75rem; }
    .search-box .form-search-full .btn-link {
      color: #343a40;
      padding: .5rem 1rem; }

.navbar-light {
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 1rem 1rem;
  position: fixed; }
  .navbar-light .navbar-brand {
    color: #202020; }
  .navbar-light .navbar-nav .nav-item {
    padding: 0 1rem; }
  .navbar-light .navbar-nav .nav-link {
    color: #202020;
    font-weight: 600; }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 4px solid #ff4444;
    color: #ff4444; }
  .navbar-light .navbar-toggler {
    border: 0;
    margin-left: 15px;
    padding: 0; }
    .navbar-light .navbar-toggler:focus {
      outline: none; }

/*--================ Logged in Menu --*/
.notifier {
  align-items: center;
  display: flex;
  height: 21px;
  justify-content: center;
  width: 21px;
  background: #ff4444;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: .6rem;
  font-weight: 500;
  position: absolute;
  right: -12px;
  top: -1px; }

.notification {
  list-style: none;
  margin: 0;
  padding: 0; }
  .notification-item {
    border-bottom: 1px solid #f2f2f2;
    padding: .15rem 0; }
    .notification-item:last-child {
      border-bottom: 0; }
  .notification-link {
    color: #646161;
    display: grid;
    font-size: .85rem;
    grid-gap: 4px;
    grid-template-columns: 24px auto 8px;
    line-height: 1.25;
    padding: 0.5rem 1.5rem; }
    .notification-link i {
      color: #B1F1F1;
      line-height: 1.25; }
    .notification-link:hover {
      color: #646161;
      text-decoration: none; }
  .notification-link.new::after {
    align-self: center;
    background: #007bff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    width: 8px; }

.dropdown-notification {
  min-width: 18rem;
  padding: 0; }

.nav-notification, .nav-setting, .btn-clear-after {
  position: relative; }
  .nav-notification::after, .nav-setting::after, .btn-clear-after::after {
    display: none; }

.menu-sticky {
  background: #fff;
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  -webkit-box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.09);
  transition: box-shadow .25s; }

/*--====================== MENUBAR NEW --*/
.menubar {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1020; }
  .menubar .container, .menubar .container-fluid {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  .menubar-brand {
    margin-right: 5rem; }
    .menubar-brand img {
      height: 50px;
      width: auto; }
    .menubar-brand .media-sm {
      display: none; }
  .menubar-menu {
    flex-wrap: nowrap; }
  .menubar-toggler {
    align-items: center;
    background: transparent;
    border: 0;
    display: none;
    justify-content: center;
    margin-right: 1rem;
    min-height: 36px;
    padding: 0; }
    .menubar-toggler-icon {
      background: #646161;
      border-radius: 1px;
      display: block;
      height: 3px;
      width: 24px;
      position: relative;
      transition: all 0ms 300ms; }
      .menubar-toggler-icon:after {
        background: #646161;
        border-radius: 1px;
        content: '';
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        top: 6px;
        width: 24px; }
      .menubar-toggler-icon:before {
        background: #646161;
        border-radius: 1px;
        bottom: 6px;
        content: '';
        display: block;
        height: 3px;
        left: 0;
        width: 24px;
        position: absolute; }

@keyframes menu {
  from {
    left: -100%; }
  to {
    left: 0; } }
@media screen and (max-width: 769px) {
  .navbar-brand img {
    height: 36px; }
  .navbar-brand .media-lg {
    display: none; }
  .navbar-brand .media-sm {
    display: block; }

  .nav-link {
    border-bottom: 0; }

  .nav-item {
    padding: 0 .75rem; }

  .nav-item.active .nav-link, .nav-link:hover {
    background: #f1f1f1;
    color: #ff4444;
    border-color: #ff4444; }

  .nav-balance, .nav-link-balance, .nav-link-login {
    border-bottom: 2px;
    padding: .45rem .75rem !important; }

  .search-box .form-search-full {
    border-bottom: 2px solid #e5e5e5; }
    .search-box .form-search-full .form-control {
      font-size: 1.25rem;
      height: calc(50px - 50px*.15 - 2px); }
    .search-box .form-search-full .group-addon {
      font-size: 1.25rem;
      padding-right: .75rem; }
    .search-box .form-search-full .btn-link {
      padding: .25rem .75rem; }

  .navbar-light .navbar-nav .dropdown-item {
    padding: 0.4rem 1rem; }
  .navbar-light .navbar-nav .dropdown-menu {
    padding: .5rem 0;
    box-shadow: none; }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 0;
    color: #ff4444; }
  .navbar-light .navbar-toggler {
    border: 0;
    color: #ff4444;
    padding: 0; }

  .navbar-collapse {
    background: #fff;
    left: 0;
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0 28px 20px -10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 28px 20px -10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 28px 20px -10px rgba(0, 0, 0, 0.09); }

  .menubar {
    padding: 15px 0; }
    .menubar-brand img, .menubar-menu-brand img {
      height: calc(50px - 50px*.15); }
    .menubar-brand .media-lg, .menubar-menu-brand .media-lg {
      display: none; }
    .menubar-brand .media-sm, .menubar-menu-brand .media-sm {
      display: block; }
    .menubar-toggler {
      display: flex; }
    .menubar-menu {
      flex-direction: column;
      overflow-x: auto; }
      .menubar-menu-brand {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 12px;
        padding: 1rem; }
      .menubar-menu-wrapper {
        background: #fff;
        height: 100%;
        width: 300px; }
      .menubar-menu .nav-link {
        padding: .5rem 1rem; }
      .menubar-menu .nav-item {
        padding: 0; }
    .menubar-collapse {
      background: rgba(0, 0, 0, 0.45);
      bottom: 0;
      left: -100%;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1020; }
    .menubar-collapse.open {
      left: 0;
      animation-name: menu;
      animation-duration: 100ms; } }
@media screen and (max-width: 576px) {
  .navbar-brand img, .menubar-menu-brand img {
    height: calc(50px - 50px*.25); }

  .nav-link {
    border-bottom: 0; }

  .nav-balance, .nav-link-balance, .nav-link-login {
    font-size: .85rem;
    padding: .35rem .65rem !important; }

  .nav-link-user .user-media {
    display: inline-block;
    height: 32px;
    width: 32px; }
  .nav-link-user .user-title {
    display: none; }

  .search-box .form-search-full .form-control {
    font-size: 1rem;
    height: calc(50px - 50px*.25 - 2px); }
  .search-box .form-search-full .group-addon {
    font-size: 1rem; }

  .navbar-light {
    padding: .5rem 1rem; }

  .menubar {
    padding: 15px 0; }
    .menubar-brand {
      margin-right: 1rem; }
      .menubar-brand img {
        height: calc(50px - 50px*.25); }
    .menubar-menu {
      width: 280px; }
    .menubar-toggler {
      margin-right: .8rem; } }
.post .post-excerpt {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
.post .post-media {
  display: block;
  position: relative;
  margin: 0 0 15px;
  overflow: hidden; }
  .post .post-media:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }
  .post .post-media img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .post .post-media img {
    transition: all .36s; }
  .post .post-media:hover img {
    transform: scale(1.075); }
.post-media-caption {
  color: #CECECE;
  font-size: .9rem;
  font-style: italic;
  padding: .5rem 0; }
.post-media-full img {
  height: auto;
  max-width: 100%; }
.post .post-meta-date {
  color: #A5B7D2;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: .75rem;
  text-transform: capitalize; }
  .post .post-meta-date i {
    margin-right: 4px; }
.post .post-summary {
  color: #7E7E7E;
  flex: 0 0 100%;
  margin: .7rem 0 0;
  max-width: 100%;
  line-height: 1.5; }
.post .post-title {
  flex: 0 0 100%;
  margin: 0;
  max-width: 100%; }
  .post .post-title a {
    color: #646161;
    display: block;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    transition: color 0.26s; }
    .post .post-title a:hover {
      color: #ff4444;
      text-decoration: none; }

.post-news {
  margin-bottom: 30px; }

.post-updates .post-meta-date {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 15px; }
.post-updates .post-title {
  font-size: 1.15rem; }

.view-thumbnail {
  align-items: flex-start;
  display: flex;
  grid-gap: 15px; }
  .view-thumbnail .post-media {
    flex: 0 0 100px;
    max-width: 100px; }
  .view-thumbnail .post-meta-date {
    margin-top: .5rem; }
  .view-thumbnail .post-title a {
    font-size: 1rem;
    line-height: 1.35; }

.post-full .post-meta {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 1rem 0;
  padding: .75rem 0; }
  .post-full .post-meta-date {
    margin-top: 0; }

/*-- Home > Block Updates */
.block-updates .post-updates {
  border-bottom: 1px solid #f2f2f2;
  padding: 1.25rem 0; }
  .block-updates .post-updates:first-child {
    padding-top: 0; }
  .block-updates .post-updates:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

/*--========= Pages --*/
.content-welcome {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: relative; }
  .content-welcome img {
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translate(-50%, 0);
    width: auto; }
  .content-welcome h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize; }
  .content-welcome h4 {
    color: #ffc100;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 15px 0 50px; }

.page-welcome {
  background: url("../media/welcome-bg.png") no-repeat bottom;
  background-size: cover;
  position: relative; }
  .page-welcome .page-welcome-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%; }

@media screen and (max-width: 768px) {
  .content-welcome img {
    height: 60px; }
  .content-welcome h1 {
    font-size: 3rem; }
  .content-welcome h4 {
    font-size: 1.4rem;
    margin: 15px 0 0; } }
@media screen and (max-width: 576px) {
  .content-welcome img {
    height: 50px; }
  .content-welcome h1 {
    font-size: 2.5rem; }
  .content-welcome h4 {
    font-size: 1.2rem;
    margin: 15px 0 0; } }
.form-login, .form-signup {
  flex: 1;
  padding: 40px;
  margin: auto;
  max-width: 540px; }
  .form-login .form-title, .form-signup .form-title {
    color: #202020;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.25rem; }

.login {
  align-items: center;
  background: #F8F2F6;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(50px + 15px*2);
  position: relative; }
  .login-content {
    align-items: center;
    background: #fff;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: calc(100vh - calc(50px + 15px*2)); }
  .login-media {
    flex: 0 0 50%;
    max-width: 50%; }
    .login-media img {
      height: auto;
      object-fit: cover;
      width: 100%; }

@media screen and (max-width: 768px) {
  .form-login, .form-signup {
    background: rgba(255, 255, 255, 0.96);
    margin: auto;
    width: calc(100% - 60px); }

  .login {
    margin-top: calc(calc(50px + 15px*2) - (50px*.15)); }
    .login-content {
      flex: 0 0 100%;
      max-width: 100%;
      min-height: 0;
      position: inherit; }
    .login-media {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      width: 100%; }
      .login-media img {
        height: 260px;
        margin: auto;
        width: auto; } }
@media screen and (max-width: 576px) {
  .form-login, .form-signup {
    padding: 30px 15px;
    width: 100%; }

  .login {
    margin-top: calc(calc(50px + 15px*2) - 50px*.25); }
    .login-media img {
      height: 200px; } }
/*--============================= Ticket, Message, Chat --*/
.btn-upload {
  background: #007bff;
  border-radius: .25rem;
  position: relative; }
  .btn-upload input[type="file"] {
    z-index: 999;
    line-height: 0;
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
    left: -154px;
    cursor: pointer; }
  .btn-upload label {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    overflow: hidden; }

.file {
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  border-radius: .2rem;
  color: #646161;
  display: inline-block;
  font-size: .7rem;
  font-weight: 400;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: .35rem .8rem;
  transition: box-shadow .2s;
  white-space: nowrap; }
  .file i {
    color: #007bff;
    margin-right: 6px; }
  .file:hover {
    color: #646161;
    text-decoration: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }

.chat {
  display: flex;
  grid-gap: 12px;
  margin-bottom: 26px; }
  .chat-body {
    flex: 1; }
  .chat-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem; }
  .chat-message {
    background: #fbfbfb;
    border-radius: .45rem;
    color: #7E7E7E;
    display: inline-block;
    font-size: .85rem;
    padding: .8rem; }
    .chat-message .file {
      margin: 4px 4px 4px 0; }
  .chat-media {
    align-items: center;
    background: #ffc107;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 50px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    max-width: 50px;
    overflow: hidden;
    text-transform: uppercase; }
    .chat-media img {
      font-size: .65rem;
      font-weight: 400;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .chat-meta {
    font-size: .75rem; }
  .chat-user {
    color: #464646;
    font-size: .9rem;
    font-weight: 600;
    margin: 0; }
    .chat-user-role {
      color: #17a2b8;
      display: block;
      font-size: .55rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .chat:after {
    content: "";
    flex: 0 0 50px;
    max-width: 50px; }
  .chat:last-child {
    margin-bottom: 0; }
  .chat-reverse {
    flex-direction: row-reverse; }
    .chat-reverse .chat-header {
      flex-direction: row-reverse;
      text-align: right; }
    .chat-reverse .chat-body {
      text-align: right; }

.chatbox {
  border: 1px solid #f1f1f1;
  border-radius: .5rem; }
  .chatbox-header {
    align-items: center;
    background: #f6f6f6;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: calc(82px + 8px);
    z-index: 1; }
    .chatbox-header-text {
      color: #646161;
      font-size: 1.1rem;
      font-weight: 600; }
  .chatbox-content {
    border-top: 1px solid #eeeeee;
    overflow-y: auto;
    padding: 20px; }
  .chatbox-typebox {
    align-items: flex-end;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: 40px auto 100px;
    padding: 0 20px 20px;
    /*textarea, input {
      background: $white;
      border: 0;
      border-radius: 3px;
      min-height: 44px;
      height: 44px;
      max-width: 100%;
      padding: .25rem 1.25rem;
      resize: none;
    }*/ }
    .chatbox-typebox .btn-send {
      background: #007bff;
      border: 0;
      border-radius: .25rem;
      color: #fff;
      font-size: .85rem;
      font-weight: 500;
      line-height: 44px;
      padding: 0 15px; }
      .chatbox-typebox .btn-send i {
        margin: .15rem; }
  .chatbox .form-textarea {
    background: #f5f5f5;
    border: 0;
    border-radius: 3px;
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    min-height: 44px;
    overflow: hidden;
    padding: .5rem 1.25rem;
    resize: both;
    width: 100%; }
    .chatbox .form-textarea:focus {
      outline: none; }
  .chatbox .form-textarea[contenteditable]:empty::before {
    content: "Type here";
    color: gray; }

.list-attachments {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px; }

.list-tickets {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-ticket-detail {
  position: sticky;
  top: 98px; }

.group-profile .profile-media {
  margin-bottom: .65rem; }
.group-profile .profile-title {
  color: #464646;
  font-size: 1rem;
  font-weight: 600;
  margin: 0; }
.group-profile .profile-detail {
  color: #7E7E7E;
  font-size: .85rem;
  font-weight: 500;
  margin-top: .2rem; }

@media screen and (max-width: 768px) {
  .chat {
    margin-bottom: 24px; }
    .chat-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: .5rem; }
    .chat-meta {
      font-size: .75rem; }
    .chat:after {
      flex: 0 0 44px;
      max-width: 44px; } }
@media screen and (max-width: 576px) {
  .chat {
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-bottom: 24px; }
    .chat-media {
      flex: 0 0 48px;
      max-width: 48px; }
    .chat-meta {
      font-size: .75rem; }
    .chat-user {
      font-size: .85rem; }
    .chat:after {
      display: none; }
    .chat:last-child {
      margin-bottom: 0; }
    .chat-reverse {
      flex-direction: row-reverse; }
      .chat-reverse .chat-header {
        flex-direction: row-reverse;
        text-align: right; }
      .chat-reverse .chat-media {
        text-align: right; }

  .chatbox-header {
    padding: 15px; }
  .chatbox-content {
    padding: 15px; }
  .chatbox-typebox {
    grid-template-columns: 40px auto 50px;
    padding: 15px; }

  .btn-upload label {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 40px;
    font-size: 14px;
    line-height: 16px; }

  .list-attachments {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px; }

  .sidebar-ticket-detail {
    position: sticky;
    top: 20px; }

  .ticket {
    background: #fafafa;
    border-radius: .25rem;
    display: block;
    padding: .7rem; }
    .ticket:hover {
      text-decoration: none; }
    .ticket-subject {
      color: #464646;
      font-size: .85rem;
      font-weight: 500;
      margin-bottom: .25rem; }

  .list-tickets {
    list-style: none;
    margin: 0;
    padding: 0; }
    .list-tickets li {
      margin-bottom: .5rem; }
      .list-tickets li:last-child {
        margin-bottom: 0; }

  .group-profile .profile-media {
    margin-bottom: .65rem; }
  .group-profile .profile-title {
    color: #464646;
    font-size: 1rem;
    font-weight: 600;
    margin: 0; }
  .group-profile .profile-detail {
    color: #7E7E7E;
    font-size: .85rem;
    font-weight: 500;
    margin-top: .2rem; }

  .toolbar-nav .nav-item .nav-link .badge {
    display: none; } }
.tag-popular {
  background: goldenrod; }

.plan {
  background: #fff;
  border: 2px solid #fff8f8;
  border-radius: 6px;
  display: block;
  padding: 0 0 18px;
  position: relative;
  text-align: left;
  transition: background .36s, box-shadow .36s;
  /*&-facebook {
    .plan-title {
      background: $facebook;
    }
  }
  &-instagram {
    .plan-title {
      background: $instagram;
    }
    //background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    //box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    //background: linear-gradient(150deg,#833ab4,#fd1d1d 50%,#fcb045)!important;
  }
  &-music-promotion {
    .plan-title {
      background: $music;
    }
  }
  &-soundcloud {
    .plan-title {
      background: $soundcloud;
    }
  }
  &-influence-marketing {
    .plan-title {
      background: $influence;
    }
  }
  &-content-marketing {
    .plan-title {
      background: $content;
    }
  }
  &-seo {
    .plan-title {
      background: $seo;
    }
  }
  &-soundcloud-promotion {
    .plan-title {
      background: $soundcloud;
    }
  }
  &-spotify {
    .plan-title {
      background: $spotify;
    }
  }
  &-tiktok {
    .plan-title {
      background: $tiktok;
    }
  }
  &-twitter {
    .plan-title {
      background: $twitter;
    }
  }
  &-vimeo {
    .plan-title {
      background: $vimeo;
    }
  }
  &-youtube {
    .plan-title {
      background: $youtube;
    }
  }*/ }
  .plan-action {
    margin-top: 20px; }
    .plan-action .btn-gradient {
      border-radius: 6px;
      width: 100%; }
  .plan-body {
    padding: 15px 20px; }
  .plan-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .85rem; }
  .plan-features {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    .plan-features li {
      color: #646161;
      font-size: 1rem;
      font-weight: 400;
      line-height: 2.3rem; }
  .plan-item {
    padding: 4px 25px; }
  .plan-note {
    color: #464646;
    font-size: .9rem;
    font-style: italic; }
  .plan-notice {
    border-bottom: 1px solid #eeeeee;
    font-size: .9rem;
    margin: 30px 0 15px;
    padding-bottom: 15px; }
  .plan-price {
    color: #ff4444;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px; }
    .plan-price > span {
      color: #646161;
      display: inline-block;
      margin-left: 6px; }
      .plan-price > span span:first-child {
        color: #ff4444;
        display: block;
        font-size: 1.75rem;
        font-weight: 300; }
      .plan-price > span span:last-child {
        display: block;
        font-size: .65rem;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 5px;
        text-transform: uppercase; }
  .plan-requirements {
    list-style: none;
    margin: 0;
    padding: 0; }
    .plan-requirements li {
      color: #565759;
      font-size: .9rem;
      font-weight: 500;
      line-height: 1.5; }
  .plan-title {
    align-items: center;
    border-bottom: 1px solid #ffe8e8;
    color: #464646;
    display: flex;
    font-size: .95rem;
    font-weight: 600;
    height: 88px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 12px; }
  .plan-tag {
    /*color: $white;
    display: inline-block;
    font-size: .65rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 4px 50px;
    position: absolute;
    right: -52px;
    text-transform: uppercase;
    top: 20px;
    transform: rotate(45deg);*/
    border-radius: 2rem;
    color: #fff;
    display: inline-block;
    font-size: .65rem;
    font-weight: bold;
    left: 50%;
    letter-spacing: 2px;
    padding: .25rem 1.25rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: translate(-50%, -50%); }

/*.plan {
  background: $theme-2;
  //background: -webkit-linear-gradient(to right, #ff5e62, #ff9966);  !* Chrome 10-25, Safari 5.1-6 *!
  //background: linear-gradient(to right, #ff5e62, #ff9966); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!

  border: 0;
  border-radius: 6px;
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  text-align: left;
  transition: background .36s, box-shadow .36s;

  &-action {
    margin: 0 0 22px;
  }

  &-body{
    padding: 15px 20px;
  }

  &-features {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;

    li {
      color: $gray-600;
      font-size: 1rem;
      font-weight: 400;
      line-height: 2.3rem;
    }
  }

  &-item {
    padding: 0 25px;
  }

  &-note {
    color: $gray-700;
    font-size: .9rem;
    font-style: italic;
  }

  &-notice {
    border-bottom: 1px solid #eeeeee;
    font-size: .9rem;
    margin: 30px 0 15px;
    padding-bottom: 15px;
  }

  &-price {
    !*align-items: center;
    display: flex;*!
    margin-bottom: 12px;

    .price-value {
      //align-items: flex-start;
      color: $white;
      //display: flex;
      font-size: 50px;
      font-weight: 700;
      line-height: 1;

      .price-currency {
        color: $gray-100;
        font-size: 1.1rem;
      }
    }

    .price-info {
      color: $gray-300;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 1.2;
      margin-top: 5px;
      text-transform: lowercase;
    }
  }

  &-requirements {
    list-style: none;
    margin: 0;
    padding: 0;

    li {
      color: $gray-100;
      font-size: .9rem;
      font-weight: 500;
      line-height: 1.5;
    }
  }

  &-title {
    align-items: center;
    border-bottom: 1px solid #ffabab;
    color: $white;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 50px;
    line-height: 1.35;
    margin: 0 0 10px;
  }

  &-tag {
    color: $white;
    display: inline-block;
    font-size: .65rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 4px 50px;
    position: absolute;
    right: -52px;
    text-transform: uppercase;
    top: 20px;
    transform: rotate(45deg);
  }

  !*&-facebook {
    .plan-title {
      background: $facebook;
    }
  }
  &-instagram {
    .plan-title {
      background: $instagram;
    }
    //background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    //box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    //background: linear-gradient(150deg,#833ab4,#fd1d1d 50%,#fcb045)!important;
  }
  &-music-promotion {
    .plan-title {
      background: $music;
    }
  }
  &-soundcloud {
    .plan-title {
      background: $soundcloud;
    }
  }
  &-influence-marketing {
    .plan-title {
      background: $influence;
    }
  }
  &-content-marketing {
    .plan-title {
      background: $content;
    }
  }
  &-seo {
    .plan-title {
      background: $seo;
    }
  }
  &-soundcloud-promotion {
    .plan-title {
      background: $soundcloud;
    }
  }
  &-spotify {
    .plan-title {
      background: $spotify;
    }
  }
  &-tiktok {
    .plan-title {
      background: $tiktok;
    }
  }
  &-twitter {
    .plan-title {
      background: $twitter;
    }
  }
  &-vimeo {
    .plan-title {
      background: $vimeo;
    }
  }
  &-youtube {
    .plan-title {
      background: $youtube;
    }
  }*!
}*/
.plan.active, .plan:hover, .plan:focus {
  background: #ff4444;
  color: #e9ecef;
  text-decoration: none; }
  .plan.active .plan-price, .plan:hover .plan-price, .plan:focus .plan-price {
    color: #fff; }
    .plan.active .plan-price > span, .plan:hover .plan-price > span, .plan:focus .plan-price > span {
      color: #e9ecef; }
      .plan.active .plan-price > span span:first-child, .plan:hover .plan-price > span span:first-child, .plan:focus .plan-price > span span:first-child {
        color: #fff; }
  .plan.active .plan-title, .plan:hover .plan-title, .plan:focus .plan-title {
    border-color: #ff7777;
    color: #fff; }
  .plan.active .plan-requirements li, .plan:hover .plan-requirements li, .plan:focus .plan-requirements li {
    color: #e9ecef; }
  .plan.active .btn-gradient, .plan:hover .btn-gradient, .plan:focus .btn-gradient {
    background: #fff;
    color: #ff4444;
    -webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3); }

.plan.active:after {
  /*@include object-center(32px, 32px);
  background: $white;
  border: 2px solid rgba($theme, .3);
  border-radius: 50%;
  bottom: 10px;
  color: $theme;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;*/
  background: #12B39A;
  border-radius: 4px;
  top: calc(100% - 2px);
  content: '';
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 24px; }

/*-- Activate when tags are on --*/
/*.carousel-service {
  .owl-item {
    padding: 15px 0;
  }
}*/
@media screen and (max-width: 769px) {
  .plan {
    padding: 0 0 18px; }
    .plan-features {
      list-style: none;
      margin: 0 0 20px;
      padding: 0; }
      .plan-features li {
        color: #646161;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2.3rem; }
    .plan-item {
      padding: 4px 15px; }
    .plan-note {
      color: #464646;
      font-size: .9rem;
      font-style: italic; }
    .plan-notice {
      border-bottom: 1px solid #eeeeee;
      font-size: .9rem;
      margin: 30px 0 15px;
      padding-bottom: 15px; }
    .plan-price .price-value {
      color: #ff4444;
      font-size: 50px;
      font-weight: 700;
      line-height: 1; }
      .plan-price .price-value .price-currency {
        color: #646161;
        font-size: 1.1rem; }
    .plan-price .price-info {
      color: #7E7E7E;
      font-size: .75rem;
      font-weight: 600;
      line-height: 1.2;
      margin-top: 5px;
      text-transform: lowercase; }
    .plan-requirements li {
      font-size: .85rem;
      line-height: 1.5; }
    .plan-title {
      font-size: .95rem;
      height: 68px;
      margin: 0 0 10px; }
    .plan-tag {
      /*font-size: .65rem;
      letter-spacing: 2px;
      padding: 4px 50px;
      right: -52px;
      top: 20px;*/
      font-size: .6rem;
      letter-spacing: 1.25px;
      padding: .25rem 1.25rem; } }
@media screen and (max-width: 576px) {
  .plan {
    padding: 0 0 18px;
    /*&-price {
      font-size: 26px;

      >span {
        margin-left: 4px;

        span {
          &:first-child {
            font-size: .8rem;
          }

          &:last-child {
            font-size: .5rem;
          }
        }
      }
    }*/ }
    .plan-action .btn-gradient {
      border-radius: 5px;
      font-size: .8rem;
      letter-spacing: 1px;
      padding: .65rem .5rem; }
    .plan-features {
      margin: 0 0 20px; }
      .plan-features li {
        font-size: .9rem; }
    .plan-item {
      padding: 4px 18px; }
    .plan-requirements li {
      font-size: .8rem; }
    .plan-tag {
      font-weight: 400;
      letter-spacing: 1px;
      padding: .15rem .9rem;
      /*font-size: .65rem;
      letter-spacing: 2px;
      padding: 4px 50px;
      right: -52px;
      top: 20px;*/ }
    .plan-title {
      font-size: 1.1rem;
      height: 60px;
      margin-bottom: 12px; }

  .plan.active:after {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
    font-size: .8rem;
    bottom: 4px;
    right: 4px; } }
html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #646161;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  color: #464646; }

img {
  font-size: .5rem;
  line-height: 1.5; }

.divider {
  align-items: center;
  color: #CECECE;
  display: flex;
  font-size: .85rem;
  font-weight: 600;
  justify-content: space-between;
  margin: .9rem 0;
  text-transform: uppercase;
  width: 100%; }
  .divider:after {
    background: red;
    background: linear-gradient(45deg, #CECECE 0%, white 100%);
    content: "";
    display: inline-block;
    height: 3px;
    width: calc(50% - 20px); }
  .divider:before {
    background: red;
    background: linear-gradient(45deg, white 0%, #CECECE 100%);
    content: "";
    display: inline-block;
    height: 3px;
    width: calc(50% - 20px); }

.divider-left {
  align-items: center;
  color: #7E7E7E;
  display: flex;
  font-size: .85rem;
  font-weight: 600;
  grid-gap: 6px;
  justify-content: space-between;
  margin: .9rem 0;
  text-transform: uppercase;
  width: 100%; }
  .divider-left:after {
    background: red;
    background: linear-gradient(45deg, #CECECE 0%, white 100%);
    content: "";
    display: inline-block;
    height: 3px;
    width: calc(100% - 20px - 6px); }

.section-padding {
  padding: 70px 0; }

.block-padding {
  padding: 44px 0; }

.btn-gradient {
  background: red;
  background: linear-gradient(90deg, red 0%, #ffa000 100%);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: .85rem 3rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .36s;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 38px 0 rgba(255, 0, 0, 0.3);
  -moz-box-shadow: 0 0 38px 0 rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 38px 0 rgba(255, 0, 0, 0.3); }
  .btn-gradient:hover {
    background: #e60000;
    background: linear-gradient(90deg, #e60000 0%, #ed9500 100%);
    color: #fff;
    text-decoration: none;
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.36s ease-in-out;
    -o-transition: 0.36s ease-in-out;
    transition: 0.36s ease-in-out; }
  .btn-gradient:focus {
    outline: none; }

.btn-gradient.is-large {
  font-size: 1.1rem;
  letter-spacing: 2px;
  padding: 1.35rem 3.25rem; }

.btn-google {
  background: transparent;
  border: 1px solid #DB3236;
  display: inline-block;
  font-weight: 400;
  color: #DB3236;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn-google i {
    margin-right: 4px; }
  .btn-google:hover {
    background: #DB3236;
    color: #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn-responsive i {
  display: none; }

.btn-square {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 4px;
  display: inline-flex;
  color: #CECECE;
  font-size: 1.15rem;
  height: 44px;
  justify-content: center;
  transition: box-shadow, color .25s;
  width: 44px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07); }
  .btn-square:hover {
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #ff4444;
    text-decoration: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07); }

.btn-square.active {
  color: #464646; }

.btn-icon-info .info-left {
  margin-right: 4px; }
.btn-icon-info .info-right {
  margin-left: 4px; }

.link-theme {
  color: #ff4444;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .36s;
  white-space: nowrap; }
  .link-theme:hover {
    color: #ff2b2b;
    text-decoration: none;
    -webkit-transition: ttime ease-in-out;
    -moz-transition: 0.36s ease-in-out;
    -o-transition: 0.36s ease-in-out;
    transition: 0.36s ease-in-out; }

.link-theme.is-large {
  font-size: 1.1rem; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list .list-item {
    align-items: center;
    display: flex;
    line-height: 2.1rem; }
    .list .list-item .list-icon {
      margin-right: 4px;
      text-align: center;
      width: 20px; }
    .list .list-item .list-link {
      color: #646161;
      font-size: 1rem;
      font-weight: 500;
      margin: 0; }
      .list .list-item .list-link:hover {
        color: #ff4444;
        text-decoration: none;
        -webkit-transition: ttime ease-in-out;
        -moz-transition: 0.36s ease-in-out;
        -o-transition: 0.36s ease-in-out;
        transition: 0.36s ease-in-out; }

.btn-grp a, .btn-grp button {
  margin-right: 20px; }

.alert-major {
  align-items: center;
  background: #ff4444;
  color: #fff;
  display: flex;
  font-size: .9rem;
  left: 0;
  height: 62px;
  justify-content: center;
  padding: 6px 15px;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%; }
  .alert-major a {
    color: #fff; }

/*--============================== COMPONENTS --*/
.group {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.25rem 0; }
  .group:first-child {
    padding-top: 0; }
  .group:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .group-title {
    color: #464646;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: .75rem;
    text-transform: uppercase; }

.block-title {
  margin-bottom: 1.5rem; }
  .block-title h3, .block-title h4, .block-title h5 {
    color: #464646;
    font-weight: 600;
    margin: 0; }
  .block-title .sub-title-text {
    color: #7E7E7E;
    font-size: .9rem;
    font-weight: 500;
    margin: .25rem 0 0; }

.section-title {
  margin-bottom: 50px;
  text-align: center; }
  .section-title h2 {
    color: #464646;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 18px; }
  .section-title h5 {
    color: #ff4444;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 20px;
    text-transform: uppercase; }

.region {
  background: #CECECE;
  border-radius: 3px;
  display: inline-block;
  font-size: .9rem;
  padding: .25rem .65rem; }
  .region i {
    color: #fff;
    margin-right: 2px; }
  .region span {
    color: #fff; }

.is-first {
  margin-top: calc(50px + 15px*2); }

.is-only {
  min-height: calc(100vh - calc(50px + 15px*2) - 90px); }

.page-title {
  background: red;
  background: linear-gradient(90deg, red 0%, #ffa000 100%);
  margin-top: calc(50px + 15px*2); }
  .page-title .page-title-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 140px;
    justify-content: center;
    text-align: center; }
    .page-title .page-title-content h2 {
      color: #fff;
      font-size: 2rem;
      font-weight: 700; }

.page-single {
  margin-top: calc(50px + 15px*2);
  padding: 60px 0 90px; }

/*--=============== FOOTER --*/
.footer-base {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
.footer-brand {
  display: block; }
  .footer-brand img {
    height: calc(50px - 50px*.3);
    width: auto; }
.footer-column {
  margin-bottom: 30px; }
  .footer-column-title {
    color: #202020;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 2.1rem; }
.footer-nav .nav-item {
  padding: 0 .75rem; }
  .footer-nav .nav-item .nav-link {
    border-bottom: 0;
    font-size: .85rem; }

.section-footer {
  border-top: 1px solid #f2f2f2;
  padding: 40px 15px; }

/*--========================== HOME PAGE --*/
/*--======= Section Landing */
.landing-content {
  left: 0;
  position: absolute;
  top: 46%;
  transform: translate(0, -50%);
  width: 55%; }
  .landing-content h1 {
    color: #202020;
    font-size: 3.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize; }
  .landing-content h5 {
    color: #ff4444;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 16px;
    text-transform: uppercase; }
  .landing-content p {
    color: #646161;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 24px 0 0; }
  .landing-content .btn-grp {
    margin-top: 40px; }

.carousel-payment {
  position: relative; }
  .carousel-payment .item > img {
    height: 80px;
    margin: auto;
    width: auto; }

.payments {
  bottom: 0;
  left: 0;
  padding: 1rem 0;
  position: absolute;
  width: 100%; }

.wrapper-content {
  height: calc(100vh - calc(50px + 15px*2));
  min-height: 620px;
  position: relative; }

.section-landing {
  margin-top: calc(50px + 15px*2);
  overflow-x: hidden;
  position: relative;
  z-index: 0; }
  .section-landing .landing-media {
    height: auto;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translate(0, -50%);
    width: 45%;
    z-index: -1; }

/*--======= Section Steps */
.step {
  background: #fff;
  border-radius: 12px;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  -webkit-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.05); }
  .step-count {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
    background: red;
    background: linear-gradient(45deg, red 0%, #ffa000 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0 auto 30px; }
  .step-media img {
    height: 150px;
    width: auto; }
  .step-summery {
    color: #646161;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 1.25rem 0 0; }
  .step-title {
    color: #464646;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 2rem 0 0; }

.section-steps {
  background: url("../../dist/media/blob-2.svg") no-repeat -20% 50% scroll;
  background-size: contain; }

/*--======= Section Services */
.service {
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 3rem .95rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.09); }
  .service-media {
    margin-bottom: 1.25rem; }
    .service-media img {
      height: 64px;
      width: auto; }
  .service-summery {
    color: #646161;
    font-size: .95rem;
    line-height: 1.6rem;
    margin: .35rem 0 0; }
  .service-title {
    color: #464646;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 0; }
  .service:hover {
    background: #f8f9fa;
    text-decoration: none; }
    .service:hover .service-title, .service:hover .service-summery {
      text-decoration: none; }

.service-grid {
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 3rem .95rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.045);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.045); }
  .service-grid-media {
    margin-bottom: 1.25rem; }
    .service-grid-media img {
      height: 64px;
      width: auto; }
  .service-grid-summery {
    color: #646161;
    font-size: .95rem;
    line-height: 1.6rem;
    margin: .35rem 0 0; }
  .service-grid-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #464646;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 0; }
  .service-grid:hover {
    background: #f8f9fa;
    text-decoration: none; }
    .service-grid:hover .service-title, .service-grid:hover .service-summery {
      text-decoration: none; }

.list-services {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .list-services .list-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px; }

/*--======= Section Introduction */
.block-subject {
  background: url("../../dist/media/dots.png") no-repeat 100% 10%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(7, 1fr); }
  .block-subject .subject {
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 2rem .95rem;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.075); }
    .block-subject .subject-media {
      align-items: center;
      display: flex;
      height: 76px;
      justify-content: center;
      width: 76px;
      background: red;
      background: linear-gradient(45deg, red 0%, #ffa000 100%);
      border-radius: 50%;
      font-weight: 600;
      margin: 0 auto 30px;
      padding: 1.35rem; }
      .block-subject .subject-media img {
        height: 100%;
        width: auto; }
    .block-subject .subject-summery {
      color: #646161;
      font-size: .95rem;
      line-height: 1.6rem;
      margin: .35rem 0 0; }
    .block-subject .subject-title {
      color: #464646;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.25;
      margin: 0; }
    .block-subject .subject:first-child {
      grid-column: 1/2;
      grid-row: 1/4; }
    .block-subject .subject:nth-child(2) {
      grid-column: 2/3;
      grid-row: 2/5; }
    .block-subject .subject:nth-child(3) {
      grid-column: 1/2;
      grid-row: 4/7; }
    .block-subject .subject:last-child {
      grid-column: 2/3;
      grid-row: 5/8; }

.section-introduction {
  background: url("../../dist/media/blob-3.svg") no-repeat -45% 0;
  background-size: contain; }
  .section-introduction .btn-grp {
    margin-top: 30px; }

/*--======= Section Testimonial */
.section-testimonial {
  background: url("../../dist/media/blob-1.svg") no-repeat 110% 50%;
  background-size: contain; }

/*--========================== SERVICES PAGE --*/
.dropdown-full {
  margin-bottom: 1rem; }
  .dropdown-full .btn-dropdown-full {
    align-items: center;
    border: 2px solid #646161;
    border-radius: .5rem;
    color: #646161 !important;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: space-between;
    padding: .5rem 1.25rem;
    width: 100%; }
  .dropdown-full .dropdown-menu {
    width: 100%; }

.dropdown-select {
  background: #fff;
  padding: 1.25rem 1.5rem;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.035);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.035);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.035); }
  .dropdown-select select {
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    color: #7E7E7E;
    font-size: 1.1rem;
    font-weight: 500; }

.page-title-services {
  background: url("../../dist/media/blob-6.svg") no-repeat 115% 0;
  background-size: contain;
  margin-top: calc(50px + 15px*2); }
  .page-title-services .page-title-content {
    background: url("../../dist/media/blob-7.svg") no-repeat 0 100%;
    background-size: 150px;
    padding: 80px 0 60px;
    text-align: center; }
  .page-title-services h2 {
    color: #464646;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 auto;
    width: 80%; }
  .page-title-services p {
    color: #646161;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75;
    margin: 14px auto 0;
    width: 50%; }

.btn-modal-service i {
  display: none; }

.table-services .table-row:last-child .table-cell {
  border-bottom: 0; }
  .table-services .table-row:last-child .table-cell:first-child {
    border-bottom-left-radius: 12px; }
  .table-services .table-row:last-child .table-cell:last-child {
    border-bottom-right-radius: 12px; }
.table-services .table-cell:nth-child(1) {
  width: 106px; }
.table-services .table-cell:nth-child(2) {
  width: auto; }
.table-services .table-cell:nth-child(3) {
  width: 200px; }
.table-services .table-cell:nth-child(4) {
  width: 200px; }
.table-services .table-cell:nth-child(5) {
  width: 150px; }
.table-services .table-cell:nth-child(6) {
  width: 150px; }

.table-wrap {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  margin-bottom: 30px; }
  .table-wrap:last-child {
    margin-bottom: 0; }
  .table-wrap .table-title {
    align-items: center;
    display: flex;
    grid-gap: 20px;
    padding: 1rem;
    position: relative; }
    .table-wrap .table-title h3 {
      color: #464646;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1;
      margin: 0; }

.btn-nav {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  color: #464646;
  cursor: pointer;
  fill: #464646;
  font-size: 20px; }
  .btn-nav:hover {
    background: #f2f2f2; }
  .btn-nav:focus {
    outline: none; }

.nav-services {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  position: relative; }
  .nav-services .nav-link {
    background: #f7f7f7;
    border: 0;
    color: #646161;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
    padding: 1rem;
    text-align: center;
    text-transform: capitalize;
    transition: color .36s;
    white-space: nowrap; }
    .nav-services .nav-link span {
      display: block;
      font-size: .85rem;
      line-height: 1;
      margin-top: .35rem; }
    .nav-services .nav-link:hover {
      color: #ff4444;
      text-decoration: none;
      -webkit-transition: ttime ease-in-out;
      -moz-transition: 0.36s ease-in-out;
      -o-transition: 0.36s ease-in-out;
      transition: 0.36s ease-in-out; }
  .nav-services .nav-item {
    margin: 0;
    padding: 0 2px; }
    .nav-services .nav-item img {
      height: 60px;
      object-fit: scale-down;
      width: 60px; }
  .nav-services .nav-link.active {
    background: #f5f5f5;
    color: #ff4444; }

/*.nav-services {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 -3px;
  padding: 0;
  position: relative;

  .nav-item {
    padding: 0 3px;
  }

  .nav-link {
    background: $gray-500;
    border: 0;
    border-radius: 3px;
    color: $white;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 56px;
    margin: 0;
    padding: 0 1rem !important;
    text-transform: capitalize;
    transition: color .36s;
    white-space: nowrap;
  }

  .nav-link.active {
    color: $white;
  }
}

#tab-facebook {
  background: $facebook;
}
#tab-instagram {
  background: $instagram;
  //background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  //box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  //background: linear-gradient(150deg,#833ab4,#fd1d1d 50%,#fcb045)!important;
}
#tab-music-promotion {
  background: $music;
}
#tab-soundcloud {
  background: $soundcloud;
}
#tab-influence-marketing {
  background: $influence;
}
#tab-content-marketing {
  background: $content;
}
#tab-seo {
  background: $seo;
}
#tab-soundcloud-promotion {
  background: $soundcloud;
}
#tab-spotify {
  background: $spotify;
}
#tab-tiktok {
  background: $tiktok;
}
#tab-twitter {
  background: $twitter;
}
#tab-vimeo {
  background: $vimeo;
}
#tab-youtube {
  background: $youtube;
}

.menu-bar {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 44px calc(100% - 44px - 44px - 20px) 44px;
}*/
.carousel-package-service .service-item {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  border-radius: .35rem;
  display: block;
  padding: .75rem;
  text-align: center; }
  .carousel-package-service .service-item img {
    height: 60px;
    margin: auto;
    object-fit: scale-down;
    width: 60px; }
  .carousel-package-service .service-item span {
    color: #464646;
    display: block;
    font-size: .75rem;
    line-height: 1;
    margin-top: .25rem; }
.carousel-package-service .service-item.active, .carousel-package-service .service-item:hover {
  background: #cdcdcd;
  border: 1px solid #888888;
  text-decoration: none; }

.menu-wrapper {
  overflow: hidden; }

.menu-bar {
  align-items: center;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 44px calc(100% - 44px - 44px - 30px) 44px; }

.control-bar {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: calc(100% - 100px - 20px) 100px; }

.section-control-bar {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: .5rem 0;
  position: sticky;
  top: 82px;
  z-index: 2; }

.package-price {
  color: #ff4444;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25rem; }
  .package-price > span {
    color: #646161;
    display: inline-block;
    margin-left: 6px; }
    .package-price > span span:first-child {
      color: #ff4444;
      display: block;
      font-size: 1.75rem;
      font-weight: 300; }
    .package-price > span span:last-child {
      display: block;
      font-size: .65rem;
      font-weight: 600;
      line-height: 1.2;
      margin-top: 5px;
      text-transform: uppercase; }
.package-features {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .package-features li {
    color: #646161;
    font-size: .95rem;
    line-height: 2; }
    .package-features li i {
      color: #c1f4cd;
      margin-right: .25rem; }
.package-info {
  margin-bottom: 1.25rem; }
.package-title {
  color: #343a40;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 .5rem; }

.tab-services {
  margin-bottom: 10px; }

.block-service-type {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 15px; }
  .block-service-type:last-child {
    margin-bottom: 0; }
  .block-service-type .block-title {
    margin: -35px 0 14px -10px; }
    .block-service-type .block-title h3, .block-service-type .block-title h4, .block-service-type .block-title h5 {
      background: #fff;
      display: inline-block;
      padding: 6px 10px; }

/*--========================== BUY PACKAGE PAGE --*/
.order-checkout {
  background: rgba(18, 179, 154, 0.05);
  border-radius: 8px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding: 30px; }
  .order-checkout .block-info {
    grid-column: 1/2;
    grid-row: 1/2; }
  .order-checkout .block-offer {
    grid-column: 1/2;
    grid-row: 2/3; }
  .order-checkout .block-form {
    grid-column: 2/3;
    grid-row: 1/3; }

.modal-message .message-media {
  color: #007bff;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem; }
.modal-message img {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  height: 80px;
  margin-bottom: 20px;
  padding: 2px;
  width: auto; }
.modal-message .list-info {
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 12px; }

.url-patterns {
  border-left: 3px solid #eeeeee;
  margin: .75rem 0 0;
  padding: 0 0 0 12px; }
  .url-patterns dt {
    color: #ffc107;
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: .25rem; }
  .url-patterns dd {
    color: #a7a7a7;
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: .25rem; }
    .url-patterns dd:last-child {
      margin-bottom: 0; }

.package-info {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr); }
  .package-info .item .cell {
    font-size: .95rem; }
    .package-info .item .cell:first-child {
      font-weight: 600;
      margin-bottom: 6px; }

.swatch-subscription .swatch-option {
  flex: 0 0 33.33%;
  max-width: 25%; }

.form-group--inline {
  align-items: center;
  display: flex;
  grid-gap: 10px;
  margin-bottom: .65rem; }
  .form-group--inline input {
    max-width: 180px; }
  .form-group--inline label {
    margin: 0; }

.hoverable {
  position: relative; }
  .hoverable-content {
    background: #646161;
    color: #e9ecef;
    display: none;
    font-size: .8rem;
    left: 50%;
    line-height: 1.5;
    padding: 8px;
    position: absolute;
    text-align: center;
    top: calc(100% + 8px);
    transform: translate(-50%, 0);
    width: 240px;
    z-index: 1070; }
    .hoverable-content:before {
      background: #646161;
      content: "";
      display: block;
      height: 8px;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 8px; }
  .hoverable:hover .hoverable-content {
    display: block; }

.clickable {
  position: relative; }
  .clickable-content {
    background: #646161;
    color: #e9ecef;
    display: none;
    font-size: .8rem;
    left: 0;
    line-height: 1.5;
    padding: 1.25rem;
    width: 100%;
    /*&:before {
      background: $gray-600;
      content: "";
      display: block;
      height: 8px;
      left: 1.25rem;
      position: absolute;
      top: 0;
      transform: translate(0, -50%) rotate(45deg);
      width: 8px;
    }*/ }
  .clickable-link {
    color: #17a2b8;
    display: inline-block;
    margin-left: 1rem; }

.form-drip-feed {
  background: rgba(177, 241, 241, 0.025);
  border-left: 3px solid #cccccc;
  display: none;
  padding-left: 1rem; }

/*--========================== SERVICE PAGE --*/
.block-plan-group {
  margin-bottom: 50px; }
  .block-plan-group:last-child {
    margin-bottom: 0; }

/*--========================== ORDER/MASS PAGE --*/
.offer {
  align-items: center;
  background: #FCFCFC;
  border: 2px dashed #CECECE;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
  max-width: 400px;
  padding: 30px 20px 20px;
  /*--- Offer descriptions --*/
  /*--- Offer details --*/ }
  .offer span {
    display: block; }
  .offer-action {
    flex: 0 0 100%;
    max-width: 100%; }
  .offer-description {
    flex: 0 0 100%;
    max-width: 100%; }
  .offer-detail {
    flex: 0 0 calc(100% - 94px - 16px);
    max-width: calc(100% - 94px - 16px); }
  .offer-media {
    flex: 0 0 94px;
    height: auto;
    max-width: 94px;
    width: 94px; }
  .offer-discount-code {
    color: #646161;
    font-size: .95rem;
    line-height: 1.35;
    margin: .65rem 0 0; }
    .offer-discount-code span {
      color: #55e175;
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase; }
  .offer-message {
    color: #464646;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin: .65rem 0 0; }
  .offer-validity {
    color: #646161;
    font-size: .95rem;
    line-height: 1.35;
    margin: .25rem 0 0; }
  .offer-requirement {
    color: #ff4444;
    font-size: 1rem;
    font-weight: 700; }
  .offer-value {
    color: #ff4444;
    font-size: 2.95rem;
    font-weight: 700;
    line-height: 1; }

.block-discount label {
  color: #007bff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600; }
  .block-discount label:hover {
    text-decoration: none; }

.input-code {
  align-items: center;
  display: flex; }
  .input-code .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-code .btn-success {
    border-radius: 0 .25rem .25rem 0;
    color: #fff;
    flex: 0 0 120px;
    max-width: 120px; }

.block-form {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 20px; }

.table-billing th, .table-billing td {
  font-size: .9rem;
  padding: .45rem 0; }

.btn-control span {
  display: none; }

.package-item {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 1.25rem; }

/*--========================== FUND PAGE --*/
.payment-cards {
  margin-top: 12px; }
  .payment-cards-list {
    align-items: center;
    display: grid;
    flex-wrap: wrap;
    grid-gap: 8px;
    grid-template-columns: repeat(4, 1fr); }
    .payment-cards-list img {
      border: 1px solid #f1f1f1;
      border-radius: 3px;
      height: 46px;
      object-fit: scale-down;
      padding: 4px;
      width: 100%; }
  .payment-cards-title {
    color: #17a2b8;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .5rem; }
.payment-details {
  list-style: none;
  margin: .45rem 0 0;
  padding: 0; }
  .payment-details li {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.4;
    padding: .075rem 0; }
.payment-excerpt {
  flex: 1; }
.payment-group {
  background: #e9ecef;
  border-radius: 4px;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: .15rem .5rem;
  text-transform: uppercase; }
.payment-item {
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  color: #7E7E7E;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  position: relative; }
  .payment-item:hover {
    color: #7E7E7E;
    text-decoration: none; }
  .payment-item:last-child {
    margin-bottom: 0; }
.payment-media {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  flex: 0 0 112px;
  height: 80px;
  object-fit: scale-down;
  padding: 6px;
  max-width: 112px;
  width: 100%; }
.payment-title {
  align-items: center;
  color: #646161;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  grid-gap: 20px;
  line-height: 1;
  margin: 0; }
.payment-tags {
  margin-top: .6rem;
  line-height: 1; }

.group-global {
  background: #55e175; }

.group-particular {
  background: #6f42c1; }

.accordion-payment .accordion-item {
  border-radius: 16px;
  border-bottom: 0;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03); }
.accordion-payment .accordion-panel {
  background: #fff;
  border-radius: 12px;
  margin-top: 20px;
  /* Equal to title grid gap*/
  padding: 20px;
  /* Equal to title grid gap*/
  -webkit-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.04); }
.accordion-payment .accordion-title {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 1rem; }
  .accordion-payment .accordion-title .payment-item {
    flex: 1; }
.accordion-payment .media-scan {
  background: rgba(177, 241, 241, 0.25);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  text-align: center; }
  .accordion-payment .media-scan img {
    height: auto;
    margin: auto;
    max-width: 200px;
    width: 100%; }

/*--========================== ACCOUNT PAGE --*/
.profile {
  position: relative; }
  .profile-media {
    align-items: center;
    display: inline-flex;
    grid-gap: 15px;
    position: relative; }
    .profile-media img {
      -webkit-box-shadow: 0 0 30px 0 #c6ddff;
      -moz-box-shadow: 0 0 30px 0 #c6ddff;
      box-shadow: 0 0 30px 0 #c6ddff; }
    .profile-media .btn-wrap {
      bottom: 0;
      right: 0;
      position: absolute; }
  .profile-title {
    font-weight: 600;
    margin: 1.25rem 0 0; }
  .profile-meta {
    color: #7E7E7E;
    font-weight: 500;
    margin: .35rem 0 0; }
    .profile-meta i {
      margin-right: 4px; }

.form-profile {
  margin-top: 40px; }
  .form-profile .form-check-inline .form-check-input {
    height: calc(2.15em + 0.75rem + 2px); }

.table-support .table-row .table-cell:first-child, .table-feedback .table-row .table-cell:first-child {
  white-space: nowrap; }

.copyable {
  background: #f1f1f1;
  border-radius: 6px;
  padding: 20px;
  position: relative; }
  .copyable .btn-copy {
    position: absolute;
    right: 20px;
    top: 20px; }

/*--========================== UPDATES PAGE --*/
.group-related-updates .post-updates {
  margin-bottom: 30px; }
  .group-related-updates .post-updates:last-child {
    margin-bottom: 0; }
  .group-related-updates .post-updates .post-meta-date {
    margin-top: 6px; }

/*--========================== HOW IT WORKS PAGE --*/
.block-work img {
  margin: auto;
  max-width: 280px; }
.block-work iframe {
  height: 400px;
  width: 100%; }

/*--========================== API PAGE --*/
.table-api .table-row .table-cell:first-child {
  font-weight: bold; }

/*--========================== DASHBOARD --*/
.widget-md {
  background: #fff;
  border-radius: 12px;
  padding: 25px 25px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05); }
  .widget-md .widget-media {
    height: 90px;
    margin-bottom: 24px;
    width: auto; }
  .widget-md .widget-title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    margin: 0; }
  .widget-md [class^="meta-"] {
    align-items: center;
    display: flex;
    font-size: .85rem;
    font-weight: 500;
    text-transform: capitalize; }
    .widget-md [class^="meta-"] i {
      font-size: .65rem;
      margin-right: 4px; }
    .widget-md [class^="meta-"]:after {
      background: #7E7E7E;
      border-radius: 50%;
      content: "";
      display: block;
      height: 4px;
      margin: auto 8px;
      width: 4px; }
    .widget-md [class^="meta-"]:last-child:after {
      display: none; }
  .widget-md .widget-meta {
    align-items: center;
    color: #646161;
    display: flex;
    margin-top: .5rem; }
  .widget-md .widget-value {
    color: gold;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 1.5rem; }
    .widget-md .widget-value-support {
      color: #7E7E7E;
      display: block;
      font-size: 1.25rem;
      font-weight: 600;
      letter-spacing: 2px;
      margin-top: .5rem;
      text-transform: capitalize; }

.widget-sm {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 25px 25px; }
  .widget-sm .widget-media {
    height: 40px;
    margin-bottom: 89px;
    width: auto; }
  .widget-sm .widget-value {
    color: #464646;
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1; }
    .widget-sm .widget-value-support {
      color: #7E7E7E;
      display: block;
      font-size: 1.1rem;
      margin-top: .35rem;
      text-transform: capitalize; }

.widget-danger {
  background: rgba(220, 53, 69, 0.1); }

.widget-info {
  background: rgba(23, 162, 184, 0.1); }

.widget-primary {
  background: rgba(0, 123, 255, 0.1); }

.widget-success {
  background: rgba(85, 225, 117, 0.1); }

.widget-warning {
  background: rgba(255, 193, 7, 0.1); }

.widget-group {
  background: #fff;
  border-radius: 12px;
  padding: 25px 25px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05); }
  .widget-group .widget-group-items {
    display: grid;
    grid-gap: 30px; }
  .widget-group-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 1.25rem 0; }

.widget-group-order .widget-group-items {
  grid-template-columns: repeat(4, 1fr); }

.widget-group-ticket .widget-group-items {
  grid-template-columns: repeat(2, 1fr); }

/*--========================== PAYMENT VERIFICATION --*/
.block-payment-verification iframe {
  height: 400px;
  width: 100%; }
.block-payment-verification .input-group-title, .block-payment-verification label {
  background: red;
  background: linear-gradient(90deg, red 0%, #ffa000 100%);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #fff;
  display: block;
  margin-bottom: 0;
  padding: 1rem; }
.block-payment-verification .form-control, .block-payment-verification .dropzone {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.block-signature-new {
  border-top: 1px solid #efefef; }

.steps {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  margin-bottom: 40px; }
  .steps:last-child {
    margin-bottom: 0; }
  .steps-label {
    flex: 0 0 120px;
    max-width: 120px;
    color: #ff4444;
    font-weight: 600;
    text-transform: uppercase; }
    .steps-label label {
      color: #ff4444;
      font-weight: 600;
      text-transform: uppercase; }
  .steps-content {
    flex: 0 0 calc(100% - 120px - 30px);
    max-width: calc(100% - 120px - 30px); }

@media screen and (max-width: 769px) {
  .btn-gradient {
    font-size: 1rem; }

  .btn-gradient.is-large {
    font-size: 1rem;
    padding: 1.25rem 3rem; }

  .btn-square {
    font-size: 1rem;
    height: 36px;
    width: 36px; }

  .btn-responsive {
    padding-left: .75rem;
    padding-right: .75rem; }
    .btn-responsive i {
      display: block; }
    .btn-responsive span {
      display: none; }

  .link-theme {
    font-size: 1rem; }

  .link-theme.is-large {
    font-size: 1rem; }

  .btn-grp a, .btn-grp button {
    margin-right: 20px; }

  .section-padding {
    padding: 60px 0; }

  .block-padding {
    padding: 30px 0; }

  /*--============================== COMPONENTS --*/
  .section-title {
    margin-bottom: 40px; }
    .section-title h2 {
      font-size: 1.8rem;
      margin: 0; }
    .section-title h5 {
      margin: 0 0 12px; }

  .block-title {
    margin-bottom: 1.7rem; }
    .block-title h3, .block-title h4 {
      font-size: 1.35rem; }

  .is-first {
    margin-top: calc(calc(50px + 15px*2) - (50px*.15)); }

  .page-title {
    margin-top: calc(calc(50px + 15px*2) - (50px*.15)); }
    .page-title .page-title-content {
      align-items: flex-start;
      height: 120px;
      text-align: left; }
      .page-title .page-title-content h2 {
        font-size: 1.5rem; }

  .footer-base {
    flex-direction: column;
    flex-wrap: nowrap; }

  .footer {
    flex-direction: column;
    flex-wrap: nowrap; }
    .footer-nav .nav-item {
      padding: 0 .6rem; }

  /*--===================== HOME PAGE --*/
  /*--======= Section Landing */
  .landing-content {
    width: 100%; }
    .landing-content h1 {
      font-size: 3rem; }
    .landing-content h5 {
      font-size: 1.25rem;
      margin: 0 0 14px; }
    .landing-content p {
      font-size: 1.1rem;
      line-height: 2rem;
      margin: 28px 0 0; }

  .wrapper-content {
    height: auto;
    min-height: 570px; }

  .section-landing .btn-grp {
    margin-top: 44px; }
  .section-landing .landing-media {
    display: none; }

  /*--======= Section Steps */
  .step {
    align-items: center;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 50px 100px auto;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 1.5rem; }
    .step-content {
      text-align: left; }
    .step-count {
      align-items: center;
      display: flex;
      height: 50px;
      justify-content: center;
      width: 50px;
      font-size: 1.5rem;
      margin: 0; }
    .step-media img {
      height: 100px; }
    .step-summery {
      color: #646161;
      font-size: 1rem;
      line-height: 1.6rem;
      margin: 1.25rem 0 0; }
    .step-title {
      font-size: 1.25rem;
      margin: 0; }

  .section-steps {
    background-position: -90% 50%;
    background-size: 500px; }

  /*--======= Section Services */
  .service {
    border-radius: 12px;
    padding: 1.65rem .65rem; }
    .service-media {
      margin-bottom: .95rem; }
      .service-media img {
        height: 54px; }
    .service-title {
      font-size: 1rem; }

  .service-grid {
    border-radius: 12px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 1rem .65rem; }
    .service-grid .service-media {
      margin-bottom: .5rem; }
      .service-grid .service-media img {
        height: 50px; }
    .service-grid .service-summery {
      display: none; }
    .service-grid .service-title {
      font-size: .85rem; }

  .list-services {
    margin: 0 -8px; }
    .list-services .list-item {
      padding: 0 8px; }

  /*--======= Section Introduction */
  .block-subject .subject {
    padding: 2rem .95rem; }
    .block-subject .subject-media {
      align-items: center;
      display: flex;
      height: 76px;
      justify-content: center;
      width: 76px;
      margin: 0 auto 20px; }
    .block-subject .subject-summery {
      margin: .25rem 0 0; }
    .block-subject .subject-title {
      font-size: 1.1rem; }

  .section-introduction {
    background-position: -45% 20%;
    background-size: 480px; }

  /*--======= Section Testimonial */
  .section-testimonial {
    background-position: 155% 50%;
    background-size: 480px; }

  /*--========================== SERVICES PAGE --*/
  .dropdown-select {
    padding: 1.15rem 1.25rem; }

  .page-title-services {
    margin-top: calc(calc(50px + 15px*2) - 50px*.15); }
    .page-title-services .page-title-content {
      padding: 50px 0; }
    .page-title-services h2 {
      font-size: 22px;
      width: 100%; }
    .page-title-services p {
      font-size: 1rem;
      line-height: 1.5;
      margin: 10px auto 0;
      width: 80%; }

  .btn-modal-service i {
    display: block; }
  .btn-modal-service span {
    display: none; }

  .table-services .table-row:last-child .table-cell {
    border-bottom: 0; }
    .table-services .table-row:last-child .table-cell:first-child {
      border-bottom-left-radius: 12px; }
    .table-services .table-row:last-child .table-cell:last-child {
      border-bottom-right-radius: 12px; }
  .table-services .table-cell:nth-child(1) {
    width: auto; }
  .table-services .table-cell:nth-child(2) {
    width: auto; }
  .table-services .table-cell:nth-child(3) {
    width: auto; }
  .table-services .table-cell:nth-child(4) {
    width: auto; }
  .table-services .table-cell:nth-child(5) {
    width: auto; }
  .table-services .table-cell:nth-child(6) {
    width: auto; }

  .table-wrap .table-title {
    flex-wrap: wrap;
    padding: 1em 1rem; }
    .table-wrap .table-title h3 {
      font-size: 1.1rem; }
    .table-wrap .table-title .btn {
      font-size: .85rem; }

  .btn-nav {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
    font-size: .9rem; }

  .nav-services {
    margin: 0 -8px; }
    .nav-services .nav-item {
      padding: 0 8px; }
    .nav-services .nav-link {
      font-size: .95rem;
      line-height: 36px; }

  .menu-bar {
    grid-gap: 10px;
    grid-template-columns: 36px calc(100% - 36px - 36px - 20px) 36px; }

  .control-bar {
    grid-gap: 12px;
    grid-template-columns: 100%; }
    .control-bar .control-grp {
      order: 1; }
    .control-bar .menu-bar {
      order: 2; }

  .section-control-bar {
    margin-bottom: 30px;
    padding: .4rem 0;
    top: calc(calc(50px + 15px*2) - 50px*15); }

  .order-checkout {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 24px; }
    .order-checkout .block-info, .order-checkout .block-offer, .order-checkout .block-form {
      grid-column: auto;
      grid-row: auto; }
    .order-checkout .block-info {
      order: 0; }
    .order-checkout .block-offer {
      order: 2; }
    .order-checkout .block-form {
      order: 1; }

  .section-service-plans .table-wrap {
    border: 0 !important; }

  /*--========================== SERVICE PAGE --*/
  .block-plan-group {
    margin-bottom: 32px; }

  /*--========================== BUY PACKAGE PAGE --*/
  .offer {
    padding: 20px; }
    .offer-detail {
      flex: 0 0 calc(100% - 76px - 16px);
      max-width: calc(100% - 76px - 16px); }
    .offer-media {
      flex: 0 0 76px;
      max-width: 76px;
      width: 76px; }
    .offer-value {
      font-size: 2.5rem; }

  .block-discount label {
    color: #007bff;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600; }
    .block-discount label:hover {
      text-decoration: none; }

  .block-form {
    padding: 24px; }

  .btn-control {
    display: block;
    width: 100%; }
    .btn-control i {
      display: none; }
    .btn-control span {
      display: block; }

  .package-item {
    padding-bottom: .3rem;
    padding-top: 1.25rem; }

  /*--========================== FUND PAGE --*/
  .payment-details {
    margin: .4rem 0 0; }
  .payment-media {
    flex: 0 0 110px;
    height: 72px;
    max-width: 110px; }
  .payment-title {
    font-size: 1.15rem; }
  .payment-tags {
    margin-top: .6rem; }
    .payment-tags .badge {
      font-size: .7rem; }

  .accordion-payment .accordion-item {
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 16px; }
  .accordion-payment .accordion-panel {
    border-radius: 8px;
    margin-top: 16px;
    /* Equal to title grid gap*/
    padding: 16px;
    /* Equal to title grid gap*/ }
  .accordion-payment .accordion-title {
    border-radius: 8px;
    padding: 1rem; }

  /*--========================== HOW IT WORKS PAGE --*/
  .block-work img {
    max-width: 90%; }
  .block-work iframe {
    height: 280px; }

  /*--========================== DASHBOARD --*/
  .widget-md .widget-media {
    height: 70px;
    margin-bottom: 20px; }
  .widget-md .widget-title {
    font-size: 1.75rem; }
  .widget-md .widget-meta {
    margin-top: .35rem; }
  .widget-md .widget-value {
    font-size: 2.75rem;
    margin-top: 1.25rem; }
    .widget-md .widget-value-support {
      font-size: 1.15rem;
      margin-top: .5rem; }

  .widget-sm {
    padding: 25px; }
    .widget-sm .widget-media {
      margin-bottom: 70px; }
    .widget-sm .widget-value {
      font-size: 2.75rem; }
      .widget-sm .widget-value-support {
        font-size: 1.1rem;
        margin-top: .35rem; }

  .widget-group {
    border-radius: 12px;
    padding: 25px 25px; }
    .widget-group .widget-group-items {
      grid-gap: 20px; }
    .widget-group-title {
      font-size: 1.75rem;
      margin: 0 0 1.25rem 0; }

  .widget-group-order .widget-group-items {
    grid-template-columns: repeat(2, 1fr); }

  /*--========================== PAYMENT VERIFICATION --*/
  .block-payment-verification iframe {
    height: 280px; }

  .steps {
    grid-gap: 10px;
    margin-bottom: 20px; }
    .steps-label {
      flex: 0 0 100%;
      max-width: 100%; }
    .steps-content {
      flex: 0 0 100%;
      max-width: 100%; } }
@media screen and (max-width: 576px) {
  .btn-icon-info .info-left {
    display: none;
    margin-right: 4px; }
  .btn-icon-info .info-right {
    display: none;
    margin-left: 4px; }

  .btn-gradient.is-large {
    font-size: 1rem;
    padding: 1rem 2.5rem; }

  .link-theme {
    font-size: 1rem; }

  .link-theme.is-large {
    font-size: 1rem; }

  .section-padding {
    padding: 40px 0; }

  .block-padding {
    padding: 25px 0; }

  .is-first {
    margin-top: calc(calc(50px + 15px*2) - 50px * .25); }

  /*--============================== COMPONENTS --*/
  .page-title {
    margin-top: calc(calc(50px + 15px*2) - 50px*.25); }
    .page-title .page-title-content {
      min-height: 10px;
      height: 100px; }
      .page-title .page-title-content h2 {
        font-size: 1.25rem; }

  .section-title {
    margin-bottom: 38px; }
    .section-title h2 {
      font-size: 1.5rem;
      margin: 0; }
    .section-title h5 {
      margin: 0 0 6px; }

  .block-title {
    margin-bottom: 1.5rem; }
    .block-title h3, .block-title h4 {
      font-size: 1.25rem; }

  .btn-grp a, .btn-grp button {
    margin-right: 20px; }

  .footer-nav {
    flex-direction: column;
    text-align: center; }
    .footer-nav .nav-item {
      padding: 0 .6rem; }

  /*--===================== HOME PAGE --*/
  /*--======= Section Landing */
  .landing-content {
    position: initial;
    transform: translate(0, 0);
    width: 100%; }
    .landing-content h1 {
      font-size: 2rem; }
    .landing-content h5 {
      font-size: 1.1rem;
      margin: 0 0 10px; }
    .landing-content p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 14px 0 0; }

  .carousel-payment .item > img {
    height: 50px; }

  .payments {
    margin-top: 2.5rem;
    position: initial; }

  .wrapper-content {
    height: auto;
    min-height: 0;
    padding: 50px 0; }

  .section-landing .btn-grp {
    margin-top: 30px;
    width: 100%; }
    .section-landing .btn-grp .btn-gradient {
      margin-right: 8px; }
  .section-landing .landing-media {
    display: none;
    width: 75%; }

  /*--======= Section Steps */
  .step {
    display: block;
    height: calc(100% - 20px);
    margin-bottom: 20px; }
    .step-content {
      text-align: center; }
    .step-count {
      align-items: center;
      display: flex;
      height: 50px;
      justify-content: center;
      width: 50px;
      font-size: 1.5rem;
      margin: 0 auto 20px; }
    .step-media img {
      height: 90px; }
    .step-summery {
      font-size: .9rem;
      line-height: 1.5rem;
      margin: 18px 0 0; }
    .step-title {
      font-size: 1.15rem;
      margin: 16px 0 0; }

  /*--======= Section Services */
  .service {
    align-items: center;
    border-radius: 12px;
    display: flex;
    grid-gap: 12px;
    height: calc(100% - 18px);
    margin-bottom: 18px;
    padding: 1rem;
    text-align: left; }
    .service-media {
      margin-bottom: 0; }
      .service-media img {
        height: 50px; }
    .service-title {
      font-size: .9rem; }

  .service-grid {
    height: calc(100% - 12px);
    margin-bottom: 12px;
    padding: .75rem .25rem; }
    .service-grid .service-media {
      margin-bottom: .35rem; }
      .service-grid .service-media img {
        height: 40px; }
    .service-grid .service-title {
      font-size: .65rem; }

  .list-services {
    margin: 0 -6px; }
    .list-services .list-item {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 6px; }

  /*--======= Section Introduction */
  .block-subject {
    background-size: 150px;
    display: block;
    grid-gap: 30px; }
    .block-subject .subject {
      display: flex;
      grid-gap: 15px;
      margin-bottom: 30px;
      padding: 1rem;
      text-decoration: none;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.025);
      -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.025);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.025); }
      .block-subject .subject:last-child {
        margin-bottom: 0; }
      .block-subject .subject-excerpt {
        text-align: left; }
      .block-subject .subject-media {
        align-items: center;
        display: flex;
        height: 66px;
        justify-content: center;
        width: 66px;
        border-radius: 50%;
        margin: 0;
        padding: 1rem; }
      .block-subject .subject-title {
        font-size: 1rem;
        line-height: 1.25; }

  /*--========================== SERVICES PAGE --*/
  .dropdown-select {
    padding: 1rem; }
    .dropdown-select option {
      font-size: .85rem; }

  .page-title-services {
    background-size: 90px;
    margin-top: calc(calc(50px + 15px*2) - 50px*.25); }
    .page-title-services .page-title-content {
      background-size: 58px;
      text-align: left;
      padding: 40px 0 30px; }
    .page-title-services p {
      line-height: 1.5;
      margin-top: 10px;
      width: 100%; }

  .btn-modal-service i {
    display: none; }
  .btn-modal-service span {
    display: block; }

  /* .table-wrap {
     border-radius: 8px;

     .table-title {
       flex-wrap: wrap;
       grid-auto-flow: row;
       grid-gap: 12px;
       padding: 1rem .75rem;

       h3 {
         font-size: 1rem;
       }

     }
   }*/
  .table-wrap {
    border-radius: 8px; }
    .table-wrap .table-title {
      grid-gap: 4px;
      padding: 1rem .75rem; }
      .table-wrap .table-title h3 {
        font-size: 1rem; }
      .table-wrap .table-title .search-bar {
        flex: 0 0 40px;
        max-width: 40px; }
      .table-wrap .table-title .filter-status {
        flex: 1; }

  .btn-nav {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
    font-size: .85rem; }

  .nav-services {
    margin: 0 -8px; }
    .nav-services .nav-item {
      padding: 0 8px; }
    .nav-services .nav-link {
      font-size: .9rem;
      line-height: 32px; }

  .menu-bar {
    grid-gap: 6px;
    grid-template-columns: 36px calc(100% - 32px - 32px - 12px) 32px; }

  .section-control-bar {
    margin-bottom: 20px;
    top: calc(calc(50px + 15px*2) - 50px*.25); }

  .tab-services .table-wrap {
    margin-bottom: 8px; }

  .order-checkout {
    padding: 15px; }

  .accordion-faq .accordion-title .title-text {
    font-size: 1rem; }

  /*--========================== BUY PACKAGE PAGE --*/
  .modal-message .message-media {
    font-size: 3rem; }
  .modal-message img {
    height: 60px;
    margin-bottom: 20px; }

  /*--========================== SERVICE PAGE --*/
  .block-plan-group {
    margin-bottom: 32px; }

  /*--========================== BUY PACKAGE PAGE --*/
  .offer {
    padding: 20px; }
    .offer-message {
      font-size: 1.1rem; }
    .offer-value {
      font-size: 2rem; }

  .input-code .btn-success {
    flex: 0 0 100px;
    max-width: 100px; }

  .block-discount label {
    font-size: 1rem; }

  .block-form {
    padding: 18px; }

  /*--========================== FUND PAGE --*/
  .payment-cards {
    margin-top: 8px; }
    .payment-cards-list {
      grid-gap: 6px;
      grid-template-columns: repeat(3, 1fr); }
      .payment-cards-list img {
        height: 45px; }
    .payment-cards-title {
      font-size: .85rem; }
  .payment-details {
    margin: .4rem 0 0; }
    .payment-details li {
      font-size: .85rem;
      padding: .045rem 0; }
  .payment-excerpt {
    flex: 0 0 100%;
    max-width: 100%; }
  .payment-group {
    font-size: .65rem;
    padding: .2rem .5rem; }
  .payment-item {
    flex-direction: column;
    border-radius: 12px;
    grid-gap: 15px; }
  .payment-media {
    border-radius: 4px;
    flex: 0 0 70px;
    height: 48px;
    max-width: 70px; }
  .payment-title {
    font-size: 1rem;
    grid-gap: 8px; }
  .payment-tags {
    margin-top: .6rem; }

  .accordion-payment .accordion-item {
    border-radius: 16px;
    margin-bottom: 15px;
    padding: .9rem; }
  .accordion-payment .accordion-panel {
    border-radius: 8px;
    margin-top: 15px;
    /* Equal to title grid gap*/
    padding: 15px;
    /* Equal to title grid gap*/ }
  .accordion-payment .accordion-title {
    border-radius: 8px;
    padding: .95rem; }

  /*--========================== ACCOUNT PAGE --*/
  .section-profile .nav-horizontal {
    display: none; }

  .profile-media img {
    height: 90px;
    width: 90px; }
  .profile-title {
    font-weight: 600;
    margin: 1.25rem 0 0; }
  .profile-meta {
    color: #7E7E7E;
    font-weight: 500;
    margin-top: .35rem; }

  /*--========================== HOW IT WORKS PAGE --*/
  .block-work img {
    max-width: 30%; }
  .block-work iframe {
    height: 180px; }

  /*--========================== API PAGE --*/
  .table-api {
    padding: .75rem 0; }
    .table-api .table-row {
      margin-bottom: .75rem; }
      .table-api .table-row .table-cell {
        border: 0;
        padding: .25rem .75rem; }
        .table-api .table-row .table-cell:first-child {
          border: 0; }

  /*--========================== DASHBOARD --*/
  .widget-md {
    padding: 20px; }
    .widget-md .widget-media {
      height: 50px; }
    .widget-md .widget-title {
      font-size: 1.5rem; }
    .widget-md .widget-value {
      font-size: 2.25rem;
      margin-top: 1rem; }
      .widget-md .widget-value-support {
        font-size: 1rem; }

  .widget-sm {
    padding: 25px; }
    .widget-sm .widget-media {
      height: 30px;
      margin-bottom: 40px; }
    .widget-sm .widget-value {
      font-size: 2.75rem; }
      .widget-sm .widget-value-support {
        font-size: .9rem;
        margin-top: .25rem; }

  .widget-group {
    padding: 20px; }
    .widget-group .widget-group-items {
      grid-gap: 15px; }
    .widget-group-title {
      font-size: 1.25rem;
      margin: 0 0 1.25rem 0; }

  .widget-group-order .widget-group-items {
    grid-template-columns: repeat(2, 1fr); }

  /*--========================== PAYMENT VERIFICATION --*/
  .block-payment-verification iframe {
    height: 180px; } }

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