/*================================================================================
	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.  */

.h-50vh {
  height: 50vh;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d92727;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #13ae4b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #13ae4b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.card-imgg {
  max-width: 230px;
  max-height: 230px;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 340px) {
  .image-size {
    height: 50px !important;
    width: 50px !important;
  }
}

@media (min-width: 341px) and (max-width: 750px) {
  .image-size {
    height: 50px !important;
    width: 50px !important;
  }
}

@media (min-width: 751px) and (max-width: 1050px) {
  .image-size {
    height: 50px !important;
    width: 50px !important;
  }
}

@media (min-width: 1051px) and (max-width: 1200px) {
  .image-size {
    height: 50px !important;
    width: 50px !important;
  }
}

@media (min-width: 1400px) {
  .image-size {
    height: 50px !important;
    width: 50px !important;
  }
}

/* @media (max-width: 320px) {
    .image {
        max-width: 50%;
    }
}

@media (min-width: 321px) and (max-width: 620px) {
    .image {
        max-width: 100%;
    }
}

@media (min-width: 621px) and (max-width: 924px) {
    .image {
        max-width: 100%;
    }
}

@media (min-width: 925px) and (max-width: 1230px) {
    .image {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .image {
        max-width: 100%;
    }
} */
td.details-control {
  background: url("../../../admin/assets/images/plus.png") no-repeat center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url("../../../admin/assets/images/minus-button.png") no-repeat
    center;
}
.two-part li {
  width: 48.8%;
}
.two-part li i {
  font-size: 50px;
}
.two-part li div {
  font-size: 50px;
  font-weight: 100;
  font-family: Poppins, sans-serif;
}

.white-box {
    background: #fff;
    padding: 25px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.counter{
    font-size: 37px;
    font-weight: 100;
    font-family: Poppins,sans-serif;
}
.fw-300{
    font-weight: 300;
}