




  /*------------------------- user_images_popup.html ----------------------*/

.default-checkbox {
  margin: 0 0 15px 0;
  cursor: pointer;
}

span.checkbox-disclaimer {
  font-family: sans-serif;
  font-size: 16px;
}

label.default-checkbox-text {
  font-family: sans-serif;
  font-size: 15px;
}



  /*-------------------------- profile_base.html --------------------------------*/


div.holder {
  position: relative;
  width: 100%;
  height: 90px;
  /*margin-bottom: 10px;*/
  margin: 0;
}

div.profile-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

div#change-profile-imgs-container {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #c1c1c1;
  opacity: 0.9;
  padding: 3px 0;
  width: 100%;
  cursor: pointer;
}

div#change-profile-imgs-container i {
  font-size: 14px;
  color: #fdfdfd;
}

div.user-bio {
  margin: 10px 0px 0px 15px;
  max-width: 650px;
  min-width: 300px;
  line-height: 1.2;
  position: relative;
}

div.user-bio span {
  font-family: sans-serif;
/*  color: #686868;*/
/*  color: black;*/
  font-size: 14px;
}

div.sub-container {
  position: relative;
  background-color: #fdfdfd;
  padding: 0 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 0;
  vertical-align: middle;
  box-shadow: 2px 1px 3px 1px rgba(0,0,0,0.2);
}

div.row {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
}

div.column {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

div.column.right {
  float: right;
}

.sub-img-holder {
  position: relative;
  display: inline-block;
/*  background-color: red;*/
  height: 55px;
  width: 65px;
  float: left;
  margin: 10px 0 0 15px;
}

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

div.sub-img {
/*  display: inline-block;*/
  position: relative;
  height: 100%;
  width: 100%;
  /*height: 55px;
  width: 65px;*/
/*  float: left;*/
  border-radius: 50%;
  margin: 0px;
  border: 1px solid #eee;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
/*  margin: 10px 0 0 15px;*/
  cursor: pointer;
}

div.username {
  display: inline-block;
  position: relative;
  margin: 20px 0 0 20px;
}

div.username p {
  margin: 0;
  font-family: sans-serif;
  font-size: 15px;
}

div.username p.sub-count {
  font-size: 12px;
}

div.username span {
  margin: 0;
  font-family: sans-serif;
  font-size: 13px;
}

ul.data-points {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ul.data-points.user {
  
}

ul.data-points.user {
  margin-left: 15px;
}

ul.data-points li {
  display: inline-block;
  font-family: sans-serif;
  font-size: 15px;
  color: #555;
  text-align: center;
  margin: 10px 12px 0 0;
}

ul.data-points li i {
  font-size: 21px;
  margin-top: 10px;
  color: #464646;
}

ul.data-points li span.number {
  font-weight: bold;
}

ul.data-points li i:hover {
  cursor: pointer;
}



ul.data-points.user {
  overflow: scroll;'
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

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

ul.data-points.user li {

}

div.data-points-column {
  max-width: 70%;
  white-space: nowrap; /* prevents line break */
  overflow: hidden;
}



.dot {
  height: 8px;
  width: 8px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  animation: blinker 1s linear infinite;
}

.red {
  background-color: red;
}

.purple {
  background-color: #a72da7;
  animation: blinker 0s linear infinite;
}

.blue {
  background-color: #0F75CE;
  animation: blinker 0s linear infinite;
}

.gold {
  background-color: gold;
  animation: blinker 0s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#profile-base-content {
  margin: 0;
  padding: 0;
/*  margin-top: 20px;*/
}

#profile-container {
  width: 100%;
  margin: auto;
  padding-bottom: 60px;
  margin-top: 0px;
  /*background-color: red;*/
}

#profile-header {
  height: 55px;
  width: 100%;
  padding: 0;
  margin: 0;
  /*background-color: grey;*/
  border-bottom: 2px solid #f1f1f1;
}

#profile-user-details {
  width: 50%;
  height: 100%;
  /*background-color: purple;*/
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#profile-picture {
  height: 25px;
  margin-top: 24px;
  width: 32px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}

#profile-picture img {
  height: 100%;
  width: 100%;
}

.profile-dropdown {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  margin: 0;
  float: right;
  clear: both;
}

.profile-dropdown button {
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.profile-dropbtn {
  background-color: transparent;
  color: black;
  padding: 22px 0px 0px 0px;
  font-size: 16px;
  border: none;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.0em;
}

#profile-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 110px;
  /*border-radius: 3px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: white;
  border: 1px solid #cccccc;
  clear: both;
  z-index: 1;
  text-align: left;
  right: 12px;
}

#profile-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}

#profile-dropdown-content a:hover {background-color: #ddd;}

#no-content-msg {
  width: 95%;
  margin: auto;
  margin-top: 40px;
  text-align: center;
}

#no-content-msg h3 {
  font-family: sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  color: grey;
}

  /*--------------------------- profile_audio.html --------------------------*/

.toggle-btns-1-container {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  width: 100%;
}

.toggle-btns-1-holder {
  margin: 0;
  padding: 0;
}

ul.toggle-btns-1 {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 50px;
  display: inline-block;
}

ul.toggle-btns-1 a {
  margin: 0;
  padding: 0;
}

ul.toggle-btns-1 li {
  margin: 0 5px 0 0;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  background-color: white;
  cursor: pointer;
  border: 1px solid #dddddd;
  font-family: sans-serif;
}

ul.toggle-btns-1 li.active {
  background-color: black;
  color: white;
}

  /*-------------------------- profile_minis.html --------------------------------*/

.mini-thumbnail-container {
  width: 100%;
  text-align: center;

  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.mini-thumbnail-container.search {
  margin: 20px 0 80px 0;
}
.mini-thumbnail-container.profile {
  margin: 20px 0 80px 0;
}
.mini-thumbnail-container.margin {
  margin: 20px 0 80px 0;
}
.mini-thumbnail-container.copyright {
  margin: auto;
  margin-top: 100px;
  width: 22%;
  display: block;
  aspect-ratio: 1 / 1.1;
}

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

.mini-thumbnail-container.template-1 {
  display: block;
  margin: 10px 0 0 0;
  text-align: left;
}

.mini-thumbnail-container.copyright h1 {
  font-family: sans-serif;
  font-size: 18px;
  margin: 0;
}

.mini-thumbnail-header-container {
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    display: block;
}

.mini-thumbnail-header-container h1 {
    font-size: 17px;
    font-family: sans-serif;
    margin: 0 0 0 5px;
    text-align: left;
}

.mini-thumbnail-list-holder {
  width: 100%;
  display: inline-block;
  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;
  text-align: left;
  margin: 0;
}

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

.mini-thumbnail-holder {
  position: relative;
  height: 350px;
  margin: 1px;
  overflow: hidden;
}

.mini-thumbnail-holder.template-1 {
  position: relative;
  height: auto;
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
  width: 200px;
}

.mini-thumbnail-holder.copyright {
  flex: none;
  width: 100%;
  height: 100%;
  margin-top: 15px;
}

.mini-details-holder {
 width: 98%;
 font-family: sans-serif;
 overflow: hidden;
}

.mini-details-holder p {
  margin: 0 0 0 5px;
}

.mini-details-holder p.description {
/*  overflow: hidden;*/
  font-weight: bold;
  font-size: 13px;
  word-wrap: break-word;
  white-space: normal;
}

.mini-details-holder p.views {
  font-size: 13px;
  color: #5e5e5e;
}

.mini-thumbnail-holder img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mini-thumbnail-holder.template-1 a {
  margin: 0;
}

.mini-thumbnail-holder.template-1 img {
  border-radius: 20px;
  height: auto;
  width: 100%;
  aspect-ratio: 0.65 / 1;
}

.mini-thumbnail-stat-holder {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 16px;
  opacity: 0.9;
  font-family: sans-serif;
  color: white;
}

#upload-selection-body {
  padding-bottom: 60px;
}

#opacity-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 260; 
}

#popup-container {
  margin: auto;
  margin-top: 5%;
  width: 350px;
}

#popup-header {
  margin: 0;
  width: 100%;
  font-family: sans-serif;
}

#popup-header {
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  text-align: right;
}

#popup-header p {
  margin: 0 15px 5px 10px;
  font-size: 20px;
  color: #dadada;
  cursor: pointer;
  display: inline-block;
}

.popup-body {
  min-height: 300px;
  width: 100%;
  padding-bottom: -20;
  border-radius: 5px;
  background-color: white;
}

#popup-options-holder {
  margin: 7% 0 0 8%;
  width: 83%;
  display: inline-block;
  font-family: sans-serif;
}

#popup-options-holder p {
  font-size: 17px;
  margin: 0;
}

#popup-options-holder span {
  font-size: 18px;
  margin: 0;
}

.popup-options-btn {
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.popup-options-btn:first-of-type {
  padding: 7px 0px;
}

/*.popup-options-btn:last-of-type {
  border-bottom: 1px solid #eee;
}*/

/*.mini-upload-option-btn {*/
/*  background-color: #961396;
  border: none;
  color: white;
  padding: 15px 32px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 17px;
  cursor: pointer;
  margin: auto;
  margin-top: 12px;
}

.mini-upload-option-btn:hover {
  background-color: #841e84;
}*/

/*mini video form*/
#popup-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; 
}

#popup-pop-up {
  margin: auto;
  margin-top: 11%;
  width: 350px;
}

#popup-header {
  /*height: 30px;*/
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  text-align: left;
}

#popup-header::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

#popup-header p {
  margin: 0 15px 5px 10px;
  font-size: 20px;
  color: #dadada;
  cursor: pointer;
  display: inline-block;
}

#popup-header #popup-exit-btn {
  float: right;
}

#popup-form-holder {
  margin: 8% 0 0 10%;
  width: 80%;
  height: 50px;
  display: inline-block;
  font-family: sans-serif;
}

#popup-form-holder input[type=file] {
  display: none;
}

label.popup-upload-input {
  position: relative;
  display: block;
  width: 90%;
  font-size: 90%;
  text-align: center;
  text-transform: uppercase;
  border: 2px dashed #ccc;
  padding: 1rem 1rem;
  margin: auto;
  color: #979595;
  cursor: pointer;
}

/*font awesome btn*/
#popup-upload-btn {
  color: #848484;
  margin: 20px 0 0 45%;
  font-size: 23px;
  cursor: pointer;
}

#popup-form-holder p {
  /*font-size: 18px;*/
  margin: 0;
}

#popup-form-holder hr {
  margin: 5px 0 18px 0;
}

#popup-form-holder input[type=file] {
  display: none;
}

#popup-form-holder input[type=url] {
  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;
}

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

#profile-mini-container {
  width: 100%;
  height: 40px;
  margin-top: -5px;
  margin-bottom: -10px;

  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  /*background-color: red;*/
}

.profile-mini-holder {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 4px;
  overflow: hidden;
  border-radius: 50%;
  /*border: 2px solid #961396;*/
  border: 2px solid #7b037b;
  background-color: white;
  cursor: pointer;
}

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

#profile-mini-upload-btn {
  margin: 23% 0 0 29%;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
}

.profile-video-holder {
  margin: 5px 5px;
  word-wrap: break-word;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.profile-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;
}

.profile-video-thumbnail {
  display: inline-block;
  position: relative;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  border-radius: 10px;
  overflow: hidden;
}

.profile-video-thumbnail.topic {
  width: 250px;
}

.profile-video-thumbnail.series {
  width: 250px;
}

.draft-video {
  border: 1px solid #e4e4e4;
}

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

.profile-video-details {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-left: 6px;
}

.profile-video-details.topic {
  vertical-align: top;
  width: auto;
}

.profile-video-title {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}

.profile-video-title p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  word-wrap: break-word;
}

.profile-video-views p {
  margin: 3px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.7em;
  font-weight: normal;
/*  display: inline-block;*/
}

.profile-video-views p a {
  color: grey;
}

.profile-video-delete p {
  margin: 3px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.7em;
  font-weight: normal;
}

.profile-video-delete a {
  color: #aaaaaa;
}

.topic-list {
  margin-top: 20px;
}

.series-list {
  margin-top: 20px;
}


  /*----------------------------- my_ads.html --------------------------------*/

/*button.create-object-btn {
  padding: 12px 20px;
  border: 1px solid #3996dc;
  border-radius: 3px;
  font-family: sans-serif;
  margin: 50px 0 0 7.5%;
  background-color: #479cdc;
  color: white;
  font-size: 12px;
  cursor: pointer;
}*/

.ad-table-holder {
  width: 85%;
  padding: 0;
  margin: auto;
  margin-top: 60px;
  overflow-x: scroll;
}

.table-layout-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-family: Google Sans,Roboto,Arial,sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  background-color: white;
  overflow: scroll;
  border: 2px solid #eee;
/*  margin-bottom: 100px;*/
}

.table-layout-1 td {
  color: #393939;
  font-weight: 600;
  font-size: 15px;
}

.table-layout-1 td.title a {
/*  color: #777777;*/
  color: #4c4c4c;
  text-decoration: none;
}

.table-layout-1 td a:hover {
/*  color: #bf04bf;*/
  color: black;
}

.table-layout-1 td, .table-layout-1 th {
  border-bottom: 1px solid #f5f5f5;
  padding: 16px 16px 16px 40px;
  line-height: 1.53;
}

.table-layout-1 th {
  font-size: 16px;
  text-align: left;
  color: black;
}

.table-layout-1 th.msg {
  font-size: 16px;
  color: #777777;
}



/*---- my_refunds.html, review_account_appeals.html, withdrawing.html ------*/

.bracket-layout-1-holder {
/*  background-color: red;*/
  width: 90%;
  padding-bottom: 3px;
/*  min-height: 93px;*/
  margin: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 2px 6px 6px 0px rgba(0,0,0,0.2);
}

.bracket-layout-1-user-picture {
  width: 32px;
  height: 30px;
  margin-top: 15px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  /*clear: both;*/
}

.bracket-layout-1-user-picture img {
  width: 100%;
  height: 100%;
}

.bracket-layout-1-details {
  display: inline-block;
/*  background-color: purple;*/
  /*height: 100%;*/
  max-width: 85%;
  margin-left: 10px;
  padding-bottom: 14px;
}

.bracket-layout-1-username h3 {
  margin: 13px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
}

.bracket-layout-1-username p {
  margin: 0px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
}

.bracket-layout-1-text p {
  margin: 5px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}

.bracket-layout-1-delete p {
  margin: 8px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.7em;
  font-weight: normal;
}

.bracket-layout-1-delete a {
  /*color: #c4c4c4;*/
}

.bracket-layout-1-file {
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
}

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

.bracket-layout-1-file img {
  width: 100%;
  height: 100%;
}

.bracket-layout-1-button-holder {
  width: 100%;
  height: 50px;
/*  background-color: red;*/
}

button.bracket-layout-1-button {
  padding: 8px 16px;
  border: 1px solid #961396;
  border-radius: 3px;
  font-family: sans-serif;
  margin: 10px 0 0 12px;
  color: white;
  font-size: 12px;
  cursor: pointer;
  background-color: #961396;
}



/*---- explore_pins.html ------*/

.pin-list {
  margin: 0;
  padding: 0;
}

.pin-list h1.copyright-notice {
  font-family: sans-serif;
  font-size: 21px;
}

h1.copyright-notice {
  margin-top: 100px;
}

.bracket-layout-2-holder {
  width: 100%;
  padding: 0px;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: 2px 6px 6px 2px rgba(0,0,0,0.2);
  background-color: white;
  text-align: left;
/*  border-top: 1px solid #f7f7f7;*/
/*  border-bottom: 1px solid #f7f7f7;*/
  border-radius: 10px;
  border: 1px solid #ededed;
}

.bracket-layout-2-holder.album {
  width: 90%;
}

.bracket-layout-2-holder.border-bottom {
/*  border-bottom: 1px solid #f1f1f1;*/
}
.bracket-layout-2-holder.border {
/*  border: 1px solid #f7f7f7;*/
}
/*
.no-file-pin {
  padding-bottom: 13px
}*/

.bracket-layout-2-user-picture {
  position: relative;
  width: 36px;
  height: 34px;
  margin-top: 15px;
  margin-left: 10px;
  display: inline-block;
  overflow: hidden;
/*  float: left;*/
/*  clear: both;*/
}

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

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

.bracket-layout-2-details-holder {

}

.bracket-layout-2-details {
  display: inline-block;
  max-width: 85%;
  margin-top: 1px;
  margin-left: 5px;
  padding-bottom: 0px;
  vertical-align: top;
}

.bracket-layout-2-exit-header {
  padding: 0;
  width: 100%;
  text-align: right;
  border-bottom: 1.5px solid #eaeaea;  
}

.bracket-layout-2-exit {
  margin: 0 18px 0 0;
}

.bracket-layout-2-exit.pin {
  float: right;
}

.bracket-layout-2-exit p {
  font-size: 16px;
  font-family: sans-serif;
}

.bracket-layout-2-exit p i {
  
}

.bracket-layout-2-exit p i:hover {
  cursor: pointer;
}

.bracket-layout-2-username h3 {
  margin: 13px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}

.bracket-layout-2-username p {
  margin: 2px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: grey;
}

.bracket-layout-2-text {
  display: block;
  max-width: 93%;
  margin-top: 7px;
  margin-left: 12px;
}

.bracket-layout-2-text p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}

.bracket-layout-2-text p a {
  color: #0303b4;
}

.bracket-layout-2-text.no-file p {
  font-size: 1.3em;
  margin-top: 12px;
}

.bracket-layout-2-delete p {
  margin: 8px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 0.7em;
  font-weight: normal;
}

.bracket-layout-2-delete a {
  /*color: #c4c4c4;*/
}

.bracket-layout-2-video {
  height: 275px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.pin-audio-title {
  width: 100%;
  position: absolute;
  top: 5px;
  left: 15px;
  text-align: left;
  margin-left: auto;
}

.pin-audio-title i {
  color: white;
  font-size: 15px;
}

.pin-audio-title a {
  color: white;
  font-size: 18px;
}

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

.bracket-layout-2-file {
  position: relative;
  width: 95%;
  margin: auto;
  margin-top: 10px;
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
}

.bracket-layout-2-file video {
  width: 100%;
  object-fit: contain;
  background-color: black;
  margin: 0;
  padding: 0;
}

.bracket-layout-2-file img {
  width: 100%;
  max-height: 500px;
  margin: 0;
  padding: 0;
}

.bracket-layout-2-file.audio img {
  max-height: 300px;
}

.bracket-layout-2-file.album img {
/*  max-height: 300px;*/
  height: 225px;
}

.bracket-layout-2-button-holder {
  width: 95%;
  margin: 0;
  margin-left: 10px;
  padding: 10px 0;
}

.bracket-layout-2-button-holder.social {
  padding: 0 0 3px 0;
}

.bracket-layout-2-button-holder.album {
/*  padding: 0 0 5px 0;*/
}

.bracket-layout-2-ad-price {
  color: green;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 5px;
}

.pin-icons-left {
  display: inline-block;
}

.pin-icons-right {
  display: inline-block;
  float: right;
  margin: 0;
}


.social {
  margin-top: 8px;
  height: 28px;
}

button.bracket-layout-2-button {
  padding: 8px 16px;
  border-radius: 3px;
  font-family: sans-serif;
  margin: 0;
  color: white;
  font-size: 12px;
  cursor: pointer;
  background: linear-gradient(to top, #000086, #00009c);
  border: none;
}

.bracket-layout-2-comment-holder {
  width: 100%;
  padding: 0 0 10px 0;
/*  border-top: 1px solid #eaeaea;*/
}

.bracket-layout-2-comment {
  font-family: sans-serif;
  width: 95%;
  margin: auto;
}

.bracket-layout-2-comment p {
  font-size: 14px;
}

.bracket-layout-2-comment span.username {
  font-weight: bold;
}

.pin-video-holder {
  position: relative;
}

.pin-video-holder video {
  position: relative;
  max-height: 400px;
}

.pin-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;
}


/*-------------- forms pages that extends profile_base.html -----------------------*/


/*#profile-container input[type]:not([type=submit], [type=checkbox]), #profile-container select, #profile-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;
}


#profile-container input:focus, #profile-container select:focus, #profile-container textarea:focus {
  border: 1px solid purple;
  outline: none;
}

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

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

#profile-container input[type=file] {
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}*/

#profile-form  {
  font-family: sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  width: 95%;
  margin: auto;
}

#profile-form form {
  padding-top: 20px;
}

a#edit-delete-btn {
  font-size: 15px;
  float: right; 
  clear: both;
  margin-top: 6px;
  cursor: pointer;
}

a#profile-delete-btn {
  cursor: pointer;
}

    /*---------------------------- analytics.html -------------------------------*/

table#analytics {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  margin-top: 25px;
}

table#analytics td, table#analytics th {
  border: 2px solid #dddddd;
  text-align: center;
  padding: 8px;
}

table#analytics tr:nth-child(even) {
  border: 1px solid #dddddd;
  /*background-color: #dddddd;*/
}

table#analytics p#analytics-msg {
  text-align: center;
  font-family: sans-serif;
  font-size: 1.0em;
  margin: 50px 0 0 0;
}

table#analytics p#analytics-msg a {
  color: blue;
  /*font-family: sans-serif;*/
}


  /*-------------------------- my_domains.html --------------------------------*/

.my-domains-note {
  font-family: sans-serif;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  font-size: 13px;
  text-align: center;
  color: #747474;
}

.center-div {
  margin: auto;
  width: 80%;
  text-align: left;
}

.center-div.blocked_words {
  margin-top: 25px;
}

input.add-text {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 20px;
  resize: vertical;
  font-size: 14px;
  outline: black;
}

button.btn {
  padding: 13px 24px 12px 24px;
  border: 1px solid black;
  border-radius: 0px 3px 3px 0;
  font-family: sans-serif;
  margin-left: -4px;
  margin-top: 0px;
  color: white;
  font-size: 13px;
  cursor: pointer;
  background-color: black;
}

  /*-------------------------- withdraw.html --------------------------------*/

.withdraw-btn {
  border: none;
  color: white;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 15px 2px 0px 2px;
  cursor: pointer;
  background-color: #008CBA;
  border-radius: 4px;
}

      /*----------------------- paystubs.html --------------------------------*/


.paystub-holder {
  width: 80%;
  height: 280px;
  /*background-color: red;*/
  margin: auto;
  border-radius: 3px;
  margin-top: 30px;
  box-shadow: 2px 4px 6px 1px rgba(0,0,0,0.2);
}

.paystub-colum {
  /*background-color: red;*/
  width: 100%;
  height: 40px;
  display: inline-block;
  margin-top: 20px;
}

.paystub-row1-1 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  margin-left: 20px;
}

.paystub-row1-1 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
}

.paystub-row2-1 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  margin-left: 250px;
}

.paystub-row2-1 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
}


.paystub-row3-1 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  margin-left: 235px;
}

.paystub-row3-1 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 16px;
}


.paystub-row1-2 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  margin-left: 20px;
}

.paystub-row1-2 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 18px;
}

.paystub-row2-2 {
  /*background-color: grey;*/
  display: inline-block;
  width: 60%;
  margin-left: 5px;
  border-bottom: 2px solid black;
}

.paystub-row2-2 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 18px;
}

.paystub-row1-3 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 60%;*/
  margin-left: 20px;
}

.paystub-row1-3 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 18px;
}

.paystub-row2-3 {
  /*background-color: grey;*/
  display: inline-block;
  width: 60%;
  margin-left: 5px;
  border-bottom: 2px solid black;
}

.paystub-row2-3 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 18px;
}

.paystub-row1-4 {
  /*background-color: grey;*/
  display: inline-block;
  width: 20%;
  float: right;
  margin-right: 50px;
  text-align: center;
  /*border-bottom: 2px solid black;*/
}

.paystub-row1-4 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family:  Snell Roundhand, cursive;
  font-size: 24px;
  text-decoration: underline;
}

.paystub-row1-4 p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family:  Snell Roundhand, cursive;
  font-size: 10px;
}

  /*----------------------- appeal_review.html ------------------------*/

#appeal-review-container {
  margin: auto;
  margin-top: 80px;
  width: 500px;
  height: 350px;
  /*background-color: red;*/
  font-family: sans-serif;
  font-size: 1.0em;
  font-weight: bold;
}

#appeal-review-container table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#appeal-review-container td, #appeal-review-container th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#appeal-review-container tr:nth-child(even) {
  background-color: #dddddd;
}

#approve-appeal-btn {
  margin-top: 10px;
}

#reject-appeal-btn {
  float: right;
  clear: both;
  margin-top: 10px;
}

  /*--------------------------- settings.html -----------------------------*/

.settings-container {
  width: 100%;
  margin: 50px 0 0 0;
  text-align: center;
/*  background-color: red;*/
}

.settings-holder {
  text-align: left;
  width: 22%;
  margin: 0px 0 60px 3%;
  background-color: white;
  padding: 0 20px 35px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}

.settings-options {
  width: 100%;
  padding: 17px 0 5px 0;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #c2c2c2;
}

.settings-options p {
  margin: 0 0 0 5px;
  font-family: sans-serif;
  font-size: 15px;
}


    /*--------------------------- simple table ---------------------------*/

.simple-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  font-size: 14px;
}

.simple-table td, .simple-table th {
  border: 1px solid #ddd;
  padding: 6px;
}

.simple-table tr:nth-child(even){background-color: #fafafa;}

/*.simple-table tr:hover {background-color: #f2f2f2;}*/

/*.simple-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}*/



@media (min-width: 699px) {
  .margin-top-admin-pages {
    margin-top: 120px;
  }

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

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

    /*--------------------------- settings.html -----------------------------*/

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

}

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


  /*-------------------------- profile_minis.html --------------------------------*/

  .mini-thumbnail-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }


  .mini-thumbnail-holder {
    height: 330px;
    flex: 0 1 20%;
  }

  #popup-container {
    margin-top: 10%;
  }

  .settings-holder {
    width: 35%;
  }

  /*-------------------------- my_domains.html --------------------------------*/

  input.add-text {
    width: 85%;
  }


}



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

  .mini-thumbnail-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }


  .mini-thumbnail-holder {
    height: 330px;
  }

}





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

  .mini-thumbnail-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }


 /*-------------------------- my_domains.html --------------------------------*/

  button.btn {
    padding: 13px 24px;
  }

   /*-------------------- profile_videos.html ------------------------*/

.profile-video-details {
  display: inline-block;
  max-width: 65%;
  /*background-color: purple;*/
  /*height: 100%;*/
  margin-left: 5px;
}

.profile-video-thumbnail {
/*  height: 100%;*/
/*  display: inline-block;*/
/*  float: left;*/
/*  clear: both;*/
  /*background-color: red;*/
}


  /*--------------------------- settings.html -----------------------------*/

.settings-holder {
/*  width: 25%;*/
/*  margin: 0px 0 40px 2%;*/
  background-color: white;
  padding: 0 20px 35px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}

}



@media (min-width: 500px) and (max-width: 600px) { 

.popup-body {
/*  height: 330px;*/
}


}









/*----- the media queries for my smaller phone devices 100% Zoom--------*/
@media (max-width: 699px) { 


  /*--------------------------- profile_audio.html --------------------------*/

ul.toggle-btns-1 {
  padding: 0 0 0 15px;
}

ul.toggle-btns-1 li {
  font-size: 3.3vw;
  padding: 9px 15px;
}

/*-------------------------- profile_minis.html --------------------------------*/

.mini-thumbnail-container {
  width: 100%;
  text-align: center;

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

.mini-thumbnail-container.search {
  margin: 30px 0 80px 0;
}

.mini-thumbnail-container.copyright {
  margin-top: 40px;
  width: 50%;
}

.mini-thumbnail-container.copyright h1 {
  font-size: 3.8vw;
}

.mini-thumbnail-header-container h1 {
    font-size: 3.5vw;
}

.mini-thumbnail-holder {
  position: relative;
  height: 230px;
  display: inline-block;

  flex: 0 1 31%;
}


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

.mini-thumbnail-holder.template-1 {
  margin: 0 2px;
  width: 210px;
}

.mini-thumbnail-holder.template-1:first-child {
/*  height: 210px;*/
/*  width: 200px;*/
  margin: 0 0 0 5px;
}

.mini-thumbnail-holder.template-1 img {
/*  height: 210px;*/
/*aspect-ratio: 0.8 / 1;*/
/*  width: 100%;*/
  border-radius: 20px;
}

.mini-details-holder p.description {
  font-size: 3.2vw;
}

.mini-details-holder p.views {
  font-size: 2.8vw;
}


.mini-thumbnail-stat-holder {
  font-size: 3.4vw;
}

  /*------------------------- user_images_popup.html ----------------------*/

.default-checkbox {
  margin: 0 0 15px 0;
  transform: scale(0.85);
  cursor: pointer;
}

span.checkbox-disclaimer {
  font-size: 3.2vw;
}

label.default-checkbox-text {
  font-size: 3.8vw;
  margin: 0;
}

    /*------------------------ profile_base.html ------------------------*/

.sub-img-holder i.medal-icon {
  font-size: 3.4vw;
}

div.holder {
  height: 60px;
}

div#change-profile-imgs-container {
  padding: 0.5px 0;
}

div#change-profile-imgs-container i {
  font-size: 3vw;
}

div.user-bio {
  line-height: 1.2;
  max-width: 90%;
}

div.user-bio span {
  font-family: sans-serif;
  font-size: 3.2vw;
}

div.username {
  display: inline-block;
  position: relative;
}

div.username p {
  font-size: 3.3vw;
}

div.username p.sub-count {
  font-size: 2.5vw;
}

div.username span {
  font-size: 1vw;
}

ul.data-points li {
  font-size: 3.2vw;
}

ul.data-points li i {
  font-size: 4.8vw;
}




/*div#sub-container ul li button {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: white;

  background-color: #961396;
  padding: 5px 16px;
  outline: 0px;
  border: 1px solid purple;
  cursor: pointer;
}*/

/*div#sub-container ul li button:hover {
  opacity: 0.9;
}*/

#profile-header {
  height: 55px;
  width: 100%;
  padding: 0;
  margin: 0;
  /*background-color: grey;*/
  border-bottom: 2px solid #f1f1f1;
}

#profile-user-details {
  width: 70%;
  /*height: 20px;*/
  /*background-color: purple;*/
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#profile-picture {
  border-radius: 100%;
  display: inline-block;
  margin-top: 22px;
  height: 24px;
  width: 24px;
  overflow: hidden;
}

#profile-picture img {
  height: 100%;
  width: 100%;
}

.profile-dropdown {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  margin: 0;
  float: right;
  clear: both;
  height: 100%;
  text-align: right;
  width: 30%;
}

.profile-dropdown button {
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.profile-dropbtn {
  background-color: transparent;
  color: black;
  padding: 22px 0px 0px 0px;
  font-size: 16px;
  border: none;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.0em;
  /*background-color: red;*/
}

#profile-dropdown-content {
  right: 2px;
}

#profile-dropdown-content a {
  color: black;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}


    /*----------------------- profile_videos.html ----------------------*/

/*pop up boxes for minis*/

    #profile-mini-upload-btn {
      margin: 9% 0 0 29%;
    }

    #popup-container {
      margin-top: 20%;
      width: 70%;
    }

    label.popup-upload-input {
      width: 80%;
      font-size: 3vw;
    }

    #popup-header p {
      font-size: 4.7vw;
    }

    #popup-upload-btn {
      font-size: 6vw;
      margin-top: 27px;
    }



.profile-video-holder {
  width: 98%;
  height: 100px;
  margin: auto;
  margin-top: 10px;
}

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

.profile-video-thumbnail {
  width: 185px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.profile-video-thumbnail.topic {
  width: 185px;
}

.profile-video-thumbnail.series {
  width: 185px;
}

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

.profile-video-details {
  display: inline-block;
  max-width: 48%;
  height: 100%;
  margin-left: 3px;
  overflow: hidden;
}

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

.profile-video-title p {
  margin: 3px 0 0 0;
  padding: 0;
  font-size: 3vw;
  display: inline-block;
  height: 100%;
  clear: both;
}

.profile-video-views p {
  margin: 4px 0 0px 0;
  padding: 0;
  font-size: 2.6vw;
  font-weight: normal;
}

.profile-video-delete p {
  margin: 5px 0 0 0;
  font-size: 2.5vw;
}

.profile-video-delete a {
/*  font-size: 2.7vw;*/
}



/*----- my_refunds.html, review_account_appeals.html, withdrawing.html ----*/

#no-content-msg {
  width: 85%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  font-size: 4.3vw;
}

.bracket-layout-1-holder {
  width: 95%;
/*  min-height: 90px;*/
  margin: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 3px 4px 10px 0px rgba(0,0,0,0.2);
}

.bracket-layout-1-user-picture {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-top: 15px;
  margin-left: 10px;
  display: inline-block;
  overflow: hidden;
  float: left;
  clear: both;
}

.bracket-layout-1-details {
  margin-left: 8px;
  max-width: 80%;
  padding-bottom: 12px;
/*  background-color: red;*/
}

.bracket-layout-1-username h3 {
  padding: 0;
  font-family: sans-serif;
  font-size: 3.2vw;
  font-weight: bold;
  display: inline-block;
}

.bracket-layout-1-username p {
  font-family: sans-serif;
  font-size: 3.2vw;
}

.bracket-layout-1-text p {
  margin: 3px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 3.5vw;
  font-weight: normal;
  height: 100%;
}

.bracket-layout-1-delete p {
  margin: 8px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 3vw;
  font-weight: normal;
}

a#edit-delete-btn {
  font-size: 3.2vw;
  float: right; 
  clear: both;
  margin-top: 3px;
}

.bracket-layout-1-file {
  width: 100%;
  height: 500px;
}

/*----- explore_pins.html ----*/

.pin-list {
  margin: auto;
  width: 93%;
}

.pin-list h1.copyright-notice {
  font-size: 4vw;
}


.bracket-layout-2-holder {
  width: 98%;
  padding-bottom: 0;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 3px 4px 10px 0px rgba(0,0,0,0);
  border: 1px solid #ededed;
}

.bracket-layout-2-holder.album {
  width: 98%;
}

/*.no-file-pin {
  padding-bottom: 13px
}*/

.bracket-layout-2-user-picture {
  width: 34px;
  height: 34px;
  margin-top: 15px;
  margin-left: 10px;
  display: inline-block;
  overflow: hidden;
  float: left;
  clear: both;
}

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

.bracket-layout-2-details {
  margin-left: 8px;
  max-width: 80%;
/*  padding-bottom: 0px;*/
/*  background-color: red;*/
}

.bracket-layout-2-exit p {
  font-size: 4vw;
}

.bracket-layout-2-username h3 {
  font-size: 3.4vw;
}

.bracket-layout-2-username p {
  font-size: 2.6vw;
  margin-top: 0px;
}

.bracket-layout-2-text {
  max-width: 90%;
  margin-top: 5px;
}

.bracket-layout-2-text p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 3.4vw;
  font-weight: bold;
  height: 100%;
}

.bracket-layout-2-text.no-file p {
  font-size: 4vw;
  margin-top: 8px;
  font-weight: normal;
}

.bracket-layout-2-delete p {
  margin: 8px 0 0 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 3vw;
  font-weight: normal;
}

.bracket-layout-2-file  {
/*  border-top: 1.5px solid #ececec;
  border-bottom: 1.5px solid #ececec;*/
}

.bracket-layout-2-video {
  height: 235px;
}

.pin-audio-title i {
  font-size: 4.3vw;
}

.pin-audio-title a {
  font-size: 4.7vw;
}

.bracket-layout-2-file video {
/*  max-height: 600px;*/
}

.bracket-layout-2-file img {
  max-height: 450px;
}

button.bracket-layout-2-button {
  font-size: 3vw;
}

.bracket-layout-2-comment-holder {
  padding: 0 0 5px 0;
}

.bracket-layout-2-comment p {
  font-size: 3.3vw;
}

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

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




/*------------- form pages that extends profile_base.html -----------------*/

#profile-form  {
  font-family: sans-serif;
  font-size: 1.0em;
  font-weight: normal;
}

#profile-form form {
  padding-top: 20px;
}




  /*----------------------- paystubs.html ------------------------------*/


.paystub-holder {
  width: 100%;
  height: 210px;
  /*background-color: red;*/
  margin: auto;
  border-radius: 3px;
  margin-top: 30px;
  box-shadow: 2px 4px 6px 1px rgba(0,0,0,0.2);
  padding-top: 10px;
}

.paystub-colum {
  /*background-color: red;*/
  width: 100%;
  height: 40px;
  display: inline-block;
  margin-top: 5px;
}

.paystub-holder h3 {
  font-size: 14px;
}

.paystub-row1-1 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  margin-left: 20px;
}

.paystub-row1-1 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
}

.paystub-row2-1 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  margin-left: 40px;
}

.paystub-row2-1 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
}


.paystub-row3-1 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  margin-left: 20px;
}

.paystub-row3-1 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
}


.paystub-row1-2 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 20%;*/
  text-align: center;
  margin-left: 20px;
}

.paystub-row1-2 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 11px;
}

.paystub-row2-2 {
  /*background-color: grey;*/
  display: inline-block;
  width: 45%;
  margin-left: 5px;
  border-bottom: 2px solid black;
}

.paystub-row2-2 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 13px;
}

.paystub-row1-3 {
  /*background-color: grey;*/
  display: inline-block;
  /*width: 60%;*/
  margin-left: 20px;
}

.paystub-row1-3 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
}

.paystub-row2-3 {
  /*background-color: grey;*/
  display: inline-block;
  width: 60%;
  margin-left: 5px;
  border-bottom: 2px solid black;
}

.paystub-row2-3 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
}

.paystub-row1-4 {
  /*background-color: grey;*/
  display: inline-block;
  width: 25%;
  float: right;
  margin-right: 50px;
  text-align: center;
  /*border-bottom: 2px solid black;*/
}

.paystub-row1-4 h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family:  Snell Roundhand, cursive;
  font-size: 20px;
  text-decoration: underline;
}

.paystub-row1-4 p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family:  sans-serif;
  font-size: 10px;
}


  /*---------------------------- analytics.html -------------------------------*/

table#analytics {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  font-size: 0.9em;
}

table#analytics td, table#analytics th {
  border: 2px solid #dddddd;
  text-align: center;
  padding: 4px;
}

table#analytics tr:nth-child(even) {
  border: 1px solid #dddddd;
  /*background-color: #dddddd;*/
}

p#analytics-msg {
  text-align: center;
  font-family: sans-serif;
  font-size: 0.9em;
  margin: 50px 0 0 0;
}

p#analytics-msg a {
  color: blue;
  /*font-family: sans-serif;*/
}

  /*--------------------------- settings.html -----------------------------*/

.settings-holder {
  width: 67%;
  margin: auto;
  margin-top: 40px;
  background-color: white;
  padding: 0 20px 35px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: block;
  vertical-align: top;
}

.settings-holder:last-of-type {
  margin-bottom: 40px;
}

.settings-options p {
/*  margin: 0 0 0 5px;*/
  font-size: 3.5vw;
}

/*------------------------------- pop-up styling --------------------------------*/

  #popup-options-holder p {
    font-size: 4vw;
  }

  #popup-options-holder span {
    font-size: 4vw;
  }

  /*-------------------------- my_domains.html --------------------------------*/

.my-domains-note {
  margin-top: 50px;
  font-size: 2.8vw;
}

.center-div {
  width: 90%;
}

input.add-text {
  width: 75%;
  font-size: 3.5vw;
}

button.btn {
  padding: 12px 24px 12px 24px;
  margin-left: -4.5px;
  font-size: 3.5vw;
}

/*-------------------------- withdraw.html --------------------------------*/

#profile-form p {
  font-size: 4vw;
}

.withdraw-btn {
  border: none;
  color: white;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3.8vw;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #008CBA;
}


}







































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


@media (max-width: 400px) { 


  /*--------------------------- profile_audio.html --------------------------*/

ul.toggle-btns-1 li {
  padding: 7px 13px;
}


  /*-------------------------- profile_minis.html --------------------------------*/

.mini-thumbnail-container.copyright {
/*  height: 240px;*/
}

.mini-thumbnail-holder {
  height: 160px;
}

.mini-thumbnail-holder.template-1 {
  width: 180px;
}

.mini-thumbnail-holder.template-1 img {
/*  height: 190px;*/
/*  width: 180px;*/
}


    /*------------------------ profile_base.html ---------------------------------*/

div.holder {
  height: 55px;
}

div.sub-img-holder {
  height: 48px;
  width: 58px;
}

div#change-profile-imgs-container {
  padding: 0px;
}

div.user-bio {
  line-height: 1;
}

ul.data-points li {
  margin: 10px 8px 0 0;
}

.profile-dropdown {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  margin: 0;
  float: right;
  clear: both;
  height: 100%;
  text-align: right;
  width: 30%;
}

.profile-dropdown button{
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.profile-dropbtn {
  background-color: transparent;
  color: black;
  padding: 22px 0px 0px 0px;
  font-size: 16px;
  border: none;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.0em;
  /*background-color: red;*/
}

.profile-dropdown-content a {
  color: black;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}

.profile-dropdown-content a:hover {background-color: #ddd;}

.profile-dropdown:hover .profile-dropdown-content {display: block;}



    /*-------------------- profile_videos.html ----------------------*/

.profile-mini-holder {
  width: 28px;
  height: 28px;
}

/*pop up boxes for minis*/

  #popup-container {
/*    margin-top: 32%;*/
/*    width: 260px;*/
  }

  .popup-body {
    min-height: 270px;
/*    width: 100%;*/
/*    border-radius: 5px;*/
/*    background-color: white;*/
/*    height: 250px;*/
  }
/*
  .mini-upload-option-btn {
    font-size: 13px;
  }*/

  label.popup-upload-input {
    width: 80%;
  }

.profile-video-details {
  display: inline-block;
  /*background-color: purple;*/
  max-width: 47%;
  height: 100%;
  margin-left: 1px;
}

.profile-video-holder {
  width: 98%;
  height: 90px;
/*aspect-ratio: 2 / 1;*/
  margin: auto;
  margin-top: 10px;
/*  width: 98%;*/
/*  height: 85px;*/
/*  margin: auto;*/
/*  margin-top: 14px;*/
/*  margin-top: 0;*/

}

.profile-video-duration {
  bottom: 4px;
  right: 4px;
  padding: 3px;
}

#profile-mini-upload-btn {
  margin: 10% 0 0 31%;
  font-size: 20px;
}

.profile-video-thumbnail {
  width: 160px;
  vertical-align: top;
}

.profile-video-thumbnail.topic {
  width: 160px;
}

.profile-video-thumbnail.series {
  width: 160px;
}

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

.profile-video-title p {
  margin: 0;
  font-size: 3.2vw;
}


.profile-video-delete p {
/*  font-size: 0.5em;*/
}

  /*--------------------------- settings.html -----------------------------*/

.settings-holder {
  background-color: white;
  padding: 0 20px 35px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: block;
  vertical-align: top;
}

.settings-holder:last-of-type {
  margin: 40px 0 45px 8%;
}

.settings-options p {
  margin: 0 0 0 5px;
}

    /*----------------------- my_ads.html ----------------------------*/

.bracket-layout-1-holder {
/*  min-height: 85px;*/
}


.bracket-layout-1-file {
  width: 100%;
  height: 450px;
}

button#create-object-btn {
  padding: 7px 15px;
}

/*----------------------- explore_pins.html ----------------------------*/

.bracket-layout-2-user-picture {
  width: 30px;
  height: 30px;
}

.bracket-layout-2-holder {
/*  min-height: 85px;*/
  border: 1px solid #f7f7f7;
}

.bracket-layout-2-video {
  height: 210px;
}

.bracket-layout-2-file video {
/*  max-height: 550px;*/
}

.bracket-layout-2-file img {
  max-height: 400px;
}

.bracket-layout-2-button-holder {
/*  height: 45px;*/
}

.social {
  margin-top: 5px;
  height: 25px;
}

button.bracket-layout-2-button {
  font-size: 3vw;
  padding: 6px 14px;
}


}

























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



@media (max-width: 359px) { 

  /*-------------------------- profile_minis.html --------------------------------*/

.mini-thumbnail-container.copyright {
/*  height: 210px;*/
}

.mini-thumbnail-holder {
/*  height: 150px;*/
}

.mini-thumbnail-holder.template-1 {
  width: 160px;
}

.mini-thumbnail-holder.template-1 img {
/*  height: 170px;*/
/*  width: 160px;*/
}

    /*------------------------ profile_base.html -------------------------*/

div.holder {
  height: 55px;
}

div.sub-img-holder {
  height: 43px;
  width: 53px;
}

div#change-profile-imgs-container {
  padding: 0px;
}


  /*---------------------- profile_videos.html --------------------------*/

/*pop up boxes for minis*/

#popup-container {
/*  margin-top: 32%;*/
/*  width: 260px;*/
}

.popup-body {
    min-height: 250px;
/*  width: 100%;*/
/*  border-radius: 5px;*/
/*  background-color: white;*/
}

label.popup-upload-input {
  width: 80%;
}

.profile-video-holder {
  height: 85px;
  margin-top: 10px;
}

.profile-video-thumbnail {
  width: 150px;
}

.profile-video-thumbnail.topic {
  width: 150px;
}

.profile-video-thumbnail.series {
  width: 150px;
}

.profile-video-views p {
  margin: 0px 0 0px 0;
}

.profile-video-title p {

}


.profile-video-delete p {
/*  font-size: 0.4em;*/
  margin: 3px 0 0 0;
}

  /*--------------------------- settings.html -----------------------------*/

.settings-holder {
/*  width: 67%;*/
/*  margin: 35px 0 0 7%;*/
  background-color: white;
  padding: 0 20px 35px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: block;
  vertical-align: top;
}

.settings-holder:last-of-type {
  margin: 35px 0 45px 8%;
}


    /*----------------------- my_ads.html ----------------------------*/

.bracket-layout-1-holder {
/*  min-height: 80px;*/
}


.bracket-layout-1-file {
  width: 100%;
  height: 400px;
}

    /*----------------------- explore_pins.html ----------------------------*/

.bracket-layout-2-holder {
/*  min-height: 80px;*/
}

.bracket-layout-2-video {
  height: 195px;
}

.bracket-layout-2-file video {
/*  max-height: 500px;*/
}

.bracket-layout-2-file img {
  max-height: 350px;
}


}