:root{
    --main-primary-color:#dc2069;
    --main-primary-color-dark:#b01a8d;
    --primary-font:'Roboto', serif;
    --primary-heading-font:'Playfair Display', serif;
    --primary-active-light:#fff4f5;
    --main-primary-dark:#9b003c;
    --light-grey:#eae9e9;
    --extra-light-grey:#3c3c4308;
    --semi-light-grey:#eff1f5;
    --grey-888: #888888;
    --dark-primary:#333;
    --light-table-grey:#fafbfe;
    --dark-light-color: #cfd1e3;
    --primary-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)!important;
}



/*login-page start*/
body{color:var(--dark-primary);font-size: 14px;line-height: 1.2;}
body,a, p, ul, li, th, td, span{font-family:var(--primary-font);}
h1, h2, h3, h4, h5, h6{font-family:var(--primary-heading-font);}
a{
    color:var(--main-primary-color);
}
a:hover{
    color:var(--main-primary-color);
}
::-webkit-scrollbar{width:8px;height: 5px;}
::-webkit-scrollbar-track{background-color:rgba(232, 232, 232, 1.0);}
::-webkit-scrollbar-thumb{border-radius:0;background-color: var(--main-primary-color);height:20px !important;}
::-webkit-input-placeholder {color: #d6d6d6;}
:-ms-input-placeholder {color: #d6d6d6;}
::placeholder {color: #d6d6d6;}
.lh-15{line-height:1.5;}
.btn-xl{font-size:1.25rem !important;padding: 1rem 1.2rem;}
.icon-view {
    width: 100%;
    height: auto;
}
.border-transparent{
    border-color:transparent !important;
}
.form-control{
    font-size:14px;
    font-family: var(--primary-font);
}
.form-control:focus{
    border-color: #dc2069;
    box-shadow: none;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--semi-light-grey);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--grey-888);
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: var(--main-primary-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--main-primary-dark);
}
input[type="radio"]:disabled:after, input[type="radio"]:disabled~label{
    border-color: #e6e5e5;
    color:#e6e5e5;
}
input:disabled{
    pointer-events:none;
}
a[disabled] {
    opacity: 0.65;
    pointer-events: none;
}
.flex-1{
    flex:1;
}    
.card{
    border:0;
    border-bottom: 1px solid var(--light-grey);
    box-shadow:none !important;
}
.card-custom{
    border-color: #fff;background: #fff; padding: 60px 60px; box-shadow: 0 0 5px rgb(0 0 0 / 10%); border-radius: 10px;
}
.card-header{background-color: transparent;border-bottom:0;}
.text-primary{color:var(--main-primary-color) !important;}
.text-dark{color:var(--dark-primary) !important;}
.text-heart{color:var(--dark-primary);}
.text-dark-light{color: var(--dark-light-color) !important;}
a.text-primary:focus, a.text-primary:hover{color:var(--main-primary-color-dark) !important;}
.fs-16{font-size:16px;}
.lh-21{line-height: 21px;}
.bg-primary{background-color:var(--main-primary-color) !important;}
.bg-primary-light{background-color:var(--primary-active-light) !important;}
.bg-changing{background-color: var(--primary-active-light) !important;}
.bg-dark {
    background-color: var(--dark-primary) !important;
}
.cursor-pointer{cursor:pointer;}
.font-family-heading{font-family: var(--primary-heading-font);}
#windowLoader{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 9999;
    text-align: center;
    display: flex;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loader-custom{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin:0 !important;
}
.badge{
    font-size:85%;
}
.badge-primary {
    color: #fff;
    background-color: var(--main-primary-color);
}
.text-dark-hover{
    color:var(--dark-primary);
}
.text-dark-hover:hover{
    color:var(--main-primary-color);
}
.fw-500{font-weight: 500;}
.dropdown-menu{
    border:0;
    box-shadow: 0 0 20px 0 rgb(82 63 105 / 15%);
}
#HW_badge_cont{
    position: absolute !important;
    top: 30px;
    left: 4px;
}
.loader-custom {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader-7 .line {
    width: 8px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, to bottom, #F3266C 0%, #21E5F2 50%, #E8BD2A 75%, #F21FB4 100%);
    background: -webkit-linear-gradient(to bottom, #F3266C 0%, #21E5F2 50%, #E8BD2A 75%, #F21FB4 100%);
    background: -o-linear-gradient(to bottom, #F3266C 0%, #21E5F2 50%, #E8BD2A 75%, #F21FB4 100%);
    background: linear-gradient(to bottom, #F3266C 0%, #21E5F2 50%, #E8BD2A 75%, #F21FB4 100%);;
}

.loader-7 .line1 {
    left: 0;
    -webkit-animation: line-grow 0.5s ease alternate infinite;
    animation: line-grow 0.5s ease alternate infinite;
}

.loader-7 .line2 {
    left: 20px;
    -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
    animation: line-grow 0.5s 0.2s ease alternate infinite;
}
    
.loader-7 .line3 {
    left: 40px;
    -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
    animation: line-grow 0.5s 0.4s ease alternate infinite;
}
.loader-7 .line4 {
    left: 60px;
    -webkit-animation: line-grow 0.5s 0.6s ease alternate infinite;
    animation: line-grow 0.5s 0.6s ease alternate infinite;
}

@-webkit-keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}
    
@keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}
    
.blockUI.blockMsg.blockPage{
    transform: translate(-50%,-50%) !important;
    top:50% !important;
}
.login .card{
    border-radius: 0;    
}

.login .left{
    padding: 20px 40px;
}

.login .right{
    padding: 40px 60px;
}

.login .lft-logo {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px 0 15px;
}


.login .bg-black{
    background: black;
}
.login .left p{
    font-size: 21px;
}
.login .left p span{
    border-bottom: 1px solid #fafafa;
}
form.user .form-control-user{
    border-radius:0.35rem;
    background-color: var(--extra-light-grey);
    font-size: initial;
    color: var(--dark-light-color);
    padding: 1.5rem 2rem;
}
form.user .btn-user{border-radius:0.35rem;font-size: 14px;}
form.user .form-control-user:focus{
    color: var(--dark-light-color);
}
.icon-input{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.custom-control-label::before,.custom-control-label::after {
    top: 0;
    width: 18px;
    height: 18px;
    border-radius:2px;
}
.compose .custom-control-label::after{
    width: 18px;
    height: 18px;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: var(--main-primary-color);
    background-color: var(--main-primary-color);
}
.login .custom-control-label::before{
    background-color: transparent;
}
.login .custom-control-label::after{
    border: 2px solid var(--dark-light-color);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.compose .custom-control-label{
    font-size: 18px;
    padding-left: 10px;
}
.left_video_area {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.left a{
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    background: #1B9D2C;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 46px;
    padding: 8px;
}

.left_video_area a{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    background: #1B9D2C;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding: 10px;
}

.left_video_area img{
    max-width: 100%;
}
.login .right .alert.alert-success {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-weight: 600;
}
fieldset {
  margin-bottom: 1.5rem;
  border: none;
  background-color: var(--primary-active-light) !important;
  padding-left:10px;
  padding-right:10px;
}

legend {
    background-color: #fff;
    padding: 0;
    line-height: 0;
    font-size: 14px;
    z-index:1;
    margin-bottom: 1rem;
    color: var(--main-primary-color);
    width: auto;
    font-weight: 500;
}
.swal2-styled.swal2-confirm,.progress-bar {
    background-color: var(--main-primary-color);
}
.btn{font-size:14px;}
.btn-primary,.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
    opacity:0.8;
}
.btn.disabled, .btn:disabled{
    pointer-events:none;
}
.button-circle, .button-circle:hover{
    background:var(--main-primary-color);
    fill: var(--white);
}
.button-circle:hover{
    opacity: 0.8;
}
.btn-tick{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 0 5px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: var(--main-primary-color);
}
.info-stats .info-icon{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    z-index:1;
}
.info-stats .info-icon i {
    font-size: 1.3rem;
    color: var(--main-primary-color);
}
.info-stats p{
    padding: 0;
    color:var(--grey-888);
    font-size: 14px;
}
.info-stats h3{
    font-size: 2rem;
    font-weight:500;
}
.card-overlay-image .overlay-image {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: -1px;
    z-index: 0;
    opacity: .1;
}
.card-overlay-image .svg-danger svg path{
    fill: var(--main-primary-color);
}
.card-overlay-image .svg-success svg path{
    fill: #37e6b0;
}
.card-overlay-image .svg-info svg path{
    fill: #4788ff;
}
.card-overlay-image .svg-warning svg path{
    fill: #ffee00;
}
@media only screen and (max-width: 768px){
    .login .right {
        padding: 10px;
    }
}
    
/*login-page end*/

.alert.alert-custom.alert-light-primary.alert-notice {
    border: 0;
    border-left: 4px solid var(--main-primary-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.alert.alert-custom.alert-light-primary {
    background-color: var(--primary-active-light);
    border-color: transparent;
}
.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 1rem;
}
.alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}
.alert.alert-custom.alert-light-primary .alert-icon i {
    color: var(--main-primary-color);
}
.alert.alert-custom.alert-light-primary .alert-text {
    color:var(--main-primary-color);
}
.disc{
    left: 8.3% !important;
    top: 9.7% !important;
}
.ac{
    right: -13% !important;
}
.c-b-blue,.c-b-yellow,.c-b-green, .c-b-red{
    font-size: 14px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 14px 6px;
}

.c-b-blue{
    color: var(--main-primary-color)!important;
    border: 1px solid var(--main-primary-color)!important;
}

.c-b-yellow{
    color: #f6c23e!important;
    border: 1px solid #f6c23e!important;
}

.c-b-green{
    color: #36b9cc!important;
    border: 1px solid #36b9cc!important;
}

.c-b-red{
    color: #e74a3b!important;
    border: 1px solid #e74a3b!important;
}

#wrapper #content-wrapper{
    background-color: var(--semi-light-grey);
}

nav.navbar{
    background: var(--white);
}
.topbar .dropdown .dropdown-menu#notification_list{
    box-shadow: var(--primary-shadow);
    min-width: 400px;    
}
.topbar .dropdown-list{
    overflow:visible;
}
.topbar .dropdown .dropdown-menu:after{
    position:absolute;
    right: 4px;
    top: -14px;
    border-right: 14px solid transparent;
    border-bottom: 14px solid var(--light);
    border-left: 14px solid transparent;
    content: "";
}
.topbar .dropdown-list .dropdown-header{
    background-color: var(--white);
    border: 0;
    border-bottom: 1px solid var(--light-grey);
    text-transform:capitalize !important;
    font-size:16px;
    color:var(--dark-primary);
}
.topbar .notifications-wrap{
    height: 455px;
    overflow: auto;
}
.topbar .notifications-wrap .remove-notification {
    position:absolute;
    z-index:9;
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.topbar .dropdown-list .dropdown-item{
    border-left:0;
    border-right:0;
    padding: 15px 25px 15px 25px;
    border-bottom: 1px solid var(--light-grey);
}
.sidebar.sidebar-dark {
    border-right: 1px solid var(--light-grey);
}
.sidebar-dark .sidebar-brand{border-bottom: 1px solid var(--light-grey);}

.bg-gradient-primary{
    background-image: linear-gradient(180deg,#ffffff 100%,#ffffff 100%)
}
.sidebar #sidebarToggle::after{
    font-family: 'Font Awesome 5 Pro';
}
.sidebar-dark .nav-item .nav-link{
    color: #343a40;
    font-weight: 400;
    height: 2.4rem;
    line-height: 1.5;
}

.sidebar-dark .nav-item .nav-link::after{
    color: #343a40 !important;
    -webkit-text-stroke: 0.5px #ffffff;
}

.sidebar-dark .nav-item .nav-link i{
     color: #3a3b45 !important;
     margin-left: 5px;
}

.sidebar-dark .sidebar-heading{
    color: var(--main-primary-color);
    font-size: 14px;
    font-weight: 600;
}
.sidebar-dark #sidebarToggle{
    background: var(--main-primary-color) !important;   
    margin-top: 25px;
}
.sidebar-dark #sidebarToggle::after{
    color:var(--white);
}
.sidebar-dark .nav-item .nav-link{
    margin-top: 3px;
    margin-bottom: 3px;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after, .topbar .nav-item.dropdown .dropdown-toggle::after{
    content: "\f0dd";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0;
}
.sidebar .nav-item.active .nav-link, .sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active{
    font-weight:500;
}
.sidebar-dark .nav-item.active .nav-link i, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active, .sidebar-dark.toggled #sidebarToggle::after{
    color: var(--white) !important;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
    color: var(--main-primary-color);
}
.sidebar .nav-item .nav-link{
    padding: .5rem;
    font-weight:400;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0da";
    margin: 0 5px 0 0;
    font-weight: 900;   
}
.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner{
    margin:0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    margin:0;
    border-radius:0;
    padding: .5rem 2.3rem;
}
.sidebar .nav-item .nav-link[data-toggle=collapse]::after,.sidebar.toggled #sidebarToggle::after {
    font-family: 'Font Awesome 5 Pro';
}
@media (min-width: 768px) {
.sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
    margin: 0 0;
}
.w-md-25{
    width:25% !important;    
}
.px-md-6{
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}
}
@media (min-width: 768px){
.sidebar.toggled .nav-item .nav-link span {
    font-size: 12px;
}
.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0px; 
    margin-top: 20px;
    width: 6.5rem;
    line-height:1.3;
}
.sidebar.toggled .nav-item .nav-link i {
    font-size: 21px;
}
}

.sidebar-dark .nav-item .nav-link:hover, .sidebar-dark .nav-item .nav-link:hover i{
  color: #000000;   
  background: var(--light-grey);
 }
.sidebar-dark .nav-item.active .nav-link:hover, .sidebar-dark .nav-item.active .nav-link:hover i{
  background: var(--main-primary-color);
} 
 .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:focus i{
    background: var(--light-grey);   
    color:var(--dark-primary);
 }
 .sidebar-dark .nav-item.active .nav-link, .sidebar-dark .nav-item.active .nav-link i{
    background-color: var(--main-primary-color);
    color:#fff;
}
.sidebar-dark.toggled .nav-item.active .nav-link{
    padding-top:3px;
}
.sidebar-dark .nav-item .nav-link:hover:focus{
    background: var(--light-grey);   
}
.music_loading_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    text-align: center;
    flex-direction: column;
    color: var(--main-primary-color);
    font-size: 28px;
} 
.music_loading_wrapper .loadingStatus{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

/*.sidebar-dark .nav-item .collapse.show::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    left: 0;*/
/*    width: 1px;*/
/*    height: calc(100% - 36px);*/
/*    background: rgba(185, 199, 212, 0.5);*/
/*}*/

/*.sidebar-dark .nav-item .collapse-inner a::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 0;*/
/*    width: 20px;*/
/*    height: 1px;*/
/*    background: rgba(185, 199, 212, 0.5);*/
/*}*/
.topbar.navbar-light .navbar-nav .nav-item .nav-link{
    font-size:14px;
    color: var(--dark-primary);    
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-primary-color); 
}
.muma-welcome-img{
    position: absolute; top: -95px; right: 30%;z-index:2;
}
.dashboard-welcome-img{
    position: absolute; top: -95px; right: 20%;z-index:2;
}
.typing-effect{
    position: absolute;
    top: 40%;
    left:55%;
    transform: translateY(-50%);
}
.typing-effect1{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
}

/* Animation */
.muma-effect {
  animation: animated-text 2s steps(30,end) 1s 1 normal both;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

.blink {
  animation: blink 0.5s infinite;
}
@keyframes blink{
  to { opacity: .0; }
}
 @keyframes typing {
	 to {
		 width: 0;
	}
}
 @keyframes caret {
	 50% {
		 color: transparent;
	}
}
.top-banner .hover-h a i{font-size:24px;}
.top-banner .hover-h a{color:var(--dark-primary);transition:all 0.3s ease;display:flex;flex-direction:column;font-size: 14px;}
.top-banner .hover-h a:hover{color:var(--main-primary-color);text-decoration: none;}
.top-banner .rt h4{
    font-size: 14px;    
}

.top-banner h2{
    color: #000000;
}

.top-banner h2 span{
    color: var(--main-primary-color);
    font-weight: 700;
    font-size: 2rem;
}
.top-banner .hover-h:hover{
    transition: all .5s ease;
    transform: scale(1.1) !important;
    z-index: 1 !important;
}


.fs-26{
    font-size: 26px;
}

.bg-c-red{
    background: linear-gradient(45deg, #FF5370, #ff869a);
}

.bg-c-green{
    background: linear-gradient(45deg, #2ed8b6, #59e0c5)
}

.bg-c-yellow{
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-bluee{
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.knw ul{
    list-style:none;
    line-height: 40px;
    padding: 0;
    
}

.knw h4{
    color:black;
    font-weight: 700;
}

.knw ul li{
    border-bottom: 1px solid rgba(185, 199, 212, 0.5);
}

.knw ul li a{
    color: #222;
    font-size: 14px;
}



/* compase.php start*/
.compose .music-track{
    position: relative;
}
.compose .music-track .fa-refresh{
    left: 10px;
    bottom: 10px;
}

.compose .music-track .fa-volume-up{
    right: 10px;
    bottom: 10px;
}

.compose .music-track .fa-play{
    left: 50%;
    bottom: 45%;
    font-size: 30px;
}


.compose .activity label{
    font-size: 12px;
    text-align: center;
}

.compose .radio-toolbar{
  text-align: left;
}



.compose .mood .radio-toolbar{
  text-align: left;
}

.compose .radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.compose .radio-toolbar label{
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    width: 100%;
    border: 1px solid var(--light-grey);
    border-radius: 50px;
    text-align: left;
}
.compose .radio-toolbar i{
    font-size: 14px;
    margin-right: 5px;
}

.compose .activity .radio-toolbar .genre-img-textwrap, .compose .activity .radio-toolbar label{
    border-radius: 6px;
    padding: 10px 2px;
    text-align: center;
    cursor:pointer;
}
.genre-img-textwrap svg path {
    fill: var(--main-primary-color);
}
.genre-img-textwrap:hover svg path, .compose .radio-toolbar input[type="radio"]:checked + .genre-img-textwrap svg path {
    fill: var(--white);
}
.compose .mood .radio-toolbar label{
    padding: 10px 12px;
    text-align: center;
}
.compose .radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid var(--main-primary-color);
}
.compose .radio-toolbar .genre-img-textwrap{
    background-color: var(--white);
}
.compose .radio-toolbar input[type="radio"]:checked + .genre-img-textwrap,.compose .radio-toolbar .genre-img-textwrap:hover, .compose .radio-toolbar input[type="radio"]:checked + label,.compose .radio-toolbar label:hover  {
    background-color: var(--main-primary-color) !important;
    border-color: var(--main-primary-color) !important;
    color:var(--white);
}

.compose .radio-toolbar span{
    float: right;
}

.compose .radio-toolbar .custom-input{
    width: 40px;
    margin-left: 20px;
    border: none;
    padding: 0px 5px;
    background: transparent;
}
.compose .compose-custom-duration .form-control{
    text-align:center;
}
.compose .radio-time-duration{
    align-items: center;
    justify-content:center;
    height: 100%;
    font-size:70px;
    display:flex;
}
.bg-time-radio{
    background-color:var(--white);
}
.orline::before,
.orline::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid var(--semi-light-grey);
    margin: 0 0.6rem;
    vertical-align: middle;
}
.orline::before,
.orline::after{
    width: 44%;
}
/* compase.php end*/

/* music uplaod start*/

.dm-uploader {
    display:flex;
    align-items: center;
    justify-content: center;
}

.music-upload .dm-uploader .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}


.music-upload .h-100::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.music-upload .h-100::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.music-upload .h-100::-webkit-scrollbar-thumb {
  background: #3075ba; 
  border-radius: 10px;
}

/* Handle on hover */
.music-upload .h-100::-webkit-scrollbar-thumb:hover {
  background: #d3d9df; 
}



.music-upload ul {
    max-height: 247px;
}

.music-upload ul li hr{
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.music-uploaded ul li img{
    height: auto;
    width: 70%;
    background: #eaeff9;
    padding: 7px;
    border-radius: 10px;
}

.music-uploaded ul li label{
    font-size: 14px;
    margin-bottom: 15px;
}

.music-uploaded audio{
    width: 100%;
    position: relative;
    top: 16px;
    border-radius: 1px;
}

.music-uploaded ul li i.fa{
    cursor: pointer;
}

.music-uploaded ul li i.fa-trash{
    color: #ff0000;    
}

.music-uploaded ul li i.fa-share-alt{
    color: #3fc2d0;
}

.music-uploaded ul li i,.music-uploaded ul li i{
    color: #3075ba;
}

.music-uploaded .pagination{
    justify-content: flex-end;
}


.music-uploaded .action-i{
    position: relative;
}

.music-uploaded .action-play-pause span, .music-uploaded .action-share span, .music-uploaded .action-delete span{
    position: absolute;
    top: -35px;
    left: -22px;
    background: var(--main-primary-color);
    color: white;
    padding: 2px 10px;
    border-radius: 4px;
    display:none;
    z-index: 2;
    transition: all .5s ease;
}

.music-uploaded .action-i:hover span, .music-uploaded .action-i:hover::after {
    display: inline;
}

.music-uploaded .action-i::after{
    content: '';
    background: var(--main-primary-color);
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: -24px;
    left: -4px;
    z-index: 1;
    display:none;
}

.music-uploaded .custom-convert{
    background: #40b5eb;
    color: white;
    width: 100px;
    height: 35px;
    text-align: center;
    padding: 5px;
}

.music-uploaded .custom-convert a{
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.music-uploaded .custom-convert:hover {
    background: #3075ba;
}
.table{
    color:var(--dark-primary);
}
.table-commands-wrap{
    max-height: 360px;
    overflow-y:scroll;
}
table.table-bordered.dataTable{
    color: var(--dark-primary);
}

.table.dataTable tbody tr td img{
    height: 18px;
}

table.table-bordered.dataTable thead tr th{
    font-weight: 500;
}

table.table-bordered.dataTable thead tr th:nth-last-child(1),
table.table-bordered.dataTable tbody tr td:nth-last-child(1){
    text-align: center;
}
table.table-bordered.dataTable tbody tr td:nth-child(1) input{
    display: none;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color:var(--light-table-grey);
}
.table.music-table > tbody > tr > td, .table.music-table > thead > tr > th{
    padding:10px;
}
.table.music-table > tbody > tr:hover{
    background-color:var(--light-table-grey);
}
.table.music-table .playpause-music a{
    font-size:18px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size:14px;
    padding:6px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-top:2px solid #e7e7e7;
}
.table-bordered {
    border-width:2px 0 2px 0;
    border-color:  #e7e7e7;
    border-style:solid;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 1px;
    border-left-width: 1px;    
}
table.table-bordered.dataTable {
    border-right-width: 1px;
    border-left-width: 1px;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td{
    border-bottom: 0;    
}
 .table > thead:first-child > tr:first-child > th {
    border-top: 2px solid #e7e7e7;
}
.table > tr > td:first-child{
    border-left:1px solid #e7e7e7;
}
table.table-bordered.dataTable tbody tr td:nth-child(1) label{
  color: #aab8c2;
  cursor: pointer;
  font-size: 16px;
  align-self: center;  
  transition: color 0.2s ease-in-out;
  margin-bottom:0;
}

table.table-bordered.dataTable tbody tr td:nth-child(1) label:hover {
  color: grey;
}

table.table-bordered.dataTable tbody tr td:nth-child(1) label::selection {
  color: none;
  background: transparent;
}

table.table-bordered.dataTable tbody tr td:nth-child(1) label::moz-selection {
  color: none;
  background: transparent;
}

table.table-bordered.dataTable tbody tr td:nth-child(1) input:checked + label {
  color: #e2264d;
  will-change: font-size;
  animation: heart 1s cubic-bezier(.17, .89, .32, 1.49);
}
.page-item.active .page-link{
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
}
.page-link{
    padding: .2rem .75rem; 
    font-size: 14px;
    color:var(--main-primary-color);
}
.page-link:hover{
    color: var(--main-primary-color);;
    background-color: var(--primary-active-light);
}
.page-link:hover a{
    color: var(--white);
}
.button-circle {
    top: 50% !important;
    transform: translateY(-50%);
}

@keyframes heart {0%, 1.5% {font-size: 12px;}}



/* music upload end*/

/* project start */
.vertical-line{
    width: 1px;
    background-color: var(--semi-light-grey);
    height: 175px;
    margin-left: auto;
    }
.search-icon-inline{position:absolute;top:52%; transform:translateY(-50%);left:20px;color:var(--dark-primary);}
.projects .card{transition:all 0.5s ease;}
.projects #project_list .card{min-height:132px;}
.projects .card .project-box-new{transition:all 0.5s ease; height: 100%; width: 100%;padding: 25px;}
.projects .card:hover .project-box-newbody{display:block !important;}
.projects .card:hover .project-box-new{border: 1px solid var(--dark-light-color) !important;}
.projects .project-wrapper:hover{transform: scale(1.05, 1.05);}
.projects .project-box{
    position: relative;
}

.projects .project-box h2{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.projects .project-box h4{
    font-size: 16px;
}
.projects .card{
    cursor: pointer;
}

.projects .card .project-box h4 i.fa{
    display:none;
    position: absolute;
    right: 0;
}

.projects .card:hover .project-box h4 i.fa{
    display:block;
    color: var(--main-primary-color);
}

.projects .create-n .ct-n a{
    color: black;
    text-decoration: none;
}

.projects .project-box .duration{
    margin-bottom: 30px;
}

.projects .project-box .duration span{
    background: var(--main-primary-color);
    padding: 0 8px;
    color: var(--white);   
    border-radius: 4px;
    font-size: 14px;
}

.projects .project-box p{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}
 
.music-wrapper-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 10px;
    font-size: 80px;
    color: rgba(0,0,0,.02);
    transform: translateY(-50%)
}
.card-project-custom .card-body{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.final_big_button_project a {
    position: absolute;
    z-index: 5;
    top: 36%;
    left: 12%;
    transform: translate(-50%, -50%);
}
.time-duration .radio-toolbar{
    position: relative;
}

.time-duration .radio-toolbar label .file-loading input{
    width: 100%;
    height: 210px;
    top: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
}
.time_dot{
    font-size: 88px;
    text-align: center;
    padding-top: 6px;
}        
.pagination-projects .pagination{float: right;width:100%;align-items:center;}
.wl-page-showing{margin-right:auto}

.notepaper {
    position: relative;
    padding: 10px 20px 10px 45px;
    width: 100%;
    line-height: 30px;
    color: #6a5f49;
    text-shadow: 0 1px 1px white;
    background-color: #ffffff;
    background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgb(239 241 245) 29px, rgb(239 241 245) 30px);
    background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    border: 1px solid #eff1f5;
    border-color: rgb(239 241 245);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 50%), inset 0 0 5px #eff1f5, 0 0 1px rgb(0 0 0 / 10%), 0 2px rgb(0 0 0 / 2%);
    box-shadow: inset 0 1px rgb(255 255 255 / 50%), inset 0 0 5px #ffffff, 0 0 1px rgb(0 0 0 / 10%), 0 2px rgb(0 0 0 / 2%);
}

.notepaper:before, .notepaper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

.notepaper:before {
  left: 28px;
  width: 2px;
  border: solid var(--extra-light-grey) ;
  border-width: 0 1px;
}

.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(242, 246, 193, 0.9);
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.quote {
  font-family: Georgia, serif;
  font-size: 14px;
  margin-bottom:0;
}
blockquote {
    margin: 0 0 0 0;
}
.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c;
}

.lt-ie8 .notepaper {
  padding: 15px 25px;
}
.project-long-music .radio-single-wrap input[type='radio']{margin-top: .15rem;}
.project-long-music .radio-single-wrap input[type='radio']:after{
    width: 20px;
    height: 20px
}
.custom-checkbox .custom-control-label::before{
    border-radius:2px;
    width: 18px;
    height: 18px
}
.project-long-music .radio-single-wrap label{
    font-size: 18px;
    padding-left:15px;
}
.select-wrapper-overflow{max-height: 500px; overflow-y: auto;}
.action-hover-scale{transition:all 0.3s ease;cursor:pointer;color:var(--dark-primary);}
.action-hover-scale:hover, .action-hover-scale:hover i{transform: scale(1.2,1.2);}
.yourrender-trackwrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.element-rotate{
    -webkit-animation-name:rotate;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
	  from { 	-webkit-transform:rotate(0deg); }
  to { -webkit-transform:rotate(360deg); }
}
.ribbon {
    position: relative;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target {
    right: -10px;
    top:42px;
}
.ribbon.ribbon-right .ribbon-target {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.ribbon .ribbon-target {
    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;
    padding: 2px 6px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 -1px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 -1px 5px 0 rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 12px;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.ribbon .ribbon-target>.ribbon-inner {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:after, .ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent!important;
    bottom: -10px;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner.bg-success:before {
    border-width: 0 0 10px 10px;
    border-left-color: #117853 !important;
    right: 0;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner.bg-warning:before {
    border-width: 0 0 10px 10px;
    border-left-color: #917120 !important;
    right: 0;
}
.ribbon.ribbon-clip.ribbon-right .ribbon-target .ribbon-inner.bg-info:before {
    border-width: 0 0 10px 10px;
    border-left-color: #1b6570 !important;
    right: 0;
}
/* project end */

/* create new start */

.fill-name input{
    height: 46px;
    font-size: 16px;
}

.fill-name a{
    text-decoration: none;
}

.create-project-wrapper .next, .compose .next{
    background: var(--main-primary-color);
    color: white;
    padding: 10px;
    text-align: center;
    min-width: 100px;
    border-radius: 4px;
}
.cancel{
    background: #aab6bc;
    color: white;
    padding: 10px;
    text-align: center;
    min-width: 100px;
    border-radius: 4px;
}

.cancel:hover{
    background: var(--grey-888);
    color: white;
}

.fill-name h2{
    color: black;
}

/* create new end */


/* time duration start*/

.time-duration .radio-toolbar{
    position: relative;
    cursor: pointer;
    padding: 20px 0;    
}

.time-duration .radio-toolbar .c-border:after,.time-duration .radio-toolbar .c-border:before{
    content: "";
    position: absolute;
    background: var(--main-primary-color);
}

.time-duration .radio-toolbar .left-top-border:after{
    width: .1538461538em;
    height: 1.5384615385em;
    left: 0;
    top: .1538461538em;
    
}

.time-duration .radio-toolbar .left-top-border:before{
    width: 1.5384615385em;
    height: .1538461538em;
    left: .1538461538em;
    top: 0;
}

.time-duration .radio-toolbar .right-top-border:after{
    width: .1538461538em;
    height: 1.5384615385em;
    right: 0;
    top: .1538461538em;
    
}

.time-duration .radio-toolbar .right-top-border:before{
    width: 1.5384615385em;
    height: .1538461538em;
    right: .1538461538em;
    top: 0;
}



.time-duration .radio-toolbar .left-bottom-border:after{
    width: .1538461538em;
    height: 1.5384615385em;
    left: 0;
    bottom: .1538461538em;
}

.time-duration .radio-toolbar .left-bottom-border:before{
    width: 1.5384615385em;
    height: .1538461538em;
    left: .1538461538em;
    bottom: 0;
}

.time-duration .radio-toolbar .right-bottom-border:after{
    width: .1538461538em;
    height: 1.5384615385em;
    right: 0;
    bottom: .1538461538em;
    
}

.time-duration .radio-toolbar .right-bottom-border:before{
    width: 1.5384615385em;
    height: .1538461538em;
    right: .1538461538em;
    bottom: 0;
}

.time-duration .radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.time-duration .radio-toolbar label {
    display: flex;
    font-size: 14px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 200px;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    margin-bottom:0;
}

.time-duration .radio-toolbar input[type="radio"]:checked + .custom-border + label {
    opacity: 1;
}

.time-duration .radio-toolbar input[type="radio"]:checked + .custom-border {
    display: block;
}



.time-duration .inputTime input{
    width: 140px;
    text-align: center;
    border: none;
    height: 90px;
    font-size: 70px;
    margin-top: 2px;
}
.time-duration .inputTime input:focus{
    outline-color:var(--main-primary-color);
}

.time-duration .line-d{
    height: 100%;
    opacity: 0.4;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    border: dashed 1px #000;
}

.time-duration h5{
    font-size: 20px;
    color: black;
}

.time-duration .radio-toolbar img{
    height: auto;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.time-duration a{
    text-decoration: none;
}

/* time duration end*/


/*select-music start*/
.select-music .music-selection-cols .music-selection-col{
    float: left;
    border:0;
    border-radius: 0;
}
.select-music .music-selection-cols .music-selection-col a{
    color:var(--dark-primary);
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 6px 5px 6px 5px;
}
.select-music .music-selection-cols .music-selection-col a:hover{
    color:var(--main-primary-color);
}
.select-music .music-selection-cols .music-selection-col .is-disabled{
    display: none;
}

.select-music .music-selection-col .music-selection-col-item{
    cursor: pointer;
    margin: 0;
    position: relative;
    border-bottom: 1px solid var(--extra-light-grey);
}

.select-music .music-selection-col .music-selection-col-item:after {
    content: '\f105';
    position: absolute;
    right: 7px;
    font-family: 'FontAwesome';
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}
.music-selection-col.music-selection-col--genre .music-selection-col-item{
    padding:6px 5px 6px 5px;
}
.select-music .music-selection-col .music-selection-col-item:hover, .select-music .music-selection-col .music-selection-col-item.active{
    background: var(--main-primary-color);
    color: white;
}
.select-music .music-selection-col .music-selection-col-item:hover a{
    color:var(--white);
}
.select-music .music-selection-col .music-selection-col-item:hover:after, .select-music .music-selection-col .music-selection-col-item.active:after{
    opacity: 1;
}

.select-music .music-selection-cols .music-selection-col--results .music-selection-col-item{
    background: transparent;
    color: black;
    border-bottom: none
}

.select-music .music-selection-cols .music-selection-col--results .music-selection-col-item:hover:after{
    opacity: 0;
}

.select-music .music-result .music-selection-col-item-data{
    margin-bottom: 5px;
}
.select-music .music-result .r-name{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.select-music .music-result .r-name span{
    font-size: 10px;
    color: var(--main-primary-color);
    text-transform: uppercase;
    border: 1px solid  var(--main-primary-color);
    border-radius: 10px;
    padding: 0 8px;
    margin-left: 5px;
}

.select-music .music-result ul{
    padding: 0;
    margin: 0;
}

.select-music .music-result ul li:nth-child(1){
    list-style: none;
}

.select-music .music-result ul li{
    float: left;
    font-size: 12px;
    margin-right: 30px;
}

.select-music .music-result i{
    cursor: pointer;
}
.select-music .music-result i:hover{
    color:var(--main-primary-color);
    transform: scale(1.2,1.2);
}

.select-music .music-menu ul{
    border-bottom: 4px solid var(--main-primary-color);
    margin-top:-2px;
}

.select-music .music-result ul {
    border-bottom: none;
}
.select-music .music-menu ul.music-tabs li:nth-child(1) a, .select-music .music-menu ul.music-tabs li:nth-child(1) a:hover, .select-music .music-menu ul.music-tabs li:nth-child(1) a.active{
    background: var(--dark-primary);
    color: var(--white);
    border-color:var(--dark-primary);
}
/*.select-music .music-tabs li{margin-top:-4px;}*/

.select-music .music-menu ul.music-tabs li a{
    background: var(--white);
    padding: 3px 10px 3px 20px;
    border-top-left-radius: 10px;
    border: 1px solid var(--main-primary-color);
    margin-right: 2px;
    color: var(--main-primary-color);
    text-decoration:none;
    font-size: 14px;
    border-bottom:0;
}
.select-music .music-menu ul.music-tabs li .edit-track-name-icon i {
    color: var(--main-primary-color);
}
.select-music .music-menu ul.music-tabs li a:hover, .select-music .music-menu ul.music-tabs li a:hover .edit-track-name-icon i {
    background: var(--main-primary-color);
    color: var(--white);
    border: 1px solid var(--main-primary-color);
}
.select-music .music-menu ul.music-tabs li i:hover, .select-music .music-menu ul.music-tabs li a.active .edit-track-name-icon i {
    color: var(--white);
}
.select-music .music-menu ul.music-tabs li a.active{
    background: var(--main-primary-color);
    color: var(--white);
}
.select-music .music-menu ul.music-tabs li:hover {
    color: var(--white);
}
.select-music .music-menu ul.music-tabs li:hover a{
    /*color: var(--main-primary-color);*/
    text-decoration:none;
}
.select-music .music-menu ul.music-tabs li:hover a.active{
    color: var(--white);
}
.close-music-tab{
    position: absolute;
    top: -16px;
    right: 1px;
    color: var(--white);
    cursor:pointer;
    background-color: var(--main-primary-color);
    padding: 0px;
    border-radius: 50%;
}
.edit-track-name-icon{
    position: absolute;
    left: 5px;
}

.music-selection-col-item-data .fa-play-circle-o{
    margin-left: 10px;
}
/*select-music start*/
.select2.select2-container{
  width: 100% !important;}

.select2.select2-container .select2-selection{
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  outline: none;
  transition: all .15s ease-in-out;}

.select2.select2-container .select2-selection .select2-selection__rendered{
  color: #333;
  line-height: 38px;
  padding-right: 33px}

.select2.select2-container .select2-selection .select2-selection__arrow{
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 38px;
  width: 33px;}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single{
  background: #f8f8f8;}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow{
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;}
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
      background:var(--main-primary-color);
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    outline:0;
    border-radius: 3px;      
  }
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height:1.8;
}
 
/*----------- TTS ----------- */
.paper {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    overflow: hidden;
}
.paper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background: radial-gradient(#575450 6px, transparent 7px) repeat-y;
    background-size: 30px 30px;
    box-sizing: border-box;
}

.paper-content {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0px;
    background-image: linear-gradient(#858796 1px,transparent 1px),linear-gradient(#5a5c69 1px,transparent 1px),linear-gradient(rgb(0 0 0 / 10%) 1px,transparent 1px);
    background-size: 1px 1px,1px 1px,70px 30px;
    background-repeat: repeat-y,repeat-y,repeat;
    background-position: 50px 0,53px 0,0 0px;
}

.paper-content textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 30px;
    padding: 0 0 0 70px;
    border: 0;
    outline: 0;
    background: transparent;
    font:14px/30px var(--primary-font);
    box-sizing: border-box;
    z-index: 1;
}

.border-right-blue-grey.border-right-lighten-3 {
    border-right: 1px solid #B0BEC5!important;
}

.generated_track {
    align-items:center;
}
.file_time_duration{text-align:center;font-size:14px;}
.tab-music-processed .card{
    border-radius: 0 100px 100px 0;
    height: auto;
    justify-content: center;
}
/*.tab-music-processed .card .btn {
    width:32px;
    height:32px;
}*/
.custom-music-navbar .dropdown-menu.show{
    display:flex;
}
.upload-media-wrapper .dropzone{
    min-height: auto;
    border:2px dashed var(--main-primary-color);
    min-height:290px;
}
.upload-media-wrapper .dropzone .dz-preview{
    margin: 10px;
}
.dropzone-bgless{
    border: 0 !important;
    background: transparent !important;
}
.generated_track .input {
        padding: 7px;
    }
.visualizer-container.cream {
    overflow: auto;
}
.bootstrap-select .btn-light{
    background-color:var(--white) !important;
    border-color:var(--light-grey);
    color: var(--dark-primary) !important;
}
.bootstrap-select .btn-light:focus{
    outline:0 !important;
}
.audio7_html5_sticky{    box-shadow: 0 -2px 2px var(--light-grey);}

.custom-switch .custom-control-label::before{
    width: 3.1rem;
    height: 22px;
    border-radius: 30px;
}
.custom-switch .custom-control-label::after{
    top: calc(.25rem - 1px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 0px);
    height: calc(1rem - 0px);
}
.custom-switch.custom-switch-icon label .switch-icon-left, .custom-switch.custom-switch-icon label .switch-icon-right {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 3px;
    left: -33px;
    right: auto;
    font-size: 14px;
    color: #fff;
}
.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right {
    top: 4px;
    left:-4px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1.75rem);
}
.change-mode .custom-control-input:focus~.custom-control-label::before{
    box-shadow:none;
}
.list-group-item{
    background-color:transparent;
}
.custom-switch .custom-control-label::before{
    left:-2.3rem;
}

   
.media_dropzone{
  /*position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  width: 500px;
  height: 200px;*/
  border: 2px dashed var(--dark-light-color);
}
.media_dropzone p{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  margin-bottom: 0;
}
.media_dropzone input{
  position: absolute;
  margin: 0;
  padding: 0;
  /*width: 100%;*/
  height: 100%;
  outline: none;
  opacity: 0;
  cursor:pointer;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
    background-color: transparent;
}
.dropzone .dz-preview .dz-progress .dz-upload{
    backgound:var(--main-primary-color);   
}
.pricing .card-price sup {
    font-size: 40%;
    top: -1em;
}
.pricing .card:hover {
    margin-top: 0;
}
.pricing .btn{
    font-size:100%;
    letter-spacing:normal;
    padding:.375rem .75rem;
    border-radius: .35rem;
    opacity:1;
}
.pricing .btn:hover{
    opacity: 0.8;
}
.pricing .card:hover .btn {
    opacity: .8;
}