@font-face {
    font-family: VAG World;
    src: url("VAG_World.ttf");
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 0;
}
body {
    background-image: url('muhtesem_res/index-background.png');
    background-position: center;
    background-repeat: no-repeat;
    font-family: VAG World;
    background-attachment: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header_href {
    text-decoration: none;
    color: white;
    font-size: 3vh;
    text-align: center;
    height: 9vh;
    margin-top: 1vh;
    min-width: 20%;
    max-width: 95%;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    border: transparent solid;
    display: block;
    background-image: url('https://muhtesemtests.ru/muhtesem_res/index_background.jpg');
    background-position: center;
}
.footer {
    height: 10vh;
    background-position: center;
    -webkit-box-shadow: 1px -3px 40px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px -3px 40px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 1px -3px 40px 2px rgba(34, 60, 80, 0.2);
}
.foot_btn {
    background-color: rgba(0,0,0,.8);
    border-radius: 15px 15px 0 0;
    box-shadow:
        inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
    border: none;
    width: 24vw;
    margin-left: .8vw;
    height: 10vh;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: unset;
}
.footer_items {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.foot_btn:hover {
    background-color: rgba(0,0,0,.75);
}
.header_second-text {
    font-size: 3vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    padding-bottom: 2vh;
    border-radius: 0 0 3vh 3vh;
    padding-top: 1vh;
    border: white solid;
    border-top-color: transparent;
    background-color: rgba(0,0,0,.7);
    color: white;
}
.header_second-text.out {
    transform: translateY(-100%);
}
.info_block {
    padding-bottom: 1vh;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-top: 3vh;
    margin-right: auto;
    background-color: rgba(0,0,0,.5);
    border-radius: 3vh;
    text-decoration: none;
    box-shadow:
        inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.test_name {
    color: white;
    font-size: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 1vh;
}
.test_annotation {
    display: -webkit-inline-box;
    font-size: .5rem;
    margin-top: .5vh;
}
.test_likes {
    display: inherit;
    margin-left: 5vw;
}
.annotation_text {
    display: block;
    box-shadow:
        inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
    white-space: nowrap;
    line-height: 2.5vh;
    border-radius: 3vh;
    color: greenyellow;
    max-width: 63vw;
    background-color: rgba(0,0,0,.3);
    margin-left: 5vw;
}
.notifications, .settings, .discussion {
    display: none;
}
.notification_text {
    color: greenyellow;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1.5vh;
}
.notification_time {
    color: lightgrey;
    font-size: 1.25rem;
    text-align: center;
}
.avatar_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 30vh;
    width: 30vh;
    display: block;
    margin-top: 3vh;
    margin-bottom: 3vh;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 37px 16px rgba(34, 60, 80, 0.2);
}
.nickname {
    font-size: 2rem;
    text-align: center;
    color: white;
    line-height: 72px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgba(0,0,0,.7);
}
.create_question_window {
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    height: 90vh;
    margin-top: 5vh;
    background-color: white;
    border-radius: 25px;
}
.unsigned_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    height: 15vh;
    border: none;
    border-radius: 15px;
    font-size: 2rem;
    background-color: cornflowerblue;
    margin-top: 5vh;
}
.edit_profile_btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.5rem;
    border: 3px cornflowerblue solid;
    border-radius: 3vh;
    padding: 10px 25px 10px 25px;
    box-shadow: -1px 3px 26px -6px #000000 inset;
}
.bio_textarea {
    border-radius: 5px;
    height: 20vh;
    background-color: rgba(0,0,0,.5);
    color: white;
}
#bio_edit_form, #cancel_bio {
    display: none;
}
.blur_window {
    position: absolute;
    background-color: rgba(0,0,0,.9);
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}
.upload_window {
    background-color: white;
    width: 90vw;
    height: 67vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18vh;
    border-radius: 25px;
}
#upload_image_form {
    width: 80vw;
    height: 50vh;
    background-color: lavender;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    border: 3px #86b7fe dashed;
}
#upload_image_form label {
    text-decoration: underline;
    text-align: center;
    display: block;
    font-size: 3rem;
    margin-top: 20vh;
}
#upload_image_form label:hover {
    cursor: pointer;
}
#upload_image_form input[type=file] {
    display: none;
}
.photostock {
    width: 90%;
    height: 90%;
    background-color: azure;
    margin: 10% auto 0 auto;
    border: solid teal;
    border-radius: 25px;
    overflow: scroll;
}
.photostock_img {
    max-width: 90%;
    max-height: 50%;
    margin: 0 auto;
    display: block;
    margin-top: 2vh;
    border-radius: 15px;
}
.input_question {
    display: block;
    margin:  0 auto;
    margin-top: 3vh;
    width: 80%;
    border: none;
    font-size: 1.5rem;
    border-radius: 25px;
    text-align: center;
}
.select_right_btn {
    display: block;
    margin: 0 auto;
    margin-top: 1vh;
    width: 50%;
    border: none;
    border-radius: 25px;
    background-color: rgba(255,255,255,.7);
}
.t_que_text {
    display: block;
    text-align: center;
    color: white;
    font-size: 2rem;
    padding-top: 1vh;
}
.t_btn_select {
    border: 0;
    background-color: rgba(0,0,0,.7);
    border-radius: inherit;
    width: 90%;
    margin: 3vh auto;
    box-shadow: inherit;
}
.auth_window, .reg_window {
    width: 90%;
    height: 90%;
    background-image: url('muhtesem_res/sultanfamily.jpg');
    background-size: cover;
    border-radius: 25px;
    margin: 2.5% auto;
    overflow: scroll;
}
.gender_btn {
    margin: 0 auto;
    display: block;
    padding: 3vh;
    width: 10vh;
    height: 10vh;
    border: 0;
    border-radius: 100%;
    background-color: rgba(255,255,255,.7);
}
.input_message {
    width: 95%;
    border-radius: 25px;
    line-height: 7.5vh;
    border: none;
    font-size: 3vh;
    color: black;
    margin: 0 auto;
    display: block;
    padding: 0 1.5vw;
    margin-bottom: 11vh;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.msg_box {
    max-width: 65%;
    width: fit-content;
    min-height: 5vh;
    margin-left: 5%;
    margin-top: 1.25vh;
    margin-bottom: 1.25vh;
    border-radius: 25px 25px 25px 0;
    color: black;
    background-color: white;
    font-size: 3vh;
    /* padding-left: 1vw; */
}
.nick_msg {
    background-color: rgba(0,0,0,.9);
    width: fit-content;
    padding: 0 3vh;
    line-height: 6vh;
    margin-bottom: 1vh;
    word-break: break-all;
    display: inline-block;
    border-radius: 25px;
}
.footer_container {
    height: 9vh;
    width: 95%;
    border-radius: 25px;
    margin: 0 auto;
    background-image: url('https://muhtesemtests.ru/muhtesem_res/index_background.jpg');
    background-position: center;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
        0 0  0 2px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.foot_cell {
    width: 24.77%;
    height: inherit;
    display: inline-block;
}
.foot_cell_btn {
    background-color: white;
    padding: 0;
    border: none;
    margin: 0 auto;
    display: block;
    height: 6vh;
    width: 6vh;
    border-radius: 25%;
    transition: all 0.3s ease-in-out;
}
.foot_cell_btn:hover {
    box-shadow: 0px 0px 8px 4px rgba(255, 255, 255, 0.32);
}
.user_page {
    width: 90%;
    height: 90%;
    overflow: scroll;
    background-image: url('muhtesem_res/background_test.jpg');
    background-size: cover;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
}
.result_text {
    color: white;
    text-align: center;
    font-size: 3rem;
    box-shadow: 2px 2px 10px 10px;
    width: fit-content;
    max-width: 90%;
    padding: 3vh 10vw;
    border-radius: 10vh;
    display: block;
    margin: 0 auto;
    background-color: rgba(0,0,0,.5);
    position: relative;
}
/* #like_btn::after {
    width: 100%;
    height: 20vh;
    content: '';
    display: block;
    position: absolute;
} */
.img_test_m {
    max-width: 85vw;
    max-height: 85vw;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 5vh;
}
.own_msg {
    min-height: 5vh;
    width: fit-content;
    padding: 1vh;
    background-color: white;
    font-size: 3vh;
    float: right;
    margin-right: 5%;
    max-width: 65%;
    overflow-wrap: break-word;
    border-radius: 25px 25px 0 25px;
}