.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.hide
{
    display:none !important;
}

.ot-main-container {
    padding: 0 !important;
}

#opening_times_output {
    padding-top: 20px;
    margin-left: 30px;
    padding-bottom: 30px;
}
.lud-ohsl {
    padding: 0;
    padding-left:5px;
}

.h5, h5 {
    font-size: 1.15rem;
}

element.style {
}
.no-padding{
    padding: 0!important;
}
.mw-140{
    min-width: 140px;
}

.form-check.form-switch{
    padding-left: 0;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
.form-check.form-switch label{
    font-size: 1.2rem;
/*    padding-top: 5px;*/
    font-weight: 600;
/* new switch params */
    padding-top: 9px;
    margin-right: 10px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align:center;
}

#progressbar #breadcrumb1:before {
    font-family: FontAwesome;
    content: "\f05a"
}

#progressbar #breadcrumb2:before {
    font-family: FontAwesome;
    content: "\f154"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #breadcrumb3:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.header{
    padding-top: 3rem!important;
    padding-bottom: 0.5rem!important;
}

.center-progress{
    margin-left: auto!important;
}

@media (max-width: 768px) {
    .center-progress{
/*        margin-left: 30px !important;*/
        padding-left: 50px !important;
    }
}

#progressbar li:hover{
    background:none  !important;
}

.request-address-edits{
    color: #6991ac;
}
.edits-link{
    color: #6991ac;
    font-weight: 500;
    text-decoration: underline;
}

.back{
    cursor: pointer;
}

.tc-180{
    width:180px;
}

.switch-label {
    width: 48px;
}
.switch {
    display: inline-block;
/*    width: 50px;
    height: 26px;*/
    width: 60px;
    height: 30px;
}

.switch-input {
    display: none;
}
.switch-primary .switch-input:checked+.switch-slider {
    background-color: #0d6efd;
    border-color: #1985ac;
}
.switch-pill .switch-slider {
    border-radius: 50em;
}
.switch-slider {
    position: relative;
    display: block;
    height: inherit;
    cursor: pointer;
    background-color: #fff;
/*    border: 1px solid #c8ced3;*/
    border: 1px solid rgba(0,0,0,.25);
    transition: .15s ease-out;
    border-radius: .25rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.switch-primary .switch-input:checked+.switch-slider::before {
    border-color: #1985ac;
}
.switch-label .switch-input:checked~.switch-slider::before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px);
}
.switch-input:checked~.switch-slider::before {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}
.switch-pill .switch-slider::before {
    border-radius: 50em;
}
.switch-label .switch-slider::before {
    z-index: 2;
}
.switch-slider::before {
    position: absolute;
/*    top: 2px;
    left: 2px;*/
    top: 4px;
    left: 8px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #fff;
    border: 1px solid #c8ced3;
    transition: .15s ease-out;
    border-radius: .125rem;
}

.switch-label .switch-input:checked~.switch-slider::after {
    left: 1px;
    color: #fff;
    content: attr(data-checked);
}
.switch-label .switch-slider::after {
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 1;
    width: 56%;
    margin-top: -.5em;
/*    font-size: 10px;*/
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #c8ced3;
    text-align: center;
    text-transform: uppercase;
    content: attr(data-unchecked);
    transition: inherit;
}

.num-max-w{
    max-width: 150px!important;
}

.learn-more{
    font-size: 20px;
}

.nospace { margin: 0 !important; }      

.fw600{
    font-weight: 600;
}
.warning{
    color: #BE1510;
    font-weight: 700;
    font-size: 25px;
}

.request-unlock-price{
    color: red;
    font-weight: 700;
}