*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&display=swap");

@font-face {
    font-family: semibold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: light;
    src: url(../fonts/light/open-sans.light.ttf);
}

.hidden {
    display: none;
}

input[type="file"] {
    display: none;
}

.navbar-nav {
    padding: 16.5px;
    position: relative;
    list-style-type: none;
}


.mediv {
    border-radius: 50%;
    width: 40px;
    margin-left: auto;
}

#mainProfilePicture {
    border-radius: 50%;
    color: white;
    padding: 15px;
    height: 41px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: unset;
    background-size: 53px;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 3px 6px;
    background-image: url(../images/User.svg);
}

.user-info-dropdown {
    position: absolute;
    top: 100%;
    right: 10px;
    border-radius: 4px;
    min-width: 300px;
    min-height: 242px;
    width: 300px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    font-size: 16px;
    font-family: semibold;
    z-index: 1000;
    background-color: #fff;
    display: none;
}

#closenavigationButton {
    float: right;
    margin-left: 12%;
    margin-bottom: 10px;
    display: none;
}

fieldset {
    border: medium none !important;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

.user-info-dropdown fieldset {
    padding: 20px;
    font-family: semibold;
    color: black;
}

.UserMe.mobileUserNav {
    height: 44px;
    width: 45px;
    position: absolute;
    text-align: center;
    background-position: center;
    background-size: 53px;
    background-image: url('../images/User.svg');
}

.mobileUserNav:hover {
    background-image: url('../images/add-img-button.svg') !important;
}

.UserMe {
    border-radius: 50%;
}

.UserMe {
    cursor: pointer;
}

.menu-infos-cont {
    font-size: 14px;
    width: 80%;
    margin-left: 20%;
    position: relative;
}

.menu-user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
}


.menu-user-email {
    font-family: 'regular';
    padding-bottom: 15px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
}

#meEdit {
    position: absolute;
    top: 5%;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 100px;
}

.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.userMenu-selection {
    padding: 10px;
    font-size: 16px;
    font-family: regular;
    border-radius: 10px;
    margin: 5px -10px;
    cursor: pointer;
}

.userMenu-selection:hover {
    background-color: #F5F6F7;
}

.userMenu-selection a {
    color: black;
    display: block;
    text-decoration: none;
}


.userMenu-selection-m {
    color: white !important;
    display: block;
    font-family: 'light';
    padding: 10px;
    margin: 0 -10px;
    font-size: 16px !important;
    border-radius: 10px;
    text-decoration: none;
}

.userMenu-selection-m:hover {
    background-color: #6E6E6E;
}

.forSemibold {
    font-family: 'semibold';
}

#btnsignout {
    background-color: #50C3D4 !important;
    height: 60px;
    border-color: transparent !important;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0 0 5px;
    padding: 10px;
    width: 100%;
    font-family: 'semibold';
    padding-left: 20px;
}

#closenavigationButton2 {
    float: right;
    margin-left: 12%;
    margin-bottom: 45px;
    display: none;
}

.edit-profile-txt {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    color: black;
}

.EditInput {
    padding: 0 10px;
    width: 100%;
    height: 34px;
    background: white;
    border: 1px solid;
    border-color: #c1c1c1;
    border-radius: 8px;
    color: #707070;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    margin: 10px 0;
    padding: 20px 15px !important;
    border-radius: 6px !important;
}

.EditInput:focus {
    border-color: #888;
    outline-color: #dceefc;
    outline-offset: 0;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.EditInput:nth-child(1) {
    margin-top: 0;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btnSave {
    padding: 10px 65px !important;
    margin-top: 12.5px;
    background-color: #55AED3;
    font-size: 16px;
}

.secondMenu-txt {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    color: black;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .UserMe {
        /* background: #3d4b5a none repeat scroll 0 0 !important; */
        border: 0 none;
        color: white;
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
    }

    .user-info-dropdown {
        margin-right: 2vw;
    }

    .UserMe {
        /* background: #3d4b5a none repeat scroll 0 0 !important; */
        border: 0 none;
        color: white;
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
    }
}


@media screen and (min-width: 768px) {
    .user-info-dropdown {
        padding-bottom: 0px;
    }

    #btnsignout {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 768px) {
    .user-info-dropdown {
        background-color: white;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 0;
        right: 0;
    }

    #closenavigationButton {
        display: inline-block;
        cursor: pointer;
    }

    .user-info-dropdown fieldset {
        padding: 0 12%;
    }

    #btnsignout {
        position: absolute;
        bottom: 0;
        margin: 0;
        border-radius: 0;
        text-align: center;
        font-size: 18px;
    }

    .user-info-dropdown fieldset:nth-child(3) {
        padding: 20px 12%;
        margin-top: 10px;
    }

    #ctl00_limanage a {
        margin: 10px -10px !important;
    }

    #closenavigationButton2 {
        display: inline-block;
    }

    .bigger-dropdown-second h5 {
        font-size: 22px;
    }
}
