@tailwind base;

@tailwind components;

@tailwind utilities;

textarea::placeholder, input::placeholder {
  color: #a3a3a3;
}
.dashboard-box {
  position: relative;
}
.dashboard-box .v-sheet.v-card {
  border-radius: 5px !important;
  box-shadow: 0px 2px 20px rgba(62, 187, 128, 0.1) !important;
  border: 0px !important;
}

.dashboard-box .dashboard-box-title {
  font-size: 14px;
  align-items: center;
  color: #19233A;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 10px;
}

.stats-box .stats-box-number {
  color: #19233A;
  font-size: 30px;
  font-weight: bold;
  padding-top: 0px;
}

.stats-box .stats-box-number.large {
  font-size: 40px;
}

.stats-box .stats-box-icon-bg {
  position: absolute;
  background: #3EBB80;
  opacity: 0.1;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  right: 22px;
  top: 50%;
  margin-top: -30px;
}

.stats-box .stats-box-icon {
  position: absolute;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  right: 36px;
  top: 50%;
  margin-top: -20px;
}

.stats-box .stats-box-icon-bg {

}

.stats-box .stats-box-icon i {
  font-size: 28px;
  color: #3EBB80;
}

@media screen and (max-width: 900px) {
  .stats-box .stats-box-icon-bg {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  
  .stats-box .stats-box-icon {
    width: 20px;
    height: 20px;
    right: 32px;
    margin-top: -13px;
  }
  
  /* .stats-box .stats-box-icon-bg {
  
  } */
  
  .stats-box .stats-box-icon i {
    font-size: 20px;
  }
}

.dashboard-box-menu-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dashboard-box .dashboard-box-iconsquare {
  width: 60px;
  height: 60px;
  position: relative;
  margin: auto;
}

.dashboard-box .dashboard-box-iconsquare .dashboard-box-icon-background {
  border-radius: 10px;
  position: absolute;
  background: #3EBB80;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.dashboard-box .dashboard-box-iconsquare .dashboard-box-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
}

.dashboard-box .dashboard-box-iconsquare .dashboard-box-icon i {
  font-size: 28px;
  color: #3EBB80;
}

.dashboard-activity-item {
  word-break: break-word;
  background: #FAFAFA;
  color: #757B89;
  padding: 15px;
}

.dashboard-activity-item strong {
  color: #19233A;
}

table tr.v-data-table__empty-wrapper td {
  height: 270px !important;
}

.v-tabs:not(.v-tabs--vertical) .v-tab {
  font-size: 12px;
  text-transform: initial;
  min-width: auto;
  justify-content: initial;
  padding: 0px;
  margin-right: 40px;
}

.v-tabs:not(.v-tabs--vertical) .v-slide-group__wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme--light.v-card {
  color: #19233A;
}

.rg-text-field {
  border: 1px solid rgba(25, 35, 58, 0.3);
  border-radius: 5px;
  font-size: 12px;
  height: 40px;
}

.v-text-field--outlined fieldset {
  border: 1px solid rgba(25, 35, 58, 0.3);
}

.v-select__selection.v-select__selection--comma {
  font-size: 12px;
}

.v-input .v-label, .v-input input {
  font-size: 12px;
}

.border-1 {
  border-width: 1px;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.bg-blue {
  background-color: #3A9BDB;
}

.text-blue {
  color: #3A9BDB !important;
}

.border-blue {
  border-color: #3A9BDB;
}

.text-red {
  color: #e65045 !important;
}

.v-application a {
  color: #3A9BDB !important;
  text-decoration: none;
}

.styled-checkbox-new {
  width: 15px;
  height: 15px;
}

.v-menu__content:not(.v-autocomplete__content):not(.color-picker-menu) {
  margin-top: 36px !important;
}


.rg-modal-header {
  background: #19233A;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  padding-left: 25px;
  position: relative;
}

.rg-modal-header .rg-modal-close-btn {
  position: absolute;
  color: #FFFFFF !important;
  top: 10px;
  right: 14px;
  font-size: 18px !important;
}

.theme--light.v-label {
  color: #19233A !important;
}

.rg-uploader {
  background: rgba(36, 119, 246, 0.2);
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  padding-left: 37px !important;
  padding-top: 22px !important;
}

.rg-uploader .mdi-camera::before {
  color: #3A9BDB;
  font-size: 45px;
}

/* .rg-uploader .v-input__prepend-outer {
  margin: auto !important;
} */

.dashboard-box-content-border {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-top: 15px;
}

.v-expansion-panel--active > .v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon {
  color: #3A9BDB !important;
}

.v-expansion-panel-content__wrap {
  padding-left: 10px;
}

.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after {
  border: 0px !important;
}

div[role="alert"] {
  font-size: 12px;
}


.lr-banner-full {
  padding: 20px;
  /* margin: 20px; */
  background-color: #FFFFFF;
  /* border: solid 1px #CCCCCC; */
  border-radius: 5px;
}

.lr-banner-full .lr-title {
  text-align: center;
  color: #2196f3;
  font-size: 20px;
}

.lr-banner-full .lr-subtitle {
  text-align: center;
  font-size: 16px;
  color: #898c94 !important;
}

.lr-banner-full .lr-input input {
  border: 1px solid #d2d6de;
  border-radius: 5px;
  padding: 10px;
  color: #999999;
  font-size: 16px !important;
}

.lr-banner-full .lr-button {
  padding-top: 20px;
  text-align: center;
}

.lr-banner-full .lr-button button {
  padding-top: 10px;
  text-align: center;
  background-color: #2196f3;
  border: 0px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.lr-banner-full .lr-gdpr-wrapper {
  padding: 10px;
  /* padding-left: 40px;
  padding-right: 40px; */
}
.lr-banner-full .lr-input input::-webkit-input-placeholder { /* Edge */
  color: #CCCCCC;
}
#business_name, #business_phone, #keyword, #website_url {
  width: 100%;
  font-size: 13px;
  font-family: Arial;
}
@media screen and (max-width: 900px) {
  .lf-search-form-submit-button {
    position: relative;
    width: 95%;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
  }

  .lf-search-form-search-type {
    position: relative;
    right: auto;
    padding-left: 10px;
  }
}