﻿.dummy {
  color: #000;
}

.dummy {
  color: #000;
}

.cursor {
  cursor: pointer;
}

.offer-danger {
  background-color: red;
  color: black;
}

.offer-success {
  background-color: green;
  color: black;
}

.offer-note-wrap {
  word-break: break-all;
}

.marketplace-video {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 10px;
}

.toggle-btn {
  width: 40px;
  height: 20px;
  background-color: gold;
  border-radius: 30px;
  box-shadow: 1.5px 1.5px grey inset;
  padding: 10px;
  transition: all 300ms ease-in-out;
}

.toggle-btn > .inner-circle {
  position: relative;
  top: -8px;
  left: -6.5px;
  width: 15.5px;
  height: 15.5px;
  box-shadow: 0.5px 0.5px grey;
  background: #fcfbfb;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}

.toggle-btn.active > .inner-circle {
  margin-left: 20px;
}

.mao-accept {
  width: 24% !important;
}

.mao-counteroffer {
  width: 42% !important;
  background-color: dodgerblue;
  color: black;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .mao-accept {
    width: 80% !important;
  }
  .mao-reject {
    width: 80% !important;
  }
  .mao-counteroffer {
    width: 100% !important;
  }
}
