/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content.*/

body {
  background-image: url("../../pics/sabg2.jpg");
  color: #2f4c5d; /*font color*/
  background-repeat: no-repeat;
  background-size: auto;
  font-family: 'basiic';
  width: 1910px; 
  height: 920px;
  cursor: url(https://cur.cursors-4u.net/symbols/sym-7/sym634.ani), url(https://cur.cursors-4u.net/symbols/sym-7/sym634.png), auto !important; /* Start https://www.cursors-4u.com */ 
}

.gif-container {
  text-align: center;
  width: 100%;
}

.mail-container {
  margin: 5px 2px 5px 5px; /*top right bottom left*/
}

.video-container {
  position: fixed;
  top: 180px;
  right: 80px;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index: 100;
}

video {
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  
  overflow: hidden;
  z-index:-100;
}

.gifcon {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  overflow: hidden;
  z-index: 100;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

.leftcolumn { 
  float: left;
  width: 15%;
}
.midcolumn { 
  float: left;
  width: 85%;
}

.rightcolumn { 
  float: left;
  width: 10%;
  background-color: black;
}

.qucolumn { /* quarter column / split */   
  float: left;
  width: 25%;
}

.halfcolumn { 
  float: left;
  width: 50%;
}

thirdcolumn { /* 3/4th column / split */   
  float: left;
  width: 60%;
}

quarcolumn { /* 3/4th column / split */   
  float: left;
  width: 40%;
  
}

.smcolumn { /* 3/4th column / split */   
  float: left;
  width: 20%;
}


.card { /* main box, margin is outside border, padding is inside border*/
  padding: 5px;
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 600px;
  z-index: 1;
}

.cardlgg { /* left gif card */
  padding: 5px;
  border: hidden;
  background-color: black;
  width: 130px;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center;
  z-index: 1;
}

.cardtgg { /* top gif card */
  border: hidden;

  overflow-y: hidden;
  overflow-x: hidden;
  text-align: right;
  z-index: 1;
}

.cardtwo { /* 2nd main box */ /*margin is outside border, padding is inside border*/
  padding: 5px;
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 200px;
  z-index: 1;
}

.cardthree { /* 2nd main box */ /*margin is outside border, padding is inside border*/
  /*margin-top: 5px;*/
  padding: 5px;
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 100px;
  z-index: 1;
}

.cardall { /* all boxes */
  border-radius: 5px;
  padding: 5px;
  border: 5px outset #020306;
  background-color: black;
  overflow-y: hidden;
  max-height: 890px;
  z-index: 1;
}

.cardhm { /* hidden box inside main box w/ scroll*/
  /*margin-top: 5px;*/
  padding: 5px;
  border: hidden;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
  scrollbar-color: #202430black;
  z-index: 1;
}
.cardhd { /* profile box*/
  /*margin-top: 5px;*/
  padding: 5px;
  margin: 2px;
  border: 4px dotted #020306;
  border-radius: 5px;
  background-color: black;
  font-size: 14px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 500px;
  z-index: 1;
}

.cardst { /* status box*/ 
  padding: 5px;
  margin: 2px;
  margin-top: 12px;
  border: 2px solid #020306;
  border-radius: 5px;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 500px;
  z-index: 1;
}

.cardsb { /* button box*/ 
  padding: 5px;
  margin: 5px;
  border: 4px dotted #020306;
  border-radius: 5px;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  height: 160px;
  height: auto;
  z-index: 1;
  text-align: center;
}

.cardsch { /* schedule box*/ 
  padding: 5px;
  margin: 0px 5px 5px 5px; /*top right bottom left*/
  border: 4px dotted #020306;
  border-radius: 5px;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 160px;
  z-index: 1;
}


.cardscc { /* currently box*/ 
  padding: 5px;
  margin: 5px 5px 5px 5px; /*top right bottom left*/
  border: 4px ridge #020306;
  border-radius: 5px;
  background-color: black;
  font-size: 14px;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  max-height: 110px;
  scrollbar-color: #202430black;
}

.cardl { /* left column cards */
  margin-bottom: 10px;
  border: 2px solid #020306;
  background-color: black;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  font-family: 'basiic';
  max-height: 800px;
  padding: 0px 2px 2px 2px;
  z-index: 1;
}

.cardlt { /* top left column cards */
  margin-top: 5px;
  padding: 5px 5px 5px 5px;
  border-right: 2px solid #020306;
  border-radius: 5px 5px 0px 0px;
  background: rgb(255,161,251);
  background: linear-gradient(90deg, rgb(29 28 39) 0%, rgb(11 33 43) 35%, rgb(0 0 0) 100%);
  font-size: 16px;
  font-family: 'basiic';
  max-height: 800px;
  z-index: 1;
}

.cardlb { /* mid bottom column cards */
  margin-bottom: 10px;
  border: 2px solid #020306;
  background-color: black;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 800px;
  padding: 5px;
  z-index: 1;
}

.cardlwb { /* left column cards */
  margin-bottom: 10px;
  border: 2px solid #020306;
  background-color: black;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 90px;
  scrollbar-color: #202430black;
  padding: 5px 5px 5px 5px;
  z-index: 1;
}

.cardltm { /* top mid column cards */
  margin: 5px 5px 0px 5px;
  padding: 5px 5px 5px 5px;
  border-right: 4px solid #020306;
  border-radius: 5px 5px 0px 0px;
  background-color: #020306;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 800px;
  z-index: 1;
}

.cardlbm { /* mid bottom column cards */
  margin: 0px 5px 5px 5px; /*top right bottom left*/
  border: 2px solid #020306;
  background-color: black;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 800px;
  padding: 5px;
  z-index: 1;
}

.cardlbd { /* warning card */
  margin: 0px 5px 5px 5px; /*top right bottom left*/
  border: 2px ridge #020306;
  background-color: black;
  border-radius: 5px 5px 5px 5px;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 800px;
  padding: 5px;
  z-index: 1;
}

.cardm { /* middle base cards */
  margin: 5px;
  padding: 10px;
  border: 4px dotted #020306;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  z-index: 1;
}

.cardmtt { /* title card */
  margin: 5px 5px 5px 2px; /*top right bottom left*/
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  z-index: 1;
}

.cardmgg { /* title gif card */
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: right;
  max-height: 400px;
  z-index: 1;
}

.cardmsi { /* site info card */
  margin: 12px 5px 5px 5px; /*top right bottom left*/
  padding: 10px;
  border: 4px dotted #020306;
  border-radius: 5px;
  background-color: black;
  font-size: 14px;
  font-family: 'basiic';
  height: 220px;
  z-index: 1;
}

.cardmp { /* purpose card */
  padding: 1px 5px 5px 5px; /*top right bottom left*/
  border: hidden;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  z-index: 1;
}

.cardma { /* music card */
  padding: 5px 5px 5px 10px; /*top right bottom left*/
  margin: 5px 5px 5px 5px; /*top right bottom left*/
  border-left: 4px ridge #020306;
  background-color: black;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  text-align: left;
  z-index: 1;
}

.cardmsu { /* update card */
  margin: 5px;
  padding: 5px;
  border: 4px ridge #020306;
  border-radius: 5px 5px 5px 5px;
  background-color: black;
  font-size: 18px;
  font-family: 'virale';
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 170px;
  scrollbar-color: #202430black;
  z-index: 1;
}

  textarea {
  color: #020306;
  resize: none;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 2px outset #020306;
  border-radius: 5px 5px 5px 5px;
  background: black;
  scrollbar-color: #202430black;
}

  buttonarea {
  margin: 10px 5px 1px 5px; /*top right bottom left*/
}


#statuscafe {
    padding: .5em;
    background-color: black;
    border: 1px dotted #020306;
    margin: 5px;
}
#statuscafe-username {
    margin-bottom: 5px;
    font-size: 12px;
}
#statuscafe-content {
    margin: 0px 5px 5px 5px; /*top right bottom left*/
    font-size: 12px;
}

#scroll-container {
  margin: 5px;
  border: 2px solid #020306;
  border-radius: 5px;
  overflow: hidden;
  background: rgb(255,161,251);
  background: linear-gradient(90deg, rgb(29 28 39) 0%, rgb(11 33 43) 35%, rgb(0 0 0) 100%);
  font-size: 20px;
  font-family: 'basiic';
  color: white;
}

#scroll-containertwo {
  margin: 10px 5px 5px 5px; /*top right bottom left*/;
  border: 4px solid black;
  border-radius: 5px;
  overflow: hidden;
  background-color: black;
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
 
 /*links*/
a {
    color: #2f4c5d;
}

a:visited {
    color: #020306;
}

a:hover {
  text-decoration: none;
  color: #00db71;
}

.tooltip {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  padding: 5px;
  position: absolute;
  z-index: 999999999;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  background-color: black;
  text-align: center;
  font-size: 16px;
  color: white;
  border: 2px dotted #020306;
  border-radius: 5px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: fixed;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border: 5px solid transparent black transparent transparent;
  z-index: 2;
}

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

/*header*/
h4 {
    color: white;
    font-family: 'Pulsewidth';
    font-size: 32px;
    text-align: left;
    margin: 2px 5px 5px 10px; /*top right bottom left*/
    padding: 2px 5px 5px 10px;
}

h5 {
    color: white;
    margin: 2px 2px 2px 2px; /*top right bottom left*/
    padding: 2px 2px 2px 2px;
}

  
h6 {
    color: #2f4c5d;
    margin: 2px 0px 2px 0px; /*top right bottom left*/
    padding: 2px 2px 0px 2px;
} 


p { 
  margin: 10px 3px 10px 3px; /*top right bottom left*/
  }




/*music player 1*/
.player {
  height: 90px;
  width: auto;
  align-items: center;
  background-color: black;
  border: 4px ridge #020306;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}

.track-art {
  margin: 5px 5px 5px 5px; /*top right bottom left*/
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.now-playing {
  font-size: 9px;
}

.track-name {
  font-size: 14px;
}

.track-artist {
  font-size: 0px;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playpause-track {
  padding: 10px 25px 5px 25px; /*top right bottom left*/
  width: auto;
  height: auto;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.prev-track {
  padding: 10px 20px 5px 25px; /*top right bottom left*/
  width: auto;
  height: auto;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.next-track {
  padding: 10px 20px 5px 20px; /*top right bottom left*/
  width: auto;
  height: auto;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.playpause-track:hover, .prev-track:hover, .next-track:hover {
  opacity: 1.0;
}

.slider_container {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modify the appearance of the slider */
.seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3px;
  background: white;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb, .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}

.seek_slider:hover, .volume_slider:hover {
  opacity: 1.0;
}

.seek_slider {
  width: 60%;
}

.volume_slider {
  width: 60%;
}

.current-time, .total-duration {
  padding: 5px 5px 5px 5px; /*top right bottom left*/
  font-size: 13px;
}

i.fa-volume-down, i.fa-volume-up {
  padding: 10px;
}

i.fa-play-circle, i.fa-pause-circle, i.fa-step-forward, i.fa-step-backward {
  cursor: pointer;
}


/*custom fonts*/

@font-face {
    font-family: 'virale';
    src: url('../../fonts/virale.ttf');
}

@font-face {
    font-family: 'zeroweb';
    src: url('../../fonts/000webfont.ttf');
}

@font-face {
    font-family: 'basiic';
    src: url('../../fonts/basiic.ttf');
}

@font-face {
    font-family: 'Pulsewidth';
    src: url('../../fonts/Pulsewidth-1.0.0.otf');
}
