
/* new iframe css */
.drTitleDelay,.traffic ,.drTitleRight,.descriptionVia,.drEmbellishRed span, .before p ,.drMins,.drMinsLabel,.drHours,.drHoursLabel{
    font-family: 'Segoe UI', 'San Francisco', Helvetica, Arial, sans-serif;
};
.mainOfThis {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    padding: 20px;
    background-color: white;
    height: 100%;
    z-index: 11111;
    overflow-y: scroll;
    transition: all .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.close-btn {
    position: absolute;
    z-index: 99999;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.fa-solid, .fas {
    font-weight: 900;
}
#directionsInputContainer, #printoutPanel {
    border-radius: 5px;
    padding: 30px 15px 15px 25px;
}
.MicrosoftMap .directionsPanel {
    color: #404040;
    font-family:  Sans-Serif !important;
}
.MicrosoftMap.dirSDK .directionsPanel {
    width: 100% !important;
}
.MicrosoftMap .directionsPanel .mobileUpsellPanel {
    display: flex;
    border-radius: 8px;
    background: linear-gradient(140.53deg, #f0e1f7 9.32%, #cddfff 58.45%);
    margin: 20px 30px;
}
.MicrosoftMap .directionsPanel .mobileUpsellPanel .mobileAppHint {
    flex: 1;
    padding: 38px 0 38px 20px;
    font-family:  Sans-Serif !important;
    font-size: 24px;
    line-height: 28px;
}
.MicrosoftMap .directionsPanel .mobileUpsellPanel .mobileAppQRCode {
    position: relative;
    width: 160px;
    height: 160px;
}
.MicrosoftMap .directionsPanel .mobileUpsellPanel .mobileAppImage {
    position: absolute;
    width: 140px;
    height: 99px;
    top: 35px;
    left: -39px;
    background: url(/rp/0M0rdJf38jzLSQU1UH7vUJzeJpQ.svg);
}
.MicrosoftMap .directionsPanel .mobileUpsellPanel .qrCode {
    position: absolute;
    width: 68px;
    min-height: 84px;
    left: 51px;
    top: 26px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 10.8927px 18.1546px rgba(61, 108, 220, .2);
    border-radius: 12px;
    transform: rotate(6.15deg);
}
.MicrosoftMap .directionsPanel .longDistancePanel h4 {
    font-size: 16px;
    margin: 25px 15px 0;
}
.MicrosoftMap .directionsInput {
    padding: 16px 0 0;
    font: 13px / 17px  Sans-Serif !important;
}
.MicrosoftMap .dirTopRow {
    display: table;
    width: 100%;
    margin: 0 0 8px 0;
}
.MicrosoftMap .dirTopRow>div {
    display: table-row;
}
.MicrosoftMap .dirTopRow>div>div {
    display: table-cell;
}
.MicrosoftMap .dirModes {
    padding: 0 0 0 40px;
    white-space: nowrap;
}
.MicrosoftMap .dirModes {
    padding: 0 !important;
}
.MicrosoftMap .dirTopRow>div>div:last-child {
    text-align: right;
    vertical-align: top;
    padding: 4px 16px 0 0;
}
.MicrosoftMap .dirTopRow>div>div {
    display: table-cell;
}
.MicrosoftMap .dirOptsSummary {
    padding: 2px 0 0 16px;
}
.MicrosoftMap .dirOptsSummary a {
    color: #707070;
    font-size: 11px;
}
.MicrosoftMap .dirMessage {
    border-top: 1px solid #bbb;
    padding: 15px 15px 17px;
    background-color: #f4f4f4;
}
.MicrosoftMap .searchboxWithAS {
    background-color: #fff;
    border-top: 1px solid #bbb;
}
.MicrosoftMap .searchboxWithAS {
    border: none !important;
}
/* ===== Scrollbar CSS ===== */
*::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b1acac;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.mainOfThis {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    padding: 20px;
    background-color: white;
    height: 100%;
    z-index: 11111;
    overflow-y: scroll;
    transition: all .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#directionsInputContainer,
#printoutPanel {
    border-radius: 5px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    /* background-color: white; */
    padding: 15px 15px 15px 25px;
}


#printoutPanel {
    margin-top: 20px;
    padding: 0;
    width: 100% !important;
    transition: all .2s ease-in-out;
}

.MicrosoftMap.dirSDK .directionsPanel {
    width: 100% !important;
}

.MicrosoftMap .dirModes {
    padding: 0 !important;
}

.MicrosoftMap .dirOptsPopup input[type=checkbox],
.MicrosoftMap .dirOptsPopup input[type=radio] {
    width: 10% !important;
}
.MicrosoftMap .dirOptsPopup p{
    display: flex;
}
li.bm_draggableItem:hover {
    background-color: transparent !important;
}
.MicrosoftMap .dirOptsPopup input[type=checkbox], .MicrosoftMap .dirOptsPopup input[type=radio]{
    margin-right: 3px !important;
    vertical-align: text-top;   
}
input[type=checkbox], input[type=radio] {
    margin: 1px 0 0 !important;
    line-height: normal;
}
.MicrosoftMap .dirOptsPopup label{
    margin-right: 14px !important;
}
.MicrosoftMap a.dirBtnOptions,
.MicrosoftMap a.dirBtnAdd,
.MicrosoftMap .dirBtnTime a .dropdownIcon {
    text-decoration: none;
}

#MicrosoftNav {
    inset: auto 25px 50px auto !important;
}

body .MicrosoftMap.dirSDK .dirWp input {
    width: 315px !important;
}

#drop-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    background-color: white;
    padding: 8px 10px;
    border-radius: 5px;
    top: 12px;
    z-index: 9999999;
    left: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#drop-btn i {
    margin-top: 2px;
    font-size: 22px;
}

.backTofade {
    left: 0px !important;
}

.backTofade2 {
    left: -450px !important;
}

.MicrosoftMap .dirWp .start,
.MicrosoftMap .dirWp .end,
.MicrosoftMap a.dirBtnGo,
.MicrosoftMap .dirWp .middle {
    text-decoration: none;
    background-color: #0485F5 !important;
}

.MicrosoftMap .dirWp .icon {
    width: 20px !important;
    height: 20px !important;
    padding: 3px;
}

.MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonHeight {
    line-height: 10px !important;
    height: auto !important;
    padding: 10px;
}

.MicrosoftMap .NavBar_Container .selectorIconRoad {
    width: 30px !important;
    height: 30px !important;
}

.MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonText {
    line-height: 25px !important;
}

body .MicrosoftMap .dirWp input {
    height: auto !important;
    margin-left: 5px !important;
    padding: 7px 10px !important;
    top: -30px !important;
}

.MicrosoftMap .NavBar_Container.Light .NavBar_locateMe {
    background-image: url('../img/location.svg') !important;
    width: 35px;
    text-align: center;
    margin-right: 3px;
    background-repeat: no-repeat;
}

.MicrosoftMap .NavBar_Container.Light .NavBar_zoomIn {
    background-image: url('../img/plus.svg') !important;
    width: 35px;
    background-repeat: no-repeat;
}

.MicrosoftMap .NavBar_Container.Light .NavBar_zoomOut {
    background-image: url('../img/minus.svg') !important;
    width: 35px;
    background-repeat: no-repeat;
}

.dirAddBtn {
    margin-top: 20px !important;
    padding: 0 !important;
}

.dirBtnTime {
    display: none !important;
}

.drTimeGo {
    margin-top: 0 !important;
}

.defaultGrip.dirWpGrip {
    display: none !important;
}

.MicrosoftMap.dirSDK .dirWp {
    margin-bottom: 20px !important;
}

#printoutPanel .MicrosoftMap.dirSDK .directionsPanel {
    width: auto !important;
}

#printoutPanel .before,
#printoutPanel .before1 {
    color: #5a5a5a;
    z-index: 9999;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    padding: 4px 10px;
    align-items: center;
    justify-content: space-between;
}

#printoutPanel .drTitle.selected .before,
#printoutPanel .drTitle.selected .before1 {
    border-top: 1px solid #c4e2f8;
}

#printoutPanel .drTitle .before,
#printoutPanel .drTitle .before1 {
    border-top: 1px solid #dcdcdc;
}

.MicrosoftMap .drTimeGo>div.print {
    display: block;
}

.print {
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: end;
    font-size: 16px;
    padding: 10px 17px;
}

.MicrosoftMap .searchboxWithAS {
    border: none !important;
}

.print i {
    margin-right: 3px;
}

table {
    display: block !important;
}

.close-btn {
    position: absolute;
    z-index: 99999;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.nextRemove {
    background-color: white !important;
}
.MicrosoftMap .as_lines_root{
    margin: 6px 7px;
}
.location-title{
    list-style: none;
    padding: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    background-color: #c4e2f8;
}
.location-title p{
    margin-bottom: 10px;
    font-size: 16px;
}
@media print {
    .drTitle {
        display: none !important;
    }
    .before,
    .before1,
    .printButton {
        display: none !important;
    }

    .drTitle.selected {
        display: block !important;
    }

    #printoutPanel .MicrosoftMap.dirSDK .directionsPanel {
        width: auto !important;
    }
}

#MicrosoftNav {
    inset: auto 25px 116px auto !important;
}
.MicrosoftMap a.dirBtnDelete{
    top: -32px !important;
}