   .imgUWA {
        border-radius: 3em;
        max-width: 300px;
    }


    .spanUWA {
        font-size: 1.6rem;

        margin-bottom: 10px;
    }

    .spanUWABold {
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Flex {
        display: flex;
    }

    .modal {
        position: fixed;
        display: block;
        z-index: 10000;
        top: 0;
        left: -15em;
        visibility: hidden;
        width: 100%;
        height: 100vh;
    }

    .modal.is-visible {
        visibility: visible;
    }


    .modal-overlay {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 0%, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s;
    }

    .modal.is-visible .modal-overlay {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 6em;
        left: 50%;
        width: 70em;
        margin-left: -20em;
        background-color: #fff;
        box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
        border-radius: 3rem;
    }

    .modal-wrapper section {
        padding: 20px;
        padding-bottom: 0px;
    }

    .modal-title {
        background-color: #fbfbfd;
        color: #3d465a;
        width: 100%;
        padding: 20px 30px;
        font-weight: 600;
        font-size: 22px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .modal-title img {
        margin-right: 15px;
        margin-top: -3px;
    }

    .modal-transition {
        transition: all 0.3s 0.12s;
        transform: translateY(-10%);
        opacity: 0;
    }

    .modal.is-visible .modal-transition {
        transform: translateY(0);
        opacity: 1;
    }


    .btn-close div {
        color: #929eb8;
        background-color: #e9eaf3;
        float: right;
        width: 28px;
        height: 28px;
        text-align: center;
        border-radius: 50%;
        transition: .3s;
        line-height: 28px;
    }

    .btn-close div:hover {
        background-color: #929eb8;
        color: #e9eaf3;
    }


    .modal-footer {
        text-align: left;
        border: none;
    }

    .cancelModal {
        font-size: 14px;
        font-weight: 600;
        color: #2c47db;
        margin-top: 15px;
        margin-left: 20px;
        cursor: pointer;
        transition: .3s;
        text-transform: uppercase;
        border: 1px solid #2c47db;
    }

    .cancelModal:hover {
        color: black;
        border: 1px solid black;
    }


    .modal-delete-icon img {
        width: 18px;
    }

    .remove-element-text {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }


    .modal-wrapper {
        top: 1em;
    }



    .text-left {
        text-align: left;
    }

    .tableheaderButton {
        cursor: pointer;
        background-color: var(--bg-icons);
        color: var(--white);
        border-radius: 8px;
        padding: 0 25px;
        height: 42px;
        line-height: 42px;
        font-weight: bold;
        transition: .3s all;
        max-width: fit-content;
    }

    input {
        width: 100%;
        border-radius: 2px;
        border: solid 1px #e9eaf3;
        padding: 5px 10px;
        height: 42px;
        border-radius: 8px;
    }

    textarea {
        resize: none;
        width: 100%;
        min-height: 125px;
        border-radius: 2px;
        border: solid 1px #e9eaf3;
        padding: 15px;
        border-radius: 8px;
        font-size: 14px;
    }


    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #eeeeee73;
    }


    select {
        border-radius: 2px;
        border: solid 1px #e9eaf3;
        width: 100%;
        height: 38px;
        background: none;
    }

    @media (max-width: 1000px) {
        .imgUWA {
            width: 100%;
        }

        .teamModal {
            width: 65%;
        }

        .modal-wrapper {
            left: 53%;
        }

    }

    @media (max-width: 850px) {

        .Flex {
            flex-direction: column;
        }

        .modal-wrapper {
            left: 58%;
        }

    }





    @media (max-width: 700px) {

        .flexTeam {
            display: flex;
            align-items: center;
           justify-content: center;
        }
        .modal-wrapper {
            width: 79%;
            left: 46%;
        }

        .modal {
            left: 0 !important;
        }

         .blogSingle{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .whiteP{
width: calc(100% - 6rem);
                }


                .singleImage{
                    width: calc(100% - 4rem);;
                }




    }

    @media (max-width: 450px) {
        .modal-wrapper {
            width: 91%;
            left: 56%;
        }





    }

    @media (max-width: 380px) {
        .modal-wrapper {
            width: 94% !important;
            left: 56%;
        }

    }

    .blog {
        padding: 10rem 0;
    }