/*
* Frontend custom style
*/
input[type=email]{
    text-transform: lowercase!important;
}
.page_content{
    min-height: 47.6vh
}
.form-group .required{
    color: #e84126!important; 
}
.rounded-circle {
    border-radius: 50%;
}
.thumb-lg {
    height: 88px!important;
    width: 88px!important;
}
.thumb-md {
    height: 48px!important;
    width: 48px!important;
}
.thumb-sm {
    height: 35px !important;
    width: 35px !important;
}
.chat-thumb-sm {
    height: 40px !important;
    width: 40px !important;
    top: 0 !important;
}
.overlay-box {
    text-align: center;
}
.text-white {
    color: #fff !important;
}
.border-trans{
    border: transparent!important; 
}
.border-none{
    border: none!important; 
}
.hidden{
   display: none!important; 
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-default {
    background-color: #777;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-info {
    background-color: #5bc0de;
}
.label-warnning {
    background-color: #c69500;
}
.label-danger {
    background-color: #d9534f;
}
.label-black {
    background-color: #000000;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 
.media-babysitter a{
    text-decoration: none!important; 
}
.media-babysitter a h4{
    color: #444!important;  
}
.media-babysitter a:hover h4{
    color: #007bff;
}
.top-margin-0{
    margin-top: 0px
}
.pt85-pb30 .inbox-picture{
    width: 54px;
    height: 54px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.pt85-pb30 .inbox-picture img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* =============
   Tabs & Accordions
============= */
.nav-tabs-custom {
  border-bottom: 2px solid #DDD; 
}
.nav-tabs-custom .nav-item {
    position: relative; 
}
.nav-tabs-custom .nav-item .nav-link {
      border: none !important; 
}
.nav-tabs-custom > li > a {
  color: #1d1e3a; 
}
.nav-tabs-custom > li > a.active {
  color: #67a8e4 !important; 
}

.nav-tabs-custom > li > a::after {
  content: "";
  background: #67a8e4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0); 
}

.nav-tabs-custom > li > a.active::after, .nav-tabs-custom > li:hover > a::after {
  transform: scale(1); 
}
.nav-link {
    display: block;
    padding: .5em 1em;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
#preloader{
     position: fixed;
}
#preloaderInner {
    position: absolute;
}
#preloader,#preloaderInner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9999999; 
}
#status, #statusInner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

#preloaderInner,#statusInner{
    display: none
}

.spinner {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  margin-left: -39px;
  margin-top: -39px; 
}

.spinner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -23px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #67a8e4 rgba(103, 168, 228, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite; 
}

.spinner:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  background-color: #67a8e4;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite; 
}

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(1080deg); } 
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(360deg); }
  100% {
    -o-transform: rotate(1080deg); } 
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(360deg); }
  100% {
    -ms-transform: rotate(1080deg); } 
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(1080deg); } 
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(360deg); }
  100% {
    -moz-transform: rotate(1080deg); } 
}
@keyframes pulse {
  0% {
    background-color: rgba(103, 168, 228, 0.2); }
  13% {
    background-color: rgba(103, 168, 228, 0.2); }
  15% {
    background-color: rgba(103, 168, 228, 0.9); }
  28% {
    background-color: rgba(103, 168, 228, 0.9); }
  30% {
    background-color: rgba(103, 168, 228, 0.2); }
  43% {
    background-color: rgba(103, 168, 228, 0.2); }
  45% {
    background-color: rgba(103, 168, 228, 0.9); }
  70% {
    background-color: rgba(103, 168, 228, 0.9); }
  74% {
    background-color: rgba(103, 168, 228, 0.2); }
  100% {
    background-color: rgba(103, 168, 228, 0.9); } 
}
@-o-keyframes pulse {
  0% {
    background-color: rgba(103, 168, 228, 0.2); }
  13% {
    background-color: rgba(103, 168, 228, 0.2); }
  15% {
    background-color: rgba(103, 168, 228, 0.9); }
  28% {
    background-color: rgba(103, 168, 228, 0.9); }
  30% {
    background-color: rgba(103, 168, 228, 0.2); }
  43% {
    background-color: rgba(103, 168, 228, 0.2); }
  45% {
    background-color: rgba(103, 168, 228, 0.9); }
  70% {
    background-color: rgba(103, 168, 228, 0.9); }
  74% {
    background-color: rgba(103, 168, 228, 0.2); }
  100% {
    background-color: rgba(103, 168, 228, 0.9); } 
}
@-ms-keyframes pulse {
  0% {
    background-color: rgba(103, 168, 228, 0.2); }
  13% {
    background-color: rgba(103, 168, 228, 0.2); }
  15% {
    background-color: rgba(103, 168, 228, 0.9); }
  28% {
    background-color: rgba(103, 168, 228, 0.9); }
  30% {
    background-color: rgba(103, 168, 228, 0.2); }
  43% {
    background-color: rgba(103, 168, 228, 0.2); }
  45% {
    background-color: rgba(103, 168, 228, 0.9); }
  70% {
    background-color: rgba(103, 168, 228, 0.9); }
  74% {
    background-color: rgba(103, 168, 228, 0.2); }
  100% {
    background-color: rgba(103, 168, 228, 0.9); } 
}
@-webkit-keyframes pulse {
  0% {
    background-color: rgba(103, 168, 228, 0.2); }
  13% {
    background-color: rgba(103, 168, 228, 0.2); }
  15% {
    background-color: rgba(103, 168, 228, 0.9); }
  28% {
    background-color: rgba(103, 168, 228, 0.9); }
  30% {
    background-color: rgba(103, 168, 228, 0.2); }
  43% {
    background-color: rgba(103, 168, 228, 0.2); }
  45% {
    background-color: rgba(103, 168, 228, 0.9); }
  70% {
    background-color: rgba(103, 168, 228, 0.9); }
  74% {
    background-color: rgba(103, 168, 228, 0.2); }
  100% {
    background-color: rgba(103, 168, 228, 0.9); } 
}
@-moz-keyframes pulse {
  0% {
    background-color: rgba(103, 168, 228, 0.2); }
  13% {
    background-color: rgba(103, 168, 228, 0.2); }
  15% {
    background-color: rgba(103, 168, 228, 0.9); }
  28% {
    background-color: rgba(103, 168, 228, 0.9); }
  30% {
    background-color: rgba(103, 168, 228, 0.2); }
  43% {
    background-color: rgba(103, 168, 228, 0.2); }
  45% {
    background-color: rgba(103, 168, 228, 0.9); }
  70% {
    background-color: rgba(103, 168, 228, 0.9); }
  74% {
    background-color: rgba(103, 168, 228, 0.2); }
  100% {
    background-color: rgba(103, 168, 228, 0.9); } 
}
@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(103, 168, 228, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(103, 168, 228, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(103, 168, 228, 0.8); } 
}
@-o-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(103, 168, 228, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(103, 168, 228, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(103, 168, 228, 0.8); } 
}
@-ms-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(103, 168, 228, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(103, 168, 228, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(103, 168, 228, 0.8); } 
}
@-webkit-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(103, 168, 228, 0.8); }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(103, 168, 228, 0.8); }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(103, 168, 228, 0.8); } 
}
@-moz-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(103, 168, 228, 0.8); 
  }
  40% {
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(103, 168, 228, 0.8); 
  }
  80% {
    box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(103, 168, 228, 0.8); } 
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}
.pagination .page-item.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination .page-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
        border-top-color: rgb(222, 226, 230);
        border-right-color: rgb(222, 226, 230);
        border-bottom-color: rgb(222, 226, 230);
        border-left-color: rgb(222, 226, 230);
}
.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: none;
}
.active .page-link{
    padding: .5rem .75rem;
    border: 1px solid #dee2e6;
    color: #333
}
.nav-user img {
    height: 36px;
    width: 36px;
}
.filter-availability .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/*------Subscriber Page layout css--------------*/
.container-block {
    width: 620px;
    margin: auto;
    position: relative;
    background: #fefefe;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom:30px;
    box-shadow: 5px 10px 40px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.container-block .buttons button {
    padding: 10px 30px;
    font-size: 20px;
    background-color: #d960ae;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.container-block .buttons button:hover {
    background-color: #cf3799;
}
.container-block .buttons button#cancel {
    margin-right: 0;
    color: #333;
    background-color: #eddfeb;
}
.container-block .buttons button#cancel:hover {
    background-color: #dbbed7;
}

.container-block svg {
    max-width: 90%;
    position: relative;
    left: 5%;
    margin: 0 auto;
}

.container-block .bottom {
    text-align: center;
    margin-top: 0em;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    .container-block h2 {
        font-family: "Rokkitt", sans-serif;
        letter-spacing: 0.05em;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        margin: 0 auto 0.25em;
    }
    .container-block p {
        color: #777;
        letter-spacing: 0.1em;
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto 2em;
    }
}
.container-block .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    button {
        padding: 10px 30px;
        font-size: 20px;
        background-color: #d960ae;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        letter-spacing: 0.1em;
        color: #ffffff;
        margin-right: 20px;
        margin-bottom: 15px;
        transition: all 0.25s ease-in-out;
        &:hover {
            background-color: darken(#d960ae, 10%);
        }
        &#cancel {
            margin-right: 0;
            color: #333;
            background-color: #eddfeb;
            &:hover {
                background-color: darken(#eddfeb, 10%);
            }
        }
        &#go-back {
            display: none;
        }
        &:focus {
            border: none;
            outline: 0;
        }
    }
}
@media (max-width: 699px) {
    .container-block {
        width: 90%;
    }
    .container-block .bottom {
        margin-top: 1em;
        max-width:90%;
    }
}
@media (max-width: 399px) {
    .container-block {
        padding: 20px;
    }
    .container-block .bottom {
        h2 {
            font-size: 24px;
        }
    }
    .container-block .buttons {
        flex-direction: column;
        button {
            margin-right: 0;
        }
    }
    .container-block svg {
        padding-top: 0;
    }
}
/*------END Subscriber Page layout css----------*/
#timeOutWarningOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    cursor: pointer;
}
/*------------Rating----------------*/
.logged-user {
    font-weight:bold;
}
.user-pic {
    width: 60px;
    height: 60px;
}
.btn-grey{
    background-color:#D8D8D8;
    color:#FFF;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.rating-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px 15px 20px 15px;
    border-radius:3px;
}
.bold{
    font-weight:700;
}
.padding-bottom-7{
    padding-bottom:7px;
}

.review-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px;
    border-radius:3px;
    margin-bottom:15px;
}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{
    font-size:12px;
}
.review-block-rate{
    font-size:13px;
    margin-bottom:15px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.review-block-description{
    font-size:13px;
}
.average {
    background-color:#388e3c;
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
}
.rating-reviews {
    padding-left: 8px;
    font-weight: 500;
    color: #878787;
}
.rating-reviews a{
    color: #878787;
}
.rating-reviews a:hover{
    color: #333;
}

/*------------End Rating------------*/
