body {
    font-family: "Montserrat";
    font-size: 14px;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.package-card-box {
    flex: 0 0 auto;
}

.scrollspy-example {
    height: 500px;
    margin-top: .5rem;
    overflow: auto;
}

.forced-font {
    font-family: "Montserrat" !important;
    font-size: 14px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .9);
}

.hmm-red-font {
    color: #b90000 !important;
}

.nav-link.active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white !important;
    /*background-color: #b90000 !important;
    border-color: #b90000 !important;
    color: white !important;*/
}

.list-group-item.active {
    background-color: #b90000 !important;
    border-color: #b90000 !important;
}

.for-package-choose,.for-item-choose:hover{
    cursor:pointer;
}

.for-package-choose{
    background-color: white !important;
    transition-duration:0.5s
}

.for-package-choose:hover,.for-item-choose:hover{
    border-color: #333333 !important;
    background-color: #333333 !important;
    color: white;
    transition-duration:0.5s
}

.card.active {
    /*border-color:#198754 !important;
    background-color: #198754 !important;*/
    border-color: #333333 !important;
    background-color: #333333 !important;
    color: white;
    transition-duration:0.5s
}



.filter-triangle-button.open {
    transform: rotate(180deg);
    transition: 0.6s ease;
}

.filter-triangle-button.close {
    transform: rotate(0deg);
    transition: 0.6s ease;
}

.dark-gray-palette {
    background-color: #333333 !important;
    color: white;
}

.dark-gray-palette:hover {
    background-color: #474747 !important;
    color: white;
}

.toxic-green-palette {
    background-color: #8ac014 !important;
    color: white;
}

.toxic-green-palette:hover {
    background-color: #95c62b !important;
    color: white;
}

.strawrberry-red-palette {
    background-color: #e43b3b !important;
    color: white;
}

.strawrberry-red-palette-radio {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color:white;
}

.strawrberry-red-palette-radio:checked {
    background-color: #e43b3b !important;
    border-color: #e43b3b !important;
}

#lab-items,
#lab-packages {
    scroll-margin-top: 4rem;
}

.item-category-badge {
    background-color: #333333 !important;
    color: white;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b90000;
}

.cart-button {
    white-space: nowrap;
    background-color: #b90000 !important;
    border-color: #b90000 !important;
    color: white;
    font-weight: bold
}


.reservation-button {
    white-space: nowrap;
    background-color:#0FBE7C !important;
    border-color: #0FBE7C !important;
    color: white;
    font-weight: bold
}

.btn-validated-green{
    white-space: nowrap;
    background-color:#0FBE7C !important;
    border-color: #0FBE7C !important;
    color: white;
}


.cart-button:hover {
    background-color: #c73232 !important;
    border-color: #c73232 !important;
    color: white !important
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'FontAwesome';
    content: "\f054";
}

.parent{
    position: relative;
    width: 100%;
    height:300px;
    overflow:hidden;
 }
 .img{
  text-align:center
 }
 .top-left{
    position: absolute;
    left:0;
    top:0;
 }
 .top-right{
    position: absolute;
    right:0;
    top:0;
 }
 .bottom-left{
    position: absolute;
    left:0;
    bottom:0;
 }
 .bottom-right{
    position: absolute;
    right:0;
    bottom:0;
 }

 .top-nav-fixed-top{
    position:fixed;
    top:0;
    z-index:1030;
 }

 .left-aligned-cart{
    left:-185px !important;
 }

 .nav-link{
    color:#a00 !important;
 }
 .no-scaling-limit{
    max-width:100% !important;
    padding-left:0px;
    padding-right:0px;
 }

.cartreservationbutton {
    background:#bf4040;
    color:white;
    padding:2px 5px;
    border-radius: 4px;
    transition: all .1s linear;
    text-decoration: none;
}

.cartreservationbutton:hover {
    text-decoration: none;
    color:white;
}

.btn-bookable-appointment{
    background:#0FBE7C;
    color:#fff;
    width:100px;
}

.btn-bookable-appointment:hover{
    text-decoration: none;
    background:#0FCE6C;
    color:white;
}

.btn-unavailable-appointment{
    background:#0FBE7C;
    color:#fff;
    opacity:0.5;
    width:100px;
}

.btn-unavailable-appointment:hover{
    background:#0FBE7C;
    color:#fff;
    opacity:0.5;
    width:100px;
}

.btn-booked-appointment{
    background:#333333;
    color:#fff;
    width:100px;
}

.btn-booked-appointment:hover{
    background:#333333;
    color:#fff;
    width:100px;
}





.cartreservationbuttonfilled {
    display:inline-block;
    box-sizing: border-box;
    margin-top:4px;
    background:#0FBE7C;
    color:#fff;
    padding:2px 4px;
    border-radius: 4px;
    transition: all .1s linear;
    text-decoration: none;
}

.cartreservationbuttonfilled:hover {
    text-decoration: none;
    background:#0FCE6C;
    text-decoration: none;
    color:white;
}


.freeidopontbutton {
    display:inline-block;
    margin-top:4px;
    background:#0FBE7C;
    color:white;
    padding:2px 4px;
    border-radius: 4px;
    transition: all .1s linear;
    text-decoration: none;
}

.freeidopontbutton:hover {
    background:#0FCE6C;
    color:white;
    text-decoration: none;
}

.bookedidopontbutton {
    display:inline-block;
    margin-top:4px;
    background:#333333;
    color:white;
    padding:2px 4px;
    border-radius: 4px;
    transition: all .1s linear;
    text-decoration: none;
}

.inputtext {
    box-sizing: border-box;
    background:#fff;
    color:#888;
    border:0px;
    padding:10px 5px;
    width:100%;
    border:1px solid #ccc;
    font-family: Montserrat;
}

.inputtextarea {
    width: 100%;
    height:100px;
    background:#fff;
    color:#888;
    border:0px;
    padding:10px 5px;
    border:1px solid #ccc;
    font-family:Montserrat;
    display: inline-block;
    box-sizing: border-box;
}

.morebutton {
    display:inline-block;
    background:#fd6b20;
    padding:14px 30px;
    color:#fff;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .1s linear;
}

.morebutton:hover {
    text-decoration: none;
    color:#fff;
}
.form-check-input:checked{
    background-color: #b90000 !important;
    border: 0;
 }
 .form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.1rem #b90000 !important;
 }

.form-color{
    color: #212529;
 }
 
 .manager-banner{
    background-image: url("/images/manager-banner.jpg");
    /*background-position: left bottom;*/
    /*background-size:contain;*/
    background-position:center;
    background-repeat:no-repeat;
    height:300px;
 }

 .floating-smoke {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 8;
    transition: all, 1s;
  }
  .floating {
    height: 4em;
    width: 4em;
    background: #eee;
    border-radius: 50%;
    position: fixed;
    bottom : 2em;
    right: 2em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floating .material-icons {
    font-size: 2.2em;
    color: white;
  }
  .floating-main {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #e74c3c;*/
    background-color: #b90000;
    opacity: 0.5;
    transition: all, 0.2s;
    z-index: 8;
  }
  .floating:hover .floating-main{
    opacity: 1;
  }
  .float-opt {
    position: absolute;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    opacity: 0;
    transition: all, 0.2s;
    z-index: 7;
    transform: translate(0%, 0%);
  }
  .float-open {
    background-image: linear-gradient(to top, gray, transparent);
  }
  .float-open .floating-main{
    transform: rotate(45deg);
    opacity: 1;
  }
  .float-open .float-opt {
    opacity: 1;
  }
  .float-open .opt-text {
    transform: translate(0%, -130%);
  }
  .float-open .opt-media {
    transform: translate(0%, -250%);
  }

  .btn-lg{
    font-size: 1.25rem !important;
  }
