
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

:root {
    --bs-primary-text: #a631a5;
	--bs-primary: #dc5bdc;
	--bs-primary-rgb: 194,59,193;
}

body {
	--bs-body-font-family: "Raleway";
	--bs-body-font-size: 1rem;
	--bs-border-color: #ced1d5;
}

.top-bar {
  background-color: var(--bs-topnav-bg);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1040;
}

.topbar-social-menu .social-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--bs-dark);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.topbar-social-menu .social-link:hover {
  color: #048565;
}

.language-switch .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**********************NAVBAR***********************/
.navbar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 0px;
  margin-top: 0px;
  background-color: var(--bs-secondary-bg);
  -webkit-box-shadow: var(--bs-box-shadow);
          box-shadow: var(--bs-box-shadow);
}
.navbar .navbar-nav .nav-link {
  color: var(--bs-dark);
  font-size: 13px;
  background-color: transparent;
  padding: 0px 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}
.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .header-item {
  color: var(--bs-dark);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-brand .logo-dark {
  display: inline-block;
  width: 200px;
}
.navbar-brand .logo-light {
  display: none;
}

#accountdropmenu span.account_sum {
	font-size: 20px;
	font-weight: 700;
}

#accountdropmenu li a {
	padding: 9px 9px 9px 9px;
}

@media (min-width: 576px) {
	#accountdropmenu {
		top: 38px;
	}
}

@media (max-width: 575px) {
	#accountdropmenu {
		left: 0px;
    	right: 0px;

		-webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
            box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
	}

	.full-width-btn {
		width: 100% !important;
	}

}

#create_title {
	max-width:100%;
	overflow-x:hidden;
}

@media (max-width: 575px) {
	#create_title {
		max-width:100%;
		overflow-x:hidden;
		line-height: 1.175;
	}

	.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
	    padding-top: 0;
		padding-bottom: 0;
	}
}

.bottom_logo img {
	width: 155px;
}

.header-item {
  height: 65px;
  line-height: 65px;
  border: 0;
  border-radius: 0;
  display: inline-block;
}

.notification-wrapper {
  max-height: 250px;
  overflow: hidden scroll;
}
.notification-wrapper .notification-item {
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notification-wrapper .notification-item:hover {
  background-color: var(--bs-light);
}

.notification-header {
  padding: 1rem;
}

.notification-footer {
  padding: 10px;
}

.noti-icon .count {
  position: absolute;
  top: 15px;
  left: -6px;
  margin-top: -3px;
  margin-left: -5px;
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  background-color: #da3746;
  border-radius: 40px;
  color: #fff;
  border: 2px solid var(--bs-border-color-translucent);
}

.nav-sticky.navbar {
  background: var(--bs-secondary-bg);
  margin-top: 0px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
}
.nav-sticky .header-item {
  color: var(--bs-dark);
}

@media (max-width: 991.98px) {



  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px 10px 35px;
	font-size: 13px;
  }
  .navbar-collapse {
    max-height: 385px;
    overflow-y: auto;
    padding: 0;
	padding-top: 15px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 65px;
    background: #fff;
    padding-bottom: 10px;
    padding-right: 25px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
            box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  }

  .navbar-nav .dropdown .dropdown-menu {
	padding: 0 10px 0 40px;
  }

  .navbar-nav .dropdown .dropdown-menu li a{
	font-weight: 500;
	font-size: 12px;
	padding: 8px 10px 8px 10px;

  }
}
.ht-arrow {
	line-height: 13px;
}

.arrow-down {
  display: inline-block;
}
.arrow-down:after {
  border: 0;
  right: auto;
  content: "\f0140";
  font-family: "Material Design Icons";
  top: 45%;
  right: auto;
  left: 15px;
  font-size: 14px;
  margin-right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.98px) {
  .arrow-down::after {
    left: 15px;
    position: absolute;
  }

  .create-form .submit-btn {
    border-radius: 0px 8px 8px 0px;
    font-size: 22px;
	}
}

@media (max-width: 767.98px) {
  .navbar {
    margin-top: 0px;
  }
  .top-bar {
    display: none;
  }
}
/*****************dark-mode******************/
body[data-bs-theme=dark] .navbar {
  background-color: var(--bs-tertiary-bg);
}
body[data-bs-theme=dark] .nav-sticky.navbar {
  background-color: var(--bs-tertiary-bg);
}
body[data-bs-theme=dark] .navbar-brand .logo-dark {
  display: none;
}
body[data-bs-theme=dark] .navbar-brand .logo-light {
  display: inline-block;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: #aaa;
	text-transform: uppercase;
}

.btn-not-top-rounded {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.song_ready_waiter {
	position: relative;
}

.page-title-box {
  background-image: url("/assets/images/home/img-01.png");
  background-size: cover;
  background-color: var(--bs-primary-text);
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background-position: top;
}

.result-loader {

  z-index: 1;
  width: 250px;
  height: 240px;
}

.result-loader .loader_icon {
	width: 150px;
	height: 150px;
	margin: 0 auto 20px auto;
}

.song_ready_waiter .overlay {
	position: absolute; /* Позиционирование поверх содержимого .pending */
	top: 0; /* Начало overlay с верха */
	left: 0; /* Начало overlay с лева */
	width: 100%; /* ширина overlay */
	height: 100%; /* высота overlay */
	background: rgba(255, 255, 255, 1); /* Полупрозрачный черный цвет */
	color: #000; /* Цвет текста */
	display: flex; /* Для центровки текста */
	justify-content: center; /* Горизонтальная центровка */
	align-items: center; /* Вертикальная центровка */
	font-size: 12px; /* Размер шрифта */
	z-index: 100;
}

.helper {

}

.helper a {
	color: #fff !important;

	opacity: 0.85;
}

.song_status_error {
	text-align: center;
	color: #ba000a; /* Цвет текста */
	z-index: 100;
}

.song_status_error div.desc {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px 10px;
}

.song_status_error span.cause {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
}

.song_ready_waiter .overlay .loader_icon {

	width: 60px;
	height: 60px;
	margin: 10px 10px 10px 10px;
}

.song_ready_waiter .overlay .loader_title {

	text-align: left;
	font-size: 14px;
}

.result-loader #loader_title {
	text-align: center;
	font-size: 16px;
}


.result-loader #loader_timer {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#result_preview {
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	text-align: justify;
	border-style: dashed !important;
	overflow-x: hidden;
}


#result_preview .gray_text {
	color: #bababa;
	line-height: 24px;
}

.ref_link {
	font-weight: 500 !important;
}

.text-preview-content {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.style-preview-content {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}

.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.shape > svg {
  width: 100%;
  height: auto;
}
.shape > svg path {
  fill: var(--bs-body-bg) !important;
}

#order_title {
	line-height: 26px;
	font-weight: 500;
}

.order_content {
	font-weight: 400;
	font-size: 20px;
}

.order_payment_type .form-check-label {
	font-weight: 500;
	font-size: 15px;
}

#order_price {
	font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

#order_wav_price {
	font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

#order_minus_price {
	font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.dialog_ingo_blk {
	font-size: 15px;
}

.text-bold {
	font-weight: 600;
}

.breadcrumb {
  letter-spacing: 0.5px;
  text-align: center;
}
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item::before {
  content: "\f0142";
  font-size: 13px;
  color: #fff;
  font-family: "Material Design Icons";
  padding-right: 8px;
}
.breadcrumb .breadcrumb-item:first-child::before {
  content: "";
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-white);
}

.article_body h3 {
	margin-bottom: 15px;

}
.article_body .subtitle {
	font-weight: 500;
	font-size: 1.08rem;

}

/*****************dark-mode******************/
body[data-bs-theme=dark] .page-title-box {
  background-color: #242c34;
}

.bg-footer {
  background: var(--bs-footer-bg);
  padding: 60px 0 40px 0;
  position: relative;
  font-size: 14px;
}

.bg-footer a::selection, .bg-footer p::selection,  .footer-alt p::selection {
    color: white;
    background-color: var(--bs-body-color);
}

.bg-footer img::selection {
    color: white;
    background-color: white;
}


@media (max-width: 767.98px) {
  .bg-footer {
  		padding: 30px 10px;
		font-size: 14px;
	}
}

.footer-social-menu li a {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social-menu li a:hover {
  background-color: #fff;
  color: var(--bs-primary);
  border-color: #fff;
}

.footer-social-menu li a img {
  width: 100px;
}

.footer-list {
	max-height: 175px;
	overflow-y: hidden;
}

@media (max-width: 575px) {
	.footer-list {
		max-height: none;
		overflow-y: visible;
	}


}

.footer-list li a {
  display: inline-block;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-list li a:hover {
  color: #fff;
  letter-spacing: 0.4px;
}

.footer-alt {
  background: var(--bs-footer-bg);
  padding: 20px 0px;
  border-top: 1px solid var(--bs-gray-700);
}

.row > * {
  position: relative;
}

.section {
  padding-top: 40px;
  padding-bottom: 0px;
  position: relative;
}

.section-title .title {
  font-size: 30px;
  line-height: 1.375;
}

.para-desc {
  max-width: 800px;
}

.sub-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/*******font-size*******/
.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.mp3player {
	width: 100%;
	max-width: 100%;
	height: 40px;
	font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.mp3player::-webkit-media-controls-enclosure {
	border-radius: 4px;
}

.mp3player::-webkit-media-controls-volume-control-container {
	display:none;
}

button.btn {
	font-weight: 500;
	font-size: 1rem;
}

button.btn:hover {
	font-weight: 500;
}


button.song_download {
	background-color: #61b330;
	border-color: #58a629;
}

button.song_download:hover {
	background-color: #6ac136;
	border-color: #61b330;
}

.advanced-song-dropdown-content {
	overflow: hidden;
	background-color: white;
	border-radius: 0 0 0.25rem 0.25rem;
	border: 1px solid #ddd;
	margin-top: -1px;
	font-size: 15px;

	transform: scaleY(0);
	transform-origin: top;
	opacity: 0;
	height: 0;
	padding: 0;
	transition:
	transform 0.25s ease-out,
	opacity 0.2s ease-out,
	padding 0.25s ease-out,
	height 0s linear 0.25s;
}

.advanced-song-dropdown-content.show {
	transform: scaleY(1);
	opacity: 1;
	height: auto;
	padding: 4px 0 8px 0;
	transition:
	transform 0.25s ease-out,
	opacity 0.2s ease-out,
	padding 0.25s ease-out;
}

.advanced-song-dropdown-content a {
  font-weight: 500;
  display: block;
  padding: 4px 8px;
  color: #333;
  text-decoration: none;
  transition:
    opacity 0.5s ease,
    color 0.6s ease,
    transform 0.6s ease,
    text-decoration 0.5s ease;
  position: relative;
}

.advanced-song-dropdown-content a:hover {
  color: #DC5BDC !important;
  text-decoration: underline;
  transform: translateX(4px);
  transition:
    color 0.5s ease,
    transform 0.5s ease;
}

.advanced-song-dropdown-content a:active {
  color: #C042C0 !important;
  transform: translateX(4px);
}

.advanced-song-dropdown-content.show a {
  text-decoration: none;
}

.advanced-song-dropdown-content.show a.success {
  color: #61b330 !important;
}

.advanced-song-dropdown-content.show a.error {
  color: #da3746 !important;
  cursor: default !important;
  &:hover, &:active, &:focus {
        color: #da3746 !important;
        text-decoration: none !important;
        background-color: transparent !important;
		transform: none !important;
    }
}

.advanced-song-dropdown-content.show a.disabled {

    color: #999 !important;
    cursor: default !important;
    opacity: 1;
    text-decoration: none !important;

    &:hover, &:active, &:focus {
        color: #999 !important;
        text-decoration: none !important;
        background-color: transparent !important;
    }
}

#experience .accordion-body div.music_styles_list {
	overflow-y: auto;
	max-height: 200px;

	scrollbar-width: thin;
	scrollbar-color: #ced1d3 #fff;

}

#experience .accordion-body div.music_styles_list::-webkit-scrollbar {
  width: 6px;
  height: 8px;

}

#debug_queries {
	background-color: #fffbe6;
	color: #5c3c00;
	font-size: 13px;
	line-height: 17px;
	padding: 20px 20px;
}

/* Стилизация ползунка скроллбара */
#experience .accordion-body div.music_styles_list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 10px;
  border: 2px solid transparent;
}

/* Стилизация дорожки скроллбара */
#experience .accordion-body div.music_styles_list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#experience .accordion-body div.music_styles_list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#experience .accordion-body div.music_styles_list::-webkit-scrollbar-thumb:active {
  background-color: #333;
  max-height: 300px;overflow-y: auto;
}

/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.bg-overlay {
  background-color: rgba(40, 48, 57, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

::-moz-selection {
  color: #fff;
  background: var(--bs-primary);
}

::selection {
  color: #fff;
  background: var(--bs-primary);
}

/*************Avtar size*************/
.avatar-xs {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 5rem;
  width: 5rem;
}

.uim-svg {
  fill: var(--bs-primary) !important;
}
.uim-svg svg {
  width: 24px;
  height: 24px;
  vertical-align: inherit;
}

.icons-sm svg {
  height: 18px;
  width: 18px;
}

.icons-md svg {
  height: 32px;
  width: 32px;
}

.icons-lg svg {
  height: 40px;
  width: 40px;
}

.icons-xl svg {
  height: 48px;
  width: 48px;
}

/*******link color*******/
.primary-link {
  color: var(--bs-dark) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.primary-link:hover {
  color: var(--bs-primary) !important;
}

.map {
  line-height: 0;
  margin-bottom: -1px;
}

.table th {
  font-weight: 500;
}

.alert-dismissible .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--bs-text-muted);
}

#back-to-top {
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: var(--bs-primary);
  border-color: transparent;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  z-index: 99;
}
#back-to-top:hover {
  border-radius: 5px;
  -webkit-animation: fade-up 1.5s infinite linear;
          animation: fade-up 1.5s infinite linear;
  background-color: var(--bs-primary);
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
  .custom-container {
    max-width: 90%;
  }
}
.ui-elements-bar {
  padding: 24px;
  background-color: var(--bs-secondary-bg);
  position: sticky;
  overflow-y: auto;
  top: 90px;
  height: calc(100vh - 165px);
  margin-left: 20px;
}
.ui-elements-bar .nav .nav-item .nav-link {
  color: var(--bs-tertiary-color);
  font-weight: 500;
}
.ui-elements-bar .nav .nav-item .nav-link:hover {
  color: var(--bs-dark);
}
.ui-elements-bar .nav .nav-item.active .nav-link {
  color: var(--bs-dark);
}

.form-control,
.form-select {
  padding: 10px;
  font-size: 14px;
  border-color: var(--bs-border-color);
  font-weight: 500;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #adb5bd;
  font-size: 13px;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  /* Firefox 19+ */
  color: #adb5bd;
  font-size: 13px;
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  /* IE 10+ */
  color: #adb5bd;
  font-size: 13px;
}
.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
  /* Firefox 18- */
  color: #adb5bd;
  font-size: 13px;
}

[type=search]::-webkit-search-cancel-button,
.form-check-label,
.form-check-input {
  cursor: pointer;
}

input.song_title_search {
	padding-right: 35px;
}

.search_style_all_check {
	cursor: pointer;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 500;
}

.search_style_all_check:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}


#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  /*
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  */
  visibility: visible;
  opacity: 1;
}

#preloader #status {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#status {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(var(--bs-primary-rgb), 0.15);
}
#status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#status ul li {
  list-style: none;
  height: 20px;
  width: 20px;
  background-color: var(--bs-primary);
  margin: 0 4px;
  border-radius: 50%;
  -webkit-animation: bounce 1s linear infinite;
          animation: bounce 1s linear infinite;
}
#status ul li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background-color: var(--bs-primary);
}
#status ul li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background-color: var(--bs-primary);
}
#status ul li:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  background-color: var(--bs-primary);
}
#status ul li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background-color: var(--bs-primary);
}
#status ul li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background-color: var(--bs-primary);
}
#status ul li:nth-child(6) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  background-color: var(--bs-primary);
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

a.badge {
	cursor: pointer;
}

.choices__list--multiple .choices__item {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  margin-bottom: 0;
}

.choices__list--dropdown {
  z-index: 2;
  border-color: var(--bs-border-color);
  font-weight: 500;
  max-height: 310px;
}

.choices__list[aria-expanded] .choices__list {
    max-height: 290px;
}
.choices__list--dropdown .choices__item--selectable {
  padding: 0;
  line-height: 43px;
  min-height: 44px;
  padding-right: 15px;
  padding-left: 29px;
  text-align: left;
  font-size: 17px !important;
}
.choices__list--dropdown .choices__item--selectable::after {
  display: none;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  color: var(--bs-primary);
  background-color: var(--bs-light);
}
.choices__list--dropdown.choices__list[aria-expanded] {
  background-color: var(--bs-secondary-bg) !important;
  border-color: var(--bs-border-color) !important;
}

.choices__input {
  background-color: var(--bs-secondary-bg);
  margin-bottom: 0;
}

.choices__inner {
  color: var(--bs-dark);
  background-color: var(--bs-secondary-bg);
  padding: 6px 10px;
  min-height: 39px;
  border: 1px solid;
  border-color: var(--bs-border-color);
  font-weight: 400;
}
.choices__inner:focus {
  border: 1px solid;
  border-color: var(--bs-border-color);
}

.choices[data-type*=select-one] .choices__input {
  background-color: var(--bs-secondary-bg);
  border: 1px solid var(--bs-primary);
  margin: 10px;
  border-radius: 5px;
  width: 90%;
}
.choices[data-type*=select-one]::after {
  border: 0;
  left: auto;
  right: 35px;
  content: "\f0140";
  font-family: "Material Design Icons";
  top: 35%;

}
.choices[data-type*=select-one].is-open .choices__list--dropdown,
.choices[data-type*=select-one].is-open .choices__inner {
  -webkit-box-shadow: var(--bs-box-shadow);
          box-shadow: var(--bs-box-shadow);
  border-color: #dbdfe2;

}
.choices[data-type*=select-one].is-open::after {
  margin-top: -2.5px;
}
.choices[data-type*=select-one] .is-focused .choices__inner,
.choices[data-type*=select-one] .is-open .choices__inner {
  border: 1px solid;
  border-color: #dbdfe2;
}
.choices[data-type*=select-one] .selection-widget .form-select {
  padding: 8px 20px;
  color: #3d454e;
  border-color: #dbdfe2;
}
.choices[data-type*=select-one] .selection-widget .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.choices[data-type*=select-one] .selection-widget .form-select option {
  padding: 20px;
}

.choices__list--single {

}

.gslide-description .gdesc-inner .gslide-desc {
  font-family: var(--bs-font-sans-serif);
  font-size: 15px;
}
.gslide-description .gdesc-inner .gslide-title {
  font-family: var(--bs-font-sans-serif);
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

#home {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-home {
  padding: 150px 0px 150px 0px;
  background-color: var(--bs-primary-text);
}

.btn.btn-add {
	color: #333 !important;
}

.btn.btn-add:hover {
	color: #333 !important;
}

@media (max-width: 991px) {
  .bg-home {
    padding: 120px 0px 90px 0px;
    background-color: var(--bs-primary-text);
  }
}
@media (max-width: 767.98px) {
  .bg-home {
    padding: 100px 0px 80px 0px;
    background-color: var(--bs-primary-text);
  }
}
.bg-home .bg-overlay {
  background: url("../images/home/img-01.png");
  background-size: cover;
  background-position: center;
}

.badge-duet_test {
    background-color: #D0D0D0;
    color: white;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
	margin-top: -3px;
    margin-left: 8px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    height: auto;
	line-height: 11px;
	letter-spacing: 0.5px;
}

.filter-search-form {
  position: relative;
}
.filter-search-form i {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  z-index: 1;
  color: var(--bs-primary);
  font-size: 20px;
}

.create-form {
  position: relative;
}
.create-form .submit-btn {
  border-radius: 8px;
}
.create-form .form-control,
.create-form .choices[data-type*=select-one] .choices__inner {
  border-radius: 8px;
}

.create-form .choices[aria-expanded="true"] .choices__inner {
     border-bottom-left-radius: 0px;
	 border-bottom-right-radius: 0px;
}

.create-form .form-contro {
  font-size: 27px;
  line-height: 30px;
}

@media (min-width: 992px) {


  #query_verse {
      scrollbar-width: thin;
	  scrollbar-color: #ced1d3 #fff;
  }

  #query_verse::-webkit-scrollbar {
    width: 6px;
  }

  #query_verse::-webkit-scrollbar-track {
    background: #fff;
	border-radius: 0px;
  }

  #query_verse::-webkit-scrollbar-thumb {
    background-color: #ced1d3;
  	border-radius: 10px;
  	border: 5px solid transparent;
  }

  #query_verse::-webkit-scrollbar-thumb:hover {
    background-color: #ced1d3;
  }

  #query_verse::-webkit-scrollbar-thumb:active {
  	background-color: #ced1d3;
  }




  #advanced_style {
      scrollbar-width: thin;
	  scrollbar-color: #ced1d3 #fff;

  }

  #advanced_style::-webkit-scrollbar {
    width: 6px;
  }

  #advanced_style::-webkit-scrollbar-track {
    background: #fff;
	border-radius: 0px;
	
  }

  #advanced_style::-webkit-scrollbar-thumb {
    background-color: #ced1d3;
  	border-radius: 10px;
  	border: 5px solid transparent;

  }

  #advanced_style::-webkit-scrollbar-thumb:hover {
    background-color: #ced1d3;
  }

  #advanced_style::-webkit-scrollbar-thumb:active {
  	background-color: #ced1d3;
  }

  #lyrics_gen_input {
      scrollbar-width: thin;
	  scrollbar-color: #ced1d3 #fff;
  }

  #lyrics_gen_input::-webkit-scrollbar {
    width: 6px;
  }

  #lyrics_gen_input::-webkit-scrollbar-track {
    background: #fff;
	border-radius: 0px;
  }

  #lyrics_gen_input::-webkit-scrollbar-thumb {
    background-color: #ced1d3;
  	border-radius: 10px;
  	border: 5px solid transparent;
  }

  #lyrics_gen_input::-webkit-scrollbar-thumb:hover {
    background-color: #ced1d3;
  }

  #lyrics_gen_input::-webkit-scrollbar-thumb:active {
  	background-color: #ced1d3;
  }



  #query_verse_cover {
      scrollbar-width: thin;
	  scrollbar-color: #ced1d3 #fff;
  }

  #query_verse_cover::-webkit-scrollbar {
    width: 6px;
  }

  #query_verse_cover::-webkit-scrollbar-track {
    background: #fff;
	border-radius: 0px;
  }

  #query_verse_cover::-webkit-scrollbar-thumb {
    background-color: #ced1d3;
  	border-radius: 10px;
  	border: 5px solid transparent;
  }

  #query_verse_cover::-webkit-scrollbar-thumb:hover {
    background-color: #ced1d3;
  }

	#query_verse_cover::-webkit-scrollbar-thumb:active {
		background-color: #ced1d3;
	}

  .dropdown-menu {
	  overflow-y: auto;
  	  max-height: 500px;
	  scrollbar-width: thin;
	  scrollbar-color: #ced1d3 #fff;
  }

  .dropdown-menu::-webkit-scrollbar {
    width: 6px;
  }

  .dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
	border-radius: 10px;
  }

  .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ced1d3;
  	border-radius: 10px;
  	border: 5px solid transparent;
  }

  .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #ced1d3;
  }

	.dropdown-menu::-webkit-scrollbar-thumb:active {
		background-color: #ced1d3;
	}

  .filter-border::before {
    content: "";
    border-left: 1px solid var(--bs-border-color);
    position: absolute;
    left: 0px;
    height: 60px;
    top: 0px;
    z-index: 1;
  }
  .create-form {
    position: relative;
  }
  .create-form .submit-btn {
    border-radius: 0px 8px 8px 0px;
	font-size: 22px
  }
  .create-form .form-control {
    border-radius: 8px 0px 0px 8px;
  }
  .create-form .choices[data-type*=select-one] .choices__inner {
    border-radius: 0;
  }

  .create-form .form-control .right-corner !important {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
  }


}
.filter-input-box,
.filter-input-box.form-select,
.filter-search-form .choices__inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  font-size: 20px;
  height: 60px;
  padding: 12px 45px 10px 10px;
  border-radius: 0;
}

.filter-search-form input {
	padding-left: 20px;
}

#query {
	padding-right: 10px;
	position: relative;
}

#lyrics_gen_input {
	height: 170px;
	position: relative;

	font-size: 16px;
	font-family: "Roboto", Times, serif;
	font-weight: 400;
}

.pos_rel {
	position: relative;
}

#advanced_style {
	height: 100px;
	padding-right: 10px;
	position: relative;
	border-radius: 8px;
	padding-bottom: 45px;
	font-size: 18px;
	line-height: 26px;
	font-family: "Roboto", Times, serif;
	font-weight: 400;
}

#query_verse {
	height: 300px;
	padding-right: 10px;
	position: relative;
	border-radius: 8px;
	padding-bottom: 45px;
	font-size: 18px;
	line-height: 26px;
	font-family: "Roboto", Times, serif;
	font-weight: 400;
}

#query_verse_cover {
	height: 300px;
	padding-right: 10px;
	position: relative;
	border-radius: 8px;
	padding-bottom: 35px;
	font-size: 14px;
	border-color: #ced1d5;
}

.query_style_type {

	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 13px;
	line-height: 10px;
	font-weight: 500;
	color: #999;
}

#query_save_btn {
	position: absolute;
	top: 22px;
	right: 6px;
	cursor: pointer;
}

#query_save_btn i {
    position: relative;
    font-size: 22px;
    line-height: 10px;
	    color: var(--bs-primary);
	font-weight: 300;
    right: 0px;
    top: 0px;
}

#query_save_btn.disable i {
	color: #ccc;
}

.query_char_count {

	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 13px;
	line-height: 10px;
	font-weight: 500;
	color: #999;
}

.query_char_count.error {
	color: #ba000a;
}

#howto_blk {
	position: absolute;
	top: -17px;
	left: 1px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	color: #fff;

}

#howto_blk a {
	color: #fff;
	text-decoration: underline;
}

#set_accent_base {
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
	color: #aaa;
	opacity: 1;
	z-index: 100;
	background-color: #f8f9fc;

}

#set_accent_base .dropdown {
	opacity:1;
}

.tooltip-inner a {
	color: white;
	font-weight: 600;
	text-decoration: underline;
}

#set_accent_base .dropdown .dropdown-menu {

}

#set_accent_base .dropdown .dropdown-menu li {
	cursor: pointer;
}

#set_accent_base .dropdown .dropdown-menu .dropdown-item {
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
}

#set_accent_base i {
	position: relative;
	font-size: 17px;
	line-height: 10px;
	right: 2px;
	top: 1px;
}


#ii_version {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
	color: #aaa;
	opacity: 1;
	z-index: 100;
	background-color: #f8f9fc;

}
#ii_version button {
	font-weight: 500;
	font-size: 13px !important;
	 border-radius: 0.4rem;
}
#ii_version .dropdown {
	opacity:1;
}

.tooltip-inner a {
	color: white;
	font-weight: 600;
	text-decoration: underline;
}

#ii_version .dropdown .dropdown-menu {

}

#ii_version .dropdown .dropdown-menu li {
	cursor: pointer;
}

#ii_version .dropdown .dropdown-menu .dropdown-item {
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
}

#ii_version i {
	position: relative;
	font-size: 12px;
	line-height: 10px;
	right: 2px;
	top: 1px;
	color: #fff;
}

.advanced_style {
	color: #eee;
	font-size: 14px;
	margin-bottom: -4px;
}

.advanced_style a {
	color: #fff;
	font-size: 14px;
}

.dotted-underline {
  display: inline;
  border-bottom: 1px dotted currentColor;
  padding-bottom: 2px;
  line-height: 1.4;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
}

.btn-xs {
     padding: 0.25rem 0.5rem;
    font-size: 0.75rem !important;
    line-height: 1.5;
    border-radius: 0.2rem;
	font-weight: 500;
}

.filter-search-form input::placeholder,
.filter-search-form textarea::placeholder {
    font-weight: 300;
    opacity: 0.5;
    color: #000000;
	font-size: 20px;
}

.lyrics_input::placeholder {
    font-weight: 300;
    opacity: 0.5;
    color: #000000;
	font-size: 16px;
}

.treding-keywords li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.treding-keywords li a:hover {
  color: #fff;
}

.bg-home2 {
  padding: 198px 0 140px 0;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  overflow-x: clip;
}
@media (max-width: 767.98px) {
  .bg-home2 {
    padding: 160px 0 125px 0;
  }
}

@media (max-width: 991.98px) {
  .home-img {
    height: auto;
    width: 100%;
  }
}
.bg-home3 {
  padding: 210px 0 95px 0;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  overflow-x: clip;
}
@media (max-width: 767.98px) {
  .bg-home3 {
    padding: 160px 0 90px 0;
  }
}

.homeslider .home-slide-box {
  position: relative;
}
.homeslider .home-slide-box .bg-overlay {
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.homeslider .home-slide-box .home-slide-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


.quote-icon .icon {
  position: absolute;
  top: -32px;
  right: 7px;
  z-index: 9;
  font-size: 102px;
  color: #fff;
}
.quote-icon .icon-2 {
  font-size: 100px;
  position: absolute;
  top: -31px;
  right: 6px;
  z-index: 9;
}

@media (min-width: 768px) {
  .bg-home2 .filter-border::before,
  .bg-home3 .filter-border::before {
    content: "";
    border-left: 1px solid var(--bs-border-color);
    position: absolute;
    left: 4px;
    height: 38px;
    top: 10px;
    z-index: 1;
  }
  .bg-home2 .create-form .submit-btn,
  .bg-home3 .create-form .submit-btn {
    border-radius: 8px 0px 0px 8px;
  }
  .bg-home2 .create-form .form-control,
  .bg-home3 .create-form .form-control {
    border-radius: 0px 8px 8px 0px;
  }
  .bg-home2 .create-form .choices[data-type*=select-one] .choices__inner,
  .bg-home3 .create-form .choices[data-type*=select-one] .choices__inner {
    border-radius: 0PX;
  }
}
/*****************dark-mode******************/
body[data-bs-theme=dark] .bg-home {
  background-color: #373f4a;
}

.popu-category-box {
  padding: 2.5rem 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popu-category-box .popu-category-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 8px;
  text-align: center;
  font-size: 28px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.popu-category-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.job-Categories-box .job-Categories-list li {
  background-color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 14px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(40, 48, 57, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(40, 48, 57, 0.03);
}
.job-Categories-box .job-Categories-list li:last-child {
  margin-bottom: 0px;
}

/*****************dark-mode******************/
body[data-bs-theme=dark] .job-Categories-box .job-Categories-list li {
  background-color: #3d454e;
}

.job-list-menu {
  background-color: var(--bs-body-bg);
  -webkit-box-shadow: var(--bs-box-shadow);
          box-shadow: var(--bs-box-shadow);
  border-radius: 10px;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-list-menu .nav-item .nav-link {
  padding: 10px 18px;
  color: var(--bs-dark);
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.job-list-menu .nav-item .nav-link.active {
  color: #fff;
  background-color: var(--bs-primary);
}

.job-box {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.job-box .bookmark-label {
  width: 129px;
  position: absolute;
  top: -19px;
  left: -59px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
  color: #fff;
  background: rgba(var(--bs-primary-rgb), 0.15);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 6px;
  font-size: 15px;
  padding-top: 20px;
}
.job-box:hover {
  -webkit-transform: translateY(-0px);
          transform: translateY(-0px);
  border-color: var(--bs-primary);
}
.job-box:hover .bookmark-label {
  background-color: var(--bs-primary);
}

.close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 20px;
            height: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ff6666;
            color: white;
            border-radius: 50%;
            font-weight: bold;
        }

.job-box .delete-label {
  position: absolute;
  top: -3px;
  right: 5px;
  color: #ced1d5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 30px;
  line-height: 30px;
}

.job-box .delete-label:hover {
  color: #666;
}

.job-box .restore-label {
  position: absolute;
  top: -3px;
  right: 5px;
  color: #ced1d5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  line-height: 30px;
}

.job-box .restore-label:hover {
  color: #666;
}

.job-box .song_hash {
	position: absolute;
	left: 3px;
	bottom: 6px;
	font-size: 11px;
	color: #b4b4b4;

}

.filler-job-form i {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  color: var(--bs-primary);
  font-size: 20px;
}

.filter-job-input-box,
.filter-job-input-box.form-select,
.filler-job-form .choices__inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
  height: 44px;
  padding: 6px 45px 6px 6px;
  border-radius: 6px;
}
.filter-job-input-box:focus,
.filter-job-input-box.form-select:focus,
.filler-job-form .choices__inner:focus {
  border-color: var(--bs-border-color);
}

.side-bar .custom-control {
  margin: 12px 22px;
}
.side-bar .form-check-input {
  width: 16px;
  height: 16px;
}
.side-bar .accordion .accordion-item {
  border: none;
}
.side-bar .accordion .accordion-item .accordion-button {
  background-color: rgba(var(--bs-primary-rgb), 0.15);
  color: var(--bs-dark);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  font-weight: 500;
}
.side-bar .accordion .accordion-item .accordion-button::after {
  content: "\f0140";
  font-family: "Material Design Icons";
  background: none;
}

.tag-cloud {
  color: var(--bs-tertiary-color);
  background-color: var(--bs-light);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag-cloud:hover {
  color: #fff;
  background-color: var(--bs-primary);
}

.noUi-horizontal {
  height: 10px;
  background: var(--bs-white);
  border-color: #e2e5e8;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
  content: "";
  opacity: 0;
}

.job-list-header .create-form-box .form-control,
.job-list-header .create-form-box .form-select {
  padding: 6px 45px 6px 8px;
}

.wedget-popular-title .popular-box {
  position: relative;
  padding: 6px;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid var(--bs-border-color);
}
.wedget-popular-title .popular-box .number {
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.15);
}

.favorite-icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  color: rgba(173, 181, 189, 0.55);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.favorite-icon a:hover {
  color: #fff;
  background-color: #da3746;
  border-color: #da3746;
}

.bookmark-post .bookmark-label,
.job-box.bookmark-post .bookmark-label {
  background-color: #61b330;
}
.bookmark-post .favorite-icon a,
.job-box.bookmark-post .favorite-icon a {
  background-color: #da3746;
  color: #fff;
  border-color: #da3746;
}

.bookmark-post .favorite-icon a,
.job-box.bookmark-post .favorite-icon a {
  background-color: #74788d;
  color: #fff;
  border-color: #74788d;
}

.job-box .favorite-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*****************dark-mode******************/
body[data-bs-theme=dark] .noUi-horizontal {
  background-color: #303841;
  border-color: #303841;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding: 0;
    padding-right: 15px;
    padding-left: 29px;
  }
  .choices__list--dropdown .choices__item--selectable.is-highlighted,
  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: var(--bs-light);
  }
}
.bg-subscribe {
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
  background-color: #343c3f;
  bottom: -1px;
}
.bg-subscribe .email-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}

.subscribe-form .form-control {
  max-width: 350px;
  padding: 9px 20px;
  border-color: rgba(226, 229, 232, 0.35);
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}

[data-bs-theme=dark] .bg-subscribe {
  background-color: #242c34;
}
[data-bs-theme=dark] .subscribe-form .form-control {
  border-color: #3d454e;
  background-color: #303841;
}

.process-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1.5rem;
}
.process-box .process-img {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
.process-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.process-menu.nav-pills .nav-link {
  color: var(--bs-dark);
  margin-bottom: 22px;
  position: relative;
  padding: 10px 0;
}
.process-menu.nav-pills .nav-link .number {
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(116, 120, 141, 0.15);
  color: #74788d;
  border-radius: 40px;
}
.process-menu.nav-pills .nav-link.active {
  background-color: transparent !important;
  color: var(--bs-primary);
}
.process-menu.nav-pills .nav-link.active .number {
  color: #fff;
  background-color: var(--bs-primary);
}
.process-menu.nav-pills .nav-link::before {
  content: "";
  position: absolute;
  border: 1px dashed rgba(var(--bs-primary-rgb), 0.4);
  height: 90%;
  left: 17px;
  top: 54px;
}
.process-menu.nav-pills .nav-link:last-child::before {
  border: none;
}

.testi-box {
  position: relative;
  max-width: 630px;
  border: none;
  margin: 0 auto;
  text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--bs-primary);
  opacity: 0.5;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 26px;
}

.blog-box {
  background-color: var(--bs-card-bg);
  border: none;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  border-radius: 6px;
}
.blog-box .blog-img {
  border-radius: 6px 6px 0px 0px;
}
.blog-box .blog-img .bg-overlay {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-box .blog-img .author {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
}
.blog-box .blog-img .likes {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 0;
}
.blog-box:hover .blog-img .bg-overlay {
  opacity: 0.6;
}
.blog-box:hover .blog-img .author {
  opacity: 1;
}
.blog-box:hover .blog-img .likes {
  opacity: 1;
}

.post-preview .blog-img, .blog-masonry-box .blog-img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.post-preview:hover .blog-img, .blog-masonry-box:hover .blog-img {
  -webkit-transform: scale(1.3) translateX(10px);
          transform: scale(1.3) translateX(10px);
}

.widget-popular-post .widget-popular-post-img {
  width: 85px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-popular-post a {
  color: #283039;
}

.sd-title {
  position: relative;
  border-bottom: 2px solid #e2e5e8;
}
.sd-title::before {
  content: "";
  background-color: var(--bs-primary);
  width: 32%;
  height: 2px;
  position: absolute;
  bottom: -2px;
}

.widget-social-menu li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--bs-dark);
  background-color: var(--bs-light);
  border-radius: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget-social-menu li a:hover {
  color: #fff;
  background-color: var(--bs-primary);
}

.blog-grid-box {
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-grid-box:hover {
  
}

.blog-modern-box .bg-overlay {
  background: -webkit-gradient(linear, right bottom, right top, color-stop(10%, rgba(0, 0, 0, 0.55)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 10%, transparent);
}
.blog-modern-box img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.blog-modern-box .card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog-modern-box:hover img {
  -webkit-transform: scale(1.3) translateX(20px);
          transform: scale(1.3) translateX(20px);
}

.blog-blockquote .blockquote p {
  max-width: 545px;
  margin: 0 auto;
}

.blog-social-menu li .social-link {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-author-sidebar .blog-title {
  font-size: 16px;
  border: 1px solid;
  text-align: center;
  padding: 12px 0;
  border-color: #e2e5e8 transparent #e2e5e8 transparent;
}

[data-bs-theme=dark] .blog-grid-box {
  border: #3d454e;
}

.about-feature {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  border: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-feature .featrue-icon {
  height: 45px;
  width: 45px;
  line-height: 40px;
  border-radius: 8px;
  font-size: 24px;
  text-align: center;
  color: var(--bs-primary);
  background: linear-gradient(45deg, transparent, rgba(var(--bs-primary-rgb), 0.15));
}
.about-feature:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: var(--bs-box-shadow);
          box-shadow: var(--bs-box-shadow);
}

.about-social-menu li a {
  font-size: 17px;
  color: var(--bs-tertiary-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-social-menu li a:hover {
  color: var(--bs-primary);
}

.about-testimonial-menu.nav-pills .nav-link img {
  max-width: 100%;
}
.about-testimonial-menu.nav-pills .nav-link .about-testi-bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(40, 48, 57, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.about-testimonial-menu.nav-pills .nav-link.active, .about-testimonial-menu.nav-pills .nav-link:hover {
  background-color: transparent !important;
}
.about-testimonial-menu.nav-pills .nav-link.active .about-testi-bg-overlay, .about-testimonial-menu.nav-pills .nav-link:hover .about-testi-bg-overlay {
  opacity: 1;
}

.about-tab-content .tab-pane {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.about-cta {
  padding: 50px 40px;
  border: 1px solid #eff0f2;
  border-radius: 20px;
}

.counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.counter > span {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 1;
}
.counter > span span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
}

.about-list li {
  margin-bottom: 14px;
  padding-right: 25px;
}
.about-list li::before {
  font-family: Material Design Icons;
  content: "\f0e1e";
  position: absolute;
  right: 12px;
  color: #048565;
}

@media (min-width: 1200px) {
  .about-img {
    width: 180%;
  }
}

.service-box {
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.team-box {
  overflow: hidden;
}
.team-box .team-img img {
  position: relative;
  width: 215px;
  height: 215px;
  border-radius: 50%;
}
.team-box .team-img .team-social {
  position: absolute;
  top: 58px;
  right: 25px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box .team-img .team-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--bs-primary);
  color: #fff;
}
.team-box:hover .team-social {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.pricing-details .pricing-item {
  padding: 9px 0;
}
.pricing-details .pricing-item i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
}

.pricing-box {
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing-box .pricing-icon {
  position: absolute;
  top: -56px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 5rem;
  border: 6px solid var(--bs-border-color-translucent);
  height: 90px;
  width: 90px;
  line-height: 96px;
}
.pricing-box:hover {
  -webkit-box-shadow: var(--bs-box-shadow);
          box-shadow: var(--bs-box-shadow);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.pricing-counter {
  background-image: url("../images/bg-counter.svg");
  background-size: cover;
  background-position: center;
  padding: 35px;
  border-radius: 20px;
}

.faq-menu.nav-pills .nav-item .nav-link {
  color: var(--bs-dark);
  font-weight: 500;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 17px;
}
.faq-menu.nav-pills .nav-item .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent !important;
  border-bottom-color: var(--bs-primary);
}

.faq-box .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-box .accordion-item .accordion-header .accordion-button {
	font-weight: 600;
	font-size: 18px;
}


.faq-page .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-page .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--bs-gray-300);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-page img {
	max-width: 97%;
}


.faq-page .accordion-item .accordion-header .accordion-button {
	font-weight: 600;
	font-size: 16px;
}

.accordion-item .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

#account_page_help .accordion-button.collapsed {
	background-color: #dad6ff !important;
}

.job-grid-box {
  border-radius: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.job-grid-box .favorite-icon {
  position: absolute;
  left: 20px;
  top: 20px;
}
.job-grid-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.job-overview .icon, .authuser-contact-details .icon {
  height: 46px;
  line-height: 46px;
  width: 46px;
  border-radius: 46px;
  text-align: center;
  font-size: 20px;
}

.job-details-compnay-profile {
  margin-top: -34px;
  position: relative;
  margin-right: 24px;
}

.job-details-menu {
  position: sticky;
  top: 120px;
}
.job-details-menu .nav-link {
  color: #283039;
  border: 1px solid #f8f9fc;
  margin-top: 15px;
  padding: 22px;
  cursor: pointer;
}
.job-details-menu .nav-link.active {
  color: #283039;
  background-color: rgba(var(--bs-primary-rgb), 0.07);
}

.job-detail-list li {
  padding-right: 25px;
  position: relative;
  margin-top: 12px;
}
.job-detail-list li i {
  color: #048565;
  font-size: 12px;
  line-height: 23px;
  right: 0;
  position: absolute;
  top: 0;
}

.authuser-list-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.authuser-list-box .favorite-icon {
  position: absolute;
  left: 22px;
  top: 22px;
}
.authuser-list-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  border-color: var(--bs-primary);
}

.profile-active {
  padding: 5px;
  top: -4px;
  left: -5px;
  border: 2px solid var(--bs-border-color-translucent);
}

.dialog_info_table {

	font-size: 15px;
}

.featured-label {
  top: 10px;
  position: absolute;
  left: 0px;
}
.featured-label .featured {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  background: #766df4;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px;
}
.featured-label .featured::before {
  content: "";
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #766df4;
  right: -11px;
  top: 0;
}

.page-sub-title {
  font-weight: 17px;
  font-weight: 500px;
  letter-spacing: 0.5px;
}

.authuser-detail-social-menu li .social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 40px;
  color: #74788d;
  background-color: var(--bs-light);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.authuser-detail-social-menu li .social-link:hover {
  color: #fff;
  background-color: var(--bs-primary);
}

.authuser-profile-overview li{
  padding: 10px 0;
  align-items: center;
}
.authuser-profile-overview li label {
  width: 50%;
  min-width: 50%;
  font-weight: 600;
  text-align: right;
  padding-right: 20px;

}
.authuser-profile-overview li label.pt-10px {
	padding-top: 10px;
}

.authuser-profile-overview li label.pt-5px {
	padding-top: 5px;
}

.authuser-profile-overview li .value-text {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

.order-dialog ul li a{

}
.order-dialog input::-webkit-outer-spin-button,
.order-dialog input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.order-dialog input[type=number] {
  -moz-appearance: textfield;
}

.btn_magenta {
	background-color: #9900cc;
}

.authuser-profile-overview li .balance-text {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	--bs-body-line-height: 26px;
	color: var(--bs-heading-color,inherit) !important;
}

.dropdown .dropdown-menu {
	z-index: 100;
}
.show_video_btn {
	background: #f1f3f4;
	font-weight: 400 !important;
	font-size: 1rem !important;
}

audio div.phase-ready:hover {
	background: #f1f3f4;
}


@media (max-width: 767px) {
	.authuser-profile-overview li label.pt-10px {
		padding-top: 0px;
	}
	.authuser-profile-overview li label.pt-5px {
		padding-top: 0px;
	}
}

.lyrics_input {
	height: 150px;
}

.mtop-dialog .modal-title {
	font-size: 28px;
	line-height: 32px;
}

.lyrics-gen-dialog .modal-title {
	font-size: 28px;
	line-height: 32px;
}

.create-wav-dialog .modal-title {
	font-size: 28px;
	line-height: 32px;
}

.order-dialog .modal-title {
	font-size: 28px;
	line-height: 32px;
}

.delete-dialog .modal-title {
	font-size: 28px;
}

.forgot-dialog .modal-title {
	font-size: 28px;
}

.inform-dialog .modal-title {
	font-size: 28px;
}

.in-dialog .modal-title {
	font-size: 28px;
}

#need_more_gens_alert a {
	color: var(--bs-primary);
	cursor: pointer;
	font-weight: 600;
}

.order-dialog label,
..delete-dialog label,
.forgot-dialog label,
.in-dialog label,
 {
	font-size: 18px;
	font-weight: 600;
}

.order-dialog div span.comment_fld,
.forgot-dialog div span.comment_fld,
.in-dialog div span.comment_fld,
.delete-dialog div span.comment_fld
 {
	font-size: 13px;

}

.order-dialog div span.comment_fld b,
.forgot-dialog div span.comment_fld b,
.in-dialog div span.comment_fld b,
.delete-dialog div span.comment_fld b
 {
	font-weight: 600;
}

.order-dialog div span.comment_fld.mini,
.forgot-dialog div span.comment_fld.mini,
.in-dialog div span.comment_fld.mini,
.delete-dialog div span.comment_fld.mini
 {
 	display: inline-block;
	font-size: 13px;
	margin: 6px 0;
	line-height: 18px !important;
}

.order-dialog div span.comment_fld a,
.forgot-dialog div span.comment_fld a
.in-dialog div span.comment_fld a
.delete-dialog div span.comment_fld a
 {
	color: #9a429a;

}

.authuser-profile-overview li .pre {
	font-size: 13px;
	display: block;
	font-weight: 400;
}

.text_check_link {
	font-size: 12px;
	display: block;
	font-weight: 400;
	line-height: 16px;
}

.authuser-education-content {
  position: relative;
}
.authuser-education-content .circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 40px;
}
.authuser-education-content::before {
  content: "";
  position: absolute;
  border: 1px dashed rgba(var(--bs-primary-rgb), 0.4);
  height: 98px;
  right: 16px;
  top: 44px;
}
.authuser-education-content:last-child::before {
  opacity: 0;
}

.review-rating i {
  font-size: 16px;
  letter-spacing: -0.016rem;
}

.authuser-portfolio-box {
  overflow: hidden;
}
.authuser-portfolio-box .bg-overlay {
  background-color: rgba(40, 48, 57, 0);
}
.authuser-portfolio-box img,
.authuser-portfolio-box .bg-overlay,
.authuser-portfolio-box .zoom-icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.authuser-portfolio-box .zoom-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 26px;
  color: #fff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  opacity: 0;
}
.authuser-portfolio-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.authuser-portfolio-box:hover .bg-overlay {
  background-color: rgba(40, 48, 57, 0.3);
}
.authuser-portfolio-box:hover .zoom-icon {
  opacity: 1;
}

.bg-auth {
  padding: 40px 0;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .bg-auth {
    padding: 60px 0;
  }
}

.auth-box {
  border: none;
  -webkit-box-shadow: var(--bs-box-shadow);
          box-shadow: var(--bs-box-shadow);
  border-radius: 10px;
  overflow: hidden;
}
.auth-box .auth-content {
  background-color: var(--bs-primary-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.auth-box .logo-dark {
  display: inline-block;
}
.auth-box .logo-light {
  display: none;
}
.auth-box .auth-form .form-control {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}
.auth-box .auth-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.45);
}
.auth-box .auth-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.45);
}
.auth-box .auth-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.45);
}
.auth-box .auth-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.45);
}

/*****************dark-mode******************/
body[data-bs-theme=dark] .bg-auth {
  background-color: #303841;
}
body[data-bs-theme=dark] .auth-box .logo-light {
  display: inline-block;
}
body[data-bs-theme=dark] .auth-box .logo-dark {
  display: none;
}

.bg-coming-soon {
  position: relative;
}
@media (max-width: 991.98px) {
  .bg-coming-soon {
    padding: 150px 0;
    height: auto;
  }
}

.coming-soon-subacribe .form-control {
  border-color: rgba(173, 181, 189, 0.5);
  background-color: transparent;
}

.countdownlist-item {
  width: 25%;
  text-align: center;
}
.countdownlist-item:last-of-type .count-num::after {
  display: none;
}

.count-title {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  color: rgba(40, 48, 57, 0.5);
  text-transform: uppercase;
}

.count-num {
  padding: 16px 8px;
  position: relative;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 575.98px) {
  .count-num {
    font-size: 18px;
  }

  #back-to-top {
	  display: none !important;
  }

  .text-preview-content {
	  text-align: center;
  }

  .account-info-flex {
	  flex-direction: column;
	  justify-content: center;
	  text-align: center;
  }

  .account-info-flex label {
	  width: 100% !important;
	  text-align: center !important;
	  padding-right: 0px !important;
  }

  .balance-text {
  	display: block;
	  margin: 5px 0 10px 0;
  }

  .section-title .title {
		font-size: 27px;
		line-height: 1.15;
	}

}
.count-num::after {
  content: ":";
  font-size: 20px;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #283039;
}

.profile-page {
  padding: 180px 0 80px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .profile-page {
    padding: 95px 0 70px 0;
  }
}

.profile-document .profile-document-list .icon {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(var(--bs-tertiary-color), 0.2);
  border-radius: 6px;
  color: var(--bs-tertiary-color);
  text-align: center;
  font-size: 20px;
}

.profile-content-nav.nav-pills .nav-item .nav-link {
  color: var(--bs-dark);
  font-weight: 500;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 12px 26px;
}
.profile-content-nav.nav-pills .nav-item .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent !important;
  border-bottom-color: var(--bs-primary);
}

.profile-user {
  position: relative;
  display: inline-block;
}
.profile-user .profile-photo-edit {
  position: absolute;
  bottom: 5px;
  left: 0px;
}
.profile-user .profile-photo-edit i {
  color: #283039;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  cursor: pointer;
}
.profile-user .profile-img-file-input {
  display: none;
}
.profile-user .profile-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.working-days {
  padding: 0;
  margin: 0;
}
ul.working-days li {
  list-style: none;
  padding: 8px 0;
}
ul.working-days li span {
  float: left;
  color: #82858E;
  font-size: 13px;
}

#style-switcher {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none repeat scroll 100% 0 var(--bs-light);
  -webkit-box-shadow: 0px 4px 12px rgba(40, 48, 57, 0.07);
          box-shadow: 0px 4px 12px rgba(40, 48, 57, 0.07);
  right: -165px;
  position: fixed;
  top: 35.5%;
  width: 165px;
  z-index: 999;
  padding: 10px 5px;
}
#style-switcher .settings {
  background: #283039;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: -45px;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

ul.pattern {
  overflow: hidden;
  border-radius: 0px;
}
ul.pattern li {
  float: right;
  margin: 2px;
}
ul.pattern li .color-list {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #766df4;
}
ul.pattern .color2 {
  background-color: #1f86ef;
}
ul.pattern .color3 {
  background-color: #02af74;
}

.mode-btn {
  height: 40px;
  width: 80px;
  display: inline-block;
  line-height: 40px;
  background-color: var(--bs-primary);
  text-align: center;
}

.mode-dark {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mode-light {
  display: blog;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sharethis-inline-share-buttons .st-btn {
	display: inline-block !important;
	margin-bottom: 10px;
}
.song_title_fld a {
	color: var(--bs-heading-color,inherit);
}

.job-box .rating-label {
  position: absolute;
  top: 7px;
  left: 7px;
  cursor: pointer;
  font-weight: 500;
  color: #3d454e;
  font-size: 11px;
  line-height: 12px;

}

.rating-label i.active {
	color: #ffc107;
}

.rating-block {
            margin-bottom: 12px;
            padding: 10px;
            border-radius: 8px;
            background-color: #f8f9fa;
        }
        .rating-block h5 {
            margin-bottom: 15px;
            font-size: 1rem;
            font-weight: 600;
        }
        .star-rating {
            font-size: 18px;
            cursor: pointer;
            display: flex;
            gap: 5px;
        }
        .star-rating i {
            color: #dee2e6;
            transition: all 0.2s ease;
        }
        .star-rating i.active {
            color: #ffc107;
            transform: scale(1.1);
        }
        .star-rating i:hover {
            transform: scale(1.2);
        }

		.star-rating i.hovered {
		    color: #ffc107 !important;
		}

		.star-rating i.hovered ~ i:not(.hovered) {
		    color: #dee2e6 !important;
		}


.dialog_help_info {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.order_help_info {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

ol.howto {

}

ol.howto li {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}

.sb {
	font-weight: 500;
}

.btn-light-text {
	border-color: #c6c7ca;
	background-color: #e6e6e6;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

	.query_char_count {
		right: 13px;
	}

	#query_save_btn {
	    right: 10px;
	}

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}