/* Begin new design */
.w-210 {
  width: 220px;
  height: 28px;
}
.input-group-text.top-bid,
.input-group-text.low-bid,
.input-group-text.tied-bid {
  padding: 0.2rem 0.5rem 0.2rem 0.3rem;
  border-radius: 5px;
}
.control-bid button:disabled {
  opacity: 0.5;
}
.control-bid button,
.w-100p label a,
.w-100p span a {
  color: #004ca1;
  font-weight: bold;
}
.control-bid button.btn-primary {
  color: #ffffff;
}
.control-bid {
  min-width: 10px !important;
  max-width: 100%;
  width: 100%;
}
.w-40 {
  width: 40px;
  height: 28px;
}
.border-b-row {
  border-bottom: 1px solid #ced4da;
}
.row-shadow:hover {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
}
.text-delete {
  width: 13px;
  margin-bottom: 0px;
}
.empty-col {
  width: 0px !important;
  padding: 0px !important;
}
.delete-custom,
.delete-custom img,
.delete-custom label {
  cursor: pointer !important;
}
.delete-custom {
  padding: 0.25rem 0.7rem !important;
  border-radius: 3px !important;
}
.delete-custom:focus {
  outline: none !important;
  box-shadow: none !important;
}
.ico-dashboard-empty {
  margin-bottom: 1.5rem;
}
.div-nothing {
  padding: 3rem 1rem;
}
.text-gray-900 {
  color: #212529;
}
.title-nothing {
  font-size: 1.2rem;
  font-weight: bold;
}
.desc-nothing {
  font-size: 1.1rem;
}
.indicators-notice li {
  background: rgba(206, 212, 218, 0.8);
}
.indicators-notice li.active {
  background: rgba(0, 76, 171, 0.8) !important;
}
.rotate-180 {
  transform: rotate(180deg);
}
.arrow-notice {
  display: none;
}
.btn-notice:focus,
.btn-notice:hover {
  color: #fff !important;
}
.btn-notice {
  width: 100%;
  display: block;
  background: #004ca1;
  color: #ffffff !important;
  padding: 0.6rem 2.5rem;
  font-size: 1.2rem;
  cursor: pointer;
}
.btn-notice:hover {
  color: #fff !important;
}
.bg-slider-notices .carousel-item p {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 450px;
  margin: auto;
}
.bg-slider-notices .carousel-item {
  min-height: 250px;
  padding-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.bg-slider-notices {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
  background: #ffffff;
}
.border-gray-300 {
  border: solid 2px #e2e5e9;
}
.max-size-slider-notices {
  max-width: 750px;
  margin: auto;
}
.title-notices {
  font-size: 1.2rem;
}
.bg-gray-200 {
  background: #f0f2f7 !important;
}
.bg-gray-75 {
  background: #f8f9fa !important;
}
@media (min-width: 992px) {
  .control-bid .btn-outline-primary:disabled {
    background: unset;
  }
  .subscribe-btn {
    font-weight: normal !important;
  }
  .input-group-text.top-bid,
  .input-group-text.low-bid,
  .input-group-text.tied-bid {
    padding: 0.3rem 0.5rem 0.2rem 0.3rem !important;
  }
  .w-100p {
    width: calc(100% - 260px);
  }
  .w-210 {
    width: 220px;
    height: 28px;
  }
  .w-40 {
    width: 40px;
    height: 28px;
  }
  .hr-movil {
    display: none;
  }
  .title-notices {
    font-size: 1.5rem;
  }
  .ico-dashboard-empty {
    margin-bottom: 1.5rem;
  }
  .div-nothing {
    padding: 6rem 2rem;
  }
  .title-nothing {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .desc-nothing {
    font-size: 1.3rem;
  }
  .btn-notice {
    display: inherit;
    width: fit-content;
  }
  .bg-slider-notices .carousel-item {
    min-height: 230px;
    padding-bottom: 3rem;
  }
  .bg-slider-notices {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bg-slider-notices .carousel-item p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .svg-arrow-notice {
    margin-left: -2px;
    margin-top: -2px;
  }
  .svg-arrow-notice-1 {
    margin-left: 2px;
    margin-top: 2px;
  }
  .arrow-notice {
    opacity: 1 !important;
    display: flex;
  }
  .arrow-notice .circle-arrow {
    border: solid 1px #ced4da;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* End New design */
.slim-logo img {
  max-width: 90%;
  max-height: 36px;
}
.table-slim th,
.table-slim td {
  padding: 5px 5px;
  vertical-align: middle;
  font-size: 10px;
}
.card-table .table.table-slim thead tr th {
  font-size: 10px;
}
.card-table .table.table-slim thead tr td {
  font-size: 10px;
}
.c-pointer {
  cursor: pointer;
}
.modal .modal-dialog {
  display: block;
}
.modal .modal-dialog {
  display: block;
}
.modal::before {
  content: none;
  display: none;
  height: 0;
  margin-right: 0;
}
.bid-controller--bid {
  border-top: 1px solid #1b84e7;
  border: 1px solid #1b84e7;
}
.input-group-text.top-bid {
  background-color: #2f9e44;
  border: #2f9e44;
  color: #fff;
}
.input-group-text.low-bid {
  background-color: red;
  border: red;
  color: #fff;
}
.input-group-text.tied-bid {
  background-color: #e9ecef;
  border: #ced4da;
  color: #495057;
}
.pretips {
  white-space: nowrap;
  width: 450px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  box-sizing: border-box;
  pointer-events: none;
}
.pretips:after {
  content: "...[+]";
  background-color: #fff;
  color: #1b84e7;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 20px;
  z-index: 1;
  pointer-events: initial;
}
.pretips:hover:after {
  cursor: pointer;
}
.tooltip {
  width: 60%;
  visibility: hidden;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pretips:hover + .tooltip,
.tooltip:hover {
  visibility: visible;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.container .select2-container {
  width: 100% !important;
}
.container .select2-selection {
  min-height: 42px !important;
  border-radius: 0px !important;
  padding: 9px !important;
  padding-left: 12px !important;
}
.container .select2-selection__rendered {
  padding: 0px !important;
  /*text-transform: uppercase !important;*/
}
.container .select2-selection__arrow {
  top: 10px !important;
  right: 10px !important;
}
.table th,
.table td {
  vertical-align: middle !important;
}
.notification-circle {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #222;
  text-align: center;
}
.notification-circle:after {
  display: block;
  padding-bottom: 48px;
  width: 48px;
  height: 0;
  border-radius: 50%;
  background-color: #d5e8ff;
  content: "";
}
.notification-circle-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.notification-circle-wrapper {
  display: table;
  width: 48px;
  height: 48px;
}
.notification-circle-content {
  display: table-cell;
  vertical-align: middle;
}
.notification-circle-content {
  font-size: 1.2em;
  letter-spacing: 1px;
}
.notification-text {
  display: inline-block;
  margin-left: 0.5rem;
}
tr .notification-text {
  width: 80%;
  margin-left: 1rem;
}
.bid-lg {
  padding: 0.594rem 0.75rem !important;
}
@media (max-width: 992px) {
  .bid-controller {
    min-width: 400px;
  }
  .table tbody > tr > th {
    min-width: 220px;
  }
}
.notification-unreaded {
  background-color: #f1f6fd;
}
.notification-removed {
  pointer-events: none;
  opacity: 0.5;
  background: #ccc;
}
a.disabled {
  color: gray !important;
  pointer-events: none !important;
}
.subscription-status-label {
  top: 0;
  vertical-align: top;
  display: inline-block;
}
.subscription-county-label {
  display: inline-block;
  padding-left: 3px;
  width: 70%;
}
@media (max-width: 992px) {
  body {
    font-size: 1rem !important;
  }
  .form-control-sm,
  .input-group-sm > .form-control,
  .dataTables_filter .input-group-sm > input,
  .input-group-sm > .input-group-prepend > .input-group-text,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .sp-container .input-group-sm > .input-group-prepend > button,
  .input-group-sm > .input-group-append > .btn,
  .sp-container .input-group-sm > .input-group-append > button {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none !important;
  }
  .bid-controller--bid {
    width: 4.5rem !important;
  }
  .subscription-county-label {
    width: 145px !important;
  }
  .btn-oblong {
    padding: 1rem 1rem !important;
    font-size: 1rem !important;
  }
  .min-h-row-bid {
    height: 156px;
  }
  .control-bid .btn {
    height: 35px !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .w-25-sm {
    width: 25% !important;
  }
  .w-50-sm {
    width: 50% !important;
  }
}
.switch {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  width: 48px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider,
.async-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before,
.async-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider,
.async-slider.active {
  background-color: #19aa00;
}
input:focus + .slider,
.async-slider.active {
  box-shadow: 0 0 1px #19aa00;
}
input:checked + .slider:before,
.async-slider.active:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */

.slider.round,
.async-slider {
  border-radius: 28px;
}
.slider.round:before,
.async-slider:before {
  border-radius: 50%;
}
.invalid_input {
  border: 1px solid red !important;
  box-shadow: 0 0 0 1px red;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lead-sold,
.location-claimed {
  color: #3b7eca;
  background-color: #9fc7ffdb;
  border-color: #5b93d3;
}
.lead-cherrypick,
.location-pending {
  color: #3b7eca;
  background-color: #e0f7fa;
  border-color: #5b93d3;
}
.lead-paid,
.location-verified {
  color: #1c9806;
  background-color: rgb(195, 255, 104, 0.8);
  border-color: #23bf08;
}
.lead-pay-timed-out,
.location-verifying {
  color: #dcc709;
  background-color: #fffb8ae8;
  border-color: #ffe503;
}
.lead-pay-fail,
.location-invalid {
  color: #b51f2e;
  background-color: #ff181840;
  border-color: #dc3545;
}
.lead-open-disputes {
  color: #fbabe6;
  background-color: #fbabe6;
  border-color: #fbabe6;
}
.lead-collections {
  background-color: #8c00ff45;
}
.lead-granted_disputes,
.location-rewarded {
  color: #111;
  background-color: #c4cbb7b0;
  border-color: #c4cbb7;
}
.lead-possible {
  color: #111;
  background-color: #b1fcf9;
  border-color: #b1fcf9;
}
.lead-duplicate-transaction {
  color: #111;
  background-color: #c1a5a5bf;
  border-color: #c1a5a5bf;
}
.align-square {
  padding-left: 20px !important;
}
.container-notices {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(52, 58, 64);
  text-transform: uppercase;
}
.multiple-ckbox {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 0.75rem;
  margin-bottom: 1rem;
  padding-top: 0.75rem;
}
.multiple-ckbox .ckbox span {
  padding-left: 10px !important;
}
@media (min-width: 992px) {
  .multiple-ckbox {
    margin-bottom: 0;
  }
}
.notice-lead {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.component {
  line-height: 1.5em;
  width: 100%;
  max-width: 2500px;
  overflow: hidden;
}
.component .filler {
  font-family: "Blokk", Arial, sans-serif;
  color: #d3d3d3;
}
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.sticky-wrap th {
  background-color: #fff;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(52, 58, 64);
  text-transform: uppercase;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.125s ease-in-out;
  z-index: 50;
  width: auto;
}
.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.sticky-wrap .sticky-intersect th {
  background-color: #666;
  color: #eee;
}
.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}
td.user-name {
  text-transform: capitalize;
}
.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 50vh;
}
.sticky-wrap a,
.table th,
.table td {
  color: #40464a;
}
.sticky-wrap a:hover {
  color: rgb(0, 4, 255) !important;
}
.small-90 {
  font-size: 90% !important;
}
.small-95 {
  font-size: 95% !important;
}
.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .container-fluid-mobile {
    width: 80%;
    padding: 16px 10px 0 5px;
  }
}
@media (max-width: 800px) {
  .select2-container--default {
    width: 95% !important;
    margin-bottom: 16px !important;
  }
  .slim-header-left {
    width: 100%;
  }
  .container-fluid-mobile {
    width: 80%;
  }
}
.logged-user-mobile {
  display: none;
}
@media (max-width: 992px) {
  .slim-header-right .dropdown-b .dropdown-menu {
    right: 0 !important;
  }
  .slim-header-right .dropdown-b .dropdown-menu::before,
  .slim-header-right .dropdown-b .dropdown-menu::after {
    right: 26px !important;
  }
  .slim-logo img {
    max-width: 90%;
    max-height: 54px;
  }
  .slim-logo img {
    max-height: 35px !important;
  }
  .logged-user-mobile {
    width: 32px;
    padding: 3.5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
  }
  .bar {
    width: 20px;
    height: 3px;
    background-color: #1b84e7;
    margin: 4px 0;
    margin-left: 6px;
  }
  .show .logged-user-mobile {
    background-color: #1b84e7;
  }
  .show .logged-user-mobile .bar {
    background-color: #fff !important;
  }
  .slim-header {
    height: 100px !important;
  }
  .slim-header-right .dropdown-menu {
    margin-top: 30px !important;
  }
}
.slim-header-right .dropdown-c .dropdown-menu {
  margin-top: 27px !important;
}
tr:hover {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
}
.unlimited {
  font-size: 16px;
}
/* Reminders */

.reminder-today {
  background-color: #b5f7ff94 !important;
}
.reminder-yesterday {
  background-color: #fff8b594 !important;
}
.reminder-completed {
  background-color: #cfff95a3 !important;
}
.reminder-today label {
  margin-bottom: 0 !important;
}
.checkbox-container {
  width: 10px !important;
}
.table .ckbox span::before {
  border-color: #bbb !important;
}
.ckbox input[type="checkbox"] {
  margin: 0 !important;
}
.ckbox input[type="checkbox"][disabled] + span:before {
  border-color: #bbb !important;
  background-color: #ccc !important;
}
.btn-csv {
  color: #fff;
  background-color: #016f38;
  border-color: #016f38;
}
.btn-csv:hover {
  color: #fff;
  background-color: #01562c;
  border-color: #01562c;
}
/* Images uploaded */

.imglist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.imglist li {
  width: 50%;
  padding: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .imglist li {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .imglist li {
    width: 25%;
  }
}
.imglist li img {
  max-width: 100%;
}
.imglist.center {
  justify-content: center;
}
.imglist-container {
  position: relative;
}
.imglist-container img {
  width: 100%;
  height: auto;
}
.imglist-container .btn-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
}
.imglist-container:hover img {
  opacity: 0.5;
}
.imglist-container:hover .btn-container {
  display: block;
}
.imglist-container .btn-container .btn {
  min-width: 77px;
}
.sort {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ASC:before,
.asc:before {
  content: "\f365";
}
.DESC:before,
.desc:before {
  content: "\f35f";
}
.ion-arrow-downup:before {
  font-size: 14px;
  color: #444444;
  content: "\f268";
  display: inline-block;
  transform: rotate(90deg);
}
#archive_private_notes,
.payment-lead-history {
  width: 100%;
  max-width: 540px;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  white-space: pre-wrap;
  padding: 12px 15px;
  background-color: rgba(222, 226, 230, 0.4);
}
.payment-lead-history {
  white-space: unset;
}
.payment-lead-history:first-child {
  margin-top: 0;
}
#colorpicker {
  width: 100%;
  height: 42px;
}
.alert {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .w-500 {
    width: 500px;
  }
  .w-600 {
    width: 600px;
  }
}
.insufficient-budget {
  color: #dc3545;
}
.text-underline {
  text-decoration: underline;
}
.insufficient-budget a {
  color: #dc3545;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
.alert-link {
  border-bottom: solid 1px;
}
@media (max-width: 414px) {
  .admin-header .slim-header-right .dropdown-a .dropdown-menu {
    right: 0 !important;
  }
  .admin-header .slim-header-right .dropdown-a .dropdown-menu::before,
  .admin-header .slim-header-right .dropdown-a .dropdown-menu::after {
    right: 26px !important;
  }
}
@media (min-width: 992px) {
  .nav-sidebar .sidebar-nav-item-sign-out {
    display: none;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px !important;
  }
}
.slim-card-header,
.card-header {
  text-transform: capitalize;
  font-weight: bold;
}
.container-offwork,
.container-account {
  padding-top: 2px;
  margin-left: 1rem !important;
  vertical-align: bottom;
}
.container-offwork .switch {
  margin-top: 0;
  height: 18px;
  width: 42px;
}
.container-account .switch,
.container-subscription .switch {
  height: 24px;
  width: 64px;
  align-self: center !important;
}
.container-offwork .slider,
.container-offwork .async-slider,
.container-account .slider,
.container-account .async-slider {
  background-color: #f49917;
  text-align: right;
}
.container-offwork .slider:before,
.container-offwork .async-slider:before,
.container-account .slider:before,
.container-account .async-slider:before,
.container-subscription .slider:before,
.container-subscription .async-slider:before {
  position: absolute;
  content: "";
  left: 2px;
  bottom: 2.2px;
}
.container-offwork .slider:before,
.container-offwork .async-slider:before {
  height: 14px;
  width: 14px;
}
.container-account .slider:before,
.container-account .async-slider:before {
  height: 20px;
  width: 20px;
}
input:checked + .container-account .slider:before,
.container-account .async-slider.active:before,
.container-subscription .async-slider.active:before {
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}
.container-offwork .async-slider:after {
  content: "OFF";
  font-size: 8px;
  color: #fff;
  padding: 1em;
  position: absolute;
  top: -4.5px;
  right: -2px;
}
.container-account .async-slider:after,
.container-subscription .async-slider:after {
  content: "PAUSED";
  font-size: 8px;
  color: #fff;
  padding: 1em;
  position: absolute;
  top: -1px;
  right: -2px;
  letter-spacing: 0.25px;
}
.container-subscription .async-slider:after {
  color: #333;
}
.container-offwork .async-slider.active,
.container-account .async-slider.active {
  background-color: #19aa00;
  box-shadow: 0 0 1px #19aa00;
  text-align: left;
}
.container-offwork .async-slider.active:after {
  content: "ON";
  font-size: 8px;
  color: #fff;
  padding: 1em;
  position: absolute;
  top: -4.5px;
  left: 0px;
}
.container-account .async-slider.active:after,
.container-subscription .async-slider.active:after {
  content: "ACTIVE";
  font-size: 8px;
  color: #fff;
  padding: 1em;
  position: absolute;
  top: -1px;
  left: 0px;
  letter-spacing: 0.25px;
}
.ion-arrow-right-c {
  color: #1b84e7;
}
.account-paused input:checked + .slider,
.account-paused .async-slider.active {
  background-color: #f49917;
  box-shadow: 0 0 1px #f49917;
}
.badge-warning {
  color: #fff;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.btn-circle {
  width: 28px;
  height: 28px;
  padding: 5px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.square-12 {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.square-13 {
  display: inline-block;
  width: 13px;
  height: 13px;
}
.square-14 {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(3 169 244 / 50%) !important;
  color: white;
}
.select2-container--default .select2-results > .select2-results__options {
  text-align: left !important;
}
.input-password {
  font-size: 1.75rem;
  padding: 0rem 0.75rem;
}
.box-drag {
  width: 140px !important;
  height: 100px !important;
}
.image {
  width: 100%;
  height: auto;
}
.uploads {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.hidden {
  display: none !important;
}
.uploadArea p {
  margin: 0 0 10.5px;
}
.table tbody > tr > th {
  color: unset !important;
}
.richText {
  border: 1px solid #ced4da !important;
}
.richText .richText-editor table {
  margin: 0 !important;
  border-spacing: 0 !important;
  width: 100% !important;
}
.richText .richText-editor tr:hover {
  box-shadow: none !important;
}
.richText .richText-editor table td,
.richText .richText-editor table th {
  padding: 0 !important;
  border: unset !important;
}
table thead th {
  white-space: nowrap;
}
.highlight {
  background-color: #fff7c0;
}
.progress {
  background-color: #acaeb1;
}
.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}
input::placeholder,
textarea::placeholder {
  color: #b7b9c3 !important;
}
.btn-quality {
  height: 26px;
  padding: 0.15rem 0.5rem;
  border: 1px solid #6c757d;
  border-radius: 7px;
  color: #6c757d;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .btn-quality {
    height: unset;
    padding: 0.25rem 0.75rem;
  }
}
.btn-like-quality:hover {
  border: 1px solid #23bf08;
  color: #23bf08;
  transition: all 0.25s;
}
.btn-like-quality.active {
  border: 1px solid #23bf08;
  background-color: #23bf08;
  color: #fff;
  transition: all 0.25s;
}
.btn-dislike-quality:hover {
  border: 1px solid #dc3545;
  color: #dc3545;
  transition: all 0.25s;
}
.btn-dislike-quality.active {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #fff;
  transition: all 0.25s;
}
.btn-outline-white {
  width: auto;
  background-color: unset;
  border-color: #f8f9fa;
  color: #fff;
  font-weight: 700;
  margin-left: 1rem;
  height: auto;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}
.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  background-color: unset;
  box-shadow: unset;
  color: #fff;
}
.btn-outline-brown {
  width: auto;
  background-color: unset;
  border-color: #945a07;
  color: #945a07;
  font-weight: 700;
  margin-left: 1rem;
  height: auto;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}
.btn-outline-brown:hover,
.btn-outline-brown:active,
.btn-outline-brown:focus {
  background-color: unset;
  box-shadow: unset;
  color: #945a07 !important;
}
.btn-outline-alert {
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #1b84e7;
  background-color: transparent;
  background-image: none;
  border-color: #1b84e7;
  margin-left: 1rem;
}
.btn-outline-alert:hover,
.btn-outline-alert:active,
.btn-outline-alert:focus {
  background-color: unset;
  box-shadow: unset;
  color: #1b84e7 !important;
}
.alert-info .alert-link {
  color: #1b84e7;
}
.payment-box {
  border: 2px solid #f75c00;
  background-color: #fff4e6;
  color: #40464a;
}
.payment-box-header {
  font-weight: bold;
  color: #e55200;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-box-section {
  border-bottom: 1px solid #d6d9db;
  padding: 20px 25px;
}
.card-logo {
  width: 40px;
  height: auto;
  margin-right: 5px;
}
.dropdown-toggle {
  max-height: 42.2px;
  background-color: #fff;
}
.dropdown-menu img {
  width: 40px;
  height: auto;
  margin-right: 5px;
}
.dropdown-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 176px;
  padding: 0.25rem 0.75rem;
}
.payment-box-section a {
  font-weight: bold;
}
.input-group > .input-group-prepend:first-child > .btn:not(:first-child) {
  border-radius: 3px 3px !important;
}
.bid-controller .input-group-text {
  border-radius: 3px 3px !important;
  margin-right: 0.375rem;
}
.badge{
  padding: 0.4rem 0.8rem !important;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.12rem;
  border-radius: 0.2rem;
}
@media (min-width: 992px) {
  .badge{
    font-size: 0.75rem;
  }
}
.nav .badge{
  font-size: 0.65rem !important;
  padding: 3px 5px !important;
}