﻿.map-tabs-buttons {
    width: 100%
}

    .map-tabs-buttons .nav-pills {
        border-bottom: 1px solid #ddd
    }

        .map-tabs-buttons .nav-pills .nav-item .nav-link {
            background-color: #fff;
            border-bottom: 2px solid #fff;
            border-radius: 0px;
            font-size: 1rem;
            color: inherit;
            padding-bottom: 14px;
            font-weight: 600
        }

        .map-tabs-buttons .nav-pills .nav-item .active {
            background-color: #fff;
            color: #23a2a4;
            border-color: #23a2a4
        }

.map-modal-container .map-view-box {
    position: relative;
    margin: -15px;
    margin-bottom: 0px
}

    .map-modal-container .map-view-box #map {
        width: 100%;
        height: 500px;
        background-color: #fafafa
    }

    .map-modal-container .map-view-box .search-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px
    }

        .map-modal-container .map-view-box .search-input input[type=text] {
            text-overflow: ellipsis;
            box-shadow: 0px 3px 6px rgba(0,0,0,.1)
        }

        .map-modal-container .map-view-box .search-input #reset-input-value {
            margin: 33px 36px;
            position: absolute;
            top: 0;
            right: 0;
            width: 22px;
            height: 22px;
            border-radius: 100px;
            background-color: #010101;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 4px
        }

    .map-modal-container .map-view-box .map-marker-overlay {
        width: 55px;
        height: 55px;
        background: url(../../images/map-marker.svg) center center no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background-size: contain
    }

    .map-modal-container .map-view-box .GPS-Button {
        width: 55px;
        height: 55px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0px 15px 30px 15px;
        background-color: #fff;
        padding: 8px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        color: #010101;
        box-shadow: 0px 3px 6px rgba(0,0,0,.1);
        border-radius: 10px
    }

        .map-modal-container .map-view-box .GPS-Button i {
            margin-top: 8px
        }

        .map-modal-container .map-view-box .GPS-Button:hover {
            color: #23a2a4
        }

.map-modal-container .map-location-info h4 {
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: 700
}

.map-modal-container .map-location-info article {
    background-color: #e4f1ef;
    padding: 18px;
    border-radius: 10px
}

    .map-modal-container .map-location-info article p, .map-modal-container .map-location-info article b {
        padding: 2px 4px
    }

    .map-modal-container .map-location-info article p {
        font-size: 1rem;
        font-weight: 600
    }

.map-modal-container .map-location-info .buttons .btn-primary {
    margin: 15px 0px 8px 0px
}

.sub-btn {
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 10px 6px 12px 6px;
    font-size: .9rem;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    color: #000
}

    .sub-btn b {
        color: #23a2a4
    }

    .sub-btn:hover {
        background-color: #fff;
        border-color: #23a2a4
    }

@media screen and (min-width: 768px) {
    .Region-form {
        padding: 15px
    }
}

.Region-form article {
    text-align: center;
    padding: 10px 0px 22px 0px
}

    .Region-form article p {
        font-size: 1rem;
        font-weight: 600
    }

.saved-addresses-list article {
    text-align: center;
    padding: 10px 0px 22px 0px
}

    .saved-addresses-list article p {
        font-size: 1rem;
        font-weight: 600
    }

@media screen and (min-width: 768px) {
    .saved-addresses-list {
        padding: 10px 30px 40px 30px
    }
}

.saved-addresses-list .address-item {
    margin-bottom: 15px
}

.radio-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative
}

    .radio-item input {
        visibility: hidden;
        position: absolute
    }

    .radio-item .custom-radio {
        padding: 12px;
        transition: .2s ease-in-out;
        height: 100%
    }

        .radio-item .custom-radio div figure {
            display: flex;
            gap: 10px;
            margin: 0px
        }

            .radio-item .custom-radio div figure > span {
                padding: 4px;
                opacity: .5
            }

            .radio-item .custom-radio div figure figcaption b {
                font-size: 1rem;
                font-weight: 700;
                color: #000
            }

            .radio-item .custom-radio div figure figcaption p {
                font-size: 1rem;
                font-weight: 600;
                color: #000
            }

            .radio-item .custom-radio div figure figcaption span {
                font-size: .9rem;
                color: #666;
                display: block;
                padding: 2px 0px 4px 0px
            }

    .radio-item input ~ .custom-radio {
        border-radius: 8px;
        background-color: #fafafa;
        border: 1px solid #ddd
    }

    .radio-item input:checked ~ .custom-radio {
        background-color: #23a2a4;
        box-shadow: 0px 0px 20px rgba(0,0,0,.14)
    }

        .radio-item input:checked ~ .custom-radio * {
            color: #fff !important
        }
