/*
Theme Name: KKG Music WordPress Plugin
Author: Karthigesh
Author URI: https://creativethinker2016.wordpress.com/
Theme URI:https://creativethinker2016.wordpress.com/
Version: 1.0
Text Domain: kkg-music
Requires PHP: 5.6
Tested up to: 6.2
StyleSheet Variant: Plugin Styles
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
  .file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.player {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px 40px;
    overflow: hidden;
  }
  
  .details {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
  }
  
  .track-art {
    margin: 25px;
    height: 100px;
    width: 100px;
    background-size: cover;
    border-radius: 15%;
  }
  .track-art.rounding {
    animation: rotation 2s infinite linear;
  }
  .now-playing {
    font-size: 1rem;
  }
  
  .track-name {
    font-size: 3rem;
  }
  
  .track-artist {
    font-size: 1.5rem;
  }
  
  .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .playpause-track,
  .prev-track,
  .next-track {
    padding: 25px;
    opacity: 0.8;
  
    /* Smoothly transition the opacity */
    transition: opacity .2s;
  }
  
  .playpause-track:hover,
  .prev-track:hover,
  .next-track:hover {
    opacity: 1.0;
  }
  
  .slider_container {
    width: 75%;
    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: 5px;
    background: black;
    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: 30%;
  }
  
  .current-time,
  .total-duration {
    padding: 10px;
  }
  
  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;
  }

  .card__line {
    position: absolute;
    animation: 1s 1s linear infinite;
  }
  .card__line_left {
    animation-name: to-top;
    background: linear-gradient(to bottom, #2bd9e9, transparent);
    left: 0;
    bottom: -100%;
    width: 0.25em;
    height: 100%;
  }
  .card__line_right {
    animation-name: to-bottom;
    background: linear-gradient(to bottom, transparent, #2bd9e9);
    right: 0;
    top: -100%;
    width: 0.25em;
    height: 100%;
  }
  .card__line_top {
    animation-delay: 1.5s;
    animation-name: to-right;
    background: linear-gradient(to right, transparent, #2bd9e9);
    width: 100%;
    height: 0.25em;
    top: 0;
    left: -100%;
  }
  .card__line_bottom {
    animation-delay: 1.5s;
    animation-name: to-left;
    background: linear-gradient(to right, #2bd9e9, transparent);
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 0.25em;
  }
  .animatesect{
    display: none;
  }

  .kkgmp_upload .form-field input {
    width: 25em;
  }
  .kkgmp_upload .form-field .file-upload {
    width: 33em;
  }
  @keyframes to-top {
    to {
      bottom: 350%;
    }
  }
  @keyframes to-bottom {
    to {
      top: 350%;
    }
  }
  @keyframes to-left {
    to {
      right: 350%;
    }
  }
  @keyframes to-right {
    to {
      left: 350%;
    }
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }