body {
    overflow-y: hidden;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.order {
    display: block;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    min-width: 50px;
    max-width: 350px;
    margin: 15px;
    background: rgb(241, 240, 240);
    border-radius: .2rem;

}

.card {
    margin-bottom: 20px;
}

.card-header {
    padding: 5px !important;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.card-body {
    padding: 10px !important;
}

.card-input {
    margin-top: 5px;
}

#mapid {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}


.del-btn {
    content: '';
    position: absolute;
    right: 1px;
    top: 0;
    background-color: #d73925;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.del-btn:hover {
    background-color: #ac2925;
}

.error {
    margin-top: 1px;
    color: #d73925;
    line-height: 15px;
    font-size: small;
    width: 100%;
}

.confirm-block {
    display: flex;
}

.confirm-block .confirm-block-title {
    width: 100px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.order-routes {
    padding-bottom: 10px;
}

.order-info {
    padding-top: 10px;
}

.order-setting {
    padding: 10px 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.order-payment-box {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.order-payment-box label {
    margin-bottom: 0;
}

.form-check-input {
    margin-top: 0;
}

.order-tariff select {
    max-width: 200px;
}

.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-block .confirm-block-value {
    display: flex;
    align-items: center;
    justify-content: right;
}

.price-information {
    position: relative;
}

.spinner-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(241, 240, 240);
}

.spinner-border {
    position: absolute;
    top: 48%;
    right: 47%;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-marker-icon .number{
    position: relative;
    top: -47px;
    font-size: 12px;
    font-weight:bold;
    width: 33px;
    text-align: center;
}
