/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[3].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[5].oneOf[3].use[2]!./node_modules/next/font/local/target.css?{"path":"app/(site)/layout.tsx","import":"","arguments":[{"src":[{"path":"../../public/fonts/SFProDisplay-Regular.ttf","weight":"400","style":"normal"},{"path":"../../public/fonts/SFProDisplay-RegularItalic.ttf","weight":"400","style":"italic"},{"path":"../../public/fonts/SFProDisplay-Bold.ttf","weight":"700","style":"normal"},{"path":"../../public/fonts/SFProDisplay-BoldItalic.ttf","weight":"700","style":"italic"},{"path":"../../public/fonts/SFProDisplay-Light.ttf","weight":"300","style":"normal"},{"path":"../../public/fonts/SFProDisplay-LightItalic.ttf","weight":"300","style":"italic"}]}],"variableName":"sfProDisplay"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: '__sfProDisplay_6325b2';
src: url(/_next/static/media/6ee0e12ec4d033ca-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: '__sfProDisplay_6325b2';
src: url(/_next/static/media/374b25880d44ed34-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: '__sfProDisplay_6325b2';
src: url(/_next/static/media/6b23ae6b4f31d5a1-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: '__sfProDisplay_6325b2';
src: url(/_next/static/media/16d17d34ca605d69-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: '__sfProDisplay_6325b2';
src: url(/_next/static/media/ed789be0fe43ab13-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: '__sfProDisplay_6325b2';
src: url(/_next/static/media/9690f1c5c459caa3-s.p.ttf) format('truetype');
font-display: swap;
font-weight: 300;
font-style: italic;
}@font-face {font-family: '__sfProDisplay_Fallback_6325b2';src: local("Arial");ascent-override: 101.52%;descent-override: 25.72%;line-gap-override: 0.00%;size-adjust: 93.79%
}.__className_6325b2 {font-family: '__sfProDisplay_6325b2', '__sfProDisplay_Fallback_6325b2'
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./app/styles/global.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
    --header:rgb(44,44,46);
    --body-color:rgb(255,255,255);
    --secondary-color:#eee;
    --primary-font:#000;
    --alert-color:rgb(255,45,85);
  }
  
  
  
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  html,
  body {
    max-width: 100vw;
  }
  
  body {
    background: var(--body-color);
    letter-spacing: 0.374px;
    font-weight: normal;
    font-style: normal;
    position: relative;
    z-index: 1;
  }
  body.no-overflow {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    left: 0;
    position: fixed;
  }
  main{
    height: calc(100vh - 150px);
    overflow: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  
  .container{
    margin: 0 auto;
  }
  
  .wrapper{
    display: grid;
    align-items: normal;
    min-height: 100vh;
    width: calc(100% - 48vw);
    margin: 0px 24vw;
    position: relative;
  }
  
  
  .bg_red {
    background: var(--alert-color);
  }
  .bg_grey {
    background: var(--secondary-color);
  }

 
  h1 {
    font-size: 20px;
    font-weight: 700;
  }
  h1.page_title {
    padding: 31px 0 20px 0;
  }
  /*Info song */
  .info_container {
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translateY(102%);
    z-index: 6;
    padding: 3vw 24vw;
    background: var(--body-color);
    border-radius: 15px 15px 0 0;
    box-shadow: -2px -10px 12px 1px rgba(202,189,189,0.59);
    height: calc(100vh - 1vw);
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    font-size: 16px;
  }
  .close {
    display: inline-block;
    transform: scale(1.15);
}
  .up_info.up_info-entered{
    padding-bottom: 5vw;
    transform: translateY(0);
    transition: transform .2s;
  }
  .down_info{
    transition: transform .5s;
  }
  .blured{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
  }
  .blured.blur-entered{
    background-color: rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(10px);
  }
  /*End Info song */
  
   /*Player*/
   .custom_player.rhap_container {
    box-shadow: none;
    padding: 0;
    background-color: initial;
    position: relative;
  }
    .rhap_play-status--paused.custom_player .rhap_progress-section{
      display: none;
    }
    .custom_player .rhap_skip-button svg{
      transform: scale(1.2);
    }
    .custom_player .rhap_skip-button[aria-label="Previous"]{
        transform: rotateY(180deg);
      }
      .custom_player .rhap_play-pause-button[aria-label="Pause"]{
        transform: translateY(-2px);
      }
    .custom_player .rhap_main-controls{
        align-items: initial;
      }
      .custom_player .rhap_header{
        position: absolute;
        left: 24vw;
        bottom: 2vw;
        margin: 0;
        width: 50%;
    }
    .custom_player .rhap_controls-section {
      padding: 0 24vw;
      height: 5vw;
    }
    .custom_player .rhap_stacked .rhap_controls-section { 
      margin-top: 0;
    }
    .custom_player .rhap_volume-button {
        color: #000;
    }
    .custom_player .rhap_volume-indicator {
        background: #000;
    }
    .custom_player .rhap_volume-container {
        flex-direction: row-reverse;
    }
    .custom_player .rhap_volume-bar-area{
      display: none;
    }
    .custom_player .rhap_volume-container:hover .rhap_volume-bar-area{
      display: inherit;
    }
    .rhap_main {
      position: relative;
    }
    .custom_player #rhap_current-time {
      position: absolute;
      left: 24vw;
      z-index: 2;
    }
    .custom_player .rhap_total-time {
      position: absolute;
      right: 24vw;
      z-index: 2;
    }
    .custom_player  .rhap_progress-container {
      margin: 0;
    }
    .custom_player  .rhap_progress-bar {
      height: 1.3vw;
      background-color: initial;
    }
    .custom_player  .rhap_progress-bar-show-download {
      background-color: initial;
    }
    .custom_player .rhap_progress-indicator {
      display: none;
    }
    .custom_player .rhap_progress-filled {
      background-color: var( --alert-color);
      border-radius: 0;
      border: none;
    }
    .custom_player .rhap_download-progress {
      background-color: #f2e3e3;
    }
    .custom_player .rhap_time {
      font-size: 12px;
    }
    .custom_player .rhap_progress-bar {
      border-radius: 0;
      border: none;
    }
    /*End Player*/

    .filterButton {
      font-size: 16px;
      height: 40px;
      width: 130px;
    }

    /*Select Edit*/
        .edit-select-buttons {
          display: flex;
          width: 160px;
          justify-content: space-between;
      }
      .edit-select-buttons button {
        outline: none;
        border: none;
        background: none;
      }
    /* End Select Edit*/

  /*Mobile*/
  @media only screen and (max-width: 640px) {
    .filterButton {
      width: 45vw;
    }
    html, body{
      min-height: 100vh;
      overflow: hidden;
    }
    input, textarea {
      font-size: 16px;
  }
    .info_container {
        height: calc(100% - 15px);
        padding: 0 3vw;
    }

  
    .wrapper {
        width: 100%;
        padding: 0 4vw;
        margin: auto;
    }
    .info_container{
    padding: 3vw;
      overflow: hidden;
    }


    /*Player*/
    .custom_player .rhap_total-time {
      right: 4vw;
    }
    .custom_player #rhap_current-time {
      left: 4vw;
    }
    .custom_player .rhap_controls-section {
      padding: 0 4vw;
      height: 60px;
    }    
    .custom_player .rhap_header {
      left: 4vw;
      bottom: 20px;
    }
    .custom_player .rhap_volume-controls {
        display: none;
    }
    .custom_player .rhap_progress-bar {
      height: 100%;
    }
    /*End Player*/
  }

  .preloaderContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  
  .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--alert-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
  }


  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 40px;
    overflow: auto;
    padding-bottom: 0px;
    min-height: 100vh;
}

.content {
    width: calc(100% - 380px);
}
.scroll-top {
  display: none;
}


@media only screen and (max-width: 640px) {
    .content {
       width: 100%;
       padding-top: 65px;
       box-sizing: border-box;
       height: calc(100vh - 65px);
       overflow: auto;
       scrollbar-width: none; /* Для Firefox */
    }
    .content::-webkit-scrollbar {
      display: none; /* Для Chrome, Safari и Opera */
  }
  .scroll-top {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 100px;
    z-index: 100;
    background: none;
    outline: none;
    border: none;
  }
    .container {
      padding: 0 4vw;
      width: 100%;
      overflow: auto;
    }
    .modal-open .container {
      padding-top: 0;
    }
    .modal-open{
      position: fixed;
    }
    .modal-open #songs {
      opacity: 0;
    }
}

/*Song*/
.equalizer {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  
}
.isPlaying .equalizer {
  display: block;
}
li.isPlaying::before {
  opacity: 0 !important;
} 
.equalizer .bar {
  position: relative;
  float: left;
  background-color: var(--alert-color);
  height: 6px;
  margin-left: 1px;
  width: 2px;
  animation: jump 0ms -800ms linear infinite alternate;
}
@keyframes jump {
  0% {
    height: 4px;
    top: -3px;
  }
  100% {
    top: -7px;
    height: 14px;
  }
}
.equalizer .bar:nth-child(1) {
  animation-duration: 491ms;
}
.equalizer .bar:nth-child(2) {
  animation-duration: 494ms;
}
.equalizer .bar:nth-child(3) {
  animation-duration: 440ms;
}
.equalizer .bar:nth-child(4) {
  animation-duration: 443ms;
}
.equalizer .bar:nth-child(5) {
  animation-duration: 436ms;
}
.equalizer .bar:nth-child(6) {
  animation-duration: 440ms;
}
.equalizer .bar:nth-child(7) {
  animation-duration: 435ms;
}
.equalizer .bar:nth-child(8) {
  animation-duration: 441ms;
}
.equalizer .bar:nth-child(9) {
  animation-duration: 465ms;
}
.equalizer .bar:nth-child(10) {
  animation-duration: 463ms;
}
.equalizer .bar:nth-child(11) {
  animation-duration: 490ms;
}
.equalizer .bar:nth-child(12) {
  animation-duration: 475ms;
}
.equalizer .bar:nth-child(13) {
  animation-duration: 498ms;
}
.equalizer .bar:nth-child(14) {
  animation-duration: 433ms;
}
.equalizer .bar:nth-child(15) {
  animation-duration: 492ms;
}
.equalizer .bar:nth-child(16) {
  animation-duration: 500ms;
}
.equalizer .bar:nth-child(17) {
  animation-duration: 488ms;
}
.equalizer .bar:nth-child(18) {
  animation-duration: 441ms;
}
.equalizer .bar:nth-child(19) {
  animation-duration: 443ms;
}
.equalizer .bar:nth-child(20) {
  animation-duration: 434ms;
}
.pause .equalizer .bar {
  animation-play-state: paused;
}


/*End song*/
/*Admin nav */
.red_btn_nav {
  background-color: var(--alert-color);
  border-radius: 5px;
  text-align: center;
}
.red_btn_nav a{
  color: #fff !important;
}
.grey_btn_nav {
  background-color: #d3d3d3;
  text-align: center;
  border-radius: 5px;
}
/*End admin Nav */
/*временно*/
.filenames > div {
  display: none;
}

.bookmark-new {
  position: absolute;
  left: -5px;
  top: 0;
}
