.input-field span.helper-text {
    display: none;
    color: red;
}

.input-field label.invalid {
    color: red !important;
}

.label {
    margin-top: 1rem;
    font-size: 12px;
    color: #475467;
}

.img-profile {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-color: #EAECF0;
    border: 1px solid #EAECF0;
    transition: border-color 0.2s ease;
}

p {
    font-size: 16px;
    color: #1D2939;
    font-weight: 300;
}

.block-update {
    width: 100px;
    height: 100px;
    border: 2px dashed #D0D5DD;
    border-radius: 12px;
    margin: 0 auto;
    padding: 8px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.block-update:hover {
    border: 2px dashed #194185;
}

.phoneselect .select-dropdown li img {
    float: left;
}

.phoneselect .select-wrapper input.select-dropdown {
    padding-left: 30px;
}

.phoneselect .select-wrapper {
    overflow: hidden;
}

.modal.bottom-sheet {
    max-height: 100%;
    overflow: auto;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    padding-left: 25px;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: #1570EF;
}

.address-1>p {
    display: inline-block;
    padding-left: 10px;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea,
.select-wrapper input.select-dropdown {
    border-bottom: 1px solid #D0D5DD;
    color: #475467;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #1570EF;
    box-shadow: 0 1px 0 0 #1570EF;
}


.text_title_address {
    font-size: 16px;
    margin-right: 1rem;
}

#listAddress>div {
    margin-top: 1rem;
}

#listAddress>div>.box_address {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#listAddress>div>.box_address:hover {
    border-color: #D0D5DD;
    box-shadow: 0 8px 16px -10px rgba(16, 24, 40, 0.16);
}

.box_address>p {
    font-size: 16px;
    margin-bottom: 0.5rem !important;
}

.spanDefult {
    background-color: #EAECF0;
    color: #475467;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 20px;
    margin: 0 10px;
}

.spanActive_btn {
    background: unset;
    color: #194185;
    border: 1px solid #D0D5DD;
    box-shadow: unset;
    font-size: 12px;
    padding: 3px 16px !important;
    border-radius: 20px;
    margin: 0 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.spanActive_btn:hover {
    background-color: #194185 !important;
    color: #fff !important;
}

#listAddress .sub_span {
    float: right;
    padding: 0 10px;
    cursor: pointer;
}

#updateProfile {
    .d-flex {
        display: flex;
    }

    .select-wrapper {
        overflow: hidden;
        width: 12vh;
    }

    .select-wrapper input.select-dropdown {
        padding-left: 30px;
    }
}


#listAddress>.no_data {
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    min-height: 424px;
    justify-content: center;

    img {
        width: 128px;
        height: 128px;
    }

    h5 {
        text-align: center;
        color: #1D2939;
        font-weight: 400;
        font-size: 16px;
    }

    p {
        text-align: center;
        color: #475467;
        font-weight: 300;
        font-size: 16px;
        margin-top: 0px;
    }

    a {
        background-color: #194185;
        color: white;
        margin-top: 1rem;
        padding: 0;
        border-radius: 999px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    a:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -8px rgba(25, 65, 133, 0.5);
    }
}




#modify_auth {
    max-width: 396px;
    max-height: unset;

    .head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        h4 {
            font-size: 22px;
            font-weight: 500;
            letter-spacing: -0.01em;
            display: inline-block;
        }

        i {
            font-size: 24px;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        i:hover {
            color: #194185;
        }
    }

    .modal-content {
        height: auto;
    }

    .body {
        label {
            font-size: 16px;
            font-weight: 400;
            color: #1D2939;
            text-align: center;
        }

        div {
            text-align: center;
        }

        span {
            color: #1570EF;
        }

        .box-i {
            margin: 0 auto;
            background: #FEF0C7;
            width: 56px;
            height: 56px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;

            i {
                color: #DC6803;
                font-size: 28px;
            }
        }
    }

    .footer {
        display: flex;
        text-align: center;
        font-size: 14px;
        padding-top: 15px;
        gap: 10px;

        button {
            width: 100%;
        }

        .close {
            width: 50%;
        }

        .send {
            width: 50%;

            button {
                background-color: #194185;
                color: white;
            }
        }

    }
}

#formmodify_auth {
    max-height: 100%;

    .modal-content {
        height: 90vh;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
    }

    h5 {
        color: #1D2939;
        font-size: 24px;
        font-weight: 400;
    }

    .box {
        max-width: 480px;
        margin: 3rem auto;
    }

    input {
        border-bottom: 1px solid #D0D5DD;
    }

    .input-field>label {
        font-weight: 300;
        font-size: 16px;
    }

    .btn[disabled] {
        background-color: #D0D5DD !important;
    }

    .teal.lighten-1 {
        color: #FFFFFF;
    }

    .d-flex {
        display: flex;
    }

    .select-wrapper {
        width: 8rem;
        display: none;
    }

    .select-wrapper input.select-dropdown {
        padding-left: 30px;
    }

    .countrySelect_img {
        display: none;
    }

    .select-dropdown li img {
        float: left;
    }

    .input-field label.invalid {
        color: red !important;
    }

    .input-field span.helper-text {
        display: none;
        color: red;
    }

    .progress {
        margin: 0px;
    }

    .left-align {
        margin-bottom: 1rem;
    }

    [type="checkbox"]+span:not(.lever) {
        padding-left: 30px;
    }

    .helper-text {
        display: none;
        color: red;
    }

    .invalid {
        color: red;
    }

    .boxstep {
        display: none;
    }

    .box-time {
        position: absolute;
        margin-top: -42px;
        right: 0;

        span {
            color: #1570EF;
        }
    }

    li {
        transition: color 0.3s ease, font-weight 0.3s ease;
        color: #12B76A;
    }

    .link {
        cursor: pointer;
    }

    input:not([type]),
    input[type=text]:not(.browser-default) {
        height: 42px;
    }

    .dropdown {
        position: relative;
        width: auto;
    }

    .dropdown-selected {
        display: flex;
        justify-content: space-between;
        padding: 8.5px 0px;
        border-bottom: 1px solid #D0D5DD;
        cursor: pointer;
        background-color: unset;
        align-items: center;
        gap: 5px;

        div {
            display: inline-flex;
            align-items: center;
            font-size: 16px;
            font-weight: 300;
        }
    }

    .dropdown-selected img {
        margin-right: 10px;
        height: 25px;
    }

    .dropdown-selected .material-icons-outlined {
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    .dropdown.open .dropdown-selected .material-icons-outlined {
        transform: rotate(180deg);
    }

    .dropdown-options {
        display: none;
        position: absolute;
        left: -10%;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .dropdown-option {
        display: flex;
        align-items: center;
        padding: 10px 7px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 300;
    }

    .dropdown-option:hover {
        background-color: #f0f0f0;
    }

    .dropdown-option img {
        margin-right: 10px;
        height: 25px;
    }

    .dropdown.open .dropdown-options {
        display: block;
    }
}