/*html,body {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    overflow-x: hidden;*/
/*}*/
@media (min-width: 768px) {
    .min-width-md {
        min-width: 15vh;
    }
}

@media (min-width: 992px) {
    .min-width-lg {
        min-width: 50vh;
    }
}

span {
    font-size: 15px;
}

.category-see-more,.category-see-less {
    color: white;
    transition: 0.2s;
}
.category-see-more:hover,.category-see-less:hover {
    transform: scale(1.05);

}
.category-see-more span,.category-see-less span{

    text-align: center;
    font-size: 14px !important;
}

.position-unset {
position: unset !important;
}

.btn-gray {
 background-color: #DCDBDB !important;
}

/*.approximate div {*/
/*    max-width: 0;*/
/*    overflow: hidden;*/
/*    transition: max-width 0.3s;*/
/*}*/

.approximate:hover div {
    max-width: 100px;
}


.width-max-content {
    width: max-content;
}

.desc-small {
    font-size: 14px !important;
}


.category-name {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 2em;
    line-height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jobs-suggestion,.sub-categories {
    --animate-duration: 0.7s;
}

.categories-box btn {
    border-radius: 50px;
}
.banner,.banner {
    transition: background-image 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;

}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:active i {
    background-color: #e17890 !important;
    color: #fff !important;
}

.dropdown-item i {
    font-size: 1.4rem;
    color: #e47390;
}

.dropdown-menu a.dropdown-item{
    padding-left: 10px;
}
.dropdown-menu a.dropdown-item:not(:last-child){
    border-bottom: 1px solid #f3f3f3;
}

#account-button-inner #account-user-container {
    background-color: rgb(255, 255, 255, 0.15);
}

/*.promotion-carousel.owl-carousel .owl-stage {*/
/*    display: flex;*/
/*}*/

/*.promotion-carousel.owl-carousel .owl-item .item {*/
/*    width: auto;*/
/*    height: 100%;*/
/*}*/

.customNextBtn, .customPrevBtn {
width: 50px;
height: 50px;
border-radius: 50px;
background-color: rgba(228, 115, 144, 0.7);
position: absolute;
bottom: 50%;
z-index: 10;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #E47390 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #FBEAEE !important;
}

.customNextBtn {
    right: 5px;
}

.customPrevBtn {
    left: 5px;
}

.customNextBtn:focus, .customPrevBtn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}
.owl-theme .owl-nav {
margin-top: 0 !important;
}

.owl-dots {
    position: absolute;
    margin-bottom: 10px;
    transform: translate(50%, 50%);
    right: 50%;
    background: white;
    bottom: 15px;
    padding: 5px;
    border-radius: 15px;
    display: flex;
}

/* for: map-modal*/
.search-address-input-field, .address-details-input-field, .confirm-address, #map-modal .bottom-content ,#map-modal .top-content {
    padding: 10px;
    background-color: #ffffff;
}

.clear-btn {
    display: none;
    cursor: pointer;
}

.modal-search-address-field {
    border-radius: 10px ;
}

#map-modal .close-modal {
    display: none;
}
/* end: map-modal*/

#transaction_confirm [id*=service-photos-] {
    flex-wrap: wrap;
    /*overflow: hidden;*/
}

.toast-box, #modal-toast {
    visibility: hidden;
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    min-width: 200px;
    color: #E47390;
    background-color: #f0e1e3;
    border: 2px solid #f5c6cb;
    border-radius: 5px;
    padding: 10px;
    z-index: 1;
    font-size: 17px;
}

.border-radius-1 {
    border-radius: 5px !important;
}

.border-radius-2 {
    border-radius: 10px !important;
}

.border-radius-3 {
    border-radius: 20px !important;
}

.height-unset {
    height: unset !important;
}

div[id^='mobile-photo-'] {
    padding: 0;
    border-radius: 6px;
}

.tumtantur-box {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#map{
    /*height: 610px;*/
}

.toast-box {
    /*position: fixed;*/
    /*bottom: 30px;*/
    visibility: hidden;
}

.toast-box.show, #modal-toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.tumtantur-box {
border-radius: 5px;
}
/*#homepage #header {*/
/*    padding-top: unset;*/
/*}*/

#progress-bar {
    background-color: unset;
}
#header {
    position: unset;
    height: unset;

}

.badge.badge-primary,.badge.badge-secondary,.badge.badge-success,.badge.badge-danger,.badge.badge-warning,.badge.badge-info,.badge.badge-light,.badge.badge-dark {
    color: white;
}

#transaction_confirm .transaction-info .transaction-label {
    margin-bottom: 5px;
    font-weight: bold ;
    color: #E47390;
}

.dynamic-content ul{
    list-style-type: disc;
    color: #5e6a6c;
}
.dynamic-content p{
    color: #000000;
}

.dynamic-content h1,.dynamic-content h2,.dynamic-content h3,.dynamic-content h4,.dynamic-content h5,.dynamic-content h6,.dynamic-content a {
    color: #5e6a6c;
    margin-bottom: 1rem !important;

}

.dynamic-content h1 {
    font-size: 25px;
}

.dynamic-content h2 {
    font-size: 22px;
}

.right-0 {
right: 0;
}

.sticky-ones {
    position: fixed;
    transition: top .2s ease;
    background-color: #F3F3F3;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.photo-container:hover .service-photo {
    /*opacity: 0.3;*/

}

.photo-container:hover .remove-photo, .photo-container:hover .view-photo  {
    opacity: 0.5;

}

textarea[class*='service-remarks-']{
    font-family: SukhumvitSet-Medium;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ced4da;
    outline: unset;
}

.photo-container:hover .remove-photo .icon {
    opacity: 1;
}

.photo-remarks {
word-break: break-word;
}

.view-photo {
    transition: .8s ease;
    background: black;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
    border-radius: 5px;

}

img.viewed-pic{
    background: transparent url(/images/image-loader.gif) no-repeat scroll center center;
}
label[for*="add-photo-"] {
    height: unset;
    border-radius: 5px;
    margin: 0;
    padding: 2px 10px 2px 10px;
    font-size: 14px;
}


 img.service-photo {
    background: transparent url(/images/image-loader.gif) no-repeat scroll center center;
    background-size: 70px 70px;
}

.font-weight-bold {
    font-family: SukhumvitSet-Bold;
}

.remove-photo .icon {
    transition: .5s ease;
    opacity: 0;
    color:white;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    cursor: pointer;
}

.service-photo {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}
#service.list-group:last-child .list-group-item {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.cancel-button a {
    text-decoration: none;
}

#error-message {
    color: #8A989A;
    max-height: 0;
    overflow: hidden;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    max-width: 682px;
    box-shadow: unset;
    transition: all 0.2s;
}

/* .sos-details {
    transition: max-height 0.3s;
    max-height: 100px;
}

.sos-details.hide {
    max-height: 0;
    overflow: hidden;
} */

.navigation-box #navigation-menu {
    display: block;
}


#my-list-page .navigation-box #navigation-tab {
    display: none !important;
}

a, button {
    cursor: pointer;
}

.details .box-2 span.box-heading {
font-size: 25px;
}

.services-price {
    max-height: 12vh;
    overflow: auto;
    overflow-x: hidden;
}

.services-list:before {
    content: "";
    z-index: 1;
    position: absolute;
    pointer-events: none;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 88%);
    height: 10%;
    width: 93%;
}

.services-list { 
    position: relative;
}

.services-list:after {
    content: "";
    z-index: 1;
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 88%);
    height: 10%;
    width: 88%;
}

html, body {
    /*height: 100%;*/
    min-height: 100%;
}

.banner .jobs-suggestion a,.banner .sub-categories a {
 font-weight: unset;
}

#payment .confirm-box {
display: none;
}

.tumtantur-content:not(#location-page):not(#payment-page):not(#payment-page-mobile):not(#login):not(#homepage):not(#verification-page .tumtantur-content):not(#generic-page, #transaction_successful)  {
    min-height: 100vh;
    /*padding-bottom:10px;*/
}

.iconed-input i.icon::before {
    font-weight: bolder !important;
    font-size: 1rem;
    color: #8a989a;
}

#loginForm .facebook-btn i {
    font-size: 1.2rem;
    height: 20px;
    width: 20px;
}

#homepage .categories-box a span.icon-container {
 border-width: 3px;
 border-color: #ecebeb  !important;
 border-radius: 5px !important;
 /*background-color: #f3d0da;*/
 width: 120px;
}

.nav-menu {
    border:0;
    background: transparent;

}

.iconed-input i {
    right: 10px;
    top: 0px;
    position: absolute;
    padding: 12px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    text-align: center;
}

#homepage  {
    /*min-height: 100vh;*/
    /*padding-bottom:10px;*/
}

#homepage .banner .banner-content input[type="text"] {
    background-color: #fff;
}

.sidemenu {
    display: none;
}

a.language.active {
    background-color: #E47390 !important;
    color: white !important;
}

button:active:not(.btn-step) {
    opacity: 0.5;
}

button.btn-step:active:is(.done) {
    color: #E47390;
    background-color: #fbedf1;
    border: 2px solid #E47390;

}

#header .my-account-link,#header .logout-link {
    display: none;
}

#header {
    z-index: 1000;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 #header .navbar .navbar-nav .nav-item {
    background-color: #F3F3F3;
    border: #F3F3F3 3px solid;
    min-width: 80px;
    text-align: center;
}

#header .navbar .navbar-nav .nav-item.language:hover {
    background-color: #E47390;
    color: white;

}

 #header .navbar .navbar-nav .nav-item:nth-of-type(2){
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

 #header .navbar .navbar-nav .nav-item:nth-child(1){
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

 #header .navbar .navbar-nav .nav-item .nav-link {
    color: #E47390;
}

 #header .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #F3F3F3;
}

 #header .navbar-expand-lg .navbar-nav .nav-item {
    padding: 2px 20px 2px 20px;
    margin: 0;
}

 .navbar-nav {
    align-items: center;
}

 #header .navbar-expand-lg .navbar-nav .nav-link.white-outline, .white-outline {
    color: #8c9b9e;
    text-shadow: -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 1px 1px 0 #f3f3f3;
}

/*#header .navbar-expand-lg .navbar-nav .nav-item {*/
/*    padding: unset;*/
/*}*/

/* for: generic-page */
#see-more.hide {
    display: none;
}

.sticky-summary {
    position: sticky;
    top: 215px;
}

.mobile-banner {
    /*background-image: url(/images/tumtan-background.png);*/
    /*background-size: cover;*/
    /*background-position: center;*/
}

.sidemenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: none;
}

#homepage .banner .jobs-suggestion span, #homepage .banner .sub-categories span {
    background: #E47390;
    border: 1px solid #ffffff;
}

.category-icon-box {
    border: 2px solid white;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}
.banner .jobs-suggestion span.category-container:hover,.banner .sub-categories span.category-container:hover {
    /*border: 1px solid #E47390;*/
    /* width: 131px; */
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 16px;
    border-radius: 12px;
    transform: scale(1.05);
    color: #fff;
}

.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline;
}

.sticky-footer {
    height:324px;
}

/*#my-list-page {*/
/*    padding-top: 100px;*/
/*}*/

.banner .jobs-suggestion a.hidden-category {
    opacity: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    transition:opacity 0.3s;
}

.banner .jobs-suggestion a.category-see-more span,.banner .jobs-suggestion a.category-see-less span {
    background-color: unset;
    color: unset;
    border: unset;
    text-align: left;
}

.banner .jobs-suggestion a.show , .banner .jobs-suggestion a.show-categories{
    opacity: 1;
    width: unset;
    overflow: unset;
    margin-right: 35px;
}

.total-amount {
    font-family: 'SukhumvitSet-Bold';
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #e47390 !important;
    border: 1px solid #e47390 !important;
}

footer .upper-footer {
    padding-bottom: 40px;
}

#forgot-password-page {
    justify-content: center;
    align-items: center;
    /* align-content: center; */
    display: flex;
}

.table-headers th {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'SukhumvitSet-Bold';

}

.show-error {
    max-height: 100px !important;
    overflow: unset;
    transition: all .2s ease;
}

/*.describe-task-holder .map button.map-search.next-button {*/
/*    background-color: #E47390;*/
/*    border: 1px solid #D3D3D3;*/
/*    padding-left: 0;*/
/*    text-decoration: none*/
/*}*/

/* for: progress-bar */

#progress-bar {
top: unset;
position: unset;
transition: top .3s ease;
}

#progress-bar h1 {
margin-bottom: 15px;
}

.progressbar li:after {
    height: 3px;
}

#progress-bar .progress-bar-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mini-progress-bar {
    max-height: 80px !important;
    transition: all .2s ease;
    overflow: unset;
    border-radius: 50px;
}

#progress-bar-header {
    opacity: 1;
    transition: all .2s ease;
    max-height: 100px;
}

.mini-progress-bar #progress-bar-header {
    opacity: 0;
    max-height: 0;
    transition: all .2s ease;
}

.payment-methods .payment-gateway-figures figure {
    margin-left: 15px
}

.payment-gateway-figures figure {
    margin: 0px 0 0rem;
}

#progress-bar .mini-progress-bar h1 {
    margin-bottom: 0;
}

.btn-step {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 26px;
    border: 2px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 4px auto 5px auto;
    background-color: #D6D7D8;
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.done-step {
    border-color: #E47390;
    background-color: #E47390;
    color: #fff;
    font-weight: 600;
}

.current-step {
    border-color: #E47390;
    background-color: #fff;
    color: #E47390;
}
/* end: progress bar*/

.with-error {
    color: #495057;
    background-color: #fff;
    border-color: #e1565566;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #eb4d4b61;
}

.with-error:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e1565566;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #eb4d4b61;
}

/* for: calendar and timepicker */
td.fc-day-today {
    background-color: #FBEAEE !important;
    color: #E47390;
}

.calendar-spinner .sk-chase {
    height: 60px;
    width: 60px;
    position: unset;
}

.timepicker-dropdown {
    height: 0;
    overflow: auto;
    border-width: 0 0 0 0;
    border-style: solid ;
    border-color: rgb(118, 118, 118);
    transition: all 0.3s;
}

.timepicker-dropdown li {
    padding: 5px;
    border-bottom: 1px solid #f5c6cb;
    font-size: 18px;
    
}

.timepicker-dropdown li:hover {
    background-color: #f7d5dd;
    border: 1px solid #E47390;
    border-right-width: 0;
    border-left-width: 0;
    font-weight: 400;
    color: #E47390;
}

.timepicker-dropdown.show {
    height: 150px;
    overflow: auto;
    border-width: 0 2px 2px 2px;
    border-style: solid ;
    border-color: #f3afb6;

}

.ui-timepicker-container.adjust-height { 
    height: 40px !important; /* to override the inline-style height */ 
}

.ui-timepicker-standard #ui-active-item.ui-state-hover {
    background-color: #f7d5dd;
    border: 1px solid #E47390;
    border-right-width: 0;
    border-left-width: 0;
    font-weight: 400;
    color: #E47390;
}

.ui-menu-item {
    border-bottom: 1px solid #dcdbdb7d ;
}

#timepicker.timepicker, .ui-timepicker-container {
    border: 2px solid #E47390;
    border-radius: 5px;
}

.typeahead {
    transition: all 0.2s
}

#timepicker.timepicker.dropdown-open, .search-bar.typeahead.tt-input.dropdown-open, .tt-hint.dropdown-open,#homepage .tumtantur-search-bar.dropdown-open,#homepageMobile .tumtantur-search-bar.dropdown-open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white !important;
}

.typeahead {
    transition: border-radius 0s;
}
.ui-timepicker-container, .ui-timepicker {
    padding: 0 !important;
}

li.ui-menu-item.timepicker-message {
    font-size: 14px;
    justify-content: center;
    display: flex;
}

.fc-state-default.fc-corner-left.fc-state-disabled {
    color: white;
    border: unset;
    transition: background-color 0.4s;

    
}


.fc-state-default.fc-corner-left.fc-state-enabled {
    color: white;
    background-color: #D47B96;
    transition: background-color 0.4s;
    
}

.ui-timepicker-container.ui-timepicker-standard {
    z-index: 9999 !important;
}
.fc-h-event {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fc-event-title-container {
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    background-color: #E47390;
    color: white;
    text-align: center;
}

.status-marker {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -20px;
}

.fc-day.fc-sun:not(.fc-past), .fc-day.fc-sat:not(.fc-past) {
    color: unset !important;
}

.fc-past {
    color: #b8b8b8;
}

.fc-view div.fc-cell-overlay {
    background: unset;
}

tbody .fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
    background-color: #E47390 !important;
}

.primary-pink {
    color: #E47390
}

#login header,#registerPage header, #login #header, #registerPage #header {
    position: unset;
}

#password-message span {
font-size: 15px;
}

#password-message {
max-height: 0;
transition: all 0.3s;
overflow: hidden;
background: #ffeff2;
position: relative;
margin: 5px;
border-radius: 5px
}

#hide-password, #show-password {
    transition: opacity 0.3s;
    opacity: 0;
    border: 0;
    padding: 0;
}
#password-message p {
padding: 10px 35px;
font-size: 18px;
}

#password-message span {
text-align:left
}

.valid {
color: #4cc267;
}

.valid:before {
position: relative;
margin: 0 5px 0 0;
font-size: 16px;
font-family: bootstrap-icons !important;
font-weight: bolder;
content: "\f26e";
}

.validations {
    display:flex;
    flex-direction: row;
}

.invalid {
color: #d64c59;
}

.invalid, .valid {
    display: flex;
    align-items: center;
}

.invalid::before {
position: relative;
margin: 0 5px 0 0;
font-size: 16px;
content: "\f62a";
font-family: bootstrap-icons !important;
font-weight: bolder;
}

#tumtantur-modal .modal-dialog button, #tumtantur-modal-form .modal-dialog button {
    border-radius: 12px;
    max-width: 272px;
    width: 100%;
    height: 48px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.time-down::after {
    content: url(/images/primary-decrement.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.time-up::after {
    content: url(/images/primary-increment.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.ok-button , .confirm-notice {
    background-color: #E47390;
    border: 1px solid #E47390;
    width: 100%;
    /*height: 50px;*/
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'SukhumvitSet-Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* end: calendar and timepicker*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: all 0.4s;
}

.active .accordion:hover {
    background-color: #ccc;
}

.amount-cell {
    width: 1%;
    white-space: nowrap;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.border-pink {
    border-color: #E47390;

}

.text-pink {
    color: #E47390 !important;
}

.text-black {
    color: #000000 !important;
}


#alert.hidden, #mobile-alert.hidden {
    max-height: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 0;
}

#alert {
    transition: all 0.3s;
    max-height: 500px;
    width: 0;
}

#alert.alert-danger, #mobile-alert.alert-danger {
    color: #E47390;
    background-color: rgb(220 53 69 / 10%);
    border-color: #f5c6cb;
    overflow: hidden;
}

#alert.alert-success, #mobile-alert.alert-success {
    color: #28a745;
    background-color: rgb(0 241 131 / 10%);
    border-color: #a1deaf;
    overflow: hidden;
}

#alert {
    min-width: 100%;
    max-width: fit-content;
    text-align: left;
}

#discount-error {
    color: red;
    font-family: 'SukhumvitSet-Light';
    font-size: 13px;
}

#discount-code-name {
    padding-left: 20px;
}

/* for: footer */
footer a:hover {
    color: #E47390
}

footer #copywrite p {
    font-size: 14px
}

footer .upper-footer .social-links-footer-con {
    /*margin-right: 110px;*/
}

/*.facebook-i {*/
/*    color: #1a73e8;*/
/*}*/

/*.line-i {*/
/*    color: #00b900;*/
/*}*/

.contact-icon {
    font-size: 1.5rem;
}

.sticky-summary .social-links a {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.sticky-summary .contact-icon {
    font-size: 1.5rem;
}

.social-links a {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 3px 0px 6px  rgba(0, 0, 0, 0.15);
}

a.facebook-link, a.line-link, .facebook-i , .line-i {
    transition: all 0.3s;
}

a:hover .contact-icon::before {
    color: white;
}

.social-links a.facebook-link:hover {
    background-color: #E47390;
    text-decoration: none;
}

.social-links a.line-link:hover {
    background-color: #E47390;
    text-decoration: none;
}

/*footer .bottom-footer {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/

footer li.nav-title h5 {
    color: #E47390;
    margin-bottom: 5px;
}
/* end: footer */

/*#header .navbar-expand-lg .navbar-nav .nav-link:hover {*/
/*    color: white;*/
/*}*/

.google-btn {
    display: inline-block;
    color: #444;
    width: 190px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    white-space: nowrap;
}

.google-btn:hover {
    cursor: pointer;
}

.facebook-btn {
    display: inline-block;
    color: #ffffff;
    background: #1a73e8;
    width: 190px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    white-space: nowrap;
}

.facebook-btn:hover {
    cursor: pointer;
}

.signin-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E47390;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.payment-method-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.signin-separator span {
    background: #fff;
    color: #888888;
    padding: 0 10px;
}

.payment-method-separator span {
    background: #fff;
    color: #888888;
    padding: 0 10px;
}


span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    /*font-family: 'Roboto', sans-serif;*/
}

.preloader {
    align-items: center;
    background: #F3F3F3;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear, z-index 0.3s linear;
    width: 100%;
    z-index: 99999;
}

/* for: view-booking-page */

#view-booking-page .tumtantur-box {
    box-shadow: unset;
}

#view-booking-page table {
    box-shadow: unset;
}

#view-booking-page .services-selected {
    padding: 20px;
    margin-bottom: 20px;
}

#view-booking-page .booking-total {
    padding: 20px;
    margin-bottom: 20px;
}

/* end: view-booking-page */

#qr-code-modal button.next-button {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    max-width: 390px;
    width: 100%;
    height: 50px;
    border-radius: 12px;
    cursor: pointer;
}

/* for: omise */
.omise-modal .header-container {
    display: flex;
    margin-bottom: 40px;
    font-size: 14px;
}

.omise-modal #message {
    color: rgb(69, 76, 89);
    /*line-height: 1.4em;*/
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.omise-form-label {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    margin-left: 10px;
    margin-top: -9px;
    padding: 0px 4px;
    color: rgb(133, 139, 154);
    font-size: 12px;
    background-color: rgb(255, 255, 255);
}

.omise-body input.omise-form-input#cardNumber {
    display: block;
    width: 100%;
    padding: 0px 60px 0px 12px;
    border: 1px solid rgb(208, 214, 226);
    border-radius: 4px;
    font-size: 18px;
    height: 44px;
    outline: none;
    transition: border-color 0.2s ease 0s;
    color: green;
}

.omise-modal #message.show {
    opacity: 1;
    max-height: 60px;
    transition: all 0.3s;

}

.omise-img {
    display: block;
    width: 40px;
    height: 40px;
}

.img-container {
    flex: 1 1 57px;
    max-width: 57px;
}

.omise-modal {
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    position: relative;
    width: 400px;
    margin: 100px auto;
    padding: 48px;
    border: 0.5px solid rgb(208, 214, 226);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgb(40 41 44 / 10%) 0px 7px 25px 0px;
}

.omise-modal .company-name {
    display: block;
    color: rgb(4, 7, 13);
    font-weight: bold;
    line-height: 1.5em;
}

.omise-modal .omise-description {
    display: block;
    color: rgb(69, 76, 89);
    line-height: 1.4em;
    opacity: 0.5;
}

.omise-close {
    position: absolute;
    right: 22px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
}

.omise-method {
    flex: 1 1 55%;
    max-width: 55%;
    color: rgb(4, 7, 13);
    font-size: 16px;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 24px;
    margin-bottom: 40px;
}

.omise-label {
    color: rgb(133, 139, 154);
    font-size: 14px;
}

.omise-secure {
    margin-right: 4px;
    color: rgb(161, 170, 179);
    font-size: 14px;
}

.omise-body {
    margin-bottom: 40px;
}

#banks {
    margin-bottom: 24px;
    align-items: center;
    flex-flow: row wrap;

}

.omise-info {
    /*position: absolute;*/
    bottom: 14px;
    right: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#credit-card-form .omise-security-code {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 9px;
    margin-bottom: .5rem;

}

.omise-security-code label {
        margin-bottom: unset;
}

.omise-info-box.hide-info {
display: none;
}

.omise-info-box.show-info {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 10;
    width: 190px;
    padding: 16px;
    margin-left: 12px;
    border: 1px solid rgb(208, 214, 226);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    opacity: 1;
    pointer-events: auto;
    box-shadow: rgb(68 75 81 / 25%) 0px 2px 4px;
    transform: scale(1) translateY(-50%);
    transform-origin: left top;
    transition: all 0.1s ease 0s;
}

.omise-info-box::before {
    z-index: 2;
    width: 14px;
    height: 14px;
    margin-right: -7px;
    background-color: white;
}
.omise-info-box::after {
    z-index: 1;
    width: 16px;
    height: 16px;
    margin-right: -8px;
    box-shadow: rgb(68 75 81 / 10%) 0px 2px 4px;
    background-color: rgb(208, 214, 226);
}

.omise-info-box > img {
    display: block;
    width: 95px;
    margin: auto;
}
.arrow-mark {
    position: absolute;
    top: 0px;
    right: 100%;
    z-index: 20;
    width: 16px;
    height: 100%;
    margin-right: -16px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    pointer-events: none;
}
.omise-info-box::before, .omise-info-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%) rotate(
            45deg
    );
}

.omise-info-box label.omise-info-text {
    margin-bottom: 8px;
    color: rgb(173, 191, 205);
    font-size: 14px;
    text-align: center;
    line-height: 1.15;
}

.omise-info > img {
     display: block;
    width: 100%;
}

#omise-button, #card-pay-button {
    display: block;
    width: 100%;
    height: 44px;
    border: 0px;
    background-color: rgb(26, 86, 240);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
    transition: background-color, opacity 0.3s ease 0s;
}

#omise-button:disabled {
    opacity: 0.5;
}

.bank-container {
    background-color: #1583c7;
    border: 3px solid #ffffff;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    padding: 10px;
    transition: all .1s ease-in-out;
}

.omise-modal .selected {
    border: 3px solid #E47390;
    transform: scale(1.1);

}

.bank-account-container:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.bank-name {
    font-size: 12px;
}

#payment button.bank-account-container {
    background-color: #FFFFFF;
    border: 3px solid #e47390;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    padding: 10px;
    transition: all .1s ease-in-out;
}

.bank-container img {
    pointer-events: none;
    user-select: none;
}


.bank-account-container img {
    pointer-events: none;
    user-select: none;
}
/* end: omise */

/* for: OTP fields */
#otp .form-control, #mobile-otp .form-control {
    -webkit-transition: none;
    transition: none;
    width: 36px;
    height: 40px;
    text-align: center;
    font-size: 15px;

}

#otp .form-control:focus, #mobile-otp .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(228 115 144 / 20%);
}

#otp .form-control.form-control-solid, #mobile-otp .form-control.form-control-solid {
    background-color: #ffffff;
    border-color: #e47390c9;
    border-width: 2px;
    color: #E47390;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
    background-color: #ffffff;
    border-color: #EBEDF3;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#otp input::-webkit-outer-spin-button,
#mobile-otp input::-webkit-outer-spin-button,
#otp input::-webkit-inner-spin-button,
#mobile-otp input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
/* end: OTP fields*/

#header .navbar-expand-lg .navbar-nav li.hidden-user-btn {
    display: none;
}

#header .navbar-expand-lg .navbar-nav li.show-user-btn {
    display: list-item;
}

.menu-container .account-menu a:hover {
    text-decoration: none;
}

.menu-container.languages {
    /*min-width: unset;*/
    /*width: 12%;*/
}



#header .menu-container a {
    text-align: left;
    margin: 0 5px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:not(#account-button) {
    /*margin-right: 30px;*/
    /*margin-left: 30px;*/
}

/* Firefox */
#otp input[type=number],
#mobile-otp input[type=number] {
    -moz-appearance: textfield;
}

#input-email {
    background: url(/images/envelope-primary.png) no-repeat scroll 7px 7px;
    padding-left: 40px !important;
    border: solid 2px #e47390c9;
    color: #8A989A;
}

#card-form, #mobile-card-form {
    max-width: 500px;
    border-bottom: solid 10px #E47390;
    border-top: solid 10px #E47390;
}

.primary-button {
    background-color: #E47390;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'SukhumvitSet-Bold';
    border: 1px solid #E47390;
    color: #ffffff;
    width: 80%;
}

ul#service-provider-reasons li {
    color: #8A989A;
    font-size: 16px;
}

ul#service-provider-reasons li::before {
    content: "\2022";
    color: #8A989A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.secondary-button {
    background-color: transparent;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'SukhumvitSet-Bold';
    border: unset;
    color: #8A989A;
    width: 80%;
}

#payment .payment-button, #payment .cancel-button{
    border-radius: 12px;
}

.confirm-button {
    background-color: #E47390;
    border: 1px solid #E47390;
    width: 100%;
    /*height: 50px;*/
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'SukhumvitSet-Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.details .next-btns a {
    opacity: 1;
}

.cancel-button, .cancel-notice {
    background-color: #DCDBDB;
    border: 1px solid #DCDBDB;
    width: 100%;
    /*height: 50px;*/
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'SukhumvitSet-Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cancel-button, .cancel-notice a {
    text-decoration: none;
}

.transaction-info thead th:not(:last-child),.transaction-info tbody td:not(:last-child) {
border-right-width: 0;
}

.transaction-info thead th {
 border-bottom-width: 1px;
border-top: 1px solid #dee2e6;

}

.transaction-info thead th:last-child,.transaction-info tbody td:last-child {
    position: sticky;
    right: 0;
    background: white;
}

.transaction-info table#table-list {
    border-spacing: 0;
    border-collapse: separate;
}

.transaction-info table#table-list tbody td {
    border-bottom-width: 0;
}

.transaction-info table#table-list tbody tr:last-child td{
border-bottom-width: 1px;
}


/* .transaction-info .table-responsive table:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #F3F3F3 70%);
    width: 10%;
}

.transaction-info .table-responsive table:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 15px;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #F3F3F3 70%);
    width: 10%;
} */

a.return-to-home {
    border-radius: 12px;
    max-width: 398px;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #ffffff;
    margin-top: 34px;
    margin: 34px auto 0 auto;
}

#transaction_successful.tumtantur-content {
    min-height: unset;
}

#payment .apply-coupon {
    border-radius: .25rem;
}

#table-list {
    display: block;
}

#transaction-details {
    display: flex;
}

#mobile-transaction-details {
    display: none;
}

#mobile-table-list {
    display: none;
}


#services-selected {
    display: table;
}

#additionalPayments {
    display: table;
}

.scrollToTopBtn {
    display: none;
}

#total-row {
    display: block;
}

#sos-row {
    display: block;
}

#discount-row {
    display: block;
}


#mobile-discount-row {
    display: none;
}
#mobile-total-row {
    display: none;
}

#mobile-sos-row {
    display: none;
}

.payment-button {
    background-color: #E47390;
    border: 1px solid #E47390;
    /*width: 150px;*/
    max-width: 100%;
    /*height: 50px;*/
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
    font-family: 'SukhumvitSet-Bold';
    display: flex;
    justify-content: center;
    align-items: center;
}

/* for: verification-page */
 #verification-page #card-form {
    display: flex;
 }
#verification-page #mobile-card-form {
    display: none;
}
/* end: verification-page */

/*#verification-page footer {*/
/*    margin-top: unset;*/
/*    bottom: 0;*/
/*    height: 2em;*/
/*    left: 0;*/
/*    position: static; !* Updated Property *!*/
/*    width: 100%;*/
/*}*/

#verification-page .tumtantur-content {
    padding-top: 150px;
}

/*#verification-page .tumtantur-content {*/
/*    position: relative; !* for the footer to move with the page size *!*/
/*    height: 100%; !* for the footer to be at the bottom *!*/

/*    padding-bottom: 6rem;*/
/*}*/

.sub-header-box {
    justify-content: center;
    display: flex;
    text-align: center;
}

.sub-header-box p {
    width: 80%;

}


.details .box-1 ul.list-group li button.select::after {
    content: url(/images/check.png);
    vertical-align: middle;
    height: 35px;
    width: 35px;
}

.plus-btn, .minus-btn, .select {
    background-color: transparent;
    border: 0;
}

.form-container.hide-form {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.form-container {
    /*max-height: 600px;*/
    opacity: 1;
    overflow: hidden;
    transition: all 0.8s;
}

.undraggable-image {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

:not(#navigation-menu).clickable-menu a:hover {
    cursor: pointer;
    background-color: #e4739066;
    color: white
}

.clickable-menu li.active a,#navigation-menu.clickable-menu .active, #navigation-menu .active a {
    color: #ffffff;
    background-color: #E47390;

}

.clickable-menu hr, .category-list hr {
    padding: unset;
    margin: unset;
}

.category-list hr {
    border-top:  1px solid rgb(240 107 138 / 30%)
}

.timepicker {
/*z-index: 99999;*/
    padding: 4px;
    font-size: 20px;
}


.clickable-menu li { padding: 0px; }
.clickable-menu li a { margin: 0px; display: block; width: 100%; height: 100%; text-decoration: none; color:#212529}

#signInContainer a:hover {
    text-decoration: none;
}

.table-limit {
    overflow: auto;
    max-height: 600px;
}

#selectedServices  td.cell-limiter{
    max-width: 500px;
    overflow-y: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sticky {
    position: sticky;
    right: 0;
    background-color: white;
}

#selectedServices tr:first-child td {
    border-top-width: 0;
}

#selectedServices td.remarks.cell-limiter {
    max-width: 100px;
}

.table-responsive {
    display: block;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}

.sticky-thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.minus-btn.active {
    content: "";
    background: url(/images/minus-btn-active.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
}

.number  input {
    height: unset;
}

.minus-icon::before {
    content: "\f2e6";
    font-family: bootstrap-icons !important;
}

.minus-icon.active::before {
    content: "\f2e5";
}

.minus-btn i{
    font-size: 1.5rem;
    color:#d3d3d3;
}

.plus-btn i, .minus-icon.active {
    font-size: 1.5rem;
    color:#e47390;
}

td.service-name-cell {
    width: 20px;
    max-width: fit-content;
}

.table-limit th {
    border: unset;
}

.table-limit thead th:last-child {
    width: 1%;
}
.table-limit thead th {
    background-color: #ffffff;
    position: sticky;
    top: -1.5px;
    z-index: 1;
}

/*.details .box-1 ul.list-group li button.minus-btn::after {*/
/*    content: url(/images/minus-btn.png);*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    vertical-align: middle;*/
/*    !*opacity: 50%;*!*/
/*}*/

/*.details .box-1 ul.list-group li button.plus-btn::after {*/
/*    content: url(/images/plus-btn.png);*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    vertical-align: middle;*/
/*}*/

.body-content {
    transition: padding 0.2s ease ;
}

#task-list {

    /*scrollbar-width: thin;*/
    /*scrollbar-color: rgb(180, 180, 180, .5) rgb(180, 180, 180, .1);*/

}

#my-list td{
    vertical-align: unset;
}

#view-booking-page th{
    border-bottom-width: 1px;
}

#my-list td label{
    margin-bottom: 0;
}

.describe-task-holder .map button.map-search {
    height: 100%;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 9px;
    cursor: pointer;
    font-family: 'SukhumvitSet-Medium';
}

.tumtantur-content#homepage .owl-two .owl-stage-outer .owl-stage {
    /*transform: translate3d(-720px, 0px, 0px) !important;*/
}

.home-searchbar-loader {
    position: absolute;
    padding: 15px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 66px;
    text-align: center;
    right: 0;
    top: 0;
}
/*@media (max-width: 991.98px) {*/

/*    .banner .jobs-suggestion span {*/
/*        color: #fff;*/
/*        border: 1px solid #fff;*/
/*    }*/


/*}*/

@media (max-width: 800px){
    #progress-bar h1 {
        font-size: 34px;
    }

    /*ul.progressbar li p {*/
    /*    display: none;*/
    /*}*/

    .mobile-step-description {
        display: block;
    }

    .sidemenu {
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 99998;
        top: 0;
        right: -250px;
        background-color: #FFFFFF;
        display: block;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }
}


.text-opacity-half .service-select-0{
    opacity: 1;
}

#task-list ::placeholder {
    color: #D6D7D8;
    font-weight: lighter;
    opacity: 1; /* Firefox */
}

#task-list :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D6D7D8;
    font-weight: lighter;
}

#task-list ::-ms-input-placeholder { /* Microsoft Edge */
    color: #D6D7D8;
    font-weight: lighter;
}
.tag-span {
    font-size: 1.0rem;
}
.banner .banner-content input[type="submit"]{

}

/*body ul.ui-widget.ui-widget-content {*/
/*    border: unset;*/
/*    top: -500px !important;*/
/*}*/
/*.ui-menu-item:focus {*/
/*    background: #df7490 !important;*/
/*    color: white;*/
/*}*/

.banner .jobs-suggestion span, .banner .sub-categories span {
    /*background-color: #f0e1e5;*/
    /*border: 0;*/
    padding: 6px;
    /*background: #E47390;*/
}

.category-container {
    border: 0;
    padding: 6px !important;
    /*background: #E47390;*/
}

.slider .banner {
    transition: all 0.3s;
}

#mobile-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #EDEDED;
    overflow-x: hidden;
    transition: 0.5s;
}

#mobile-menu ul {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/*!* Extra small devices (phones, 600px and down) *!*/
/*@media only screen and (max-width: 600px) {*/
/*    h3 {color: red;}*/
/*}*/

/*!* Small devices (portrait tablets and large phones, 600px and up) *!*/
/*@media only screen and (min-width: 600px) {*/
/*    h3 {color: green;}*/
/*    .banner .banner-content input[type="submit"] {*/
/*        display: block;*/
/*        margin-left: 0px;*/
/*        margin-bottom: 15px;*/
/*        border: 1px solid #fff;*/
/*        right: unset;*/
/*    }*/
/*}*/

/*    !* Medium devices (landscape tablets, 768px and up) *!*/
/*@media only screen and (min-width: 768px) and (max-width: 992px) {*/

/*    h3 {*/
/*        color: blue;*/
/*        font-size:4.5vw;*/
/*    }*/

/*    form#loginForm input {*/
/*        height: 8vw;*/
/*        font-size: 2.5vw;*/
/*    }*/

/*    #login-now {*/
/*     height: 8vw;*/
/*    }*/

/*    a,div {*/
/*        font-size: 2.5vw;*/
/*    }*/
/*}*/

/*!* Large devices (laptops/desktops, 992px and up) *!*/
/*@media only screen and (min-width: 992px) {*/
/*    h3 {*/
/*        color: orange;*/
/*        font-size: 2.5vw;*/
/*        }*/
/*}*/

/*!* Extra large devices (large laptops and desktops, 1200px and up) *!*/
/*@media only screen and (min-width: 1200px) {*/
/*    h3 {color: pink;}*/
/*}*/


/* scaffolding */
/* ----------- */
.tt-menu,
.gist {
    text-align: left;
}

/* base styles */
/* ----------- */
/* site theme */
/* ---------- */

.example {
    padding: 30px 0;
}

.example-name {
    margin: 20px 0;
    font-size: 32px;
}

.demo {
    position: relative;
    *z-index: 1;
    margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
    height: 30px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.tt-highlight {
    color: #ea92a8;
}
.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu  .tt-suggestion:first-child {
    border-top: unset ;
}

.tt-menu {
    /*max-width: 100% !important;*/
    /*left: 0 !important;*/
    width: 100%;
    /*top: 32% !important;*/
    margin: 12px 0;
    padding: 0 0;
    /*padding-top: 20px;*/
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 500%;
    overflow: auto;
}

.tt-suggestion {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 24px;
    /*color: #8a989a; */
    color: #646b6c;
    border-top: 1px solid #ea92a8;
}

#location-page .tt-highlight,#location-page-mobile .tt-highlight,#account-information-page .tt-highlight,#body-content-mobile .tt-highlight{
    /*color: #8a989a;*/
    color: #646b6c;
    font-weight: normal !important;
}
.tt-suggestion:hover, .tt-suggestion:hover strong.tt-highlight {
    cursor: pointer;
    color: #fff !important;
    background-color: #ea92a8;
}

twitter-typeahead{
    max-width: 682px;
    width: 100%;
}

.tt-suggestion.tt-cursor, .tt-suggestion.tt-cursor .tt-highlight  {
    color: #fff !important;
    background-color: #ea92a8;
}

.tt-suggestion.tt-cursor {
    border-left: 5px solid #ebbfbf;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

tt-dataset {
 padding-top: 10px;
}

#transaction_successful {
    margin-top: 179px;
}
.empty-message {
    padding: 5px 10px;
    text-align: center;
    color: #646b6c;
}

.breadcrumb-holder .breadcrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

.breadcrumb-holder .breadcrumb-item+.breadcrumb-item::before {
    content: "\f285";
    font-family: 'bootstrap-icons';
    font-weight: bolder;
}

.breadcrumb-holder .breadcrumb .active a {
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #4c5656;
    text-decoration: none;
}

.describe-task-holder .map .input-group-text::after {
    content: unset;
}

.location-pin {
    font-size: 1.5rem;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

.sos-checkbox
{
    display: block;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.sos-checkbox
input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sos-checkmark {   
    position: absolute;
    border-radius: 5px;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
}

.sos-checkbox
input:checked ~ .sos-checkmark {
    background-color: #e47390;
}

.sos-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sos-checkbox
input:checked ~ .sos-checkmark:after {
    display: block;
}

.sos-checkbox .sos-checkmark:after {
    left: 5px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
            45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg);
}
