@import url("./input.css");

@font-face {
  font-family: "Helvetica";
  src: url("../fonts//Helvetica-Bold.ttf") format("ttf"),
    url("../fonts/Helvetica.ttf") format("ttf"),
    url("../fonts/helvetica-light-587ebe5a59211.ttf") format("ttf"),
    url("../fonts/helvetica-compressed-5871d14b6903a.otf") format("otf"),
    url("../fonts/helvetica-rounded-bold-5871d05ead8de.otf") format("otf"),
    url("../fonts/helvetica-rounded-bold-5871d05ead8de.otf") format("otf"),
    url("../fonts/helvetica-rounded-bold-5871d05ead8de.otf") format("otf");
}

body {
  display: flex;
  font-family: "Helvetica";
  font-weight: 400;
  background-color: var(--surface-main);
  margin: 0;
  padding: 0;
  height: 100%;
  color: var(--text-main);
  max-width: 1850px;
  margin: 0 auto;
}

/*--------------- Start Moved From Theme Style -------------------*/
.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-openSans {
  font-family: "Open Sans";
}

.font-orbitron {
  font-family: "Orbitron";
}

.btn-primary {
  color: #fff;
  background-color: var(--green);
  border-color: var(--green);
}

.btn-primary:hover {
  border-color: #db3f1d;
  background-color: #db3f1d;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.fill-opacity-8 * {
  fill-opacity: 0.8 !important;
}

/* Radio Button Styling */

/* From Uiverse.io by cbolson */
.my-form {
  --_clr-primary: #666;
  --_clr-hover: #f33195;
  --_clr-checked: #127acf;
}

.my-form > div {
  --_clr-current: var(--_clr-primary);

  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.my-form > div + div {
  margin-block-start: 0.5rem;
}

.my-form label {
  cursor: pointer;
  color: var(--_clr-current);
  transition: color 150ms ease-in-out;
  margin: 0;
}

/* styled radio */
.my-form input[type="radio"] {
  appearance: none;
  outline: none;
  width: 17px;
  height: 17px;
  aspect-ratio: 1;
  padding: 0.35rem;
  background: transparent;
  border: 1px solid var(--_clr-current);
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
  position: relative;
  margin: 0;
  margin-bottom: 2px;
}

.my-form input[type="radio"]::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.my-form input[type="radio"]:checked::after {
  opacity: 1;
  scale: 1.1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid var(--green);
}

.my-form input[type="radio"]:checked {
  border: 1px solid var(--green);
  background-color: white;
}

.iti__country-name {
  color: rgba(0, 0, 0, 0.859);
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

input.iti__search-input {
  padding: 10px;
}

/* Radio Button Styling */

/* Radio Button Styling 2*/
/* Radio Button Styling 2*/

p {
  margin: 0;
}

.alert-success {
  background-color: var(--green);
  color: white;
}
.alert-danger {
  color: #FFFFFF;
  background-color: #FF4C4C;
}
.alert-warning {
  color: #212529;
  background-color: #FFC107;
}

.main-alert {
  width: 90.3%;
}
@media (min-width: 600px) {
  .main-alert {
    width: 300px;
  }
}

.bg-success{
  background-color: var(--green);
}

.coloredImageCo,
.grayImageCo {
  position: relative;
  display: inline-block;
  width: 180px;
}

.coloredImageCo img,
.grayImageCo img {
  display: block;
  width: 100%;
  height: auto;
}

.coloredImageCo .color-overlay,
.grayImageCo .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #db3f1d;
  /* Choose your color here */
  mix-blend-mode: hue;
  pointer-events: none;
  /* Ensure the image is still clickable if needed */
}

.grayImageCo .color-overlay {
  background-color: #959595;
}

div#addBalanceModal {
  padding-right: 0 !important;
}

.modal-dialog-centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bootstrap-select .bs-caret .caret {
  display: none;
}

.bootstrap-select .bs-caret::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 13px;
  color: var(--text-secondary);
  display: inline-block;
  margin-left: 5px;
}

.bootstrap-select {
  border-radius: 10px;
  border: 0;
  background-color: var(--bg-gray-light) !important;
  padding: 4px 2px !important;
}

.bootstrap-select button.btn.dropdown-toggle.btn-default {
  border-radius: 10px !important;
  background: transparent !important;
  color: var(--text-secondary) !important;
  font-weight: 500;
}

.bootstrap-select li a {
  transition: 0.3s;
}

.bootstrap-select li.selected.active a {
  color: var(--green) !important;
}

.bootstrap-select li a:hover {
  color: #db3f1d !important;
}

@media (max-width: 767px) {
  .modal-dialog-centered {
    margin: 0 10px;
  }
}

.btn {
  text-transform: none;
}

.btnSky {
  color: var(--green);
  background-color: transparent;
  border: 1px solid var(--green);
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 500;
}

.btnSky:hover {
  color: white;
  background-color: var(--green);
}

.bg-mainColor {
  background-color: var(--green) !important;
}

.mainColor {
  color: var(--green) !important;
}

.textSkyColor {
  color: var(--green) !important;
}

.bg-pink_Light {
  background-color: #ffe2e5;
}

.bg-move_Light {
  background-color: #f3e8ff;
}

.green_Light {
  background-color: #dcfce7;
}

.bg-yellow_Light {
  background-color: #fff3ca;
}

.borderMain {
  border: 1px solid #314e73;
}

.btn-green {
  background-color: var(--green);
  color: white;
  transition: 0.3s;
}

.btn-green:hover {
  background-color: #b8321a;
  color: white;
}

.btn-green:focus {
  color: white;
}

.btn-topup {
  background-color: var(--green);
  color: white;
  transition: 0.3s;
}

.btn-topup:focus {
  color: white;
}

.mainSideBar li a:hover span,
.mainSideBar li a:hover i,
.mainSideBar a.active i,
.mainSideBar a.active span {
  color: white !important;
}

.SideBarMinimized {
  width: 70px !important;
}

.sidBarTogglerMinimized {
  transform: rotate(180deg);
}

.header-bar-maximized {
  width: calc(100% - 70px) !important;
}

.border-main-b-all div:not(:last-child) {
  border-bottom: 1px solid var(--border-main);
}

.label {
  white-space: nowrap;
}

.hidden {
  display: none;
}

#alerts {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
}

.customers-nav-item-projects {
  display: none;
  /* Added curly braces */
}

.rotate {
  transform: rotate(180deg);
  /* Changed rotate to transform */
}

.logo-img {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

.bg-primary-wallet {
  padding: 6px;
}

.bg-primary-wallet i {
  transform: scale(2);
  /* Changed scale to transform */
}

a.icon-a {
  display: flex !important;
  padding: 10px;
}

.icon {
  display: inline-block;
}

.icon-text {
  font-size: 16px;
  vertical-align: text-bottom;
  padding-left: 5px;
  color: var(--text-secondary);
  text-align: center;
}

/*@media (min-width: 1200px) {
  .expand-menu{
      width: auto;
      margin-left: calc(29% - 200px);
  }
}*/
svg.icon-ad-google,
svg.icon-ad-tiktok,
svg.icon-ad-meta {
  width: 25px;
  height: auto;
}

.ad-account-platform {
  text-align: center;
}

.icon-text-ad-accounts {
  padding-left: 12px;
}

.icon-text-wallet {
  padding-left: 15px;
}

.icon-text-invoices {
  padding-left: 19px;
}

.navbar a.navbar-brand {
  padding: 0px 0 25px 0;
  height: auto;
  margin-right: 10px;
  margin-top: 7px;
  scale: 0.7;
}

.label-success {
  color: var(--text-success) !important;
  background: var(--bg-green) !important;
}

.label-warning {
  color: var(--text-awaiting) !important;
  background: var(--bg-orange) !important;
}

.label-danger {
  color: var(--text-error) !important;
  background: var(--bg-red) !important;
}

.fa-solid fa-question icon {
  border-left: 4px !important;
}

/* General styles for the cards */
.card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  background-color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.card .badge {
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 5px;
}

.info-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.font-weight-bold {
  font-weight: 600;
}

/* Show cards on small screens and hide table */
@media (max-width: 767.98px) {
  #account-table {
    display: none;
  }

  #account-cards {
    display: block;
  }
}

/* Hide cards on larger screens and show table */
@media (min-width: 768px) {
  #account-table {
    display: block;
  }

  #account-cards {
    display: none;
  }
}

li.customers-nav-item-subscription,
ps-container agency-theme,
div#companies,
li.customers-nav-item-delivery_notes,
li.customers-nav-item-purchase_orders,
div.invoice-quick-info,
div.invoice-quick-info + hr {
  display: none;
}

div.section-client-dashboard > div:not(.row) {
}

div.invoice-quick-info > div,
div.invoice-quick-info + hr {
  display: none;
}

div.form-group > button.btn-info,
div.form-group > button.btn-info:focus,
div.form-group > button.btn-info .active {
  background-color: #408fcf !important;
  color: #fff;
  border-color: #5ca2db !important;
}

div.form-group > button.btn-info:hover {
  background-color: #0b8ff3 !important;
  color: #fff;
  border-color: #0a8ff3 !important;
}

a.navbar-brand {
  margin-bottom: 19px;
}

.wallet-greetings + .row > .col-md-3 > .panel_s > .panel-body {
  height: 136.5px;
}

.wallet-greetings+.row>.col-md-3>.panel_s>.panel-body>form[action="https://lottagency.com/wallet/transact_v2"]
{
  text-align: left;
}

div.panel_s > .panel-body {
  border-radius: 12px;
}

.btn-primary {
  border-radius: 8px;
}

a.btn-primary {
  color: #fff !important;
}

a[href="https://lottagency.com/ad-accounts-clients/add_ad_accounts"]
{
  margin-bottom: 15px;
}

#amount_after_tax {
  color: #4e75ad;
  font-family: Quicksand, Open Sans, sans-serif;
  font-size: 19px;
  padding: 5px;
  background: #cce5ff;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

/*----------------------- End Moved From Theme Style -------------------------------*/

.companyProfileCustomFields .row > div {
  padding: 0 !important;
}

.companyProfileCustomFields > div .form-group {
  margin-bottom: 20px !important;
}

.companyProfileCustomFields > div .form-group label {
  display: none;
  visibility: hidden;
}

.companyProfileCustomFields > div .form-control,
.forget_password_input .form-control {
  display: block;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.25rem;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: var(--bg-gray-light);
  color: var(--text-secondary);
  height: fit-content !important;
}

.form-control::placeholder {
  color: var(--text-secondary);
}

.forget_password_input label {
  color: var(--text-main);
  margin-bottom: 10px;
}

.g-recaptcha {
  display: inline-block;
}

.progress {
  height: 30px !important;
  border-radius: 15px !important;
}

.progress-bar {
  font-size: 14px !important;
  line-height: 30px !important;
}

.invoice-quick-info .col-md-12 {
  padding-top: 10px;
}

.stripe-button-el,
.stripe-button-el span {
  background-color: #9480dd !important;
  color: #fff;
  border-color: #9480dd !important;
  background-image: none !important;
  padding-right: 1.6em !important;
  padding-left: 1.6em !important;
  border-radius: 10rem !important;
  text-transform: capitalize !important;
  border-color: #9480dd !important;
  background-color: #9480dd !important;
  font-size: 16px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

.stripe-button-el span:hover,
.stripe-button-el:hover {
  background-color: #6e5bb1 !important;
  color: #fff;
  border-color: #9480dd !important;
  background-image: none !important;
  padding-right: 1.6em !important;
  padding-left: 1.6em !important;
  border-radius: 10rem !important;
  text-transform: capitalize !important;
  border-color: #9480dd !important;
  background-color: #9480dd !important;
  font-size: 16px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

a.btn.btn-default.dropdown-toggle.btn-xs:hover {
  color: #fff !important;
  background-color: #6e5bb1 !important;
}

.btn-success,
.btn-success:hover {
  color: #fff !important;
}

a.btn.btn-default.btn-xs:hover {
  color: #fff !important;
  background-color: #6e5bb1 !important;
}

@media only screen and (min-width: 768px) {
  .customers .navbar-default {
    width: 225px;
    height: 100vh;
    position: sticky;
    z-index: 200;
    background-color: var(--white-20) !important;
    top: 0;
    margin-bottom: 0;
    border: 1px solid var(--border-main);
  }

  .mainSideBar div#theme-navbar-collapse {
    height: calc(100vh - 83px) !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

.mainSideBar.SideBarMinimized .navbar-collapse .navbar-nav li a span {
  display: none;
  visibility: hidden;
}

.mainSideBar.SideBarMinimized .navbar-collapse .navbar-nav li a {
  width: 47px !important;
}

.mainSideBar .btn-toolbar:after,
.mainSideBar .btn-toolbar:before,
.mainSideBar .container-fluid:after,
.mainSideBar .container-fluid:before,
.mainSideBar .container:after,
.mainSideBar .container:before,
.mainSideBar .nav:after,
.mainSideBar .nav:before,
.mainSideBar .navbar-collapse:after,
.mainSideBar .navbar-collapse:before,
.mainSideBar .navbar-header:after,
.mainSideBar .navbar-header:before,
.mainSideBar .navbar:after,
.mainSideBar .navbar:before,
.mainSideBar .panel-body:after,
.mainSideBar .panel-body:before,
.mainSideBar .row:after {
  display: none;
  content: none;
}

.mainSideBar .navbar-header .navbar-brand.logo {
  position: static;
  margin: 0 !important;
  padding: 0;
  transform: translate(0);
  scale: 1;
  float: none;
  font-size: 15px;
  margin-right: 5px;
}

.mainSideBar .navbar-header .navbar-toggle {
  position: static;
  margin: 0 !important;
  padding: 0;
  transform: translate(0);
  scale: 1;
  float: none;
}

.mainSideBar #sidBarToggler {
  position: absolute;
  top: 75px;
  right: -14px;
  border: 1px solid #e6dada;
  /* background-color: #f8f8f8; */
  background-color: white;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  z-index: 50;
  transition: 0.3s;
}

/* @media only screen and (max-width:849px) {
	.navbar-nav>li>a i {
		font-size: 26px!important
	}
	.nav>li,
	.nav>li a {
		padding-bottom: 30px!important
	}
	.nav>li a {
		color: #acacac!important
	}
	.navbar-right {
		margin-bottom: 20px!important;
		margin-top: 20px!important
	}
} */

.input-group .form-control:last-child {
  border-radius: 0 !important;
  border: none !important;
  background: #f9f9f9;
}

a.btn.btn-info {
  color: #fff !important;
}

.gdpr-right {
  border: none;
  padding: 15px 15px;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  color: #fff !important;
}

.customers #wrapper {
  margin-left: 0;
  width: 100%;
}

.active .textmenu {
  color: #000;
}

.customers footer {
  display: none;
}

.copyright-footer {
  padding-top: 6%;
}

.customers-nav-item-profile {
  padding-top: 5vh;
}

.customer-top-submenu {
  display: none;
}

.darkMode-toggle {
  display: flex;
  padding: 4px 5px;
  border-radius: 31px;
  gap: 5px;
}

.darkMode-toggle button {
  background-color: transparent;
  box-shadow: none;
  outline: 0 !important;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.darkMode-toggle button.lightModeBtn svg * {
  fill: white;
}

.darkMode-toggle button.active {
  background-color: var(--green);
}

.darkMode-toggle button.active svg * {
  fill: white;
  fill-opacity: 1;
}

.header-bar .mianTitle .text {
  color: #151d48;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
}

.header-bar-item-notifications {
  border: 0 !important;
  box-shadow: none !important;
}

.header-bar-item-notifications .header-bar-notifications-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 7px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #fff3dd !important;
}

.header-bar-item-notifications .header-bar-notifications-icon .noti-badge {
  width: 5.4px;
  height: 5.4px;
  background-color: #eb5757;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 6px;
}

.mainNavBar {
  border-bottom: 1px solid #e6dada;
}

.profile_dropdown_menu::marker {
  content: "";
}

.profile_dropdown_menu .dropdown-toggle {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 6px;
}

.profile_dropdown_menu .dropdown-toggle:hover {
  color: #717171;
}

.profile_dropdown_menu .header-bar-profile-image-small {
  border-radius: 50%;
  margin-right: 0.8rem;
  height: 39px;
  width: 39px;
}

.profile_dropdown_menu .email {
  margin: 0;
  letter-spacing: 0.14px;
  color: var(--text-secondary);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 135px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile_dropdown_menu .userName {
  color: var(--text-main);
  font-size: 14px;
  font-weight: 600;
  display: block;
  max-width: 135px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navbar-default .container-fluid {
  padding: 0;
}

.navbar-header {
  float: none;
  text-align: center;
  height: 80px;
}

.navbar a.navbar-brand {
  display: block;
  text-align: center;
}

.navbar a.navbar-brand img {
  width: 100%;
  height: 100%;
}

.navbar-nav > li > a {
  height: 60px;
  font-size: 14px;
  padding: 0 0;
  line-height: 22px !important;
}

.logout i {
  color: #e1e1e1 !important;
}

.navbar a.navbar-brand {
  padding: 0;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 10px !important;
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.navbar-default .navbar-collapse {
  padding: 0;
}

.navbar-right {
  float: none !important;
  margin: 0;
}

.nav > li {
  float: none;
  text-align: center;
}

.client-profile-image-small {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.navbar-right .dropdown-menu {
  top: -80px;
  left: 80px;
}

#wrapper {
  width: calc(100% - 80px);
  margin-left: 80px;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 0 !important;
}

span.task-checklist-indicator.text-muted {
  display: none;
}

.checkbox label::after {
  top: 3px !important;
  margin-left: -18px !important;
  position: absolute;
  font-size: 11px;
}

.password-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px !important;
  color: var(--text-secondary);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  color: #444;
}

.comment-content,
address {
  font-family: Quicksand, Open Sans, sans-serif;
  font-size: 14px;
}

.tc-content,
h3.no-mbot.bold.pull-left,
td,
tr {
  font-family: Quicksand, Open Sans, sans-serif;
}

.table.items thead {
  background: #f2f2f2;
  color: #717171;
}

a.btn.btn-default.pull-right {
  color: #fff !important;
}

#content
  > div:nth-child(2)
  > div
  > div.col-md-12.page-pdf-html-logo
  > a.btn.btn-default.pull-right {
  margin-top: 10px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: 0 0 !important;
}

.customers_login #content .row {
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .customers_login .form-content {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 15% !important;
    padding-bottom: 0 !important;
  }

  .form-title2 {
    float: left !important;
  }

  body.customers_login {
    height: 100vh !important;
  }
}

@media (min-width: 1200px) {
  .customers_login .form-content {
    padding-right: 25%;
    padding-left: 25%;
    padding-top: 20% !important;
    padding-bottom: 0 !important;
  }
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #f9f9f9;
  border-color: #e5e5e5;
}

.bootstrap-select .btn-default {
  background: #fff !important;
  height: auto;
  border: 1px solid #f3f3f3 !important;
}

input#period-from,
input#period-to {
  border-radius: 10px;
}

.submenu li a {
  font-size: 15px;
}

.fa {
  font-size: small;
}

p.bold {
  font-size: 18px;
}

h4.customer-profile-group-heading {
  padding-bottom: 20px;
  font-size: 30px;
}

.panel-body h4.no-margin {
  font-size: 26px;
}

.customers_login #wrapper {
  padding-top: 0;
  margin-top: 0;
}

body.customers.register #wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

body.customers.register .pusher {
  margin-top: 0;
}

.customers_login #content {
  padding: 0;
}

.form-content {
  padding: 100px;
}

@media (min-width: 1200px) {
  .customers_login .container {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
}

p {
  font-size: 14px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
}

.xdsoft_datetimepicker {
  border-radius: 13px;
  font-family: Quicksand, Georgia, "Times New Roman", Times, serif;
}

.bootstrap-select.open .btn-default {
  border: none !important;
}

.registerSelect
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100% !important;
}

.panel-footer.ticketreply {
  background: 0 0 !important;
}

.panel-body.client-reply {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.panel-body.profile {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.col-md-2.border-right:last-child {
  border-right: none;
}

.invoice-payments-table button.btn.btn-icon.btn-default.pull-right {
  margin-right: 5px;
}

.ticketssingle > p:nth-child(9) {
  display: none;
}

.dropdown-menu {
  border: none !important;
}

/*.dropdown .caret {*/
/*	transform: rotate(270deg)*/
/*}*/

.dropdown-menu-left::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f9f9f9;
}

.dropdown-menu-left::-webkit-scrollbar-thumb {
  background: #a896ea;
}

.panel-footer.attachments_area {
  margin-top: -35px;
  padding-bottom: 20px;
}

div.panel-footer.attachments_area button {
  font-size: 12px;
}

.checkbox label::before {
  border-radius: 6px;
  margin-top: 2px;
}

.navbar-default .navbar-nav > li.customers-nav-item-login > a:active,
.navbar-default .navbar-nav > li.customers-nav-item-login > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

* {
  outline: 0 !important;
}

.btn {
  font-size: 14px;
}

.panel_s > .panel-heading {
  border: none !important;
  background-color: #9480dd;
  color: #fff !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 18px;
  padding: 30px;
}

#botlink,
#toplink {
  display: none;
}

.panel_s > .panel-footer {
  border: none !important;
  background: #fff;
}

#small-table .table > tbody > tr > td a {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

.page-pdf-html-logo {
  background: #fff;
}

.page-pdf-html-logo img {
  height: auto;
}

.viewinvoice .fa {
  font-size: small;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

.navbar-fixed-bottom {
  background-color: #fff;
}

footer {
  color: #fff;
  border-top: 1px solid #f2f2f5;
}

#open-new-ticket-form
  > div
  > div:nth-child(2)
  > div
  > div.panel-footer.attachments_area
  > div
  > div
  > div
  > div
  > label {
  margin-top: 25px;
}

.p8-half {
  padding: 7px;
}

textarea.form-control {
  padding: 15px 15px 15px 15px;
}

.form-control,
input.iti__search-input {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.25rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
  padding-right: 13px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent !important;
  outline-offset: 2px;
  background-color: var(--bg-gray-light);
  color: var(--text-secondary);
  border: 1px solid var(--green);
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #db3f1d;
}

.rc-anchor {
  border: none !important;
  margin-left: 20px;
  color: #000 !important;
  background: 0 0 !important;
}

.rc-anchor-light {
  background: 0 0 !important;
  color: #000 !important;
  height: 0 !important;
  width: 0 !important;
}

.rc-anchor-normal {
  height: 0 !important;
  width: 0 !important;
}

form.login-form {
  text-align: center;
}

span.task-single-status.pull-right.mright5.mtop15 {
  padding-top: 20px;
}

ul.nav.nav-tabs.no-margin > li {
  float: left;
}

.proposal-html-tabs {
  background: #fff;
  padding: 20px;
}

.contract-html-tabs {
  background: #fff;
  padding: 20px 15px 20px 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-bottom: 2px solid #9480dd;
  color: #9480dd;
}

a.btn.btn-success.pull-right.mleft5.pay-now-top {
  color: #fff !important;
}

#content
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(2)
  > form
  > div
  > div
  > div.checkbox {
  text-align: center;
  padding-bottom: 30px;
}

button.btn.btn-success.add_more_attachments.p8-half {
  font-size: 12px;
}

.dropzone .dz-message {
  margin-top: 45px;
  color: #9480dd;
}

form.dropzone {
  background-color: #fcfbff;
  border: 1px dashed #a5a5eb;
  border-radius: 6px;
}

.ticketssingle > div > div.col-md-4 {
  display: none;
}

.ticketssingle > hr:nth-child(8) {
  display: none;
}

.ticketssingle > p:nth-child(8) {
  display: none;
}

table.dataTable thead .sorting:after {
  margin-bottom: 1px;
  right: 3px;
  bottom: 50%;
  transform: translateY(50%);
  display: none;
}

.table.dataTable {
  min-width: 870px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .table-responsive {
    border: 0 !important;
    padding: 0 !important;
  }

  .table.dataTable {
    min-width: 100%;
    border: 0 !important;
  }

  .table.dataTable tbody td:last-of-type {
    border-bottom: 0 !important;
  }

  .table.dataTable tbody td span {
    /* padding: 0px !important; */
    margin: 0px !important;
  }

  .table.dataTable tbody tr,
  tr {
    border: 1px solid var(--border-main) !important;
    border-radius: 8px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-gray-light);
  }
  .xdsoft_calendar .table.dataTable tbody tr,
  tr {
    border: 0 !important;
    border-radius: 8px;
    margin: 0;
    display: table-row;
    flex-direction: column;
    background-color: transparent;
  }
}

.table.dataTable td,
.table.dataTable th,
th,
td {
  border: 0;
  padding: 18px 10px !important;
  vertical-align: middle;
  color: var(--text-main);
  font-family: Helvetica;
  font-size: 15px !important;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: wrap !important;
  }
}

.table.dataTable th,
th {
  color: var(--text-secondary);
  font-family: Helvetica;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(43, 43, 43, 0.08);
}

.table.dataTable tr:last-child td {
  border-bottom: 0 !important;
}

[data-order="Processing"] .item-ad-status {
  color: var(--text-awaiting) !important;
  background-color: var(--bg-orange) !important;
}

[data-order="Approved"] .item-ad-status {
  color: var(--text-success) !important;
  background-color: var(--bg-green) !important;
}

[data-order="Banned"] .item-ad-status {
  color: var(--text-error) !important;
  background-color: var(--bg-red) !important;
}

[data-order="Approved"] .item-ad-status,
[data-order="Processing"] .item-ad-status,
[data-order="Banned"] .item-ad-status {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 20.5px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  gap: 2px;
}

.panel-body {
  padding: 40px;
  border-radius: 10px;
}

.panel_s {
  border-radius: 10px;
  margin-bottom: 25px;
  border: none;
}

#side-menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 16px 20px 12px 16px;
  font-size: 14px;
  font-family: Quicksand, Georgia, "Times New Roman", Times, serif;
}

#setup-menu > li > a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 16px;
  font-family: Quicksand, Georgia, "Times New Roman", Times, serif;
}

#side-menu.nav > li > a:focus,
#side-menu.nav > li > a:hover {
  background: #6082c3;
  color: #fff;
}

.input-group-addon {
  border: none;
  background: 0 0;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 28px;
}

.progress {
  -webkit-box-shadow: none;
}

.col-md-4.text-right.bold,
.invoice-quick-info h5 {
  font-size: 16px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 28px;
}

.btn-default,
.btn-info {
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 10rem;
  text-transform: capitalize;
  border-color: #9480dd;
  background-color: #9480dd;
  font-size: 16px;
}

.btn-default.pull-left:hover {
  color: #e0cfff !important;
}

a:hover {
  color: var(--green);
}

.btn-default {
  color: #fff !important;
  border-color: #9480dd !important;
  background-color: #9480dd !important;
}

.btn-info,
.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.btn-primary,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active.focus,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #db3f1d !important;
  color: #fff;
  border-color: #db3f1d !important;
}

.btn-info:hover {
  background-color: #6e5bb1 !important;
  color: #fff;
  border-color: #6e5bb1 !important;
}

.col-md-8 .text-right._buttons.pull-right a:hover {
  color: #e3dbff !important;
}

button.btn.dropdown-toggle.btn-default {
  border: none !important;
  border-radius: 0 !important;
  background: #f9f9f9 !important;
}

li.selected.active a {
  background: transparent !important;
}

.fn-gantt .navigate .page-number span {
  font-size: 16px;
}

.fn-gantt .date,
.fn-gantt .day {
  width: 48px;
}

.fn-label {
  font-size: 14px;
}

.dz-default.dz-message,
td.dataTables_empty {
  font-size: 17px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  font-size: 13px;
}

h3 {
  font-size: 24px;
}

th {
  font-size: 16px;
  font-weight: 500;
}

#side-menu li .nav-second-level li a {
  padding: 10px 10px 10px 45px;
  color: #6d94de;
}

#side-menu li .nav-second-level li.active a {
  background-color: #de6d6d;
}

.btn-success {
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 10rem;
  text-transform: capitalize;
  font-size: 16px;
}

#side-menu li .nav-second-level a:hover {
  background-color: #f2f6ff;
}

.btn-danger {
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 10rem;
  text-transform: capitalize;
  font-size: 16px;
}

input#search_input {
  border: none !important;
}

.admin #header {
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.212),
    0 4px 25px 0 rgba(0, 0, 0, 0.02), 0 8px 20px -5px rgba(0, 0, 0, 0.1);
}

#top_search input:active,
#top_search input:focus,
#top_search input:hover {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.form-group {
  margin-bottom: 25px !important;
}

.col-md-12.mtop20.text-center {
  margin-bottom: 20px;
}

h1.text-uppercase.mbot20 {
  display: none !important;
}

.project-info-bg {
  background: #f9f9f9 !important;
  color: #333 !important;
  border-top: 10px solid #f1f1f1;
  border-left: none;
  border-right: none;
}

#side-menu li.active > a {
  color: #fff;
  background: #7b9fe2;
}

.btn.btn-info.btn-block.single-ticket-add-reply {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: var(--green);
}

.alert {
  font-weight: 500;
  font-size: 16px;
  border: none !important;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .navbar a.navbar-brand {
    padding: 0;
  }

  ._buttons .btn,
  ._buttons .btn-group {
    width: auto;
  }

  .navbar-toggle {
    margin-top: 23px;
    margin-right: 30px;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
}

.meter {
  height: 20px;
  position: relative;
  margin: 60px 0 20px 0;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #2bc253),
    color-stop(1, #54f054)
  );
  background-image: -moz-linear-gradient(
    center bottom,
    #2bc253 37%,
    #54f054 69%
  );
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.animate > span > span,
.meter > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f1a165),
    color-stop(1, #f36d0a)
  );
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0a3a3),
    color-stop(1, #f42323)
  );
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span:after,
.nostripes > span > span {
  -webkit-animation: none;
  background-image: none;
}

rt.display-block {
  display: block;
}

.tooltip {
  position: fixed;
}

.color-white {
  color: #fff !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 850px) and (max-width: 1338px) {
  .container {
    padding-left: 65px !important;
  }
}

@media (max-width: 988px) {
  .col-md-3 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 848px) {
  .textmenu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.control-label,
label {
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
}

[dir="rtl"] .mright5 {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] .mright10 {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .mleft5 {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] .mleft10 {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .input-group-addon:last-child {
  border-left: 1px solid #ccc;
}

[dir="rtl"] .colorpicker.colorpicker-visible.dropdown-menu {
  left: 0 !important;
  right: auto;
  padding-left: 3px;
  margin-left: 45px;
}

.border-right {
  border-right: 1px solid #f0f0f0;
}

.line-throught {
  text-decoration: line-through;
}

.full-width {
  width: 100%;
}

.no-margin {
  margin: 0 !important;
}

.no-mtop {
  margin-top: 0 !important;
}

.no-p-left {
  padding-left: 0 !important;
}

.no-p-right {
  padding-right: 0;
}

.relative {
  position: relative;
}

.font-medium {
  font-size: 15px;
}

.inline-block {
  display: inline-block;
}

.alert-validation {
  margin-top: 5px;
}

.table-image {
  height: 75px;
  width: 250px;
  margin: 15px 0;
}

.announcement small {
  font-size: 12px;
  color: #333;
}

.announcement {
  font-size: 14px;
}

.bgwhite {
  background: #fff;
  border: 1px solid #e4e5e7;
}

.warning-bg {
  background: #ff6f00 !important;
  color: #fff !important;
  border: 1px solid #ff6f00 !important;
}

.success-bg {
  background: #84c529 !important;
  color: #fff !important;
  border: 1px solid #84c529 !important;
}

.primary-bg {
  background: #28b8da;
  color: #fff !important;
  border: 1px solid #28b8da;
}

.info-bg {
  background: #9682de !important;
  color: #fff !important;
  border: 1px solid #9682de !important;
}

.danger-bg {
  background: #fc2d42 !important;
  color: #fff !important;
  border: 1px solid #fc2d42 !important;
}

textarea.form-control {
  height: initial;
  padding-top: 10px;
}

select.form-control {
  padding-top: 6px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eef1f6;
  border-color: #d1dbe5;
  color: #8babcc;
  cursor: not-allowed;
}

.input-group-addon {
  color: #97a8be;
}

.form-control:-moz-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #a1b4cc;
  font-size: 14px;
}

.submenu {
  display: inline-block;
  float: right;
  margin-bottom: 25px;
}

.submenu li {
  display: inline-block;
  margin-right: 15px;
}

.submenu li:last-child {
  margin-right: 0;
}

.submenu li a {
  font-size: 17px;
  color: #616161 !important;
}

.submenu li a:active,
.submenu li a:focus,
.submenu li a:hover {
  color: #2f2f2f !important;
}

.dt-table {
  width: 100% !important;
}

.tickets table tr.text-danger a {
  color: #fc2d42;
}

.dt-loader:not(:required) {
  -webkit-animation: loader 2s 0.3s infinite ease-out;
  animation: loader 2s 0.3s infinite ease-out;
  background: #dde2e7;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999999999999;
}

.dt-loader:not(:required):after,
.dt-loader:not(:required):before {
  background: #dde2e7;
  content: "\x200B";
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}

.dt-loader:not(:required):before {
  -webkit-animation: loader 2s 150ms infinite ease-out;
  animation: loader 2s 150ms infinite ease-out;
  left: -1.6em;
}

.dt-loader:not(:required):after {
  -webkit-animation: loader 2s 450ms infinite ease-out;
  animation: loader 2s 450ms infinite ease-out;
  right: -1.6em;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.text-white {
  color: #fff !important;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

/* #content {
  padding: 80px 0;
} */

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1,
h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.h3,
.h4,
h3,
h4 {
  font-weight: 400;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

.navbar {
  background-color: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.067);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.067);
  padding: 0;
  min-height: 60px;
  border-radius: 0;
}

.navbar-default {
  background: #f8f8f8;
}

.mainSideBar .navbar-nav > li > a {
  height: fit-content !important;
  padding: 14px 10px;
  width: 200px !important;
  margin: 10px auto;
  border-radius: 10px;
  transition: 0.2s;
}

.mobileSideBar .navbar-nav {
  justify-content: space-between;
  gap: 4px;
}

.bottomBarContainer::-webkit-scrollbar{
  height: 3px;
}

.mobileSideBar .navbar-nav > li > a {
  width: 100% !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  border-radius: 22px;
  padding: 12px 0;
}

.mobileSideBar .navbar-nav > li > a span {
  padding: 0 !important;
}

@media (max-width: 350px) {
  .mobileSideBar .navbar-nav > li > a span {
    font-size: 12px;
  }
}

.profileSideBar > li > a {
  display: block;
  height: fit-content !important;
  padding: 14px 12px;
  margin: 10px auto;
  border-radius: 12px;
  transition: 0.2s;
  color: var(--text-secondary);
}

.mainSideBar .navbar-nav > li > a:hover,
.profileSideBar > li > a:hover {
  color: white;
  background-color: var(--element-bg-dark) !important;
}

.mainSideBar .navbar-nav > li > .active,
.profileSideBar > li > .active {
  background-color: var(--element-bg-dark);
  color: white;
}

.mainSideBar .navbar-nav > li > .addAccountsLink .addAccountsBadgeNumber {
  background-color: var(--black-32);
  transition: 0.3s;
}

.mainSideBar .navbar-nav > li > .addAccountsLink:hover .addAccountsBadgeNumber {
  background-color: var(--green);
}

.mainSideBar
  .navbar-nav
  > li
  > .addAccountsLink.active
  .addAccountsBadgeNumber {
  background-color: var(--green);
}

.mainSideBar .navbar-nav > li > a svg {
  width: 26px;
  height: 26px;
  margin-top: -3px;
}

.mainSideBar .navbar-nav > li > a .svgFillChange * {
  fill: var(--text-secondary);
  fill-opacity: 1;
}

.mainSideBar .navbar-nav > li > a .svgStrokeChange * {
  stroke: var(--text-secondary);
  stroke-opacity: 1;
}

.mainSideBar .navbar-nav > li > a:hover .svgFillChange * {
  fill: white;
  fill-opacity: 1;
}

.mainSideBar .navbar-nav > li > .active .svgFillChange * {
  fill: white;
  fill-opacity: 1;
}

.mainSideBar .navbar-nav > li > a:hover .svgStrokeChange * {
  stroke: white;
  stroke-opacity: 1;
}

.mainSideBar .navbar-nav > li > .active .svgStrokeChange * {
  stroke: white;
  stroke-opacity: 1;
}

.mainSideBar .sideBarUl {
  max-height: calc(100vh - 110px) !important;
  overflow-y: auto !important;
}

.webkit-scrollbar-0::-webkit-scrollbar {
  height: 0;
}

/* Custom scrollbar styles for the element */
::-webkit-scrollbar {
  width: 11px;
  /* Scrollbar width */
  height: 10px;
  /* Scrollbar height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: var(--surface-main);
  /* Track (background) */
  border-radius: 10px;
  /* Rounded corners */
}

::-webkit-scrollbar-thumb {
  background: var(--green);
  /* Thumb (scroll handle) */
  border-radius: 10px;
  /* Rounded corners */
}

.mainSideBar .sideBar-announcement {
  background-color: var(--green);
  color: white;
  border-radius: 20px;
  max-width: 180px;
  padding: 15px;
  margin: 40px auto;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 15px 20px;
  }
}

.bootstrap-select .dropdown-menu,
.iti__dropdown-content {
  background-color: var(--bg-black-light) !important;
}

.bootstrap-select .no-results{
  background: var(--bg-black-light);
  color: var(--text-main);
  padding: 7px;
  margin: 5px 5px 1px;
}

.iti__dropdown-content {
  border: 1px solid var(--border-main) !important;
}

.iti__country-name {
  color: var(--text-main);
}

#request_ad_account_modal .bootstrap-select .dropdown-menu {
  top: 100%;
  overflow: visible !important;
  width: 100%;
}

.bootstrap-select .dropdown-menu .inner.open{
  max-height: 370px !important;
}

.nav.navbar-nav.navbar-right .dropdown-menu li > a {
  font-size: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: 0 0;
  color: #fff;
}

.navbar a.navbar-brand {
  padding: 23px 0 25px 0;
  height: auto;
  margin-right: 10px;
  margin-top: 7px;
}

.navbar-default .navbar-nav > li.customers-nav-item-login > a {
  background: rgba(255, 255, 255, 1);
  color: #000;
  display: inline;
  border-radius: 4px;
  line-height: 90px;
  padding: 8px 18px;
}

.navbar-default .navbar-nav > li.customers-nav-item-login > a:active,
.navbar-default .navbar-nav > li.customers-nav-item-login > a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.nav-tabs > li {
  border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #02a9f4;
  background: 0 0;
  color: #008ece;
}

.nav-tabs {
  padding-bottom: 0;
  margin-bottom: 25px;
  background: 0 0;
  border-radius: 1px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  background: 0 0;
  color: #333;
  padding: 12px 13px 12px 13px;
  font-weight: 400;
}

.nav-tabs-flat {
  border-color: #f9f9f9;
}

.nav-tabs-flat li a {
  font-weight: 500;
  border-bottom-color: transparent !important;
  font-size: 13px;
}

.nav-tabs-flat li:first-child a {
  padding-left: 0;
}

@media (max-width: 767px) {
  .nav-tabs-flat li:first-child a {
    padding-left: 13px;
  }

  .nav-tabs-flat + .tab-content .tab-pane {
    padding-left: 15px;
  }

  .customers-nav-item-languages {
    display: none;
  }
}

.btn.btn-input-group {
  padding: 7px 16px;
  border: 1px transparent;
}

.btn-icon {
  padding: 2px 6px 2px 6px !important;
}

.original-button {
  margin-top: 22px;
  padding: 6px 12px;
}

.panel_s > .panel-heading {
  color: inherit;
  font-weight: 500;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  border: 1px solid #e4e5e7;
}

.panel_s .panel-body {
  border: 0;
  background: var(--surface-main);
  border-radius: 4px;
  padding: 15px;
}

.panel_s .panel-body .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.panel_s > .panel-footer {
  background: #f7f9fa;
  border: 1px solid #e4e5e7;
  border-top: none;
  color: inherit;
  font-size: 90%;
  padding: 50px 15px;
}

.panel_s > .panel-heading + .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

#client-home-chart {
  max-width: 100%;
}

.client-reply {
  background: #ffffe6 !important;
  color: #333;
}

body.viewinvoice .alert {
  margin-top: 10px;
  margin-bottom: -7px;
  border-radius: 1px;
}

label {
  font-weight: 400;
}

.label {
  font-size: 13px;
  font-weight: 500;
  padding: 0.3em 0.9em 0.3em;
}

footer {
  background: #fff;
  padding: 15px;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e4e5e7;
}

.navbar-default .navbar-brand.logo-text {
  font-size: 24px;
  margin-top: 13px;
  display: inline-block;
  color: #fff;
}

.logo-text:active,
.logo-text:focus,
.logo-text:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
  }

  .dropdown-menu {
    box-shadow: 5px 10px 15px 1px rgba(62, 57, 107, 0.07) !important;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0 5px 0;
  }

  .navbar-default .navbar-brand.logo-text {
    margin-left: 15px;
    margin-top: 3px;
  }
}

.btn {
  /* text-transform: uppercase; */
  font-size: 13.5px;
  outline-offset: 0;
  border: 1px solid transparent;
  transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}

.btn.btn-default {
  border: 1px solid #e6e9eb;
}

.bold,
b,
strong {
  font-weight: 500;
}

.company-name-formatted,
.invoice-html-bill-to-title {
  font-weight: 600;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 13.9px;
  color: var(--text-main) !important;
}

.p7 {
  padding: 7px;
}

.p8 {
  padding: 8px;
}

.p8-half {
  padding: 8.5px;
}

.p15 {
  padding: 15px;
}

.valign-middle {
  vertical-align: middle;
}

.mtop5 {
  margin-top: 5px;
}

.mtop7 {
  margin-top: 7px;
}

.mtop10 {
  margin-top: 10px;
}

.mtop15 {
  margin-top: 15px;
}

.mtop20 {
  margin-top: 20px;
}

.mtop25 {
  margin-top: 25px;
}

.mtop30 {
  margin-top: 30px;
}

.mtop40 {
  margin-top: 40px;
}

.mbot5 {
  margin-bottom: 5px;
}

.mbot10 {
  margin-bottom: 10px;
}

.mbot15 {
  margin-bottom: 15px;
}

.mbot20 {
  margin-bottom: 20px;
}

.mbot25 {
  margin-bottom: 25px;
}

.mbot30 {
  margin-bottom: 30px;
}

.mbot40 {
  margin-bottom: 40px;
}

.mleft5 {
  margin-left: 5px;
}

.mleft10 {
  margin-left: 10px;
}

.mright5 {
  margin-right: 5px;
}

.mright10 {
  margin-right: 10px;
}

.padding-30 {
  padding: 30px !important;
}

.no-mbot {
  margin-bottom: 0;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #bfcbd9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.loginCheckbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px !important;
  top: 2px !important;
  margin-left: -22px !important;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 10px;
}

.checkbox label::after {
  left: 0;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #28b8da;
  border-color: #28b8da;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #fc2d42;
  border-color: #fc2d42;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: var(--green);
  border-color: var(--green);
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ff6f00;
  border-color: #ff6f00;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #84c529;
  border-color: #84c529;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #bfcbd9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33),
    -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #28b8da;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #28b8da;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #28b8da;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #fc2d42;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #fc2d42;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #fc2d42;
}

.radio-info input[type="radio"] + label::after {
  background-color: #9682de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #9682de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #9682de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #ff6f00;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ff6f00;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ff6f00;
}

.radio-success input[type="radio"] + label::after {
  background-color: #84c529;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #84c529;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #84c529;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

[dir="rtl"] .checkbox {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .checkbox label {
  padding-right: 5px;
}

[dir="rtl"] .checkbox {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .checkbox label {
  padding-right: 5px;
}

[dir="rtl"] .checkbox label::before {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -20px;
}

[dir="rtl"] .checkbox label::after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 3px;
}

[dir="rtl"] .radio {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .radio label {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] .radio label::before {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -20px;
}

[dir="rtl"] .radio label::after {
  left: auto;
  right: 3px;
  margin-left: 0;
  margin-right: -20px;
}

.label {
  font-size: 12px;
  font-weight: 400;
  padding: 0.4em 0.9em 0.4em;
}

.invoice-quick-info h5 {
  margin-top: 0;
}

.table.items {
  margin-top: 25px;
}

.classicTable td,
.classicTable th {
  border-top: 0px !important;
  border-bottom: 2px solid var(--border-main);
}

.table.items thead {
  background: var(--bg-gray);
}
.table.items thead th {
  border-bottom: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #415165;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    margin-top: 20px;
    margin-bottom: -50px;
    background-color: none;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    width: 100% !important;
  }

  .navbar-default .navbar-nav > li.customers-nav-item-login > a {
    margin-left: 15px;
    line-height: 40px;
  }

  .navbar a.navbar-brand {
    padding: 5px 0 19px 0;
  }

  .navbar-toggle {
    margin-top: 25px;
  }

  #staff_logged_in {
    display: none;
  }

  .viewestimate .panel-body,
  .viewinvoice .panel-body {
    padding: 0;
  }
}

.kb-article {
  font-size: 14px;
}

.article_group_wrapper {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px;
}

.articles_list {
  font-size: 14px;
}

.articles_list li {
  margin-bottom: 30px;
}

.article-related-heading {
  font-size: 16px;
}

.article-heading {
  font-weight: 500;
}

.dataTables_length select {
  padding-top: 5px;
  height: inherit;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}

[dir="rtl"] div.dataTables_wrapper {
  direction: rtl;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_filter .input-group-addon {
  border-right: 1px solid #bfcbd9;
}

.label-href,
.label-href:visited {
  outline: 0 !important;
  border: 0 !important;
}

.pointer {
  cursor: pointer;
}

.mime {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 4px 26px;
}

.mime-word {
  background-image: url(../../../images/mime/word.png);
}

.mime-excel {
  background-image: url(../../../images/mime/excel.png);
}

.mime-powerpoint {
  background-image: url(../../../images/mime/powerpoint.png);
}

.mime-pdf {
  background-image: url(../../../images/mime/pdf.png);
}

.mime-zip {
  background-image: url(../../../images/mime/zip.png);
}

.mime-image {
  background-image: url(../../../images/mime/image.png);
}

.mime-file {
  background-image: url(../../../images/mime/file.png);
}

.mime-photoshop {
  background-image: url(../../../images/mime/photoshop.png);
}

.mime-illustrator {
  background-image: url(../../../images/mime/illustrator.png);
}

.mime-video {
  background-image: url(../../../images/mime/video.png);
}

.mime-audio {
  background-image: url(../../../images/mime/audio.png);
}

.files-container {
  margin: 0 0 10px;
}

.files {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.hr-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mime > a {
  color: #555 !important;
  text-decoration: none;
}

.white {
  color: #fff;
}

.s-status {
  display: inline-block;
  padding: 10px 21px;
  text-transform: uppercase;
  border-radius: 20px;
}

.advanced-editor-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.staff-profile-image-small {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.staff-profile-xs-image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.staff-profile-image-small {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.staff-profile-image-thumb {
  height: 160px;
  width: 160px;
  border-radius: 50%;
}

.task-attachment {
  border: 1px solid #f0f0f0;
  padding: 10px;
  border-radius: 3px;
  max-height: 255px;
  min-height: 255px;
  overflow: hidden;
}

.task-attachment .task-attachment-no-preview {
  margin-top: 45px;
  text-align: center;
}

.task-attachment .preview_image {
  margin: 0;
  width: 100%;
}

.task-attachment .open-in-external {
  position: absolute;
  right: 30px;
}

.task-attachment .task-attachment-user {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #f0f0f0;
}

.media-body {
  word-break: break-word;
}

#proposal-wrapper {
  overflow: hidden;
  min-height: 100%;
}

#proposal-wrapper .proposal-left img {
  margin-left: 10px;
  margin-right: 10px;
}

div.proposal-wrapper img:not(.media-object) {
  display: block;
  max-width: 100%;
  height: auto;
}

.proposal-comment {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.table.proposal-items thead > tr > th {
  padding-left: 10px;
}

.content-view-status {
  padding: 4px 14px;
  font-size: 15.5px;
  text-align: center;
  border-radius: 4px;
  float: right;
  margin-left: 5px;
}

@media only screen and (max-width: 849px) {
  .client-profile-image-small {
    height: 60px !important;
    width: 60px !important;
  }

  .dropdown .caret {
    transform: none !important;
  }
}

@media only screen and (max-width: 849px) {
  .client-profile-image-small {
    float: none;
  }
}

.client-profile-image-small {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.client-profile-image-thumb {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

#task h4 {
  font-size: 15px;
}

#task h5 {
  font-size: 14px;
}

#task .task-info {
  font-size: 10px;
  vertical-align: middle;
  padding: 10px;
}

#task .task-info h5 {
  font-size: 13px;
  font-weight: 400;
}

.jquery-comments [contentEditable="true"]:empty:not(:focus):before {
  color: #a1b4cc;
  font-size: 14px;
}

.jquery-comments .highlight-font-bold,
.jquery-comments ul.main li.comment .actions > *,
.jquery-comments ul.main li.comment .name,
.jquery-comments ul.navigation li {
  font-weight: 500 !important;
}

.jquery-comments ul.main li.comment .name {
  color: #0081bb;
}

.jquery-comments ul.main li.comment .wrapper .content {
  padding: 5px 0 5px 0;
}

.jquery-comments ul.navigation li {
  color: #323a45;
}

.jquery-comments .textarea-wrapper .control-row > span.upload {
  padding: 5px 20px;
  background-color: #7d838b;
}

.jquery-comments .highlight-background {
  background: #9682de !important;
}

.jquery-comments .textarea-wrapper .control-row > span {
  padding: 5px 20px !important;
  border-radius: 4px;
}

.jquery-comments .textarea-wrapper .control-row {
  margin-top: 10px;
}

.jquery-comments ul.main li.comment .actions > * {
  color: #7c838b;
}

.jquery-comments ul.navigation .navigation-wrapper {
  padding: 10px 0 0 0;
}

.jquery-comments ul.navigation {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.5em;
}

.jquery-comments .textarea-wrapper {
  padding-left: 21px;
}

.jquery-comments .textarea-wrapper:before {
  border: 0;
}

.jquery-comments .textarea-wrapper .textarea {
  border-radius: 3px;
  border: 1px solid #bfcbd9;
}

.fn-label a {
  font-weight: 500;
}

.fn-gantt {
  border: 2px solid #eef2f4;
  border-radius: 4px;
}

.fn-gantt-hint {
  background: #6c7888;
  border: 0;
  color: #fff;
}

.fn-gantt .leftPanel {
  width: 450px;
  border-right: 1px solid #e4e4e4;
}

.fn-gantt .leftPanel .name {
  font-weight: 500;
  font-size: 13px;
  background: #717a86;
}

.fn-gantt .rightPanel .fn-label:hover {
  cursor: pointer;
}

.fn-gantt .rightPanel .month {
  color: #717a86;
}

.fn-gantt .bottom,
.fn-gantt .leftPanel .desc,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .spacer,
.fn-gantt .wd {
  background-color: #fff;
}

.fn-gantt .leftPanel .fn-label {
  width: 100%;
}

.fn-gantt .leftPanel .desc,
.fn-gantt .leftPanel .name {
  border-bottom: 1px solid #f5f5f5;
  height: 23px;
}

.fn-gantt .leftPanel .name {
  width: 40%;
}

.fn-gantt .leftPanel .desc {
  width: 60%;
}

#gantt .gantt_project_name {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  margin-top: 32px;
}

.fn-gantt .leftPanel .name .fn-label {
  color: #fff;
}

.fn-gantt table th:first-child {
  width: 150px;
}

.fn-gantt *,
.fn-gantt :after,
.fn-gantt :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.project-info-bg {
  background: #fbfbfb !important;
  color: #333 !important;
  border-top: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
  font-weight: 500;
}

.no-radius {
  border-radius: 0 !important;
}

.team-members .panel-body {
  padding: 0;
}

.team-members .media-left {
  padding: 10px;
}

.team-members .media-body {
  padding-right: 10px;
  padding-top: 12px;
}

.team-members .media:last-child {
  border-bottom: 0;
}

.team-members .media {
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
}

.project-percent {
  position: absolute;
  font-size: 33px;
  font-weight: 500;
  top: 35%;
  left: 0;
  right: 0;
}

.project-file-image {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-right: 15px;
}

#task-tracking-stats-modal {
  z-index: 999999999999;
}

.phase-logged-time {
  color: #3b6900;
}

.progress-bg-dark {
  background-color: #7c838b;
}

.project-overview-progress-bar {
  height: 50px;
  background-color: #7c838b;
  position: relative;
}

.project-overview-progress-bar .project-progress-number {
  font-size: 16px;
  position: absolute;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  text-shadow: 0 0 2px #333;
}

.mainInvoicesTableCo table {
  margin-top: 10px !important;
  border-bottom: 1px solid rgba(43, 43, 43, 0.08) !important;
}

.mainInvoicesTableCo thead {
  background-color: transparent !important;
  color: var(--text-secondary) !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(43, 43, 43, 0.08) !important;
}

.mainInvoicesTableCo th,
.mainInvoicesTableCo td {
  border: 0 !important;
  text-align: left !important;
}

.mainInvoicesTableCo th {
  font-size: 15px;
  padding-bottom: 14px !important;
}

.mainInvoicesTableCo td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.mainInvoicesTableCo2 td {
  border: 0 !important;
}

.task-user {
  border: 1px solid #f0f0f0;
  padding: 2px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.task-checklist-indicator {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 20px;
  height: 21px;
  display: inline-block;
}

.task-checklist-indicator i {
  margin: 0 auto;
  vertical-align: middle;
  margin-left: 3px;
}

#task-comments {
  background: #fdfdfd;
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  display: inline-block;
}

form.dropzone {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
}

.dropzone .dz-message {
  margin-top: 45px;
  color: #9682de;
}

.xdsoft_ {
  z-index: 99999999999999;
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding-top: 7px;
  font-family: Roboto;
  border: 1px solid #d6d6d6;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-top: 1px;
  padding-bottom: 1px;
}


.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #fff;
  text-align: center;
  border: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar td {
  padding: 5px !important;
  padding-left: 7px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #585858;
  font-weight: 500;
  padding: 3px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
}

.xdsoft_datetimepicker .xdsoft_label {
  font-weight: 500;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #3af;
  border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #656d77 !important;
  border-radius: 3px;
}

.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  background: #e4e8f1;
  color: #333;
}

#calendar .fc-day-header,
#calendar .fc-header-toolbar button,
#calendar .fc-toolbar .fc-center {
  text-transform: capitalize;
}

.dataTables_filter input {
  margin-left: 0 !important;
  width: 90px !important;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  height: 31px;
}

.dataTables_filter input:focus {
  width: 160px !important;
}

.dataTables_filter label {
  width: 100%;
  margin-bottom: 0px;
}

.dataTables_empty {
  background: url(../../../themes/flat/images/table-no-data.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 228px;
  padding-top: 14px !important;
  color: #777;
  font-size: 15px;
}

.app_dt_empty .dataTables_info,
.app_dt_empty .dataTables_paginate {
  display: none;
}

.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons,
.app_dt_empty table thead {
  opacity: 0.5;
}

@media (max-width: 767px) {
  ._buttons .mleft5 {
    margin-left: 0 !important;
  }

  ._buttons .mright10 {
    margin-right: 0 !important;
  }

  ._buttons .pull-left,
  ._buttons .pull-right {
    float: none !important;
  }

  ._buttons .btn,
  ._buttons .btn-group {
    display: inline-block;
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 5px !important;
    float: none !important;
  }

  .nav-tabs > li {
    width: 100%;
  }

  .project-overview-column {
    margin-top: 15px;
  }

  .table-responsive {
    padding: 15px 0 15px 0;
    border: 1px solid #f7f7f7;
  }

  .pusher {
    margin-top: 50px;
  }

  .fn-gantt .fn-content {
    overflow-x: scroll;
  }

  .dataTables_filter input,
  .dataTables_filter input:focus {
    width: 100% !important;
  }
}

.tasks-phases .panel-body {
  background: #fbfbfb;
  padding: 10px;
}

.tasks-phases ._task_wrapper {
  background: #fff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #e4e5e7;
  border-radius: 4px;
}

.activity-feed {
  padding: 15px;
}

.activity-feed .feed-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid #84c529;
}

.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #4b5158;
}

.activity-feed .feed-item .date {
  position: relative;
  top: -5px;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.activity-feed .feed-item .text {
  position: relative;
  top: -3px;
}

.dataTables_empty,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label {
  color: #9c9c9c;
}

.responsive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image covers the area without distortion */
  display: block;
  /* Removes bottom space below the image */
}

.light-dark-login_image .image {
  background-image: url(../images/light-login_image.png);
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  max-width: 823px;
  max-height: 800px;
  min-height: 660px;
  background-repeat: no-repeat;
  margin: auto;
}

html[dark-mode] .light-dark-login_image .image {
  background-image: url(../images/dark-login_image.png);
}

.modal-backdrop.in {
  opacity: 0.7;
}

.modal-content {
  border: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--surface-main);
}

.full-screen-modal {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow-y: initial !important;
}

.full-screen-modal .modal-content {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.full-screen-modal .modal-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.project_file_area,
.project_file_discusssions_area {
  overflow-y: scroll;
  height: 400px;
}

@media (max-width: 768px) {
  .project_file_area,
  .project_file_discusssions_area {
    height: auto !important;
  }

  .full-screen-modal {
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 10px;
    overflow-y: initial !important;
  }

  .project_file_discusssions_area {
    margin-top: 30px;
  }

  .full-screen-modal .modal-footer {
    width: auto;
    position: relative !important;
  }
}

.alert {
  padding: 15px;
  font-size: 14px;
}

.alert:not(.float-alert) span[data-notify="icon"] {
  float: left;
  font-size: 18px;
  margin-top: 0;
}

.float-alert.alert span[data-notify="icon"] {
  font-size: 20px;
  display: block;
  left: 13px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.alert.float-alert .alert-title {
  margin-left: 30px;
}

.alert:not(.float-alert) .alert-title {
  margin-left: 10px;
}

.alert button.close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  z-index: 1033;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  line-height: 11px;
  width: 25px;
  height: 25px;
  outline: 0 !important;
  text-align: center;
  padding: 3px;
  font-weight: 400;
}

.alert button.close:hover {
  opacity: 0.55;
}

.alert .close ~ span {
  display: block;
  max-width: 89%;
}

.preview_image {
  height: auto;
  width: 250px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}

.preview_image:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.preview_image img {
  width: 100%;
  height: auto;
}

.fc-toolbar h2 {
  font-size: 20px;
  margin-top: 4px;
}

.panel-body .row:before,
.panel-body .row:after {
  /* content: " "; */
  display: none;
}

.fc-event {
  padding: 8px !important;
  border: 0 !important;
  border-radius: 2px !important;
  margin: 5px 10px 5px 10px !important;
  font-size: 11px;
  cursor: pointer;
}

.fc-widget-header .fc-day-header {
  padding: 8px 0;
}

.fc-view-container .fc-widget-header {
  background: #f7f8fa;
}

.fc-basic-view .fc-day-number {
  text-align: center;
}

.fc-state-default {
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  text-shadow: none !important;
  background: #9682de !important;
  color: #fff !important;
}

.fc-state-active,
.fc-state-down {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #0286c2 !important;
}

.fc-widget-header .fc-day-header {
  padding: 8px 0;
}

.fc-view-container .fc-widget-header {
  background: #f7f8fa;
}

.fc-basic-view .fc-day-number {
  text-align: center;
}

.tc-content ol,
.tc-content ul {
  list-style: inherit;
  margin-left: 15px;
}

.tc-content ol {
  list-style-type: decimal;
}

.tc-content table {
  margin-top: 0;
  border-collapse: initial;
}

.tc-content table > tbody > tr > td {
  padding: 5px 10px 5px 10px;
}

.tc-content img {
  max-width: 100%;
}

.tc-content table[border="1"],
.tc-content table[border="1"] td {
  border: 1px solid;
}

.contract-view .tc-content ol,
.contract-view .tc-content ul,
.proposal-view .tc-content ol,
.proposal-view .tc-content ul {
  margin-left: 0;
}

.float-alert {
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 44444;
  top: 80px;
  right: 20px;
}

.kb-search-jumbotron {
  margin-top: -20px;
  margin-bottom: 10px;
  background: #f9fafb;
}

.has-feedback.has-feedback-left .form-control-feedback {
  left: 0;
}

.kb-search .form-control-feedback {
  left: 5px !important;
  top: 10px;
  font-size: 16px;
}

.kb-search input[type="search"] {
  padding-left: 40px;
  height: 50px;
  font-size: 17px;
}

.kb-search input[type="search"]:focus {
  padding-left: 15px;
}

.kb-search button[type="submit"] {
  padding: 14.5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#botlink,
#toplink {
  position: fixed;
  right: 7.5%;
  bottom: 53%;
  padding: 10px;
  margin: 0 -20px 0 0;
  color: #666;
  background: #e9ebef;
  font-size: 1.5em;
  border: 1px solid #b4b4b4;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 6px 6px 0 0;
  z-index: 99;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

#botlink {
  top: 47%;
  padding: 10px;
  bottom: auto;
  border: 1px solid #b4b4b4;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
}

#botlink:hover,
#toplink:hover {
  color: #84c529;
  background: #fcfcfc;
  text-decoration: none;
}

.dropdown-menu > li > a {
  padding: 8px 16px;
  color: var(--text-main);
}

.dropdown-menu > li > a:hover {
  color: #db3f1d;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  outline: 0 !important;
  background: #e4e8f1;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
  max-height: 450px;
  overflow-y: auto;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #333;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  border-radius: 10px;
  margin-top: 0.2px;
  border-top-left-radius: 0;
}

.dropdown-submenu.pull-left > .dropdown-menu li a:hover,
.dropdown-submenu.pull-left > .dropdown-menu li.active a,
.dropdown-submenu.pull-left > .dropdown-menu li.active a:hover {
  border-top-left-radius: 0;
}

@media (max-width: 768px) {
  .dropdown-submenu.pull-left > .dropdown-menu {
    display: block;
    left: 1px;
    position: relative;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-submenu > a:after {
    border-left-color: transparent;
  }

  .dropdown-submenu > a {
    background: #f0f0f0;
  }
}

.progress-bar-mini {
  height: 5px !important;
}

.project-progress-bars i {
  font-size: 24px;
}

.project-progress-bars i:not(.text-success) {
  color: #bfbfbf;
}

.panel-body.project-description {
  padding: 11px;
}

.bootstrap-select .btn-default {
  background: var(--bg-gray) !important;
  border: 1px solid #bfcbd9 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--text-main) !important;
  padding: 4px 10px;
  line-height: 2;
  height: 36px;
  text-transform: inherit;
  margin-top: 2px;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  background-color: #eef1f6 !important;
  border-color: #d1dbe5 !important;
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  outline: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.open .btn-default {
  border: 1px solid var(--border-main) !important;
}

.bootstrap-select.btn-group .bs-placeholder .filter-option {
  color: #a1b4cc;
}

.custom-field-inline-edit-link {
  float: left;
  margin-right: 5px;
}

.task-single-status .label {
  float: left;
}

[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right;
}

[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: auto;
  left: 12px;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_paginate {
  text-align: left;
}

._task_wrapper.overdue-task {
  background: #f2dede !important;
  border-color: #eab8b7 !important;
}

.form-group + p.alert-validation {
  margin-top: -10px;
}

@media screen and (max-height: 575px),
  screen and (min-width: 992px) and (max-width: 1199px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

td[align="left"],
th[align="left"] {
  text-align: left;
}

td[align="right"],
th[align="right"] {
  text-align: right;
}

td[align="center"],
th[align="center"] {
  text-align: center !important;
}

[dir="rtl"] td[align="left"],
[dir="rtl"] th[align="left"] {
  text-align: right !important;
}

[dir="rtl"] td[align="right"],
[dir="rtl"] th[align="right"] {
  text-align: left !important;
}

.signature-pad--body {
  border-radius: 4px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c0cbda;
}

.gdpr-right {
  border: 1px solid #d8d8d8;
  padding: 35px 15px;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 4px;
}

.gdpr-right .gdpr-right-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.gdpr-purpose {
  border: 1px solid #d8d8d8;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.gdpr-purpose .gdpr-purpose-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #5a5a5a;
}

.list-status h3 {
  margin-top: 0;
}

.list-status:last-child {
  border-right: 0;
}

.list-status a {
  padding: 25px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}

th.th-ticket-last-reply.sorting {
  width: 80px !important;
}

.ticket-info p:last-child {
  margin-bottom: 0;
}

.gpicker {
  opacity: 0;
}

.gpicker + div[id^="dropbox-chooser"] {
  float: right;
  margin-left: 5px;
}

.gpicker {
  height: 14px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #4c4c4c;
  text-decoration: none;
  padding: 1px 7px 5px 3px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  border-bottom-color: #d4d4d4;
  background: #fcfcfc;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfcfc),
    to(#f5f5f5)
  );
  background: linear-gradient(to bottom, #fcfcfc 0, #f5f5f5 100%);
  line-height: 18px !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

.preview-sticky-header {
  z-index: 1;
  background: #fff;
  padding-top: 15px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);
  box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);
  width: 100% !important;
  left: 0 !important;
}

.preview-sticky-header .sticky-hidden {
  display: none !important;
}

.preview-sticky-header .sticky-visible {
  display: inherit !important;
}

.mobile .preview-sticky-header {
  padding: 15px;
}

@media (max-width: 767px) {
  .preview-sticky-container .action-button,
  .preview-sticky-container .content-view-status {
    float: none !important;
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
  }
}

div:not(.preview-sticky-header) .preview-sticky-container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1281px), (min-width: 1025px) and (max-width: 1280px) {
  .preview-top-wrapper {
    margin-top: 25px;
  }
}

.dt-page-jump {
  text-align: right;
  margin-right: 15px;
}

.dt-page-jump .dt-page-jump-select {
  height: 32px;
  float: right;
  margin-top: 2px;
  margin-left: 15px;
  border: 1px solid #ddd;
  width: auto;
}

[dir="rtl"] .dt-page-jump .dt-page-jump-select {
  float: left;
  margin-right: 15px;
}

@media (max-width: 490px) and (max-width: 1280px) {
  .g-recaptcha > div {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/*--------------------------  Start page container -----------------------------*/

#wrapper #content .control-page-size .addAccountBtn a {
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 17px;
  color: white !important;
}

.invoicesTableCo #DataTables_Table_0_filter {
  position: absolute;
  top: 40px;
  right: 100px;
}

@media (max-width: 767px) {
  .invoicesTableCo #DataTables_Table_0_filter {
    position: static;
  }
}

.dataTables_wrapper.dt-bootstrap .dataTables_filter .input-group {
  border-radius: 16px;
}

.dataTables_wrapper.dt-bootstrap
  .dataTables_filter
  .input-group
  input[type="search"] {
  min-width: 210px !important;
  width: 100% !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  background: var(--bg-gray) !important;
  padding: 24px 2px !important;
  color: var(--text-secondary);
  box-shadow: none;
  font-size: 16px;
}

@media (max-width: 767px) {
  .dataTables_wrapper.dt-bootstrap
    .dataTables_filter
    .input-group
    input[type="search"] {
    padding: 26px 2px !important;
  }

  .dataTables_wrapper.dt-bootstrap .dataTables_filter .input-group {
    margin-bottom: 0px;
  }
}

.dataTables_wrapper.dt-bootstrap
  .dataTables_filter
  .input-group
  input[type="search"]::placeholder {
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
}

.dataTables_wrapper.dt-bootstrap
  .dataTables_filter
  .input-group
  .input-group-addon {
  background-color: var(--bg-gray);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.dataTables_wrapper.dt-bootstrap
  .dataTables_filter
  .input-group
  .input-group-addon
  span {
  font-size: 14px;
  color: var(--text-secondary);
  padding-left: 10px;
}

.dataTables_wrapper.dt-bootstrap select {
  background: #f5f7fa !important;
  padding: 0px 5px !important;
  color: #718ebf !important;
  width: 90px !important;
  height: 34px !important;
  border-radius: 5px !important;
  border: 1px solid #e0e0e0 !important;
  display: none !important;
}

.dataTables_wrapper.dt-bootstrap .row:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 20px;
}

.dataTables_wrapper.dt-bootstrap .row:nth-of-type(2) > div:last-of-type {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.dataTables_wrapper.dt-bootstrap
  .row:nth-of-type(2)
  > div:last-of-type
  .dt-buttons
  button {
  border-radius: 15px;
  padding: 12px 17px;
  background-color: transparent !important;
  color: var(--green) !important;
  border: 1px solid var(--green) !important;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.dataTables_wrapper.dt-bootstrap
  .row:nth-of-type(2)
  > div:last-of-type
  .dt-buttons
  button:nth-child(2) {
    margin-left: 5px;
}

.dataTables_wrapper.dt-bootstrap
  .row:nth-of-type(2)
  > div:last-of-type
  .dt-buttons
  button:hover {
  background-color: var(--green) !important;
  color: white !important;
}

@media (max-width: 767px) {
  .dataTables_wrapper.dt-bootstrap .row:nth-of-type(2) {
    margin-bottom: 0;
  }
  .dataTables_wrapper.dt-bootstrap
    .row:nth-of-type(2)
    > div:last-of-type
    .dt-buttons.btn-group {
    display: flex;
    justify-content: end;
  }

  .dataTables_wrapper.dt-bootstrap .row:nth-of-type(2) > div:last-of-type {
    flex-direction: column-reverse;
  }

  .dataTables_wrapper.dt-bootstrap
    .row:nth-of-type(2)
    > div:nth-child(2)
    .dataTables_filter {
    width: 100%;
  }
}

.dataTables_wrapper.dt-bootstrap .row:nth-of-type(2) > div {
  padding-left: 0;
  display: none;
}

.dataTables_wrapper.dt-bootstrap .row:nth-of-type(2) > div:nth-child(2) {
  padding-right: 0;
  position: static;
  width: 100%;
}

.dataTables_wrapper.dt-bootstrap .datatables_footer {
  margin: 0;
  margin-top: 30px !important;
  display: flex;
  flex-direction: column-reverse;
}

.dataTables_wrapper.dt-bootstrap .datatables_footer .rows-info {
  width: 100% !important;
  padding: 0;
}

.dataTables_wrapper.dt-bootstrap
  .datatables_footer
  .dataTables_paging
  .pagination {
  flex-wrap: wrap;
}

.dataTables_wrapper.dt-bootstrap
  .datatables_footer
  .rows-info
  .dataTables_info {
  padding: 0;
}

.dataTables_wrapper.dt-bootstrap .datatables_footer .dataTables_paging {
  width: 100% !important;
  padding: 0;
  position: static;
  margin-bottom: 25px;
}

.dataTables_wrapper.dt-bootstrap
  .datatables_footer
  .dataTables_paging
  .pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5px;
  max-width: 450px;
}

.dataTables_wrapper.dt-bootstrap
  .datatables_footer
  .dataTables_paging
  .pagination
  * {
  border-radius: 4px;
}

.dataTables_wrapper.dt-bootstrap
  .datatables_footer
  .dataTables_paging
  .pagination
  li
  a {
  color: var(--text-main);
  background-color: var(--bg-gray);
  border: 1px solid var(--border-main);
}

.dataTables_wrapper.dt-bootstrap
  .datatables_footer
  .dataTables_paging
  .pagination
  li.active
  a {
  color: white !important;
  background-color: var(--green) !important;
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper.dt-bootstrap .datatables_footer {
    margin-top: 0 !important;
  }
  div.dataTables_wrapper div.dataTables_info {
    text-align: start;
  }
}

/*------------------------ End page container ---------------------*/

/* Tooltip styles */
.custom-tooltip-container {
  position: absolute;
  background-color: #555;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 5px 6px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.custom-tooltip-container::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #555;
  rotate: 45deg;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -19;
}

.custom-tooltip-container.show {
  visibility: visible;
  opacity: 1;
}

.BalanceCard {
  color: #314e73 !important;
}

.BalanceCard:hover {
  color: #314e73 !important;
}

.BalanceCard:hover .rightArrow {
  transform: translateX(10px);
}

.walletTablesTabs button,
.affiliateTablesTabs button {
  background-color: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  color: var(--text-secondary);
  padding: 12px 16px;
  border-radius: 27px;
  text-transform: uppercase;
}

.walletTablesTabs .active,
.affiliateTablesTabs .active {
  background-color: var(--black-32);
  color: white;
  font-weight: 600;
}

.walletTablesTabs .active:hover,
.affiliateTablesTabs .active:hover {
  color: white;
}

.statusGreen,
.statusRed,
.statusOrange {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 20.5px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
}

.statusGreen {
  color: var(--text-success) !important;
  background: var(--bg-green) !important;
}

.statusRed {
  color: var(--text-error) !important;
  background: var(--bg-red) !important;
}

.statusOrange {
  color: var(--text-awaiting) !important;
  background: var(--bg-orange) !important;
}

/*--------------- End Dashboard styles ----------------*/

/*---------------- notifications Modal------------ */

#notificationsContainer,
#AddBalanceModal,
#exchangeCurrencyModal,
#request_ad_account_modal,
#topUp_modal,
#bulk_topUp_modal,
#payOutModal,
#withdraw_modal {
  position: fixed;
  background-color: var(--surface-main);
  top: 0;
  height: 100%;
  transition: right 0.5s, top 0.5s, opacity 0.5s;
  z-index: 33333;
  border: 0;
  border-left: 1px solid var(--border-main);
  box-shadow: -16px 0px 64px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  max-height: 100%;
  overflow-y: auto;
}

.responsive-modal-content {
  max-height: calc(100% - 115px);
  height: calc(100% - 115px);
}

@media (max-width: 576px) {
  .responsive-modal-content {
    max-height: calc(92% - 60px);
    height: calc(92% - 60px);
  }
}

#notificationsContainer ::-webkit-scrollbar,
#AddBalanceModal ::-webkit-scrollbar,
#exchangeCurrencyModal ::-webkit-scrollbar,
#request_ad_account_modal ::-webkit-scrollbar,
#bulk_topUp_modal ::-webkit-scrollbar,
#topUp_modal ::-webkit-scrollbar,
#payOutModal ::-webkit-scrollbar,
#withdraw_modal ::-webkit-scrollbar {
  width: 7px;
}

.notificationsVisible,
.addBalanceVisible,
.request_ad_account_Visible,
.exchangeCurrencyModalVisible,
.topUp_Visible {
  right: 0;
  opacity: 1;
}

.notificationsInvisible,
.addBalanceInvisible,
.request_ad_account_InVisible,
.exchangeCurrencyModalInvisible,
.topUp_InVisible {
  right: -400px;
  opacity: 0;
}

@media (max-width: 576px) {
  #notificationsContainer,
  #AddBalanceModal,
  #exchangeCurrencyModal,
  #request_ad_account_modal,
  #topUp_modal,
  #bulk_topUp_modal,
  #payOutModal,
  #withdraw_modal {
    height: 92%;
  }

  .notificationsVisible,
  .addBalanceVisible,
  .request_ad_account_Visible,
  .exchangeCurrencyModalVisible,
  .topUp_Visible {
    right: 0;
    top: 8% !important;
  }

  .notificationsInvisible,
  .addBalanceInvisible,
  .request_ad_account_InVisible,
  .exchangeCurrencyModalInvisible,
  .topUp_InVisible {
    /* right: -580px; */
    right: 0;
    top: 100% !important;
  }
}

/*---------------- add Balance Modal ------------ */

.selectCurrencyCo {
  border-radius: 43px;
  padding: 4px;
  margin-bottom: 20px;
}

.selectCurrencyCo button,
.selectCurrencyCo input + label {
  background-color: transparent;
  padding: 12px 18px;
  border: 0;
  outline: 0;
  border-radius: 43px;
  font-size: 13.5px;
  color: var(--text-secondary);
}

.selectCurrencyCo button.active,
.selectCurrencyCo input:checked + label {
  background-color: var(--black-32);
  color: white;
}

#AddBalanceModalResultContainer::-webkit-scrollbar {
  width: 7px;
}

/* Style for the main request message */
#AddBalanceModalResultContainer .firstTitle {
  color: var(--text-secondary);
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
  font-size: 15px;
  /* Adjust as necessary */
  margin-bottom: 13px;
}

/* Container for the bank details */
#AddBalanceModalResultContainer .balanceDetails {
  background-color: var(--bg-gray-light);
  /* Adjust according to your gray color */
  border-radius: 10px;
  /* tw-rounded-[10px] */
  padding: 10px;
  /* tw-p-[10px] */
}

#AddBalanceModalResultContainer .balanceDetails > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  /* tw-gap-4 */
  margin-bottom: 17px;
  /* tw-mb-6 */
  width: 100%;
}

#AddBalanceModalResultContainer .balanceDetails > div span {
  width: 50%;
}

.announcement-info-box {
  border-radius: 10px;
  margin: 22px 28px;
  margin-bottom: 0;
  padding: 18px 14px 11px;
  background: var(--announcement-bg);
  border: 1px solid #db3f1d;
  color: white;
}

@media (max-width: 767px) {
  .announcement-info-box {
    margin: 22px 15px;
  }
}

.announcement-info-box .clostBtn {
  right: 15px;
  background-color: #ffffff33;
  padding: 2px 8px;
  top: 16px;
  position: absolute;
}

.announcement-info-box .text {
  color: white;
}

/* Style for the info box */
#AddBalanceModalResultContainer .info-box {
  padding: 14px 12px;
  border-radius: 10px;
  margin-top: 28px;
  background: rgba(219, 63, 29, 0.08);
  border: 1px solid #db3f1d;
  color: var(--text-secondary);
}

#AddBalanceModalResultContainer .danger-box {
  padding: 14px;
  border-radius: 10px;
  margin: 28px 0;
  border: 1px solid #d72a2a;
  color: #d72a2a;
  background-color: #ffff0008;
}

/* Style for the copy link */
#AddBalanceModalResultContainer #copy-link {
  color: var(--green);
  /* Use your specific green color */
}

/*---------------- exchangeCurrencyModal Modal ------------ */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}