body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.right-side {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    padding: 0 20px 0 12px;
    background-color: #FFFFFF;
    flex: 0 0 100px;
    gap: 20px;
    flex-wrap: wrap;
}

.guestloginprofilebadge {
    width: 44px;
    height: 44px;
}

.header-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0px 16px 0px 16px;
    max-width: 1550px;
}

.contact-badge {
    width: 42px;
    height: 42px;
    border-radius: 45px;
    margin-left: 30px;
}

.avatar-badge {
    width: 38px;
    height: 38px;
    padding-left: 0px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: white;
}

.contactinfo-badge.avatar-badge {
    width: 120px;
    height: 120px;
    font-size: 32px;
    margin-right: 24px;
    border: 4px solid;
    border-color: white;
}

.edit-person-radius.avatar-badge {
    width: 120px;
    height: 120px;
    font-size: 32px;
    border-radius: 60px;
}

.addnewcontact {
    background-color: rgba(42, 54, 71, 1);
    border-radius: 10px;
    max-width: 352px;
    width: 90%;
    height: 56px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    gap: 16px;
    cursor: pointer;
}

.addnewcontact:hover {
    background-color: rgba(41, 171, 226, 1);
    border: 0;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);

}


.personaddimg {
    height: 32px;
    width: 32px;
}

.addnewcontactbuttonplacement {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22.5px;
    flex-direction: column;

}

.contactsmoto {
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
}

.contanctssection {
    background-color: rgba(255, 255, 255, 1);
    width: 456px;
    filter: drop-shadow(4px 0px 6px rgba(0, 0, 0, 0.08));
    overflow-y: auto;
    padding-bottom: 20px;
    min-width: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    align-self: stretch;
}



.contactsmoto h1 {
    font-weight: 700;
    font-size: 81px;
    font-style: bold;
}

.contatsandmotopositioning {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
}

.contactswholetext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 96px 64px 0px 64px;
}

.contactswholetext p {
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
}

.contactsrender {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.letter-header {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 20px;
    margin-left: 20px;
}

.contact-name {
    font-size: 20px;
    font-weight: 400;
}

.contact-email {
    color: rgba(0, 124, 238, 1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact-item {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    width: 100%;
    padding: 14px 0px;
    gap: 64px;
    cursor: pointer;
}

.contact-item:hover {
    background-color: #F5F5F5;
    border-radius: 10px;
    color: black;
}

.createnewcontact-button-create-contact p {
    font-weight: 700;
    font-size: 21px;
}

.createnewcontact-button-create-contact:hover {
    background-color: rgba(41, 171, 226, 1);
    border: 0;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    color: white;
}

.button-create:hover {
    background-color: rgba(41, 171, 226, 1);
    color: white;
}

.contactinfo-badge {
    width: 120px;
    height: 120px;
    border-radius: 70px;
    opacity: 1;
    gap: 10px;
    border-width: 3px;

}

.picture-name-contactinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 54px;
    padding-bottom: 50px;
}

.contactinfo-name {
    font-weight: 500;
    font-size: 47px;
    font-style: normal;
}

.edit-delete-icons-placement {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    cursor: pointer;
}

.contactinfo-icons {
    height: 24px;
    width: 24px;
}

.contactinfo-icons-text-placement {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.contactinfo-icons-text-placement:hover {
    color: #29ABE2;
}

.contactinfo-icons-text-placement img:hover {
    color: #29ABE2;
}

.contact-information p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.contact-email-phone {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: column;
    font-weight: 400;
}

.contact-email-phone p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 124, 238, 1);
}

.createnewcontact-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.createnewcontact-table {
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 1);
    height: 592px;
    width: 100%;
    max-width: 1212px;
    cursor: default;
    border-radius: 32px;
}

.left-blue-side {
    height: 594px;
    width: 467px;
    background-color: rgba(42, 54, 71, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    border-bottom-left-radius: 26px;
    border-top-left-radius: 26px;
}

.createnewcontact-logo {
    width: 55px;
    height: 66px;
    width: 75%;
    margin-bottom: 10px;
}

.createnewcontact-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
}

.createnewcontact-text h2 {
    font-weight: 700;
    font-size: 61px;
    font-style: bold;
    margin-left: 20px;
    margin-right: 20px;
}

.blue-string {
    margin-left: 20px;
    margin-right: 20px;
}

.createnewcontact-text p {
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.white-right-side {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 730px;
    flex-direction: column;
    margin-top: 20px;
}

.createnewcontact-person-radius {
    background-color: rgba(209, 209, 209, 1);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 0px;
    margin-left: 40px;
    flex-shrink: 0;
}

.createnewcontact-person-radius img {
    height: 42.67px;
    width: 42.67px;
}

.createnewcontact-close {
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    right: 40px;
}

.createnewcontact-inputfield-person-placement {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.createnewcontact-inputfield {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 120px;
    gap: 10px;
    width: 100%;
    max-width: 400px;
}

.createnewcontact-inputfield input {
    height: 50px;
    border-radius: 10px;
    border: none;
    padding: 0 12px;
    outline: none;
    flex: 1;
    border: 1px solid rgba(209, 209, 209, 1);
}

.createnewcontact-inputfield-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.createnewcontact-inputfield-icon img {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 20px;
}

.createnewcontact-buttons-placement {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 21px;
    margin-top: 36px;
}

.createnewcontact-button-cancel {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    height: 56px;
    width: 126px;
    min-width: 82px;
    border-radius: 10px;
    background-color: #ffff;
    border: 1px solid rgba(42, 54, 71, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;
    gap: 4px;
}

.createnewcontact-button-cancel:hover {
    border-color: rgba(41, 171, 226, 1);
    color: rgba(41, 171, 226, 1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.createnewcontact-button-cancel:hover img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(93%) saturate(1490%) hue-rotate(161deg) brightness(94%) contrast(97%);
}

.createnewcontact-close:hover {
    background-color: #EEEEEE;
}

.editcontact-button-cancel {
    color: black;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    height: 56px;
    width: 126px;
    border-radius: 10px;
    background-color: #ffff;
    border: 1px solid rgba(42, 54, 71, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;
    gap: 4px;
}

.editcontact-button-cancel:hover {
    border: 1px solid #29ABE2;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    color: #29ABE2;
}

.button-cancel {
    border: none;
    background-color: #ffff;
    color: black;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
}

.createnewcontact-button-create-contact {
    color: white;
    height: 56px;
    width: 100%;
    max-width: 214px;
    border-radius: 10px;
    background-color: rgba(42, 54, 71, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.editcontact-button-create-contact {
    color: white;
    height: 57px;
    width: 111px;
    border-radius: 10px;
    background-color: rgba(42, 54, 71, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.editcontact-button-create-contact:hover {
    background-color: rgba(41, 171, 226, 1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    color: white;
}

.button-create {
    border: none;
    background-color: rgba(42, 54, 71, 1);
    color: white;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
}

.edit-person-radius img {
    height: 120px;
    width: 120px;
    margin-left: 40px;
}

.responsiveheaderimage {
    display: none;
}

.responsiveaddcontact {
    display: none;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#contact-container {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    background: white;
    transform: translate(calc(-50% + 120vw), -50%);
    transition: transform .25s;
    width: 90vw;
    max-width: 1200px;
}

#contact-container.is-open {
    transform: translate(-50%, -50%);
}

#edit-main-container {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    background: white;
    transform: translate(calc(-50% + 120vw), -50%);
    transition: transform .25s;
    width: 90vw;
    max-width: 1200px;
}

#edit-main-container.is-open {
    transform: translate(-50%, -50%);
}


#contactsinfo {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    transform: translateX(200%);
    transition: transform .20s;
    padding-left: 60px;
}

#contactsinfo.is-open {
    transform: translateX(0);
}

.addednewuserdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 903px;
    bottom: 10%;
    transform: translate(150%, -50%);
    opacity: 1;
    background-color: rgba(42, 54, 71, 1);
    color: white;
    height: 74px;
    width: 326px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.addednewuserdiv.is-open {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.addednewuserdiv h1 {
    font-weight: 400;
    font-style: default;
    font-size: 20px;
}

.contactsmotoresponsivediv {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contactsmoto-back-arrow-responsive {
    display: none;
}

.threedotsmenu {
    display: none;
}

.left-side {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 232px;
    background-color: #2A3647;
    position: sticky;
    z-index: 2;
    height: 100vh;
}

.left-side {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 232px;
    background-color: #2A3647;
    position: sticky;
    z-index: 2;
}

.submit {
    border-color: #FF8190 !important;
}

.required-mssg {
    visibility: hidden;
    color: #FF8190;
    font-size: 12px;
    width: 100%;
}

#responsiveeditcontact-overlay-container {
    position: absolute;
    top: -32px;
    right: -14px;
    z-index: 1000;
}

.avatar-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

#badge-overlay {
    top: 76px;
    right: -14px;
}

.navbar {
    top: 74px;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    .createnewcontact-inputfield input {
        width: 140px;
        height: 41px;
        gap: 8px;
    }

    #responsiveeditcontact-overlay-container {
        position: absolute;
        top: -50px;
        right: -14px;
        z-index: 1000;
    }

}


@media (max-width: 1500px) {
    .contactsmoto h1 {
        font-size: 60px;
    }

    .contactsmoto {
        padding: 30px 0px 0px 40px;
    }

    .contactswholetext p {
        font-size: 20px;
        margin-right: 20px;
    }

    .picture-name-contactinfo {
        gap: 30px;
    }
}

@media (max-width: 1250px) {

    .contanctssection {
        width: 370px;
    }

    .contactsmoto {
        padding: 100px 0px 0px 0px;
        display: flex;
        flex-direction: column;
    }

    .contactswholetext {
        gap: 10px;
        padding: 0px 54px;
    }

    .contactsmotoresponsivediv {
        margin-right: 10px;
    }

    .contactswholetext p {
        font-size: 16px;
        margin-right: 20px;
    }

    .contactsmoto h1 {
        font-size: 46px;
    }


    .createnewcontact-text h2 {
        font-size: 42px;
    }

    .createnewcontact-text p {
        font-weight: 400;
        font-size: 27px;
        margin-bottom: 10px;
        padding-left: 20px;
        margin-right: 10px;
        font-size: 22px;
    }

    .contactinfo-name {
        font-size: 20px;
    }

    .contactinfo-badge.avatar-badge {
        height: 85px;
        width: 85px;
        margin-left: 0px;
    }

    .contactinfo-badge {
        width: 90px;
        height: 90px;
    }

    .picture-name-contactinfo {
        gap: 12px;
    }

    #contactsinfo {
        padding-left: 50px;
    }
}

@media (max-width: 1050px) {
    .createnewcontact-inputfield {
        margin-right: 20px;
        padding-right: 20px;
    }

    #contactsinfo {
        padding-left: 16px;
    }

    .contactswholetext {
        gap: 10px;
        padding: 0px 0px 0px 4px;
    }

    .createnewcontact-inputfield-person-placement {
        gap: 40px;
    }

    .createnewcontact-button-cancel {
        font-size: 16px;
    }

    .createnewcontact-button-create-contact p {
        font-weight: 700;
        font-size: 16px;
        max-width: 180px;
    }

    .createnewcontact-button-create-contact {
        max-width: 180px;
    }
}

@media (max-width: 900px) {

    .footer-task {
        width: 71px !important;
    }

    .addednewuserdiv h1 {
        font-weight: 400;
        font-style: default;
        font-size: 16px;
    }

    #responsiveeditcontact-overlay-container {
        position: absolute;
        top: -50px;
        right: -14px;
        z-index: 1000;
    }

    .contact-name {
        font-size: 16px;
    }

    .contact-item {
        gap: 40px;
    }

    .createnewcontact-text h2 {
        font-size: 60px;
    }

    .edit-person-radius img {
        height: 120px;
        width: 120px;
        margin-left: 0px;
    }

    .createnewcontact-buttons-placement {
        justify-content: center;
        margin-right: 0px;
    }

    #edit-main-container {
        height: 90vh;
    }

    .contactsmoto {
        display: none;
        display: none;
        padding-left: 14px;
    }

    .left-side {
        position: fixed;
        bottom: 0;
        height: 100px;
        top: auto;
        width: 100%;
        z-index: 9999;
    }

    .left-side a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        text-decoration: none;
        color: #CDCDCD;
        height: 38px !important;
        border-radius: 20px;
        min-width: 60px;
    }

    .left-blue-side {
        border-bottom-left-radius: 0px;
    }

    nav {
        display: flex;
        flex-direction: row;
        gap: 0px;
        justify-content: space-around;
    }

    nav a {
        padding-left: 0;
        padding: 31px 10px;
        font-size: 16px;
    }

    footer {
        display: none;
    }

    header h3 {
        display: none;
    }

    header {
        justify-content: center;
        padding: 0px;
        gap: 42%;
        width: 100%;
        z-index: 100;
    }

    .responsive-logo-board {
        display: flex;
        width: 38px;
    }

    .addnewcontact {
        display: none;
    }

    .contanctssection {
        filter: none;
        margin-bottom: 100px;
        width: auto;
        max-width: 100%;
        flex: 1;
        overflow-x: hidden;
    }

    .join-logo {
        display: none;
    }

    .responsiveheaderimage {
        display: flex;
        width: 32px;
        height: 40px;
    }

    .responsiveaddcontact {
        display: block;
        position: absolute;
        bottom: 110px;
        right: 16px;
        height: 56px;
        width: 56px;
        cursor: pointer;
    }

    .threedotsmenu {
        bottom: 110px;
        right: 16px;
    }

    .createnewcontactmaincontainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 90vh
    }

    .createnewcontact-table {
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .createnewcontact-inputfield input {
        width: auto;
        height: 41px;
    }

    .left-blue-side {
        height: 38vh;
        width: 100%;
        background-color: rgba(42, 54, 71, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;
        flex: 0 0 auto;
        border-radius: 28px 28px 0px 0px;
    }

    .white-right-side {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        gap: 20px;
        position: relative;
        max-width: unset;
    }

    .createnewcontact-logo {
        display: none;
    }

    .createnewcontact-button-cancel {
        display: none;
    }

    .createnewcontact-inputfield {
        width: 364px;
        height: 153px;
        gap: 15px;
        width: 100%;

        padding-left: 40px;
        margin-top: 70px;
    }

    .createnewcontact-person-radius {
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        height: 120px;
        width: 120px;
        border-color: rgba(255, 255, 255, 1);
        border-width: 3px;
        margin-left: 0px;
    }

    .createnewcontact-person-radius img {
        height: 64px;
        width: 64px;
    }

    .createnewcontact-close {
        position: absolute;
        top: -75%;
        right: 24%;
        filter: invert(1);
        left: 80%;
    }

    .addednewuserdiv {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        bottom: 20%;
        transform: translate(-50%, 150%);
        background-color: rgba(42, 54, 71, 1);
        color: white;
        height: 74px;
        width: 80%;
        border-radius: 20px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }

    .addednewuserdiv.is-open {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    .contactswholetext {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: column;
        width: 213px;
        height: 104px;
        padding: 0px;
    }

    .contactswholetext h1 {
        font-weight: 700;
        font-style: Bold;
        font-size: 47px;
    }

    .contactsmotoresponsivediv {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }

    .line-wrapper {
        transform: rotate(90deg);
        width: 62px;
        display: flex;
        justify-content: flex-start;
    }

    .contactinfo {
        padding: 0px;
    }

    .contactinfo-badge {
        height: 80px;
        width: 80px;
    }

    .edit-delete-icons-placement {
        display: none;
    }

    .contact-information {
        padding-top: 20px;
    }

    .picture-name-contactinfo {
        gap: 10px;
    }

    .contactinfo-name {
        font-weight: 700;
        font-style: Bold;
        font-size: 36px;
    }

    .contactsmoto-back-arrow-responsive {
        display: flex;
        position: absolute;
        top: 138px;
        right: 20px;
        cursor: pointer;
    }

    .threedotsmenu {
        cursor: pointer;
        display: flex;
        position: absolute;
        bottom: 94px;
        right: 18px;
    }

    .threedotsmenu img {
        height: 56px;
        width: 56px;
    }

    .contactoptions {
        background-color: #ffff;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 116px;
        height: 100px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        flex-direction: column;
        box-shadow: 0px 4px 4px 0px #00000040;
        gap: 20px;
    }

    .iconsresponsiveedit {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        vertical-align: middle;
    }

    .iconsresponsiveedit img {
        width: 24px;
        height: 24px;
    }

    .iconsresponsiveedit p {
        width: 30px;
        height: 19px;
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
    }

    .iconsresponsivedelete {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        vertical-align: middle;
    }

    .iconsresponsivedelete img {
        width: 24px;
        height: 24px;
    }

    .iconsresponsivedelete p {
        width: 30px;
        height: 19px;
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
    }

    .edit-person-radius {
        position: absolute;
        top: -78px;
        left: 50%;
        transform: translateX(-50%);
        height: 120px;
        width: 120px;
        border-color: rgba(255, 255, 255, 1);
        border-width: 3px;
    }

    .editcontact-button-create-contact {
        width: 99px;
        height: 51px;
        border-radius: 10px;
    }

    .editcontact-button-cancel {
        width: 82px;
        height: 51px;
        border-radius: 10px;
        border-width: 1px;
    }

    .createnewcontact-close {
        left: 92%;
        left: 92%;
    }

    .createnewcontact-inputfield-person-placement {
        margin-left: 0px;
    }
}

@media (max-width: 500px) {

    .left-side a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        text-decoration: none;
        color: #CDCDCD;
        height: 17px !important;
    }

    .contanctssection {
        margin-bottom: 80px;
    }

    .left-side {
        height: 80px;
    }

    .contactswholetext h1 {
        font-size: 34px;
    }

    .contactinfo-name {
        font-size: 22px;
    }

    .contactswholetext {
        align-items: flex-start;
        width: auto;
        height: 56px;
    }

    .picture-name-contactinfo {
        padding-bottom: 0px;
    }

    .responsiveaddcontact {
        bottom: 94px;
        right: 15px;
    }

    .line-wrapper {
        transform: rotate(90deg);
        width: 0px;
        margin-top: -36px;
        margin-left: 28px;
    }


    .createnewcontact-inputfield input {
        width: 140px;
        height: 36px;
        gap: 8px;
    }

    .createnewcontact-inputfield {
        gap: 8px;
        margin-top: 38px;
        padding-left: 20px;
        margin-right: 0px;
    }

    .createnewcontact-button-create-contact {
        height: 41px;
        gap: 16px;
    }


    .createnewcontact-text h2 {
        font-size: 38px;
        padding-left: 10px;
        font-size: 34px;
    }

    .createnewcontact-text p {
        font-weight: 400;
        font-size: 17px;
        padding-left: 28px;
    }

    .createnewcontact-close {
        top: -75%;
        left: 87%;
    }

    .createnewcontact-inputfield-icon {
        gap: 0px;
    }

    .editcontact-button-cancel {
        width: 64px;
        height: 40px;
        border-radius: 10px;
        border-width: 1px;
        font-size: 16px;
    }

    .editcontact-button-create-contact {
        width: 80px;
        height: 40px;
        border-radius: 10px;
        font-size: 16px;
    }

    .createnewcontact-buttons-placement {
        gap: 10px;
        justify-content: center;
        margin-top: 20px;
    }

    .check-icon {
        width: 15px;
    }

    .createnewcontact-text {
        width: 100%;
    }

    .blue-string {
        padding-left: 10px;
        width: 64px;
    }
}