body{
    background-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
    .tns-outer {
      padding: 20px 0 !important;
    }
}

.tns-controls{
    text-align:center;
    margin-bottom:20px;
}
#tns1 > .tns-item {
    position: relative;
}
.full-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px 0px;
}
.button-container {
    /* width: 100%; */
    top: 10%;
    left: 5%;
    /* display: flex; */
    justify-content: center;
    position: absolute;
    background: transparent;
    z-index: 10;
}
button {
    background-color: #e81111;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    /* padding: 7px 12px; */
    /* margin: 0px 5px; */
    margin: 0;
    transition: all ease-in-out 100ms;
}
button:hover {
    background-color: #363636;
    cursor: pointer;
}

img {
  pointer-events: none;
}

.rectangle {
  position: absolute;
  background-color: transparent;
  display: none;
  transition: all 0.3s ease-in-out;
}

.rectangle:hover {
  cursor: pointer;
  background-color: rgba(0, 123, 255, 0.1);
}

.rectangle.flash {
  background-color: rgba(0, 123, 255, 0.1) !important;
}

.nav-border{
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #cccccc;
}

.nav-shadow{
  box-shadow: 0px -5px 10px #333333;
}

.nav-link{
    color: #e81111;
}

.nav-link:hover, .nav-link:focus{
    color: #aaaaaa;
    cursor: pointer;
}

.nav-link-float:hover, .nav-link-float:focus{
    color: #ffffff;
    cursor: pointer;
}

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

h1 {
  font-family: "Pacifico", cursive;
  font-style: italic;
  font-size: 24px;
  color: #bbbbbb;
}


#zoomContainer {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background-color: lightgray;
  padding: 20px; /* Default padding */
  transition: padding 0.3s ease-in-out;
}

.zoom-controls {
  margin-top: -38px;
  margin-bottom: 30px;
}

.zoom-in{
  margin: 0px;
  border-style: solid;
  border-color: gray;
  border-radius: 25px 0px 0px 25px;
  background-color: #bbbbbb;
  border-width: 1px;
  padding: 0px 10px;
}

.zoom-out{
  margin: 0px;
  border-style: solid;
  border-color: gray;
  border-radius: 0px 25px 25px 0px;
  background-color: #bbbbbb;
  border-width: 1px;
  padding: 0px 10px;
}

.zoom-in:hover, .zoom-in:focus, .zoom-out:hover, .zoom-out:focus{
  background-color: #e81111;
  border-color: transparent;
}

#prev-btn, #next-btn{
  z-index: 5;
}

.btn, .tns-controls > button {
  transition: all ease-in-out 100ms;
}

.btn-red, .tns-controls > button {
  background-color: #e81011;
  color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
}

.btn-white {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 25px 25px 25px 25px !important;
    padding: 13px 15px !important;
    font-weight: 600 !important;
    position: relative !important;
    border: none !important;
    box-shadow: 0 0px 20px #00000050;
}

.btn-white:hover {
    background-color: #ffffff !important;
    color: #1665BF !important;
    box-shadow: 0 0px 20px #00000050!important;
}

#audio-btn {
    box-shadow: none!important;
}

.btn-secondary {
    border-radius: 25px 25px 25px 25px;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-blue-on-transparent {
  background-color: transparent !important;
  color: #1665BF !important;
  font-weight: 600 !important;
  position: relative !important;
  border: none !important;
  border-radius: 25px!important;
  width: 36px!important;
    height: 36px!important;
    padding: 0px;
}

.btn-blue-on-transparent:hover {
  background-color: #EEEEEE !important;
}

.btn-blue-on-transparent:disabled {
  background-color: #6B6B6B !important;
}

.btn-red:hover, .tns-controls > button:hover {
    background-color: #363636;
    color: #ffffff;
}



.tns-item {
    display: flex;
}

#floating-button {
  width: 100%;
  max-width: 470px;
  position: fixed;
  margin: 0 auto;
  bottom: 10px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-evenly;
  z-index: 10000;
  
  -webkit-animation: slideUp 0.3s ease-out forwards;
  animation: slideUp 0.3s ease-out forwards;
  animation-delay: 1s; 
}

.filters-input-container{
  transition: all 400ms cubic-bezier(0.5, 1.8, 0.3, 0.8);
  box-shadow: 0 0px 20px #00000050;
  /* backdrop-filter: blur(40px) saturate(300%);
  background-color: #ffffff95; */
  background-color: #ffffff;
  border-radius: 500px;
  padding: 7px 15px;
  z-index: 5;
}


#floating-button > .btn-red:first-child {
  border-radius: 0px 25px 25px 0px;
}

#floating-button > .btn-red:last-child {
  border-radius: 0px 25px 25px 0px;
}

#floating-button > .btn-red {
  border-radius: 0px;
}

.pagination-container{
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1665BF;
}

.pagination-container > input{
  width: 30px;
  border: none;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 5px;
  color: #1665BF;
}

.px-6{
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* .zoom-in, .zoom-out, .controls-btn{
  margin: 0px;
  border-style: none;
  width: 25px;
}

.zoom-in:hover, .zoom-in:focus, .zoom-out:hover, .zoom-out:focus{
  background-color: #e81111;
  border-color: transparent;
} */

@media screen and (max-width: 1200px) {
  .px-6{
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}

@media screen and (max-width: 991px) {
  #floating-button {
    max-width: 460px;
  }
}

@media screen and (max-width: 767px) {
  #floating-button {
    max-width: 370px;
  }
}

/* #tns1-mw{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
} */

.dropZone{
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}

.download-btn{
  border-radius: 0px 25px 25px 0px;
}



#audio-btn{border-radius:25px;}

.audio-outer-container{
  transition: all 400ms cubic-bezier(0.5, 1.8, 0.3, 0.8);
  flex-shrink: 0;
  box-shadow: 0 0px 20px #00000050;
  /* backdrop-filter: blur(40px) saturate(300%);
  background-color: #ffffff95; */
  background-color: #ffffff;
  border-radius: 50px;
  min-width: 53px;
  height: 50px;
}
  
  
.audio-outer-container.shrink{
    flex-shrink: 1;
}

.search-input{
    color: #000000;
    /* padding: 5px; */
    z-index: 2;
}

.search-input > input{
    /*background: #1665BF!important;*/
    background: none;
    /* color:#1665BF!important; */
    color: #000000;
}

.search-input > input::placeholder {
    color:#000000!important;
}

.search-input > .input-group-append > button:hover{
    /* background-color: #004089!important; 
    background-color: #1665BF!important; */
}


.search-input > input::placeholder {
    /*color:#ffffff!important;*/
    color: #909090;
}

#audio-container{
  max-height: 50px;
}

audio::-webkit-media-controls-panel {
  background-color: #ffffff !important; 
}




/* LOGIN PAGE */
.center-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.box {
    border-radius: 15px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0px 20px #00000050;
}

.play-button{
  width: 34px;
  height: 34px;
  box-shadow: 0 0px 20px #00000050;
}