@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body, .wrapper{
    min-height: 100%;
}

html{
    scroll-behavior: smooth !important;
}

body{
    padding:0;
    margin:0;
    position:relative;
    background-color: white;
    font-size: 16px;
    font-family: Segoe UI, sans-serif;
    color: #24282b;
    font-weight: 400;
}

html, body {
    min-height:100vh;
    display: flex;
    flex-direction: column;
}

.navbar{
    background-color: white;
    height: 60px;
}

.navbar-collapse.show{
    margin-top: 12px;
}

.nav-link{
    color: #212529;
}

.wrapper{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content-wrapper{
    flex: 1;
    padding-top: 100px;
    width: 100%;
}

.footer{
    margin-top: 30px;
    background-color: #0e1435;
    color: white;
}

.footer a, .footer a:active, .footer a:hover, .footer a:visited{
    color: white;
}

.appointment-wrapper{
    position: relative;
}

.appointment{
    position: absolute;
    width: 100%;
    background: #2d7528;
    height: 20px;
    color: white;
    padding: 5px 5px;
    overflow: hidden;
    border-radius: 5%;
    line-height: 1.4;
    font-size: 0.8em;
}

.not-active-time-slot{
    position: absolute;
    width: 100%;
    background: #d2d2d2;
    height: 20px;
    color: white;
    padding: 5px 5px;
}

.appointment-text{
    /*color: #645e5e;*/
    z-index: 10;
    position: relative;
}

table.no-cells-padding td{
    padding: 0!important;
    height: 40px;
}

.user-calendar-table tr td:first-child{
    text-align: center;
    vertical-align: middle;
}

.calendar-wrapper{
    background-color: white;
    opacity: 0.9;
    padding: 10px 15px;
}

.opacity-wrapper{
    opacity: 0.9;
}

.map-wrapper{
    position: relative;
    height: 400px;
}

#map{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.mapboxgl-ctrl{
    width: 100%!important;
    max-width: none!important;
    box-shadow: none!important;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mapboxgl-ctrl-geocoder--input{
    border: none;
}

.mapboxgl-ctrl-geocoder--input:focus{
    color:#495057;
    background-color:#fff;
    border-color:#80bdff!important;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)!important;
    border-radius: .25rem!important;
}

.address-label{
    margin-bottom: .5rem;
}

textarea{
    line-height: 1.40!important;
}

.bg-white{
    background: white;
}

.bg-grey{
    background-color: #e8e8e8;
}

.catalog{
    padding-top: 2em;
}

.catalog .card, .card.card-grey{
    background-color: #f3f3f3;
}

.search-results{
    /*background-color: #f3f3f3;*/
    background-color: white;
    padding: 1em;
    margin-top: 1.5em;
}

.search-result{
    margin-right: 0.25em;
    margin-bottom: 0.25em;
}

.appointment{
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .75rem;
}

.table-responsive{
    padding: 10px;
}

.appointment-actions .btn{
    margin-bottom: 0.2em;
    margin-right: 0.2em;
}

.message{
    padding: 0.75em 1em;
    border-radius: 0.25em;
    margin-bottom: 0.25em;
}

.message.status-change{
    border: 1px solid #89ae8f;
    background-color: #c2ecc8;
}

.message.chat-message{
  border: 1px solid #b5b5b5;
}

.message.action{
  border: 1px solid #b5b5b5;
}

.google-btn span{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: none;
}

.google-btn1{
    width: 20px;
    margin-bottom:3px;
    margin-right:5px;
}

.book-appointment{
    overflow: hidden;
    white-space: nowrap;
}

a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

.proposed-amount, .accepted-amount, .new-amount{
    cursor: pointer;
}

.text-blue{
    color: #1857d0;
}

.sp-profile .card{
    background: #f3f3f3;
    margin-bottom: 1em;
}

.sp-profile .h3{
    color: #2b72df;
}

.invalid-feedback{
    display: block;
}

a.no-link-effect{
    color: inherit!important;
    text-decoration: none;
}

.table-calendars th{
    text-align: center;
}

.button-text-variant{
    margin-right: 0.5em;
    cursor: pointer;
}

.form-check.form-check-inline{
    flex-flow: row wrap;
}

.form-check.form-check-inline .custom-checkbox{
    margin-right: 0.75em;
}

.form-check.form-check-inline .custom-control-label::before{
}

.form-section-title{
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.sticky-wrapper>div{
    bottom: inherit;
}

.confirm-modal{
    z-index: 12000;
}

.confirm-modal .modal-body{
    height: 20vh;
}

.referral-link-container .input-group-append{
    cursor: pointer;
}

section{
    padding-top: 15vh;
    padding-bottom: 15vh;
    font-size: 1.5em;
}

section.main-section{
    padding-top: 15vh;
    padding-bottom: 25vh;
}

section.main-section .h3{
    color: #1269ee;
    font-size: 2em;
}

section.main-section .h5{
    font-size: 1.75em;
}

section.general-section li{
    margin-bottom: 0.5em;
}

section.features-section .card{
    height: 100% !important;
    min-height: 150px;
}
section.features-section .row:first-child>div{
    margin-bottom: 1em;
}

.prices-notification-text{
    font-size: 0.75em;
    line-height: 0.8;
}

.catalog-item{
    max-height: 250px;
}

section .section-header{
    text-align: center;
    font-weight: 100;
    margin-bottom: 1em;
}

.work-schedule-table td,
.work-schedule-table th{
    vertical-align: middle;
}

.work-schedule-table .form-group{
    margin-bottom: 0;
}

.navbar-notification{
    z-index: 10000;
    padding: 0;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.timezone-text{
    color: #737373;
}

@media (max-width: 768px) {
    section{
        padding-top: 10vh!important;
        padding-bottom: 10vh!important;
    }

    section.main-section .h3{
        color: #2b72df;
        font-size: 1.5em;
    }

    section.main-section .h5{
        font-size: 1.1em;
    }
}