/*================================================================================
	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.  */
.table th, .table td {
  padding: 0.72rem 0.75rem;
}

.display-switch-center {
  display: flex;
  align-items: center;
  justify-content: left;
}

.card-extras, .card-from {
  border: 1px solid rgba(34, 41, 47, 0.125) !important;
}

.card-extras .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-extra-title, .card-from-title {
  font-size: 1.07rem;
  font-weight: 600;
  line-height: 1.2;
  color: #5e5873;
  margin-bottom: 0.2rem;
}

.card-from-title {
  font-weight: 400;
  line-height: 1.5rem;
}

.reservation-final-price {
  border: none;
}

.reservation-final-price .name {
  display: inline-block;
}

.reservation-final-price .price {
  font-weight: 600;
  display: inline-block;
  float: right;
}

.reservation-final-price .edit {
  display: inline-block;
  float: right;
  margin-top: -2px;
}

.reservation-final-price .edit > a {
  padding: 5px 10px;
}

.fix-spin-extras {
  margin-left: -15px;
  margin-top: -5px;
}

.fix-btn-change-car {
  margin-left: 10px;
  margin-top: 0px;
}

.fix-btn-upload-photo {
  display: flex;
  align-items: center;
  justify-content: left;
}

.mt-60 {
  margin-top: 0.6rem;
}

.mb-20 {
  margin-bottom: 0.2rem;
}

.badge-two-line {
  line-height: 1rem;
}

.tiggle-big-label {
  font-size: 1.5rem;
}

.card-upload-photo > .card-body {
  transition: all 0.3s ease;
}

.card-upload-photo > .card-body:hover,
.card-upload-photo > .card-body:focus,
.card-upload-photo > .card-body:active {
  background-color: #28c76f1c;
  box-shadow: inset 0px 0px 45px -10px #28c76f9c;
  cursor: pointer;
}

.card-upload-photo > .card-body > .card-title {
  text-align: center;
}

.icon-upload-photo {
  font-size: 4rem;
  height: 4rem;
  width: 4rem;
  color: #28c76f;
}

.card-upload-photo > .card-body > p {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.card-youtube-add,
.card-upload-photo {
  min-height: 160px;
}

.arrow-sort {
  height: 15px;
  width: 15px;
}

.timeline .timeline-item .timeline-event {
  min-height: 1rem;
}

.btn-status {
  top: -1rem;
}

.btn-user-status {
  top: -2rem;
}

.space-between {
  justify-content: space-between;
}

.fix-extras-tigler {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fix-extras-tigler > div {
  margin-right: 0px;
}

.chat-time {
  font-size: 10px;
  color: #f7f7f7;
  text-align: right;
  margin-top: 7px;
}

.chat-content a {
  color: #fff;
}

.chat-left a {
  color: #7367f0 !important;
}

.fix-task-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-car-availade th {
  vertical-align: middle !important;
}

.th-svg-small img {
  width: 20px;
}

.table-td-success {
  border-color: #8fe2b4 !important;
  background-color: #c3efd7;
}

.table-td-danger {
  background-color: #f9cfcf;
  border-color: #efbabb !important;
}

.table-td-rent {
  font-weight: 600;
  color: #28c76f;
  background-color: #8fe2b4;
  border-color: #86d4a9 !important;
}

.icon-winter-snow {
  width: 15px;
}

.car-row {
  font-size: 0.8rem;
}

.user-pay-history-img {
  max-width: 50px;
  max-height: 20px;
}
