* {
  font-family: "Poppins", sans-serif;
}

:root {
  --main_color: #ff6000;
  --second_color: #393939;
}

body {
  background-color: #000;
  overflow-x: hidden;
}

.home-career-left-contents {
  margin-right: -100px !important;
}
.clear {
  margin-top: 200px;
}
.text-shadow-md {
  text-shadow: 2px 2px #333;
}
.text-shadow-sm {
  text-shadow: 1px 1px #444;
}
.form-select {
  background: transparent !important;
  border: 1px solid #eb611c !important;
  color: #fff !important;
}
.form-select:focus {
  box-shadow: none !important;
}
.form-select option {
  background: transparent !important;
  border: 1px solid #eb611c !important;
  color: #444 !important;
}
.homePage {
  background: radial-gradient(
    circle at center,
    rgba(153, 51, 0, 1) 0%,
    rgba(0, 0, 0, 1) 60%
  );
}

.text-warning {
  color: var(--main_color) !important;
}

.text-gray {
  color: #ddd;
}
.mh10p0 {
  min-height: 10px;
  padding: 0px;
  float: left;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
  float: left;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
  float: left;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
  float: left;
}

.mh10p20 {
  min-height: 10px;
  padding: 20px;
  float: left;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Preloader */

.preloader_outer {
  width: 100%;
  height: 100vh;
  background-color: #ff6000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}

/* Preloader */

/* Menu */

.menu_outer {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  border-image: linear-gradient(to right, #000 0%, #ff6000 50%, #000 100%) 1;
  border-bottom: 1px solid #ff6000;
}

.menu_inner {
  width: 100%;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_logo_outer {
  width: 200px;
  height: 90px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_logo_outer img {
  width: 110%;
  height: 46px;
  float: left;
  object-fit: contain;
  object-position: left;
}

.menu_contents_outer {
  height: 90px;
  float: left;
  display: Flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.menu_btn {
  position: relative;
  min-width: 10px;
  height: 30px;
  float: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.menu_btn_badge {
  width: 52px;
  height: 16px;
  position: absolute;
  right: -20px;
  top: -13px;
  background-color: #ff6000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  padding-left: 2px;
}

.menu_btn_badge1,
.menu_btn_badge2,
.menu_btn_badge3 {
  display: none;
}

.menu_btn_with_badge1:hover .menu_btn_badge1 {
  display: block;
}

.menu_btn_with_badge2:hover .menu_btn_badge2 {
  display: block;
}

.menu_btn_with_badge3:hover .menu_btn_badge3 {
  display: block;
}

.menu_btn:hover {
  transform: scale(0.9);
  color: #f5e8a6;
}

.menu_login_btn {
  color: white;
  border: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-decoration: unset;
  background-image: linear-gradient(to right, #c58768, #eb611c);
  padding: 2px 12px;
  border-radius: 12px;
  border: 1px solid #fefefe;
  box-shadow: none;
}

.plan_btn {
  background-color: #eb611c;
  color: white;
  border: none;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: unset;
  background: linear-gradient(275.78deg, #ddd 0%, #eb611c 100%);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.menu_login_btn_inner {
  min-width: 40px;
  height: 34px;
  float: left;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-right: 10px;
  text-decoration: none;
}

.menu_login_btn_icon {
  width: 24px;
  height: 24px;
  float: left;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_login_btn_icon img {
  width: 24px;
  height: 24px;
  float: left;
  animation: rotateDisc 7s infinite linear;
}

.menu_login_btn span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  letter-spacing: 1px;
}

.menu_iconbox_outer {
  width: auto;
  min-width: 30px;
 /*  height: 70px; */
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.menu_iconbox_outer:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
}

.menu_iconbox_badge {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: -10px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #c7591e;
  font-weight: 500;
}

.message_iconbox_badge {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #c7591e;
  font-weight: 500;
}

.stcky_menu_outer {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  border-bottom: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
}

.stcky_menu_outer * .menu_btn {
  color: #fff;
  font-weight: 400;
}

.menu_iconbox_dropdown {
  width: 280px;
  min-height: 20px;
  background-color: #1a1a1a;
  position: absolute;
  right: 0px;
  top: 70px;
  display: none;
  border-radius: 5px;
  padding: 10px;
}

.menu_iconbox_outer:hover .menu_iconbox_dropdown {
  display: block;
}

.menu_iconbox_line {
  width: 100%;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 6px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.menu_iconbox_line_selected {
  width: 100%;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 6px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ff6000;
  text-decoration: none;
}

.menu_iconbox_line:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.menu_iconbox_line:last-child {
  margin-bottom: 0px;
}

.menu_iconbox_icon {
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}

.menu_iconbox_text {
  flex: 1;
  height: 20px;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.menu_iconbox_line_group {
  width: 100%;
  min-height: 10px;
  float: left;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  margin-top: -1px;
  padding: 10px 0px;
}

.menu_iconbox_line_group:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.menu_dropdown_user_line {
  width: 100%;
  min-height: 10px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.menu_dropdown_user_line:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu_dropdown_userline_icon {
  width: 40px;
  height: 40px;
  background-color: #dadada;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.menu_dropdown_userline_contents {
  flex: 1;
  min-height: 10px;
  float: left;
}

.menu_dropdown_userline_contents h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  float: left;
  margin: 0px;
  margin-bottom: 5px;
}

.menu_dropdown_userline_contents h4 {
  width: 100%;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  float: left;
  margin: 0px;
  letter-spacing: 1px;
}

.menu_iconbox_wallet_line {
  width: 100%;
  min-height: 10px;
  float: left;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.menu_iconbox_wallet_line p {
  flex: 1;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  margin: 0px;
}

.menu_iconbox_wallet_line p:last-child {
  text-align: right;
  font-weight: 400;
}

.menu_iconbox_wallet_line p:last-child i {
  cursor: pointer;
}

/* Menu */

/* Slider */

.slider_outer {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.slider_bg_outer {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.slider_bg_outer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 1;
  float: left;
}

.slider_contents_inner {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.slider_contents {
  width: 100%;
  height: 100vh;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider_contents_center_logo {
  width: 20%;
  height: auto;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.9;
}

.slider_contents_center_logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.slider_contents_center_logo img:first-child {
  width: 75%;
  height: 75%;
  left: auto;
  top: auto;
  animation: rotateDisc 7s infinite linear;
}

@keyframes rotateDisc {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.slider_contents_center_logo:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.slider_contents_logo_text {
  width: 100%;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

.slider_contents_logo_text img {
  height: 50px;
  float: left;
}

.slider_sticker_outer {
  width: 500px;
  height: 500px;
  position: absolute;
  right: -70px;
  bottom: -70px;
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider_inner_boxes {
  width: 70%;
  min-height: 20px;
  float: left;
}

.slider_inner_boxes .slick-dots {
  bottom: -50px !important;
}

.slider_inner_boxes .slick-dots li button:before {
  color: #fff !important;
}

.slider_boxes_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.slider_boxes_outer h4 {
  width: 100%;
  font-size: 23px;
  font-weight: 200;
  color: #f3e8a2;
  margin: 0px;
  text-align: center;
  letter-spacing: 18px;
  margin-bottom: 10px;
}

.slider_boxes_outer h3 {
  width: 100%;
  font-size: 45px;
  font-weight: 200;
  color: #f8af00;
  margin: 0px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.slider_boxes_outer p {
  width: 100%;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  margin: 0px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 40px;
}

.slider_boxes_btn_outer {
  width: 300px;
  height: 70px;
  margin: 0px calc(50% - 150px);
  float: left;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
}

.slider_boxes_btn {
  width: 100%;
  height: 70px;
  float: left;
  position: relative;
  padding: 5px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 4;
}

.slider_boxes_btn_inner {
  width: 100%;
  height: 60px;
  float: left;
  border: 2px solid #3d002680;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #3d0026;
  font-weight: 500;
  padding-bottom: 2px;
}

.slider_boxes_btn_inner a {
  font-size: 18px;
  color: #3d0026;
  font-weight: 500;
  text-decoration: none;
}

.slider_boxes_btn_disc {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.slider_boxes_btn_disc img {
  width: 70px;
  height: 70px;
  animation: rotateDisc 7s infinite linear;
}

.slider_boxes_btn_disc:nth-child(2) {
  left: auto;
  right: 0px;
}

.slider_boxes_btn_outer:hover .slider_boxes_btn_disc:nth-child(1) {
  left: -35px;
}

.slider_boxes_btn_outer:hover .slider_boxes_btn_disc:nth-child(2) {
  right: -35px;
}

/* Slider */

/* Footer */

.footer_outer {
  width: 100%;
  min-height: 80px;
  float: left;
  background-size: cover;
  background-position: center;
}

.footer_inner {
  width: 100%;
  min-height: 80px;

  float: left;
  padding: 30px 20px;
}

.custom_footer_content_box {
  float: left;
  padding: 0px 10px;
}

.custom_footer_content_box img {
  width: 40%;
  float: left;
  margin-bottom: 25px;
}

.custom_footer_content_box p {
  width: 90%;
  float: left;
  margin: 0px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  opacity: 0.9;
}

.custom_footer_content_box h3 {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
}

.custom_footer_content_box a {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff !important;
  margin: 0px;
  margin-bottom: 10px;
  float: left;
  transition: all 0.5s ease;
  cursor: pointer;
  opacity: 0.9;
  text-decoration: none;
}

.custom_footer_content_box a i {
  width: 22px;
  float: left;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  font-size: 17px;
}

.footer_slider_outer {
  width: 100%;
  min-height: 80px;
  float: left;
  overflow: hidden;
}

.footer_slider_box {
  min-width: 10px;
  height: 80px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}

.footer_slider_box img {
  height: 40px;
  float: left;
}

.footer_disc {
  animation: rotateDisc 7s infinite linear;
}

.footer_bottom_outer {
  width: 100%;
  min-height: 10px;
  float: left;
}

.footer_bottom_inner {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer_bottom_inner span {
  float: right;
}

.footer_bottom_inner span a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

/* Footer */

/* Homepage */

.homepage_line_contents_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  position: relative;
}

.homepage_line_contents_inner {
  width: 100%;
  min-height: 30px;
  float: left;

  padding: 30px 30px;
}

.homepage_line_contents_inner h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  float: left;
  letter-spacing: 4px;
}

.homepage_line_contents_inner h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  float: left;
  margin-bottom: 20px;
}

.homepage_line_contents_line {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.homepage_line_contents_line2 {
  width: 100%;
  min-height: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
}

.homepage_line_contents_box_outer {
  flex: 0 0 320px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
  box-sizing: border-box;
}

.musician_line_contents_box_outer {
  width: 180px;
  min-height: 20px;
  float: left;
  padding: 0px 10px;
}

.homepage_line_content_box_square {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.homepage_line_content_box_square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.homepage_line_content_box_square_fav {
  width: 40px;
  height: 40px;
  background-color: rgba(75, 75, 75, 0.524);
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding-top: 2px;
  opacity: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.homepage_line_content_box_square_center {
  width: 45px;
  height: 45px;
  background-color: rgba(75, 75, 75, 0.524);
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  padding-left: 3px;
  opacity: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.homepage_line_contents_box_outer:hover
  *
  .homepage_line_content_box_square_fav {
  opacity: 1;
}

.homepage_line_contents_box_outer:hover
  *
  .homepage_line_content_box_square_center {
  opacity: 1;
}

.homepage_line_content_box_square_fav:hover {
  background-color: rgba(33, 33, 33, 0.9);
}

.homepage_line_content_box_square_center:hover {
  background-color: rgba(33, 33, 33, 0.9);
}

.homepage_line_content_top {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.homepage_line_content_top span {
  font-size: 13px;
  font-weight: 400;
  color: #ddd;
}

.homepage_line_content_top i {
  font-size: 5px;
  color: #d1d1d1;
}

.homepage_line_content_top b {
  font-size: 13px;
  font-weight: 500;
  color: #fefefe;
}

.homepage_line_content_top_btn {
  min-width: 10px;
  height: 22px;
  background-color: #ff6000;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #fefefe;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  padding-bottom: 1px;
}

.homepage_line_content_top_btn i {
  margin-right: 4px;
  font-size: 10px;
  color: #845444;
}

.homepage_line_content_center {
  width: 65%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  gap: 5px;
}

.homepage_line_content_ad_btn {
  min-width: 10px;
  height: 22px;
  background-color: #ebebeb;
  float: left;
  font-size: 11px;
  font-weight: 400;
  color: #1a1a1a !important;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  padding-bottom: 1px;
}

.homepage_line_content_center_text {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 15px;
  color: #fafafa;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.homepage_line_content_bottom_text {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-top: 7px;
  font-size: 14px;
  color: #d7d7d7;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}

.homepage_referances_line_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  background-size: cover;
  background-position: center;
  background-color: #ff6000;
}

.homepage_referances_line_inner {
  width: 100%;
  min-height: 30px;
  float: left;

  padding: 20px 0px;
}

.homepage_referances_line_inner h4 {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #c7591e;
  float: left;
  letter-spacing: 4px;
  text-align: center;
}

.homepage_referances_line_inner h3 {
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  color: #c7591e;
  float: left;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 4px;
}

.homepage_referances_line_inner p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #c7591e;
  float: left;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.referances_line {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 0px 10px;
}

.referances_box {
  width: 100%;
  height: 100px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.referances_box_inner {
  width: 100%;
  height: 130px;
  background-color: #c7591e;
}

.homepage_disc_contents_outer {
  width: 100%;
  /*  min-height: 20px; */
  height: 510px;
  float: left;
  overflow: hidden;
  margin-bottom: 35px;
  position: relative;
}

.homepage_disc_contents_inner {
  width: 100%;
  /*  min-height: 30px; */
  /* float: left; */

  position: relative;
}

.homepage_disc_contents_right {
  width: 40%;
  height: auto;
  float: right;
  position: relative;
  z-index: 2;
}

.homepage_disc_contents_right:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.homepage_careertext_rightvideo {
  width: 40%;
  height: 100%;
  background-color: blue;
}

.homepage_disc_contents_right_top {
  width: 100%;
  height: 50%;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.homepage_disc_contents_right_bottom {
  width: 50%;
  height: 50%;
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.homepage_disc_contents_right_bottom:last-child {
  left: auto;
  right: 0px;
}

.homepage_disc_contents_right_disc {
  width: 40%;
  height: auto;
  float: right;
  position: relative;
  z-index: 1;
  margin-right: -20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_video_content_right {
  width: calc(50% + 20px);
  height: 400px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  margin-right: -15px;
  padding: 20px;
  height: 75%;
  width: 70%;
  object-fit: cover;
  animation: none;
  position: relative;
  top: 0;
  border-radius: 10px;
}

.homepage_video_content_right video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.homepage_disc_contents_right_disc:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.homepage_disc_contents_inner img {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 12.5%;
  top: 12.5%;
  animation: rotateDisc 18s infinite linear;
}

.homepage_disc_contents_left_contents {
  width: 50%;
  height: auto;
  float: right;
  position: absolute;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: first baseline;
}

.homepage_disc_contents_left_contents:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.homepage_disc_contents_left_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:20px!important;
}

.homepage_disc_contents_left_inner h4 {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: white;
  float: left;
  letter-spacing: 4px;
}

.homepage_disc_contents_left_inner h3 {
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  color: white;
  float: left;
  margin-bottom: 15px;
}

.homepage_disc_slider_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.homepage_disc_slider_inner {
  width: 100%;
  min-height: 20px;
  float: left;
}

.homepage_disc_slider_box h5 {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: var(--main_color);
  float: left;
  margin-bottom: 5px;
  color: white;
}

.homepage_disc_slider_box p {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
  color: white;
  float: left;
  margin-left: 10px;
}

.homepage_disc_slider_box_btn {
  width: auto;
  height: 32px;
  float: left;
  padding: 0px 20px;
  border-radius: 25px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 15px;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px) {
  .explore-tracks-slider-btn{
    width:100%!important;
    margin-left:0px!important;
  }
}

.homepage_disc_slider_box_btn i {
  float: right;
  margin-left: 9px;
  margin-right: -8px;
  font-size: 13px;
}

.homepage_disc_slider_outer .slick-dots {
  text-align: left;
  bottom: -35px;
}

.homepage_disc_contents_right_top_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 20px;
}

.homepage_disc_contents_right_top_inner h3 {
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  float: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.homepage_disc_contents_right_top_inner p {
  width: 100%;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  float: left;
  letter-spacing: 1px;
  margin: 0px;
  margin-top: 5px;
}

.homepage_disc_contents_right_top_inner h4 {
  width: calc(100% - 40px);
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  float: left;
  letter-spacing: 1px;
  margin: 0px;
  margin-top: 5px;
  /*  position: absolute; */
  bottom: 20px;
  left: 20px;
}

.homepage_slider_contens_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  background-size: cover;
  background-position: center;
}

.homepage_slider_contens_outer1 {
  width: 100%;
  min-height: 20px;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  /*  background-color: #c04f1577; */
  overflow: visible;
}

.homepage_slider_contens_outer2 {
  position: relative;
  width: 100%;
  min-height: 20px;
  float: left;
  background-size: cover;
  background-position: center;
  overflow: visible;
  padding: 80px 0px;
}

.homepage_slider_contens_outer3 {
  position: relative;
  width: 100%;
  min-height: 20px;
  float: left;
  background-size: cover;
  background-position: center;
  overflow: visible;
  padding: 20px 0px;
}

.homepage_slider_contents_inner {
  width: 100%;
  min-height: 50px;
  float: left;
}

.homepage_slider_contents_sliderbox {
  width: 50%;
  height: 450px;
  float: left;
  position: relative;
}

.homepage_vertical_slider_boxes {
  width: calc(100% / 3.2);
  height: 450px;
  float: left;
}

.homepage_vertical_slider_boxes .slick-list {
  height: 450px !important;
}

.homepage_vertical_slider_boxes * .homepage_line_contents_box_outer {
  padding: 10px !important;
}

.homepage_vertical_slider_boxes:nth-child(1) {
  transform: rotate(180deg);
}

.homepage_vertical_slider_boxes:nth-child(1)
  *
  .homepage_line_content_box_square {
  transform: rotate(180deg);
}

.homepage_vertical_slider_boxes:nth-child(3) {
  transform: rotate(180deg);
}

.homepage_vertical_slider_boxes:nth-child(3)
  *
  .homepage_line_content_box_square {
  transform: rotate(180deg);
}

.homepage_slider_contents_left_texts {
  width: 50%;
  height: 450px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
}

.homepage_slider_contents_left_texts h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: white;
  float: left;
  letter-spacing: 4px;
}

.homepage_slider_contents_left_texts h2 {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: white;
  float: left;
  letter-spacing: 1px;
}

.homepage_slider_contents_left_texts h3 {
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  color: white;
  float: left;
  margin-bottom: 30px;
}

.homepage_slider_contents_left_texts p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: white;
  float: left;
  margin-bottom: 30px;
}

.homepage_slider_contents_left_texts .homepage_disc_slider_box_btn {
  border: 1px solid white;
  margin-top: 5px;
}

.homepage_line_contents_line .slick-arrow {
  background: rgb(255, 98, 0);
  background: linear-gradient(
    67deg,
    rgba(255, 98, 0, 1) 0%,
    rgba(246, 162, 52, 1) 100%
  );
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.homepage_line_contents_line .slick-prev {
  left: auto;
  right: 50px;
  top: -31px;
  padding-top: 1px;
}

.homepage_line_contents_line .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.homepage_line_contents_line2 .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.homepage_line_contents_line2 .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.homepage_referances_line_boxes {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 0px 15px;
  border-top: 1px solid #88544552;
}

.homepage_referances_line_box {
  width: 100%;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homepage_referances_line_box_icon {
  width: 45px;
  height: 45px;
  background-color: #fff;
  float: left;
  border-radius: 7px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c7591e;
}

.homepage_referances_line_box h3 {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #c7591e;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.homepage_referances_line_box h4 {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #c7591e;
  float: left;
  margin: 0px;
  text-align: center;
  letter-spacing: 1px;
}

/* Homepage */
/* Explore Tracks */
.page_title_outer {
  width: 100%;
/*   min-height: 100px; */
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top:140px;
}

.page_title_inner {
  width: 100%;
  min-height: 220px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.page_title_inner_box {
  width: 100%;
  min-height: 220px;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 26px 15px;
  flex-direction: column;
}

.page_title_text {
  width: 100%;
  min-height: 10px;
  float: left;
}

.page_title_text h3 {
  width: 100%;
  float: left;
  font-size: 35px;
  font-weight: 200;
  color: #f8af00;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 2px;
}

.page_title_text p {
  width: 100%;
  font-size: 20px;
  font-weight: 200;
  color: #f3e8a2;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin: 0px;
  margin-bottom: 2px;
}

.track_filter_option_outer {
  width: 100%;
  min-height: 25px;
  float: left;
  border-bottom: 1px solid #dadada;
}

.track_filter_option_inner {
  width: 100%;
  float: left;
  min-height: 25px;
  padding: 10px 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.track_filter_item {
  width: 150px;
  float: left;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.filter_img_outer {
  width: 100px;
  height: 100px;
  border: 3px solid #d7d7d7;
  float: left;
  border-radius: 50px;
  margin-bottom: 10px;
}

.filter_img_outer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  float: left;
  filter: grayscale(100%);
  opacity: 0.7;
}

.track_filter_item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.filter_img_outer_active {
  border: 3px solid #ff6000;
}

.filter_img_outer_active img {
  filter: grayscale(0%);
  opacity: 1;
}

.track_filter_item p {
  font-weight: 500;
  color: #b37866;
  letter-spacing: 1px;
  margin: 0;
  float: left;
  text-align: center;
}

.track_filter_keywords_outer {
  width: 100%;
  min-height: 25px;
  float: left;
}

.track_filter_keywords_inner {
  width: 100%;
  float: left;
  min-height: 25px;
  padding: 25px 15px;
  display: flex;

  flex-wrap: wrap;
}

.custom_filter_box {
  min-width: 10px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  border-radius: 25px;
  margin: 7px;
  border: 1px solid #ffdfb4;
  background-color: #fff5e8;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  color: #333;
  float: left;
}

.custom_filter_box_loop {
  min-width: 10px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  margin-left: 50px;
  /* border-radius: 25px; */
  /* margin: 7px; */
  /* border: 1px solid #ffdfb4;
  background-color: #fff5e8; */
  background-color: none;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  /* border-right: 1px solid #ff6000;
  color: #ff6000; */
  border-right: 1px solid #fff;
  color: #ffdfb4;
  float: left;
}

.custom_filter_box_search_btn {
  width: 35px;
  height: 35px;
  background: linear-gradient(67deg, #ff6000 0%, rgba(246, 162, 52, 1) 100%);
  margin: 7px;
  border-radius: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fafafa;
  cursor: pointer;
}

.track_filter_line {
  width: calc(100% + 16px);
  height: 0px;
  float: left;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -9px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.track_filter_line input {
  flex: 1;
  height: 40px;
  background-color: #a5a5a5;
  border: 1px solid #ff6000;
  border-radius: 20px 0px 0px 20px;
  padding: 0px 15px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 1px;
  outline: 0px;
  box-shadow: 0px;
  margin: 15px 0px 15px 15px;
}

.track_filter_line input::placeholder {
  color: black !important;
}

.track_filter_line button {
  width: 70px;
  height: 40px;
  background: linear-gradient(67deg, #ff6000 0%, rgba(246, 162, 52, 1) 100%);
  border-radius: 0px 20px 20px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  border: 0px;
  outline: 0px;
  box-shadow: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 15px 15px 0px;
}

.searchbar_outer i {
  color: #cb7c63;
  font-size: 18px;
}

.musician-grid-item {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

@media only screen and (max-width: 600px) {
  .musician-grid-item {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
  }
  .musician-grid-item-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
}

.musician-grid-item-img {
  width: 100%;
  height: 200px;
  border-radius: 100%;
}

.searchbar_outer {
  float: left;
  display: flex;
  margin-bottom: 10px;
}

.searchbar_outer input {
  outline: none;
  height: 40px;
  border: 1px solid #ff6000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 15px;
  background-color: #fff7f0;
}

.search_button {
  width: 40px;
  height: 100%;
  float: left;
  display: flex;
  background: linear-gradient(67deg, #ff6000 0%, rgba(246, 162, 52, 1) 100%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-right: 15px;
}

.tag_outer {
  width: auto;
  height: 40px;
  display: flex;
  float: left;
  align-items: center;
}

.tag_inner {
  float: left;
  width: auto;
  height: 35px;
  border: 1px solid #ffdfb4;
  background-color: #fff5e8;
  padding: 10px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.tag_outer p {
  margin: 0;
  color: #8b6e50;
}

.filter_buttons_inner {
  padding: 5px;
  flex: 1;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.filter_buttons_inner p {
  min-width: 10px;
  float: left;
  margin: 0;
  font-size: 13px;
}

.filter_buttons_inner select {
  width: 100% !important;
  font-size: 13px;
  padding-left: 11px;
  appearance: none;
  border: 1px solid #dadada !important;
  outline: 0px !important;
  background: #262626;
  color: #fff;
}

.filter_buttons_inner_with-icon i {
  color: #fff;
}

.filter_buttons_inner input {
  width: 100% !important;
  height: 31px;
  border-radius: 15px;
  font-size: 13px;
  padding-left: 11px;
  appearance: none;
  border: 1px solid #dadada !important;
  outline: 0px !important;
  background: #262626;
  color: #fff;
}

.filter_buttons_inner input::placeholder {
  color: #fff;
}

.filter_buttons_inner_with-icon {
  padding: 5px;
  flex: 1;
  float: left;
  position: relative;
  width: 250px !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  height: 35px;
  margin-top: 4px;
}

.filter_buttons_inner_with-icon p {
  min-width: 10px;
  float: left;
  margin: 0;
  font-size: 13px;
}

.filter_buttons_inner_with-icon select {
  width: 100% !important;
  font-size: 13px;
  padding-left: 11px;
  appearance: none;
  outline: 0px !important;
  background: #000000;
  color: #fff;
}

.filter_buttons_inner_with-icon input {
  width: 90% !important;
  height: 31px;
  border-radius: 15px;
  font-size: 13px;
  padding-left: 32px;
  appearance: none;
  /* border: 1px solid #dadada !important; */
  outline: 0px !important;
  background: #262626;
  color: #fff;
}

.search-button {
  position: absolute;
  left: 10px;
  top: 5px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  z-index: 1000;
  color: #fff;
}

.search-button i {
  color: #000;
}

.filter_buttons_outer {
  width: 100%;
  min-height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.filter_butttons_wrapper {
  width: 100%;
  min-height: 25px;
  float: left;
}

.soundkit_buttons_outer {
  width: 100%;
  float: left;
  min-height: 25px;
  display: flex;

  padding: 10px;
}

.soundkit_buttons_inner {
  padding: 5px;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc((50% / 3));
  gap: 10px;
}

.soundkit_buttons_inner select,
.soundkit_buttons_inner input {
  width: 100% !important;
  font-size: 13px;
  padding-left: 11px;
  appearance: none;
  border: 1px solid #dadada !important;
  outline: 0px !important;
  background: #262626;
  color: #fff;
}
.soundkit_buttons_inner input::placeholder {
  color: #ffff;
}

.soundkit_buttons_inner input {
  width: 100% !important;
  height: 31px;
  border-radius: 15px;
  font-size: 13px;
  padding-left: 11px;
  appearance: none;
  border: 1px solid #dadada !important;
  outline: 0px !important;
}

.tracks_list_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.tracks_list_inner {
  width: calc((100% / 5) - 4px);
  margin: 2px;
  float: left;
  margin-top: 15px;
}

.paging_outer {
  width: 100%;
  min-height: 25px;
  float: left;
  padding: 30px 0 60px 0;
}

.paging_inner {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.paging_box_active {
  width: 40px;
  height: 40px;
  background-color: #ff6000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
}

.paging_box {
  width: 40px;
  height: 40px;
  border: 1px solid #ff6000;
  color: #cb7c63;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
}

select {
  word-wrap: normal;
  border: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

/* Explore Tracks */
/* SSS */
.sss_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: -1px;
}

.sss_inner {
  width: 100%;
  min-height: 30px;
  float: left;

  padding: 30px 30px;
}

.accordion-button {
  background: linear-gradient(67deg, #fdecd7 0%, #f9d5a4 100%);
  color: #361004 !important;
}

.accordion-button:focus {
  border-color: #ff6000 !important;
  box-shadow: none !important;
}

.acordion-item {
  border: none !important;
}

.accordion-item .accordion-button {
  outline: 2px solid #ffffff;
}

.accordion-collapse {
  background-color: #f7f7f7;
  outline: 1px solid #f7f7f7 !important;
}

/* SSS */
/* Stores */
.stores_info_outer {
  width: 100%;
  min-height: 25px;
  float: left;
  border-bottom: 1px solid #dadada;
}

.stores_info_inner {
  width: 100%;
  float: left;
  padding: 25px 20px;
}

.stores_info_inner p {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

/* Stores */
/* User Profile */
.profile_content_outer {
  width: 100%;
  min-height: 25px;
  float: left;
  /* background-color: #000000; */
  background-color: #0a0a09;
}

.user_profil_outer {
  width: 100%;
  min-height: 50vh;
  float: left;
  padding: 15px;
  display: flex;
}

.user_profile_left_area {
  background-color: #f9f0e4;
  display: flex;
  align-items: center;
  flex-direction: column;
  float: left;
  border-radius: 10px;
  width: 100%;
  min-height: 20px;
  padding: 20px 0;
}

.user_profile_left_photo {
  width: 100px;
  height: 100px;
  float: left;
}

.user_profile_left_photo img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #361004;
  object-fit: cover;
  float: left;
}

.userProfileRightArea {
  width: 100%;
  float: left;
  background-color: yellow;
  min-height: 150px;
}

.user_info {
  width: 100%;
  float: left;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_area_menu_outer {
  width: 100%;
  min-height: 50px;
  float: left;
  margin-top: 15px;
}

.profile_menu_line {
  width: 100%;
  height: 40px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  margin-bottom: 10px;
  border-radius: 4px;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.profile_menu_line:hover {
  background-color: #60200f1e;
}

.profile_menu_line:last-child {
  margin-bottom: 0px;
}

.profile_menu_iconbox_icon {
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #c7591e;
}

.profile_menu_iconbox_text {
  flex: 1;
  height: 20px;
  font-size: 14px;
  color: #c7591e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.user_statistic {
  width: 100%;
  min-height: 15px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #3610042e;
}

.user_statistic_box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
  border-right: 1px solid #3610042e;
  border-top: 1px solid #3610042e;
}

.user_statistic_box:last-child {
  border-right: none;
}

.user_statistic_box_number {
  font-size: 20px;
  font-weight: 500;
  color: #f8af00;
}

.user_statistic_box_title {
  font-size: 14px;
  font-weight: 300;
  color: #cb7c63;
}

/* User Profile */

.mobile_menu_outer {
  width: 0%;
  height: 100vh;
  background-color: #ff6000;
  background-size: cover;
  background-position: center;
  float: left;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 98;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mobile_menu_contents {
  width: 100%;
  height: calc(100vh - 110px);
  float: left;
  margin-top: 100px;
  padding: 10px 20px;
  position: relative;
  z-index: 99;
}

.mobile_menu_line {
  width: 100%;
  height: 60px;
  float: left;
  border-top: 1px solid #c99654;
  border-bottom: 1px solid #c99654;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #845444;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.mobile_menu_line b {
  width: 35px;
  height: 20px;
  font-size: 16px;
  font-weight: 300;
  float: left;
  margin-top: -13px;
}

.mobile_menu_contents * .menu_login_btn {
  width: calc(50% - 7px);
  margin-top: 20px;
}

.mobile_menu_contents * .menu_login_btn:nth-child(1) {
  margin-right: 14px;
}

.mobile_menu_contents * .menu_login_btn_inner {
  width: 100%;
}

.mobile_menu_contents * .menu_login_btn_inner span {
  flex: 1;
}

.mobile_menu_hand {
  width: 80%;
  height: 550px;
  position: absolute;
  right: -70px;
  bottom: -100px;
  z-index: 5;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  transform: rotate(-25deg);
  opacity: 0.2;
}

.menu_mobile_contents {
  flex: 1;
  height: 90px;
  float: left;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.mobile_menu_btn {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #ffffff63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffffaf;
  font-size: 18px;
}

.stcky_menu_outer * .mobile_menu_btn {
  color: #885445f0;
  border-color: #885445f0;
}

@media only screen and (max-width: 600px) {
  .musicians_page_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: flex-start;
    height: 300px;
  }
  .musicians_beats_slider {
    width: 350px;
    margin-left: 0px;
    background-color: #fff;
    visibility: hidden;
  }
}

.only-musicians-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}

.musicians_beats_slider {
  width: calc(100% - 350px);
  margin-left: 0px;
  margin-left: 1rem;
}

.musicians_page_item {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .track_filter_item {
    width: calc((100% / 3) - 10px);
  }

  .homepage_disc_slider_box h5 {
    font-size: 11px;
  }

  .homepage_disc_slider_box p {
    font-size: 12px;
  }

  .homepage_disc_contents_left_inner {
    left: -10px !important;
    padding: 20px !important;
  }

  .homepage_disc_contents_left_inner h4 {
    font-size: 14px;
  }

  .homepage_disc_contents_left_inner h3 {
    font-size: 18px;
  }

  .homepage_disc_contents_left_contents {
    width: 45%;
    position: relative;
  }

  .homepage_disc_contents_right_disc {
    width: 30%;
  }

  .homepage_disc_contents_inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: 20%;
    animation: rotateDisc 18s infinite linear;
  }
}

@media only screen and (max-width: 900px) {
  .menu_contents_outer {
    display: none;
  }

  .menu_mobile_contents {
    display: flex;
  }

  .slider_inner_boxes {
    width: 90%;
  }

  .slider_sticker_outer {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slider_boxes_outer p {
    width: 100%;
    font-size: 17px;
    font-weight: 100;
    color: #fff;
    margin: 0px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
  }

  .slider_boxes_outer h3 {
    width: 100%;
    font-size: 35px;
    font-weight: 200;
    color: #f8af00;
    margin: 0px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .slider_boxes_btn_outer {
    width: 200px;
    height: 70px;
    margin: 0px calc(50% - 100px);
    float: left;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
  }

  .custom_footer_content_box {
    margin-bottom: 25px;
  }

  .footer_bottom_inner span {
    margin-top: 10px;
  }

  .homepage_slider_contents_sliderbox {
    display: none;
  }

  .homepage_slider_contents_left_texts {
    width: 100%;
    height: auto;
  }

  .homepage_line_contents_line .slick-arrow {
    display: none !important;
  }

  .homepage_line_contents_line2 .slick-arrow {
    display: none !important;
  }

  .homepage_disc_contents_right {
    width: 100%;
  }

  .homepage_disc_contents_right_disc {
    width: 100%;
    margin-right: 0%;
    margin-top: -50%;
  }

  .homepage_disc_contents_left_contents {
    width: 100%;
    height: auto;
    padding-bottom: 120px;
  }

  .homepage_disc_contents_right_top_inner h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .homepage_disc_contents_right_top_inner p {
    font-size: 11px;
  }

  .homepage_disc_contents_outer .container {
    padding: 0px !important;
  }

  .tracks_list_inner {
    width: calc((100% / 3) - 4px);
  }

  .pricing_table_outer {
    overflow: scroll;
  }

  .pricing_table_outer table {
    width: 1300px;
  }

  .homepage_disc_contents_inner img {
    width: 60%;
    height: 60%;
    position: absolute;
    left: 20%;
    top: 20%;
    animation: rotateDisc 18s infinite linear;
  }

  .homepage_disc_contents_outer {
    height: 600px;
    width: 100%;
    float: left;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 500px) {
  .tracks_list_inner {
    width: calc((100% / 2) - 4px);
  }
}

/* Mobile */
/* Login */

.login_page_outer {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #000;
  float: left;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_page_inner {
  width: 450px;
  min-height: 150px;
  max-height: 100vh;
  float: left;
  padding: 25px;
  overflow: auto;
}

.login_logo {
  width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: center;
  float: left;
}

.login_box_outer {
  width: 100%;
  min-height: 20px;
  background-color: #0a0a09;
  float: left;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}

.login_box_outer h4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  float: left;
}

.login_box_outer h4:before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #60200f5a;
}

.login_box_outer h4:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #60200f5a;
}

.login_box_outer h4 span {
  font-size: 17px;
  font-weight: 300;
  color: #c7591e;
  float: left;
  letter-spacing: 3px;
  text-align: center;
  padding: 0px 15px;
}

.login_box_outer h6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
}

.login_box_outer h6:before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #60200f5a;
}

.login_box_outer h6:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #60200f5a;
}

.login_box_outer h6 span {
  font-size: 13px;
  font-weight: 300;
  color: #c7591e;
  float: left;
  letter-spacing: 3px;
  text-align: center;
  padding: 0px 15px;
}

.custom_input_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-bottom: 10px;
}

.custom_input_outer p,
.custom_input_outer label {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.custom_input_outer span {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #fefefe;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.edit_accounts_inputset_outer .custom_inner_radio_outer p {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #c7591e;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.custom_input_outer input {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
}

.custom_input_outer select {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  appearance: none;
}

.custom_input_outer_width_symbol select option {
  position: relative;
}

.custom_input_outer textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dadada;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  resize: none;
}

.login_box_outer button {
  width: 100%;
  height: 40px;
  background-color: #ff6000;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important;
  margin-top: 15px;
  float: left;
  padding-bottom: 2px;
}

.login_social_line {
  width: 100%;
  height: 40px;
  background-color: #ff600039;
  float: left;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 10px;
  transition: all 0.2s ease;
}

.login_social_line:hover {
  background-color: #ff6000;
}

.login_social_line:hover i {
  color: #fff !important;
}

.login_social_line:hover .login_social_line_text {
  color: #fff !important;
}

.login_social_line i {
  font-size: 18px;
  transition: all 0.2s ease;
}

.login_social_line:last-child {
  margin-bottom: 0px;
}

.login_social_line_text {
  flex: 1;
  font-size: 15px;
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: #c7591e;
  text-align: center;
}

.loginWellcome {
  width: 100%;
  min-height: 10px;
  float: left;
  background-color: #ff600039;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #c7591e;
}

.login_check_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login_check_outer p {
  flex: 1;
  font-size: 12px;
  font-weight: 300;
  color: #fafafa;
  margin: 0px;
}

.login_check_outer p a {
  font-weight: 400;
  color: #ff0000;
}

.custom_login_link {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: -5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom_login_link a {
  font-size: 12px;
  font-weight: 300;
  color: #ff0000;
}

@media only screen and (max-width: 900px) {
  .login_page_inner {
    width: 100%;
  }

  .login_box_outer h6 span {
    font-size: 11px;
  }
}

/* Login */
/* Pricing */
.pricing_outer {
  width: 100%;
  min-height: 30px;
  float: left;

  padding: 30px 30px;
}

.pricing_table_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.pricing_table_outer table thead tr td {
  border: 2px solid #ffff;
  border-bottom: 1px solid #ff6000 !important;
  background-color: #fff5e8;
  color: #cb7c63;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 15px;
}

.pricing_table_outer table tbody tr td {
  background-color: #fff;
  color: #cb7c63;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 15px;
  border: 2px solid #fff5e8;
  border-top: 0px;
}

.pricing_table_outer table tbody tr td:first-child {
  border: 2px solid #ffff;
  background-color: #fff5e8;
  color: #cb7c63;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* Pricing */

/* Custom Profile */

.custom_profile_sidebar {
  width: 100%;
  min-height: 20px;
  background-color: #242424;
  float: left;
  padding: 20px;
  border-radius: 5px;
}

.custom_profile_sidebar_image {
  width: 80px;
  height: 80px;
  background-color: #dadada;
  border-radius: 50px;
  float: left;
  margin: 0px calc(50% - 40px);
  background-size: cover;
  background-position: center;
}

.custom_profile_sidebar_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.custom_profile_sidebar h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #dadada;
  text-align: center;
  margin-top: 10px;
  float: left;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.custom_sidebar_profile_btn {
  width: 100%;
  height: 40px;
  background-color: #ff6000;
  float: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  margin-bottom: 25px;
}

.custom_sidebar_profile_btn i {
  font-size: 14px;
  color: #fff;
}

.custom_sidebar_profile_btn span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.custom_profile_sidebar_group {
  width: 100%;
  min-height: 20px;
  float: left;
  border-bottom: 1px solid #dadada38;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.custom_profile_sidebar_group h4 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 300;
  color: #dadadaed;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.custom_profile_sidebar_group h5 {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: #dadadaab;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.custom_profile_sidebar_group p {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: #dadadaab;
  letter-spacing: 1px;
  margin: 0;
}

.custom_profile_sidebar_group h5:last-child {
  margin-bottom: 0px;
}

.custom_profile_sidebar_group h5 span {
  float: right;
}

.custom_profile_sidebar_group .menu_iconbox_line {
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}

.custom_profile_sidebar_group .menu_iconbox_line_selected {
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}

.custom_profile_sidebar_group:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}

.custom_profile_contents {
  width: 100%;
  min-height: 20px;
  float: left;
}

.custom_profile_contents_mini_title {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.custom_profile_contents_title {
  width: 100%;
  float: left;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  position: relative;
}

.custom_profile_contents_title .create_new_playlist_inner {
  float: right;
}

.slderbar_menu_group {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 10px;
  padding-left: 15px;
}

.slderbar_menu_group .menu_iconbox_line {
  background-color: rgba(255, 255, 255, 0.06);
}

/* Custom Profile */
/*my play list*/
.music_line_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.music_line_btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.music_line_btn .menu_iconbox_dropdown {
  display: none;
  top: 30px;
  right: 0px;
}

.music_line_btn:hover .menu_iconbox_dropdown {
  display: block;
}

.music_line_btn:hover .menu_iconbox_dropdown .menu_iconbox_line_group {
  border-top: 0px;
  padding-top: 0px;
}

.music_line_btn:hover .menu_iconbox_dropdown .menu_iconbox_line_group {
  margin-bottom: 5px;
  padding-top: 5px;
}

.music_line_big_btn {
  min-width: 30px;
  height: 30px;
  background-color: #f8af00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #c7591e;
  gap: 5px;
  cursor: pointer;
}

.music_line_tag {
  min-width: 30px;
  height: 30px;
  background-color: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 13px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #333;
}

.music_line_mini_tag {
  min-width: 30px;
  height: 24px;
  background-color: #2f1a07;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 13px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #f88129;
}

.music_line_mini_tag i {
  font-size: 12px;
  margin-right: 5px;
}

.music_line_image {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  float: left;
  background-color: #dadada;
  background-size: cover;
  background-position: center;
}

.music_line_image img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  border-radius: 5px;
}

.music_line_contents {
  flex: 1;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.music_line_contents h3 {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #fafafa;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music_line_contents h4 {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.music_line_contents h4 span {
  float: left;
  font-size: 13px;
  font-weight: 300;
  color: #fafafa;
}

.music_line_contents h4 i {
  float: left;
  font-size: 4px;
  color: #fafafa;
}

.sortable_line {
  width: 100%;
  float: left;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}

.sortable_line li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.music_line_btn span {
  font-size: 13px;
  font-weight: 400;
  color: #fafafa;
  position: relative;
  z-index: 1;
}

.music_line_play_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  background-color: #fafafa;
  z-index: 2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 12px;
  padding-left: 3px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.music_line_btn:hover .music_line_play_btn {
  opacity: 1;
}

.MyPlaylistHandle {
  padding-top: 3px;
}

.playlist_top_line {
  width: 100%;
  min-height: 20px;
  background-color: #242424;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.playlist_top_line_box {
  width: 180px;
  height: 180px;
  background-color: #dadada;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;
}

.playlist_top_line_contents {
  flex: 1;
  min-height: 10px;
  /* background-color: #dadada; */
  float: left;
}

.playlist_top_line_buttons {
  min-width: 10px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.playlist_top_line_btn {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  cursor: pointer;
  background-color: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.playlist_top_line_btn:hover {
  opacity: 1;
}

.playlist_delete_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  background-color: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  padding-left: 1px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.playlist_delete_btn:hover {
  opacity: 1;
}

.playlist_play_btn {
  width: 50px;
  height: 50px;
  background-color: #242424;
  position: absolute;
  left: 7px;
  bottom: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding-left: 4px;
  opacity: 0.8;
  transition: all 0.2s ease;
  cursor: pointer;
}

.playlist_play_btn:hover {
  opacity: 1;
}

.playlist_box_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-top: 30px;
}

.playlist_box_outer * .homepage_line_content_box_square {
  border: 1px solid #c5c5c5;
}

.playlist_box_outer * .homepage_line_contents_box_outer {
  position: relative;
  padding-top: 16px;
}

.playlist_box_outer * .homepage_line_contents_box_outer:before {
  content: "";
  width: 80%;
  height: 8px;
  border: 1px solid #c5c5c5;
  border-bottom: 0px;
  position: absolute;
  top: 9px;
  left: 10%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  opacity: 0.8;
}

.playlist_box_outer * .homepage_line_contents_box_outer:after {
  content: "";
  width: 70%;
  height: 8px;
  border: 1px solid #c5c5c5;
  border-bottom: 0px;
  position: absolute;
  top: 2px;
  left: 15%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  opacity: 0.6;
}

.playlist_box_inner {
  width: 100%;
  min-height: 30px;
  float: left;
  margin-bottom: 35px;
}

.custom_profile_contents_title2 {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.see_all_button_outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-top: 15px;
}

.playlist_slider .slick-arrow {
  background: #0a0a09;
  /* background: linear-gradient(
    67deg,
    rgba(255, 98, 0, 1) 0%,
    rgba(246, 162, 52, 1) 100%
  ); */
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.playlist_slider .slick-prev {
  left: auto;
  right: 50px;
  top: -31px;
  padding-top: 1px;
}

.playlist_slider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.playlist_slider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.playlist_slider .slick-next {
  left: auto;
  right: 7px;
  top: -31px;
  padding-top: 1px;
  padding-left: 2px;
}

.playlist_info_outer {
  color: #dadada;
  display: flex;
  gap: 10px;
}

.playlist_info_outer h4 {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: 300;
  color: #dadadaed;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.playlist_info_outer h6 {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 200;
  color: #dadadaed;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom_profile_sidebar_group_info {
  width: 100%;
  min-height: 20px;
  float: left;
}

.custom_profile_sidebar_group_info h4 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 300;
  color: #dadadaed;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.custom_profile_sidebar_group_info h5 {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: #dadadaab;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.custom_profile_sidebar_group_info h5:last-child {
  margin-bottom: 0px;
}

.custom_profile_sidebar_group_info h5 span {
  width: 20%;
  float: right;
}

.playlist_custom_btn {
  width: 70%;
  height: 34px;
  background-color: #ffffff1f;
  float: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  margin-bottom: 15px;
}

.playlist_custom_btn i {
  width: 50px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.playlist_custom_btn span {
  flex: 1;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.create_new_playlist_outer {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.create_new_playlist_inner {
  width: auto;
  height: 40px;
  float: left;
  padding: 0px 20px;
  border-radius: 25px;
  background-color: #ff6000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 2px;
  padding-bottom: 1px;
  color: #fff;
  border: 1px solid #ff6000;
  cursor: pointer;
  text-decoration: none;
  gap: 10px;
  outline: 0px !important;
}

.create_new_playlist_inner_loop {
  /* background-color: rgba(255, 96, 0, .2)!important;
  border:1px solid #fff!important; */
  height: 50px !important;
  width: 50px !important;
  padding: 10px;
  border-radius: 50%;
}

.create_new_playlist_inner p {
  margin: 0;
  font-weight: 600;
}

.upload_photo_outer {
  width: 100%;
  height: 150px;
  background-color: #ffffff1a;
  border-radius: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.upload_photo_outer i {
  font-size: 35px;
  color: #ffffff8f;
}

.custom_inner_input_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-bottom: 10px;
}

.custom_inner_radio_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-bottom: 10px;
}

.custom_inner_radio_outer p {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #dadada;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.custom_inner_input_outer p {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #dadada;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.custom_inner_input_radio {
  width: 100%;
  display: flex;
  float: left;
  gap: 15px;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.custom_inner_radio_outer input[type="file"] {
  display: none;
  padding-top: 15px;
  color: #8f8f8f;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}

.custom_inner_radio_outer input[type="text"] {
  display: none;
  width: 100%;
  height: 40px;
  border: 1px solid #5c5c5c70;
  outline: 0px !important;
  box-shadow: 0px !important;
  background-color: #323232b3;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  margin-top: 15px;
}

.custom_inner_radio_outer2 input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  display: none;
  margin-top: 10px;
  float: left;
}

.custom_inner_radio_outer2 input[type="date"] {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  display: none;
  margin-top: 10px;
  float: left;
}

.custom_inner_radio_outer input[type="checkbox"] {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #5c5c5c70;
  outline: 0px !important;
  box-shadow: 0px !important;
  background-color: #323232b3;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  margin-top: 15px;
  color: #e1e1e1;
}

.custom_inner_input_outer input {
  width: 100%;
  height: 40px;
  border: 1px solid #5c5c5c70;
  outline: 0px !important;
  box-shadow: 0px !important;
  background-color: #323232b3;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  color: #e1e1e1;
}

.custom_inner_input_outer select {
  width: 100%;
  height: 40px;
  border: 1px solid #5c5c5c70;
  background-color: #323232b3;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  appearance: none;
  color: #e1e1e1;
}

.custom_inner_input_outer textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #5c5c5c70;
  background-color: #323232b3;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  color: #e1e1e1;
}

.custom_inner_input_outer label {
  font-size: 16px;
  font-weight: 400;
  color: #e1e1e1;
  margin-bottom: 10px;
}

.custom_inner_input_subtext p {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #dadada4a;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-decoration: none;
}

.custom_inner_input_subtext_warning {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #dddd;
  letter-spacing: 1px;
  margin-bottom: 7px;
  text-decoration: none;
  font-style: italic;
}

.upload_photo_outer {
  width: 100%;
  height: 150px;
  float: left;
}

.upload_photo_outer img {
  object-fit: cover;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.playlist_name_creator {
  width: 80%;
  float: left;
}

.playlist_name_creator h5 {
  font-weight: 200;
  color: #dadada;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}

.playlist_name_creator h6 {
  font-weight: 200;
  color: #858585;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}

/*my play list*/

/* Custom Modal */

.custom_modal_outer {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom_modal_inner {
  width: 100%;
  min-height: 20px;
  max-height: 100vh;
  overflow: auto;
  position: relative;
  display: -webkit-inline-flex;
}

.custom_modal_box {
  width: 750px;
  min-height: 50px;
  background-color: #1a1a1a;
  float: left;
  border-radius: 10px;
}

.custom_modal_title {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  border-bottom: 1px solid #ffffff18;
  padding: 20px;
  gap: 10px;
}

.custom_modal_title_btn {
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

.custom_modal_title_text {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.custom_modal_contents_outer {
  width: 100%;
  max-height: calc(100vh - 250px);
  overflow: auto;
  min-height: 50px;
  float: left;
  padding: 15px;
  display: flex;
}

.close_modal_box_close {
  flex: 1;
}

.close_modal_box_top_close {
  width: 100%;
  flex: 1;
}

.custom_modal_bottom {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
  border-top: 1px solid #ffffff18;
  padding: 20px;
  gap: 10px;
}

.custom_modal_bottom button {
  min-width: 10px;
  height: 35px;
  padding: 0px 15px;
  float: left;
  font-size: 13px;
  font-weight: 300;
  color: #ffffffae;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important;
  border-radius: 5px;
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal_copy_line_outer {
  width: 100%;
  height: 40px;
  background-color: #323232b3;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #5c5c5c70;
  border-radius: 5px;
  padding: 5px;
}

.modal_copy_line_icon {
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}

.modal_copy_line_btn {
  min-width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  padding: 0px 14px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 17px;
}

.modal_copy_line_text {
  flex: 1;
  float: left;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.5px;
}

/* Custom Modal */
/* Edit Account*/
.edit_account_outer {
  width: 100%;
  float: left;
}

.edit_accounts_inputset_outer {
  width: 100%;
  float: left;
  display: flex;
  gap: 10px;
}

.edit_profile_button_outer_area {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Edit Account*/
/*Notification*/
.notfication_settings_item_outer {
  width: 100%;
  display: flex;
  float: left;
  min-height: 25px;
}

.notification_settings_item_inner {
  flex: 1;
  min-height: 25px;
  float: left;
}

.notification_dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #f8af00;
  margin-right: 20px;
  margin-top: 8px;
  float: left;
}

.notification_settings_item_inner p {
  margin: 0;
  font-weight: 300;
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 10px;
}

.custom_line {
  width: 90%;
  min-height: 20px;
  float: left;
  border-bottom: 1px solid #93939338;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.notification_settings_item_inner h4 {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  color: #78210f;
}

.switch_button_outer {
  width: 70px;
  display: flex;
  justify-content: center;
  padding: 5px;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  height: 26px;
  width: 48px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: background-color 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}

.switch input:checked + .slider {
  background-color: #f8af00;
}

.switch input:checked + .slider:before {
  transform: translateX(23px);
}

.notification_line_outer {
  width: 100%;
  min-height: 20px;
  padding: 20px;
  border-radius: 8px;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.notification_line_image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  padding-top: 3px;
}

.notification_line_right {
  width: 150px;
  height: 23px;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: right;
  font-weight: 300;
  opacity: 0.7;
}

.notification_line_center {
  width: calc(100% - 235px);
  min-height: 20px;
  float: left;
}

.notification_line_center h3 {
  width: 100%;
  float: left;
  margin: 0px;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.notification_line_center h4 {
  width: 100%;
  float: left;
  margin: 0px;
  font-weight: 200;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.notification_danger {
  background-color: #ff3a41;
}

.notification_info {
  background-color: #0066ff;
}

.notification_warning {
  background-color: #ff7b00;
}

.notification_success {
  background-color: #00ba57;
}

/*Notification*/
/* Messages */
.messages_contents_outer {
  width: 100%;
  min-height: calc(100vh - 130px);
  float: left;
  overflow: hidden;
  border-radius: 10px;
}

.messages_contents_left {
  width: 100%;
  min-height: calc(100vh - 130px);
  float: left;
  background-color: #1b1b1b;
  border-right: 1px solid #272727;
}

.messages_contents_right_title {
  width: 100%;
  height: 60px;
  background-color: #1b1b1b;
  float: left;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 15px;
  border-bottom: 1px solid #272727;
  letter-spacing: 2px;
}

.messages_contents_right_bottom {
  width: 100%;
  height: 60px;
  background-color: #1b1b1b;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.messages_contents_right_center {
  width: 100%;
  height: calc(100vh - 250px);
  background-color: #0a0a09;
  float: left;
  overflow: auto;
  padding: 15px;
}

.messages_contents_left_title {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 15px;
  border-bottom: 1px solid #272727;
  letter-spacing: 2px;
}

.messages_contents_left_bottom {
  width: 100%;
  height: calc(100vh - 190px);
  padding: 15px;
  float: left;
  overflow: auto;
}

.messages_contents_left_searchLine {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 5px;
}

.messages_contents_left_searchLine input {
  flex: 1;
  height: 40px;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important;
  color: #fff;
  background-color: transparent;
  font-size: 13px;
  padding-left: 10px;
}

.messages_contents_left_searchLine button {
  width: 40px;
  height: 40px;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important;
  color: #fff;
  background-color: transparent;
  font-size: 15px;
}

.messages_contents_left_line {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0px;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  margin-top: -1px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.messages_contents_left_line:hover {
  padding-left: 15px;
}

.messages_contents_left_line_image {
  width: 45px;
  height: 45px;
  background-color: #dadada;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  float: left;
}

.messages_contents_left_line_btn {
  width: 25px;
  height: 25px;
  background-color: #0a0a09;
  float: left;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  color: #ffffffbb;
  padding-left: 1px;
}

.messages_contents_left_line_center {
  width: calc(100% - 90px);
  min-height: 10px;
  float: left;
}

.messages_contents_left_line_center h3 {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.messages_contents_left_line_center h3 i {
  color: #ffb000;
  font-size: 8px;
  float: left;
  margin-right: 3px;
  margin-top: 4px;
}

.messages_contents_left_line_center h4 {
  width: 100%;
  font-size: 11px;
  font-weight: 200;
  color: #ffffffbc;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.custom_scroll::-webkit-scrollbar {
  width: 5px;
}

.custom_scroll::-webkit-scrollbar-track {
  background: #232323;
}

.custom_scroll::-webkit-scrollbar-thumb {
  background: #3c3c3c;
}

.custom_scroll::-webkit-scrollbar-thumb:hover {
  background: rgb(21, 21, 21);
}

.messages_contents_right_bottom button {
  min-width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0px 15px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.messages_contents_right_bottom input {
  flex: 1;
  height: 40px;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: 0px !important;
  color: #fff;
  background-color: transparent;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
}

.message_box_outer {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.message_box_image {
  width: 40px;
  height: 40px;
  background-color: #dadada;
  border-radius: 50%;
  float: left;
  background-size: cover;
  background-position: center;
}

.message_box_contents {
  min-width: 10px;
  max-width: calc(60% - 50px);
  min-height: 20px;
  background-color: #232323;
  border-radius: 7px 7px 7px 0px;
  padding: 8px 12px;
}

.message_box_contents p {
  font-size: 13px;
  float: left;
  color: #fff;
  margin: 0px;
  font-weight: 300;
  line-height: 23px;
}

.message_box_contents span {
  font-size: 11px;
  float: left;
  color: #fff;
  margin: 0px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 5px;
  opacity: 0.6;
}

.sender_message {
  flex-direction: row-reverse;
}

.sender_message .message_box_contents {
  border-radius: 7px 7px 0px 7px;
}

/* Messages */
/*Seller Profile View*/
.operations_button_outer {
  width: 100%;
  display: flex;
  flex-direction: row;
  float: left;
  gap: 5px;
}

.custom_profile_sidebar_group i {
  color: #dadada;
}

.custom_profile_sidebar_group a {
  width: 100%;
  flex-direction: row;
  display: flex;
  gap: 10px;
  cursor: pointer;
  align-items: center;
}

.menu_iconbox_line:last-child {
  margin-bottom: 0px;
}

.seller_tags_outer {
  width: 100%;
}

.custom_playlist_tag {
  min-width: 10px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  border-radius: 25px;
  margin: 4px;
  border: 1px solid #dbdbdb52;
  background-color: #abaaaa75;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  color: #dadada;
  float: left;
}

/*Seller Profile View*/
/*Track Detail*/
.voice_area {
  width: 100%;
  min-height: 25px;
  float: left;
  margin-bottom: 15px;
}

.custom_track_image {
  width: 200px;
  height: 200px;
  background-color: #dadada;
  border-radius: 100px !important;
  float: left;
  margin: 0px calc(50% - 100px);
}

.custom_track_image img {
  width: 100%;
  height: 100%;
  border-radius: 100px !important;
  object-fit: cover;
  border-radius: 10px;
}

.track_info_subtitle {
  width: 100%;
  font-weight: 300;
  color: #9d9d9dab;
  text-align: center;
  font-size: 15px;
  float: left;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.track_total_price {
  width: auto;
  height: 40px;
  float: left;
  padding: 0px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 1px;
  color: #c7591e;
  cursor: pointer;
  text-decoration: none;
  gap: 10px;
  font-weight: 500;
}

.custom_profile_contents_title .track_total_price {
  float: right;
  padding-top: 16px;
}

.track_packet_type_outer {
  width: 100%;
  min-height: 25px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 15px;
}

.track_paket_type_inner {
  width: calc((100% / 3) - 10px);
  margin: 5px;
  min-height: 25px;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.track_paket_type_inner h5 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  transition: all 0.5s ease;
  color: #c7591e;
}

.track_paket_type_inner h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  color: #c7591e;
  transition: all 0.5s ease;
}

.track_packet_title_outer {
  width: 100%;
  display: flex;
  float: left;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000012;
}

.track_packet_info {
  width: 100%;
  float: left;
}

.track_packet_info p {
  font-weight: 300;
  color: #adacac;
  margin-bottom: 0;
  padding-top: 10px;
}

.track_paket_type_inner:hover {
  background-color: #ebebeb;
  transition: all 0.5s ease;
}

.track_paket_type_inner:hover h5 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: var(--main_color);
  transition: all 0.5s ease;
}

.track_paket_type_inner:hover h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  color: var(--main_color);
  transition: all 0.5s ease;
}

.track_comments {
  width: 100%;
  float: left;
}

.track_comment_line {
  width: calc(100% + 16px);
  height: 0px;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 25px;
}

.track_comment_line input {
  flex: 1;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 20px 0px 0px 20px;
  padding: 0px 15px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 1px;
  outline: 0px;
  box-shadow: 0px;
  float: left;
}

.track_comment_line button {
  width: 70px;
  height: 40px;
  background: linear-gradient(67deg, #ff6000 0%, rgba(246, 162, 52, 1) 100%);
  border-radius: 0px 20px 20px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  border: 0px;
  outline: 0px;
  box-shadow: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 15px 15px 0px;
  float: left;
}

.tracks_comment_list_outer {
  width: 100%;
  float: left;
  min-height: 25px;
  margin-top: 25px;
  display: flex;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0000001c;
}

.track_comment_img_outer {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.track_comment_img_outer img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}

.tracks_comment_info_outer {
  width: 100%;
  float: left;
  min-height: 20px;
}

.tracks_comment_info_title_outer {
  width: 100%;
  float: left;
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tracks_comment_info_title_outer p {
  margin: 0;
}

.tracks_write_by {
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

.tracks_comment_date {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}

.tracks_comment_text {
  width: 100%;
  float: left;
}

.tracks_comment_text p {
  font-weight: 300;
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
  color: #fff;
}

.usage_outer {
  width: 100%;
  float: left;
}

.usage_inner {
  width: 100%;
  float: left;
  min-height: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}

.usage_item_outer {
  width: calc((100% / 3) - 10px);
  margin: 5px;
  min-height: 25px;
  display: flex;
  float: left;
  gap: 10px;
  align-items: center;
}

.usage_item_description_outer {
  width: calc((100%) - 10px);
  margin: 5px;
  min-height: 25px;
  display: flex;
  float: left;
  gap: 10px;
  align-items: center;
  color: #ddd;
}

.usage_item_icon_outer {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 20px;
  display: flex;
  background: linear-gradient(
    67deg,
    rgba(255, 98, 0, 1) 0%,
    rgba(246, 162, 52, 1) 100%
  );
  align-items: center;
  justify-content: center;
}

.usage_item_icon_outer i {
  font-size: 18px;
  color: #6e370b;
}

.usage_item_outer p {
  margin: 0;
  flex: 1;
  font-weight: 300;
  font-size: 15px;
  color: #fefefe;
  float: left;
  letter-spacing: 1px;
  padding: 5px;
}

/* Track Detail */
/* Sound Kits */
.vocal_detail_item_outer {
  width: 100%;
  float: left;
  min-height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.vocal_detail_dot {
  background: linear-gradient(
    67deg,
    rgba(255, 98, 0, 1) 0%,
    rgba(246, 162, 52, 1) 100%
  );
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

.vocal_detail_item_outer p {
  margin: 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 15px;
  color: #fff;
}

.vocal_detail_item_outer span {
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}

.sound_kits_contact_outer {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.sound_kits_inputset_outer {
  width: 100%;
  float: left;
  display: flex;
  gap: 10px;
}

.sound_check_outer {
  height: 40px;
  width: 40px;
  outline: 0px !important;
  box-shadow: 0px !important;
  background-color: #323232b3;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
}

.custom_inner_checkbox_outer {
  width: 100%;
  min-height: 25px;
  float: left;
  display: flex;
  gap: 10px;
}

.custom_inner_checkbox_outer input {
  width: 16px;
  height: 16px;
  float: left;
}

.custom_inner_checkbox_outer ğ {
  width: 100%;
  display: flex;
  align-items: center;
  float: left;
}

.loop_content {
  width: 100%;
  float: left;
}

.loop_content p {
  font-weight: 300;
  color: #fff;
}

/* Sound Kits */
/* Loop */
.loop_additional_speciality {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 300;
  color: #dadadaed;
  letter-spacing: 2px;
  margin-bottom: 5px;
  cursor: pointer;
  display: flex;
  gap: 5px;
}

.loop_additional_speciality i {
  opacity: 0.6;
}

.loop_upload_file_title p {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #c7591e;
  letter-spacing: 1px;
  margin: 0;
}

.loop_upload_file_title {
  float: left;
  margin-top: 15px;
}

/* Loop */
/* Mobile*/
@media screen and (max-width: 992px) {
  .custom_modal_box {
    width: calc(100% - 20px);
  }

  .user_profil_outer {
    display: block;
  }

  .custom_profile_contents_title .create_new_playlist_inner {
    float: right;
    width: 100%;
    float: left;
    margin-top: 10px;
  }

  .custom_modal_contents_outer {
    display: block;
  }

  .upload_photo_outer {
    width: 100%;
    margin-bottom: 15px;
  }

  .sortable_line {
    overflow-y: scroll;
  }

  .sortable_line li {
    width: 800px;
  }

  .messages_contents_outer .col-3 {
    width: 100%;
  }

  .messages_contents_outer .col-9 {
    width: 100%;
  }

  .message_box_contents {
    max-width: calc(90% - 50px);
  }
}

/* Mobile*/
/* Beat Upload */
.tab_buttons_slider_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.tab_buttons_btn {
  min-width: 10px;
  height: 40px;
  background-color: #f5f5f5;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.tab_buttons_btn_select {
  background-color: #4a3128;
  color: #f9a752;
}

.beat_tab_outer {
  width: 100%;
  float: left;
  min-height: 25px;
}

.beat_tab_outer .icon-container {
  width: 100%;
  float: left;
  min-height: 25px;
}
.play-content {
  background: transparent;
  color: #f9a752;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  width: 150px;
}

.beat_tab_title_info {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.beat_tab_title_info h5 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #f9a752;
  text-transform: uppercase;
  font-size: 14px;
}

.beat_tab_title_warning {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.beat_tab_title_warning p {
  font-weight: 300;
  letter-spacing: 1px;
  color: #cb7c63;
  font-size: 13px;
}

.beat_tab_music_files_outer {
  width: 100%;
  float: left;
  margin-top: 10px;
  min-height: 25px;
}

.beat_file_upload_item {
  width: 100%;
  float: left;
  min-height: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
  background-color: #efefef;
  margin-top: 20px;
}

.beat_file_title {
  width: 100%;
  margin: 5px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.beat_file_title h5 {
  font-weight: 400;
  font-size: 15px;
  color: #cb7c63;
  letter-spacing: 2px;
}

.beat_file_title h6 {
  font-weight: 300;
  font-size: 15px;
  color: #565656;
  letter-spacing: 1px;
  margin: 0;
}

.beat_tab_main_info {
  width: 100%;
  float: left;
  display: flex;
  padding: 25px 0;
}

.custom_beat_title {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #c7591e;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.custom_file_input_outer {
  width: 100%;
  height: 45px;
  background-color: #242424;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  cursor: pointer;
  gap: 5px;
}

.package_input_outer {
  width: 100%;
  height: 45px;
  background-color: #242424;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px;
  cursor: pointer;
  gap: 5px;
  padding-left: 10px;
}
.package_add_button {
  width: 100%;
  height: 45px;
  background-color: #242424;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px;
  cursor: pointer;
  gap: 5px;
  padding-left: 10px;
}

.package_detail_input_style {
  font-size: 12px;
  height: 40px;
  border-radius: 4px;
  width: 49%;
  margin-right: 1%;
  margin-top: 4px;
}

.package_info_name {
  width: 40%;
  height: 45px;
  background-color: #242424;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  cursor: pointer;
  gap: 5px;
  padding-left: 10px;
  text-align: start;
  word-break: break-none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.package_info_file {
  width: 35%;
  height: 45px;
  background-color: #242424;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  cursor: pointer;
  gap: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  text-align: start;
  word-break: break-none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.package_info_price {
  width: 20%;
  height: 45px;
  background-color: #242424;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  cursor: pointer;
  gap: 5px;
  padding-left: 10px;
  text-align: start;
  word-break: break-none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom_file_input_outer input {
  display: none;
}

.tab_buttons_bottom_outer {
  width: 100%;
  float: left;
  display: flex;
}

.add_payment_info {
  width: 100%;
  float: left;
  min-height: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.add_payment_info p {
  float: left;
  margin: 0;
  font-weight: 300;
  color: #cb7c63;
  letter-spacing: 1px;
}

.collaborator_info_inner {
  width: 100%;
  float: left;
  display: flex;
  background-color: #00000015;
  margin-top: 40px;
  border-radius: 5px;
}

.collaborator_info_outer {
  width: 100%;
  float: left;
  min-height: 25px;
}

.collaborator_item {
  min-height: 25px;
  float: left;
  border-right: 1px solid #00000010;
}

.collaborator_item:last-child {
  border-right: 0px;
}

.collaborator_item {
  float: left;
  padding: 12px;
}

.collaborator_item h3 {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: var(--main_color);
  letter-spacing: 1px;
}

.collaborator_item h4 {
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  color: #fff !important;
}

.license_outer {
  float: left;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
}

.license_outer-2 {
  float: left;
  width: 100%;
  border: none !important;
  border-radius: 5px;
}

.license_item {
  float: left;
  min-height: 25px;
}

/* Beat Upload */
/*Financial status*/
.finance_top_box {
  width: 100%;
  min-height: 20px;
  background-color: #f5f5f5;
  float: left;
  border-radius: 5px;
  padding: 15px;
}

.finance_top_box h3 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 500;
  color: #c7591e;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.finance_top_box h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 300;
  color: #a5a5a5;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Financial status*/
/*Contract*/
.custom_table_btn {
  width: 26px;
  height: 26px;
  background-color: green;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 7px;
  cursor: pointer;
  font-size: 13px;
  padding-left: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

.table_btn_red {
  background-color: #ff0000;
  color: #fff;
}

.table_btn_info {
  background-color: #0084ff;
  color: #fff;
}

.table_btn_warning {
  background-color: #f8af00;
  color: #fff;
}

/*Contract*/
/* Basket */
.basket_outer {
  width: 100%;
  min-height: 20px;
  float: left;
}

.basket_inner {
  width: 100%;
  min-height: 80px;
  float: left;
  padding: 10px;
}

.basket_right_outer {
  width: 100%;
  min-height: 80px;
  background-color: #1a1a1a;
  border-radius: 7px;
  float: left;
  padding: 20px;
}

.basket_right_outer h3 {
  width: 100%;
  font-size: 15px;
  color: #fff;
  float: left;
  font-weight: 200;
  margin: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.basket_right_sellers {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.basket_right_sellers_image {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  float: left;
  background-color: #dadada;
  background-size: cover;
  background-position: center;
}

.basket_right_sellers_name_outer {
  flex: 1;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
}

.basket_right_sellers_price_outer {
  flex: 1;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
}

.basket_right_group {
  width: 100%;
  min-height: 20px;
  border-bottom: 1px solid #dadada34;
  float: left;
  margin-top: 15px;
}

.basket_right_btn {
  width: 100%;
  height: 40px;
  background-color: #f8af00;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #845444;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  box-shadow: none;
}

.basket_right_bottom_text {
  width: 100%;
  min-height: 10px;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 15px;
}

.basket_right_bottom_text a {
  color: #ffca4b;
  text-decoration: none;
}

.basket_top_dropdown_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
  background-color: #1a1a1a;
  margin-bottom: 16px;
}

.basket_top_dropdown_title {
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 15px;
  cursor: pointer;
}

.basket_top_dropdown_title_text {
  flex: 1;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}

.basket_top_dropdown_title_icon {
  min-width: 5px;
  font-size: 13px;
  color: #fff;
}

.basket_top_dropdown_contents {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}

.basket_top_dropdown_contents * .custom_inner_input_outer {
  margin: 0px;
}

.basket_top_dropdown_contents * .custom_inner_input_outer input {
  color: #fff;
}

.basket_top_dropdown_contents * .custom_inner_input_outer p {
  font-size: 11px;
  letter-spacing: 2px;
}

.basket_right_group * .custom_inner_input_outer {
  margin: 0px;
}

.basket_right_group * .custom_inner_input_outer input {
  color: #fff;
}

.basket_right_group * .custom_inner_input_outer p {
  font-size: 11px;
  letter-spacing: 2px;
}

.basket_line_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  border-top: 1px solid #dadada;
  padding: 15px 0px;
  margin-bottom: 15px;
}

.basket_line_outer * .basket_right_sellers_name_outer {
  color: #fafafa;
  font-weight: 400;
  font-size: 14px;
}

.basket_line_outer * .basket_right_sellers_price_outer {
  color: #fafafa;
  font-weight: 500;
  font-size: 14px;
}

.basket_line_outer .basket_right_sellers {
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 0px;
}

.basket_line_products_outer {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.basket_line_products_image {
  width: 90px;
  height: 90px;
  background-color: #dadada;
  float: left;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
}

.basket_line_products_delete {
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  padding-top: 2px;
}

.basket_line_products_contents {
  width: calc(100% - 135px);
  min-height: 20px;
  float: left;
}

.basket_line_products_contents h3 {
  width: 100%;
  font-size: 19px;
  float: left;
  color: #fafafa;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}

.basket_line_products_contents h4 {
  width: 100%;
  font-size: 13px;
  float: left;
  color: #fafafa;
  font-weight: 300;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.basket_line_products_contents h5 {
  width: 100%;
  font-size: 16px;
  float: left;
  color: #fafafa;
  font-weight: 500;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Basket */
/* Offer */
.offer_line_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  border-radius: 4px;
  border: 1px solid #dadada;
  overflow: hidden;
  margin-bottom: 15px;
}

.offer_line_title_outer {
  width: 100%;
  height: 45px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 13px;
  cursor: pointer;
}

.offer_line_title_outer h3 {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: #fafafa;
  float: left;
  letter-spacing: 1px;
  margin: 0px;
  margin-top: -2px;
}

.offer_line_title_outer h3 small {
  font-size: 11px;
  font-weight: 300;
  color: #fafafa;
}

.offer_line_title_outer span {
  font-size: 13px;
  font-weight: 400;
  color: #fafafa;
  float: left;
  letter-spacing: 1px;
}

.offer_line_title_btn {
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.offer_line_contents_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  border-top: 1px solid #dadada;
}

.offer_line_contents_outer * .basket_line_outer:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.offer_line_contents_outer
  *
  .basket_line_outer
  .basket_line_products_outer:last-child {
  margin-bottom: 0px;
}

/* Offer */

/* Partners */

.colobrate_line_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.colobrate_line_outer input {
  width: 55%;
  height: 45px;
  border: 1px solid #4c4c4c;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 13px;
  color: #fff;
}

.colobrate_line_outer input[type="number"] {
  width: auto;
  flex: 1;
}

.colobrate_line_outer select {
  flex: 1;
  height: 45px;
  border: 1px solid #4c4c4c;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 13px;
  color: #dadada;
}

.colobrate_line_btn {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* Partners */

/* Custom */

.custom_slider_outer {
  width: 100%;
  min-height: 25px;
  height: 950px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-top: 141px;
  position: relative;
}

.custom_slider_inner {
  width: 100%;
  min-height: 50px;
  float: left;
  padding-top: 150px;
  position: relative;
  z-index: 4;
  padding-left: 40px;
}

.custom_slider_contents_box {
  width: 55%;
  min-height: 10px;
  float: left;
}

.custom_slider_contents_box h3 {
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  float: left;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.custom_slider_searchbar_outer {
  width: 100%;
  height: 65px;
  background-color: #fff;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
}

.custom_slider_searchbar_btn {
  min-width: 35px;
  height: 35px;
  float: left;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
}

.custom_slider_searchbar_btn i {
  font-size: 20px;
}

.custom_slider_searchbar_outer input {
  flex: 1;
  height: 35px;
  float: left;
  border: 0px;
  outline: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: transparent;
}

.custom_slider_searchbar_bottom_line {
  width: 100%;
  min-height: 20px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.custom_slider_searchbar_bottom_line_title {
  min-width: 10px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.custom_slider_searchbar_bottom_tag {
  min-width: 10px;
  height: 35px;
  float: left;
  background-color: #262626;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 0px 15px;
  border: 2px solid #383838;
  cursor: pointer;
}

.custom_slider_searchbar_bottom_tag:hover {
  background-color: #333333;
  border-color: #333333;
}

.custom_slider_bottom_line_outer {
  width: 100%;
  min-height: 20px;
  float: left;
  margin-bottom: -180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.custom_slider_bottom_line_btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.custom_slider_bottom_line_text {
  flex: 1;
  min-height: 10px;
  float: left;
}

.custom_slider_bottom_line_text h3 {
  width: 100%;
  text-align: right;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-bottom: 9px;
  letter-spacing: 1px;
}

.custom_slider_bottom_line_text h4 {
  width: 100%;
  text-align: right;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  margin: 0px;
}

.custom_slider_bg_outer {
  width: calc(80%);
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  z-index: 1;
}

.custom_slider_bg_outer img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  object-fit: cover;
  object-position: center;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

@media screen and (max-width: 992px) {
  .custom_slider_contents_box {
    width: 100%;
  }

  .custom_slider_searchbar_bottom_line {
    align-items: center;
    justify-content: center;
  }

  .custom_slider_searchbar_bottom_line_title {
    width: 100%;
  }

  .custom_slider_contents_box h3 {
    text-align: center;
  }
}

.footer_top_form_outer {
  width: 100%;
  min-height: 50px;
  float: left;
}

.footer_top_form_inner {
  width: 100%;
  min-height: 100px;
  float: left;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}

.footer_top_form_box {
  min-height: 20px;
  float: left;
}

.footer_top_form_box h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.footer_top_form_box .custom_slider_searchbar_outer {
  background-color: #262626;
}

.footer_top_form_box
  .custom_slider_searchbar_outer
  .custom_slider_searchbar_btn {
  color: #595959;
}

.footer_top_form_box .custom_slider_searchbar_outer input {
  color: #fff;
}

.homepage_mockup_line_outer {
  width: 100%;
  min-height: 20px;
  /* //  background-color: #0c090e; */
  float: left;
  background-color: linear-gradient(to right, #000 0%, #0c090e 50%, #000 100%);
}

.homepage_mockup_line_inner {
  width: 100%;
  min-height: 50px;
  float: left;

  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_mockup_image_outer {
  min-height: 50px;
  float: left;
  position: relative;
}

.homepage_mockup_image {
  width: 110%;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -5%;
}

.homepage_mockup_image2 {
  width: 100%;
  min-height: 390px;
  height: 100%;
  float: left;
  position: absolute;
  top: -158px;
  z-index: 3;
  -webkit-mask-image: linear-gradient(to right, transparent, black 50%);
  mask-image: linear-gradient(to right, transparent, black 50%);
}

.homepage_mockup_contents {
  width: 45%;
  min-height: 50px;
  float: left;
  padding: 50px 20px;
}

.homepage_mockup_contents h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-bottom: 10px;
}

.homepage_mockup_contents h3 span {
  padding: 4px 13px;
  background-color: #facb00;
  color: #fafafa;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 8px;
  border-radius: 26px;
}

.homepage_mockup_contents h5 {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.homepage_mockup_contents h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-bottom: 15px;
}

.homepage_mockup_icon_line_outer {
  width: 100%;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 10px;
}

.homepage_mockup_icon_line_box {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
  padding-top: 3px;
  padding-left: 1px;
}

.homepage_mockup_icon_line_contents {
  flex: 1;
  min-height: 10px;
  float: left;
}

.homepage_mockup_icon_line_contents h2 {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.homepage_mockup_icon_line_contents p {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  opacity: 0.6;
}

.blue_icon_box {
  background: rgb(84, 161, 255);
  background: linear-gradient(
    180deg,
    rgba(84, 161, 255, 1) 0%,
    rgba(52, 105, 255, 1) 100%
  );
}

.purple_icon_box {
  background: rgb(155, 80, 255);
  background: linear-gradient(
    180deg,
    rgba(155, 80, 255, 1) 0%,
    rgba(77, 17, 255, 1) 100%
  );
}

.green_icon_box {
  background: rgb(66, 209, 106);
  background: linear-gradient(
    180deg,
    rgba(66, 209, 106, 1) 0%,
    rgba(54, 171, 125, 1) 100%
  );
}

.homepage_mockup_line_btn_outer {
  min-width: 10px;
  height: 36px;
  float: left;
  padding: 0px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  background-color: #005ff8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}

.homepage_mockup_line_btn_outer:hover {
  background-color: #3c87ff;
}

@media screen and (max-width: 992px) {
  .homepage_mockup_image_outer {
    display: none;
  }

  .homepage_mockup_contents {
    width: 100%;
  }
}

.balance-container {
  padding: 6px 12px;
  height: 36px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(
    180deg,
    rgba(85, 85, 85, 0.16),
    rgba(43, 43, 43, 0.16)
  );
  border-image-slice: 1;
  background-image: linear-gradient(180deg, #262626, #262626),
    linear-gradient(180deg, rgba(85, 85, 85, 0.16), rgba(43, 43, 43, 0.16));
  background-origin: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.balance-container .price {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: right;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  color: white;
}

.balance-container .label {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  text-transform: none;
  color: #9f9f9f;
  display: flex;
  align-items: center;
  justify-items: flex-start;
}

.become-seller-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 0 solid transparent;
  background: #ff6000;
  box-shadow: 0 0 0 5px var(--bs-outline-interactive-silent);
  border-radius: 5px;
}

.become-seller-btn a {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  font-family: var(--font-primary);
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.trackDetail-form .form-title {
  color: #fff;
}

.trackDetail-form .title {
  color: #fff;
}

.trackDetail-form option {
  color: #fff;
}

.trackDetail-form label {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #c7591e;
  letter-spacing: 1px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.trackDetail-form .description {
  color: #fefefe;
}

.trackDetail-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #dadada;
  outline: 0px !important;
  box-shadow: 0px !important;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 10px;
  padding-bottom: 1px;
  border-radius: 5px;
  resize: none;
}

.start-selling-button {
  margin-top: 30px;
  background-color: #c7591e;
  color: white;
  border: none;
  padding: 14px 60px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.start-selling-button-link {
  font-size: 20px !important;
}

.start-selling-button .icon {
  margin-left: 8px;
}

.broadcasting-title {
  font-weight: 600 !important;
  color: #eb611c !important;
}

.broadcasting-sub-title {
  font-weight: 600 !important;
  color: #333 !important;
}

#services_type p {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #c7591e;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

/* SOCIALS START */

.fa-youtube {
  color: #ff0000 !important;
  font-size: 20px;
}
.fa-instagram {
  font-size: 20px;
  color: #c13584 !important;
}
.fa-facebook {
  font-size: 20px;
  color: #1877f2 !important;
}
.fa-twitter {
  font-size: 20px;
  color: #1da1f2 !important;
}
.fa-soundcloud {
  font-size: 20px;
  color: #ff8800 !important;
}

/* SOCIALS END */

/*MOVIE DETAIL START*/

.movie-detail-content .detail-line {
  border-bottom: 0.4px solid rgba(221, 221, 221, 0.3);
}
.text-warning-light {
  color: #ffdfb4;
}

/*MOVIE DETAIL END*/

/*PLANS PAGE START*/

.plan-page .card-header {
  background: transparent;
  border: 1px solid #ddd !important;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-page .card {
  border: 1px solid #ddd !important;
}
.pricing-card-title {
  color: #defefe;
}
.bg-beat-dark {
  background: rgba(99, 98, 98, 0.4) !important;
}
.text-axuality {
  color: rgba(227, 227, 227, 0.8);
}
/*PLANS PAGE END*/

/*TABS START*/
.nav-tabs {
  border: 0px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: transparent;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
  color: #c2c0c0 !important;
}

/*TABS END*/

/* Custom */

/*SALES PAGE START*/
.list-group-item {
  background-color: #1a1a1a;
  color: #fff;
  border-color: #333;
}

.list-group-item:hover,
.list-group-item:focus {
  background-color: #2a2a2a;
  color: #fff;
}

.dropdown-menu {
  background-color: #1a1a1a;
  border-color: #333;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #2a2a2a;
  color: #fff;
}

.tab-content {
  background-color: #1a1a1a;
  border: 1px solid #333;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.tab-pane h2 {
  color: #c7591e;
  margin-bottom: 20px;
}
/*SALES PAGE END*/

/*DASHBOARD NAVBAR START*/
.dashboard-navbar {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 80px;
  padding: 0px 12px !important;
}

.dashboard-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dashboard-navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

.dashboard-navbar .nav-link {
  color: #4a4a4a !important;
  font-weight: 500;
}

.dashboard-navbar .nav-link:hover {
  color: #ef4444 !important;
}

.dashboard-navbar .create-btn {
  background: #ef4444;
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.dashboard-navbar .create-btn:hover {
  background: #ef4444;
  transform: translateY(-1px);
}

.dashboard-navbar .profile-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.dashboard-navbar .notification-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
}
.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}
/*DASHBOARD NAVBAR END*/

/*DASHBOARD MENU START*/
.dashboard-menu body {
  background: #f5f5f5;
  color: #4a4a4a;
}
.dashboard-menu .menu-item:hover {
  background: rgba(239, 68, 68, 0.1) !important;
}
.dashboard-menu .sidebar-outer {
  width: 80px;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0px 0 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .loop-tracks-slider-btn{
    width:100%!important;
    margin-left:0px!important;
  }
  .custom_slider_inner{
    padding-top:0px!important;
  }
  .home-career-left-contents {
    margin-right: 0px !important;
    padding-right: 50px !important;
  }
  .custom_slider_searchbar_outer input {
    font-size: 11px !important;
  }
  .subscribe_btn {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  .email_btn {
    display: none;
  }
  .dashboard-menu .sidebar-outer {
    width: 0;
    position: fixed;
    left: -250px;
  }

  .dashboard-menu .sidebar-outer.active {
    width: 250px;
    left: 0;
  }
}

.dashboard-menu .sidebar-outer:hover {
  width: 250px;
}

.dashboard-menu .sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 0rem 0;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .custom_slider_searchbar_outer {
    min-width: 100% !important;
  }
  .dashboard-menu .sidebar {
    overflow-y: auto;
  }
}

.dashboard-menu .menu-item {
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  color: #4a4a4a !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 0.2rem 0.5rem;
  white-space: nowrap;
}

.dashboard-menu .menu-item:hover {
  background: rgba(59, 130, 246, 0.1);
  color: #ef4444 !important;
  transform: translateX(5px);
}

.dashboard-menu .menu-item a {
  color: inherit !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.dashboard-menu .menu-item .icon {
  text-align: center;
  padding: 4px;
  width: 32px;
  color: #243642;
  transition: all 0.2s ease;
}

.dashboard-menu .menu-item:hover .icon {
  color: #ef4444;
}

.dashboard-menu .menu-item .label {
  opacity: 0;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .dashboard-menu .menu-item .label {
    opacity: 1;
  }
}

.dashboard-menu .sidebar:hover .label {
  opacity: 1;
}

.dashboard-menu .submenu {
  margin-left: 1.5rem;
  display: none;
  animation: slideDown 0.3s ease;
}

.dashboard-menu .menu-item.active {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444 !important;
}

.dashboard-menu .menu-item.active .icon {
  color: #ef4444;
}

.dashboard-menu .menu-item.active + .submenu {
  display: block;
}

.dashboard-menu .menu-toggle {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1001;
  background: #fff;
  border: none;
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .dashboard-menu .menu-toggle {
    display: block;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*DASHBOARD MENU END*/

/*DASHBOARD START*/
.dashboard .form-select {
  background: white !important;
  border: 1px solid #eb611c !important;
  color: #000 !important;
}
.dashboard .dropdown-menu {
  background-color: #1a1a1a !important;
}
.dashboard .tab-content {
  background: transparent;
  border: none;
}
.dashboard .nav-tabs .nav-item.show .nav-link,
.dashboard .nav-tabs .nav-link.active {
  background-color: #eb611c !important;
}
/*DASHBOARD END*/

/*DASHBOARD VIDEOS START*/
.dashboard-video-content .hover-effect {
  transition: transform 0.2s ease-in-out;
}

.dashboard-video-content .hover-effect:hover {
  transform: translateY(-5px);
}

.dashboard-video-content .video-thumbnail {
  overflow: hidden;
}

.dashboard-video-content .video-thumbnail img {
  transition: transform 0.3s ease-in-out;
}

.dashboard-video-content .video-thumbnail:hover img {
  transform: scale(1.05);
}

.dashboard-video-content .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.video-thumbnail:hover .play-overlay {
  opacity: 1;
}
/*DASHBOARD VIDEOS END*/

/*DASHBOARD COMPONENT START*/

.dashboard-component .hover-lift {
  transition: transform 0.2s ease;
}

.dashboard-component .hover-lift:hover {
  transform: translateY(-5px);
}

.dashboard-component .hover-scale {
  transition: transform 0.2s ease;
}

.dashboard-component .hover-scale:hover {
  transform: scale(1.05);
}

.dashboard-component .bg-gradient {
  background: linear-gradient(45deg, #4e73df, #224abe);
}

.dashboard-component .hover-effect {
  transition: transform 0.3s ease;
}

.dashboard-component .hover-effect:hover {
  transform: translateY(-5px);
}

.dashboard-component .overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.dashboard-component .bg-gradient-primary {
  background: linear-gradient(45deg, #007bff, #00bfff);
}

.dashboard-component .bg-gradient-info {
  background: linear-gradient(45deg, #17a2b8, #00ffff);
}

.dashboard-component .bg-gradient-warning {
  background: linear-gradient(45deg, #ffc107, #ff8c00);
}
.row.g-4.list-view {
  display: block;
}

.row.g-4.list-view .col-md-6 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.row.g-4.list-view .card {
  flex-direction: row;
}

.row.g-4.list-view .card-body {
  display: flex;
  align-items: center;
}
.oppurtunities-card {
  transition: transform 0.2s;
}

.oppurtunities-card:hover {
  transform: translateY(-5px);
}

.send-to-publish-btn {
  background: linear-gradient(
    139deg,
    rgba(255, 17, 0, 0.5) 0%,
    #ee4b2b 40%,
    #880808 100%
  ) !important;
  transition: background 0.5s ease !important;
  background-size: 200% 200% !important;
  background-position: 0% 0% !important;
}

.send-to-publish-btn:hover {
  background: linear-gradient(
    319deg,
    #880808 0%,
    #ee4b2b 60%,
    rgba(255, 17, 0, 0.5) 100%
  ) !important;
  background-size: 200% 200% !important;
  animation: gradientShift 1s ease forwards !important;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.badge-orange {
  background-color: #eb611c !important;
}
.form-check-input:checked {
  background-color: #eb611c;
  border-color: #eb611c;
}

.bg-primary {
  background-color: #eb611c !important;
}

/* Homepage Image Container with Fade Effects */
.homepage-image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.homepage-main-image {
  height: 85%;
  width: 85%;
  object-fit: cover;
  animation: none;
  position: relative;
  border-radius: 15px;
  display: block;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(255, 96, 0, 0.3);
}

.fade-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .fade-overlay {
    width: 40px;
  }

  .homepage-main-image {
    height: 90%;
    width: 90%;
  }

  .homepage-image-container {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .fade-overlay {
    width: 25px;
  }

  .homepage-main-image {
    height: 95%;
    width: 95%;
    border-radius: 10px;
  }

  .homepage-image-container {
    padding: 5px;
  }
}

/* Wide Image Container - More space and aligned with left content */
.homepage-image-container-wide {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
  margin-left: -50px;
}

.homepage-main-image-wide {
  height: 100%;
  width: 110%;
  max-width: none;
  object-fit: cover;
  animation: none;
  position: relative;
  border-radius: 15px;
  display: block;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(255, 96, 0, 0.2);
}

.homepage_video_content_right.homepage-image-container-wide {
  width: calc(60% + 50px);
  margin-right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Responsive adjustments for wide container */
@media (max-width: 768px) {
  .homepage-image-container-wide {
    margin-left: -20px;
  }

  .homepage-main-image-wide {
    width: 105%;
    height: 90%;
  }

  .homepage_video_content_right.homepage-image-container-wide {
    width: calc(55% + 30px);
    margin-right: -30px;
  }
}

@media (max-width: 480px) {
  .homepage_video_content_right {
    display:none!important;
  }
  .homepage-image-container-wide {
    margin-left: -10px;
  }

  .homepage-main-image-wide {
    width: 100%;
    height: 85%;
    border-radius: 10px;
  }

  .homepage_video_content_right.homepage-image-container-wide {
    width: calc(50% + 20px);
    margin-right: -20px;
  }
}

.homepage_line_content_top,
.homepage_line_content_center,
.homepage_line_content_bottom_text {
  width: 100%;
  float: none;
  clear: both;
}

.homepage_line_content_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.homepage_line_content_center_text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Responsive fixes for cards */
@media (max-width: 768px) {
  .homepage_line_contents_box_outer {
    flex: 0 0 260px;
    min-height: 360px;
  }
}

@media (max-width: 480px) {
  .homepage_line_contents_box_outer {
    flex: 0 0 220px;
    min-height: 320px;
  }

  .homepage_line_contents_line2 {
    gap: 15px;
  }
}


.voice-tag-card {
  position: relative;
}

.voice-tag-card .homepage_line_content_box_square {
  margin-bottom: 0;
}

.voice-tag-card__info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 10px;
  background: rgba(5, 5, 5, 0.78);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.voice-tag-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.voice-tag-card__texts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.voice-tag-card__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.voice-tag-card__artist {
  font-size: 13px;
  font-weight: 500;
}

.voice-tag-card__gender {
  font-size: 12px;
  color: #c9c9c9;
  text-transform: capitalize;
}

.main-content {
  margin-top: 100px!important;
}