@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
body {
  font-family: "Lora", sans-serif;
  cursor: url("../cur/arrow.cur"), auto;
}

a:hover,
input:hover,
select:hover,
button:hover {
  cursor: url("../cur/hover.cur"), auto;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.grecaptcha-badge {
  display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand {
  justify-content: center;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid gainsboro;
}
.customizer .customizer-tab .nav-item {
  width: 100%;
}
.verify-badge {
  width: 15px;
  height: 15px;
  line-height: 0px;
  font-size: 9px;
  text-align: center;
}
.fav-icon {
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 0px;
  font-size: 18px;
  cursor: cell;
}
.verify-badge > i {
  margin-left: -3px;
  margin-top: -1px;
}
.newfeed-content {
  margin: 15px 0;
}
#newfeed .card-body {
  max-height: 550px;
  overflow-y: scroll;
}

.newfeed-content img {
  max-width: 100%;
}
/* TODO magnific popup */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* TODO end magnific popup */
.table-responsive {
  margin-top: 20px;
}
.preloader {
  background-color: #000000;
  opacity: 0.5;
}
.datatable {
  width: 100% !important;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
  opacity: 0.9;
}
.ticket-content {
  padding: 10px;
  border-radius: 30px;
}
.ticket-item {
  overflow: auto;
}
.ticket-body.client .ticket-content {
  background-color: #e4e6eb;
}
.ticket-body.owner .ticket-content {
  background-color: #0084ff;
  color: #fff;
}
.ticket-body.owner {
  float: right;
  width: 70%;
}
.ticket-body.client {
  width: 70%;
}
.ticket-content p {
  margin-bottom: 0;
}
.ticket-detail-data {
  max-height: 400px;
  overflow-y: scroll;
}
.label,
.nowrap {
  white-space: nowrap;
}
.purchase-content {
  color: green;
}
.fa-copy {
  cursor: pointer;
  color: #343a40;
}
.input-group-append {
  cursor: pointer;
}
.reset-language {
  cursor: pointer;
  position: absolute;
  left: -170px;
  top: -5px;
}
.purchase-list .card-body {
  text-align: center;
}
.purchase-list .card-body img {
  max-width: 100px;
  max-height: 100px;
  display: inline-block;
  margin-bottom: 10px;
}
.hidden {
  display: none;
}
.topbar .mailbox,
.topbar .user-dd {
  min-width: 350px;
}
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}
select.goog-te-combo {
  border: 1px solid gainsboro;
  padding: 8px;
}
.skiptranslate:not(.goog-te-gadget) {
  visibility: hidden !important;
}
.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  visibility: hidden !important;
}

body {
  top: 0px !important;
}
.skiptranslate goog-te-gadget {
  display: inline;
}
#google_translate_element {
  display: inline;
  position: absolute;
  left: -140px;
  top: -20px;
}
.nav-item {
  position: relative;
}
#google_translate_element,
.skiptranslate.goog-te-gadget,
.skiptranslate.goog-te-gadget > div {
  display: inline !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.ovl-auto {
  overflow: auto;
}
.order-amount {
  background-color: aliceblue;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5em;
}
.order-amount > #price {
  color: green;
  font-weight: bold;
}

.customizer .service-panel-toggle {
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: -34px;
}
.dataTables_length {
  position: relative;
  top: 37px;
  max-width: 50%;
}
.goog-te-combo {
  max-width: 150px;
}
.border-dotted {
  border: 2px dotted #ea4040;
  text-align: center;
  padding: 10px;
  font-size: 1.5em;
}

button#btn_upload {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
div#image_link_area {
  position: relative;
}
.extra_data {
  display: none;
}

.select2-selection__rendered {
  line-height: 46px !important;
}

.select2-container .select2-selection--single,
.service-category {
  min-height: 46px !important;
}

.select2-selection__arrow {
  min-height: 46px !important;
}

.select2-container--default .select2-results__group {
  font-size: 18px;
}

input.select2-search__field {
  min-height: 40px;
}
ul.select2-results__options {
  min-height: 350px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #5897fb !important;
  color: #fff;
}
li.select2-results__option {
  padding: 15px 10px;
  border-bottom: 1px solid gainsboro;
}
.select2-container--default .select2-selection--single {
  padding-left: 5px;
  border-radius: 0 !important;
  border-color: gainsboro !important;
}
#service_description {
  border: 2px dotted red;
  padding: 10px;
  margin-bottom: 10px;
  display: none;
  overflow: auto;
  line-height: 25px;
}
strong {
  font-weight: bold;
}
.sidebar-link .hide-menu {
  flex: 0 1 70%;
}
.notify-count {
  padding: 1px 3px;
  top: -14px;
  left: -12px;
}
.event-header {
  border-left: 3px solid #22c6ab;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.event-name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.event-nav i {
  color: red;
}
.react-wrap {
  display: flex;
}

.react-wrap > img {
  max-width: 40px;
  margin-right: 10px;
}

.react-selected {
  border: 3px solid green;
  border-radius: 50%;
  /* margin-top: -10px; */
  position: relative;
  top: -5px;
}
.tab-content {
  padding-top: 10px;
}
body[data-theme="dark"] table {
  color: #b2b9bf !important;
}
.selected-circle {
  border-radius: 50%;
  border: 2px solid gainsboro;
}
.col-lg-3 p {
  line-height: 25px;
  font-size: 1.1em;
}
.newfeed-content * {
  line-height: 35px;
}
.table-responsive > table tr td:not(:first-child),
.table-responsive.tab-content table tr td:not(:first-child) {
  min-width: 250px;
}
ul.nav.nav-tabs {
  flex-flow: row nowrap;
}
ul.nav.nav-tabs li.nav-item {
  flex: 0 1 50% !important;
  text-align: center;
}
ul.nav.nav-tabs li.nav-item > a.nav-link {
  padding: 10px 0;
  font-size: 1.2em;
}
ul.nav.nav-tabs li.nav-item > a.nav-link.active {
  font-weight: 600;
}
.service-filter-selection.row > div {
  letter-spacing: 2px;
}
.service-filter-selection.row > div {
  border: 2px solid gainsboro;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  color: #000;
  opacity: 0.8;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  flex: 0 1 calc(33.333% - 10px);
  text-align: center;
  font-size: 1.2em;
  cursor: pointer;
}

.service-filter-selection {
  padding: 0 10px;
  margin-bottom: 20px;
}

.service-selected {
  border: 3px solid rgb(250, 60, 76) !important;
  color: #000 !important;
}

.service-filter-selection.row > div:hover {
  border: 3px solid rgb(250, 60, 76) !important;
  color: #000;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
  visibility: visible !important;
}
li.nav-small-cap.menu-header {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 5px;
  color: #000 !important;
  opacity: 1 !important;
}
.left-sidebar {
  width: 280px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="full"] .page-wrapper {
  margin-left: 280px;
}
li.nav-small-cap.menu-header:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
  padding: 10px 10px 10px 30px;
}
li.nav-small-cap.menu-header ~ .sidebar-item > a {
  font-weight: 600;
  font-size: 1.1em;
}
.row.purchase-list > div > .card {
  min-height: 160px;
}
table.datatable tbody tr td:not(.nowrap){
  max-width: 160px;
  word-wrap: break-word;
}
table.datatable tbody tr td.nowrap{
  white-space: nowrap;
  max-width: 100%;
}

table td{
  vertical-align: middle !important;
}
.nav-item .nav-link.active span{
  font-size: 1.3em;
}
@media (min-width: 480px) {
  .service-filter-selection.row > div:nth-child(3n) {
    margin-right: 0;
  }
  .service-filter-selection.row > div {
    flex: 0 1 calc(33.333% - 7px);
  }
}
@media (min-width: 768px) {
  #main-wrapper[data-layout="vertical"][data-sidebartype="full"]
    .topbar
    .top-navbar
    .navbar-header {
    width: 280px;
  }
  #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="full"]
    .topbar
    .top-navbar
    .navbar-collapse,
  #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="overlay"]
    .topbar
    .top-navbar
    .navbar-collapse {
    margin-left: 280px;
  }
}

@media (max-width: 768px) {
  .dataTables_filter {
    text-align: right !important;
  }
  .dataTables_length {
    text-align: left !important;
  }
  #main-wrapper[data-sidebartype="mini-sidebar"]:not(.show-sidebar)
    .left-sidebar {
    left: -280px;
  }
}
@media (max-width: 480px) {
  .dataTables_length {
    max-width: 100%;
    top: 10px;
    text-align: center !important;
  }
  .dataTables_filter {
    text-align: center !important;
    margin-top: 15px;
  }
  .service-filter-selection.row > div:nth-child(2n) {
    margin-right: 0;
  }
  .service-filter-selection.row > div {
    flex: 0 1 calc(50% - 5px);
  }
  ul.nav.nav-tabs {
    flex-flow: column;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1100px;
  }
}
