html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: #1e1e2f;
    background-attachment: fixed;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    backdrop-filter: blur(4px);
    border-bottom: 1px solid #283052;
    top:0;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.josefin-sans {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.red {
    color: red;
}
.white{
    color: white;
}
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}



.roboto-100 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}


.videos{
    display:flex;
}
video {
    border-radius: 2px;
    display:inline-block;
    margin-right:15px;
    width:400px;
}
.video-container {
    display:flex;
    margin-right:3px;
    z-index:5;
    position:relative;
}
.video-container video{
    width:100%;
    margin-top:40px;
}
.video-container .fa-circle-plus{
    margin-top:17px;
    cursor:pointer;
}
#topLevel {
    height: 92.97vh;
}

#userPicture {
   border: 5px solid rgba(255,255,255,.2);
}
.bg {
    min-height: 70vh;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 20px;
    backdrop-filter: blur(100px);
    padding: 30px;
    width:97%;
    margin-left:80px;
    _z-index:20;
    position:relative;
}

.socialMedia {
    width: 50px;
    border-radius: 50px;
    background-color: #666;
    color: white;
    height: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 10px 50px;
}
.socialMedia i {
    margin: 23% 21%;
    font-size: 29px;
}

.special-elite-regular {
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
}

.flex-item{
    flex:1;
}



.url-container {
    padding: .70rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius:20px 20px 0 0;
    justify-content:center;
    margin:60px auto -1px;
}
    .url-container input, .url-container input:focus, .url-container input:focus-visible {
        border: unset;
        margin-left: 10px;
        min-width: 300px;
        width: 86%;
        box-shadow: none;
        margin-top: 2px;
        background-color: unset !important;
        padding: 6px 5px;
        border: 0;
    }
.btn-ams {
    border-radius: 20px;
    background: #e50916;
    padding: 9px;
    border: 0;
    overflow:hidden;
    flex:0 0 30%;
}
.btn-ams2 {
    border-radius: 20px;
    margin: 20px 20px 20px 0;
    background: #e50916;
    padding: 9px;
    border: 0;
    text-align: center;
    overflow: hidden;
}
.btn-active{
    background-color:red !important;
}
.btn-suggest-prompt {
    border-radius: 20px;
    display: inline-block;
    float: right;
    position: relative;
    color: var(--bs-body-bg);
    width: 37px;
    padding-top: 0px;
    padding-left: 11px;
    font-size: 25px;
}

.btn-suggest-prompt{cursor:pointer;}

.btnCreate {
    position: fixed;
    bottom: 110px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    padding: 10px 21px;
    font-size: 2rem;
    cursor: pointer;
    background-color: white;
}
textarea, input {
    background-color: #17191c !important;
    color: white;
}

.colouredText {
    background: #121FCF;
    background: linear-gradient(to right, #121FCF 26%, #CF1512 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    font-size:2rem;
}

.btn-pill {
    border-radius: 7px;
    margin: 5px 4px 10px 0px;
    background: rgba(255, 255, 255, .15);
    padding: 3px 20px;
    font-size: 1rem;
}
.library-row {
    padding: 5px 0 5px 0;
    border-radius: 5px;
    margin: 20px 0;
}
.library-row:hover {
    background-color: rgba(255,255,255,.08);
}
    .library-row-active {
        background-color: rgba(0,0,0,.1);
    }

.fa-spinner {
    position: relative;
    left: -30px;
    scale: 5;
    opacity: 0.6;
    filter: blur(.1px);
}
.rotate {
    animation: fa-spinner 2s linear infinite;
}

@keyframes fa-spinner {
    to {
        transform: rotateZ(360deg);
    }
}

.btn-image-upload {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 30px;
    border-radius: 10px;
    flex:0 0 140px;
    margin:0 20px 0 0;

}
.audioPlayerFooter {
    height: 80px;
    width: 100%;
    background-color: rgba(17, 17, 17,.9);
    position: fixed;
    bottom: 0;
    z-index: 20;
    font-size: 20px;
    margin-top: 20px;
    padding-top: 3px;
    backdrop-filter: blur(4px);
}
    .audioPlayerFooter i {
        background-color: rgba(255,255,255,.1);
        border-radius: 30px;
        padding: 13px 17px;
        margin-left: 5px;
        margin-right: 5px;
        width: 47px;
    }
    .audioPlayerFooter .music-controls-center {
        width: 190px;
        margin: -60px auto;
    }

    .audioPlayerFooter .music-controls-right {
        width: 122px;
        margin: 10px 0;
        position: absolute;
        right: 30px;
        top: 0;
    }
        .audioPlayerFooter .music-controls-right i {
            background-color: unset;
            margin-left: 0;
            margin-right: 0;
        }


.hidden {
    display: none !important;
}