
.mj-sad-no-address-text {
    font-weight: 400;
    font-size: 15px;
    color: #717171;
    margin: 10px 5px;
}

.mj-sad-no-address-div-new-address-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    height: 56px;
    background: #33348E;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-weight: 200;
}

.mj-sad-no-address-div-new-address-btn div {
    margin-left: 14px;
    font-family: FontAwesome !important;
    font-weight: 300;
    font-size: 19px;
}

.mj-sad-address-info-div {
    position: relative;
    padding: 10px 15px 15px 15px;
    min-height: 140px;
    margin: 5px 0px;
    border: 1px solid #AEA0FF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mj-sad-address-info-city-div, .mj-sad-address-info-post-id-div, .mj-sad-address-info-loc-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}

.mj-sad-address-info-icons {
    min-width: 23px;
    min-height: 23px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(108 108 108 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-left: 10px;
}

.mj-sad-address-info-icons div {
    font-family: FontAwesome !important;
    font-weight: 300;
    font-size: 13px;
    color: #404040;
}

.mj-sad-address-info-city, .mj-sad-address-info-post-id {
    font-weight: 400;
    font-size: 13px;
    color: #404040;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mj-sad-address-info-loc {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mj-sad-address-edit-btn-div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    width: 130px;
    height: 38px;
    background: #E7E6FF;
    border-radius: 7px;
    bottom: -20px;
    left: 25px;
}

.mj-sad-address-edit-btn-div div {
    font-family: FontAwesome !important;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 5.93064px;
    color: #5D56B5;
    font-weight: 900;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
}

.mj-sad-address-getter-info-div {
    padding-top: 15px;
    border-top: 1px solid #E2E2E2;
    margin-top: 40px;
}

.mj-sad-address-getter-firstName-input, .mj-sad-address-getter-lastName-input {
    background: #F3F3F3;
    border-radius: 7px;
    border: none;
    outline: none;
}

.mj-sad-address-getter-firstName-input:focus, .mj-sad-address-getter-lastName-input:focus {
    background: #F3F3F3 !important;
    box-shadow: none;
}

.mj-sad-address-getter-firstName label:after, .mj-sad-address-getter-lastName label:after ,.mj-sad-add-address-plaque label:after,.mj-sad-add-address-postId label:after,.mj-sad-add-address-full-address label:after{
    content: "\f005";
    font-family: FontAwesome !important;
    font-size: 6px;
    color: #F04B60;
    font-weight: 500;
    padding-right: 5px;
    position: absolute;
}

.mj-sad-save-new-address-btn {
    height: 56px;
    width: 100%;
    background: #33348E;
    border-radius: 10px;
    margin-bottom: 27px;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.mj-sad-save-new-address-btn div{
    font-family: FontAwesome !important;
    margin-left: 10px;
}

.mj-sad-add-address-modal-footer {
    padding-block: 0px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mj-sad-add-address-province {
    width: 100%;

}

#mj-sad-change-address-save-btn-id{
    width: 45%;
}

.mj-sad-change-btn-delete{
    width: 45%;
    height: 56px;
    border-radius: 10px;
    margin-bottom: 27px;
    outline: none;
    border: 1px solid #ff2a2a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff2a2a;
    background: none;
}
.mj-sad-change-btn-delete span{
    font-weight: 500;
}

.mj-sad-add-address-province .select2,.mj-sad-add-address-city .select2 {
    width: 100% !important;
    height: 55px !important;

}

.mj-sad-add-address-city .select2{
    margin-top: 5px;
}

.mj-sad-add-address-province .select2 span,.mj-sad-add-address-city .select2 span{
    width: 100%;
    height: 100%;
    background: #F3F3F3 !important;
    border-radius: 7px !important;
    border: none;
    outline: none;

}.mj-sad-add-address-province .select2-container--open span,.mj-sad-add-address-city .select2-container--open span{
     border-radius: 7px 7px 0px 0px !important;
}

.select2-selection__rendered,.select2-selection__placeholder {
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.select2-dropdown {
    background: #F3F3F3 !important;
    border: none !important;
    border-radius: 0px 0px 7px 7px !important;
}

.select2-search input{
    outline: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #857ADE !important;
    color: white;
}

.select2-selection__placeholder:after{
    content: "\f005";
    font-family: FontAwesome !important;
    font-size: 6px;
    color: #F04B60;
    font-weight: 500;
    padding-right: 5px;
    padding-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #857ADE;
}

.mj-sad-add-address-Plaque-and-unit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}
.mj-sad-add-address-plaque,.mj-sad-add-address-unit{
    margin-top: 0px !important;
}
.mj-sad-add-address-plaque{
    width: 100%;
}

.mj-sad-add-address-postId{
    margin-top: 5px;
}
.mj-sad-address-plaque-input,.mj-sad-add-address-unit-input,.mj-sad-add-address-postId-input{
    height: 55px !important;
    background: #F3F3F3;
    border-radius: 7px;
    border: none;
    outline: none;
}

.mj-sad-address-plaque-input:focus,.mj-sad-add-address-unit-input:focus,.mj-sad-add-address-postId-input:focus{
    background: #F3F3F3 !important;
}

.mj-sad-add-address-postId-span{
    font-weight: 400;
    font-size: 13px;
    color: #606060;
    text-align: right;
    padding: 5px 10px;
}

.mj-sad-add-address-full-address-input{
    background: #F3F3F3;
    border-radius: 7px;
    height: 144px !important;
    resize: none;
    border: none;
    outline: none;
}
.mj-sad-add-address-full-address-input:focus{
    background: #F3F3F3 !important;
}

/*** address panel header  ***/
.mj-sad-frequent-question-sec{
    width: 100%;

    height: 155px;
    background: #4F50C0;
    border-radius: 0px 0px 94.5px 94.5px;
}
.mj-sad-frequent-question{
    position: relative;
    width: 90%;
    height: 90px;
    margin: 0 auto;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.mj-sad-frequent-question:after{
    content: '';
    position: absolute;
    width: 99%;
    height: 0.7px;
    bottom: 20px;
    background-color: #fff;
    right: 3px;
}
.mj-me-arrow-right{
    color: #fff;
    font-size: 23px;
}
.mj-me-header-title{
    font-family: 'iransans';
    font-size: 17px;
    color: #fff;
}
.mj-me-nkala-logo img{
    Width:30px;
    Height:20px;
}
/*   heade end*/
.mj-sad-address-panel-modal-body-first-div{
    padding: 0px 10px;

    position: absolute;
    width: 100%;
    text-align: center;
    top: 90px;
}

.mj-sad-address-panel-modal-body-sec-div{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 80px;
}

.mj-sad-address-panel-footer{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 24px;
    bottom: 0px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.83) 51.56%, #FFFFFF 100%);
    width: 100%;
}

.mj-sad-address-panel-footer-save-btn{
    background: #33348E;
    color: #FFFFFF;
    border: none;
    width: 48%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 10px;
    margin: 0px 5px;
}

.mj-sad-address-panel-footer-prev-btn{
    background: #FFFFFF;
    border: 1px solid #33348E;
    color: #33348E;
    width: 48%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 10px;
    margin: 0px 5px;
}

.mj-sad-address-panel-adress-select-div{
    height: 111px;
    width: 100%;
    margin-block: 10px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mj-sad-address-panel-adress-select-div:first-child{
    margin-top: 35px;
}

/* address info card */
.mj-sad-address-info-top{
    display: flex;
    gap: 10px;
    margin-right: 20px;
    position: relative;
}
.mj-sad-address-panel-address-radio input{

}

.mj-sad-address-panel-address-radio input[type="radio"] {
    appearance: none;
    margin: 0;
    font: inherit;
    color: #33348E;
    position: absolute;
    right: -25px;
    width: 115%;
    height: 115%;
    background: none;
    display: grid;
    place-content: center;
    transform: translateY(-0.075em);

}

.mj-sad-address-panel-address-radio input[type="radio"]::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #33348E;
    position: absolute;
    right: 9px;
    top: 4px;
}

.mj-sad-address-panel-address-radio input[type="radio"]::after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #33348E;
    position: absolute;
    right: 5px;
}

.mj-sad-address-panel-address-radio input[type="radio"]:checked::before {
    transform: scale(1);
}


.mj-sad-address-info-text{
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: right;
}

.mj-sad-address-panel-address-edit-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none;
    color: #4F50C0;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 8px;
}
.mj-sad-address-panel-address-edit-btn div{
    font-family: FontAwesome !important;
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
}

@media screen and (min-width: 769px) {

}