img {
    width: 100%;
    height: auto;
}

a,
a:hover {
    color: black;
    text-decoration: none;
}

iframe,
video {
    width: 100%;
    height: auto;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100vh !important;
}

.half-width {
    width: 50%;
}

.pointer {
    cursor: pointer;
}

.fixed-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
}

@media (max-width:767px) {
    thead {
        display: none;
    }

    tr {
        border-bottom: 3px solid black;
    }

    tr,
    th,
    td {
        display: block;
        width: 100%;
    }
}


.login-logup>div {
    overflow: hidden;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-logup img {
    width: 100%;
    height: auto;
}

.login-logup form {
    width: 80%;
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 10px;
}

@media (max-width:767px) {
    .login-logup {
        position: relative;
    }

    .login-logup h1 {
        color: rgba(255, 255, 255, .5);
    }

    .login-logup>div {
        width: 100%;
        height: 100vh;
    }

    .login-logup>div:nth-child(2) {
        position: absolute;
        z-index: -1;
    }

    .login-logup input:focus,
    /* .login-logup input:not(:placeholder-shown), */
    .login-logup input {
        background: transparent;
    }

    .login-logup label,
    .login-logup input::placeholder {
        font-weight: bold;
        color: gray;
    }

    .login-logup img {
        height: 100%;
        width: auto;
    }

    #logup img {
        width: 100%;
        height: auto;
    }
}


/*nav*/
.under-mnav {
    padding-top: 80px;
}

#m-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 4px 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 8px -8px;
    overflow: hidden;
    overflow-x: auto;
    background-color: white;
}

#m-nav>.wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 767px;
}

#m-nav>.wrap .menu {
    margin-right: 5px;
}

#m-nav>.wrap a {
    display: block;
    padding: 10px 16px;
    border-radius: 24px;
}

#m-nav>.wrap a.active {
    background: black;
    color: white;
}

#m-nav>.wrap .menu a:hover {
    background-color: gainsboro;
}

#m-nav>.wrap img#profile-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

#home .wrap-photos {
    display: flex;
}

#home .wrap-photos img {
    border-radius: 15px;
}

#home .wrap-bigimage {
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}

#home .wrap-bigimage-container {
    position: relative;
    height: 100%;
}

#home .wrap-bigimage img#bigImage {
    height: 100%;
    width: auto;
}

@media (max-width:767px) {
    #home .wrap-bigimage-container {
        width: 100%;
        text-align: center;
    }

    #home .wrap-bigimage img#bigImage {
        width: 100% !important;
        height: auto;
    }
}


#maintenance {
    display: flex;
    justify-content: center;
    align-items: center;
}

#videos .wrap-video {
    cursor: pointer;
}

#videos .wrap-image {
    overflow: hidden;
    text-align: center;
}

#videos .wrap-image img {
    width: auto;
    height: 100%;
    border-radius: 16px;
    transition: .5s;
}

#videos .wrap-image img:hover {
    border-radius: 0;
}

#videos #section-video {
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: white;
}

#videos #section-video>#wrap-displayed-video {
    width: 60%;
    height: 100%;
    background-color: rgba(22, 24, 35, 0.6);
    overflow: hidden;
}

#videos #section-video>#wrap-comments {
    width: 40%;
    height: 100%;
    overflow-y: auto;
    padding: 10px 20px;
}

#videos #section-video .close-video {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

#videos #section-video>#wrap-displayed-video>div {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#videos #section-video .wrap-tiktok iframe {
    width: 360px !important;
    height: 95% !important;
}

#videos #section-video a.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width:767px) {
    #videos #section-video {
        flex-wrap: wrap;
        height: calc(100vh + 300px);
        min-height: calc(100vh + 300px);
        overflow: auto;
    }

    #videos #section-video>section {
        width: 100% !important;
        height: 100vh !important;
    }
}

#profile {
    padding-top: 10px;
    padding-bottom: 10px;
}

#profile #section-menus .menu {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}

#profile #section-menus .menu.active>span {
    font-weight: bold;
    border-bottom: 3px solid black;
    padding-bottom: 5px;
}

#profile #section-content {
    overflow-x: hidden;
}

#profile .content {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width:768px) {
    #profile #section-content {
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }
}

@media (max-width:767px) {
    #profile #section-content {
        margin-top: 20px;
    }
}


/*pinterest*/
.pinterest {
    z-index: 5;
    min-height: 100vh;
    padding-bottom: 10px;
}



/*admin*/
.admin {
    background: #f1f5f9 !important;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.admin #admin-top-nav {
    height: 60px;
    padding: 0.625rem 1.5rem;
    display: flex;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08);
}

.admin #admin-top-nav>div:nth-child(2) {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.admin #admin-top-nav #btn-admin-right-nav {
    font-size: 25px;
    cursor: pointer;
}

.admin #admin-right-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    margin-left: -300px;
    width: 250px;
    height: 100vh;
    background-color: #212b36;
    border-right: 1px solid #212b36;
    transition: .5s;
    color: white;
    overflow: hidden;
}

.admin #admin-right-nav.opened {
    margin-left: 0;
}

.admin #admin-right-nav>div {
    padding: 0.5rem 1.5rem;
}

.admin #admin-right-nav #btn-admin-right-nav2 {
    font-size: 25px;
    cursor: pointer;
}

.admin #admin-right-nav .menu {
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    display: block;
    color: #454f5b;
    font-size: 25px;
    text-decoration: none;
    font-weight: 700;
}

.admin #admin-right-nav .menu.active {
    color: white;
}

.admin .admin-content {
    padding: 1rem !important;
}


/*admin-users*/
#admin-users #wrap-form {
    border: 2px solid black;
    padding: 20px 10px;
    border-radius: 10px;
}

#admin-users table img,
#admin-videos table img,
#admin-photos table img {
    width: auto;
    height: 110px;
}

/*admin-videos*/
#admin-videos #section-video {
    z-index: 8888;
    flex-wrap: wrap;
}

#admin-videos #section-video>div {
    width: 100%;
}



@media (min-width:768px) {
    #admin-videos #section-video>div:nth-child(2) {
        padding: 10px 50px;
    }
}

@media (min-width:1204px) {
    #admin-videos #section-video>div:nth-child(2) {
        padding: 10px 170px;
    }
}