html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



html {
    font-family: 'Quicksand', sans-serif;
    /*     font-family: 'Ubuntu';*/
    min-height: 100%;
    color: #2d2c2c;


}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;

}

h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 2px;
}

.filter-list h4 {
    font-weight: bold;
    background-image: url('../img/blockbar.png');
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
}

h4.withbg {
    font-weight: bold;
    background-image: url('../img/blockbar.png');
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
}

.filter-list ul {
    list-style-type: none;
}

.filter-list li {
    margin-bottom: 12px;
    font-size: 16px;
}

.filter-list a.active {
    color: #20b8e6;
    font-weight: bold;
    background: rgba(241, 241, 241, .6);
}

.filter-list a {
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
}

.filter-list a:hover {
    color: #20b8e6;
    background: rgba(241, 241, 241, .3);
}

b {
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.upsell p {
    font-size: 14px;
    line-height: 20px;
}

h1,
h2 {}

h1 {
    font-family: 'Oswald', serif;
    font-size: 44px;
    font-weight: bold;

}

h2.smalltitle {
    font-family: 'Oswald', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}


h2.title {
    font-family: 'Oswald', serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.scrollitem {
    /* background: red;*/
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 1200ms ease-out, transform 600ms ease-out,
        visibility 1200ms ease-out;
    will-change: opacity, transform, visibility;
}

.scrollitem.visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

h2 {
    font-size: 28px;
    line-height: 36px;

}

h3 {

    font-size: 22px;
    color: #fff;

}

.songtitle h4 {
    font-weight: bold;

    padding: 4px;
}

a {
    text-decoration: none;
    color: inherit;
}

.usertable a {
    text-decoration: underline;
}

.contactform label,
.contactform button {
    font-weight: normal;
    color: #333;
}

.contactform label {
    margin-top: 12px;
    margin-bottom: 6px;
}

.text h1 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 60px;

}

.songpage.machine {
    background: lightgrey;
    font-weight: bold;
}

.songpage h1 a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 1;

}

.songpage h1 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 42px;

}

.text h2 {
    margin-bottom: 6px;

}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    overflow-x: hidden;

}




.viewholder {
    position: relative;
    width: 100%;
    height: calc(100vh - 364px);


}

.rhythmgame .viewholder {
    position: relative;
    top: -40px;
    width: 100%;
    min-height: 800px;
    z-index: 0;
    pointer-events: none;


}

.viewholder canvas {
    /* border-radius: 20px;
    border:2px solid #50A684;*/
}

body,
html {
    height: 100%;
    margin: 0
}

#header {
    height: 0;

}

.divider {
    position: relative;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 45px;
    margin-bottom: 45px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -214px;
}

.footer,
.push {
    height: 214px
}

.blackbg {
    background: #383442;
}



.white {
    color: #fff;
}

.white a {
    color: #fff;
}

.red {
    color: #ef6c88;
}

.green {
    color: #80c950;
}

.blue {
    color: #20b8e6;
}

.grey {
    color: #e2e7e7;
}

.purple {
    color: #9a70b7;
}

.orange {
    color: #f27b3c;
}

.brown {
    color: #ad7657;
}

.yellow {
    color: #ffb43a;
}

.greenbg {
    background-color: #80c950
}

.blackbg {
    background-color: #282828
}

.redbg {
    background-color: #ef6c88
}

.purplebg {
    background-color: #9a70b7;
    -moz-box-shadow: 0 0 15px #9a70b7;
    -webkit-box-shadow: 0 0 15px #9a70b7;
    box-shadow: 0 0 15px #9a70b7
}

.orangebg {
    background-color: #f27b3c;
    -moz-box-shadow: 0 0 15px #f27b3c;
    -webkit-box-shadow: 0 0 15px #f27b3c;
    box-shadow: 0 0 15px #f27b3c
}

.brownbg {
    background-color: #ad7657;
    -moz-box-shadow: 0 0 15px #ad7657;
    -webkit-box-shadow: 0 0 15px #ad7657;
    box-shadow: 0 0 15px #ad7657
}

.yellowbg {
    background-color: #ffb43a;
    -moz-box-shadow: 0 0 15px #ffb43a;
    -webkit-box-shadow: 0 0 15px #ffb43a;
    box-shadow: 0 0 15px #ffb43a
}

.greybg {
    color: #e2e7e7;
}

.lightgreybg {
    background-color: #f0f4f5;
}

.hero-img {
    background-image: url(../img/head_img.jpg);
    background-size: cover;
}

.head-block {
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 12px 12px #20b8e6;
    /*display:none;*/
    /*  text-shadow: #fff 0px 0px 4px;*/
}

.carous-img-hold {
    position: relative;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

.carous-img-hold:hover .ytimg {

    transform: scale(1.1) translate(-50%, -50%);
}

.carous-img-hold:hover .popupsheet {
    margin-top: 10px;
    transform: scale(1.2) rotate(-2deg);
}

a.card-body:hover {
    color: #333;
}

.carous-img-hold .ytimg {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transform-origin: left top;
    transition: all .6s;
}

.popupsheet {
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .125);
    top: 20px;
    right: 10px;
    position: absolute;
    width: 40%;
    height: auto;
    background: #fff;
    transform: rotate(10deg);
    border-radius: 6px;
    box-shadow: 0 8px 23px rgba(0, 0, 0, .15);
    transition: all .3s;
}


.white-fill {
    background: #fff;
}

.greyborder {
    border-style: solid;
    border-width: 1px;
    border-color: #e2e7e7
}

.bluebg {
    background-color: #20b8e6
}

.redbgflatdark {
    background-color: #ef6c88 !important;
    color: #fcfcfc
}

.purplebgflat {
    background-color: #9a70b7 !important;
    color: #fcfcfc
}

.redbgflat {
    background-color: #ff3580 !important;
    color: #fcfcfc
}

.yellowbgflat {
    background-color: #ffb43a !important;
    color: #fcfcfc
}

.bluebgflat {
    background-color: #20b8e6 !important;
    color: #fcfcfc
}

.greenbgflat {
    background-color: #80c950 !important;
    color: #fcfcfc
}

.brownbgflat {
    background-color: #ad7657 !important;
    color: #fcfcfc
}

.orangebgflat {
    background-color: #f27b3c !important;
    color: #fcfcfc
}

.control-icons i.blue {
    color: #20b8e6
}


.footer a {
    text-decoration: none;
    color: #fff;
}

.footer h5 {
    margin-bottom: 8px;
}

.footer p {
    line-height: 22px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.footer p {
    color: #fff;
}

.footer-balk {
    height: 28px;
    background: red;
    background-image: url(../img/activeimg0.jpg);
    font-size: 14px;

}

.footer-balk a {
    color: #282828;
}

.inner-container {
    position: absolute;
    width: 100%;
    height: 100%;


}

.stickyheader {
    background: #fff;
    height: 50px;
    z-index: 999;

}

.fixed-top {
    /* top: 80px;*/
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
    transition: all .1s;

}

.stickyfiller {
    position: relative;
    background: red;
    height: 240px;
}

.hide {
    display: none;
}

.logo {
    display: block;
    margin: 2px;
}

.logo img {
    height: 60px;

}

.intro p {
    font-size: 24px;
    line-height: 42px;
}

.content-wrap {

    margin-left: 15%;
    margin-right: 15%;
}

.sceneholder {
    width: 100%;
    height: calc(100vh);

}



.greybg {
    background: #f1f1f1;
}


.songresult {
    position: relative;
    border: 1px solid #f1f1f1;
    height: 80px;
    /* padding:22px;*/
    margin: 1px;
    margin-top: 24px;
    padding-top: 12px;
    transition: all 0.1s;
    border-radius: 16px;
}

.songresult .imgholder {
    position: relative;

    overflow: hidden;
    width: 100%;
    height: 54px;
    border-radius: 14px;

}

.songresult .imgholder img {
    position: absolute;
    width: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

/*#ytsearch {
    padding: 6px;
    height: 40px;
    font-size: 20px;
}*/

.infoholder h3 {
    font-size: 14px;
    line-height: 14px;
    max-height: 28px;
    overflow: hidden;
    color: #333;
}

.infoholder hr {
    margin: 0;
}

.infoholder .btn {
    margin-top: 8px;
    padding: 0px;
}

.songholder {

    position: relative;
    border: 1px solid #f1f1f1;
    height: 80px;
    /* padding:22px;*/
    margin: 1px;
    margin-top: 24px;
    padding-top: 12px;
    transition: all 0.1s;
    border-radius: 16px;
    /*    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);*/
}

a.songholder:hover {
    text-decoration: none;
    color: inherit;
}

.songholder.disabled {
    opacity: 0.56;
}

.songholder.disabled:hover {
    color: unset;
    -webkit-transform: unset;
    transform: unset;
    box-shadow: unset;

}

.songholder.actionbtn {
    border-width: 1px;
    border-bottom-color: #20b8e6;
    border-bottom-width: 2px;
}

.songholder.actionbtn.greenborder {

    border-bottom-color: #80c950;

}

.songholder.actionbtn.redborder {

    border-bottom-color: #ef6c88;

}

.songholder.actionbtn.greyborder {

    border-bottom-color: #3f3f3f;

}

/*.actionbtn.disabled{
    pointer-events: none;
}*/

.songholder:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 8px 23px rgba(0, 0, 0, .15);
}

.songholder .imgholder {
    position: relative;

    overflow: hidden;
    width: 100%;
    height: calc(100% - 12px);
    border-radius: 14px;

}

.songholder.actionbtn {
    overflow: hidden;
}

.overview .songholder .imgholder {
    position: relative;

    overflow: hidden;
    width: 100%;
    height: calc(100% - 12px);
    border-radius: 14px;


}

.overview .imgholder img {
    position: absolute;
    width: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}


.col-md-10 .songholder {
    overflow: hidden;
    height: 76px;
}

.overview .songholder {

    height: 76px;
}


.img-shad {
    box-shadow: 0 8px 23px rgba(0, 0, 0, .15);
}

.imgholder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;


}

.headline h1,
.headline h2 {
    display: inline-block;
}

.headline img {
    float: right;
    vertical-align: top;
}

.txtholder h4 {
    font-family: Oswald, serif;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}

.songholder .infoholder {


    width: 100%;
}



.bottom-bar {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    height: 60px;
}

.songholder h2 {
    font-family: Oswald, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;

    margin-bottom: 2px;
}

.songholder h3 {
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.songholder a:hover {
    text-decoration: none;
    color: inherit;
}

.songholder .status {
    font-size: 14px;
    line-height: 16px;
    color: #333;

}

.songholder.state1,
.songholder.state0 {
    opacity: 0.6;
    pointer-events: none;
    /* filter: blur(4px);*/
}

.songholder.state1 img {
    filter: blur(4px);
}

.songholder.state0 img {
    filter: blur(4px);
}

.tabbut {

    display: inline-block;
    margin-top: 0px;
    width: 32px;
    height: 32px;
    background-image: url(../img/tabbut.png);
    background-repeat: no-repeat;


}

.tabbut:hover {
    background-image: url(../img/tabbut-over.png);
}

.playbut {

    position: absolute;
    bottom: 2px;
    right: 12px;
    display: inline-block;

    width: 29px;
    height: 22px;
    background-image: url(../img/playbut.png);

    background-repeat: no-repeat;
    transform: none;

}

.playbut:hover {
    background-image: url(../img/playbut-over.png);
}

.innerbg {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 20%;
    top: 0;
    background-color: #FAD961;
    background-image: linear-gradient(20deg, #FAD961 0%, #e97511 100%);


    border-radius: 18px;

}

.grey-brdr {
    border: 1px solid #f1f1f1;

    padding: 4px;

}

.grey-brdr img {
    vertical-align: bottom;
}

.spec-right img {
    border-radius: 10px;
}

.grey-brdr video {
    vertical-align: bottom;
}

.spec-right video {
    border-radius: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-index p {
    line-height: 22px;
}

.moving {
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background: linear-gradient(-45deg, rgba(250, 217, 97, 1) 0%, rgba(233, 117, 17, 1) 27%, rgba(238, 193, 155, 1) 75%, rgba(154, 72, 1, 1) 94%);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.btn {
    padding: 12px;
    border: 1px solid #f1f1f1;
    border-radius: 22px;
    width: 100%;
    transition: all .2s;
}

.btn.v3 {

    padding: 12px;
    border: 1px solid #f1f1f1;
    border-radius: 22px;
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    transition: all .2s;
}

.btn.v2 {
    padding: 12px;
    border: 1px solid #606060;
    border-radius: 22px;
    width: 100%;
    transition: all .2s;
}

.btn:hover {
    transform: scale(0.96);
}

.btn p {
    /* font-weight: bold;*/
    text-transform: uppercase;
}

.hidden-items {
    display: none;
    height: 0;
    position: absolute;
}

#subform.btn {
    padding: 12px;
}

.shad1 {

    box-shadow: 0px 3px 9px 8px rgba(32, 184, 230, 0.02);
}

.btn.shad1:hover {

    box-shadow: 0px 3px 29px 18px rgba(32, 184, 230, .15);
}

.greenbtn.shad1 {
    box-shadow: 0px 3px 9px 8px rgba(128, 201, 80, 0.02);
}

.greenbtn.shad1:hover {
    box-shadow: 0px 3px 29px 18px rgba(128, 201, 80, .15);
}

.greenbtn {
    background-color: #80c950 !important;
    color: #FFF !important;
}


.form-check-input:checked {
    background-color: #80c950;
    border-color: #80c950;
}

.bluebtn {
    background-color: #20b8e6 !important;
    color: #FFF !important;
}

.redbtn {
    background-color: #ef6c88 !important;
    color: #FFF !important;
}

.greybtn{
    background-color: #333 !important;
    color: #fff !important;
}

.bluetxt {
    color: #20b8e6;
}

.underhold {
    position: relative;
    display: inline-block;
    height: 32px;
    ;


}

.headline h2 {
    font-family: 'Oswald', serif;
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

h2 .underhold {
    position: relative;
    display: inline-block;
    height: 20px;
    ;


}

.carousel h2 {
    font-family: 'Oswald', serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;

}

h2 .blue-underline {
    height: 10px;
}

.underhold .innertext {
    position: relative;
    display: block;
    z-index: 10;

}

.scorescreen .finalscore {
    font-family: 'Oswald', serif;
    font-weight: bold;
    font-size: 62px;

}

a:hover h2 {
    color: #212529;
    opacity: 0.82;
}


.blue-underline {
    position: absolute;
    display: inline-block;
    background: #20b8e6;
    width: 100%;
    margin-top: -10px;
    /* top:-120px;*/
    height: 14px;
    z-index: 0;
    left: 0;
}

.blue-underline.green {
    background: #80c950;
}

.blue-underline.red {
    background: #ef6c88;
}

.blue-underline.black {
    background: #383442;
}

.blue-underline.grey {
    background: #f1f1f1;
}

.bluetxt {
    color: #20b8e6;
}

.greentxt {
    color: #80c950;
}

.redtxt {
    color: #ef6c88;
}

.med-spacer {
    height: 160px;
}

.active {
    /* background: red;*/
}

.link {
    color: #ef6c88;
    text-decoration: underline;
}

.linkblack {
    color: inherit;
    text-decoration: underline;
}

.blue-link {
    color: #20b8e6;
    text-decoration: underline;
}

.blue-link:hover {
    color: inherit;
    opacity: 0.8;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .active > .nav-link {
    /*border-bottom: 2px solid #74bcff;*/
    /* text-decoration: underline;*/
}

.nav-link {

    padding-bottom: 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-transform: uppercase;
}

.active .borderlink {
    border: 2px solid #20b8e6;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
}

.nav-item:hover .borderlink {
    border: 2px solid #20b8e6;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
}

.reveal {
    position: relative;
    /*transform: translateY(40px);*/
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.form-control {
    border-radius: 6px;
    padding: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333;
    font-weight: 300;
    background-color: #f9f9f9;
    border: 0;
    line-height: 26px;
    border-bottom: 1px solid #d7d7d7;
}

.searchfield {

    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}

.header-search input {
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}

.errmsg {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: 6px;
}


.contactform {
    border-radius: 0px;
    background-color: rgb(255, 255, 255);

    position: relative;
    padding: 10px;
    border-radius: 16px;
    border: thin solid #f0f0f0;
    box-shadow: 12px 12px #20b8e6;

    z-index: 30;
}

.loginform,
.modalform {
    border-radius: 0px;
    background-color: rgb(255, 255, 255);

    position: relative;
    padding: 50px;

    border: thin solid #f0f0f0;


    z-index: 30;
}


.upgrademsg {
    border-radius: 0;
    background: #fff;
    padding: 20px;
    margin: 12px;
    margin-bottom: -2px;
}

.big-shad {
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
}

.rnd-corner {
    border-radius: 12px;
}

.form-group {
    margin-top: 12px;
}

.shadclass {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
    position: relative;
    padding: 50px;
}

.faqlist a {
    color: #20b8e6;
    text-decoration: underline;
}

.modeholder {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
    position: relative;
    padding: 50px;

    z-index: 30;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 20px;

}

.border-round {
    padding: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 32px;
}

.border-round .form-control {
    border: 0;
}

.l-but {
    position: relative;
    display: inline-block;
    width: 340px;
    right: 0;
}

textarea {
    height: 240px;
}

.navbar-collapse.show {

    width: 100%;
}

.form-group label {
    color: #333;
}

.create input {
    font-size: 24px;
    color: #2d2c2c;
    padding-left: 0;
}

.topgame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #000;
    border-radius: 12px;
    box-shadow: 0px 3px 49px 8px rgba(171, 224, 247, 0.8);
    /*padding-bottom: 3px;*/
    z-index: 9;
    overflow: hidden;
    transition: all .8s cubic-bezier(.47, 1.64, .41, .8);

}

.topgame iframe {
    position: absolute;
    vertical-align: top;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 8;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1050;

}

.viewholder canvas {
    position: relative;
    top: 0;
    left: 0;
}

.noflow {
    overflow: hidden;
    /*background: red;*/
}

.noflow.block {
    min-height: 160px;

}

.img-block {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: green;
}

.img-block img {
    position: absolute;
    width: 500%;
    /*  min-height: 160px;
*/
    max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .6s all;
}

.portfolio-img {
    /*   display: block;*/
    overflow: hidden;
    border: solid 1px #edf0f5;
    border-radius: 0px;
    height: 160px;
    width: auto;


}

.portfolio-imgff img {
    position: relative;
    min-width: 100%;
    min-height: 160px;

    max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .6s all;


}

.img-block:hover img {
    margin-top: -20px;

}


.vidholder {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 600px;

    /* border:3px solid black;*/
    border-radius: 15px;
    margin-bottom: -260px;
    z-index: 0;
}

.vidholder.img-shad {

    /*box-shadow: 0 0px 43px rgba(32, 184, 230, .25);*/
    box-shadow: 0 0px 50px rgba(10, 10, 10, .45);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    border-radius: 12px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.spec {
    transform: perspective(1500px) rotateY(15deg);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform .3s ease 0s;

    &:hover {
        transform: perspective(3000px) rotateY(5deg) scale(1.03);
    }
}

.spec-right {
    transform: perspective(1500px) rotateY(-15deg);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform .6s ease 0s;

    &:hover {
        transform: perspective(3000px) rotateY(5deg);
    }
}


.spec-right-alpha {
    transform: perspective(1500px) rotateY(-15deg);

    transition: transform .6s ease 0s;

    &:hover {
        transform: perspective(3000px) rotateY(5deg);
    }
}

.spec-alpha {
    transform: perspective(1500px) rotateY(15deg);

    transition: transform .6s ease 0s;

    &:hover {
        transform: perspective(3000px) rotateY(5deg);
    }
}

.ctrlbutton {
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
}

.ctrlbutton.disabled {
    opacity: 0.4;

}

.ctrlbutton.disabled:hover i {
    color: unset;

}

.speedctrl {
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    ;
    cursor: pointer;
}

.speedctrl .ctrlbutton {
    margin: 0;
}

.speedctrl .rndbut {
    /*padding-top: 3px;*/
}

.speedctrl i {
    font-size: 12px;
}

.ctrlbutton:hover .rndbut,
.normalbut {
    box-shadow: 0px 0px 20px 0px rgb(187 161 161 / 60%)
}

.ctrlbutton:hover i {
    color: #20b8e6;
}

.ctrlbutton:hover .normalbut {
    box-shadow: 0px 0px 20px 0px rgb(187 161 161 / 90%)
}

.ctrlbutton p,
.speedctrl p {
    line-height: 28px;
    font-size: 12px;
}

.rndbut,
.normalbut {
    display: inline-block;
    border-radius: 50%;
    /*background: red;*/
    border: thin solid #333;
    text-align: center;
    width: 24px;
    height: 24px;
    padding-top: 0px;
    box-shadow: 0px 0px 20px 0px rgb(187 161 161 / 32%)
}

.rndbut i {
    font-size: 12px;
}

.normalbut i {
    font-size: 12px;
}

.normalbut {

    border: none;

}


.scrubbar {
    position: relative;
    height: 40px;
    /* background: url('../img/blockbar.png');*/
    /*box-shadow: 0px 0px 20px 0px rgb(187 161 161 / 32%);*/
    background: #f3f3f3;
    border: thin solid #f2f2f2;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;


    box-shadow: 2px 0 10px 1px #f2f2f2;


}

.scrubbar canvas {
    width: 100%;
    height: 100%;
}

.menu-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

    height: 100%;
    overflow-x: hidden;
    pointer-events: none;
    z-index: 99;
    transition: all .6s;
}

.menu-holder.expanded {
    background: rgba(51, 51, 51, 0.1);
    pointer-events: all;

}

.expand-menu {
    background: #fff;
    position: absolute;
    right: 0;
    width: 320px;
    min-height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: all 0.2s;
    margin-right: -500px;
    pointer-events: all;
    border-top: solid thin #f8f9fa;
    border-left: solid thin #f8f9fa;
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);


}

.inside-expander {
    position: relative;

}

.close-menu {
    cursor: pointer;
}

.close-menu:hover i {
    color: #ef6c88;
}

.inside-expander .page {
    display: none;
}

.premiumscrub {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0px;
    width: 0%;
    background-image: url('../img/blockbar.png');
    opacity: 0.8;
    border-radius: 12px;
    display: none;
}

.premiumscrub p {
    position: absolute;
    font-size: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scrub {
    position: absolute;
    left: 0;
    height: 30px;
    top: 5px;
    width: 2px;
    border-radius: 0px;
    background: rgba(239, 108, 136, 0.8);
}

.maskoverlay {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 40px;
    top: 0;
}

.maskoverlay canvas {
    width: auto;
}


.powerbar {
    position: relative;
    width: 100%;
    height: 20px;
    background-image: url('../img/activeimg0.jpg');
}

.powerbar .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background-image: url('../img/activeimg1.jpg');
    width: 0%;
    transition: all 2s;
    transition-delay: .3s;

}

.powerbar .fill span {
    color: #fff;
    position: absolute;
    right: 2px;
    text-shadow: 1px 1px 1px black;
}

.powerbar .fill p {
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
    text-shadow: 1px 1px 1px black;

}

.fill.blue {
    background-image: url('../img/activeimg2.jpg');
    transition: all 2s;
    transition-delay: .3s;
}


.plan {
    border-radius: 23px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(92, 95, 101, 0.15);
    position: relative;
    padding: 50px;

    z-index: 30;
}


.plan .list {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}

.plan .list p {
    font-size: 14px;
}

.plan.disabled {
    pointer-events: none;
    opacity: .7;
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

.plan .smalltxt {
    font-size: 12px;

}

.table.info td:first-child {
    font-weight: bold;

}

.table.info,
table.usertable {
    font-size: 14px;
}

.table.info a {
    text-decoration: underline;
}

tbody tr {
    border-bottom: solid 1px #f1f1f1;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


article.mainfeature {
    width: 400px;
    height: 300px;
    border: 20px solid white;
    margin: 30px auto;
    background-color: #d4d4d4;
    @include border-radius(2px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.sliderset {
    margin-top: 20px;
}

.slideblock {
    margin-top: 18px;
}

.slider {
    position: relative;
    /*margin: 32px auto;*/
    /* width: 250px;*/
    display: block;
    background: #565656;
    height: 7px;
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25),
        inset 0 0 4px rgba(0, 0, 0, 0.9);
    @include border-radius(7px);

    div.ui-slider-range {
        display: block;
        height: 7px;
        @include border-radius(7px);
        @include transition-property(background-color);
        @include transition-duration(100ms);
    }

    &.red div.ui-slider-range {
        background-color: rgb(230, 158, 155);
        box-shadow: inset 0 0 4px rgba(163, 18, 0, 0.7),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: rgb(255, 160, 155);
        }
    }

    &.blue div.ui-slider-range {
        background-color: #9FD0E9;
        box-shadow: inset 0 0 4px rgba(0, 85, 151, 0.8),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: rgb(159, 213, 255);
        }
    }

    &.green div.ui-slider-range {
        background-color: #9edbbc;
        box-shadow: inset 0 0 4px rgba(19, 121, 72, 0.8),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: rgb(158, 231, 194);
        }
    }

    &.black div.ui-slider-range {
        background-color: #aaaaaa;
        box-shadow: inset 0 0 4px rgba(24, 24, 24, 0.8),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: #bbbbbb;
        }
    }

    &.white div.ui-slider-range {
        background-color: #e3e3e3;
        box-shadow: inset 0 0 4px rgba(88, 88, 88, 0.5),
            inset 0 0 2px rgba(0, 0, 0, 0.3);

        &.hilite,
        &.dragging {
            background-color: #f0f0f0;
        }
    }

    a.ui-slider-handle {
        position: absolute;
        top: -5px;
        margin-left: -9px;
        z-index: 2;
        height: 16px;
        width: 16px;
        @include border-radius(20px);
        background-color: #d4d4d4;
        @include background-image($chromeurl);
        @include background-size(100% 100%);
        border: 0px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4),
            inset 0 0px 1px rgba(0, 0, 0, 0.3),
            0 1px 2px rgba(0, 0, 0, 0.6),
            0 4px 2px rgba(0, 0, 0, 0.2),
            0 9px 4px rgba(0, 0, 0, 0.1),
            inset 0 2px 1px rgba(255, 255, 255, 1.0);
        outline: none;
        border-radius: 50%;
    }

    a.ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -1px;
        top: -4px;
        background-color: none;

        /*    @include border-radius(12px);
    @include background-image(radial-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.05) rgba(255,255,255,0.0)));*/
    }
}

.slider-latency {
    position: relative;
    /*margin: 32px auto;*/
    /* width: 250px;*/
    display: block;
    background: #565656;
    height: 7px;
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25),
        inset 0 0 4px rgba(0, 0, 0, 0.9);
    @include border-radius(7px);

    div.ui-slider-range {
        display: block;
        height: 7px;
        @include border-radius(7px);
        @include transition-property(background-color);
        @include transition-duration(100ms);
    }

    &.red div.ui-slider-range {
        background-color: rgb(230, 158, 155);
        box-shadow: inset 0 0 4px rgba(163, 18, 0, 0.7),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: rgb(255, 160, 155);
        }
    }

    &.blue div.ui-slider-range {
        background-color: #9FD0E9;
        box-shadow: inset 0 0 4px rgba(0, 85, 151, 0.8),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: rgb(159, 213, 255);
        }
    }

    &.green div.ui-slider-range {
        background-color: #9edbbc;
        box-shadow: inset 0 0 4px rgba(19, 121, 72, 0.8),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: rgb(158, 231, 194);
        }
    }

    &.black div.ui-slider-range {
        background-color: #aaaaaa;
        box-shadow: inset 0 0 4px rgba(24, 24, 24, 0.8),
            inset 0 0 2px rgba(0, 0, 0, 0.5);

        &.hilite,
        &.dragging {
            background-color: #bbbbbb;
        }
    }

    &.white div.ui-slider-range {
        background-color: #e3e3e3;
        box-shadow: inset 0 0 4px rgba(88, 88, 88, 0.5),
            inset 0 0 2px rgba(0, 0, 0, 0.3);

        &.hilite,
        &.dragging {
            background-color: #f0f0f0;
        }
    }

    a.ui-slider-handle {
        position: absolute;
        top: -5px;
        margin-left: -9px;
        z-index: 2;
        height: 16px;
        width: 16px;
        @include border-radius(20px);
        background-color: #d4d4d4;
        @include background-image($chromeurl);
        @include background-size(100% 100%);
        border: 0px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4),
            inset 0 0px 1px rgba(0, 0, 0, 0.3),
            0 1px 2px rgba(0, 0, 0, 0.6),
            0 4px 2px rgba(0, 0, 0, 0.2),
            0 9px 4px rgba(0, 0, 0, 0.1),
            inset 0 2px 1px rgba(255, 255, 255, 1.0);
        outline: none;
        border-radius: 50%;
    }

    a.ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -1px;
        top: -4px;
        background-color: none;

        /*    @include border-radius(12px);
    @include background-image(radial-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.05) rgba(255,255,255,0.0)));*/
    }
}


.sheetpreview {
    text-align: center;
    padding: 4px;
    max-width: 300px;

}

.sheetpreview.spec {
    border-radius: 0;
}

.sheetpreview img {
    /* max-width: 200px;*/
}





.custom-social-btn {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.2s ease;
    font-family: inherit;
}

.custom-social-btn:hover {
    background: #f8f9fa;
    border-color: #ccc;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.custom-social-btn:active {
    transform: translateY(0);
}

.btn-icon {
    flex-shrink: 0;
}

.google-btn {
    color: #3c4043;
}

.facebook-btn {
    color: #1877F2;
}

.facebook-btn svg {
    background: white;
    border-radius: 4px;
}


.btn-primary {
    border: 0;
    background-image: none;
    background-color: #20b8e6 !important;
}

.btn-primary:hover {
    border: 0;
    background-image: none;
    background-color: #1aa4ce;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #1aa4ce !important;

}

.btn-check {
    left: 0;
    transform: none;
    margin-bottom: 0;
}

.btn-check input {
    text-align: center;
}

.btn-check:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #e2e7e7;

}

.btn-check .active {
    background-image: url(../img/activeimg2.jpg);

}

.open .dropdown-menu {
    display: block;
}




#menubar {
    /*position: absolute;*/
    position: relative;
    z-index: 99;
    width: 100%;
    height: 36px;
    background: #282828;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
}

#menubar .menu {
    float: left;
    cursor: pointer;
    padding-right: 8px;
}


#menubar .menu.right {
    float: right;
    cursor: auto;
    padding-right: 0;
    text-align: right;
}


#menubar .menu .menubut {
    float: left;
    cursor: pointer;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    margin: 1px;
    margin-top: 0px;



}


#menubar .menu .menubutsingle {
    float: left;
    cursor: pointer;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    margin: 1px;
    margin-top: 0px;
    color: #e2e7e7;

}


#menubar .menu .menubutsingle.active {
    color: #1eadd8;
    background-color: #333;
}

#menubar .menu .menubut.active {
    color: #1eadd8;
    background-color: #333;
}

#menubar .menu .menubutsingle:hover {
    /*color:#1eadd8;*/
    background-color: #333;
}


#menubar .menu .menubut:hover {
    /*color:#1eadd8;*/
    background-color: #333;
}

#menubar .menu .title {
    display: inline-block;
    color: #e2e7e7;
    margin: 0;
    padding: 8px;
}

#menubar .menu .options {
    position: absolute;
    margin-top: 0px;
    display: none;
    padding: 5px 0;
    background: #282828;
    width: 150px;
}

#menubar .menu:hover .options {
    display: block;
}

#menubar .menu .options hr {
    border-color: #222;
}

#menubar .menu .options .option {
    color: #e2e7e7;
    background-color: transparent;
    padding: 5px 10px;
    margin: 0 !important;
}

#menubar .menu .options .option:hover {
    color: #fff;
    background-color: #1eadd8;
}

#menubar .menu .options .option:active {
    background: transparent;
}

#menubar .menu .options a.option {
    display: block !important;
}

#menubar .menu .options a.option:hover {
    text-decoration: none;
}

#menubar .menu .options .inactive {
    color: #444;
    background-color: transparent;
    padding: 5px 10px;
    margin: 0 !important;
}

.menubut,
.menubut p {
    color: #fff;
}

.panel.top {
    z-index: 999;
}

.panel.bottom {
    z-index: 1;
}

.breadcrumb li {
    font-size: 14px;
    padding: 0;
}

.breadcrumb li a {
    font-size: 14px;
    text-decoration: underline;
}

.breadcrumb li a:hover {
    color: #20b8e6;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 2px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 2px;
}


.modal-content {
    background: none;
    border: none;
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.small-dialog {
    max-width: 800px;
}

.scorescreen p {
    font-size: 14px;
    font-weight: bold;
}


.progressinfo {
    font-size: 14px;
}

.progressinfo h4 {
    font-size: 16px;
    font-family: Oswald, serif;
}

.progressinfo th {
    font-weight: bold;
}

.progressinfo tr:nth-child(1) td:nth-child(3) {
    color: #80c950;
    font-weight: bold;
}

.progressinfo tr:nth-child(2) td:nth-child(3) {
    color: #2ebae5;
    font-weight: bold;
}

.progressinfo tr:nth-child(3) td:nth-child(3) {
    color: #ef6c88;
    font-weight: bold;
}

.progressinfo .table > :not(caption) > * > * {
    padding: 2px;
    border-bottom: none;
}

.progressinfo tbody tr {
    border-bottom: none;
}




.select-big {
    border: 1px #f1f1f1 solid;
    border-radius: 12px;
    padding: 8px;
    margin: 8px;
    cursor: pointer;
}

.select-big:hover {
    border-color: #333;
}

.select-big.active {
    border-color: #333;
}

.select-big.form-check .form-check-input {
    float: none;

    margin-left: 0;
}


.select-big.midi label {
    pointer-events: none;
}

.select-big.form-check label {
    padding-left: 12px;
    font-size: 12px;
}

.mini-checkhold {
    display: none;
    padding-left: 12px;
}

.multisel .select-big.active + .mini-checkhold {
    display: block;
}

.mini-checkhold .select-big {
    padding: 4px;
    padding-left: 8px;

}

.select-big img {
    max-width: 20px;
    vertical-align: middle;
}

.select-big span {
    font-size: 12px;
    padding-left: 12px;
}

.keyboardlayout {
    /* height: 400px;*/
    /*background: red;*/
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: -20px;
}

#bgkeyboard {
    /* position: absolute;*/
    left: 0;
    padding: 10px;
    width: 430px;
    background-color: #333333;
    height: 136px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transform: scale(.7);
    transform-origin: top left;
    /* margin: 0 auto;*/
    pointer-events: all;
}

.keyboardlayout {
    pointer-events: all;
}

.bigoptions #bgkeyboard {

    display: inline-block;
    transform: scale(1);
}

.text-center #bgkeyboard {
    margin: 0 auto;
}

#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    cursor: default;
}



#keyboard li.mouse:hover {
    transform: scale(1.04);
}

#keyboard li.mouse {
    cursor: pointer;
}


.capslock,
.tab,
.left-shift {
    clear: left;
}

#keyboard .tab,
#keyboard .delete {
    width: 70px;
}

#keyboard .capslock {
    width: 54px;
}

#keyboard .return {
    width: 44px;
}

#keyboard .left-shift {
    width: 65px;
}

#keyboard .right-shift {
    width: 79px;
}

.lastitem {
    margin-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

#keyboard .space {
    margin-left: 100px;
    /*clear: left;*/
    width: 200px;
}

.on {
    display: none;
}



.expandmenu .btn {
    font-size: 12px;
}

.t-row {
    vertical-align: middle;
    padding-right: 12px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    font-size: 12px;
}

.t-row span {
    vertical-align: middle;
}

.t-row input {
    position: absolute;
    right: 0;
    vertical-align: middle;
    text-align: center;
    padding: 4px;
    border: none;
    /* border-bottom: 1px solid #f1f1f1;*/
    /*border-radius: 8px;*/
    font-weight: bold;
    text-transform: uppercase;
}

.midiinputtable {
    font-size: 12px;
}

.midiinputtable input {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 4px;
    border: none;
    /* border-bottom: 1px solid #f1f1f1;*/
    /*border-radius: 8px;*/
    font-weight: bold;
    text-transform: uppercase;
}

.midiinputtable td:first-child {
    width: 50%;
}

.color-rnd {
    display: inline-block;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 2px;
    vertical-align: middle;
    margin-right: 20px;

}



.songholder .imglink {
    padding: 0;
    padding-left: 10px;
}


.download-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.download-container .ctrlbutton {
    margin: 0;
}

.g_id_signin iframe {

    margin: 0 auto;
}

.g_id_signin iframe {
    display: inline-block !important;
}


.price h2 {
    display: inline-block;
}

.price span {
    display: inline-block;
}

@media (max-width: 1800.98px) {
    .content-wrap {
        margin-left: 5%;
        margin-right: 5%;
    }

}


@media (max-width: 1300.98px) {
    .content-wrap {
        margin-left: 0;
        margin-right: 0;
    }




}

.tmpmsg {
    font-size: 12px;
}

.currentimesong {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}


.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-control {
    display: inline-block;
    /*  width: auto;*/
    vertical-align: middle;
}


.header-search input {
    width: 100%;
    padding-right: 12px;

}

.header-search input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.searchicon {
    margin-left: -28px;
}

.mainsearchbar {
    position: relative;
}

.mainsearchbar .searchicon {
    position: absolute;
    right: 20px;
    top: 10px;
}

.pixiholder {

    overflow: hidden;
}

.drumkitholder {
    margin-top: -50px;
    display: none;
}

.searchholder {
    margin-right: 20px;
}


.nummer {
    padding: 12px;
    display: inline-block;
}

.nummer img {
    vertical-align: bottom;
}

.sitetext {
    display: inline-block;
    width: 80%;
}

.text-section {
    margin-top: 22px;
}


.pagination .d-flex {
    gap: 0;
}

.pagination .d-flex .page-item {
    flex: 1;
}

.pagination .d-flex .page-link {
    width: 100%;
    text-align: center;
}

.page-item.active .page-link {
    border-color: #333;
    background-color: white;
    background-image: url('../img/activeimg0.jpg');
    color: #333;
    font-weight: bold;
}

.page-link {
    color: #212529;
}

.page-link:hover {
    color: #212529;
    font-weight: bold;
    background-image: url('../img/activeimg0.jpg');
}

.page-link:focus {
    color: #212529;
    /*outline: none;
    border:none;*/
    box-shadow: none;
}

/* tablet */






.newmodal .demo-container {
    padding: 20px;
    text-align: center;
}

.newmodal .open-modal-btn {
    background-color: #4361ee;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(67, 97, 238, 0.2);
}

.newmodal .open-modal-btn:hover {
    background-color: #3a56d4;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(67, 97, 238, 0.3);
}

.newmodal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.newmodal .modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.newmodal .modal-container {
    display: flex;
    width: 90%;
    max-width: 850px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(0.9);
    transition: all 0.3s ease;
    background-color: white;
}

.newmodal .modal-overlay.active .modal-container {
    transform: scale(1);
}

.newmodal .modal {
    width: 60%;
    background-color: white;
    overflow: hidden;
}

.newmodal .features-column {

    background: linear-gradient(135deg, #20b8e6, #20b8e6);
    /*background:#4e4e4e;*/
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.newmodal .modal-header {
    position: relative;
    padding: 25px 30px 15px;
    text-align: center;
}

.newmodal .modal-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
}

.newmodal .modal-tab {
    flex: 1;
    padding: 15px;
    color: #888;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.newmodal .modal-tab.active {
    color: #4361ee;
}

.newmodal .modal-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #4361ee;
}

.newmodal .modal-body {
    padding: 0 30px 30px;
}

.newmodal .modal-form {
    display: none;
}

.newmodal .modal-form.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.newmodal .input-group {
    margin-bottom: 20px;
    position: relative;
}

.newmodal .input-group input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.newmodal .input-group input:focus {
    border-color: #4361ee;
    box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.2);
    outline: none;
}

.newmodal .input-group input::placeholder {
    color: #aaa;
}

.newmodal .btn {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newmodal .btn-primary {
    background-color: #4361ee;
    color: white;
    margin-top: 10px;
}

.newmodal .btn-primary:hover {
    background-color: #3a56d4;
}

.newmodal .social-login {
    margin-top: 25px;
}

.newmodal .social-login p {
    color: #777;
    margin-bottom: 15px;
    position: relative;
}

.newmodal .social-login p::before,
.newmodal .social-login p::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #ddd;
}

.newmodal .social-login p::before {
    left: 0;
}

.newmodal .social-login p::after {
    right: 0;
}

.newmodal .social-btns {
    display: flex;
    /* gap: 15px;*/
}

.newmodal .social-btn {
    flex: 1;
    /* padding: 12px;
    border: 1px solid #ddd;*/
    border-radius: 8px;
    /* background-color: white;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}



.newmodal .social-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.newmodal .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newmodal .close-btn:hover {
    color: #333;
}

.newmodal .switch-form {
    text-align: center;
    margin-top: 20px;
    color: #666;
}

.newmodal .switch-form a {
    color: #4361ee;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
}

.newmodal .switch-form a:hover {
    text-decoration: underline;
}

.newmodal .message {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

.newmodal .success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.newmodal .error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.newmodal .features-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.newmodal .features-list {
    list-style: none;
    margin-bottom: 30px;
}

.newmodal .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.newmodal .feature-icon {
    margin-right: 15px;
    font-size: 22px;
    color: #80ffdb;
}

.newmodal .feature-text {
    flex: 1;
}

.newmodal .feature-heading {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.newmodal .feature-description {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.5;
}

.newmodal .features-footer {
    margin-top: auto;
    font-size: 14px;
    opacity: 0.8;
    text-align: center;
}

.no-padding {
    padding: 0 !important;
}


.pricetitle {
    font-size: 42px;
}




.fixedpopup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    transform: translate(0, 400px);
    transition: all .3s;
}

.fixedpopup.open {
    transform: translate(0, 0);
}

.fixedpopup .songholder {
    background: white;
    height: auto;

}

.fixedpopup .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Custom styles for this section */
.transcribe-section {
    padding: 80px 0;
    background: #fff;
}

.feature-badge {
    display: inline-block;
    background: #212529;
    color: white;
    padding: 6px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.step-container {
    margin-top: 40px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 12px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.step-item:hover {
    background: #f0f4f5;
    transform: translateX(10px);
}

.step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #20b8e6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}

.step-content h4 {
    font-family: 'Oswald', serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}

.step-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #666;
}

.cta-box {
    background: linear-gradient(135deg, #20b8e6 0%, #1aa4ce 100%);
    padding: 40px;
    border-radius: 16px;
    margin-top: 40px;
    color: white;
    text-align: center;
}

.cta-box h3 {
    font-family: 'Oswald', serif;
    font-size: 28px;
    margin-bottom: 16px;
    color: white;
}

.cta-box p {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.95;
}

.cta-box .btn {
    background: white !important;
    color: #20b8e6 !important;
    font-weight: 600;
    max-width: 300px;
    margin: 0 auto;
}

.cta-box .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.robot-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Lead Text */
.lead-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
    color: #555;
}

/* Feature List */
.feature-list {
    margin-bottom: 32px;
}

.feature-item-inline {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item-inline:hover {
    background: #f0f4f5;
    transform: translateX(8px);
}

.feature-icon-inline {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 16px;
    color: white;
}

.feature-icon-inline.green {
    background: linear-gradient(135deg, #80c950 0%, #6fb03f 100%);
}

.feature-icon-inline.blue {
    background: linear-gradient(135deg, #20b8e6 0%, #1aa4ce 100%);
}

.feature-icon-inline.red {
    background: linear-gradient(135deg, #ef6c88 0%, #e85576 100%);
}
.feature-icon-inline.dark {
    background: #333;
}

.feature-item-inline strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.feature-item-inline p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #666;
}


h2 a:hover {
    color: #4d5359;
}

.badge-green {
    background: #80c950;
}

.badge-blue {
    background: #20b8e6;
}

.badge-red {
    background: #ef6c88;
}

.feature-badge i {
    margin-right: 6px;
}


@media (max-width: 768px) {
    .newmodal .modal-container {
        flex-direction: column;
        max-width: 450px;
    }

    .newmodal .modal,
    .newmodal .features-column {
        width: 100%;
    }

    .newmodal .features-column {
        padding: 30px;
        order: -1;
    }
}

















@media (max-width: 990.98px) {

    .drumkitholder {
        margin-top: -50px;
        display: block;
    }

    .rhythmgame .viewholder {
        position: relative;

        top: 0px;
        width: 125%;
        left: -12.5%;
        height: 420px;
        min-height: auto;
        z-index: 0;
        pointer-events: none;
    }

    .keyboardlayout {
        display: none !important;
    }

    .nav-item {

        max-width: 50px;
        ;
        margin-left: 12px;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }


}

/* mobile */

@media (max-width: 767.98px) {


    .modal-content.container {

        padding: 10px;
    }

    .modal-content .container {

        padding: 2px;
    }

    .modal-content .container-fluid {

        /*padding:8px;*/
    }

    .loginform,
    .modalform {
        padding: 20px;
    }

    .viewholder {
        overflow-x: hidden;
    }

    .redbg {
        position: relative;
        background: red;
        margin: 0;
        padding: 0;
        /* margin-left: -10px;
        margin-right: 30px;*/
    }

    .col-md-10 .songholder {

        height: 86px;
    }

    .songholder {

        height: 86px;
    }


    .currentimesong {
        font-size: 14px;
        line-height: 11px;
    }

    .content-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-collapse {
        background: white;
    }

    .nav-link {
        font-size: 18px;
        padding: 4px;
        padding-top: 8px;
        color: #333;
    }

    .nav-item {
        width: 40px;

        position: relative;
        display: inline-block;
    }

    .nav-item:last-child {
        margin-bottom: 20px;
        /* or margin-bottom, margin-left, etc */
    }

    .collapse .nav-link {
        display: inline-block;
    }

    .collapse .active .borderlink {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0px;
    }

    .text h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .headline h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .blue-underline {

        margin-top: -6px;

        height: 6px;
        z-index: 0;
    }

    .songholder h2 {
        font-size: 18px;
    }

    .songholder h3 {
        font-size: 14px;
    }

    .med-spacer {
        height: 60px;
    }

    h2.title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .underhold {
        height: 20px;
    }

    p {
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
    }

    .content-wrap {
        margin: 0;
    }

    .stickyheader {
        height: 60px;
    }

    .logo img {
        max-height: 40px;
        width: auto;
    }

    .logo {
        margin-left: 0;
    }

    .headline img {
        max-width: 40px;
    }

    .collopase-div {
        height: 0;
        overflow: hidden;
    }

    .expanded .collopase-div {
        height: auto;
        overflow: hidden;
    }

    h2.filtersknob {
        font-size: 22px;
    }


    .viewholder {
        position: relative;
        width: 100%;
        height: calc(100vh - 200px);

    }

    .ctrlbutton {
        margin-right: 0px;
    }






    .vidholder {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        width: 88%;

        /* border:3px solid black;*/
        border-radius: 15px;
        margin-bottom: -260px;
        z-index: 0;
        margin-top: -50px;
    }

    .scrubbar {
        height: 28px;
    }

    .maskramp {
        overflow-x: hidden;
    }

    .rhythmgame .viewholder {
        position: relative;

        top: 100px;
        width: 125%;
        left: -12.5%;
        height: 340px;
        z-index: 0;
        pointer-events: none;
    }

    #bgkeyboard {
        pointer-events: all;
    }


    h2.smalltitle {
        font-size: 16px;
        line-height: 16px;

    }

    .drumkitholder {
        display: block;
    }

    .plan.disabled {
        display: none;
    }

    .contactform {
        padding: 22px;
    }

    .sheetpreview {

        padding: 2px;


    }

    .newmodal .features-column {

        border-radius: 0;
    }



}

/* Mobile responsive pagination */
@media (max-width: 768px) {
    .pagination .d-flex {
        flex-wrap: wrap;
    }

    .pagination .d-flex .page-item {
        flex: 0 0 20%;
        /* 5 items per row */
        max-width: 20%;
    }

    /* Or if you want fewer items per row */
    /* flex: 0 0 25%; for 4 items per row */
    /* flex: 0 0 33.333%; for 3 items per row */
}

@media (max-width: 576px) {
    .pagination .d-flex .page-item {
        flex: 0 0 25%;
        /* 4 items per row on very small screens */
        max-width: 25%;
    }

    .page-link {
        padding: 0.375rem 0.5rem;
        /* Smaller padding */
        font-size: 0.875rem;
        /* Smaller font */
    }
}

/* --- Shadcn Design System Overrides --- */

/* Variables for clean UI */
:root {
    --shadcn-primary: #20b8e6;
    --shadcn-primary-hover: #1aa4ce;
    --shadcn-bg: #ffffff;
    --shadcn-border: #e4e4e7;
    --shadcn-radius: 0.75rem; /* Rounded corners */
    --shadcn-text: #09090b;
    --shadcn-muted: #71717a;
    --font-sans: 'Quicksand', system-ui, sans-serif;
}

.shadcn-wrapper {
    font-family: var(--font-sans);
    color: var(--shadcn-text);
    background-color: #fcfcfc; /* Very slight off-white for page bg */
    min-height: 80vh;
}

/* STEPPER */
.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--shadcn-border);
    color: var(--shadcn-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.step-label {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--shadcn-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step.active .step-circle {
    border-color: var(--shadcn-primary);
    background: var(--shadcn-primary);
    color: white;
    box-shadow: 0 0 0 4px rgba(32, 184, 230, 0.15);
}

.step.active .step-label {
    color: var(--shadcn-primary);
}

.step-line {
    flex: 1;
    height: 2px;
    background: var(--shadcn-border);
    margin: 0 10px;
    margin-top: -20px; /* Align with circle center */
    z-index: 1;
}

/* CARDS */
.shadcn-card {
    background: #fff;
    border: 1px solid var(--shadcn-border);
    border-radius: var(--shadcn-radius);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shadcn-card-header {
    padding: 2rem 2rem 1rem 2rem;
}

.shadcn-card-body {
    padding: 0 2rem 2rem 2rem;
}

/* INPUTS */
.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 16px;
    color: var(--shadcn-muted);
    pointer-events: none;
}

.shadcn-input {
    width: 100%;
    padding: 14px 16px 14px 12px; /* Left padding for icon */
    border: 1px solid var(--shadcn-border);
    border-radius: 0.5rem;
    font-size: 16px;
    outline: none;
    transition: all 0.2s;
    background: #fff;
    color: var(--shadcn-text);
}

.shadcn-input:focus {
    border-color: var(--shadcn-primary);
    box-shadow: 0 0 0 4px rgba(32, 184, 230, 0.1);
}

.shadcn-card-body label{
    margin-top:10px;
    margin-bottom: 8px;
}

/* BUTTONS */
.shadcn-btn-primary, .blackfriday-btn-primary {
    background: var(--shadcn-primary);
    color: white;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 0.5rem;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

.shadcn-btn-primary:hover{
    background: var(--shadcn-primary-hover);
    transform: translateY(-1px);
}

.blackfriday-btn-primary{
    margin-left: 12px;
    background:#ef6c88;
    padding: 8px 12px;
    font-size: 14px;
}
.blackfriday-btn-primary:hover {
    background: linear-gradient(135deg, #ef6c88 0%, #e85576 100%);
    transform: translateY(-1px);
}

.underlined{
    text-decoration: underline;
}

.shadcn-btn-sm {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--shadcn-border);
    color: var(--shadcn-text);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.shadcn-btn-sm:hover {
    background: var(--shadcn-primary);
    border-color: var(--shadcn-primary);
    color: white;
    text-decoration: none;
}

/* RESULTS */
.shadcn-result-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--shadcn-border);
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.shadcn-result-item:hover {
    border-color: var(--shadcn-primary);
    background: #fcfcfc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.result-thumb {
    width: 120px;
    height: 68px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: #eee;
}

.result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result-info {
    margin-left: 16px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: var(--shadcn-text);
    line-height: 1.2;
    max-width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Features Grid */
.feature-card:hover {
    border-color: var(--shadcn-primary);
}

.feature-icon {
    font-size: 32px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .shadcn-card-header, .shadcn-card-body {
        padding: 1.5rem;
    }
    .result-thumb {
        width: 80px;
        height: 45px;
    }
    .result-title {
        font-size: 14px;
    }
}
