/* Thumbnails */
.header_person {
  background: transparent !important;
  position: absolute;
  right: 0;
}
.header_person .webix_template {
  padding: 0;
  line-height: 46px;
}
.header_person .photo {
  width: 38px;
  height: 38px;
  float: left;
  margin-top: 5px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header_person span {
  float: left;
  padding-left: 7px;
}
.header_person .webix_icon {
  line-height: inherit;
}
/* Title Bar */
.title .webix_template {
  padding: 15px 10px;
  line-height: 29px;
  /* margin-top: 5px; */
}
.title_border {
  border-right: none;
}
.title .header {
  float: left;
  font-size: 18px;
}
.title .details {
  float: left;
  font-size: 13px;
  font-style: italic;
  padding-left: 10px;
}
.sub_title .webix_template {
  padding-left: 12px;
  padding-top: 14px;
}
.sub_title2 .webix_template {
  padding-top: 5px;
}
.sub_title .webix_icon {
  padding-right: 7px;
}
.sub_title2 .webix_icon {
  padding-right: 5px;
}
/* Custom */
.grey_color {
  background-color: #f5f5f5 !important;
}
.black_color {
  /* background-color: #363940 !important; */
  /* background-color: #b73949 !important; */
  background-color: #06a0c3 !important;
}
.status {
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
}
/* div.logos{
	float:left;
	background:#fff; 
	margin-top:-5px !important; 
	margin-left:-10px; 
	padding:5px 5px 5px 15px;
	display:inline-block;
	position:relative;
}
div.logos:after{
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
	z-index: 0;
	border-right: solid 3px #20c3e8;
}*/
div.logos {
  float: left;
  /* background:#fff;  */
  margin-top: -5px !important;
  margin-left: -10px;
  padding: 5px 5px 5px 15px;
  display: inline-block;
  position: relative;
}
div.logos:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: 0;
  border-right: solid 3px #20c3e8;
}
.mdi:hover {
  color: #26b7d9;
}
.selectedMenu {
  color: #26b7d9;
}
.checked {
  color: #96bb7c;
}
.unchecked {
  color: #d44000;
}
/*breadcrumb*/
.breadcrumb {
  overflow: hidden;
  margin-top: 0;
  margin-left: -12px;
  white-space: nowrap;
}
.breadcrumb a {
  cursor: pointer;
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 7px 0 7px 20px;
  line-height: 16px;
  background: #1d9ab9;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.breadcrumb a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #1d9ab9;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  margin-top: -35px;
}
.breadcrumb a.n1 {
  background: #1d9ab9;
}
.breadcrumb a.n1:after {
  border-left-color: #1d9ab9;
}
.breadcrumb a.n2 {
  background: #f77754;
}
.breadcrumb a.n2:after {
  border-left-color: #f77754;
}
.breadcrumb a.n3 {
  background: #584b42;
}
.breadcrumb a.n3:after {
  border-left-color: #584b42;
}
.breadcrumb a.n4 {
  background: #537d91;
}
.breadcrumb a.n4:after {
  border-left-color: #537d91;
}
.breadcrumb a.n5 {
  background: #a4d1c8;
}
.breadcrumb a.n5:after {
  border-left-color: #a4d1c8;
}
.breadcrumb a.n6 {
  background: #5878bf;
}
.breadcrumb a.n6:after {
  border-left-color: #5878bf;
}
.breadcrumb a:hover {
  padding-left: 60px;
}
/*end of breadcrumb*/
/*cropper*/
.picture_selector .webix_image {
  background-size: contain;
  background-position: center;
  background-color: #A4BED4;
  text-align: center;
  color: #fff;
  cursor: default;
}
.picture_selector .webix_image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.picture_selector .webix_image img {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
/*cropper*/
/*Multitext Label*/
.labelMultitext ~ .webix_el_text .webix_el_box .webix_inp_label {
  padding: 0;
}
/*Multitext Label*/
/* Font Toogle Button */
.font-button .webix_icon:before {
  color: #ffffff;
}
.font-button:hover .webix_icon:before {
  color: black;
}
/* Font Toogle Button */
/* App Logo */
div.logos2 {
  float: left;
  margin-top: -2px !important;
  padding: 2px 5px 5px 5px;
  display: inline-block;
  position: relative;
}
.rounded_logo {
  border-radius: 50%;
}
.text-center {
  text-align: center !important;
}
/* App Logo */
.custom_dark {
  background: #565B67;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.custom_dark .webix_template {
  line-height: 60px;
}
.toggle-btn {
  border-color: #565B67;
}
.floatRight {
  float: right;
  text-align: center;
}
.floatLeft {
  float: left;
}
/*Dashboard*/
.currencies_list .webix_list_item {
  line-height: 60px;
}
.currencies_list .icon {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 24px;
  margin-right: 16px;
  margin-top: 6px;
}
.currencies_list .value {
  font-size: 16px;
  font-weight: 500;
}
.currencies_list .delta {
  font-size: 16px;
  font-weight: 500;
  float: right;
  margin-right: 8px;
}
.currencies_list .delta.red {
  color: #FF5C4C;
}
.currencies_list .delta.green {
  color: #55CD97;
}
.reviews .img {
  float: left;
  margin-top: 18px;
  margin-right: 16px;
  height: 100%;
}
.reviews .img img {
  background-color: red;
  border-radius: 25px;
  height: 48px;
  width: 48px;
}
.reviews .text {
  margin-top: 10px;
}
.reviews .text .name {
  font-weight: 500;
  display: block;
}
.reviews .text .webix_icon.mdi-bookmark-check,
.reviews .text .webix_icon.mdi-bookmark-plus {
  float: right;
  margin-top: 4px;
  margin-right: 4px;
}
.reviews .text .webix_icon.mdi-bookmark-check {
  color: #1CA1C1;
}
.reviews .text .webix_icon.mdi-bookmark-plus {
  color: #94A1B3;
}
.reviews .text .stars {
  width: 90px;
  margin-left: -4px;
  position: relative;
  top: -4px;
}
.reviews .text .star {
  margin-right: -3px !important;
  font-size: 16px !important;
}
.reviews .text .stars .star.gold {
  color: #FDBF4C;
}
.reviews .text .stars .star.grey {
  color: #94A1B3;
}
.reviews .text .date {
  color: #94A1B3;
  position: relative;
  top: -4px;
  margin-left: 8px;
}
.reviews .text .message {
  display: block;
  max-height: 48px;
  overflow: hidden;
  line-height: 22px;
  position: relative;
  top: -6px;
}
.reviews .text .tag {
  padding: 4px 10px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.reviews .text .tag.New {
  background: #1CA1C1;
}
.reviews .text .tag.Pending {
  background: #55CD97;
}
.webix_tooltip.review_tooltip {
  width: 300px;
}
.stats .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding-top: 8px;
}
.stats .webix_list_item {
  padding: 2px 20px;
}
.progress_bar_element {
  background-color: #F4F5F9;
  border-radius: 4px;
  width: 100%;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 9px;
}
.progress_result {
  height: 100%;
  border-radius: 4px;
}
.progress_result.all {
  background: #1CA1C1;
}
.progress_result.first {
  background: #55CD97;
}
.progress_result.second {
  background: #FDBF4C;
}
.check_tree .webix_tree_branch_1 {
  padding: 4px;
}
.check_tree .webix_tree_checkbox {
  margin: 0 10px;
}
.check_tree .webix_scroll_cont > .webix_tree_leaves {
  padding: 16px 8px;
}
.check_tree .webix_tree_item.webix_selected {
  background: #ffffff !important;
  font-weight: bold;
}
.check_tree .webix_tree_item span.checked,
.check_tree .webix_tree_item.webix_selected span.checked {
  text-decoration: line-through;
}
.check_tree .webix_tree_item span,
.check_tree .webix_tree_item.webix_selected span {
  margin-left: 6px;
}
/* CSS WARNING */
.screenAlert-warning {
  border-color: #F8BB86;
}
.screenAlert-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
  animation: pulseWarning 2s linear infinite;
  background-color: transparent!important;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.screenAlert-warning:after {
  background-color: transparent!important;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.screenAlert-warning .screenAlert-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.screenAlert-warning .screenAlert-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.scaleWarning {
  -webkit-animation: scaleWarning 0.75s infinite alternate;
  animation: scaleWarning 0.75s infinite alternate;
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
/* ANIMATE WARNING */
@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.webix_icon_button:hover:before {
  background-color: #e4f6ff;
  opacity: 1;
  transform: scale(1);
}
.red .webix_icon_button:hover .webix_icon {
  color: #FF5C4C;
}
.red .webix_icon_button:hover:before {
  background: rgba(255, 92, 76, 0.15);
  opacity: 1;
  transform: scale(1);
}
.blue .webix_icon_button:hover .webix_icon {
  color: #4cccff;
}
.blue .webix_icon_button:hover:before {
  background: rgba(76, 219, 255, 0.15);
  opacity: 1;
  transform: scale(1);
}
.green .webix_icon_button:hover .webix_icon {
  color: #5e8b7e;
}
.green .webix_icon_button:hover:before {
  background: #c0f1e4;
  opacity: 1;
  transform: scale(1);
}
/* .green_color .webix_icon:before{
	color: #5e8b7e;
}

.red_color .webix_icon:before{
	color:#f29191;
} */
.striked {
  text-decoration: line-through;
}
.select_one {
  float: right;
  line-height: 28px;
}
.custom_webix_popup_text {
  text-align: left;
}
.custom_webix_popup_text .item {
  font-weight: 500;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._upl_overall {
  height: 100%;
  line-height: 26px;
}
._upl_name {
  height: 100%;
  float: left;
  overflow: hidden;
}
._upl_size {
  padding: 0 10px;
  width: 100px;
  text-align: right;
  float: right;
}
._upl_remove_file {
  float: right;
  width: 15px;
  padding-left: 10px;
}
._upl_download_file {
  float: right;
  width: 15px;
  padding-left: 10px;
}
._upl_status {
  float: right;
  position: relative;
  margin-top: 4px;
  width: 80px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #A4BED4;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
._upl_progress {
  height: 100%;
  position: absolute;
  background-color: #b8e6ff;
}
._upl_message {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
}
._upl_message.error {
  color: #e83b3b;
}
._upl_remove_icon {
  margin-top: 6px;
}
.templateCenterRight .webix_template {
  display: flex;
  align-items: center;
  padding: 0px;
  line-height: 32px;
  float: right;
}
.webix_view .hideBorder {
  border-right: none;
  border-left: none;
}
.user {
  cursor: pointer;
}
.user .webix_template {
  padding: 0;
  display: flex;
}
.userInner {
  display: flex;
  align-items: center;
}
.userAvatar {
  width: 44px;
  height: 44px;
  position: relative;
  margin-right: 8px;
}
.userImage {
  display: block;
  border-radius: 50%;
  position: relative;
  width: 44px;
  height: 44px;
}
.userName {
  display: flex;
  align-items: center;
  user-select: none;
}
/* CUSTOM */
.register {
  color: #F36571;
  font-weight: 700;
}
.webix_el_box input,
.webix_el_box textarea,
.webix_el_box .webix_inp_static {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.webix_el_box .webix_inp_counter_value {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.webix_dtable .webix_ss_filter input,
.webix_dtable .webix_ss_filter select {
  border-radius: 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.nopadding .webix_template {
  padding: 0px;
}
.templateCenterLeft .webix_template {
  display: flex;
  align-items: center;
  padding: 0px;
  line-height: 32px;
}
.text-right {
  text-align: right;
}
.fotoImg img {
  border-radius: 50%;
}
.mapOpenStreet {
  width: 100%;
  height: 450;
  /* atur tinggi sesuai kebutuhan */
}
.card {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.big {
  font-size: 24px;
}
.small {
  font-size: 12px;
}
.dtblMultilne {
  line-height: 30px !important;
  /* text-align: center; */
}
.templateLoginCss {
  line-height: 24px;
  text-align: center;
}
.templateLoginCss div span {
  font-size: 18px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 500;
}
.timeline-container {
  display: flex;
  align-items: center;
}
.timeline-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.timeline-avatar span {
  font-size: 12px;
}
.timeline-name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #94a1b3;
}
.text-right {
  text-align: right;
}
/* region audio css section */
.pointer {
  cursor: pointer;
}
.flex {
  display: flex;
}
.playerSlider .webix_slider_box {
  margin-top: -17px;
}
.playerSlider .webix_slider_box .webix_slider_left,
.playerSlider .webix_slider_box .webix_slider_right {
  border: none;
  height: 8px;
}
.playerSlider .webix_slider_box .webix_slider_right {
  background: #dadee0;
  height: 8px;
}
.playerSlider .webix_slider_handle {
  display: none;
}
/* player */
.player .webix_icon_button .webix_icon {
  color: #475466;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.player .webix_icon_button .webix_icon.active {
  color: #1ca1c1;
}
.player .webix_icon_button:hover:before {
  display: none;
}
.trackTime {
  color: #94A1B3;
  line-height: 20px;
}
.trackTime .webix_template {
  padding: 0;
  display: flex;
  align-items: center;
}
.trackTime .webix_template span {
  padding-top: 6px;
}
/* track details */
.trackDetailsWrapp .webix_template {
  padding: 4px 20px;
}
.trackDetails {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.trackDetails > span {
  color: #94A1B3;
  line-height: 20px;
  font-size: 12px;
}
/* cover css */
.cover {
  display: flex;
  padding: 18px 10px;
  align-items: center;
}
.coverImg {
  width: 85px;
  height: 85px;
  display: flex;
  margin-right: 15px;
  flex-shrink: 0;
}
.coverImg img {
  width: 100%;
}
.coverRow {
  display: flex;
  align-items: center;
}
.coverName {
  color: #313131;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}
.coverText {
  color: #94A1B3;
  line-height: 20px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coverTrack {
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  display: block;
}
/* balance advertiser */
.balance-card {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  margin: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e0e0e0;
}
.balance-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.balance-label {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.balance-amount {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}
.balance-currency {
  color: #27ae60;
  font-size: 16px;
  font-weight: 600;
}
.balance-card .mdi-wallet-outline {
  font-size: 28px !important;
  color: #27ae60 !important;
  margin-left: 15px;
}
/* subscription template */
.webix_template .subscription-card {
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
  height: 120px;
}
.subscription-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.subscription-card-header h3 {
  margin: 0 0 0 10px;
}
.info-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.subscription-card-header .mdi-calendar-clock {
  font-size: 28px !important;
  color: #27ae60 !important;
}
.subscription-card-header .mdi-file-document-outline {
  font-size: 28px !important;
  color: #27ae60 !important;
}
/* endregion audio css section */

