﻿

.newAdressBtn {
    background: none;
    border: none;
    color: #00A4E7;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.adressesMainButtons .subTitle {
    margin-bottom: 0;
}

.adressesMainButtons {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.adressCard {
    padding: 32px;
    border-radius: 16px;
    border: 1.2px solid #E4E7EC;
    background: #FFF;
    cursor: pointer;
    position: relative;
    padding-right: 9.5rem;
}

.adressCardArea {
    margin-bottom: 24px;
}

    .adressCardArea:last-child {
        margin-bottom: 0;
    }

.adressTitle {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.fullAdress {
    color: #344054;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.taxAdministration {
    color: #344054;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 24px;
}

.taxNumber {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.actionButtons {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    column-gap: 20px;
}

.isSelected {
    display: none !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3BAA07;
    border-radius: 50px;
    color: #fff;
}

.adressCard.selected .isSelected {
    display: flex !important;
}

.editAdress button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 0.8px solid #E4E7EC;
    font-size: 14px;
    background: none;
}

.adressCard.selected {
    border-radius: 16px;
    border: 1.2px solid #3BAA07;
    background: #3baa0708;
}

.modalHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

    .modalHeader .modalTitle {
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }

.modal-content {
    padding: 48px;
}

.modalCloseButton button {
    border-radius: 25.6px;
    border: 0.8px solid #E4E7EC;
    background: #F9FAFB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 8px;
}

.modalBody input[type=text], .modalBody input[type=email], .modalBody select, .modalBody textarea {
    padding: 12px 16px;
    margin-bottom: 24px;
}

.modalBody textarea {
    min-height: 90px;
    resize: none;
}

.modalBody .form-check-input {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    /*background: #FFF;*/
}

    .modalBody .form-check-input:focus {
        box-shadow: none;
    }

    .modalBody .form-check-input:checked {
        background-color: #00a4e7;
        border-color: #00a4e7;
    }

.modalBody .form-check-label {
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.modalBody .form-check {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 32px;
}

.createAdressBtn, .giveUpBtn {
    padding: 12px 24px;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 100%;
}

.createAdressBtn {
    color: #FFF;
    border-radius: 6px;
    background: #00A4E7;
    border: 1px solid #00A4E7;
}

.giveUpBtn {
    color: #344054;
    border-radius: 6px;
    background: #F2F4F7;
    border: 1px solid #F2F4F7;
}

.emptyAdress
{
    text-align: center;
}

.emptyAdressImage {
    margin-top: 20px;
}

.emptyAdressTitle {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

.emptyAdressDescription {
    color: #98A2B3;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}

.emptyAdressButton {
    margin-top: 20px;
}

    .emptyAdressButton button {
        border-radius: 6px;
        background-color: #00A4E7;
        padding: 12px 55px;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        border: 1px solid #00A4E7;
    }

@media only screen and (max-width: 767px)
{
    .actionButtons {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0.7rem;
        display: flex;
        column-gap: 20px;
        flex-direction: column;
        justify-content: center;
        row-gap: 15px;
    }

    .adressCard {
        padding-right: 3.5rem;
    }
}


.pagination {
    margin-top: 24px;
    column-gap: 8px;
}

    .pagination .page-item .page-link {
        border-radius: 8px;
        color: #383838;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

        .pagination .page-item .page-link:focus {
            background-color: unset;
            box-shadow: none;
        }

        .pagination .page-item .page-link:hover {
            border: 1px solid #00A4E7;
            background: #E6F6FD;
            transition: .3s;
        }


    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
        border: 1px solid #D9D9D9;
        background: #FAFAFA;
        color: #252525;
    }

        .pagination .page-item:first-child .page-link i, .pagination .page-item:last-child .page-link i {
            line-height: unset;
        }

    .pagination .active > .page-link, .pagination .page-link.active {
        color: #fff;
        background-color: #00A4E7;
        border-color: #00A4E7;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
    }

        .pagination .active > .page-link:hover, .pagination .page-link.active:hover {
            color: #fff;
            background-color: #00A4E7;
            border-color: #00A4E7;
        }
