.visitor-information-intro {
    padding-top: 10px;
    padding-bottom: 35px;
}

.avatar-area {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.user-avatar {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.change-avatar, .delete-avatar {
    right: 30px;
    height:40px;
    width: 40px;
    bottom: 15px;
    display: flex;
    color: #626262;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    background: #f5f5f5;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    transition: .5s ease;
}

.delete-avatar {
    right: -15px;
    bottom: 23px;
    border: none;
}

.change-avatar:hover, .delete-avatar:hover {
    background: #e1dede;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #eee !important;
    padding: 7px 7px !important;
    height: auto !important;
    line-height: 24px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5!important;
    border: 1px solid #c1c1c1!important;
}

.select-tip,
.visitor-email,
.visitor-phone,
.visitor-name,
.visitor-surname,
.base-input,
.card .sub-content {
    font-family: "Poppins-light", serif;
}

.account-owner {
    font-size: 1rem;
    margin: 15px 0;
    font-weight: 500;
    font-family: "Poppins-medium", serif;
}

.visitor-email,
.visitor-phone,
 .select-tip,
.visitor-name,
.visitor-surname {
    text-align: left;
    font-size: 14px;
}


.visitor-email,
.visitor-surname,
.visitor-phone {
    margin-top: 35px;
}

#visitor-file {
    display: none;
}

.line-mod {
    border:none;
    padding: 8px 4px;
    border-bottom: 1px solid #ddd;
}

label[for="email"],
label[for="phone"],
label[for="name"],
label[for="surname"] {
    color: #7a7a7a;
}

.card {
    z-index: unset;
}

.card .card-header {
    background: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.card .card-header h5 {
    margin: 0.25rem!important;
}

#visitor-notification {
    padding-bottom: 40px;
    padding-top: 35px;
}

.toggle {
    gap: 15px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.toggle-switch {
    display: inline-block;
    background: #f4f4f4;
    border-radius: 16px;
    min-width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.text-danger{
    font-size: 13px;
}
.toggle-switch:before {
    display: block;
    background: #B58B1E;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}

.toggle-checkbox:checked + .toggle-switch {
    background: #f4f4f4;
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.mobile-space {
    display: none;
    min-height: 250px;
}

.emergency-property-access .card-body > span {
    display: inline-block;
}

.emergency-call {
    margin-top: 15px;
}
.second-save-btn{
    display: none;
}
.first-save-btn{
    display: block;
}

.my-account-choose-files-btn {
    margin: 0px 10px;
    border-radius: 3px;
    background-color: #efefef;
    color: #000 !important;
    padding: 2px 5px;
    cursor: pointer;
}

.my-account-choose-files-input {
    display: none;
}
@media only screen and (max-width: 595px) {

    .first-save-btn{
        display: none;
    }
    .second-save-btn{
        display: block;
    }

    /*.card:not(.visitor-information-intro) .card-body {*/
    /*    max-height: 0;*/
    /*    min-height: 0;*/
    /*    display: none;*/
    /*    padding: 0 !important;*/
    /*    transition: all 0.3s ease;*/
    /*}*/

    .card:not(.visitor-information-intro, .active) .card-header {
        border-bottom: none;
    }

    .card:not(.visitor-information-intro).active .card-body {
        display: block;
        min-height: 1px;
        max-height: 1800px;
        padding: 20px !important;
    }

    .card .card-header h5,
    .card .subtitle {
        font-weight: 600;
        font-size: 14px;
        line-height: inherit;
        margin-left: 0 !important;
        font-family: "Poppins-light", serif !important;
    }

    .toggle {
        justify-content: space-between;
    }

    .account-owner {
        display: none;
    }

    .change-avatar, .delete-avatar {
        background: #fff;
    }

    .visitor-name,
    .visitor-surname {
        display: flex;
    }

    .mobile-space {
        display: block;
    }

    /*.avatar-area {*/
    /*    top: -230px;*/
    /*    left: 0;*/
    /*    position: absolute;*/
    /*    margin: auto;*/
    /*    right: 0;*/
    /*}*/
}
