/* D:\server\laragon\www\Avatar\resources\views\composer\course\components\elements\text.blade.php */
p.sub{
    font-size: 12px;
    color: var(--text-white-color);
}
/*the container must be positioned relative:*/
.custom-select-heading-text {
  position: relative;
}

.custom-select-heading-text select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
    background: #212121 !important;
    border: 1px solid #303030 !important;
    border-radius: 3px;
    color: #AAAAAA !important;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0.375rem 0.75rem 0.375rem 0.325rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
    background-color: #fff;
    cursor: pointer;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 0px;
  width: 30px !important;
  height: 10px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23AAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23AAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg);
  right: 10px;
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  background: #2D2D2D;
  border-radius: 2px;
  width: 100%;
  display: grid;
  place-content: center;
  font-size: 35px;
  padding: 15px 10px;
}
.select-items div.active {

  background: #616060;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #212121;
  border: 1px solid #707070;
  border-radius: 3px;
  max-height: 237px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  padding: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* D:\server\laragon\www\Avatar\resources\views\composer\course\components\elements\text.blade.php */

/* D:\server\laragon\www\Avatar\resources\views\composer\course\components\elements\animation.blade.php */
.range {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    padding: 12px 0;
    color: #fff;
}
.range-slider__range {4-97616
    -webkit-appearance9: none;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background: transparent;
    outline: none;
    padding: 0;
    border: 2px solid #505050;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #000;
    position: relative;
    border: 3px solid #505050;
    box-sizing: content-box;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #1473E6;
}
.range-slider__range::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #000;
    position: relative;
    border: 3px solid #505050;
    box-sizing: content-box;
}
.range-slider__range:active::-moz-range-thumb {
    background: #1473E6;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1473E6;
}
.range-slider__value {
    display: none;
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}
.animation-drop .sub {
    font-size: 13px;
    color: #fff;
}


#background-component-bar .sub {
    font-size: 14px;
    color: #fff;
} 
span.hr {
    border: 1px solid #212121;
    width: 100%;
    display: block;
    margin: 13px 0 0;
}
.color-background {
    display: grid;
    grid-template-columns: repeat(auto-fit, 12%);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    max-height: 194px;
    overflow-y: auto;
    overflow-x: hidden;
}
.color-background .sp-thumb-el {
    width: 29px;
    height: 29px;
    border: 0.5px solid #212121;
    border-radius: 3px;
}  
.color-background .sp-thumb-inner {
    border: 0.5px solid #212121;
    border-radius: 3px;
}
.apple-ch label {
    font-size: 12px;
    color: #424242;
    font-weight: 600;
}
.apple-ch .btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}
.apple-ch .btn-color-mode-switch > label.btn-color-mode-switch-inner {
    margin: 0px;
    width: 95px;
    height: 25px;
    background: #D2EDFF;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}
.apple-ch .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    top: 7px;
    right: 20px;
    cursor: pointer;
}
.apple-ch .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
    content: attr(data-off);
    width: 47px;
    height: 22px;
    background: #1473E6;
    border-radius: 26px;
    color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
    cursor: pointer;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 92px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
    background: #D2EDFF;
    color: #000;
}
.apple-ch .btn-color-mode-switch .title{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    position: absolute;
    background: transparent;
    width: 138px;
    top: 5px;
    left: 100px;
    margin: 0;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"] ~ span.this{
    display: block;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"] ~ span.all{
    display: none;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked ~ span.all{
    display: block;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked ~ span.this{
    display: none;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
    content: attr(data-on);
    left: 46px;
    background: #1473e6;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
    content: attr(data-off);
    right: auto;
    left: 12px;
}
@media only screen and (max-width: 1400px) {
.apple-ch .btn-color-mode-switch .title {
    font-size: 8px;
    width: 100%;
    top: 8px;
}
.awselect .front_face .current_value {
    font-size: 8px;
}
.awselect .back_face ul li a {
    font-size: 8px;
}
}

/* composer\course\components\elements\background.blade.php */

/* D:\server\laragon\www\Avatar\resources\views\composer\course\components\elements\voiceover.blade.php */
.voiceover-drop .sub {
    font-size: 13px;
    color: #fff;
}
/* .voiceover-drop .group-btn .create-project{
    background: #212121 !important;
    border: 1px solid #303030 !important;
    left: -3px;
    position: relative;
    border-left: 0 !important;
    height: 50px;
    border-radius: 0 3px 3px 0;
    color: #1473e6;
    font-size: 24px;
    padding: 2px 10px;
} */
.special-buttons button.btn.btn-special {
    background: #212121;
    border: 1px solid #303030;
    border-radius: 3px;
    width: 100%;
    padding: 11px 10px !important;
    color: #aaa;
    text-align: left;
    font-size: 13px;
}
.special-buttons button.btn.btn-special.upload {
    border: 2px dashed #303030;
    text-align: center;
}
.special-buttons button.btn.btn-special.upload:before{
    content: unset;
}
.special-buttons .dropdown-item:focus,.special-buttons .dropdown-item:hover {
    color: #e9ecef !important;
    background-color: #000;
}
.special-buttons button.btn.btn-special:after{
    display: none;
}
.special-buttons button.btn.btn-special:before{
    position: absolute;
    right: 17px;
    top: 14px;
    content: "";
    display: block;
    margin: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(225deg);
}
.special-buttons button.btn.btn-special[aria-expanded="true"]:before{
    top: 19px;
    transform: rotate(45deg);
}
.special-buttons .dropdown-menu.show {
    display: block;
    width: 100%;
    font-size: 12px;
    background: #212121;
    color: #fff !important;
}
.special-buttons .dropdown-menu.show .dropdown-item {
    padding: 0.5rem 1rem;
    color: #ffffff;
    border-bottom: 1px solid #303030;
}
.voiceover-drop .new-group .form-select{
    height: 50px;
}
.voiceover-drop #audio-format input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #121212;
    color: #1473e6;
    border: 1px solid #ACACAC !important;
    top: 5px;
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    border-radius: 2px;
}
.voiceover-drop #audio-format .input-control:checked {
    background-color: #1473e6;
    color: #FFF;
    transition: all 0.2s;
}
.voiceover-drop #audio-format .input-control:checked::before {
    position: absolute;
    left: 5px;
    top: 2px;
    content: "⅃";
    transform: rotate(40deg);
    font: 9px / 1 "Open Sans", sans-serif;
}
.block-radio {
    cursor: not-allowed !important;
}
.voiceover-drop #audio-format label.label-control {
    color: #fff;
    font-size: 11px;
}
.voiceover-drop div#audio-format {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#waveform-box #waveform {
    background: #333!important;
    position: relative;
}
.waveform #controls i {
    font-size: 20px;
    color: #fff;
}
/* D:\server\laragon\www\Avatar\resources\views\composer\course\components\elements\voiceover.blade.php */