/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.focus .ts-control {
  border: 1px solid #fff !important;
}

.ts-wrapper.form-select.single.input-active .ts-control {
  border: 1px solid #ccc !important;
}
.ts-wrapper.form-select.single.input-active.focus .ts-control {
  border: 1px solid #86b7fe !important;
}

.my-ts-select.focus .ts-control,
.my-ts-select:focus .ts-control {
  border: 1px solid #86b7fe !important;
  box-shadow: 0 0 0 0.25rem #b7d5ff !important;
  outline: 0;
  width: calc(100%);
}

.ts-control {
  border: none !important;
}

.pricing-free-trial {
  height: 16.71rem;
  background-color: rgba(186, 191, 199, 0.12);
  margin: 7.5rem -2rem 6.3rem;
}

.pricing-free-trial .row {
  margin: 0;
}

.pricing-free-trial .pricing-trial-content {
  padding: 0 1rem;
}

.pricing-free-trial .pricing-trial-content img {
  position: relative;
  top: -3.1rem;
}

@media (max-width: 767.98px) {
  .pricing-free-trial {
    height: auto;
  }

  .pricing-free-trial .pricing-trial-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-free-trial .pricing-trial-content .pricing-trial-img {
    top: 0;
    margin-top: 2rem;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .pricing-free-trial {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
}

@media (min-width: 768px) {
  .border-end-card {
    border-right: 0.5px solid rgb(213, 213, 213);
  }
}

@media (max-width: 768px) {
  .border-end-card {
    border-bottom: 0.5px solid rgb(212, 212, 212);
  }
}

.donwload-app-image-container {
  width: 120px; /* You can set this to the width of your image */
  height: auto; /* This will maintain the aspect ratio of the image */
  overflow: hidden; /* This will hide the parts of the image that overflows the container */
  display: block; /* This will prevent displaying inline spaces */
  /* background-color: #fff; Change this to match your website's background if it's not white */
}

.donwload-app-image-container img {
  display: block; /* This removes any space below the image */
  width: 100%; /* This will make the image fill the container */
  height: auto; /* This will maintain the aspect ratio of the image */
}
