/* ----------------------------------
    Template Name: Grant Document share
    Author: Startupgrants
    Description:
    Version: 1.0
    -------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400&display=swap");
/*-- Variables --*/
:root {
  --font-default: "Open Sans", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --black: #000000;
  --dark: #0a1828;
  --dark-secondary: #202942;
  --white: #ffffff;
  --color-primary: #ff2256;
  --color-primary-hover: #c7143e;
  --color-secondary: #112035;
  --color-heading: #202942;
  --color-paragraph: #A0AEC0;
  --text-grey: #A0AEC0;
  --card-bg: #171C23;
  --gr1: #FF4845;
  --gr2: #FF0D60;
  --h1: 48px;
  --h2: 40px;
  --h3: 32px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px;
}

/*=========================*/
/*  Responsive breakpoints
/*=========================*/
/* Box-sizing reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Base HTML & body */
html, body, .wrapper {
  width: 100%;
  height: 100%;
  font-family: var(--font-default, "Arial", sans-serif);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--color-paragraph, #333);
  background-color: #171C23;
  position: relative;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading, "Arial", sans-serif);
  font-weight: normal;
  line-height: 1.2;
  color: var(--text-grey, #000);
  margin-bottom: 15px;
  letter-spacing: 0;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

/* Paragraphs */
p {
  margin-bottom: 15px;
  font-family: var(--font-default);
  font-weight: 400;
  color: var(--color-paragraph);
}

li {
  color: var(--color-paragraph);
}

/* Links */
a {
  color: var(--color-heading);
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* Strong & Bold */
b, strong {
  font-weight: 900;
}

/* Images & iframes */
img, iframe {
  max-width: 100%;
  display: block;
  border: 0;
}

/* Horizontal rules */
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0;
}

/* Preformatted text */
pre {
  display: block;
  padding: 9.5px;
  margin-bottom: 30px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: inherit;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-word;
}

/* Forms: Inputs, Textareas, Selects */
input, textarea, select {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding: 0.5rem;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

input:focus, textarea:focus, select:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

/* Labels */
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

/* Buttons */
.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--color-primary);
  border: none;
  padding: 0.5rem 1rem;
  font-family: var(--font-default);
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn:hover, .btn:focus {
  background-color: var(--color-primary-hover);
  color: #fff;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.btn:focus-visible {
  color: #fff;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  outline: 0;
  -webkit-box-shadow: var(--color-primary-hover);
          box-shadow: var(--color-primary-hover);
}

.sd-radius {
  border-radius: 50px;
}

.modal-content {
  background: var(--color-secondary);
}
.modal-content .modal-title {
  color: var(--text-grey) !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  .modal-content .modal-title {
    font-size: 16px;
  }
}
.modal-content .modal-header {
  border-color: rgba(255, 255, 255, 0.0901960784);
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .modal-content .modal-header {
    padding: 16px;
  }
}
.modal-content .modal-footer {
  border-color: rgba(255, 255, 255, 0.0901960784);
}

.modal-backdrop {
  backdrop-filter: blur(8px);
  background-color: rgba(70, 79, 91, 0.3607843137);
  opacity: 1 !important;
}

button.btn-close {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

label {
  color: var(--text-grey);
}

a.btn.btn-dark {
  background-color: var(--dark);
}

.custom_form {
  padding: 24px;
  background: #1b1d23;
  border-radius: 8px;
}
.custom_form .form-control {
  background: #1b1d23;
  border: 1px solid #2c313a;
  padding: 8px 12px;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  color: var(--text-grey);
}
.custom_form .form-control:focus, .custom_form .form-control:focus-visible, .custom_form .form-control:active, .custom_form .form-control:hover {
  background: #1b1d23;
  border: 1px solid #2c313a;
}
.custom_form .notic {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 25px;
  font-weight: 600;
  color: var(--text-grey);
}

.modal .modal-header {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
}
.modal .modal-header .modal-title {
  color: var(--white) !important;
}
.modal .modal-content {
  background: #171C23;
}
.modal .modal-body {
  padding: 35px 20px;
}
.modal .modal-title {
  font-size: 16px;
}
.modal .footer_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .modal .footer_action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal .btn {
  font-size: 16px;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  font-weight: normal;
  margin-right: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 20px;
  min-width: 150px;
}
.modal #back_to_existing,
.modal #create_new_play_list {
  background: #000 !important;
}

html body .select2-search--dropdown .select2-search__field,
html body .select2-container .select2-selection--single,
html body .select2-container .select2-selection--multiple {
  background-color: #1b1d23 !important;
  border: 1px solid #2c313a !important;
  height: 50px !important;
}

html body .select2-results__option--highlighted,
html body .select2-container--default .select2-results__option--selected {
  background-color: #444444 !important;
}

html body .select2-dropdown {
  background-color: #1b1d23 !important;
  border-color: #2c313a !important;
}

html body .select2-results__option {
  font-size: 14px;
}

html body .select2-container--default .select2-results__group {
  background-color: #020304 !important;
}

html body .select2-selection__clear {
  display: none;
}

.asp_area {
  font-size: 13px;
  margin: 0 0 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .artist_list_page .custom_col {
    width: 33%;
  }
}

.playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px;
}
.playlist .card {
  padding: 12px;
  background: rgba(23, 28, 35, 0.7098039216);
  border-radius: 6px;
  color: var(--text-grey);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.playlist .card:hover {
  background: transparent;
}
.playlist .playlist-img {
  border-radius: 6px;
  display: block;
  width: 100%;
}
.playlist .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.playlist .playlist-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.2;
  color: var(--text-grey);
}
.playlist .playlist-artist {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.sd-breadcrumb a {
  color: var(--text-grey);
  font-size: 14px;
}
.sd-breadcrumb a:hover {
  color: var(--color-primary);
}

.homepage .playlist {
  margin: 0;
}
.homepage .artists_slider:hover .owl-nav {
  opacity: 1;
}
.homepage .artists_slider .owl-nav {
  margin: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.homepage .artists_slider .owl-nav .owl-prev,
.homepage .artists_slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 30px;
  height: 30px;
  background: #3e444a !important;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.homepage .artists_slider .owl-nav .owl-prev:hover,
.homepage .artists_slider .owl-nav .owl-next:hover {
  background: var(--color-primary) !important;
}
.homepage .artists_slider .owl-nav .owl-prev span,
.homepage .artists_slider .owl-nav .owl-next span {
  font-size: 25px;
  line-height: 1;
}
.homepage .artists_slider .owl-nav .owl-prev {
  left: -6px;
}
.homepage .artists_slider .owl-nav .owl-next {
  right: -6px;
}

.dropdown_info .dropdown-menu.show {
  background-color: #171c23;
}
.dropdown_info .dropdown-menu.show .dropdown-item {
  color: var(--text-grey);
  font-size: 14px;
}
.dropdown_info .dropdown-menu.show .dropdown-item:hover {
  color: var(--color-primary) !important;
  background-color: #23282f;
}

.list_item .card .dropdown_info .add-to-playlist-btn {
  background-color: transparent !important;
}
.list_item .card .dropdown_info .dropdown-item span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.list_item .card .dropdown_info .dropdown-item span:hover {
  color: var(--color-primary) !important;
  background-color: #23282f;
}

.playlistModal-add .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 5px;
}
@media (min-width: 768px) {
  .playlistModal-add .modal-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.playlistModal-add #song_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .playlistModal-add #song_name {
    max-width: 250px;
  }
}

.loadSongInfoModal .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .loadSongInfoModal .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.loadSongInfoModal .block .image_area {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .loadSongInfoModal .block .image_area {
    width: 150px;
  }
}
.loadSongInfoModal .block .image_area img {
  width: 100%;
}
.loadSongInfoModal .block .name {
  margin-bottom: 0;
}
.loadSongInfoModal .block .created_at {
  color: var(--text-grey);
  font-size: 14px;
  line-height: 1;
  margin: 10px 0;
}
.loadSongInfoModal .block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.loadSongInfoModal .block .content i {
  margin-right: 5px;
}
.loadSongInfoModal .block .content p {
  color: var(--text-grey);
  font-size: 14px;
}
.loadSongInfoModal .block .name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.loadSongInfoModal .block .action a {
  font-size: 20px;
  color: var(--text-grey);
}
.loadSongInfoModal .block .left_action {
  gap: 20px;
}
.loadSongInfoModal .artist_area {
  margin-bottom: 0;
}
.loadSongInfoModal .artist_area .follow_now_btn {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 0;
  background: rgb(2, 3, 4);
  border-color: rgb(2, 3, 4);
  color: var(--text-grey, #000);
}
.loadSongInfoModal .artist_area .follow_now_btn i {
  margin-right: 5px;
}
.loadSongInfoModal .aboutArtist,
.loadSongInfoModal .viewLyrics {
  color: var(--text-grey);
}
.loadSongInfoModal .section_title {
  color: var(--text-grey);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(35, 40, 46);
}

@media (max-width: 768px) {
  .min-height-100vh {
    min-height: 100vh;
  }
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 45px !important;
  background-color: #222E3E !important;
  border: 1px solid #444 !important;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  color: #fff !important;
  line-height: 45px !important;
  padding-left: 12px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 45px !important;
  right: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #344057 !important;
  border: none !important;
  color: #fff !important;
  padding: 4px 8px;
  border-radius: 4px;
}

.select2-dropdown {
  background-color: #222E3E !important;
  border: 1px solid #444 !important;
}

.select2-results__option {
  color: #fff !important;
  padding: 8px 12px;
}
.select2-results__option--highlighted {
  background-color: #344057 !important;
  color: #fff !important;
}

.select2-search--dropdown {
  padding: 6px;
}
.select2-search--dropdown .select2-search__field {
  background-color: #222E3E !important;
  color: #fff !important;
  border: 1px solid #444 !important;
  border-radius: 4px;
  padding: 6px 10px;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: none !important;
  border-color: #5e5e5e !important;
}

.page_area {
  position: relative;
  overflow: hidden;
}

.logo_area {
  width: 150px;
}

.page_header {
  width: 100%;
  max-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1a1f2f;
  padding: 15px;
  background: #171C23;
}
@media (min-width: 768px) {
  .page_header {
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .page_header {
    margin-left: 300px;
    width: calc(100% - 300px);
    max-width: 100vw;
    margin-left: 300px;
  }
  .page_header.back_color {
    background-color: #112035;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page_header {
    margin-left: 250px !important;
    width: calc(100% - 240px);
  }
}
@media (min-width: 1200px) {
  .page_header {
    padding: 15px 30px 15px 18px;
  }
}
.page_header .login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.page_header .login_btn .btn {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 40px;
}
.page_header .login_btn .btn i {
  margin-right: 3px;
}
@media (min-width: 992px) {
  .page_header .login_btn .btn i {
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .page_header .login_btn .btn {
    padding: 10px 25px;
  }
}
.page_header .notification_profile {
  position: relative;
}
.page_header .notification_profile a {
  width: 36px;
  height: 36px;
  background: #2b323a;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #758599;
}
@media (min-width: 992px) {
  .page_header .notification_profile a {
    width: 45px;
    height: 45px;
  }
}
.page_header .notification_profile #count {
  background-color: var(--color-primary);
  width: 18px;
  height: 18px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -5px;
}
.page_header .right_options {
  gap: 15px;
}
.page_header .search_notification {
  gap: 10px;
}
@media (min-width: 768px) {
  .page_header .search_notification {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .page_header .search_notification {
    margin-left: 0;
  }
}
.page_header .mobile_menu .btn {
  font-size: 24px;
  margin-right: 3px;
  color: #758599;
}
.page_header .search_area .input-group {
  background-color: #2b323a;
  border-radius: 100px;
  overflow: hidden;
}
.page_header .search_area .form-control {
  min-height: 45px;
  width: 250px;
  padding: 0 15px 0 25px;
  color: var(--text-grey);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (min-width: 768px) {
  .page_header .search_area .form-control {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .page_header .search_area .form-control {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .page_header .search_area .form-control {
    width: 350px;
  }
}
.page_header .search_area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.page_header .search_area .form-control::-webkit-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.page_header .search_area .form-control::-moz-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.page_header .search_area .form-control:-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.page_header .search_area .form-control::-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.page_header .search_area .form-control::placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.page_header .search_area .btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_header .search_area .btn:hover i {
  color: var(--color-primary) !important;
}
.page_header .show_name_asp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15px;
  margin-right: 15px;
}
.page_header .show_name_asp a {
  font-size: 16px;
}
.page_header .dropdown-menu.show {
  background-color: #171c23;
}
.page_header .dropdown-menu.show .dropdown-item {
  color: var(--text-grey);
  font-size: 14px;
}
.page_header .dropdown-menu.show .dropdown-item:hover {
  color: var(--color-primary);
  background-color: #23282f;
}

.page_body_area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page_body_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 35, 0.7607843137);
}
@media (min-width: 768px) {
  .page_body_area {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .page_body_area {
    padding-top: 77px;
    background-position: center right;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .page_body_area {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .page_body_area {
    display: block;
  }
}

.mobileApp .page_body_area {
  padding-top: 0 !important;
}

.page_sidebar {
  position: fixed;
  top: 0;
  z-index: 9;
  height: 100%;
  line-height: inherit;
  background: #171C23;
  width: 300px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .page_sidebar {
    padding: 35px 15px 35px 35px;
    height: calc(100vh - 80px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page_sidebar {
    width: 250px;
  }
}

.offcanvas-body::-webkit-scrollbar,
.page_sidebar::-webkit-scrollbar {
  width: 8px;
}

.offcanvas-body::-webkit-scrollbar-track,
.page_sidebar::-webkit-scrollbar-track {
  background: var(--scrollbar-track, #1c2129);
}

.offcanvas-body::-webkit-scrollbar-thumb,
.page_sidebar::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb, #292d33);
  border-radius: 10px;
  border: 2px solid var(--scrollbar-track, #1c2129);
}

.offcanvas-body::-webkit-scrollbar-thumb:hover,
.page_sidebar::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover, #1c2129);
}

.page_song_info {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  height: calc(100vh - 150px);
  line-height: inherit;
  background: #171C23;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0;
  padding: 0 15px;
  overflow-y: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .page_song_info {
    width: 30%;
    padding: 60px 30px 20px;
    margin-top: 33px;
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  .page_song_info {
    margin-top: 0;
    height: 100vh;
    z-index: 99;
    width: 50%;
    padding: 60px 30px 20px;
    position: absolute;
  }
}
@media (max-width: 575.98px) {
  .page_song_info {
    margin-top: 0;
    height: 100vh;
    z-index: 99;
    width: 100%;
    padding: 60px 30px 20px;
  }
}
@media (min-width: 1200px) {
  .page_song_info {
    width: 300px;
  }
}
.page_song_info .nav {
  margin-top: 0;
}
.page_song_info .block {
  margin-bottom: 30px;
}
.page_song_info #song_info_container {
  padding: 3px;
}
.page_song_info .animation::before {
  left: -3px !important;
  top: -3px !important;
  width: calc(100% + 6px) !important;
  height: calc(100% + 6px) !important;
}
.page_song_info .image_area {
  border-radius: 10px;
  background-color: #242c36;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text-grey);
  position: relative;
}
.page_song_info .image_area img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.page_song_info .image_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--color-primary), #020304, var(--color-primary));
  background-size: 200% 200%;
  -webkit-animation: gradient-animate 4s linear infinite;
          animation: gradient-animate 4s linear infinite;
}
.page_song_info .image_area .play_button {
  position: absolute;
}
.page_song_info .image_area .play_button .btn {
  width: 36px;
  height: 36px;
}
.page_song_info .artisat_name,
.page_song_info .name {
  color: var(--white);
  margin: 0;
}
.page_song_info .mate_info {
  padding: 15px 0;
}
.page_song_info .content {
  margin: 10px 0;
}
.page_song_info .content p {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
  line-height: 1.5;
  color: var(--text-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_song_info .content p a {
  color: var(--color-primary);
}
.page_song_info .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page_song_info .icon_area {
  width: 25px;
  height: 25px;
  color: var(--white);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  color: var(--text-grey);
}
.page_song_info .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_song_info .action a {
  font-size: 22px;
  color: var(--text-grey);
}
.page_song_info .action a:hover {
  color: var(--color-primary);
}
.page_song_info .action .left_action {
  gap: 20px;
}
.page_song_info .follow_now_btn {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  font-weight: normal;
  padding: 6px 15px;
  border-radius: 50px;
  color: var(--white) !important;
  font-size: 14px !important;
}
.page_song_info .follow_now_btn:hover {
  color: var(--white);
}
.page_song_info .follow_now_btn i {
  margin-right: 3px;
}
.page_song_info .artist_area .content {
  margin: 15px 0 20px;
}
.page_song_info .close_btn_area {
  position: absolute;
  top: 5px;
  right: 15px;
}
@media (min-width: 992px) {
  .page_song_info .close_btn_area {
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .page_song_info .close_btn_area {
    display: none;
  }
}
.page_song_info .close_btn_area .close_btn {
  color: var(--text-grey);
  font-size: 20px;
}

@media (max-width: 1200px) {
  .page_song_info {
    display: none;
  }
  .page_song_info.show {
    display: block;
    width: 300px;
    padding: 45px 15px 20px;
  }
}
@media (max-width: 575.98px) {
  .page_song_info.show {
    width: 100%;
  }
}
.page_song_info::-webkit-scrollbar {
  width: 8px;
}

.page_song_info::-webkit-scrollbar-track {
  background: var(--scrollbar-track, #1e1e1e);
}

.page_song_info::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb, #555);
  border-radius: 10px;
  border: 2px solid var(--scrollbar-track, #1e1e1e);
}

.page_song_info::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover, #888);
}

.custom_sidebar {
  width: 100%;
}
@media (min-width: 1200px) {
  .custom_sidebar {
    margin-right: 300px !important;
  }
}
@media (min-width: 1600px) {
  .custom_sidebar {
    margin-right: 300px !important;
    padding: 0px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page_body_fix_width {
    max-width: calc(100vw - 575px) !important;
  }
}
@media (min-width: 1200px) {
  .page_body_fix_width {
    max-width: calc(100vw - 630px);
  }
}

.page_body {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--white);
  position: relative;
  position: relative;
  background: #020304;
}
@media (min-width: 992px) {
  .page_body {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page_body {
    margin-left: 270px !important;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .page_body {
    margin-top: 0;
    margin-left: 320px;
    margin-right: 20px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

.scroll_area {
  overflow-y: scroll;
  height: calc(100vh - 70px);
  padding: 20px;
}
@media (min-width: 992px) {
  .scroll_area {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1200px) {
  .scroll_area {
    height: calc(100vh - 155px);
  }
}
.scroll_area::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.active_player {
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .active_player {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .active_player {
    padding-bottom: 140px;
  }
}

.list_item:last-child .card {
  margin-bottom: 0;
}
.list_item .form-check-input {
  background-color: #363d48;
  border: var(--bs-border-width) solid #171c23;
}
.list_item .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #363d48;
  border: var(--bs-border-width) solid #171c23;
}
.list_item .form-check-input:checked {
  background-color: var(--color-primary);
  border: var(--bs-border-width) solid var(--color-primary);
}
.list_item .card {
  border: 0;
  border-radius: 15px;
  padding: 10px 10px;
  margin-bottom: 10px;
  background-color: rgba(23, 28, 35, 0.5803921569);
  border: 1px solid rgba(45, 49, 57, 0.6784313725);
  border-radius: 0.75rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: var(--text-grey);
  position: relative;
}
.list_item .card:hover {
  background-color: #242a33;
}
@media (min-width: 992px) {
  .list_item .card {
    padding: 15px 30px;
  }
}
@media (max-width: 575.98px) {
  .list_item .card .form-check {
    position: absolute;
    bottom: 10px;
    left: 30px;
  }
}
.list_item .card span {
  color: var(--text-grey);
}
@media (max-width: 768px) {
  .list_item .card span {
    font-size: 14px;
  }
}
.list_item .card span.title {
  color: var(--text-grey);
  display: block;
  max-width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .list_item .card span.title {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .list_item .card span.title {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .list_item .card span.title {
    max-width: 100%;
  }
}
.list_item .image_area img {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .list_item .image_area img {
    width: 40px;
    height: 40px;
  }
}
.list_item .song_preview .load_song_info {
  width: 36px;
  height: 36px;
  line-height: 1;
  color: var(--text-grey);
  background-color: #3b4047 !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_item .play_button .btn {
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  line-height: 1;
}
@media (max-width: 768px) {
  .list_item .play_button .btn {
    width: 28px;
    height: 28px;
  }
}
.list_item .add-to-playlist-btn {
  color: var(--text-grey);
  background-color: #3b4047 !important;
}
.list_item .play_action {
  gap: 15px;
}
@media (max-width: 768px) {
  .list_item .play_action {
    padding: 0px 15px;
  }
}
.list_item a {
  color: var(--text-grey);
  font-size: 22px;
}
.list_item a.song-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .list_item .info {
    display: none;
  }
}
.list_item .dropdown_info {
  display: none;
}
@media (min-width: 1201px) {
  .list_item .dropdown_info {
    display: block;
  }
}
.list_item .right_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.card_content_area {
  gap: 15px;
}
@media (max-width: 768px) {
  .card_content_area {
    gap: 8px;
  }
}

.song_filter {
  margin-bottom: 30px;
}
.song_filter .btn {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: normal;
  padding: 5px 15px;
  margin-right: 5px;
  border-radius: 50px;
  color: var(--text-grey);
  background: #171C23;
}
.song_filter .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  color: var(--white);
}
.song_filter .active {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  color: var(--white);
}

.song_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
}
.song_filter a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
.song_filter::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .song_filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .player_show_hide {
    display: none;
  }
}

.select_to_action {
  margin-right: 15px;
}

.page_footer {
  background-color: #171C23;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 8;
}
@media (min-width: 992px) {
  .page_footer {
    width: 100%;
    max-width: 100vw;
  }
}
.page_footer .select_to_action_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171C23;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9;
}
.page_footer .select_to_action_area .inner_area {
  width: 64%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_footer .select_to_action_area.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.page_footer .select_to_action_close_btn {
  color: var(--text-grey);
  font-size: 26px;
}
.page_footer .album_playing {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  border-radius: 0 7px 7px 0;
  padding: 15px;
  max-width: 300px;
  width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .page_footer .album_playing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page_footer .album_playing .artist_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_footer .album_playing .artist_info p {
  margin-bottom: 0;
  margin-left: 10px;
}
.page_footer .album_playing .image_area {
  border-radius: 100px;
}
.page_footer .album_playing .openAlbumSidebar {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  border: 2px solid #fff;
}
.page_footer .player_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_footer .song_queue {
  margin-right: 43px;
}
@media (min-width: 768px) {
  .page_footer .song_queue {
    margin-right: 30px;
    width: 145px;
  }
}
@media (min-width: 992px) {
  .page_footer .song_queue {
    margin-right: 20px;
    width: 210px;
  }
}
.page_footer .song_queue a {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  font-weight: normal;
  padding: 12px 20px;
  border-radius: 50px;
}

@media (min-width: 992px) {
  .nav {
    margin-top: 30px;
  }
}
.nav .menu_category {
  color: rgb(108, 117, 125);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-heading, "Arial", sans-serif);
  margin-top: 20px;
  margin-bottom: 15px;
}
.nav .nav-link {
  border-radius: 10px;
  color: var(--text-grey);
  font-weight: 400;
  font-family: var(--font-default);
  padding-left: 0;
}
.nav .nav-link i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.nav .nav-link:hover {
  color: var(--color-primary);
}
.nav .active {
  color: var(--color-primary);
}

.offcanvas.offcanvas-start {
  width: 300px;
  background: #171C23 !important;
}
.offcanvas.offcanvas-start .offcanvas-header {
  padding: 25px 25px 0px 25px;
}
.offcanvas.offcanvas-start .offcanvas-body {
  padding-left: 25px;
  padding-right: 25px;
}

.mobile_search_area {
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 575.98px) {
  .mobile_search_area {
    display: block;
  }
}
.mobile_search_area .input-group {
  background-color: rgba(34, 46, 62, 0.5882352941);
  border-radius: 100px;
  overflow: hidden;
}
.mobile_search_area .form-control {
  min-height: 45px;
  width: 250px;
  padding: 0 15px 0 25px;
  color: var(--text-grey);
}
.mobile_search_area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.mobile_search_area .form-control::-webkit-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.mobile_search_area .form-control::-moz-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.mobile_search_area .form-control:-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.mobile_search_area .form-control::-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.mobile_search_area .form-control::placeholder {
  color: var(--text-grey);
  opacity: 1;
}

.sd-breadcrumb {
  border-bottom: 1px solid rgba(22, 28, 35, 0.7);
  margin-bottom: 25px;
}
.sd-breadcrumb h4 {
  color: var(--text-grey);
  font-size: 20px;
}

.empty {
  min-height: calc(100vh - 285px);
  background-color: #171c23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  color: var(--text-grey);
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .empty {
    min-height: calc(100vh - 320px);
  }
}
@media (max-width: 768px) {
  .empty {
    min-height: calc(100vh - 420px);
  }
}
.empty i {
  font-size: 42px;
  opacity: 0.3;
  margin-bottom: 30px;
}
.empty h4 {
  opacity: 0.3;
}

.user_dp {
  position: relative;
  display: inline-block;
}
.user_dp img {
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, var(--color-primary), #112035, var(--color-primary));
  background-size: 200% 200%;
  -webkit-animation: gradient-animate 4s linear infinite;
          animation: gradient-animate 4s linear infinite;
}

@-webkit-keyframes gradient-animate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-animate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.visualizer_area {
  margin: 0 0 25px;
  height: 230px;
  border-radius: 15px;
  overflow: hidden;
}
.visualizer_area canvas {
  width: 100%;
  height: 230px;
  max-width: 90vw;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(31, 38, 47, 0.29);
}
.visualizer_area .visualizer_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 38, 47, 0.6);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
.visualizer_area .visualizer_content p,
.visualizer_area .visualizer_content .title {
  color: #fff;
}
.visualizer_area .visualizer_content .title {
  font-size: 24px;
  margin-bottom: 6px;
}
.visualizer_area .btn {
  font-size: 16px;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  font-weight: normal;
  margin-right: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 15px;
}

.lyricsModal .body,
.lyricsModal .title {
  color: var(--text-grey);
}
.lyricsModal .modal-body {
  padding: 30px;
}
.lyricsModal .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.aboutArtist .modal-body {
  color: var(--text-grey);
}

.artist_sidebar .list_item .title {
  line-height: 1.2;
}
.artist_sidebar .list_item .image_area {
  background: transparent;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.artist_sidebar .list_item .image_area img {
  width: 60px;
  height: 60px;
}
.artist_sidebar .list_item .play_action {
  gap: 15px;
  width: 100%;
  padding: 0 0 0 10px;
}
.artist_sidebar .add-to-playlist-btn {
  background-color: #3e4650 !important;
}
.artist_sidebar .add-to-playlist-btn:hover {
  background-color: var(--color-primary) !important;
}

.following_page_content .card {
  background-color: transparent;
  border: 0;
  margin-bottom: 20px;
}

.following_card {
  background: #171C23;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.following_card .image_area {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #2c343e;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.following_card .title {
  color: var(--text-grey);
  margin: 15px 0;
}
.following_card .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.following_card .metaInfo {
  color: var(--text-grey);
  font-weight: 600;
  font-size: 14px;
  width: 85px;
  height: 65px;
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .following_card .metaInfo {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .following_card .metaInfo {
    width: 95px;
    height: 65px;
  }
}
.following_card .metaInfo h6 {
  color: var(--text-grey);
  margin: 0;
  font-size: 16px;
}
.following_card .metaInfo > div {
  line-height: 1.3;
}
.following_card .content {
  padding-left: 30px;
}
.following_card .c_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.following_card .remove_profile,
.following_card .view_profile {
  font-size: 14px;
  padding: 13px 15px;
  border-radius: 5px;
  margin-top: 19px;
  background: #383f48;
  font-weight: 400;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .following_card .remove_profile,
  .following_card .view_profile {
    font-size: 12px;
    padding: 13px 5px;
  }
}
.following_card .view_profile {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  color: var(--white);
}
.following_card .remove_profile {
  background: #000;
}
.following_card .card-body {
  padding: 0;
}

.songs_page .col_item {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .songs_page .col_item {
    width: 33%;
  }
}
.songs_page .card {
  background: #171C23;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .songs_page .card {
    padding: 10px;
  }
}
.songs_page .card:hover .image_preview {
  border-color: var(--color-primary);
}
.songs_page .card .image_area {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.songs_page .card .image_preview {
  width: 100%;
  min-height: 330px;
  border-radius: 10px;
  background: #2c343e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .songs_page .card .image_preview {
    min-height: 222px;
  }
}
.songs_page .card .disk {
  position: absolute;
  background-color: var(--color-primary);
  color: #fff;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  bottom: 15px;
  right: 15px;
}
.songs_page .card .card-title {
  color: var(--text-grey);
  margin: 30px 0;
  text-align: center;
}
.songs_page .card .card-body {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.songs_page .card .song_mate .mate_title {
  font-weight: 600;
  color: var(--text-grey);
  background: #171C23;
  z-index: 1;
  padding: 0 10px 0 0;
}
.songs_page .card .song_mate p {
  color: var(--text-grey);
  margin-bottom: 5px;
  font-size: 14px;
  background: #171C23;
  z-index: 1;
  padding: 0 0 0 10px;
}
.songs_page .card .song_mate > div {
  position: relative;
}
.songs_page .card .song_mate > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-top: 1px dotted #3e444d;
}
.songs_page .card .badge {
  line-height: 1;
  padding: 6px;
  border-radius: 4px;
  color: var(--text-grey);
}
.songs_page .card .live_status,
.songs_page .card .approved_status {
  color: #37d32f;
}
.songs_page .action_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.songs_page .action_area .left_action {
  gap: 5px;
  margin-top: 10px;
}
.songs_page .action_area .editBtn,
.songs_page .action_area .deleteBtn {
  font-size: 14px;
  padding: 13px 15px;
  border-radius: 5px;
  margin-top: 0;
  background: #383f48;
  font-weight: 400;
  width: 85px;
}
@media (min-width: 992px) {
  .songs_page .action_area .editBtn,
  .songs_page .action_area .deleteBtn {
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .songs_page .action_area .editBtn,
  .songs_page .action_area .deleteBtn {
    width: 100% !important;
    padding: 5px 10px;
  }
}
@media (min-width: 1200px) {
  .songs_page .action_area .editBtn,
  .songs_page .action_area .deleteBtn {
    width: 95px;
  }
}
.songs_page .action_area .deleteBtn {
  background: var(--color-primary);
}
.songs_page .action_area .viewBtn {
  background: #334d44;
}
.songs_page .update_lyrics,
.songs_page .cancle_btn {
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  font-weight: normal;
  margin-right: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
}
.songs_page .cancle_btn {
  background: #2a2b2b;
}
.songs_page .filter_action_area {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .songs_page .filter_action_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.songs_page .filter_action_area .btn {
  background-color: #171C23;
  border-color: #171C23;
  font-size: 14px;
  padding: 8px 17px;
}
@media (min-width: 768px) {
  .songs_page .filter_action_area .btn {
    padding: 10px 25px;
  }
}
@media (min-width: 1200px) {
  .songs_page .filter_action_area .btn {
    padding: 10px 25px;
  }
}
.songs_page .filter_action_area .btn.active {
  background-color: #c7143e;
  border-color: #c7143e;
}
.songs_page .filter_action_area .search_area .input-group {
  background-color: #2b323a;
  border-radius: 100px;
  overflow: hidden;
}
.songs_page .filter_action_area .search_area .form-control {
  min-height: 45px;
  width: 250px;
  padding: 0 15px 0 25px;
  color: var(--text-grey);
}
@media (min-width: 768px) {
  .songs_page .filter_action_area .search_area .form-control {
    min-height: 40px;
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .songs_page .filter_action_area .search_area .form-control {
    width: 350px;
  }
}
.songs_page .filter_action_area .search_area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.songs_page .filter_action_area .search_area .form-control::-webkit-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.songs_page .filter_action_area .search_area .form-control::-moz-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.songs_page .filter_action_area .search_area .form-control:-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.songs_page .filter_action_area .search_area .form-control::-ms-input-placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.songs_page .filter_action_area .search_area .form-control::placeholder {
  color: var(--text-grey);
  opacity: 1;
}
.songs_page .filter_action_area .search_area .btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.songs_page .filter_action_area .search_area .btn:hover i {
  color: var(--color-primary) !important;
}
.songs_page .filter_action_area .action_btn {
  margin-bottom: 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .songs_page .filter_action_area .action_btn {
    margin-bottom: 0;
  }
}
.songs_page .filter_action_area .action_btn .btn {
  font-size: 16px;
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  font-weight: normal;
  margin-right: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 0;
}
.songs_page .player {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.songs_page .player .btn {
  background: #ff2256;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  border: 0;
}

.help_info ul {
  margin: 0;
  padding: 0;
}
.help_info ul li {
  list-style: none;
  display: block;
  border-radius: 15px;
  margin-bottom: 10px;
  background-color: rgba(23, 28, 35, 0.5803921569);
  border: 1px solid rgba(45, 49, 57, 0.6784313725);
  border-radius: 0.75rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}
.help_info ul li a {
  color: var(--text-grey);
  padding: 30px;
}
.help_info ul li:hover {
  background-color: #242a33;
}

.page_content p, .page_content li, .page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
  color: var(--text-grey);
}

.sidebar_overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 999;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: crosshair;
}
.sidebar_overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar_area {
  background-color: #253046;
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 450px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.sidebar_area.active {
  right: 0;
}
.sidebar_area .sidebar_close {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #171C23;
  color: #fff;
  width: 50px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
}
.sidebar_area .sidebar_close:hover {
  background: #ff2256;
}
.sidebar_area .sidebar_close i {
  font-size: 20px;
}
.sidebar_area .sidebar_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  background: #171C23;
  scrollbar-color: #555 #253046;
}
.sidebar_area .sidebar_content::-webkit-scrollbar {
  width: 6px;
}
.sidebar_area .sidebar_content::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}
.sidebar_area .sidebar_content::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar_area .sidebar_content p {
  font-weight: bold;
  color: #fff;
}
.sidebar_area .sidebar_content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar_area .sidebar_content ul .song-item {
  background: #020304;
  border-radius: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sidebar_area .sidebar_content ul .song-item:hover {
  background: #020304;
}
.sidebar_area .sidebar_content ul .song-item img {
  border: 1px solid var(--color-primary);
}
.sidebar_area .sidebar_content ul .song-item p {
  color: #fff;
}
.sidebar_area .sidebar_content ul .song-item i,
.sidebar_area .sidebar_content ul .song-item span {
  color: #ccc;
}
.sidebar_area .sidebar_content ul .song-item a {
  color: inherit;
}
.sidebar_area .play-button {
  background: #ff2256;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  border: 0;
}

.player {
  padding: 20px;
  border-radius: 0;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .player {
    padding: 10px 10px 20px;
  }
}
@media (min-width: 992px) {
  .player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.player .inner_player_area {
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.player .controls button {
  background: none;
  border: none;
  color: #ccc;
  font-size: 22px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .player .controls button {
    font-size: 18px;
  }
}
.player .controls button:hover {
  color: #ff2256;
}
.player .controls .play-btn {
  background: #ff2256;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .player .controls .play-btn {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .player .controls .play-btn {
    width: 42px;
    height: 42px;
  }
}
.player .progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .player .progress-container {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .player .progress-container {
    width: 300px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .player .progress-container {
    width: 280px !important;
  }
}
@media (min-width: 1200px) {
  .player .progress-container {
    width: 315px;
  }
}
.player .progress-container .progress {
  height: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #54595f;
  cursor: pointer;
}
.player .progress-container .progress .progress-bar {
  background: #ff2256;
}
.player .progress-container .time {
  font-size: 12px;
  min-width: 40px;
}
.player .volume-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .player .volume-control {
    margin-top: 0;
  }
}
.player .volume-control input[type=range] {
  width: 80px;
  padding: 0;
  accent-color: #ff2256;
}
.player .volume-control input[type=range]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.player .volume-control .volume-circle {
  border: 2px solid #ff2256;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .player .volume-control .volume-circle {
    width: 42px;
    height: 42px;
  }
}
.player .action_control {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .player .action_control {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
}
.player .action_control a {
  background: #393f46;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .player .action_control a {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .player .action_control a {
    width: 42px;
    height: 42px;
  }
}
.player .action_control a.active {
  background: var(--color-primary);
}
@media (max-width: 767.98px) {
  .player .shuffle_control {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(110px);
            transform: translateX(110px);
  }
}
@media (min-width: 1200px) {
  .player .shuffle_control {
    margin-left: 5px;
  }
}
.player .player_song_info .player_image_area {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #2a2d31;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .player .player_song_info .player_image_area {
    width: 32px;
    height: 32px;
  }
}
.player .player_song_info .player_title {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .player .player_song_info .player_title {
    font-size: 12px;
  }
}

.artist_body_area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.artist_page_content {
  height: auto !important;
}
.artist_page_content .artist_song .single_song {
  position: relative;
  background-color: #171c23;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.artist_page_content .artist_song .single_song::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgb(23, 28, 35)), to(rgba(23, 28, 35, 0.2)));
  background: linear-gradient(0deg, rgb(23, 28, 35) 25%, rgba(23, 28, 35, 0.2) 100%);
}
.artist_page_content .artist_song .single_song .image_area img {
  width: 100%;
}
.artist_page_content .artist_song .single_song .art_head {
  text-align: center;
  padding: 60px 0 30px 0;
}
.artist_page_content .artist_song .single_song .art_head a {
  color: #fff;
  font-size: 42px;
}
.artist_page_content .artist_song .single_song .art_info {
  padding: 20px;
  margin-top: -95px;
}
.artist_page_content .artist_song .single_song .art_info p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.artist_page_content .artist_song .single_song .art_info small {
  font-size: 12px;
}
.artist_page_content .artist_song .single_song .art_info small a {
  color: var(--text-grey);
}
.artist_page_content .artist_song .single_song .art_info small a:hover {
  color: var(--color-primary);
}
.artist_page_content .artist_song .single_song .art_footer {
  margin-top: 10px;
}
.artist_page_content .artist_song .single_song .art_footer a {
  color: var(--color-primary);
  margin-right: 10px;
  font-size: 20px;
}
.artist_page_content .ads_area {
  margin-bottom: 25px;
}
.artist_page_content .ads_area img {
  width: 100%;
  border-radius: 10px;
}

.autor_profile {
  background-color: #171C23;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .autor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.autor_profile .author_img {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .autor_profile .author_img {
    margin-right: 25px;
  }
}
@media (max-width: 575.98px) {
  .autor_profile .author_img {
    margin-right: 0;
  }
}
.autor_profile .author_img img {
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
}
.autor_profile .author_img img.active {
  border: 1px solid var(--color-primary);
}
.autor_profile .author_img .stock_money {
  background-color: var(--color-primary);
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.autor_profile .author_img .stock_money i {
  color: var(--white);
}
.autor_profile .author_img .image_area {
  position: relative;
}
.autor_profile .author_img .image_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--color-primary), #020304, var(--color-primary));
  background-size: 200% 200%;
  -webkit-animation: gradient-animate 4s linear infinite;
          animation: gradient-animate 4s linear infinite;
}
.autor_profile .author_img .image_area img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  .autor_profile .author_img .animation::before {
    left: -3px !important;
    top: -3px !important;
    width: calc(100% + 6px) !important;
    height: calc(100% + 6px) !important;
  }
}
.autor_profile .author_info h4 {
  margin: 10px 0 20px;
}
.autor_profile .author_info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .autor_profile .author_info ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.autor_profile .author_info ul li span {
  color: var(--white);
  margin-left: 10px;
}
.autor_profile .author_info ul li a {
  color: var(--white);
}
@media (max-width: 768px) {
  .autor_profile .author_info p {
    display: none;
  }
}
.autor_profile .author_img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  position: relative;
}
@media (min-width: 768px) {
  .autor_profile .author_img {
    max-width: 260px;
  }
}
.autor_profile .author_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--color-primary), #020304, var(--color-primary));
  background-size: 200% 200%;
  -webkit-animation: gradient-animate 4s linear infinite;
          animation: gradient-animate 4s linear infinite;
}
.autor_profile .author_img img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  .autor_profile .animation::before {
    left: -3px !important;
    top: -3px !important;
    width: calc(100% + 6px) !important;
    height: calc(100% + 6px) !important;
  }
}
.autor_profile .author_info ul {
  margin: 5px 0 25px;
  padding: 0;
}
@media (min-width: 768px) {
  .autor_profile .author_info ul {
    margin: 25px 0;
  }
}
.autor_profile .author_info ul li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .autor_profile .author_info ul li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.autor_profile .artistImage {
  width: 100%;
  height: 260px;
  background-color: #171C23;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .autor_profile .artistImage {
    width: 260px;
  }
}

#sortable-songs {
  margin: 0;
  padding: 0;
}
#sortable-songs li {
  list-style: none;
}

.update_playlist {
  margin-bottom: 10px;
  width: 100% !important;
}
@media (min-width: 768px) {
  .update_playlist {
    margin-bottom: 0;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .update_playlist {
    margin-right: 10px;
  }
}

.follow_btn,
.share_btn,
.play_all_btn {
  background: rgb(2, 3, 4);
  border-color: rgb(2, 3, 4);
  color: var(--text-grey, #000);
  font-weight: normal;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
  width: 100% !important;
  display: block;
  height: 45px;
}
.follow_btn i,
.share_btn i,
.play_all_btn i {
  margin-right: 3px;
}
@media (min-width: 768px) {
  .follow_btn,
  .share_btn,
  .play_all_btn {
    width: auto !important;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .follow_btn,
  .share_btn,
  .play_all_btn {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .follow_btn,
  .share_btn,
  .play_all_btn {
    margin-bottom: 10px !important;
  }
}

.play_all_btn {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
}

.learn_more {
  color: var(--text-grey, #000);
  margin: 15px 0;
  display: block;
}
.learn_more i {
  margin-left: 3px;
}

.share_page .song_info .action_btns .followAjax,
.share_page .song_info .action_btns .follow_btn,
.share_page .song_info .action_btns .follow_btn {
  width: 48px !important;
  height: 48px;
  border-radius: 50px;
  font-size: 22px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share_page .song_info .action_btns .play_button .btn {
  margin-right: 10px;
  width: 105px;
  font-size: 14px;
  font-size: 18px;
}
.share_page .song_info .action_btns .play_button .btn i {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .share_page .song_info .action_btns .followAjax {
    width: auto !important;
    margin-top: 0 !important;
    padding: 12px 24px !important;
    font-size: 18px;
  }
  .share_page .song_info .action_btns .followAjax i {
    margin-right: 5px;
  }
}
.share_page .sd-breadcrumb {
  margin-bottom: 0;
}
.share_page .sd-breadcrumb h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 15px;
}
@media (min-width: 1200px) {
  .share_page .sd-breadcrumb h4 {
    padding-top: 0;
    padding-bottom: 25px !important;
    padding-left: 0 !important;
  }
}
.share_page .track_list {
  padding: 5px !important;
}
@media (min-width: 1200px) {
  .share_page .track_list {
    padding: 25px !important;
  }
}
.share_page .track_list .right_action {
  gap: 10px;
}
.share_page .track_list .load_song_info,
.share_page .track_list .follow_btn,
.share_page .track_list .follow_btn {
  width: 28px;
  height: 29px;
  border-radius: 50px;
  font-size: 14px;
}
.share_page .artist_info .author_info ul li {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.weareworking {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.weareworking h1 {
  color: var(--color-primary);
}
.weareworking i {
  font-size: 42px;
}
.weareworking input.form-control {
  background-color: #dddddd;
  border-radius: 30pc;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.genre {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .genre {
    margin-top: 0;
  }
}
.genre .title_gen h4 {
  color: var(--text-grey);
}
.genre .genre_item {
  margin-bottom: 30px;
}
.genre .genre_item a {
  background: var(--text-grey);
  color: #000;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  display: block;
}
.genre .genre_item a:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  color: var(--white);
}

.single_track {
  margin-top: 20px;
  padding: 20px;
  background: #1b1d23;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .single_track {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .single_track {
    padding: 24px;
  }
}
.single_track .song_cover {
  position: relative;
}
.single_track .song_cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, var(--color-primary), #020304, var(--color-primary));
  background-size: 200% 200%;
  -webkit-animation: gradient-animate 4s linear infinite;
          animation: gradient-animate 4s linear infinite;
}
.single_track .song_cover img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  .single_track .animation::before {
    left: -3px !important;
    top: -3px !important;
    width: calc(100% + 6px) !important;
    height: calc(100% + 6px) !important;
  }
}
@media (max-width: 768px) {
  .single_track .song_info {
    margin-top: 15px;
  }
}
.single_track .song_info .general_info p {
  margin-bottom: 0;
  color: var(--text-grey);
  font-size: 14px;
}
.single_track .song_info .general_info .genre_meta {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 15px;
  background: rgba(255, 34, 86, 0.368627451);
}
.single_track .song_info .general_info h4 {
  margin: 15px 0 5px 0;
  font-size: 18px;
  color: var(--text-grey);
}
.single_track .song_info .general_info .singer {
  font-size: 12px;
  color: var(--text-grey);
}
.single_track .song_info .general_info .singer a {
  color: var(--text-grey);
}
.single_track .song_info .general_info .singer a:hover {
  color: var(--color-primary);
}
.single_track .song_info .play_btn {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  font-size: 22px;
}
.single_track .song_info .follow_btn {
  font-size: 22px;
  color: var(--text-grey);
}

.single_track_page .track_list {
  margin-top: 20px;
  padding: 24px;
  background: #1b1d23;
  border-radius: 8px;
}
.single_track_page .artist_info {
  margin-top: 20px;
  padding: 24px;
  background: #1b1d23;
  border-radius: 8px;
  height: calc(100% - 20px);
}
.single_track_page .autor_profile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.single_track_page .autor_profile .author_img {
  margin: 0;
}
.single_track_page .autor_profile .author_info {
  width: 100%;
}
.single_track_page .autor_profile .author_info ul {
  margin: 25px 0;
}
.single_track_page .autor_profile .author_info ul li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .single_track_page .autor_profile .author_info ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .single_track_page .autor_profile .author_info ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single_track_page .autor_profile .btn {
  width: 100%;
}

.share_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share_content ul li a {
  background: var(--text-grey);
  color: #000;
  padding: 8px 15px;
  display: block;
  border-radius: 30px;
  margin-bottom: 15px;
}
.share_content ul li a:hover {
  background: #7a8491;
}
.share_content ul li a i {
  margin-right: 5px;
}

.user_info_card .user_card {
  background: var(--text-grey);
  color: var(--dark);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.user_info_card .user_card .c_head {
  margin-bottom: 15px;
}
.user_info_card .user_card .c_head img {
  border-radius: 50%;
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
}
.user_info_card .user_card .c_body .meta {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.user_info_card .user_card .c_body .meta h6 {
  margin-bottom: 0;
}

.asp_page_content .asp_page_hero {
  background: url("../images/hero-music.jpg") no-repeat center;
  background-size: cover;
  padding: 130px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .asp_page_content .asp_page_hero {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
.asp_page_content .asp_page_hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.asp_page_content .asp_page_hero .hero_content {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.asp_page_content .asp_page_hero .hero_content h4 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 768px) {
  .asp_page_content .asp_page_hero .hero_content h4 {
    font-size: 24px;
  }
}
.asp_page_content .asp_page_hero .hero_content p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .asp_page_content .how_asp_works {
    padding: 0 30px;
  }
}
.asp_page_content .how_asp_works .how_work {
  text-align: center;
  margin-bottom: 40px;
}
.asp_page_content .how_asp_works .how_work h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .asp_page_content .how_asp_works .how_work h4 {
    font-size: 22px;
  }
}
.asp_page_content .how_asp_works .how_work p {
  font-size: 16px;
  color: #666;
}
.asp_page_content .how_asp_works .asp_box {
  background: var(--text-grey);
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .asp_page_content .how_asp_works .asp_box {
    margin-bottom: 30px;
  }
}
.asp_page_content .how_asp_works .asp_box i {
  font-size: 40px;
  color: var(--color-primary);
  margin-bottom: 20px;
}
.asp_page_content .how_asp_works .asp_box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dark);
}
.asp_page_content .how_asp_works .asp_box p {
  font-size: 14px;
  color: var(--dark);
}

.policy_list_page {
  min-height: calc(100vh - 220px);
}
.policy_list_page .policy_list li {
  margin-bottom: 15px;
}
.policy_list_page .policy_list li a {
  color: #fff;
}
.policy_list_page .policy_list li a:hover {
  color: var(--color-primary);
}

.wh-120 {
  width: 120px;
  height: 120px;
}

.profile_update {
  background: rgba(31, 38, 47, 0.6);
  padding: 30px;
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .profile_update {
    padding: 15px;
  }
}
.profile_update h4 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(31, 38, 47, 0.6);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pro_img_wrapper {
  position: relative;
  display: inline-block;
}
.pro_img_wrapper #remove_pro_pic {
  position: absolute;
  background-color: var(--color-primary);
  color: var(--white);
  border: 4px solid var(--white);
  bottom: 15px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro_img_wrapper #remove_pro_pic img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  background: #1b1d23 !important;
  border: 1px solid #2c313a !important;
  padding: 0.7rem 0.75rem;
  color: var(--text-grey);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #40434d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #40434d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #40434d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #40434d;
  opacity: 1;
}
.form-control::placeholder {
  color: #40434d;
  opacity: 1;
}
.form-control:hover {
  background-color: rgba(151, 166, 186, 0.4784313725);
}
.form-control:focus {
  background-color: rgba(160, 174, 192, 0.4784313725);
  border: 0;
  color: var(--text-grey);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:active {
  background-color: rgba(145, 161, 182, 0.4784313725);
  border: 0;
  color: var(--text-grey);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgba(129, 148, 172, 0.4784313725);
  opacity: 0.7;
  cursor: not-allowed;
}

.cr-slider {
  border: 0 !important;
}

.sd-modal-crop {
  max-width: 350px !important;
}

.btn-dark {
  background-color: rgba(160, 174, 192, 0.4784313725) !important;
  border-color: rgba(160, 174, 192, 0.4784313725) !important;
  color: var(--text-grey) !important;
}
.btn-dark:hover {
  background-color: rgba(110, 119, 132, 0.4784313725) !important;
  border-color: rgba(110, 119, 132, 0.4784313725) !important;
}

.btn-black {
  background-color: #000 !important;
  border-color: #000 !important;
  color: var(--text-grey) !important;
}

.artist_carousel {
  overflow: hidden;
  width: 100%;
}
.artist_carousel .carousel_wraper {
  margin-bottom: 30px;
}
.artist_carousel .carousel_wraper .single_carousel {
  border-radius: 10px;
  position: relative;
}
.artist_carousel .carousel_wraper .single_carousel img {
  width: 100%;
  border-radius: 10px;
}
.artist_carousel .carousel_wraper .single_carousel .carousel_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
}
.artist_carousel .carousel_wraper .single_carousel .carousel_info h6 {
  margin-bottom: 0;
  font-size: 16px;
}
.artist_carousel .carousel_wraper .single_carousel .carousel_info p {
  margin-bottom: 0;
}
.artist_carousel .carousel_wraper .single_carousel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgb(23, 28, 35)), to(rgba(23, 28, 35, 0.2)));
  background: linear-gradient(0deg, rgb(23, 28, 35) 25%, rgba(23, 28, 35, 0.2) 100%);
  border-radius: 10px;
}

.verify_wraper {
  min-height: calc(100vh - 125px);
  text-align: center;
  padding: 0 15px;
}
.verify_wraper .feature-cards4 i {
  font-size: 64px;
  opacity: 0.3;
  margin-bottom: 30px;
}
.verify_wraper .sd-reset-btn {
  max-width: 250px;
  width: 100%;
  margin-top: 25px;
}

.payment_info {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
}
.payment_info h4, .payment_info h6, .payment_info h5 {
  color: var(--white);
}
.payment_info p {
  color: var(--text-grey);
}
.payment_info .track_head {
  text-align: center;
}
.payment_info .track_head .track_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment_info .track_head .track_ico i {
  font-size: 32px;
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  color: #fff;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.payment_info .payable_amount {
  background: #1D232D;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.payment_info .payable_amount p {
  margin-bottom: 10px;
}
.payment_info .payable_amount h6 {
  font-size: 35px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
.payment_info .what_you_get ul {
  padding-left: 0;
}
.payment_info .what_you_get ul li {
  margin-bottom: 10px;
  list-style: none;
  color: var(--text-grey);
}
.payment_info .what_you_get ul li i {
  color: var(--color-primary);
}
.payment_info .why_we_charge {
  background: #1D232D;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0;
}
.payment_info .why_we_charge h6 {
  margin-bottom: 10px;
  font-size: 16px;
}
.payment_info .why_we_charge p {
  margin-bottom: 0;
  font-size: 14px;
}
.payment_info .purchase_footer {
  text-align: center;
  margin-top: 30px;
}
.payment_info .purchase_footer a {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.payment_info .purchase_footer p {
  margin-bottom: 0;
  font-size: 14px;
}
.payment_info .order_details {
  margin-bottom: 30px;
}
.payment_info .order_details ul {
  padding-left: 0;
  margin-top: 30px;
}
.payment_info .order_details ul li {
  margin-bottom: 10px;
  list-style: none;
  color: var(--text-grey);
  border-bottom: 1px solid #1D232D;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment_info .order_details ul li strong {
  color: var(--white);
}
.payment_info .order_details ul li.ps_total {
  font-size: 22px;
  font-weight: bold;
}
.payment_info .order_details ul li.ps_total strong {
  background: -webkit-gradient(linear, left top, right top, from(var(--gr1)), color-stop(61%, var(--gr2)));
  background: linear-gradient(90deg, var(--gr1) 0%, var(--gr2) 61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.payment_info .order_details small {
  color: var(--text-grey);
}
a.backToadmin {
  background: #636363;
  position: fixed;
  top: 50%;
  right: -20px;
  z-index: 100000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #e7e7e7;
  padding: 9px 26px;
  border-radius: 0 0 10px 10px;
}
/*# sourceMappingURL=style.css.map */