.logo-img { width:70px; }

/* TODO: Start Give color for tooltip title */

/* .tooltip {
    border-bottom: 1px dotted black;
  } */

  .tooltiptitle {
    position: relative !important;
    display: inline-block !important;

  }

.tooltiptitle .tooltiptext {
    visibility: hidden;
    width: 230px;
    background-color: #f2f3f5;
    color: black;
    text-align: justify;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltiptitle .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltiptitle:hover .tooltiptext {
    visibility: visible;
}

/* TODO: End Give color for tooltip title */


.dateboxs {
    border: solid 1px #54BDC8 !important;
    margin-top: 16px !important;
    padding: 6px 0 6px 0 !important;
    font-size: 16px;
    font-weight: bold;
    color: #54BDC8 !important;
    cursor: pointer;
    border-radius: 5px;
}
/* recommended order date time  */
.datebox-active {
    /**margin-top: 4px;
    background-color:#eeeeee;*/
    background-color: #54BDC8 !important;
    color: #fff !important;
}
.datebox-mouseout {
    margin-top: 4px;
}
.datebox {
    border: solid 1px #54BDC8;
    margin-top: 16px;
    padding: 6px 0 6px 0;
    font-size: 16px;
    font-weight: bold;
    color: #54BDC8;
    cursor: pointer;
    border-radius: 5px;
}

.datebox input[type="radio"] {
    width:1px;
    height:1px;
}

.days {
    padding: 8px 0 8px 0;
}

.daydate {
    font-size: 10px;
}

.cleaners_list {
    border:solid #eeeeee 1px; padding: 10px;border-radius: 10px;background-color:#eeeeee;
}

.line-separator { border-bottom:3px solid #54bdc8;width:150px; }
.text-white { color: #fff !important; }
.bg-white { background: #fff !important; }
.bg-teal-blue { background: #54bdc8 !important; }
.what-say-space { margin-top:150px; }
.talent-space { margin-top:50px; }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
    .what-say-space { margin-top:0px !important; }
    .talent-space { margin-top:0px !important; }
}

.frontend-notif {
    display: none;
}

.pac-container {
    z-index: 1051 !important;
}

.loadingD {display: none;position: fixed;z-index: 1051;top: 0;left: 0;height: 100%;width: 100%;background: rgba( 0, 0, 0, .5 ) url('/img/icons/loader.gif') 50% 50% no-repeat;}
body.loading .loadingD {
    overflow: hidden;display: block;
}

.table-responsives{display: table;}
#DataTables_Table_0_wrapper{padding-left: 0 !important;padding-right: 0 !important;}
#notif .error, #notifEdit .error{font-size: 12px;color:red;font-weight: bold;text-align: center;}
#notif .success, #notifEdit .success{font-size: 12px;color:green;font-weight: bold;text-align: center;}

.preloaderfull {
    display: none;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;  /* Fix for IE7 */
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('/img/icons/circles.svg') no-repeat center center;
  }

/* Clearable text inputs */
.clearable{
    position: relative;
    display: inline-block;
    width: 100%;
}
.clearable input[type=text]{
    padding-right: 35px;
    width: 100%;
    box-sizing: border-box;
}
.clearable__clear{
    position: absolute;
    right:0; top:2px;
    padding: 0 10px;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    color:#55bfca;
    user-select: none;
    cursor: pointer;
}
.clearable input::-ms-clear {  /* Remove IE default X */

}

.infopenting a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    color: #fff;
    background-color: #17a2b8;
    border-color: #118c9f;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    padding: .25rem .5rem;
}

.shield-danger{
    color:red;
    font-size: 1rem;
    font-weight: bold;
}
.shield-primary{
    color:blue;
    font-size: 1rem;
    font-weight: bold;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0.75rem 0rem;
    width: 100%;
    background: #ffffff;
    border: none;
    outline: none!important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #000000;
    cursor: pointer;
    font-size: 0.938rem;
}
.accordion-header > .bi {vertical-align: -0.3em!important;}

.accordion-header.active {
    background-color: #ffffff;
    border-bottom: none;
    border: none;
    outline: none;
}
.accordion-header.active i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.accordion-body {
    padding: 0 0rem;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.accordion-body.active {
    max-height: 150rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.tnc-note{font-size: 13px!important;}

#loadingText{
    z-index: 2900;
    position: absolute;
    left: 46%;
    top: 60%;
    color: white;
    font-weight: bolder;
}
