


html, body {
    background-color: white;
    margin: 0px;
    padding: 0px;
}

body.colored-background-1 {
    background-color: white;
}

.hide {
    display: none;
}

.blue-link {
    font-family: sans-serif;
    color: blue;
}

.green {
    font-family: sans-serif;
    color: green;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

hr {
    opacity: 0.3
}

a {
    text-decoration: none;
    color: black;
}

    /*------------------- copyright-complaint-approval.html --------------*/

.copyright-complaint-review-container {
    padding-bottom: 80px;
}

    /*------------------------------ pagination -----------------------*/

.pagination {
    text-align: center;
    font-family: sans-serif;
    margin-top: 30px;
}

    /*-------------------------- base.html -------------------------------*/


/*------- for tag-inputs ------*/


.tags-input-wrapper{
        background: transparent;
        padding: 8px;
        border-radius: 4px;
        max-width: 300px;
        border: 1px solid #ccc;
        margin-top: 5px;
}
.tags-input-wrapper input{
        border: none;
        background: transparent;
        outline: none;
        width: 140px;
        margin-left: 8px;
}
.tags-input-wrapper .tag{
        display: inline-block;
/*        background-color: #812481;*/
        background-color: black;
        color: white;
        border-radius: 40px;
        padding: 0px 3px 0px 7px;
        margin-right: 5px;
        margin-bottom:5px;
}
.tags-input-wrapper .tag a {
        margin: 0 7px 3px;
        display: inline-block;
        cursor: pointer;
        color: white;
}


        /*-----------------------vfooter ----------------*/

.footer {
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #e4e4e4;
    z-index: 2;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    justify-content: space-evenly;
    display: flex;
    width: 90%;
    margin: auto;
}

.footer ul::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.footer li {
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.footer li span {
    font-size: 0.7em;
}

.footer a {
    text-decoration: none;
    margin: 0;
    color: #494949;
}

.phone-navbar {
    display: none;
}

div#keep-footer-down {
    min-height: 100vh;
    padding-bottom: 80px;
}

textarea {
    overflow-y: scroll;
}

.pagination a {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

#pagination {
    width: 50%;
    padding-top: 20px;
    margin: auto;
    text-align: center;
}

/*------ nav-bar -----*/

.topnav {
    z-index: 4;
    overflow: hidden;
    background-color: #242424;
    height: 60px;
    background-color: #fcfcfc;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #fcfcfc;
}

.topnav ul {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.topnav ul li {
  display: inline-block;
  padding: 20px 10px;
  margin: 0 10px;
}

.topnav ul li a {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
}

.topnav.audio {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    border-bottom: 0px solid #fcfcfc;

    position: relative;
    background-color: transparent;
}

.topnav a.active {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .active a:hover {
    /*background-color: #ddd;*/
    color: black;
}

.topnav a.active {
    /*background-color: #04AA6D;*/
    color: white;
}

#nav-links {
    /*width: 30%;*/
    float: right;
    margin: 14px 20px 0 0;
}

#nav-links img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.nav-dm-btn-phone {
    font-size: 20px;
    margin: 8px 3px 0px 0px;
}

.number_of_unseen_messages {
    position: absolute;
    background-color: red;
    height: 18px;
    width: 21px;
    border-radius: 50%;
    text-align: center;
    top: 5px;
    right: 12px;
    padding: 0 0 5px 0;
    overflow: hidden;
}

.number_of_unseen_messages span {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: white;
    margin: 0;
    padding: 0;
}

#nav-links ul {
    list-style-type: none;
}

#nav-links li {
    float: right;
    margin: 0px;
    padding-top: 6px;
}

#logo {
    width: 150px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

#logo img {
    width: 100%;
    height: 32px;
    vertical-align: center;
}

#search-bar {
    width: 52%;
    display: inline-block;
    margin-top: 16.5px;
    margin-left: 35px;
}

form#search input[type=text] {
    padding: 4.8px;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    width: 85%;
    background: white;
    margin: 0;
    outline: none;
    border-radius: 0px;
}

form#search input[type=text]:focus {
    border: 0.7px solid #aa01aa;
    padding: 4.8px;
    margin: 0;
}

form#search button {
    float: left;
    width: 52px;
    padding: 6px 0px;
    padding-right: 0px;
    background: #961396;
    background-color: #282828;
    color: white;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin: 0;
    /*border-radius: 4px 0 0 4px;*/
}

form#search button:hover {
    /*background: #0b7dda;*/
}

form#search::after {
    content: "";
    clear: both;
    display: table;
}

.bubble-links::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bubble-links {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.bubble-links ul {
    list-style-type: none;
    margin: 25px 0 0 5px;
    padding: 0;
}

.bubble-links.video ul {
    margin: 20px 0 0 10px;
}

.bubble-links.pin ul {
    margin: 5px 0 0 10px;
}

.bubble-links.pin.no-file ul {
    margin: 10px 0 0 10px;
}

.bubble-links li {
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 4px;
    border: 1px solid #e1e1e1;
}

.bubble-links.video li {
    padding: 3px;
}

.bubble-links.pin li {
    padding: 1px;
}

.bubble-links a {
    color: grey;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.0em;
    font-family: sans-serif;
}

.bubble-links.pin a {
    padding: 12px 14px;
    font-size: 0.7em;
}


/*------------ bubble-links 2 ------------*/

.bubble-links-2::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bubble-links-2 {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.bubble-links-2 ul {
    list-style-type: none;
    margin: 25px 0 0 2px;
    padding: 0;
}

.bubble-links-2 li {
    margin: 0 0 0 0px;
    display: inline-block;
    background-color: #f1f1f1;
    background-color: transparent;
    border-radius: 6px;
    padding: 4px 0px;
/*  border: 1px solid #e1e1e1;*/
}

.bubble-links-2 a {
    color: grey;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 1.0em;
    font-family: sans-serif;
}

.bubble-links-2 a.active  {
    color: black;
}

/*------------------- bubble-links 3 --------------------*/

.bubble-links-3::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bubble-links-3 {
    width: 100%;
    margin-top: 25px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    text-align: center;
}

.bubble-links-3 i {
    font-size: 23px;
    color: #4c4c4c;
    cursor: pointer;
}

.bubble-links-3 div {
    height: 15px;
    width: 15px;
    border-radius: 5px;
    border: 1px solid grey;
    display: inline-block;
    margin: 0 5px;
}

.bubble-links-3 div:hover {
    cursor: pointer;
    background-color: #b90fb9;
}

.bubble-links-3 div.active {
    background-color: black;
}



        /*-------------------------- watch_video.html ---------------------------*/

/*---- video mini styling ---*/
#video-mini-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

#video-mini-container {
    width: 100%;
/*  height: 40px;*/
    margin: 20px 0 0 0;
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    /* for flaoting child elements */
    white-space: nowrap;
}

.video-mini-holder {
    width: 80px;
    height: 100px;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 6px;
/*    border: 2px solid #961396;*/
    border: 2px solid #333333;
    background-color: white;
    cursor: pointer;
    text-align: center;
}

#video-mini-upload-btn {
    margin: 0;
    font-size: 21px;
    font-weight: normal;
    cursor: pointer;
    line-height: 5;
    margin: 0;
    color: #363636;
}

.video-viewed-mini-holder {
    border: 2px solid #b2b2b2;
}

.video-mini-holder img {
    width: 100%;
    height: 100%;
}

.video-toggle-btns {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.toggle-btn {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 46%;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

#first-toggle-btn {
    border-right: 1px solid #eee;
}

button#subscribe-btn {
    padding: 10px 34px;
    border: 1px solid #3996dc;
    border-radius: 3px;
    font-family: sans-serif;
    margin: 8px 0 0 0;
    background-color: #479cdc;
    color: white;
    font-size: 18px;
}

button#subscribe-btn button:hover {
    background-color: #85c5f5;
}

button#subscribed-btn {
    padding: 10px 34px;
    border: 1px solid #3996dc;
    border-radius: 3px;
    font-family: sans-serif;
    margin: 8px 0 0 0;
    background-color: #479cdc;
    color: white;
    font-size: 16px;
}

button#subscribed-btn button:hover {
    background-color: #85c5f5;
}

.video-copyright-btn {
    font-size: 22px;
    margin-top: 15px;
}

.liking-refresh {
    margin: 0;
    font-family: sans-serif;
}

.like-btn-holder-unsigned-in {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.like-btn {
    margin: 0;
    font-size: 22px;
    cursor: pointer;
}

.dislike-btn {
    margin: 0;
    margin-left: 10px;
    font-size: 22px;
    cursor: pointer;
}

.like-count {
    font-size: 20px;
}

.dislike-count {
    font-size: 20px;  
}

i.liked-video {
    color: #000084;
}

i.disliked-video {
    color: #000084;
}

.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

.video-content {
    width: 98%;
    height: 100%;
    margin: auto;
    margin-top: 20px;
/*  margin-left: 0px;*/
    display: block;
    /*min-height: 900px;*/
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

#video-title {
    width: 100%;
    text-align: left;
}

#video-title h3 {
    font-family: sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

.video-file {
    /*height: 530px;*/
    /*height: 900px;*/
    aspect-ratio: 2.6 / 1;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.video-file video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: black;
}

.comment-flex {
    width: 98%;
    margin: auto;
    margin-top: 20px;
}

.comment-flex.pin {
    width: 97%;
}


.video-description {
    width: 100%;
    margin: auto;
    /*text-align: center;*/
}

.series-video-description-container {
    display: none;
}

.video-description p {
    font-family: sans-serif;
    /*font-size: 1.3em;*/
}

.video-description p#date {
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: 500;
}

.video-description p#date a {
/*    font-family: sans-serif;*/
/*    font-size: 0.9em;*/
/*    font-weight: 500;*/
}

.video-description p#topic {
    font-family: sans-serif;
    font-size: 0.94em;
    font-weight: 500;
}

.video-description p#topic a {
    font-family: sans-serif;
    font-size: 1.04em;
    font-weight: 500;
}

.video-description p#description {
    color: #797979;
}

.video-description p#description a {
/*  color: #0303b4;*/
}

.video-user-details {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    padding: 15px 0;
    border-top: 1.5px solid #eee;
    border-bottom: 1.5px solid #eee;
}

.video-user-picture {
    position: relative;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.video-user-picture i.medal-icon {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  color: #FEDB4E;
  font-size: 18px;
}

.video-user-picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.video-user-username {
    margin: 0 0 0 10px;
    padding: 0;
}

.video-user-username p {
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.video-user-username p.video-user-sub-count {
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    margin: 5px 0 0 0;
    cursor: pointer;
}

p#video-views {
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    margin: 4px 0 0 0;
    cursor: pointer;
}

.related-container {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.series-related-container {
    display: grid;
}

.related-video {
    margin: 7px;
}

.active-video {
    background-color: #dddddd;
}

.related-video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: black;
    opacity: 0.7;
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
}

.related-thumbnail {
    /*position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: block;
    background-color: white;
    border-radius: 3px;*/
    position: relative;

    aspect-ratio: 1.8 / 1;
}

.related-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.related-details {
    width: 100%; 
    overflow: hidden;
    vertical-align: top;
    display: block;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    margin-top: 2px;
    text-align: left;
}

.related-details p a {
    text-decoration: none;
}

.related-details p {
    margin: 0px;
}

p.related-title {
    line-height: 1.1em;
    max-height: 2.1em;
    overflow: hidden;
}

p.related-stats {

}

p.related-stats a {
    font-size: 11px;
    color: #979797;
    margin-top: 4px;
    font-weight: normal;
}


    /*----------------------- search_users.html, search_videos.html -------------------*/

#search-home-container {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
}

.search-results-container {
    margin-top: 10px;
}

#search-msg {
    font-family: sans-serif;
    font-weight: normal;
    text-align: center;
    color: grey;
}

#search-heading {
    display: inline-block;
    margin: 18px 0 0 35px;
}

select#search-filter {
    width: 95px;
    height: 25px;
}


    /*------------------------ search_videos.html ----------------------------*/

.search-videos-content {
    width: 97%;
    height: 115px;
    margin: auto;
    margin-top: 20px;
    z-index: -1;
}

.search-videos-thumbnail {
    height: 100%;
    width: 225px;
    float: left;
    position: relative;
}

.search-videos-thumbnail img {
    height: 100%;
    width: 100%;
    float: left;
    border-radius: 10px;
}

.search-videos-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: black;
    opacity: 0.7;
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
}

.search-videos-details {
    max-width: 60%;
    max-height: 70%;
    margin-left: 10px;
    float: left;
}

.search-videos-details a {
    text-decoration: none;
/*  color: black;*/
    margin: 0;
}

.search-videos-details h3 {
    margin: 0px;
}

.search-videos-details h3 a {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    line-height: 1em;
    max-height: 2.1em;
    overflow: hidden;
}


.search-videos-details p {
    font-family: sans-serif;
    color: #8a8a8a;
    font-weight: normal;
/*  font-size: 0.8em;*/
    margin: 0px;
    margin-top: 4px;
}

.search-videos-stats p {
    font-size: 12px;
    margin-top: 5px;
}

     /*--------------------------- search_users.html -------------------------*/


#search-home-container > div.user-layout-1-holder:nth-of-type(2) {
    margin-bottom: 20px;
}

#search-home-container > div.user-layout-1-holder:last-of-type {
     border-bottom: 1px solid #e4e4e4;
}

.user-layout-1-holder {
    width: 100%;
    height: 75px;
    margin: 0px 0;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
}

.user-layout-1-content {
    width: 95%;
    height: 100%;
    margin: auto;
}

.user-layout-1-picture {
    height: 100%;
    width: 90px;
    float: left;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    overflow: hidden;
}

.user-layout-1-picture img {
    height: 100%;
    width: 100%;
    /*background-color: purple;*/
}

.user-layout-1-details {
    max-width: 60%;
    max-height: 70%;
    margin-left: 10px;
    margin-top: 5px;
/*  background-color: yellow;*/
    float: left;
}

.user-layout-1-details a {
    text-decoration: none;
    color: black;
}

.user-layout-1-details h3 {
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0px;
}

.user-layout-1-details p {
    font-family: sans-serif;
    color: #b6b6b6;
    font-weight: normal;
    font-size: 0.8em;
    margin: 0px;
    margin-top: 7px;
}




    /*------------------ used for alot of form pages ----------------------*/


#contact-container {
    /*height: 500px;*/
    width: 75%;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 80px;
    /*background-color: red;*/
    font-family: sans-serif;
    font-size: 1.0em;
}

#contact-container p#form-footnote {
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

#contact-container input[type]:not([type=submit], [type=checkbox]), #contact-container select, #contact-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-size: 15px;
}

#contact-container input[type]:focus, #contact-container select:focus, #contact-container textarea:focus {
    border: 1px solid black;
    outline: none;
}


#contact-container textarea {
    height: 200px;
    font-size: 16px;
}

#contact-container input[type=submit] {
    background-color: black;
    color: white;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    -webkit-appearance: none;
}

     /*---------------------------- messages.html -------------------------*/

.message-container {
    /*height: 500px;*/
    width: 75%;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 80px;
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: normal;
}

    /*------------------------- user_videos.html ---------------------------------*/

.menu-1-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.menu-1-container {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 5px 0 7px 0;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.menu-1-container ul {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-1-container ul li {
  display: inline-block;
  padding: 10px 25px;
  margin: 0 10px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.menu-1-container.search ul li {
  padding: 5px 10px;
  border-right: 0px solid #ededed;
  border-bottom: 0px solid #ededed;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

.menu-1-container ul li a {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  cursor: pointer;
}

.menu-1-container ul li a.active {
  color: black;
}

/*--------- mini circles styling on user_videos.html ---------
#mini-video-loader-aligner { 
    margin: 0 0 0 45%;  
}

.mini-video-loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
}




#videos-mini-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

#videos-mini-container {
    width: 100%;
    height: 40px;
    margin: 20px 0 -2px 0;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.videos-mini-holder {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #961396;
    background-color: white;
    cursor: pointer;
}

.videos-mini-holder img {
    width: 100%;
    height: 100%;
}

#videos-mini-upload-btn {
    margin: 20% 0 0 28%;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.videos-video-holder {
    width: 97%;
    height: 110px;
    /*background-color: grey;*/
    margin: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    /*border-radius: 4px;*/
    word-wrap: break-word;
}

.viewed-mini-holder {
    border: 2px solid #b2b2b2;
}


/*mini video section of homepage and profile page/shared */

/*#videos-mini-pop-up {
    position: fixed;
    margin: auto;
    margin-top: 7%;
    height: 500px;
    width: 400px;
    background-color: white;
}*/

.mini-tap-here-btn {
    margin: auto; 
    margin-top: 50px; 
    width: 100%;
    text-align: center;
}

#opacity-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    z-index: 4; 
}

/*mini comment section styling*/

.mini-comment-flex {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    min-height: 70vh;
}

.mini-comment-section-opacity {
    position: fixed;
    overflow: hidden;
    overscroll-behavior: contain;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5; 
    visibility: hidden;
}

.mini-comment-section-container {
    position: relative;
    margin: auto;
    width: 100%;
    height: 80%;
    background-color: white;
    top: 100%;
    transform: translateY(-100%);
}

.mini-comment-section-header {
    width: 100%;
    height: 50px;
    border-bottom: 1.5px solid #eaeaea;
}

.mini-comment-section-exit-holder {
    position: relative;
    margin: 15px 5px 0 0;
    float: right;
    clear: both;
}

.mini-comment-section-exit-holder i {
    font-size: 15px;
    cursor: pointer;
    margin-right: 15px;
}

.mini-comment-section-holder::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.mini-comment-section-holder {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

/*mini styling*/
.mini-background {
    background-color: #0d0d0d;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; 
    visibility: hidden;
}

.masterWrap {
    z-index: 4;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*    overflow: hidden;*/
}

.panelWrap {
    width: 100%;
    height: 100%;
}

.slickItem {
    /*position: relative;
    height: 100%;
    width: 100%;*/
}

section.viewable-mini-container {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(3rem);
    scroll-snap-type: y mandatory;
    scroll-behavior: instant;
    z-index: 4;
    background-color: transparent;
    background: rgba(0, 0, 0, 0.97);
    overflow-x: hidden;
    display: none;
}

.slickItem {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.viewable-mini-opacity-pop-up {
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
    /*height: 100%;
    width: 100%;
    background-color: #0d0d0d;
    z-index: 4; */
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
   /* display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;*/

}

.viewable-mini-pop-up {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 35%;
    height: 100%;
}

.viewable-mini-header {
    position: absolute;
    height: 48px;
    width: 100%;
    font-family: sans-serif;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
    z-index: 4; 
}

.viewable-mini-header p {
    margin: 0 15px 0 0;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.viewable-mini-audio-holder {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 10px;
}

@keyframes move {
  to {
    right: 100%;
    transform: translate(0);
  }
}

.viewable-mini-audio-holder p {
    margin: 0px;
    color: white;
    cursor: pointer;
}

.viewable-mini-audio-holder a {
    font-size: 18px;
    color: white;
}

.viewable-mini-exit-holder {
    position: relative;
    position: absolute;
    right: 25px;
    top: 15px;
    margin: 0;
}

.viewable-mini-exit-holder i {
    font-size: 16px;
    cursor: pointer;
    color: white;
    margin: 0;
    /*    margin-right: 15px;*/
}

.viewable-mini-user-details {
    position: absolute;
    margin: 9px 0 0 10px;
}

.viewable-mini-user-details-picture {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-block;
    float: left;
}

.viewable-mini-user-details-picture i.medal-icon {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  color: #FEDB4E;
  font-size: 16px;
}

.viewable-mini-user-details-picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.viewable-mini-user-details-info {
    display: inline-block;
    margin: 3px 0 0 5px;
}

.viewable-mini-description {
    margin: 15px 0 0 5px;
    max-width: 80%;
    min-width: 250px;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
}

.viewable-mini-description a {
    font-family: sans-serif;
    color: #0303b4;
}

span.mini-username {
    font-family: sans-serif;
    font-size: 17px;
    margin: 0;
    display: block;
    color: white;
}

span.mini-date {
    font-family: sans-serif;
    font-size: 11px;
    margin: 0;
    display: block;
    color: white;
}

span.mini-date a {
    color: white;
    cursor: pointer;
}

span.mini-topic {
    font-family: sans-serif;
    font-size: 10px;
    margin: 3px 0 0 0;
    display: block;
    color: white;
}

span.mini-topic a {
    color: white;
    cursor: pointer;
}

.viewable-mini-body {
    height: 100%;
    width: 100%;
    background-color: black;
    scroll-snap-stop: always;
    scroll-snap-align: center;
}

.viewable-mini-bottom {
    position: relative;
    height: 7%;
    width: 100%;
    background-color: #161616;
    overflow: hidden;
    overflow-x: scroll;
}
.viewable-mini-bottom::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.viewable-mini-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  overflow: hidden;
  overflow-x: scroll;

  display: table;
}
.viewable-mini-bottom ul::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.viewable-mini-bottom ul li {
  border-right: 1px solid black;
  height: 100%;

  display: table-cell;
  vertical-align: middle; /* Aligns items vertically */
  list-style: none;
  text-align: center; /* Optional: centers text horizontally */
}
.viewable-mini-bottom ul li a {
  color: white;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
  display: list-item;
  vertical-align: middle;
  padding: 0 15px;
}

.mini-play-pause-buffer-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.mini-play-pause-buffer-btn i {
    color: white;
    font-size: 32px;
    display: none;
}

.mini-play-pause-buffer-btn .loader-div {
    display: none;
}

.viewable-mini-footer {
    position: absolute;
    bottom: 6%;
    height: 100px;
    margin: 0 0 0px 0;
    width: 100%;
    font-family: sans-serif;
    background-color: transparent;
    padding: 0px;
    border-radius: 0 0 5px 5px;
    z-index: 4; 
}

.viewable-mini-stat-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0px 20px 10px 0;
    text-align: center;
}

.viewable-mini-stat-holder span {
    color: white;
}

.viewable-mini-stat-holder i {
    font-size: 29px;
    cursor: pointer;
    color: white;
    display: block;
}

.viewable-mini-stat-holder i.liked-mini {
    color: #c20000;
}

.viewable-mini-stat-holder i.copyright {
    margin-bottom: 15px;
}

.viewable-mini-stat-holder i.search {
    margin-bottom: 15px;
}

.viewable-mini-stat-holder i.delete {
    margin-bottom: 15px;
}

.viewable-mini-stat-holder i.edit {
    margin-bottom: 15px;
}

.viewable-mini-stat-holder i.info {
    margin-bottom: 15px;
}

/* Container for related info */
.related-info-container {
  display: none;
  position: absolute;
  right: 110%; /* position to the left of the icon */
  top: 5%;
  transform: translateY(-50%);
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
  width: 125px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  text-align: left;
}

/* Paragraph styling */
.related-info-container p {
  margin: 5px 0;
  padding: 0;
  font-size: 0.7rem;
  line-height: 1.4;
  border-bottom: 1.5px solid #d3d3d3;
}

/* Link styling */
.related-info-container a {
  color: #0077cc;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: color 0.2s ease;
}

/* Hover effect */
.related-info-container a:hover {
  color: #005fa3;
  text-decoration: underline;
}


.viewable-mini-stat {
    color: white;
    font-size: 15px;
    font-family: sans-serif;
    margin: 10xp 0 0 0;
}

.viewable-mini-left-holder {
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: 0 0 0 10px;
}

.viewable-mini-switch-holder {
    position: absolute;
    margin: 13px 0 0 20px;
}

.viewable-mini-switch-holder i {
    font-size: 19px;
    cursor: pointer;
    color: white;
    margin-right: 15px;
}

.seperate {
    margin: 6px 0 0 0;
}

.seperate.mini-replay-btn {
    margin-bottom: 15px;
}

.mini-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #1A1A1A;
  color: white;
  font-size: 17px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}


/*--------------- mini video styling --------------*/

.viewable-mini-body.video video {
    height: 93%;
    width: 100%;
    object-fit: contain;
}

.viewable-mini-video-video-timeline {
    height: 10px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    display: grid;

    position: absolute;
    bottom: 6%;
    font-family: sans-serif;
    padding: 0px;
    z-index: 4; 
}
.viewable-mini-video-progress-area{
    height: 4px;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    align-self: end;
}
.viewable-mini-video-progress-area span {
    position: absolute;
    left: 50%;
    top: -25px;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
    transform: translateX(-50%);
}
.viewable-mini-video-progress-bar{
    width: 0%;
    height: 100%;
    position: absolute;
    background: #4a4a4a;
    z-index: 1;
}
.viewable-mini-video-progress-bar.ad{
    background: gold;
}
.viewable-mini-video-buffer-bar{
    width: 0%;
    height: 100%;
    position: absolute;
    background: #797979;
}
:root {
    --check-secondary-mini: #4a4a4a;
    --check-third-mini: hidden;
}
.viewable-mini-video-progress-bar::before{
    content: "";
    right: 0;
    top: 50%;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50%;
    background: var(--check-secondary-mini);
    visibility: var(--check-third-mini);
    transform: translateY(-50%);
}

.viewable-mini-video-progress-bar::before, .viewable-mini-video-buffer-bar::before, 
.viewable-mini-video-progress-area span{
    display: none;
}
.viewable-mini-video-video-timeline:hover .viewable-mini-video-progress-bar::before, 
.viewable-mini-video-video-timeline:hover .viewable-mini-video-buffer-bar::before, 
.viewable-mini-video-video-timeline:hover .viewable-mini-video-progress-area span{
    display: block;
}



/*------------------- mini-photo styling -------------------*/

.viewable-mini-body.photo img {
    object-fit: contain;
    height: 93%;
    width: 100%;
}



/*-------------- subscriptions.html ----------------*/

h1.narrator-name-narrator-page {
    margin: 80px 0 0 15px;
    font-family: sans-serif;
}

#video-layout-2-comment-msg {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}

#video-layout-2-comment-msg h3 {
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    color: grey;
}

.top-songs-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.top-songs-container {
    width: 100%;
    margin-top: 10px;
}

.top-songs-header-container {
    width: 100%;
    padding: 0 0 5px 0;
}

.top-songs-header-container h1 {
    font-size: 17px;
    font-family: sans-serif;
    margin: 0 0 0 5px;
}

.top-songs-list-holder {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    /* for flaoting child elements */
    white-space: nowrap;
}

.top-songs-list-holder::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.top-songs-holder {
    width: 170px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0 2px;
    cursor: pointer;
}

.top-songs-thumbnail-holder {
    position: relative;
    width: 100%;
    /*    aspect-ratio: 1.2 / 1;*/
/*    border-radius: 6px;*/
    overflow: hidden;
}

.top-songs-thumbnail-stat-holder {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 14px;
  opacity: 0.9;
  font-family: sans-serif;
  color: white;
}

.top-songs-thumbnail-holder img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    aspect-ratio: 1.2 / 1;
}

.top-songs-details-holder {
    width: 90%;
}

.top-songs-details-holder p {
    font-family: sans-serif;
    margin: 0;
}

.top-songs-details-holder p.title {
    font-weight: bold;
    font-size: 13px;
/*    line-height: 1.4em;*/
/*    max-height: 1.2em;*/
    white-space: normal;
    word-wrap: break-word;
}

.top-songs-details-holder p.author {
    font-size: 12px;
/*    line-height: 1.4em;*/
/*    max-height: 1.2em;*/
    color: #5e5e5e;
}

.top-songs-details-holder p.now-playing {
    font-size: 11px;
    line-height: 1.4em;
    max-height: 1.3em;
    color: #5e5e5e;
    display: none;
}

.content-layout-2-details-holder p.now-playing {
    font-size: 11px;
    line-height: 1.4em;
    max-height: 1.3em;
    color: #5e5e5e;
    display: none;
}

/*---------------------------- explore_videos.html -------------------------------*/

.video-layout-1-comment-msg {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}

.video-layout-1-comment-msg h3 {
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    color: grey;
}

.video-layout-1-container {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding: 0 0 35px 0;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.video-list.explore {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.video-list.profile-page {
    margin-top: 15px;
}

.video-layout-1-container::after {
    /*content: " ";
    display: block;
    height: 0;
    clear: both;*/
}

.video-layout-1-video {
    /*width: 14.7%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: left;*/
    margin: 7px 5px;
}

.video-layout-1-video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: black;
    opacity: 0.7;
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
}

.video-layout-1-video-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
}

.video-layout-1-video-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video-layout-1-video-user-picture {
    position: relative;
    height: 29px;
    aspect-ratio: 1 / 1;
    margin: 1px 5px 0 5px;
    padding: 0;
    display: inline-block;
    float: left;
    clear: both;
}

.video-layout-1-video-user-picture i.medal-icon {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    color: #FEDB4E;
    font-size: 12px;
}

.video-layout-1-video-user-picture img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.video-layout-1-video-details {
    display: inline-block;
    max-width: 70%;
}

.video-layout-1-video-title {
    line-height: 1em;
    max-height: 2.1em; 
    overflow: hidden;
    margin: 0;
}

.video-layout-1-video-title h4 {
    font-family: sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.video-layout-1-video-stats {
    /*background-color: grey;*/
    display: inline-block;
}

.video-layout-1-video-stats p {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 1px 0 0 0;
    padding: 0;
    color: grey;
}


/*---------------------------- explore_videos.html -------------------------------*/

.video-layout-2-comment-msg {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}

.video-layout-2-comment-msg h3 {
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    color: grey;
}

.video-layout-2-container {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding: 0 0 35px 0;
}

/*.video-layout-2-container::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}*/

.video-layout-2-video {
/*    width: 14.7%;*/
    margin: 7px 5px;
    /*display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: left;*/
}

.video-layout-2-video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: black;
    opacity: 0.7;
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
}

.video-layout-2-video-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 2.1 / 1;
    border-radius: 3px;
}

.video-layout-2-video-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.video-layout-2-video-user-picture {
    position: relative;
    height: 29px;
    aspect-ratio: 1 / 1;
    margin: 1px 5px 0 5px;
    padding: 0;
    display: inline-block;
    float: left;
    clear: both;
}

.video-layout-2-video-user-picture i.medal-icon {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    color: #FEDB4E;
    font-size: 12px;
}

.video-layout-2-video-user-picture img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.video-layout-2-video-details {
    display: inline-block;
    max-width: 70%;
}

.video-layout-2-video-title {
    line-height: 1em;
    max-height: 2.1em; 
    overflow: hidden;
    margin: 0;
}

.video-layout-2-video-title h4 {
    font-family: sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.video-layout-2-video-stats {
    display: inline-block;
}

.video-layout-2-video-stats p {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 1px 0 0 0;
    padding: 0;
    color: grey;
}

    /*--------------- video_copyright_complaint_form.html ---------------------*/

.video-copyright-complaint-form {
    margin: auto;
    margin-top: 70px;
    padding: 0;
    width: 70%;
    aspect-ratio: 2.4 / 1;
}

.video-copyright-complaint-form video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: black;
}

.video-copyright-complaint-form h1 {
    font-family: sans-serif;
    font-size: 18px;
}

    /*-------------------------------- video_form.html ----------------------------*/

.upload-timer {
 color: #414141;
 font-family: sans-serif;
 line-height: 1.5;
}

.upload-rules-msg {
 color: #414141;
 font-family: sans-serif;
 line-height: 1.5;
}

.upload-rules-msg a {
    color: blue;
    font-size: 15px;
}

.upload-form-msg {
    color: #414141;
    font-family: sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

.upload-form-text-msg {
    font-family: sans-serif;
    font-size: 16px;
}

.add-copyright-toggle-holder {
    padding: 0;
    margin: auto;
    width: 65%;
    margin-top: 50px;
}

.add-copyright-toggle-holder p {
    font-family: sans-serif;
    font-size: 1em;
    margin: 0;
    cursor: pointer;
}

.upload-form {
    border: 2px solid #eee;
    border: 2px solid #f7f7f7;
    padding: 1.5rem 0 2rem 0;
    margin: auto;
    width: 70%;
    margin-top: 50px;
    background-color: white;
}

.upload-form:first-child {
    margin-top: 60px;
}

.upload-form-holder {
    margin: auto;
    width: 80%;
}

img.upload-form-photos {
    width: 100px;
    height: 100px;
}

.upload-form .form-hint {
    font-family: Google Sans,Roboto,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #5b5b5b;
}

.upload-form label {
    font-family: Google Sans,Roboto,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.upload-form label.file {
    position: relative;
    display: block;
    width: 60%;
    font-size: 80%;
    text-align: center;
    text-transform: uppercase;
    border: 2px dashed #ccc;
    border-radius: 5px;
    margin: 0rem 0;
    padding: 2rem;
/*  margin: auto;*/
    color: #979595;
    cursor: pointer;
    word-wrap: break-word;
    border: 2px dashed #f1f1f1;
}

.upload-form label.file:hover {
        background-color: rgba(255, 255, 255, 0.3);
}

.upload-form label.file:active,
.upload-form label.file.focus {
        border-color: #09f;
        border-color: #f7f7f7;
}

.tags-input-wrapper {
    border: 2px solid #f7f7f7;
}

.upload-form input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: 0;
/*  border: 1px solid red;*/
}

.upload-form input[type=checkbox] {
    border: 2px solid #f7f7f7;
}

.upload-form input[type=text], .upload-form input[type=email], 
.upload-form input[type=password], .upload-form input[type=url], 
.upload-form select, .upload-form textarea {
    width: 90%;
    padding: 13px 15px;
    border-radius: 5px;
    margin-top: 8px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    resize: none;
    border: 2px solid #f7f7f7;
}

.upload-form input[type=number] {
    width: 15%;
    padding: 10px 12px;
    border-radius: 5px;
    margin-top: 8px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    resize: none;
    border: 2px solid #f7f7f7;
}


.upload-form .char-count {
    font-weight: bold;
    font-size: 14px;
    color: gray;
    width: 90%;
    text-align: right;
    font-family: sans-serif;
    margin: 0;
}

    /*-------------------- user_agreement.html --------------------*/


.document-container {
    width: 70%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 150px;
}

.document-sub-headers {
    margin-bottom: -10px;

}

.document-header {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.document-header h2 {
    font-family: Barlow,sans-serif;
    font-size: 1.8em;
    line-height: 1.5;
    color: #323d47;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.document-holder {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.document-holder i.medal-icon {
  color: #FEDB4E;
  font-size: 18px;
}

.document-holder h3 {
    font-family: Barlow,sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
    color: #323d47;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.document-holder p {
    font-family: Barlow,sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: #6f6f6f;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.document-holder ul li {
    font-family: Barlow,sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: #6f6f6f;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/*---------------------------- tag_videos.html ------------------------*/

.tag-header {
    margin-left: 15px;
}

.tag-header h3 {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #262626;
}


/*--------------------------- search_page.html ---------------------*/

.search-bar {
    position: relative;
    width: 85%;
    margin: auto;
    margin-top: 30px;
}

form.search input[type=text] {
    float: left;
    padding: 4.8px;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    width: 85%;
    background: white;
    margin: 0;
    outline: none;
    border-radius: 0px;
    display: inline-block;
}

form.search input[type=text]:focus {
    border: 0.7px solid black;
    padding: 4.8px;
    margin: 0;
}

form.search button {
/*  float: right;*/
    width: 60px;
    padding: 6.5px 0px;
    padding-right: 0px;
    color: white;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    background: black;
    /*border-radius: 4px 0 0 4px;*/
}

form.search button:hover {
    /*background: #0b7dda;*/
}

form.search::after {
    content: "";
    clear: both;
    display: table;
}



    /*--------------------- live-search-dropdown ------------------------*/

.search-dropdown-content-1-opacity {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3; 
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.search-dropdown-content-1-container {
    position: absolute;
    width: 50%;
    border: 1px solid #eee;
    background-color: white;
    z-index: 4;
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.search-dropdown-content-1-holder {
    height: 50px;
    width: 100%;
    padding: 15px 0 15px 0px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
}

.search-dropdown-content-1-holder:hover {
    background-color: #949494;
}

.search-dropdown-content-1-thumbnail-holder {
    display: inline-block;
    width: 70px;
    height: 100%;
    margin-left: 10px;
    float: left;
}

.search-dropdown-content-1-thumbnail-holder img {
    width: 100%;
    height: 100%;
}

.search-dropdown-content-1-details-holder {
    display: inline-block;
    width: 60%;
    height: 100%;
    margin-left: 10px;
}

.search-dropdown-content-1-details-holder p {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.search-dropdown-content-1-details-holder p.song-name {
    font-size: 12px;
    color: #575757;
}

.search-dropdown-content-1-details-holder p.video-details {
    font-size: 12px;
    color: #575757;
}



/*----------------------- tool tip icon -----------------------------*/

.tooltip {
  display: inline-block;
/*  color: ;*/
}

.tooltip-icon {
  border: 1px solid grey;
  color: grey;
  border-radius: 70%;
  padding: 1px 4px;
  font-weight: bold;
  font-size: 10px;
  vertical-align: middle;
/*  color: ;*/
}

.small.tooltip .tooltiptext {
  font-family: sans-serif;
  font-size: 11px;
  visibility: hidden;
  background-color: #5c5c5c;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 3px 7px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

/*.tooltip:hover .tooltiptext {
  visibility: visible;
}*/

/*.tooltip:focus .tooltiptext {
    visibility: visible;
}*/

/*.tooltip:active .tooltiptext {
    visibility: visible;
}*/







/*--------------------------------- styling for big screens only -------------------------*/

@media (min-width: 700px) {

    .message-container.fixed-header-margin-top {
        margin-top: 100px;
    }



    .topnav {
        position: fixed; 
        top: 0; 
        width: 100%;
    }

    .search-bar {
        margin-top: 90px;
    }

    #phone-hr {
        display: none;
    }

    input[type=file] {
        background-color: #f1f1f1;
    }

    .fixed-header-margin-top {
        margin-top: 60px;
    }

   .video-layout-1-container.fixed-header-margin-top {
    margin-top: 80px;
   }

   .menu-1-container.fixed-header-margin-top {
        margin-top: 80px;
    }

    .video-container.fixed-header-more-margin {
        margin-top: 80px;   
    }


    /*---------------------------- explore.html -------------------------------*/

    .explore-menu-container {
        z-index: 2;
        position: fixed;
        float: left;
        vertical-align: top;
        width: 15%;
        display: inline-block;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background-color: #f1f1f1;
        background-color: #fbfbfb;
        border-radius: 0 0 5px 0;
        box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
        background: linear-gradient(to top, #f1f1f1, white);
        overflow: scroll;
        max-height: 75%;
    }

    .explore-menu-container::-webkit-scrollbar {
      display: none; /* for Chrome, Safari, and Opera */
    }

    .explore-menu-container ul {
        font-family: sans-serif;
        padding: 0;
        margin: 0;
    }

    .explore-menu-container ul > li:first-child {
        border-top: 1px solid #eee;
    }

    .explore-menu-container ul.push-down {
        margin-top: 30px;
    }

    .explore-menu-container li {
        margin: 0;
        padding: 20px 15px;
        list-style-type: none;
        border-bottom: 1px solid #eee;
    }

    .explore-menu-container li a {
        font-size: 15px;
    }

    .explore-content-container {
        float: right;
        display: inline-block;
        width: 84%;
        margin-top: 7px;
    }


    /*-------------------------  base.html ---------------------------*/

    #phone {
        display: none;
    }

    button#phone {
        display: none;
    }

    #phone-subnav {
        display: none;
    }

    #phone-searchbar {
        display: none;
    }

    /*-----------------------  watch_video.html -----------------------------*/

    .video-content {
        min-height: 900px;
    }

    .video-detail-author {
        color: #b6b6b6;
    }


    /*------------------------ messages.html -------------------------*/

    .message-container h1 {
        margin: auto;
        margin-top: 70px;
        padding-bottom: 80px;
        font-family: sans-serif;
        font-size: 1.6em;
        font-weight: normal;
    }


}



@media (min-width: 699px) {

    .upload-form.fixed-header-margin-top {
        margin-top: 120px;
    }

    /*-------------------- user_agreement.html --------------------*/
    .document-container {
        margin-top: 80px;
    }
}



/* media queries for desktops zoom 80% and above*/
@media (min-width: 1700px) {

.viewable-mini-pop-up {
    width: 30%;
}
        /*------------------------------------- base.html ----------------------------------*/

form#search button {
    padding: 6.9px 0px;
}

form#search input[type=text] {
    padding: 4.5px;
}

        /*-------------------------------- video_layout_1.html ----------------------------------*/

.video-layout-1-video {
/*    width: 18.5%;*/
/*    margin: 0 0 0 18px;*/
}


/*-------------------------------- video_layout_2.html ----------------------------------*/

.video-layout-2-video {
/*  width: 18.5%;*/
/*    margin: 0 0 0 18px;*/
}


        /*------------------------------ watch_video.html ------------------------------*/
.video-file {
/*    height: 530px;*/
}


}



/* media queries for desktops zoom 67% and up*/
@media (min-width: 1970px) {


        /*------------------------------------- base.html ----------------------------------*/

form#search button {
    padding: 6.6px 0px;
}


        /*------------------------------ watch_video.html ------------------------------*/
.video-file {
/*    height: 630px;*/
}




}


/* media queries for desktops 75% only */
@media (min-width: 1800px)  and (max-width: 1969px) {


        /*------------------------------ watch_video.html ------------------------------*/
.video-file {
/*    height: 590px;*/
}


}


/* media queries for desktops zoom 80% only */
@media (min-width: 1600px) and (max-width: 1800px) {


        /*------------------------------------- base.html ----------------------------------*/

form#search button {
    padding: 7px 0px;
}



}





/* media queries for ipads & tablets Portrait and Landscape */
@media (min-width: 700px) and (max-width: 1200px) {

    /*---------------------------- base.html ----------------------------*/

form#search input[type=text] {
    width: 80%;
}

    /*-------------------------- explore_videos.html --------------------------------*/

.video-layout-1-video {
/*    width: 23%;*/
}

.video-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-list.explore {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

        /*------------------------ video_layout_2_video.html -------------------------*/

.video-layout-2-video {
/*    width: 23%;*/
}

        /*------------------------ video_layout_1_video.html -------------------------*/

/*.video-layout-1-video {
    margin: 0px 0px 0px 5px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}*/

.video-layout-1-video-title {
    line-height: 1em;
    max-height: 2em; 
    overflow: hidden;
}

.video-layout-1-video-details {
    max-width: 74%;
}

        /*------------------------ video_layout_1_video.html -------------------------*/

.video-layout-2-video {
    margin: 0px 0px 0px 5px;
/*    display: inline-block;*/
/*    vertical-align: top;*/
    padding-bottom: 10px;
}

.video-layout-2-video-title {
    line-height: 1em;
    max-height: 2em; 
    overflow: hidden;
}

.video-layout-2-video-details {
    max-width: 74%;
}
    /*----------------------- watch_video.html ----------------------------*/ 


.video-file {
/*    height: 400px;*/
}


.video-file video {
    width: 100%;
    object-fit: initial;
}

.related-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

    /*-------------------  viewable-mini.html ---------------------*/
    .viewable-mini-switch-holder {
        display: none;
    }

}





@media (min-device-width: 768px) and (max-device-height: 1200px) and (orientation:portrait) {


    form.search button {
        padding: 6.3px 0px;
    }

    /*--------------------  mini-styling ----------------------*/

    .viewable-mini-pop-up {
        width: 100%;
    }

    /*-------------------------  video-layout-1-video.html -------------------------*/

    /*.video-layout-1-video {
        margin: 0 0 0 10px;
        text-align: left;
        width: 30%;
    }*/

    .video-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-list.explore {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /*-------------------------  video-layout-2-video.html -------------------------*/

    .video-layout-2-video {
        margin: 0 0 0 10px;
/*        text-align: left;*/
/*        width: 30%;*/
    }

    /*--------------------- live-search-dropdown ------------------------*/

    .search-dropdown-content-1-container {
        width: 70%;
    }

    /*----------------------- watch_video.html ----------------------------*/ 

    .video-file {
/*        height: 380px;*/
    }

}

@media (min-width: 768px) and (max-height: 800px) and (orientation:landscape)  {

    form.search button {
        padding: 6.3px 0px;
    }

    /*----------------------- watch_video.html ----------------------------*/ 


    .video-file {
/*        height: 450px;*/
    }


    /*-------------------------  subscriptions.html -------------------------*/

    .video-layout-1-video-thumbnail {
/*        height: 160px;*/
    }


}






/* media queries for ipads & tablets Portrait and Landscape */
@media (min-width: 450px) and (max-width: 700px) {

    /*--------------------- live-search-dropdown ------------------------*/

.search-dropdown-content-1-holder {
    padding: 30px 0 30px 0px;
}

.search-dropdown-content-1-details-holder {
    width: 65%;
}

    /*------------------------- user_videos.html ---------------------------------*/

/*.video-layout-2-video {
    margin: 0px 0px 0 12px;
}*/


        /*------------------- base.html ------------------------------*/

#logo {
    width: 150px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

#logo img {
    width: 100%;
    height: 37px;
}

.nav-dm-btn-phone {
    font-size: 18px;
    margin: 15px 3px 0px 0px;
}


    /*-------------------------- explore_videos.html --------------------------------*/

.video-layout-1-video-thumbnail {
/*    height: 115px;*/
}

    /*-------------------------- explore_videos.html --------------------------------*/

.video-layout-2-video {
/*    width: 32%;*/
/*    margin: 0 0 0 5px;*/
}

.video-layout-2-video-thumbnail {
/*    height: 115px;*/
}


    /*------------------------ search_users.html -----------------------------*/



    /*---------------------- search_videos.html -----------------------------*/

.search-videos-content {
    width: 95%;
    height: 110px;
    margin: auto;
    margin-top: 20px;
    /*background-color: red;*/
}

.search-videos-thumbnail {
    height: 100%;
    width: 245px;
    float: left;
}

}


















/*---------- the media queries for my phone devices 100% Zoom ---------------*/


@media (max-width: 699px) {

html, body {
    background-color: #fdfdfd;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    overflow-y: scroll;
}


/*------------------------- user_videos.html ---------------------------------*/


.menu-1-container ul li {
  margin: 0 7px;
  padding: 9px 24px;
}

.menu-1-container ul li a {
  font-size: 3vw;
}


    /*------------------------- base.html ----------------------------*/

/*------- for tag-inputs ------*/

.tags-input-wrapper {
    padding: 6px;
    max-width: 200px;
}

.footer {
    position: fixed;
    bottom: 0;
    display: block;
/*    text-align: center;*/
    width: 100%;
    background-color: white;
    border-top: 1px solid #e4e4e4;
    z-index: 2;
    overflow-x: scroll;
}

#mini-upload-btn-footer {
/*    background-color: #961396;*/
    margin-top: -26px;
    height: 50px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}

#mini-upload-btn-footer i {
    line-height: 50px;
    font-size: 5vw;
    margin: 1px 0 0 0px;
}

.footer ul {
    list-style-type: none;
    padding: 0;
/*    justify-content: space-evenly;*/
/*    display: flex;*/
    display: inline-block;
    width: 100%;
    margin: auto;
    overflow: scroll;
    white-space: nowrap;
}

.footer li {
    font-family: sans-serif;
    font-size: 3.4vw;
    font-weight: normal;
    display: inline-block;
    margin: 0 12px;
}

.footer li span {
    font-size: 2.5vw;
}

.footer a {
    text-decoration: none;
    margin: 0;
    color: #494949;
}

#desktop-footer {
    display: none;
}

#laptop-hr {
    display: none;
}

#laptop {
    display: none;
}

button#laptop {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

.pagination a {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

#pagination {
    width: 50%;
    /*background-color: red;*/
    padding-top: 20px;
    margin: auto;
    text-align: center;
}

.topnav {
    display: none;
}

div#keep-footer-down {
    padding-top: 50px;
    padding-bottom: 63px;
}


.phone-navbar ul {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.phone-navbar ul li {
  display: inline-block;
  padding: 15px 10px 0 5px;
  margin: 0 10px;
}

.phone-navbar ul li a {
  font-size: 3vw;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
}

.phone-navbar {
    display: block;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: white;
    text-align: right;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    width: 100%;
    z-index: 4;
    transition: opacity 0.6s linear;

    /* height must align with div #keep-footer-down*/
    height: 50px;
}

.phone-navbar.audio {
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.13);
    background-color: transparent;
}

.phone-navbar a.active {
    float: left;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.phone-navbar .active a:hover {
    color: black;
}

#phone-logo {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#phone-logo img {
    width: 75px;
    height: 25px;
    margin-top: 0px;
}

#phone-search-button {
    width: 22%;
    display: inline-block;
    margin-right: 15px;
    margin-top: 4px;
    float: right;
}

#phone-search-button button {
    padding: 12px 0px 12px 11px;
    background-color: transparent;
    color: #a9a9a9;
    font-size: 4vw;
    border: none;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#phone-search-button img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    margin: 9px 0px 0px 8px;
}

.nav-dm-btn-phone {
    font-size: 4.2vw;
    margin: 15px 3px 0px 0px;
}

.number_of_unseen_messages {
    height: 19px;
    width: 19px;
    top: 5px;
    right: 8px;
    padding: 0 0 2px 0;
}

.number_of_unseen_messages span {
    font-size: 3vw;
}

#phone-searchbar {
    /*background-color: red;*/
    width: 43%;
    text-align: center;
    display: none;
    margin-top: 12px;

}

#phone-searchbar input[type=text] {
    padding: 5px 5px;
    border: 1px solid #d1d1d1;
    font-size: 13px;
    font-size: 2.8vw;
    background-color: white;
    width: 100%;
    margin: 0;
    border-radius: 0px;
    outline: none;
}

#phone-searchbar input[type=text]:focus {
    border: 0.7px solid #aa01aa;
}

/*.show {
    display: block;
}*/

#phone-subnav {
    background-color: #242424;
    /*background-color: red;*/
    height: 53px;
    width: 100%;
    display: inline-block;
    /*display: none;*/
}

#phone-nav-links {
    height: 100%;
    text-align: center;
    /*background-color: red;*/
    vertical-align: top;
    display: inline-block;
    font-family: sans-serif;
    width: 100%;
}

#phone-nav-links ul {
    list-style-type: none;
    padding: 0px;
}

#phone-nav-links li {
    display: inline-block;
    /*padding-top: 0px;*/
}

#phone-nav-links a {
    color: white;
    padding: 8px;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 600;
}

.bubble-links::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bubble-links {
    width: 100%;
    margin-top: 5px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.bubble-links ul {
    list-style-type: none;
    margin: 15px 0 0 5px;
    padding: 0;
}

.bubble-links.video ul {
    margin: 8px 0 5px 10px;
}

.bubble-links.pin ul {
    margin: 0 0 4px 10px;
}

.bubble-links.pin.no-file ul {
    margin: 7px 0 0 10px;
}

.bubble-links li {
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 5px;
    border: 1px solid #e1e1e1;
}

.bubble-links.video li {
    padding: 2px;
}

.bubble-links.pin li {
    padding: 1px;
}

.bubble-links a {
    font-size: 3.3vw;
}

.bubble-links.pin a {
    font-size: 2.7vw;
}


/*.bubble-links-2*/


.bubble-links-2 a {
    font-size: 3.8vw;
}



    /*--------------------- live-search-dropdown ------------------------*/
    
.search-dropdown-content-1-container {
    width: 95%;
}

.search-dropdown-content-1-container.form {
    width: 80%;
}

.search-dropdown-content-1-holder {
    height: 45px;
/*  width: 100%;*/
}

.search-dropdown-content-1-details-holder {
    width: 56%;
}

.search-dropdown-content-1-details-holder p {
    font-size: 3vw;
}

.search-dropdown-content-1-details-holder p.video-details {
    font-size: 3vw;
}

.search-dropdown-content-1-details-holder p.song-name {
    font-size: 3vw;
}



     /* ------------------------ watch_video.html -----------------------*/

/*--- mini section ---*/
#video-mini-container {
    margin: 15px 0 0 0;
}

.video-mini-holder {
    border: 1.5px solid #333333;
    margin: 0 10px 0 0;
}

.video-viewed-mini-holder {
    border: 1.5px solid #b2b2b2;
}

#video-mini-upload-btn {
    line-height: 5;
    font-size: 5vw;
}


button#subscribe-btn {
    padding: 6px 18px;
    border: 1px solid #3996dc;
    border-radius: 3px;
    font-family: sans-serif;
    margin: 8px 0 0 0;
    background-color: #479cdc;
    color: white;
    font-size: 16px;
}

button#subscribe-btn button:hover {
    background-color: #85c5f5;
}

button#subscribed-btn {
    padding: 10px 24px;
    border: 1px solid #3996dc;
    border-radius: 3px;
    font-family: sans-serif;
    margin: 6px 0 0 0;
    background-color: #479cdc;
    color: white;
    font-size: 16px;
}

button#subscribed-btn button:hover {
    background-color: #85c5f5;
}

.video-copyright-btn {
    font-size: 4.5vw;
    margin-top: 0;
}

.like-btn-holder-unsigned-in {
    padding: 0 0 15px 0;
}

.liking-refresh-padding {
    padding: 0 0 13px 0;
}

.like-btn {
    font-size: 4.5vw;
}

.dislike-btn {
    margin-left: 10px;
    font-size: 4.5vw;
}

.like-count {
    font-size: 4.2vw;
}

.dislike-count {
    font-size: 4.2vw;  
}

.video-container {
    width: 100%;
    padding-bottom: 25px;
}

.video-content {
    position: relative;
    width: 100%;
    margin: auto;
    /*margin-top: 25px;*/
    display: block;
}

#video-title {
    width: 94%;
    margin: 0;
}

#video-title h3 {
/*  font-family: sans-serif;*/
    font-size: 4vw;
    margin: 0;
    font-weight: 600;
    /*font-weight: normal;*/
}

.video-file {
    position: fixed;
    width: 100%;
/*    aspect-ratio: 2 / 1;*/
    height: 225px;
    margin: auto;
    border-radius: 0px;
    z-index: 2;
}

.video-file video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: black;
}

/*.video-file iframe {
    height: 275px;
    width: 100%;
    display: auto;
}*/

.video-toggle-btns {
    margin-top: 225px;
    display: block;
    width: 99%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.video-toggle-btns.no-margin-top {
    margin-top: 0px;
}

.toggle-btn {
    font-family: sans-serif;
/*  font-size: 80%;*/
    font-size: 3vw;
    font-weight: 500;
    width: 46%;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

#first-toggle-btn {
    border-right: 1px solid #eee;
}

#middle-toggle-btn {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.video-description {
    width: 95%;
    margin: auto;
    margin-top: 10.8px;
}

.video-description.view-video-ad {
  margin-top: 240px;
}

.video-description p#description {
    font-family: sans-serif;
    font-size: 3.2vw;
    color: #797979;
}

.video-description p#date {
    font-family: sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    /*text-align: left;*/
}

.video-description p#topic {
    font-family: sans-serif;
    font-size: 3.2vw;
    font-weight: 500;
}

.video-user-details {
    width: 95%;
    border-top: 1.5px solid #eee;
    border-bottom: 1.5px solid #eee;
}

.video-user-picture {
    width: 45px;
    height: 45px;
}

.video-user-picture i.medal-icon {
  font-size: 3.2vw;
}

.video-user-username {
    margin: 0 0 0 6px;
    padding: 0;
}

.video-user-username p {
    font-family: sans-serif;
    font-size: 3.8vw;
    font-weight: 500;
    margin: 2px 0 0 0;
}

.video-user-username p.video-user-sub-count {
    font-family: sans-serif;
    font-size: 3vw;
    font-weight: 500;
    margin: 3.5px 0 0 0;
}

.comment-flex {
    width: 93%;
}

.comment-flex.pin {
    width: 93%;
}

#comment-seperater {
    width: 100%;
    height: 1px;
    border-top: 1px solid #f1f1f1;
    margin: 0;
    padding: 0;
}

.related-container {
    margin-top: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.related-video {
    width: 98%;
    margin: auto;
    margin-bottom: 15px;
    margin-left: 5px;
}

.related-video-duration {
    bottom: 12px;
    right: 12px;
    padding: 4px;
    font-size: 2.2vw;
}

.related-thumbnail {
    width: 46%;
    vertical-align: top;
    display: inline-block;
}

.related-thumbnail img {
    width: 100%;
    height: 100%;
}

.related-details {
    width: 48%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    /*background-color: blue;*/
}

.related-details p {
    margin: auto;
    margin-top: 0px;
}

.related-details p a {
    text-decoration: none;
    font-family: sans-serif;
    color: black;
    font-weight: 600;
    font-size: 1.1em;
}

p.related-title {
    max-height: 2.7em;
    margin: 1px 0 0 0;
    font-size: 2.7vw;
}

p.related-title a {
    line-height: 1.3em;
/*  font-weight: normal;*/
}

p.related-stats {
    margin: 1px 0 0 0;
}

p.related-stats a {
    margin: 0;
    font-size: 2.5vw;
    color: #979797;
    font-weight: normal;
}


        /*----------------- search_users.html, search_videos.html ------------------*/

#search-msg {
    font-size: 4.7vw;
    margin: 40px 0 0 0;
}

#search-home-container {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 5px;
}

#search-heading {
    margin: 18px 0 0 10px;
}

select#search-filter {
    width: 95px;
    height: 28px;
    border-radius: 0px;
/*  font-size: 12px;*/
    font-size: 3vw;
    color: black;
    outline: none;
}

        /*------------------------- search_videos.html ---------------------------*/

.search-videos-content {
    width: 98%;
    height: 105px;
    margin-top: 14px;
}

.search-videos-thumbnail {
    height: 100%;
    width: 195px;
    float: left;
}

.search-videos-thumbnail img {
    height: 100%;
    width: 100%;
    /*background-color: purple;*/
    float: left;
}

.search-videos-duration {
    font-size: 2.1vw;
}

.search-videos-details {
    max-width: 46%;
    margin: 0;
    margin-left: 8px;
}

.search-videos-title {
    max-width: 100%;
    margin-top: 2px;
    overflow: hidden;
    display: block;
}

.search-videos-title h3 {
    line-height: 1.2em;
    max-height: 2.3em;
    font-family: sans-serif;
/*  font-size: 0.9em;*/
    font-size: 3.3vw;
    font-weight: 500;
    margin: 0px;
}

.search-videos-stats {
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.search-videos-details a {
    text-decoration: none;
}

.search-videos-details p {
    font-family: sans-serif;
    font-weight: normal;
/*  font-size: 0.7em;*/
    font-size: 2.5vw;
    margin: 0px;
    margin-top: 4px;
}
     /*--------------------------- search_users.html -------------------------*/

#search-home-container > div.user-layout-1-holder:nth-of-type(2) {
    margin-bottom: 20px;
}

#search-home-container > div.user-layout-1-holder:last-of-type {
     border-bottom: 1px solid #e4e4e4;
}

.user-layout-1-holder {
    width: 100%;
    height: 80px;
    margin: 0px 0;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
}

.user-layout-1-content {
    width: 95%;
    height: 100%;
    margin: auto;
}

.user-layout-1-picture {
    height: 100%;
    width: 23%;
    /*background-color: purple;*/
    float: left;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    overflow: hidden;
}

.user-layout-1-picture img {
    height: 100%;
    width: 100%;
    /*background-color: purple;*/
}

.user-layout-1-details {
    max-width: 60%;
    max-height: 70%;
    margin-left: 10px;
    margin-top: 5px;
    /*background-color: yellow;*/
    float: left;
}

.user-layout-1-details a {
    text-decoration: none;
    color: black;
}

.user-layout-1-details h3 {
    font-family: sans-serif;
/*  font-size: 1.4em;*/
    font-size: 5vw;
    font-weight: normal;
    margin: 0px;
}


.user-layout-1-details p {
    font-family: sans-serif;
    color: #b6b6b6;
    font-weight: normal;
/*  font-size: 0.9em;*/
    font-size: 3.4vw;
    margin: 0px;
    margin-top: 7px;
}



    /*------------ this is the styling for a lot of form pages ---------*/


#contact-container {
    /*height: 500px;*/
    width: 90%;
    margin: auto;
    margin-top: 55px;
    padding-bottom: 80px;
    font-family: sans-serif;
    font-size: 1.0em;
}

#contact-container p#form-footnote {
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

#contact-container input[type=text], #contact-container select, #contact-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}


#contact-container textarea {
    height:200px
}

#contact-container input[type=submit] {
    color: white;
    cursor: pointer;
    padding: 8px 16px;
}

     /*---------------------------- messages.html ------------------------------*/

.message-container {
    /*height: 500px;*/
    width: 75%;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 80px;
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: normal;
}

.message-container h1 {
    font-family: sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

    /*------------------------- user_videos_minis.html ----------------------------*/

#videos-mini-container {
    margin: 17px 0 -8px 0;
}

#videos-mini-upload-btn {
    margin: 20% 0 0 30%;
    font-size: 4vw;
    font-weight: normal;
    cursor: pointer;
}

.videos-mini-holder {
    width: 32px;
    height: 32px;
}

/*mini comment section styling*/

.mini-comment-section-header {
    height: 45px;
}

.mini-comment-section-exit-holder i {
    font-size: 3.7vw;
}

.mini-comment-flex {
    width: 90%;]
}



/* Paragraph styling */
.related-info-container p {
  font-size: 2.5vw;
}



    /*-------------------- mini styling ----------------------*/
.viewable-mini-pop-up {
/*    margin: auto;*/
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateX(0);
}

.viewable-mini-header {
    height: 7%;
    position: absolute;
    background-color: transparent;
    border-radius: 0px;
}

.viewable-mini-audio-holder a {
    font-size: 4.7vw;
}

.viewable-mini-exit-holder {
/*    margin: 17px 5px 0 0;*/
}

.viewable-mini-exit-holder i {
    color: white;
    font-size: 16px;
}

span.mini-username {
    font-size: 3.5vw;
    color: white;
    font-family: sans-serif;
    margin: 0;
    display: block;
}

span.mini-date {
    font-family: sans-serif;
    font-size: 2.5vw;
    margin: 0;
    display: block;
    color: white;
}

span.mini-topic {
    font-size: 2vw;
    margin: 1px 0 0 0;
    display: block;
}

.viewable-mini-header p {
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #dadada;
    cursor: pointer;
    color: white;
}

.viewable-mini-body {
/*    height: 100%;*/
}

.viewable-mini-bottom ul li a {
  font-size: 2.6vw;
}

.mini-play-pause-buffer-btn i {
    font-size: 7vw;
}

.viewable-mini-footer {
    height: 18%;
    position: absolute;
/*    bottom: 5%;*/
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0px;
/*    background-color: green;*/
}

.viewable-mini-description {
    font-size: 3.4vw;
    max-width: 330px;
}

.viewable-mini-switch-holder {
    position: absolute;
    margin: 16px 0 0 20px;
    left: 0;
    display: none;
}

.viewable-mini-switch-holder i {
    font-size: 19px;
    color: white;
    margin: 0 25px 0 0;
}

.viewable-mini-stat-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 20px 20px 0;
}

.viewable-mini-stat-holder i {
    margin: 0 0 1.5px 0;
    font-size: 6.5vw;
}

.viewable-mini-stat-holder i.copyright {
    margin-bottom: 20px;
}

.viewable-mini-stat-holder i.delete {
    margin-bottom: 20px;
}

.viewable-mini-stat-holder i.edit {
    margin-bottom: 20px;
}

.viewable-mini-stat-holder span {
    margin: 1;
    font-size: 3.7vw;
}

.viewable-mini-video-video-timeline {
    height: 20px;
}

.seperate.mini-replay-btn {
    margin-bottom: 20px;
}

.mini-video-play-btn {
  font-size: 3.2vw;
  padding: 8px 20px;
}

.mini-video-play-btn.video {
  font-size: 2.8vw;
  padding: 6px 18px;
}


    /*-------------------- mini video styling ----------------------*/

.viewable-mini-video-video-timeline {
    height: 20px;
}


    /*------------------ mini photo styling -------------------*/




/*---------------------------- explore_videos.html -------------------------------*/

.video-layout-1-container {
/*    width: 100%;*/
    margin: 0;
    margin-top: 10px;
/*    padding: 0 0 35px 0;*/
}

/*.video-layout-1-container::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}*/

/*.video-layout-1-video {
    width: 48%;
    padding: 0;
    margin: 8px 3px;
    display: inline-block;
}*/

.video-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.video-list.explore {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/*.video-list.layout-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}*/

.video-list.profile-page {
    margin-top: 0px;
}

.video-layout-1-video {
/*    margin: 7px 1.5px;*/
    margin: 10px 3px;
}

.video-layout-1-video-duration {
    bottom: 15px;
    right: 10px;
    padding: 4px;
    font-size: 2.2vw;
}

.video-layout-1-video-thumbnail {
    width: 100%;
    margin: auto;
    font-size: 13px;
    aspect-ratio: 1.8 / 1;
}

.video-layout-1-video-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.video-layout-1-video-user-picture {
    width: 10%;
    height: 38px;
    margin: 2px 0 0 6px;
    padding: 0;
    display: inline-block;
    float: left;
    clear: both;
}

.video-layout-1-video-user-picture i.medal-icon {
    font-size: 2.6vw;
}

.video-layout-1-video-user-picture img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.video-layout-1-video-details {
    max-width: 80%;
    margin: 3px 0 0 6px;
    display: inline-block;
    float: left;
    text-align: left;
    overflow: hidden;
}

.video-layout-1-video-title {
    max-width: 100%;
    line-height: 1em;
    max-height: 2.1em;     
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.video-layout-1-video-title h4 {
/*  font-family: sans-serif;*/
/*  font-size: 11px;*/
    font-size: 2.8vw;
    margin: 0;
    padding: 0;
}

.video-layout-1-video-stats {
    margin: 0px;
    padding: 0px;
    display: block;
}

.video-layout-1-video-stats p {
    font-family: sans-serif;
    font-size: 2.8vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: grey;
}

/*------------------------------ subscriptions.html ----------------------------*/

h1.narrator-name-narrator-page {
    margin-top: 15px;
    font-size: 7.5vw;
}

.top-songs-container {
    margin-top: 5px;
}

.top-songs-header-container h1 {
    font-size: 3.5vw;
}

.top-songs-holder {
    width: 180px;
}

.top-songs-thumbnail-stat-holder {
  font-size: 2.8vw;
}

.top-songs-details-holder p.title {
    font-size: 3.2vw;
}

.top-songs-details-holder p.author {
    font-size: 2.7vw;
}

.top-songs-details-holder p.now-playing {
    font-size: 2.5vw;
}

.content-layout-2-details-holder p.now-playing {
    font-size: 2.5vw;
}

#video-layout-2-comment-msg h3 {
    font-family: sans-serif;
    font-size: 4.5vw;
    font-weight: normal;
    color: grey;
}

.video-layout-2-container {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0 0 35px 0;
    text-align: center;
}

.video-layout-2-container::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.video-layout-2-video {
/*    width: 100%;*/
    padding: 0;
    margin: 0 0 10px 0; 
    display: inline-block;
}

/*.video-layout-2-video:last-child {
    float: left;
    clear: both;
    margin-left: 0px;
  display: none;
}*/

.video-layout-2-video-duration {
    bottom: 5px;
    right: 5px;
    padding: 6px;
    font-size: 2.4vw;
}

.video-layout-2-video-thumbnail {
    width: 100%;
    margin: auto;
    height: 200px;
    border: 0 solid grey;
}

.video-layout-2-video-thumbnail img {
    width: 100%;
    height: 100%;
}

.video-layout-2-video-user-picture {
    width: 40px;
    margin: 7px 0 0 6px;
    padding: 0;
    display: inline-block;
    float: left;
    clear: both;
}

.video-layout-2-video-user-picture i.medal-icon {
    font-size: 2.6vw;
}

.video-layout-2-video-user-picture img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.video-layout-2-video-details {
    max-width: 80%;
    margin: 8px 0 0 6px;
    display: inline-block;
    float: left;
    text-align: left;
    overflow: hidden;
}

.video-layout-2-video-title {
    max-width: 100%;
    line-height: 1em;
    max-height: 2.1em;     
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.video-layout-2-video-title h4 {
/*  font-family: sans-serif;*/
    font-size: 3vw;
    margin: 0;
    padding: 0;
}

.video-layout-2-video-stats {
    margin: 0px;
    padding: 0px;
    display: block;
}

.video-layout-2-video-stats p {
    font-family: sans-serif;
    font-size: 2.5vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: grey;
}

    /*--------------- video_copyright_complaint_form.html ---------------------*/

.video-copyright-complaint-form {
    margin-top: 50px;
    width: 93%;
    aspect-ratio: 1.9 / 1;
}

.video-copyright-complaint-form h1 {
    font-size: 3.8vw;
}


/*--------------------- video_form.html --------------------------------*/

.upload-form-msg {
    font-size: 3.8vw;
}

.upload-form-text-msg {
    font-size: 3.4vw;
}

.add-copyright-toggle-holder p {
    font-size: 3.8vw;
}

.upload-rules-msg {
    font-size: 3.6vw;
}

.upload-rules-msg a {
    font-size: 3.4vw;
}

.add-copyright-toggle-holder {
    width: 80%;
}

.upload-form  {
    width: 92%;
}

.upload-form-holder {
    width: 85%;
}

.upload-form form {
/*  padding-top: 20px;*/
}

.upload-form .form-hint {
    font-size: 3.2vw;
    line-height: 1.5;
}

.upload-form label.file {
    width: 75%;
    font-size: 3.2vw;
}

.upload-form label {
    width: 75%;
    font-size: 3.5vw;
}

.upload-form input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: 0;
    border: 1px solid red;
}

.upload-form input[type=number] {
    width: 30%;
}

.upload-form textarea {
    max-height: 125px;
}

.upload-form .char-count {
    width: 100%;
    font-size: 3vw;
}


     /*----------------------- user_agreement.html ---------------------*/


.document-container {
    width: 90%;
}

.document-header h2 {
    font-size: 6vw;
}

.document-holder h3 {
    font-size: 4.2vw;
}

.document-holder p {
    font-size: 3.5vw;
}

.document-holder i.medal-icon {
  font-size: 3.6vw;
}



/*---------------------------- tag_videos.html ------------------------*/

.tag-header h3 {
    font-size: 4vw;
}


/*--------------------------- search_page.html ---------------------*/

.search-bar {
    z-index: 1;
    width: 88%;
}

form.search input[type=text] {
    padding: 4.8px;
    font-size: 4vw;
    width: 80%;
}

form.search input[type=text]:focus {
    padding: 5.2px;
}

form.search button {
    width: 55px;
/*  padding: 6.2px 0px;*/
    padding: 6.8px 0px;
    font-size: 3.8vw;
}



/*------------------- bubble-links 3 --------------------*/

.bubble-links-3 {
    margin-top: 25px;
}

.bubble-links-3 i {
    font-size: 6vw;
}

.bubble-links-3 div {
    height: 15px;
    width: 15px;
    border-radius: 5px;
    border: 1px solid grey;
    margin: 0 5px;
}



} /*end of styling for phone size 699px 100% Zoom*/


/* iphone X phone screen 100% Zoom, doesn't show on iphone 15 pro max */
@media (min-width: 400px) and (max-width: 420px) { 

form.search button {
    padding: 6.2px 0px;
}

}





















/*----- the media queries for my smaller phone devies 115% Zoom--------*/


@media (max-width: 400px) { 

        /*------------------------- user_videos.html -------------------------*/

.menu-1-container ul li {
  padding: 6px 18px;
  margin: 0 3px 0 8px;
}


/*-----------------------  viewable_mini.html ------------------*/

.viewable-mini-stat-holder i {
    margin: 0 0 -2px 0;
}

.viewable-mini-stat-holder i.copyright {
    margin-bottom: 15px;
}

.viewable-mini-stat-holder i.delete {
    margin-bottom: 15px;
}

.viewable-mini-stat-holder i.edit {
    margin-bottom: 15px;
}

.seperate.mini-replay-btn {
    margin-bottom: 15px;
}

/*--------------------- live-search-dropdown ------------------------*/

.search-dropdown-content-1-container {
/*  width: 80%;*/
    max-height: 300px;
}

.search-dropdown-content-1-holder {
    height: 40px;
}

        /*---------------------- base.html -----------------------------*/

/*------- for tag-inputs ------*/

.tags-input-wrapper {
    padding: 4px;
}

#mini-upload-btn-footer {
    height: 43px;
    width: 43px;
    margin-top: -23px;
}


#mini-upload-btn-footer i {
    line-height: 41px;
}

.footer li {
/*    font-size: 0.8em;*/
}

div#keep-footer-down {
    padding-top: 43px;
    padding-bottom: 63px;
}

.phone-navbar ul li {
  padding: 10px 5px;
}

.phone-navbar {
    overflow: hidden;
    background-color: white;
    height: 43.5px;
/*  position: relative;*/
}

.phone-navbar a.active {
    float: left;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.phone-navbar .active a:hover {
    color: black;
}

#phone-logo {
    height: 100%;
    display: inline-block;
}

#phone-logo img {
    width: 68px;
    height: 21px;
    margin-top: -1px;
}

#phone-search-button button {
    padding: 11px 0px 6px 11px;
    cursor: pointer;
    margin: 0px 0 2px 0;
}

#phone-search-button img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    margin: 9px 0px 0px 6px;
}

.nav-dm-btn-phone {
    margin: 11px 0 0 6px;
}

.number_of_unseen_messages {
    height: 16px;
    width: 16px;
    padding: 0 0 1px 0;
}

#phone-searchbar {
    width: 43%;
    text-align: center;
    display: none;
    margin-top: 13px;
}

#phone-searchbar input[type=text] {
    padding: 4px 4px;
    /*padding: 20px;*/
    border: 1px solid #d1d1d1;
/*  font-size: 14px;*/
    background-color: white;
    width: 100%;
    border-radius: 0px;
}

/*.show {
    display: block;
}*/

#phone-subnav {
    background-color: #242424;
    /*background-color: red;*/
    height: 53px;
    width: 100%;
    display: inline-block;
    /*display: none;*/
}

#phone-nav-links {
    height: 100%;
    text-align: center;
    /*background-color: red;*/
    vertical-align: top;
    display: inline-block;
    font-family: sans-serif;
    width: 100%;
}

#phone-nav-links ul {
    list-style-type: none;
    padding: 0px;
}

#phone-nav-links li {
    display: inline-block;
    /*padding-top: 0px;*/
}

#phone-nav-links a {
    color: white;
    padding: 8px;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 600;
}

.bubble-links ul {
    list-style-type: none;
    margin: 15px 0 0 5px;
}

.bubble-links.pin.no-file ul {
    margin-top: 2px;
}

.bubble-links.video ul {
    margin-top: 6px;
}

.bubble-links li {
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 2px;
    border: 1px solid #e1e1e1;
/*  padding: 0;*/
}

.bubble-links.video li {
    padding: 0px 2px;
}

.bubble-links.pin li {
    padding: 2px;
    font-size: 3.2vw;
}

.bubble-links a {
    padding: 10px 10px;
}

.bubble-links.pin a {
    padding: 0px 12px;
}

.bubble-links.video a {
    font-size: 3.2vw;
}

/*.bubble-links-2*/

.bubble-links-2 ul {
    margin: 20px 0 0 2px;
}


        /*--------------------- user_videos_minis.html -----------------------------*/

#videos-mini-container {
    margin: 15px 0 -16px 0;
}

.videos-mini-holder {
    width: 28px;
    height: 28px;
}

/*mini comment section styling*/

.mini-comment-section-header {
    height: 38px;
}

.mini-comment-section-exit-holder {
    margin: 10px 2px 0 0;
}


/*--------------- mini styling -------------------*/

.viewable-mini-exit-holder {
/*    margin: 13px 0 0 20px;*/
}

.viewable-mini-exit-holder i {
    font-size: 15px;
}

.viewable-mini-body {
/*    width: 100%;*/
    background-color: black;
}

.viewable-mini-bottom ul li a {
/*  padding: 8px 14px;*/
}

.viewable-mini-pop-up {
    margin: auto;
}

.viewable-mini-footer {
/*    bottom: 2px;*/
}

.viewable-mini-user-details-picture {
    width: 36px;
    height: 36px;
}

.viewable-mini-user-details-picture i.medal-icon {
  font-size: 3.2vw;
}

.viewable-mini-switch-holder {
    margin: 13px 0 0 20px;
}

.viewable-mini-switch-holder i {
    font-size: 17px;
}

.viewable-mini-description {
    max-width: 290px;
}

/*--------------- mini video styling -------------------*/



/*------------------ mini photo styling ------------------*/




/*-------------------------- subscriptions.html ---------------------------------*/

.top-songs-holder {
    width: 160px;
}

.top-songs-thumbnail-holder {
/*    height: 85px;*/
}


.video-layout-2-container {
    margin-top: 15px;
}

.video-layout-2-video-details {
    margin-top: 6px;
}

.video-layout-2-video-duration {
    bottom: 4px;
    right: 4px;
    padding: 5px;
}

.video-layout-2-video-thumbnail {
    height: 170px;
}

.video-layout-2-video-user-picture {
/*  height: 30px;*/
    width: 35px;
}

/*----------------------------- explore_videos.html ------------------------------------*/

.video-layout-1-video-user-picture {
    width: 10%;
    height: 32px;
    margin: 2px 0 0 6px;
}

.video-layout-1-video-details {
    margin: 0px 0 0 6px;
}

.video-layout-1-container {
    margin-top: 15px;
}

/*.video-layout-1-video {
    width: 98%;
    padding: 0;
    margin: 6px 0 5px 3px;
    display: block;
}*/

/*.video-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}*/

/*.video-layout-1-video-duration {
    bottom: 4px;
    right: 4px;
    padding: 3px;
}

.video-layout-1-video-thumbnail {
    display: inline-block;
    width: 45%;
    margin: 0px;
    height: 78px;
}

.video-layout-1-video-user-picture {
    display: none;
}

.video-layout-1-video-details {
    max-width: 50%;
    margin: 0 0 0 1px;
    float: none;
    vertical-align: top;
}

.video-layout-1-video-title {
    line-height: 0.95em;
    max-height: 2em;
}
*/
    /*--------------------- watch_video.html -------------------------*/

/*--- mini section ---*/
#video-mini-container {
    margin: 15px 0 0 0;
}

.video-mini-holder {
    width: 70px;
    height: 90px;
}

.video-file {
/*    height: 200px;*/
    text-align: center;
}

.video-description {
    width: 95%;
    margin: auto;
    margin-top: 10px;
}

.video-user-details {
    padding: 12px 0;
}

.video-user-picture {
    width: 38px;
    height: 38px;
}


.related-video-duration {
    bottom: 8px;
    right: 8px;
    padding: 3px;
}

.related-thumbnail {
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

.related-thumbnail img {
    width: 100%;
    height: 100%;
}

.related-details {
    width: 48%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    /*background-color: blue;*/
}

.video-user-username p {
    margin: 0px 0 0 0;
}

.video-user-username p.video-user-sub-count {
    margin: 1px 0 0 0;
}

p.related-stats {
    margin: 0;
}

p.related-stats a {
    margin: 0;
}

        /*------------------------- search_videos.html ---------------------------*/

#search-home-container {
    padding-top: 0px;
}

.search-videos-content {
    height: 95px;
    margin-top: 14px;
}

.search-videos-thumbnail {
    width: 170px;
}

    /*--------------------------- search_users.html -----------------------------*/

.user-layout-1-holder {
    height: 72px;
}

/*--------------------------- search_page.html ---------------------*/

.search-bar {
    width: 90%;
}

form.search input[type=text] {
    padding: 4.7px;
    width: 75%;
}

form.search input[type=text]:focus {
    padding: 5.2px;
}

form.search button {
    width: 55px;
    padding: 5.7px 0px;
}



/*------------------- bubble-links 3 --------------------*/

.bubble-links-3 div {
    height: 12.5px;
    width: 12.5px;
}


}







/* iphone 15 pro max 115% zoom */
@media (min-width: 370px) and (max-width: 380px) { 

form.search button {
    padding: 6.2px 0px;
}

}













/*---- the media queries for my even smaller phone devies 125% Zoom ------*/



@media (max-width: 359px) {


        /*------------------------- user_videos.html -------------------------*/

.menu-1-container ul li {
  padding: 4px 16px 6px 16px;
}


    /*--------------------- live-search-dropdown ------------------------*/

.search-dropdown-content-1-container {
    max-height: 270px;
}


    /*--------------------- user_videos_minis.html --------------------------*/


/*mini comment section styling*/

.mini-comment-section-header {
    height: 35px;
}

.mini-comment-section-exit-holder {
    margin: 8px 2px 0 0;
}

#videos-mini-container {
    margin: 15px 0 -17px 0;
}

.videos-mini-holder {
    width: 26px;
    height: 26px;
}




/*------------ mini styling --------------*/

.viewable-mini-user-details-picture {
    width: 32px;
    height: 32px;
}

.viewable-mini-exit-holder {
/*    margin: 10px 0 0 20px;*/
}

.viewable-mini-exit-holder i {
    font-size: 13px;
}


.viewable-mini-switch-holder {
    margin: 10px 0 0 15px;
}

.viewable-mini-switch-holder i {
    font-size: 15px;
}

.viewable-mini-description {
/*  max-width: 260px;*/
    max-width: 80%;
}



/*------------ mini video styling --------------*/


/*-------------- mini photo styling ---------------*/






/*-------------------------- subscriptions.html ---------------------------------*/

.top-songs-holder {
    width: 150px;
}

.top-songs-thumbnail-holder {
/*    height: 80px;*/
}

.video-layout-2-container {
    margin-top: 10px;
}

.video-layout-2-video-thumbnail {
    height: 155px;
}

.video-layout-2-video-user-picture {
/*  height: 27px;*/
    width: 32px;
}

/*-----------------------  explore_videos.html -------------------------*/

.video-layout-1-video-user-picture {
    width: 10%;
    height: 30px;
    margin: 2px 0 0 6px;
}

.video-layout-1-video-details {
    margin: 0px 0 0 4px;
}

/*.video-layout-1-container {
    margin-top: 13px;
}

.video-layout-1-video-thumbnail {
    height: 73px;
}

.video-layout-1-video-title {
    line-height: 0.9em;
    max-height: 1.9em;
}
*/

    /*---------------------- base.html -----------------------------*/

/*------- for tag-inputs ------*/

.tags-input-wrapper {
    padding: 3px;
    max-width: 180px;
}

#mini-upload-btn-footer {
    height: 42px;
    width: 42px;
    margin-top: -22px;
}

#mini-upload-btn-footer i {
    line-height: 40px;
}

.footer li {
/*    font-size: 0.8em;*/
}

#phone-logo img {
    width: 63px;
    height: 20px;
    margin-top: -2px;
}

#phone-search-button button {
    padding: 9px 0px 5px 5px;
/*  font-size: 16px;*/
    cursor: pointer;
    margin: 0px 0 2px 0;
}

#phone-search-button img {
    /*background-color: #242424;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    margin: 7px 0px 0px 8px;
    float: right;
}

.nav-dm-btn-phone {
    margin: 10px 0 0 6px;
}

.number_of_unseen_messages {
    height: 14px;
    width: 14px;
    padding: 0 0 2px 0;
    top: 4px;
}

.number_of_unseen_messages span {
    font-size: 2.7vw;
}



div#keep-footer-down {
    padding-top: 40px;
}

.phone-navbar {
    height: 40.5px;
}

#phone-searchbar {
    width: 41%;
    text-align: center;
    display: none;
    margin-top: 9px;
    margin-right: 0px;
}

#phone-searchbar input[type=text] {
    padding: 4px 4px;
    border: 1px solid #d1d1d1;
    background-color: white;
    width: 100%;
    border-radius: 0px;
}

/*
.show {
    display: block;
}*/

.bubble-links.video li {
/*  padding: 0px;*/
}

.bubble-links.pin li {
/*  padding: 0px 4px;*/
    font-size: 3.4vw;
}

.bubble-links.pin a {
/*  padding: 0px 4px;*/
/*  font-size: 2.3vw;*/
}

.bubble-links-2 ul {
    margin: 15px 0 0 2px;
}

    /*--------------------- watch_video.html -------------------------*/

/*--- mini section ---*/
#video-mini-container {
    margin: 12px 0 0px 0;
}

.video-mini-holder {
    width: 60px;
    height: 80px;
}


.video-file {
/*    height: 185px;*/
    text-align: center;
}

.video-toggle-btns {
/*  margin-top: 185px;*/
}

.toggle-btn {
/*  font-size: 70%;*/
}

.video-description {
    width: 95%;
    margin: auto;
    margin-top: 10px;
}

p.related-title a {

}

p.related-stats {
    margin: -1px 0 0 0;
}


        /*--------------------- search_videos.html -------------------------*/

.search-videos-content {
    height: 85px;
    margin-top: 12px;
}

.search-videos-thumbnail {
    width: 155px;
}

    /*------------------------ search_users.html -----------------------------*/

.user-layout-1-holder {
    width: 100%;
    height: 65px;
}

/*--------------------------- search_page.html ---------------------*/

.search-bar {
    width: 90%;
}

form.search input[type=text] {
    padding: 4.2px;
    width: 75%;
}

form.search input[type=text]:focus {
    padding: 4.4px;
}

form.search button {
    width: 55px;
    padding: 5.7px 0px;
}

/*------------------- bubble-links 3 --------------------*/

.bubble-links-3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.bubble-links-3 i {
/*  font-size: 5.6vw;*/
}

.bubble-links-3 div {
    height: 11.5px;
    width: 11.5px;
}








}




























/*---------- for small devices shrinking screen size 150% Zoom --------*/
@media (max-width: 320px) { 

#phone-searchbar {
    /*background-color: #242424;*/
    width: 20%;
    text-align: center;
    display: none;
    margin-top: 13px;
    margin-right: 0px;
}

#phone-search-button {
    width: 30%;
}

        /*------------------------- search_videos.html -------------------------*/

.search-videos-thumbnail {
    width: 50%;
    height: 75px;
}

}









/* media queries for iphone 75% zoom*/
@media (min-width: 550px) and (max-width: 600px) {


}

/* media queries for iphone 85% zoom */
@media (min-width: 480px) and (max-width: 500px) {


}