/* form errors */
.errorlist {
    padding-left: 15px !important;
    font-size: 14px !important;
}

.errorlist.nonfield li{
    color: red !important;
}

.form-errorlist .errorlist li{
    color: red !important;
}

/* messages alerts.html styles */
@keyframes show-toast{
  0% {bottom: -100%}
  20% {bottom: 100px}
  80% {bottom: 100px}
  100% {bottom: -100%}
}

.show-notification{
  position: fixed;
  bottom: 100%;
  right: 20px;
  animation-name: show-toast;
  animation-duration: 8s;
  z-index: 10;
}

/* Sign up Pages */
.agreement-checkbox {
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  margin-left: auto !important;
  margin-top: 15px !important;
}

.password-check-message {
  margin-top: 5px;
}
.password-check-message i {
  font-size: 16px;
}

.pw-weak {
  color: red !important;
}
.pw-fair {
  color: orange !important;
}
.pw-strong {
  color: green !important;
}


/* dashboard_overview_section */
.dashboard_overview_section {
  margin: auto !important;
  border: none !important;
  background: none !important;
  padding: inherit !important;
}

/* vendor edit store info form */
.edit-store-address {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .edit-store-address {
    margin-bottom: 0px !important;
  }
}

/* account info edit */
.account-info-phone {
  width: 50% !important;
  padding-right: 15px !important;
}
.account-info-image {
  margin-top: 1px !important;
}

@media only screen and (max-width: 767px) {
  .account-info-phone {
    width: 100% !important;
    padding-right: 0px !important;
  }
  .account-info-image {
    margin-top: -20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* game library */
.game-library-table tr th span {
  font-size: 14px !important
}

.game-library-table tbody tr td span {
  font-size: 14px !important
}

.game-library-table tbody tr td span a {
  text-decoration: none !important;
}

.input-two-wrapepr-prifile .game-creation {
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.input-two-wrapepr-prifile .game-creation1 {
  margin-top: 0px !important;
}

.input-two-wrapepr-prifile .game-creation3 {
  margin-left: 0px !important;
  margin-top: 0px !important;
  width: 49%;
}

.game-form-select .nice-select.open .list {
  background: var(--color-primary-alta);
  max-height: 300px;
  overflow: auto;
}
.active-light-mode .nice-select.open .list {
  background: var(--color-gray-2) !important;
}

.game-form-select .nice-select .option {
  font-size: 18px !important;
}

.game-form-select select {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
  position: relative !important;
  /* Top and left should be the same as the height of your unfocused, nice select replacement element! */
  top: 10px !important;
  left: 150px !important;
}

.is_available_checkbox {
  margin-left: 5px !important;
}

.is_available_checkbox input {
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  .game-form-select select {
    top: 30px !important;
    left: 190px !important;
  }
  .input-two-wrapepr-prifile .game-creation3 {
    width: 100%;
  }
  .is_available_checkbox {
    margin-left: 0px !important;
  }
}

/* account info customer */
.account-info-gender {
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}

.account-info-gender-select select {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
  position: relative !important;
  /* Top and left should be the same as the height of your unfocused, nice select replacement element! */
  top: 10px !important;
  left: 150px !important;
}

/* DM Only Pages */
.input-two-wrapepr-prifile .dm-add-game {
  margin-left: 0px !important;
  margin-top: 0px !important;
  width: 100% ;
}

.dm-add-game-select .nice-select.open .list {
  background: var(--color-primary-alta);
  max-height: 350px;
  overflow: auto;
}

.dm-add-game-select .nice-select .option {
  font-size: 18px !important;
}

.dm-add-game-select select {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
  position: relative !important;
  /* Top and left should be the same as the height of your unfocused, nice select replacement element! */
  top: 15px !important;
  left: 150px !important;
}

/* Room Settings Page */
.form-wrapper-one .room_setting input[type=checkbox] {
  width: auto !important;
  height: auto !important;
}


/* Room Setting AND Collections Setting -> virtual select element*/
.room-vir-select .vscomp-ele {
    max-width: inherit;
    width: 100%;
}

.room-vir-select .vscomp-toggle-button {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
  display: flex;
  align-items: center;
  float: none;
}

.room-vir-select .vscomp-arrow::after {
  border: 2px solid rgba(0,0,0,0);
  border-bottom-color: var(--color-body);
  border-right-color: var(--color-body);
}

.room-vir-select .vscomp-dropbox {
  background-color: var(--color-primary-alta);
}

.room-vir-select .vscomp-option.focused {
  background-color: transparent !important;
}

.room-vir-select .vscomp-option-text {
  font-weight: 700;
  color: var(--color-white);
}

.room-vir-select .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  border-color: var(--color-primary) !important;
  border-left-color: rgba(0,0,0,0) !important;
  border-top-color: rgba(0,0,0,0) !important;
}

.room-vir-select .vscomp-wrapper .checkbox-icon.checked::after {
  border-color: var(--color-primary) !important;
  border-left-color: rgba(0,0,0,0) !important;
  border-top-color: rgba(0,0,0,0) !important;
}

.room-vir-select .vscomp-option.selected {
  background-color: transparent; /* lightskyblue is nice color too */
}

.room-vir-select input {
  background: transparent !important;
  border: none !important;
  padding: unset !important;
}

.room-vir-select input:focus {
  border: none !important;
  background: transparent !important;
}

.room-vir-select .vscomp-wrapper.has-no-search-results .vscomp-no-search-results {
  font-weight: 700;
  color: var(--color-white);
}

.active-light-mode .room-vir-select .vscomp-toggle-button {
  background: var(--color-gray-2);
  color: var(--color-light-heading);
}

.active-light-mode .room-vir-select .vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 1;
}

.active-light-mode .room-vir-select .vscomp-dropbox {
  background-color: var(--color-gray-2);
}

.active-light-mode .room-vir-select .vscomp-option-text {
  font-weight: 700;
  color: var(--color-light-body);
}

.active-light-mode .room-vir-select .vscomp-wrapper.has-no-search-results .vscomp-no-search-results {
  font-weight: 700;
  color: var(--color-dark);
}

/* Opening Slots Page */
.opening_hour_select .nice-select .list {
    min-width: auto;
}

.input-two-wrapepr-prifile .game-creation4 {
  margin-top: 0px !important;
  width: 20% !important;
}

.advance-settings h6 {
  font-size: 16px !important;
}

/* Store - Product Detail Page */
.slider-activation-gameproduct-detail-01 .slick-dots {
  bottom: -45px;
  display: block !important;
  position: absolute;
  margin-top: 0px;
}

.game-reserve-select {
  margin-left: -15px;
}
.game-reserve-select2 {
  margin-left: -15px;
}
.game-reserve-select2 .tab-button-one {
  width: 75%;
}
.game-reserve-select .nice-select .option {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  .game-reserve-select, .game-reserve-select2 {
    margin-left: inherit;
  }
  .game-reserve-select2 .tab-button-one {
    margin-left: -15px;
    width: auto;
  }
}
.game-reserve-select .nice-select.open .list {
  background: var(--color-primary-alta);
  max-height: 300px;
  overflow: auto;
}
#select_date_label {
  position: absolute;
  top: 85px;
  left: 10px;
}
#select_dm_label {
  position: absolute;
  top: 85px;
  left: 440px;
}
.select_num_slot label {
  width: 50px !important;
  height: 50px !important;
}
.select_date_input input, .select_num_slot input {
  width: auto !important;
}
.role-area.character-sex-box {
  display: flex;
  margin-right: 0;
  margin-left: 15px;
  margin-top: auto;
  max-width: 20% !important;
}
.role-area.character-sex-box label {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  #select_date_label, #select_dm_label {
    position: relative;
    top: 20px;
    left: auto;
  }
  .role-area.character-sex-box {
    margin-top: 15px !important;
    margin-left: auto !important;
    max-width: 100% !important;
  }
  .reserve-counter {
    margin-top: 0px !important;
  }
  .product_detail_des_wrap {
    text-align: left !important;
  }
}
.product_detail_des_wrap {
  margin-left: 5px !important;
}
.product_detail_des {
  display: block;
}

.tab-button-one .nav-tabs {
  border: 2px solid var(--color-border);
}

.tab-button-one .nav-tabs label {
  width: 130px;
  height: 50px;
  border: none;
  color: var(--color-white);
  position: relative;
  margin: 6px;
  border-radius: 6px;
  border: 1px dashed var(--color-border);
  transition: 0.3s;
}
.tab-button-one .nav-tabs input[type=radio] ~ label {
    font-size: 100% !important;
    line-height: 40px !important;
    text-align: center;
    padding-left: 1rem !important
}
.tab-button-one .nav-tabs input[type=radio]:checked+label {
    background: var(--color-primary-alta);
    color: var(--color-white);
    border-radius: 5px;
    border: transparent;
}
.tab-button-one .nav-tabs input[type=radio] ~ label::before {
  opacity: 0 !important;
}
.tab-button-one .nav-tabs input[type=radio] ~ label::after {
  opacity: 0 !important;
}

@media (min-width: 576px) {
  .rn-popup-modal .modal-dialog {
    max-width: 900px; /*  changes the width of the modal of product detail page  */
  }
}

.game-reserve-contact .input-two-wrapper .first-name.half-wid {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .game-reserve-contact .input-two-wrapper .first-name.half-wid {
    margin-right: inherit;
  }
}

.share-link {
  color: var(--color-white);
  transition: var(--transition);
}

.active-light-mode .share-link {
  color: var(--color-light-body);
}

.active-light-mode .tab-button-one .nav-tabs {
  border: 2px solid var(--color-border-white);
}

.active-light-mode .tab-button-one .nav-tabs label {
  background: var(--color-gray-2);
}

/* Bookings Page */
.game-reserve-select .booking-date-select {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .game-reserve-select .booking-date-select {
    margin-top: 15px;
  }
}

/* Booking Queue Page */
.queue-image img {
  max-height: 190px !important;
  height: auto !important;
  width: 108px !important;
}

.filter-wrapper .sing-filter button.active {
  background: var(--color-primary-alta);
  color: var(--color-white);
}

/* Nav Bar customs */
.submenu .country-region {
  font-weight: 500;
  padding: 4px 14px;
  font-size: 16px;
  display: block;
  color: #acacac;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Store Listing Page - Marketplace */
.store-listing-images a img {
    height: 223px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .store-listing-images a img {
      height: 166px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .store-listing-images a img {
      height: 191px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .store-listing-images a img {
      height: 222px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .store-listing-images a img {
      height: 154px !important;
  }
}
@media only screen and (max-width: 575px) {
  .store-listing-images a img {
      height: auto !important;
      max-height: 384px !important;
  }
}

/* Nav Bar - location selector */
.header-region, .header-region-in {
  margin-right: 30px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-region {
    margin-right: 5px !important;
  }
}

.mobile-header-region .mainmenu {
    justify-content: center !important;
}

.mobile-header-region .mainmenu li a {
    padding: 2px 12px !important;
}

/* Review and Ratings - Game Detail Page */
.custom-star {
  display: inline-block;
  position: relative;
}
.custom-star.review-input {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
}
span.custom-star.review-input svg {
  margin-right: 4px;
}
.custom-star .star {
  fill: #5d5d7e;
  transition: fill 0.3s;
}
span.custom-star.review-input .star.filled {
  fill: #dd8f1d;
}

/* Game Product Card Sizes: Home Page, Store Page, Game Listing etc. */
@media only screen and (max-width: 550px) {
  .rating-small-screen {
    display: block !important;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  .game-titletext-static {
    font-size: 16px !important
  }
  .game-infotext-static {
    font-size: 12px !important
  }
}

@media only screen and (max-width: 349px) {
  .gameimg-static {
    height: 180px !important;
  }
  .product-style-one .card-thumbnail a img {
    height: 250px;
  }
  .product-style-one a .product-name {
    font-size: 16px;
  }
  .gamebook-button-static {
    left: 22% !important;
    font-size: 12px !important;
  }
  .gamebook-button {
    left: 30% !important;
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 350px) and (max-width: 379px) {
  .gameimg-static {
    height: 200px !important;
  }
  .gamebook-button-static {
    left: 25% !important;
    font-size: 12px !important;
  }
  .gamebook-button {
    left: 32% !important;
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 409px) {
  .gameimg-static {
    height: 220px !important;
  }
  .gamebook-button-static {
    left: 25% !important;
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 410px) and (max-width: 439px) {
  .gameimg-static {
    height: 240px !important;
  }
  .gamebook-button-static {
    left: 27% !important;
    font-size: 14px !important;
  }
  .gamebook-button {
    left: 30% !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 469px) {
  .gameimg-static {
    height: 260px !important;
  }
  .gamebook-button-static {
    left: 27% !important;
  }
  .gamebook-button {
    left: 30% !important;
  }
}
@media only screen and (min-width: 470px) and (max-width: 499px) {
  .gameimg-static {
    height: 285px !important;
  }
  .gamebook-button-static {
    left: 28% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gameimg-static {
    height: 450px !important;
  }
  .gamebook-button-static {
    left: 37% !important;
  }
  .store-title-gaptop {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gameimg-static {
    height: 390px !important;
  }
  .gamebook-button-static {
    left: 35% !important;
  }
}

/* Store Page - Top Coming Booking Div */
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .top-queuebooking {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-queuebooking {
    display: block !important;
  }
}
@media only screen and (max-width: 575px) {
  .place-bet-area.into-banner .rn-bet-create.top-queuebooking .top-seller-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .place-bet-area.into-banner .rn-bet-create.top-queuebooking .top-seller-content {
    margin-left: 10px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .place-bet-area.into-banner {
      backdrop-filter: blur(7px);
  }
}

/* Queue Booking Page */
@media only screen and (max-width: 991px) {
  .queue-join-mainimg {
      display: none !important;
  }
  .queue-join-sideimg {
      max-width: 120px;
  }
  .queue-join-sideimg img {
      border-radius: 7px;
  }
  .queue-join-sidetitle {
    margin-bottom: 0px;
  }
  .queue-join-topright {
    margin: 0px !important;
  }
  .queue-join-maintitle {
      display: none !important;
  }
  .queue-join-container {
    padding-top: 20px !important;
  }
  .queue-join-container .rn-pd-content-area .pd-title-area {
    justify-content: end;
  }
  .queue-join-container .rn-bid-details {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .queue-join-sideimg {
      display: none !important;
  }
  .queue-join-sidetitle {
      display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .queue-join-container .role-area.character-sex-box {
      max-width: 30% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .queue-join-container .role-area.character-sex-box {
      max-width: 35% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .queue-join-container .role-area.character-sex-box {
      max-width: 30% !important;
  }
}
@media only screen and (max-width: 991px) {
  .queue-join-container .queue-join-sideright {
      display: flex;
  }
  .queue-join-sideright .winning-bid {
      flex-basis: auto;
  }
  .queue-join-topright .left-bid {
      flex-basis: auto;
  }
}
@media only screen and (max-width: 767px) {
  .queue-join-topright {
      flex-direction: column;
      transform: none !important;
      text-align: left !important;
  }
  .queue-join-topright .left-bid {
      padding-left: 0px !important;
      padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .queue-join-container .rn-pd-content-area .pd-title-area .pd-react-area {
      justify-content: flex-end;
  }
}
@media only screen and (max-width: 469px) {
  .queue-join-sideright .product_detail_des_wrap {
      justify-content: flex-end;
  }
}
@media only screen and (min-width: 389px) and (max-width: 469px) {
  .queue-join-sideimg {
      max-width: 90px;
  }
  .queue-join-sideright .product_detail_des_wrap span {
      font-size: 14px !important;
  }
  .queue-join-sideright .winning-bid {
      padding: 0px !important;
      padding-left: 5px !important;
  }
}
@media only screen and (max-width: 388px) {
  .queue-join-sideimg {
      max-width: 80px;
  }
  .queue-join-sideright .product_detail_des_wrap span {
      font-size: 12px !important;
  }
  .queue-join-sideright .winning-bid {
      padding: 0px !important;
      padding-left: 5px !important;
  }
}

/* Booking Queue Page */
@media only screen and (max-width: 767px) {
  .bookings-queue .single-activity-wrapper .inner .content .time-maintane {
      display: flex;
      flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .bookings-queue .single-activity-wrapper .inner .read-content {
      display: flex !important;
      align-items: flex-start;
  }
  .bookings-queue .single-activity-wrapper .inner .content {
      margin-left: 10px;
      margin-top: 0px;
  }
  .bookings-queue .single-activity-wrapper .inner .content h6.title {
      margin-bottom: 0px;
  }
  .bookings-queue .single-activity-wrapper .inner .content p {
      margin: 0px;
      font-size: 14px !important;
  }
  .bookings-queue .single-activity-wrapper .inner .content a {
      margin-top: 5px;
      font-size: 14px;
  }
  .bookings-queue .single-activity-wrapper .inner .content .time-maintane .data {
      margin: 0px;
  }
  .bookings-queue .mainjoin-btn {
    display: none !important;
  }
  .bookings-queue .queue-image img {
      max-height: 150px !important;
      height: auto !important;
      width: 80px !important;
  }
}
@media only screen and (min-width: 576px) {
  .bookings-queue .sidejoin-btn {
    display: none !important;
  }
}

/* Game Detail Page - reponsiveness adjustments */
.gamedetail-mainimg .product-tab-wrapper .rn-pd-content {
  padding-left: 0px;
}
.gamedetail-right span.bid {
  font-size: 16px;
}
.countdiv-adjust-margin {
  margin-left: 0px !important;
}
@media only screen and (min-width: 992px) {
  .gamedetail-left {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .gamedetail-mainimg {
    display: none !important;
  }
  .gamedetail-top {
    display: flex;
  }
  .gamedetail-left img {
    border-radius: 7px;
  }
  .gamedetail-left .product-tab-wrapper .rn-pd-content {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamedetail-left {
    max-width: 248px;
    flex-basis: 40%;
  }
  .gamedetail-right {
    margin-left: 30px;
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gamedetail-left {
    max-width: 210px;
    flex-basis: 40%;
  }
  .gamedetail-right {
    margin-left: 30px;
    flex-basis: 60%;
  }
  .gamedetail-right .pd-title-area {
    display: block;
  }
  .gamedetail-right .pd-title-area .pd-react-area {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 575px) {
  .gamedetail-right {
    margin-left: 30px;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 399px) {
  .gamedetail-right {
    margin-left: 10px;
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 575px) {
  .gamedetail-left {
    max-width: 160px;
    flex-basis: 40%;
  }
  .gamedetail-right .pd-title-area {
    display: block;
    margin-bottom: 0px;
  }
  .gamedetail-right .pd-title-area .pd-react-area {
    margin: 0px;
  }
  .gamedetail-right span.bid {
    font-size: 14px;
  }
  .gamedetail-right .pd-title-area .pd-react-area a {
    font-size: 14px;
  }
  .gamedetail-right .pd-title-area .pd-react-area .count button {
    font-size: 14px;
  }
  .gamedetail-right .pd-title-area h4.title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 359px) {
  .gamedetail-left {
    max-width: 140px;
    flex-basis: 40%;
  }
  .gamedetail-right .pd-title-area {
    display: block;
    margin-bottom: 0px;
  }
  .gamedetail-right .pd-title-area .pd-react-area {
    margin: 0px;
  }
  .gamedetail-right span.bid {
    font-size: 14px;
  }
  .gamedetail-right .pd-title-area .pd-react-area a {
    font-size: 14px;
  }
  .gamedetail-right .pd-title-area .pd-react-area .count button {
    font-size: 14px;
  }
  .gamedetail-right .pd-title-area h4.title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .gamedetail-small-info .rn-bet-create {
      transform: none !important;
      text-align: left !important;
  }
  .gamedetail-review-wrapper .forum-input-ans-wrapper {
      flex-direction: column;
      justify-content: center;
  }
  .gamedetail-review-wrapper .forum-input-ans-wrapper img {
      height: 100px;
      width: 100px;
      margin-bottom: 15px;
      margin-right: 0;
      border-radius: 6px;
  }
  .gamedetail-review-wrapper .custom-star.review-input {
      margin-right: 0px;
      margin-bottom: 15px;
  }
  .gamedetail-review-wrapper .forum-input-ans-wrapper input {
      margin-bottom: 15px;
  }
  .gamedetail-review-wrapper .forum-input-ans-wrapper button {
      margin-left: 0px;
  }
  .gamedetail-review-wrapper .forum-single-ans .ans-header p.name {
      line-height: initial;
  }
}

/* My Accounts - SideBar and Other */
@media only screen and (min-width: 768px) {
  .accountsidebar-mobile {
    display: none !important;
  }
  .sidebar-expand-button {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .accountsidebar-main {
    display: none !important;
  }
  .sidebar-expand-button {
    font-size: 14px !important;
  }
  .accountsidebar-mobile {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 519px) {
  .vendoracc-search-filter-adjust {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .vendoracc-search-filter-adjust form {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.active-light-mode .actions-icons i, .active-light-mode .actions-icons a {
  color: var(--color-light-heading);
}

/* Home page vendor imgs */
.homepage-vendor-img img {
  height: 54px;
}

/* terms of use and privacy */
.terms-of-use p {
  margin-bottom: 15px;
  font-size: 16px;
}

/* ACTIVE LIGHT MODE OF A TAG */
.active-light-mode .active-links-color a {
  color: var(--color-primary);
}

/* NAV BAR MAP REGION SELECT */
.map-selector-color {
  color: var(--color-body) !important;
}
.active-light-mode .map-selector-color {
  color: var(--color-light-body) !important;
}
