:root {
    --muted-color: #404040;
    --brand-color: #cd1e56;
    --engaged-color: #ddd;
}

.line-height-15 { line-height: 15px; }
.brand-background { background-color: var(--brand-color); }
.muted-background { background-color: var(--muted-color); }
.b2b-background{ background: #17A2B8 !important; }
.b2b-background-instant{ background: #b33dc2 !important; }
.order-color-box{display: inline-block; width: 20px; height: 20px;}
.engaged-background { background-color: var(--engaged-color); color: #000; }

.muted-half-background { background: rgb(64,64,64);
    background: linear-gradient(90deg, rgba(64,64,64,1) 50%, rgba(156,135,25,1) 100%); }
.brand-half-background { background: rgb(205,30,86);
    background: linear-gradient(90deg, rgba(205,30,86,1) 50%, rgba(255,186,0,1) 100%); }
.brand-full-background { background: rgb(205,30,86);
    background: linear-gradient(90deg, rgba(205,30,86,1) 50%, rgba(0,160,255,1) 100%); }

.brand-color { color: var(--brand-color); }
.resize-y { resize: vertical; }

.pinch-border:after { content: ''; position: relative; display: block; width: 100px; height: 3px; background-color: var(--danger); margin-top: 5px;
    border-radius: 5px;
}

.big-confirm .vc-container {
    width: 25% !important;
}

.list { font-size: 13px; }
.request-data { position: relative; display: block; width: 500px; }

@media (max-width: 700px) {
    .request-data {
        width: 100% !important; 
    }
    .width-450{ width: 100% !important; }
}

.width-450 { width: 450px; }
.width-150 { width: 150px; }
.width-400 { width: 400px; }
.width-100 { width: 100px; }

.operation-icons { position: relative; display: inline-table; padding: 0 0 0 10px; }
.operation-icons button, .operation-icons a { margin: 0 2px; }
.status-container { position: relative; display: block; width: 600px; }

.button-align { margin-top: 50px; margin-top: 23px; }

.arrived-in-container { width: 500px !important; }
.maid-list { position: relative; display: block; width: 100%; padding: 5px; margin: 0; }
.maid-list li { position: relative; display: inline-block; padding: 5px; border: solid 1px transparent; vertical-align: middle; margin: 0 2px;
    transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s;
}
.maid-list li>div, .maid-list li>template>div { display: flex; }
.maid-list li .avatar { position: relative; display: block; width: 35px; height: 35px; border-radius: 50%; }
.maid-list li img.brand-border { border: solid 2px var(--brand-color); }
.maid-list li img.green-border { border: solid 2px #00c292 }
.maid-list li img.crown { position: absolute; width: 15px; box-shadow: 0 0 10px #ccc; border: solid 1px #ccc;
    border-radius: 50%; left: 30px; top: 2px; }

.maid-list li:hover { border: solid 1px var(--green); border-radius: 5px }
.maid-list li:last-child:hover { border: solid 1px transparent }
.more-maid>i { font-size: 20px; margin-left: 10px; border: solid 2px var(--primary); color: var(--primary); padding: 10px 12px;
    border-radius: 50%; width: 44px; text-align: center;
    transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s;
}
.more-maid>i:hover { border: solid 2px var(--primary); color: #fff; background-color: var(--primary); }

.offline-select { position: absolute; z-index: 10; }

.inactive-hours select { width: 90px; margin-right: 15px; }

.selected-border { border: solid 1px var(--brand-color) !important; border-radius: 5px }
.selected-star { color: var(--yellow); }
.remark-container { width: 200px !important; }

.status-container-form { width: 450px !important; }
.save-btn-container { width: 280px !important; }
.button-container { width: 800px !important; }
.profile-name-rating { font-size: 12px; padding: 0 10px; }
.profile-name-rating i.fa-star { font-size: 8px; }

.pin-red-btn { background-color: #ff0c23 !important; }
.online-status { width: 250px !important; }

.phone-no { width: 700px !important; }
.change-location { width: 700px !important; }

.update-request-save-container { position: relative; display: flex; justify-content: flex-end; align-items: flex-end; }

.brand-big-border { border-bottom: solid 10px var(--brand-color); }

.switch-checkbox-lbl { position: relative; display: block; height: 14px; width: 32px; background: #898989; border-radius: 100px; cursor: pointer;
    transition: all 0.3s ease; }
.switch-checkbox-lbl:after { position: absolute; left: -2px; top: -3px; display: block; width: 20px; height: 20px; border-radius: 100px;
    background: #fff; box-shadow: 0px 3px 3px rgba(0,0,0,0.05); content: ''; transition: all 0.3s ease; }
.switch-checkbox { display: none; }
.switch-checkbox-lbl:active:after { transform: scale(1.15, 0.85); }
.switch-checkbox:checked ~ label { background: #ccc; }
.switch-checkbox:checked ~ label:after { left: 16px; background: #0bc35f; }
.switch-checkbox:disabled ~ label { background: #d5d5d5; pointer-events: none; }
.switch-checkbox:disabled ~ label:after { background: #bcbdbc; }

.bubble-popover {
    bottom: 100%; position: absolute; min-width: 250px; font-size: 12px; visibility: hidden; opacity: 0; z-index: -1;
    transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s;
}
.bubble-popover .popover-body { margin-bottom: 15px; width: 100%;
    background-color: #fff; border-radius: 5px; box-shadow: 0 0 20px #e5e5e5; border: solid 1px #e5e5e5; 
    transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s;
}
.maid-list>li:hover .bubble-popover { visibility: visible; opacity: 1; z-index: 100; }
.maid-list>li:hover .bubble-popover .popover-body { /* min-width: 120%; */ margin-bottom: 5px; }
.popover-body strong { width: 100px; }

.pop-over-nested .bubble-popover { width: 300px !important; }
.pop-over-nested:hover .bubble-popover { right: 0 !important; }
.pop-over-nested:hover .bubble-popover { visibility: visible; opacity: 1; z-index: 100; min-width: 120%; }
.pop-over-nested:hover .bubble-popover .popover-body { min-width: 100%; margin-bottom: 5px; }

.dropdowns-container { position: absolute; display: inline-block; z-index: -1; top: 110%; width: 250px; background-color: #fff;
    padding: 10px; box-shadow: 0 0 20px #ccc; border-radius: 5px; opacity: 0; visibility: hidden; 
    transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s;
}

.dropdown-left, .popover-left { left: 0 !important; }
.dropdown-right, .popover-right { right: 0 !important; }
/* .dropdown-container:hover .dropdowns-container { opacity: 1; visibility: visible; z-index: 100; top: 100%; } */
.toggle-hover { opacity: 1; visibility: visible; z-index: 100; top: 100%; }

.gm-ui-hover-effect {
    position: absolute !important;
    display: inline-block !important;
    top: 0px !important;
    right: 0px !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 5px;
    text-align: center;
}
.gm-ui-hover-effect img {
    display: inline-block !important;
    height: 14px !important;
    width: 14px !important;
    position: relative !important;
    margin: 0 !important;
}

@media only screen and (max-width: 1366px) {
    .button-container {
        width: 1100px !important;
    }

    .big-confirm .vc-container {
        width: 33% !important;
    }
}