
.radio-seat{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.radio-seat label{
  display: flex;
  align-items: center;
}

.seat-circle{
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0.3;
}

.queue-status {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #efefef;
  width: 80%;
  display: flex;
  justify-content: center;
  justify-self: center;
  padding: 32px;
  margin: 30px;
}

.count-select{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-color: tomato;
}

.count-selector{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  align-items: center;
  background-color: tomato;
  color: white!important;
}

.area-status-select{
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
}

.area-status-selector{
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  align-items: center;
  color: white!important;
}

.area-settings .text{
  width: 120px;
}

.client-details{
  padding-top: 15px;
  padding-bottom: 15px;
}

.client-details input{
  font-size: 14px !important;
}


.queues-container{
  display: block;
overflow-x: auto;
white-space: nowrap;
flex-wrap: nowrap;
}

.queues-container .col-lg-6{
  display: inline-block;
}

/* width */
.queues-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.queues-container::-webkit-scrollbar-track {
  background: whitesmoke;
}

/* Handle */

.queues-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}


body {
  font-family: 'georgiaregular';
  font-weight: normal;
  font-style: normal;
  background-color: #ffffff;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2B96CC;
  text-decoration: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'georgiaregular';
  font-weight: normal;
  color: #2A2B44;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.btn {
  background: #1696e7 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 13px 25px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:focus,.btn:hover{
  background-color: #1696e7!important;
}



.single-dashboard-widget {
  background: #fffefe;
  box-shadow: 0 0 20px #e2e2e2;
  padding: 32px 35px;
  border-radius: 10px;
  height: 153px;
  max-width: 300px;
  margin: auto;
  margin-top: 32px;
  position: relative;
}

.single-dashboard-widget .information-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.single-dashboard-widget .queue-create {
  position: absolute;
  top: 0px;
  left: 5px;
  color: #6777ef;
}

.card-status{
  cursor: pointer;
}

.settings-content-area input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ddd;
}

.single-place-content h1 {
  position: absolute;
  color: var(--theme-color);
  opacity: .5;
  font-size: 180px;
  margin-top: -106px;
  left: -19px;
  bottom: -46px;
  z-index: 1;
}

.single-place img {
  border-radius: 5px;
  height: 350px !important;
}

.single-place:before {
  border-radius: 5px;
}

.slider-search-content-area {
  position: relative;
}

label.single-payment-section {
  border: 2px solid #f1eded;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 14px;
  color: #666;
}

label.single-payment-section img {
  border-radius: 5px;
  margin-bottom: 5px;
  height: 61px;
  width: 121px;
  object-fit: contain;
}



label.single-payment-section.active {
  border-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}

.stripe-payment-form {
  padding: 60px 45px;
  box-shadow: 0 0 20px #e4e3e3;
  border-radius: 10px;
}

.stripe-payment-form button {
  border: none;
  margin-top: 15px;
  width: 100%;
  padding: 15px 0;
  background: var(--theme-color);
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
}

.stripe-payment-form label {
  font-size: 16px;
  color: #666;
}

div#card-errors {
  color: #d63a3a;
}

.alert.alert-danger ul {
  justify-content: end;
}

.alert.alert-danger ul li {
  width: 100%;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

.card-action{
  display: block;
  height: 20px;
}


@media screen and (max-width: 350px) {
  p {
    font-size: 8px;
  }
}