@charset "UTF-8";

*, h1, h2, h3, h4, h5, h6, a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    }

*,
::after,
::before {
    box-sizing: border-box
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('matDes.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('Inter-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('Inter-ExtraBold.woff2') format('woff2');
}

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #e6e6e6;
}

html {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
}

body {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow: hidden;
}

.sc-menu.no-scroll {
    pointer-events: none;
    overflow: hidden;
    touch-action: none;
}

body.ab {
    animation: logOffAnim 1s cubic-bezier(.51,0,.15,1) forwards;
}

body.aa {
    animation: logInAnim 1s cubic-bezier(.51,0,.15,1) forwards;
}

@media (min-width: 501px) {
    .sc-util-mobile {
        display:none !important;
    }
}

@keyframes logOffAnim {
    from {
        transform: scale(1);
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    } to {
        transform: scale(.8);
        filter: blur(8px);
        -webkit-filter: blur(8px);
        opacity: 0;
    }
}

@keyframes logInAnim {
    from {
        transform: scale(.8);
        filter: blur(8px);
        -webkit-filter: blur(8px);
        opacity: 0;
    } to {
        transform: scale(1);
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
    resize: none;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

a:not(.btn), lnk {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #157efb;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
}

a:not(.btn):active, lnk:active {
    color: #1372e3;
    text-decoration: none;
}

select {
    display: block;
    height: 40px;
    padding: .375rem 42px .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f3f8;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/sc-select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.title {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Inter", sans-serif; margin: 0; letter-spacing: 0.4px; line-height: 1.25; cursor: default; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

h5 {
    font-size: 18px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

.sc-app h4 {
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 34px;
}

h1 {
    font-size: 38px;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 14px;
    cursor: default;
}





h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #161616; }
body p, deftxt, .listEntry i, .listEntry p {
    color: #505050;
}

.sc-hdr .cont .txt p, toptitle{
    color: #afafaf;
}

.card .tile, .card.bg {
    background-color: #f8f8f8;
    border: 1px solid #ececec;
}







body > .sc-menu-btn {
    position: absolute;
    display: block;
    align-items: center;
    z-index: 99;
    right: 0;
    bottom: 0;
    height: 76px;
    width: 76px;
    padding: 22px;
    overflow: hidden;
    transition: box-shadow .2s ease-out, background-color .12s ease, opacity .2s ease-out .4s, width .25s cubic-bezier(.51,0,.15,1), height .25s cubic-bezier(.51,0,.15,1), border-radius .25s cubic-bezier(.51,0,.15,1), bottom .25s cubic-bezier(.51,0,.15,1);
    cursor: pointer;
}





body > .sc-menu-btn .wrap {
    position: relative;
    top: 0;
    left: 0;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 36px;
    width: 36px;
    opacity: 1;
    box-shadow: 0px 2px 8px rgba(0,0,0,.1);
    transition: opacity .2s ease .4s;
    border: 1px solid #dddddd;
    background: rgba(240,240,242,.9);
} 

@media(prefers-color-scheme:dark) {
    body > .sc-menu-btn > .wrap {
        border: 1px solid #1d1d1d;
        background: rgba(50,50,52,.9);
        box-shadow: 0px 2px 8px rgba(6,6,6,.2);
    }
}


body > .sc-menu-btn svg {
    fill: #ffffff;
}

body.mo > .sc-menu-btn {
    transition: opacity .2s ease-out;
    opacity: 0;
}

body > .sc-menu-btn svg {
    width: 18px;
    height: 18px;
    stroke: #0a0a0a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

@media(prefers-color-scheme:dark) {
    body > .sc-menu-btn svg {
        stroke: #fafafa;
    }
}





body > .sc-menu {
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    overflow-y:scroll;
    overflow-x:hidden;
    height: calc(100% + 900px);
    background: rgba(240,240,240,0);
    transition: background .4s ease-out;
    pointer-events: none;
    z-index:100;
}

body > .sc-menu > .bg {
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:0;
}

body > .sc-menu::-webkit-scrollbar { width: 0 !important }

body.mo > .sc-menu {
    transform: translate3d(0, 0, 0);
    background: rgba(240,240,240,.4);
    pointer-events: all;
    height: calc(100% + 900px);
}


body > .sc-menu > .menuWrap {
    position: relative;
    top: calc(100% - 1055px);
    width: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    box-shadow: 0px 0px 12px rgba(0,0,0,.1);
    border-top: 1px solid #dddddd;
    transition: background-color .2s ease, background .2s ease, transform .4s cubic-bezier(.51,0,.15,1);
    padding-bottom: 900px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transform: translate3d(0, 50%, 0);
    z-index:1;
}

body.mo > .sc-menu > .menuWrap {
    transform: unset
}



@media(prefers-color-scheme:dark) {
    body > .sc-menu > .menuWrap {
        background-color: rgba(36, 36, 37, .88);
        border-top: 1px solid #1b1b1b;
    }

    body > .sc-menu {
        background: rgba(0,0,0,0);
    }
        
    body.mo > .sc-menu {
        background: rgba(0,0,0,.2);
    }
}


body > .sc-menu > .menuWrap > .handle {
    position: relative;
    width: 50px;
    height: 5px;
    border-radius: 5000px;
    background: rgba(0,0,0,.2);
    margin: 10px auto 0;
}

@media(prefers-color-scheme:dark) {
    body > .sc-menu > .menuWrap > .handle {
        background: rgba(255,255,255,.2);
    }
}


body > .sc-menu > .menuWrap > .content > .more {
    position: relative;
    width: 100%;
    padding: 20px 12px 0;
    display: block;
    flex-wrap: wrap;
    opacity: 1;
    transition: opacity .14s ease-out;
}

body > .sc-menu > .menuWrap > .content > .more > .profile {
    position: relative;
    width: 100%;
    padding: 20px 0 20px 5%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(155,155,155,.2);
}

body > .sc-menu > .menuWrap > .content > .more > .profile h4 {
    position: relative;
    display:block;
    margin-top: 18px;
    margin-bottom: 16px;
    min-width: 100%;
    font-weight: 700;
    font-size: 20px;
}

body > .sc-menu > .menuWrap > .content > .more > .profile lnk {
    position: relative;
    display:block;
    min-width: 100%;
}

body > .sc-menu > .menuWrap > .content > .more > .profile lnk:not(:last-of-type) {
    position: relative;
    display:block;
    margin-bottom: 14px;
    min-width: 100%;
}



body > .sc-menu > .menuWrap > .content > .more > .profile lnk:last-of-type{
    color: #cf2c2c !important;
}


@media(prefers-color-scheme:dark) {
    body > .sc-menu > .menuWrap > .content > .more > .profile lnk:last-of-type {
        color: #e74444 !important;
    }
}

body > .sc-menu > .menuWrap > .content > .more > .profile > .pic {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 5000px;
    overflow: hidden;
    margin-right: 24px;
}

body > .sc-menu > .menuWrap > .content > .more > .profile > .pic > img {
    position: relative;
    width: 58px;
    height: 58px;
}


body > .sc-menu > .menuWrap > .content > .apps {
    position: relative;
    width: 100%;
    padding: 20px 12px 0;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    transition: opacity .14s ease-out;
}

@media(min-width:980px) {
    body > .sc-menu > .menuWrap > .content > .apps {
        width: calc(100% - 320px);
        border-right: 1px solid rgba(155,155,155,.2);
    }

    body > .sc-menu > .menuWrap > .content > .more {
        position: absolute;
        top:0;
        right:0;
        width: 320px;
        padding: 20px 12px 0;
        display: block;
        flex-wrap: wrap;
    }

    body > .sc-menu > .menuWrap > .content > .more > .profile {
        border-top:0;
    }
}


body > .sc-menu > .menuWrap > .content > .apps > .entry {
    position: relative;
    width: 20%;
    min-width: 20%;
    margin-bottom: 22px;
    flex: 0;
    cursor: pointer;
    transform: scale(1);
    transition: transform .2s cubic-bezier(.51,0,.15,1) .1s;
}



body > .sc-menu > .menuWrap > .content > .apps > .entry p {
    position: relative;
    display: block;
    width: 90%;
    margin: 8px 5% 0;
    text-align: center;
    transition: opacity .15s ease;
    line-height: 1.16;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap {
    position: relative;
    width: 100%;
    height: 84px;
}

body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 20%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}



body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico:not(.w) {
    border: 1px solid rgb(240,240,240);
    box-shadow: 0px 4px 8px rgba(0,0,0,.1);
}


body > .sc-menu > .menuWrap > .content > .apps > .entry:active > .icoWrap > .ico {
    background: #000000;
}

@media(prefers-color-scheme:dark) {
    body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico:not(.w) {
        box-shadow: 0px 4px 8px rgba(0,0,0,.2);
        border: 1px solid rgb(31, 31, 31);
    }
}


body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico > img {
    position: relative;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    width: 84px;
    height: 84px;
    margin: 0;
    z-index: 2;
}

body > .sc-menu > .menuWrap > .content > .apps > .entry:active > .icoWrap > .ico > img {
    opacity: .8;
}

@media(max-width: 700px) {
    body > .sc-menu > .menuWrap > .content > .apps > .entry {
        position: relative;
        width: 25%;
        min-width: 25%;
        margin-bottom: 22px;
        flex: 0;
        cursor: pointer;
        transform: scale(1);
        transition: transform .2s cubic-bezier(.51,0,.15,1) .1s, opacity .4s cubic-bezier(.51,0,.15,1) .1s;
    }

    body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico > img {
        width: 64px;
        height: 64px;
    }

    body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap {
        height: 64px;
    }
    
    body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico {
        position: relative;
        width: 64px;
        height: 64px;
        border-radius: 20%;
    }

    body > .sc-menu > .menuWrap > .content > .apps > .entry p {
        font-size: 12px;
    }

    body > .sc-menu > .menuWrap {
        top: calc(100% - 1035px);
    }
}





body > .sc-menu > .menuWrap > .content > .apps > .entry > .icoWrap > .ico.w {
    position: absolute;
    left:50%;
    top:0;
    transform: translateX(-50%) scale(1);
    margin: 0 auto;
    z-index: 5;
    transition: top .12s ease-out, box-shadow .14s ease;
}

body > .sc-menu > .menuWrap > .content > .apps > .entry:hover > .icoWrap > .ico.w {
    top:-6px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.4);
}


body > .sc-menu > .menuWrap > .content > .content {
    position: relative;
    width: calc(100% - 16px);
    padding: 18px 12px;
    margin: 12px 8px;
    border-top: 1px solid rgba(150,150,150,.1);
    transform: translateY(80px);
    transition: transform .2s ease-out, opacity .2s ease-out;
}










.card.bg p {
    margin-bottom: 0;
}

.card.bg.scx-app-com-sel .content .communitySel {
    position: relative;
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
}

.card.bg.scx-app-com-sel .content .communitySel p {
    display: block;
    flex: 1 0 auto;
    margin-right: 8px;
}

.card.bg.scx-app-com-sel .content .communitySel select {
    flex: 1 1 auto;
    width: 100%;
}

.card.bg.scx-app-com-sel {
    margin-bottom: 30px;
}

input:not(.no-style), textarea:not(.no-style) {
    color: #090909;
}

label {
    display: inline-block;
    color:#e6e6e6;
    margin-bottom: 6px;
}

input:not([type="checkbox"]):not([type="radio"]):not(.no-style), textarea {
    background-color: #f8f8f8;
    border: 1.4px solid #e0e0e0;
    z-index: 1;
    margin: 12px 0;
}



.sc-hdr {
    background-color: rgba(255,255,255,.8);
    border-bottom: 1px solid #e0e0e0;
    border-right-color: #e0e0e0 !important;
    overflow: hidden;
}

.sc-hdr .cont .txt p, toptitle {
    color: #afafaf;
}

.sc-hdr .cont .txt toptitle {
    line-height: .5;
    margin-top: -2px;
}

.sc-hdr .cont .btn-ico i {
    color: #1f1f1f;
}

.sc-hdr .cont .btn-ico p {
    color: #141214;
}


.card {
    position: relative;
    height:100%;
    width: 240px;
    flex: 0 0 auto;
}

.card.bg {
    border-radius: 10px;
    width:100%;
    padding: 20px 21px;
    height:auto;
}

.panel .card {
    border-radius: 8px;
}

.card.bg.expand > .content {
    overflow: hidden;
    transition: height .22s cubic-bezier(.51,0,.15,1);
}

.card.bg.expand.hi > .content {
    height:108px;
}

.card.bg.expand > .btn-more {
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.sc-list-text {
    position: relative;
    
}
.sc-list-text > .listEntry {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 4px 16px 6px;
    cursor: pointer;
    max-height: 100px;
    transition: max-height .26s cubic-bezier(.51,0,.15,1), opacity .2s cubic-bezier(.51,0,.15,1);
}

.sc-list-text > .listEntry.np {
    padding: 16px 0;
    transition: max-height .26s cubic-bezier(.51,0,.15,1), opacity .2s cubic-bezier(.51,0,.15,1);
}

.sc-list-text > .listEntry.removed {
    max-height: 0px;
    opacity: 0;
}

.sc-list-text > .listEntry.added {
    animation: animListEntrIn .4s cubic-bezier(.51,0,.15,1);
}

@keyframes animListEntrIn {
    from {
        opacity: 0;
        margin-top: 40px;
    } to {
        opacity: 1;
        margin-top: 0px;
    }
}

.listEntry toptitle {
    text-transform: none;
}


.sc-list-text > .listEntry label {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.sc-list-text > h5:not(:last-child) {
    margin-top: 38px;
}


.sc-list-text > .listEntry:not(:last-child) {
    border-bottom: 1px solid rgba(140,140,140,.2);
}

.sc-list-text > .listEntry p, .sc-list-text > .listEntry label {
    margin-bottom: 0;
    cursor: pointer;
}

.sc-list-text > .listEntry i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.card.bg .content deftxt {
    display: block;
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 12px;
    line-height: 1.25;
    font-weight: 600;
}

.card.bg .head {
    margin-top: -14px;
    margin-bottom: 12px;
}

.card.bg .head toptitle {
    font-size: 12px !important;
    -webkit-text-size-adjust: 100%;
}


.card:not(:last-child) {
    margin-right: 12px;
}
.card .tile {
    -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,.1);
    box-shadow: 0px 4px 6px rgba(0,0,0,.1);
    border-radius: 16px;
    overflow:hidden;
}

.card .tile img {
    width:100%;
    height:auto;
    pointer-events: none;
}




input:not([type="checkbox"]):not([type="radio"]):not(.no-style), textarea {
    display: block;
    width: calc(100% - 2px);
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    transition: border-color .2s ease-in-out;
    outline: none;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0,0,0,.05));
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,.05));
}

input::-webkit-autofill {
    background-color: #cad3ff !important;
}

input:not([type="checkbox"]):not([type="radio"]):not(.no-style) {
    height: 38px;
}

.sc-menu-backdr {
    position: fixed;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    z-index:1500;
    transition: opacity .4s ease-out;
    overflow: hidden;
}

.sc-menu-backdr .blur {
    position: fixed;
    width:100%;
    height: 100%;
    background: none;
}



.scsigninbg {
    position:absolute;
    z-index: 0;
    width:100%;
    height:100%;
    left:0;
    top:0;
    overflow: hidden;
}



.scsigninbg img {
    height:100%;
    width:auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    animation: faisiimg 4s ease-out; 
    pointer-events: none;
}

@keyframes faisiimg {
    from {
        opacity: 0;
        transform: scale(3) rotate(-28deg);
    } to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

input:not([type="checkbox"]):not([type="radio"]):not(.no-style):focus, textarea:not(.no-style):focus {
    border-color: #508bf1;
}

input.err:not([type="checkbox"]):not([type="radio"]):not(.no-style), textarea.err:not(.no-style) {
    border-color: #e93131;
}

input.err:not([type="checkbox"]):not([type="radio"]):not(.no-style):focus, textarea.err:not(.no-style):focus {
    border-color: #ec57e0;
}

.textfield p {
    padding: 0;
    margin-left: 4px;
    margin-bottom: 8px;
}


.err .txt p, .info .txt p, toptitle{
    font-size: 14px;
}

toptitle {
    cursor: default;
}



.sc-hdr:not(.ex) {
    display:none;
}

.sc-hdr .cont {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.sc-hdr .cont .btn-ico {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: box-shadow .2s ease-out;
}

.sc-hdr .cont .txt {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.sc-hdr .cont .btn-ico p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.sc-hdr .cont .btn-ico i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}





.spinner, .scsdk-spinner {
    height: 36px;
    width: 36px;
    overflow: hidden;
    position: relative;
}
  
.spinner .petal, .scsdk-spinner .petal {
    border-radius: 5000px;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    left: 1px;
    top: 17px;
    transform-origin: 170% center;
    background-color: #757575;
    animation:petal .8s 0s ease-out forwards infinite
}


  
.spinner .petal:nth-child(1), .scsdk-spinner .petal:nth-child(1) {
    animation-delay:-.2s
}

.spinner .petal:nth-child(2), .scsdk-spinner .petal:nth-child(2) {
    transform: rotate(45deg);
    animation-delay:-.1s
}

.spinner .petal:nth-child(3), .scsdk-spinner .petal:nth-child(3) {
    transform:rotate(90deg)
}

.spinner .petal:nth-child(4), .scsdk-spinner .petal:nth-child(4) {
    transform: rotate(135deg);
    animation-delay:-.7s
}

.spinner .petal:nth-child(5), .scsdk-spinner .petal:nth-child(5) {
    transform: rotate(-180deg);
    animation-delay:-.6s
}

.spinner .petal:nth-child(6), .scsdk-spinner .petal:nth-child(6) {
    transform: rotate(-135deg);
    animation-delay:-.5s
}
  
.spinner .petal:nth-child(7), .scsdk-spinner .petal:nth-child(7) {
    transform: rotate(-90deg);
    animation-delay:-.4s
}
  
.spinner .petal:nth-child(8), .scsdk-spinner .petal:nth-child(8) {
    transform: rotate(-45deg);
    animation-delay:-.3s
}

.spinner .petal:nth-child(n+9), .scsdk-spinner .petal:nth-child(n+9) {
    display:none;
}

  
@keyframes petal {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }

    20% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
  
    100% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }
}



.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-app .hero {
    margin-bottom:0;
}

@media(max-width: 900px) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-app .hero {
        margin-bottom:220px;
    }
}

.sc-app {
    background-color: #ffffff;
    margin-left:0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}


@media (min-width: 901px) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-app.ex {
        width:calc(100% - 300px);
        margin-left: 300px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar:not(.ex) ~ .sc-app.ex {
        width:calc(100%);
    }
}




.sc-app > .err, .sc-app > .info {
    display:flex;
    height:100%;
    width:100%;
    animation: fadeInUp .8s cubic-bezier(.4,.01,0,.99);
}

@keyframes fadeInUp {
    from{
        opacity: 0;
        transform: translate3d(0, 8%, 0);
    } to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.sc-app .err .txt {
    margin: auto;
    text-align: center;
}

.sc-app .txt i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    margin-top: -80px;
    color: #ff1a56;
}




.sc-app > .hero > .tit, .sc-app > .hero .scTitle {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content:space-between;
    margin-bottom: 26px;
}

.hero .line {
    margin: 40px 0 0 0;
}

.hero > .tit:not(:first-child) {
    margin-top: 60px;
}

.hero > .page-name, .hero > .tit > .page-name {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 750;
    color: #afafaf;
    margin-bottom: 0;
}


.sc-app > .ldr {
    position: absolute;
    left: 0;
    top: 0;
    display:flex;
    height: 100vh;
    width:100%;
    opacity: 1;
    justify-content: center;
    align-items: center;
}



.sc-app > .ldr.animOut {
    animation: hideLdr .12s ease-out .08s forwards;
}

@keyframes hideLdr {
    from {
        pointer-events: none;
        opacity: 1;
    } to {
        pointer-events: none;
        opacity: 0;
    }
}

.sc-app > .ldr > div {
    position: relative;
    width: 150px;
    padding-top: 21px;
}


.sc-app > .ldr > div > .spinner {
    position: relative;
    margin: 0 auto;
    transform: scale(.6);
}

.sc-app .hero {
    margin: 0 auto;
    padding-left: 40px;
    padding-top:40px;
    padding-right:40px;
    min-height: calc(100vh);
    width:calc(100%);
    background-color: transparent;
    max-width:1140px;
    will-change: opacity;
}

.sc-app .hero.anim {
    animation: appFadeIn .4s cubic-bezier(.16,.38,.42,1);
}

body > .sc-appWrap > .sc-appRun > .sc-sidebar:not(.ex) ~ .sc-app .hero, .sc-hdr.wide ~ .sc-app .hero {
    padding-top:100px;
}

@keyframes appFadeIn {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}


.btn, .panel .btn, .sc-signin .btn, .sc-app .btn-outline, .sc-signin .btn, .panel .btn-outline, body > .sc-notifi  .btn-outline, body > .sc-notifi  .btn, body > .sc-sidePanels > .appView .btn {
    text-align: center;
    font-family: "Inter", sans-serif;
    display: inline-block;
    border-radius: 6px;
    outline: none;
    padding: 12px 18px;
    position: relative;
    border-color: #508bf1;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    line-height: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0;
    box-shadow: 0px 4px 4px rgba(52,125,247,.1);
    transition: box-shadow .1s ease-out, background .05s ease-out, background-color .05s ease-out, text-color .05s ease-out;
}

.btn.tleft, .panel .btn.tleft, .sc-app .btn-outline.tleft, .panel .btn-outline.tleft, body > .sc-notifi  .btn.tleft, body > .sc-notifi  .btn-outline.tleft, body > .sc-sidePanels > .appView .btn.tleft {
    text-align: left;
}


.btn:hover, .panel .btn:hover, .sc-signin .btn:hover, body > .sc-notifi  .btn:hover, body > .sc-notifi .actionBar .btn-outline:hover, body > .sc-sidePanels > .appView .btn:hover {
    box-shadow: 0px 6px 20px rgba(52,125,247,.20);
}

.btn:not(.btn-outline), .panel .btn:not(.btn-outline), .sc-signin .btn:not(.btn-outline), body > .sc-notifi .actionBar .btn:not(.btn-outline), body > .sc-sidePanels > .appView .btn:not(.btn-outline) {
    background-color: #347df7;
}

.btn.btn-outline:hover, .panel .btn.btn-outline:hover, .sc-signin .btn.btn-outline:hover, body > .sc-notifi .actionBar .btn-outline:hover, body > .sc-sidePanels > .appView  .btn.btn-outline:hover {
    background-color: #347df7;
}

.btn.btn-outline:not(:hover), .panel .btn.btn-outline:not(:hover), .sc-signin .btn.btn-outline:not(:hover), body > .sc-notifi .actionBar .btn-outline:not(:hover), body > .sc-sidePanels > .appView  .btn.btn-outline:not(:hover) {
    color: #347df7;
}

.btn i, .panel .btn i, .sc-app .btn-outline i, .panel .btn-outline i, body > .sc-notifi .actionBar .btn i, body > .sc-notifi .actionBar .btn-outline i, body > .sc-sidePanels > .appView .btn i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: .86;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: end;
    float:right;
}


.sc-app > .hero h2 {
    margin-bottom:0;
    font-weight: 700;
}

.sc-app > .ldr, .sc-app > .err, .sc-app > .inf {
    height: calc(100vh);
    background-color: #ffffff;
    z-index: 300;
}

@media(prefers-color-scheme:dark) {
    .sc-app > .ldr, .sc-app > .err, .sc-app > .inf {
        background-color: #141214;
    }
}

.lg .controls {
    position:relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
    color: #ff1a56;
    -webkit-filter: drop-shadow(0px 8px 12px rgba(0,0,0,.16));
    filter: drop-shadow(0px 8px 12px rgba(0,0,0,.16));
}

.lg .controls .playPause {
    margin:0
}

.sc-app .separator {
    position:relative;
    display: block;
    margin: 22px 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 901px) {
    .lg .albumArt{
        width:100%;
        height:100%;
        border: 1px solid #e0e0e0;
    }

    .lg .albumArt {
        margin:20px;
        margin-bottom: 40px;
        width:220px;
        height:220px;
        border-radius: 16px;
        overflow: hidden;
    }

    .lg .controls {
        margin-top: 40px;
        margin-bottom: 40px;
        color: #ff1a56;
    }
    
    .lg .controls .playPause {
        font-size: 52px;
    }
    
    .lg .controls i {
        font-size: 40px;
        margin: 0 15px;
    }

    



    body > .sc-appWrap > .sc-appRun > .sc-sidebar:not(.ex) ~ .sc-hdr.ex {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        vertical-align: middle;
        height:80px;
        z-index:200;
        backdrop-filter: blur(12px) saturate(50%);
        -webkit-backdrop-filter: blur(12px) saturate(50%);
        width:100%;
        left:0;
        top:0;
        padding:20px 32px;
        border-right: 0;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-hdr.ex {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        vertical-align: middle;
        height:80px;
        z-index:200;
        width:300px;
        left:0;
        top:0;
        padding:20px 32px;
        border-right: 1px solid;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-hdr.ex.wide {
        width:100%;
        border-right: 0;
        backdrop-filter: blur(12px) saturate(50%);
        -webkit-backdrop-filter: blur(12px) saturate(50%);
    }

    .sc-hdr .cont .txt p, toptitle{
        margin-bottom: 0;
        font-size:.8em;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
    }


    .sc-hdr .cont h4{
        margin-bottom: 0;
        font-size:18px;
        text-align: left;
    }

    .sc-hdr .cont .txt {
        margin-left:0;
    }

    .sc-hdr .cont .btn-ico p {
        display:block;
    }

    .sc-hdr .cont .btn-ico {
        padding:22px;
        margin-left: -22px;
    }

}


.sc-hdr .cont h4{
    cursor: default;
}

.sc-hdr.sh .cont h4 {
    animation: slideInTit .8s cubic-bezier(.4,.01,0,.99);
}

.sc-hdr.sh .cont .txt p{
    animation: fadeInPlTit 1s ease;
}

@keyframes slideInTit {
    from{ 
        transform: translate3d(30%, 0, 0);
        opacity: 0;
    } to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInPlTit {
    from {
        opacity:0;
    } 70% {
        opacity: 0;
    } to {
        opacity: 1;
    }
}

.sc-hdr.hi .txt {
    animation: slideOut .26s cubic-bezier(.4,.01,0,.99);
}

@keyframes slideOut {
    from{ 
        transform: translate3d(0, 0, 0);
        opacity: 1;
    } to {
        opacity: 0;
        transform: translate3d(-30%, 0, 0);
    }
}


@media (max-width: 900px) {
    .card.bg.scx-app-com-sel .content .communitySel p {
        display:none;
    }

    .card.bg.scx-app-com-sel .content .communitySel select {
        width:100%;
        flex: 0 0 auto;
    }

    .sc-app .hero {
        padding-top: 100px;
    }
    .scsigninbg img {
        margin-left: -440px;
    }
    
    .lg .albumArt {
        width:60px;
        height:60px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        overflow: hidden;
        flex: 0 0 60px;
    }

    .lg .albumArt .cont{
        width:60px;
        height:60px;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar .npbg {
        position: absolute;
        height:120px;
        bottom:100px;
        left:0;
        width:100%;
        background:#ff1a56;
        opacity: 0;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .lg .controls {
        position:relative;
        margin-top: 0;
    }
    
    .lg .controls .playPause {
        font-size: 48px;
        margin-right: 6px;
    }
    
    .lg .controls i {
        font-size: 36px;
        margin: 0;
        cursor: pointer;
    }

    .lg .controls i:first-child {
        display: none;
    }


    .sc-app {
        width:100%;
        margin-left: 0;
    }


    .sc-hdr {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        vertical-align: middle;
        height:80px;
        z-index: 300;
        width:100vw;
        left:0;
        top:0;
        padding:20px 32px;
        -webkit-backdrop-filter: blur(12px) saturate(50%);
        backdrop-filter: blur(12px) saturate(50%);
    }

    .sc-hdr .cont .txt p, toptitle{
        margin-bottom: 0;
        font-size:10px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
    }

    .sc-hdr .cont h4{
        margin-bottom: 0;
        font-size:18px;
        text-align: left;
    }

    .sc-hdr .cont .btn-ico p {
        display: none;
    }

    .sc-hdr .cont .btn-ico {
        padding:22px;
        margin-left: -22px;
    }
}

.menu {
    position:relative;
    scrollbar-color: #FFFFFF;
}









.lg .controls i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    cursor: pointer;
}

@keyframes albumArtPlaying {
    70% {
        transform: scale(1.08);
        -webkit-filter: drop-shadow(0px 18px 22px rgba(0,0,0,.05));
        filter: drop-shadow(0px 18px 22px rgba(0,0,0,.05));
    } to {
        transform: scale(1);
        -webkit-filter: drop-shadow(0px 8px 12px rgba(0,0,0,.16));
        filter: drop-shadow(0px 8px 12px rgba(0,0,0,.16));
    }
}

.lg .albumArt .cont{
    position: relative;
    overflow: hidden;
}

.lg .albumArt {
    position: relative;
}

body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg {
    position: absolute;
    padding: 20px;
    z-index:11;
}



body > .sc-appWrap > .sc-appRun > .sc-sidebar:not(.ex) {
    display:none;
}

body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info {
    text-align: center;
}

body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info h4 {
    font-weight: 700;
    margin-bottom:0;
}

body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .cont {
    position: relative;
}

.lg {
    display:block;
}


.lg .albumArt img {
    position: relative;
    width:100%;
    height:100%;
    pointer-events: none;
}

.lg .albumArt.pl {
    animation: albumArtPlaying .3s ease-out;
}






/* ALBUM ART FOR LISTS */

.bigTiles {
    display:flex;
    flex-wrap: wrap;
    margin-left:-16px;
    margin-right:-16px;
    margin-bottom: 24px;
}

.bigTiles .tileEntry {
    position:relative;
    flex: 0 0 calc(25% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom:26px;
    line-height: 1;
    transition: top .3s ease-out, left .24s ease-out;
}

body > .panelholder .panel .content .bigTiles .tileEntry {
    position:relative;
    flex: 0 0 calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom:12px;
    line-height: 1;
    transition: top .3s ease-out, left .24s ease-out;
}

.tileEntry.remAnim {
    animation: removePic .2s ease-out;
}

@keyframes removePic {
    from {
        transform: scale(1);
        opacity: 1;
    } to {
        transform: scale(.1);
        opacity: 0;
    }
}



@media (max-width: 600px) {
    .sc-app .hero {
        padding-left:22px;
        padding-right:22px;
    }
    .bigTiles .tileEntry {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom:20px;
        flex: 0 0 calc(50% - 20px);
    }

    .bigTiles .tileEntry .tileImg .cont {
        border-radius: 10px;
    }
}

@media (max-width: 790px) and (min-width: 601px) {
    .sc-app .hero {
        padding-left:22px;
        padding-right:22px;
    }
    .bigTiles .tileEntry {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom:20px;
        flex: 0 0 calc(33.333333% - 20px);
    }

    .bigTiles .tileEntry .tileImg .cont {
        border-radius: 10px;
    }
}



@media (min-width: 861px) {
    .bigTiles .tileEntry:hover .hoverlay {
        visibility: visible;
        opacity:1;
    }

    .bigTiles .tileEntry:hover .cont.greyscale img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        opacity: 1;
    }


    .bigTiles .tileEntry .hoverlay {
        opacity: 0;
        visibility: hidden;
        transition: opacity .1s ease-out, visibility .1s ease-out;
    }

    .bigTiles .tileEntry .hoverlay i {
        transition: transform .1s ease-out;
        transform: scale(0);
    }

    .bigTiles .tileEntry:hover .hoverlay i {
        transform: scale(1);
    }
}






.bigTiles .hoverlay {
    position: absolute;
    display:flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.2);
    z-index:201;
    border-radius: 10px;
    visibility: hidden;
    cursor: pointer;
}

.bigTiles .hoverlay i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    -webkit-filter: drop-shadow(0px 6px 26px rgba(0,0,0,.4));
    filter: drop-shadow(0px 6px 26px rgba(0,0,0,.4));
    backdrop-filter: blur(8px) saturate(190%);
    -webkit-backdrop-filter: blur(8px) saturate(190%);
    border-radius: 50%;
}

.bigTiles .hoverlay i:not(:first-child):not(:last-child) {
    margin-left: 14px;
    margin-right: 14px;
}

.bigTiles .hoverlay.sm i {
    font-size: 40px;
}

.bigTiles .tileImg {
    position: relative;
    width:100%;
    overflow: hidden;
    line-height: 1;
}


.bigTiles .tileImg .cont {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    z-index: 2;
    overflow: hidden;
}

.bigTiles .tileImg .cont img {
    width:100%;
    height:auto;
    pointer-events: none;
    display: block;
    z-index: 1;
}

.bigTiles .tileImg .cont.greyscale img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    transition: -webkit-filter .2s ease-out, -moz-filter .2s ease-out, filter .2s ease-out, opacity .2s ease-out;
}


.bigTiles h5 {
    font-size: 14px;
    margin-top:10px;
    margin-bottom: 2px;
    cursor: default;
    font-weight: 700;
    color: #222222;
}

.bigTiles p {
    font-size: 12px;
    margin-top:0;
    margin-bottom: 0;
    cursor: default;
    line-height: 1.25;
}

.bigTiles .tileEntry.muted p, .bigTiles .tileEntry.muted h5 {
    opacity: .6;
}

.recaddedlibrary {
    margin-bottom: 300px;
}


@media (prefers-color-scheme: dark) {
    .bigTiles .tileImg .cont{
        background-color: #222222;
        border: 1px solid #2c2c2c;
    }
}
/* end */

/* ALBUM ART FOR LISTS -----MEDIUM--------  */

.bigTiles.medium .tileEntry {
    position:relative;
    flex: 0 0 calc(20% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom:16px;
}


@media (max-width: 1200px) {
    .bigTiles.medium .tileEntry {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom:20px;
        flex: 0 0 calc(25% - 20px);
    }

    .bigTiles .hoverlay i {
        font-size: 38px;
    }
}

@media (max-width: 900px) {
    .bigTiles.medium .tileEntry {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom:20px;
        flex: 0 0 calc(33.3333333% - 20px);
    }
}


/* end */


.musica-tut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgb(221, 201, 205) 0%, rgba(255, 255, 255, 1) 100%) !important;
    background:-webkit-linear-gradient(90deg, rgb(229, 207, 212) 0%, rgba(255, 255, 255, 1) 100%) !important;
    z-index:9999;
    padding:40vh 20px;
}

.musica-tut .tut {
    display: block;
    position: relative;
    max-width:600px;
    max-height:660px;
    margin: auto;
    text-align: center;
}

.musica-tut .tut img {
    display: block;
    width:200px;
    height:auto;
    margin:0 auto 20px;
    pointer-events: none;
}

.alwlubsoftlogo {
    position: absolute;
    width:160px;
    bottom:80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: drop-shadow(0px 6px 8px rgba(0,0,0,.2));
    filter: drop-shadow(0px 6px 8px rgba(0,0,0,.2));
}

/* MODAL */

.ldr-mod-cont {
    margin-top: 24px;
}

.modal-body .albumArt {
    position: relative;
    margin:23px;
    width:200px;
    height:200px;
}

.modal-body .albumArt .cont{
    position: relative;
    background-color: #ffffff;
    width:200px;
    height:200px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.modal-body .albumArt .default {
    background:url("/images/musicaDefaultAlbumArt.jpg");
    background-size: cover;
    background-position: center;
    width:100%;
    height:100%;
}





@media (prefers-color-scheme: dark) {
    .sc-hdr .cont .btn-ico p {
        color: #dadada;
    }
    
    .sc-hdr .cont .btn-ico i {
        color: #ffffff;
    }

    .sc-app {
        background-color: #141214;
    }

    .spinner .petal{
        background-color:#FFFFFF;
    }

    .sc-app > .err h3, .sc-app > .info h3 {
        color: #FFFFFF;
    }
    
    .sc-app > .err p, .sc-app > .info h3 {
        color: #999999;
    }

    .bigTiles h5 {
        color: #ffffff;
    }
    
    .bigTiles p {
        color: #afafaf;
    }

    .hero .tit h2 {
        color:#ffffff;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .lg > .albumArt {
        border: 1px solid #2c2c2c;
    }

    .bigTiles .albumArt .cont {
        background-color: #1d1d1d;
        border: 1px solid #2c2c2c;
    }


    .hero .page-name {
        color: #3f3f3f;
    }

    .hero .line {
        border-color: #222222;
    }

    .card .tile, .card.bg {
        background-color: #222222;
        border: 1px solid #2c2c2c;
    }

    .panel .card, .panel .card.bg {
        background-color: #2b2b2b;
        border: 1px solid #333333;
    }

    .card.bg.expand > .btn-more {
        padding-top: 16px;
        border-top: 1px solid #2c2c2c;
    }

    .panel .card.bg.expand > .btn-more {
        padding-top: 16px;
        border-top: 1px solid #333333;
    }

    body {
        background-color: #070607;
    }


    .sc-hdr {
        background-color: rgba(20,18,20,.8);
        border-bottom: 1px solid #444444;
        border-right-color: #444444 !important;
    }

    input:not([type="checkbox"]):not([type="radio"]):not(.no-style), textarea:not(.no-style) {
        background-color: #444444;
        border: 1.4px solid #616161;
    }
    

    .sc-hdr .cont .txt p, toptitle{
        color: #444444;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #ececec; }
    body p, deftxt, .listEntry i, .listEntry p {
        color: #adadad;
    }

    .sc-hdr .cont .txt p, toptitle{
        color: #616161;
    }

    input:not(.no-style), textarea:not(.no-style) {
        color: #ffffff;
    }

    input:not(.no-style):-webkit-credentials-auto-fill-button {
        background-color: #fff;
    }
    input:not(.no-style):-webkit-auto-fill-button {
        background-color: #fff;
    }
    input:not(.no-style):-webkit-autofill-button {
        background-color: #fff;
    }
    input:not(.no-style):-webkit-auto-fill-button::focus {
        background-color: #fff;
    }

    input:not(.no-style):-webkit-auto-fill-button {
        display: none;
    }


    select {
        color: #dbdbdb;
        background-color: rgb(45, 49, 51);
        background-clip: padding-box;
        border: 1px solid rgb(62, 68, 71);
    }
    
}



/* ServConnect Sidebar */



body > .sc-appWrap > .sc-appRun > .sc-sidebar {
    background-color: rgba(248, 248, 248, .88);
    border-right: 1px solid #e0e0e0;
    border-color: #e0e0e0;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 199;
    animation: unset;
}


body > .sc-appWrap > .sc-appRun > .sc-sidebar::-webkit-scrollbar { width: 0 !important }
body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu::-webkit-scrollbar { width: 0 !important }
.sc-app::-webkit-scrollbar { width: 0 !important }
body > .sc-appWrap > .sc-appRun > .sc-sidebar { overflow: -moz-scrollbars-none; }
body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu { overflow: -moz-scrollbars-none; }
.sc-app { overflow: -moz-scrollbars-none; }
body > .sc-appWrap > .sc-appRun > .sc-sidebar { -ms-overflow-style: none; }
body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu { -ms-overflow-style: none; }
.sc-app { -ms-overflow-style: none; }

@media (min-width: 901px) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar {
        top:0;
        left: -301px;
        width:300px;
        height:100vh;
        border-right-width: 1px;
        border-top: 0;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg {
        position: absolute;
        border-top: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        bottom:0;
        left:0;
        width:300px;
        padding: 20px;
        z-index:11;
        background-color: rgba(248, 248, 248, .88);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu {
        margin-top:60px;
        padding-top:40px;
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100%);
    }


    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item {
        position:relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 0 12px 20px;
        border-radius: 8px;
        background-color:transparent;
        margin:2px 12px;
        cursor: pointer;
        transition: border-color .2s ease, filter .2s ease, -webkit-filter .2s ease-in-out;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item i {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        margin-right: 14px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #3478f5;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item p {
        line-height: 1;
        margin-bottom: 0;
        font-weight:500;
        color:#2b2b2b;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu.compact .item {
        position:relative;
        padding: 6px 0 6px 32px;
        border-radius: 0;
        margin:0;
        transition: border-color .2s ease, filter .2s ease, -webkit-filter .2s ease-in-out;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu.compact .item:not(.active):active {
        background-color: rgba(0,0,0,.05);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu.compact .group {
        margin-left:8px;
        padding-left: 6px;
        margin-bottom: 4px;
        border-left: 1px solid rgba(155,155,155,.2);
        border-bottom: 1px solid rgba(155,155,155,.2);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu.compact .group .item:first-child {
        margin-left: -6px;
        border-top: 1px solid rgba(155,155,155,.2);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .separator {
        position:relative;
        display: block;
        margin: 8px 30px;
        width: calc(100% - 60px);
        height: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu toptitle {
        display: block;
        margin-left: 22px;
        margin-bottom: 4px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu toptitle:not(:first-child) {
        margin-top: 32px;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item.active {
        background-color:#3478f5;
        color: #ffffff;
        z-index: 10;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item.active p {
        color: #ffffff;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item.active i {
        color: #ffffff;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex {
        left:0px;
    }


    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-hdr.ex:not(.wide) {
        left:0px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar.ex ~ .sc-hdr.ex.wide {
        left:0px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar:not(.ex) ~ .sc-hdr.ex {
        left:0px;
    }
}

@media (max-width: 900px) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar {
        bottom:0;
        top:auto;
        left:0;
        width:calc(100% + 2px);
        height:100px;
        border-top: 1px solid #e0e0e0;
        border-right: 0;
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        backdrop-filter: blur(12px) saturate(180%);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg.sepBlur {
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        backdrop-filter: blur(12px) saturate(180%);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu.sepBlur {
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        backdrop-filter: blur(12px) saturate(180%);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg {
        position: absolute;
        display:flex;
        align-items: center;
        justify-content: space-between;
        height:100px;
        border-top: 1px solid #e0e0e0;
        border-right: 0;
        bottom:100px;
        left:0;
        width:100%;
        background-color: rgba(248, 248, 248, .88);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu {
        display: flex;
        justify-content: space-between;
        margin-top:0;
        padding-top:0;
        overflow-y: hidden;
        overflow-x: scroll;
        height: 100px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu::-webkit-scrollbar {
        display: none;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item {
        position:relative;
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 0 10px;
        border-radius: 18px;
        background-color:transparent;
        margin:4px -1px 26px;
        border: 1px solid transparent;
        width: 25vw;
        transition: border-color .2s ease, filter .2s ease, -webkit-filter .2s ease-in-out;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item i {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 0;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        width:100%;
        text-align: center;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item p {
        line-height: 1;
        margin-bottom: 0;
        font-weight:600;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        width: 100%;
        font-size: 10px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item:not(.active) p {
        color:#2b2b2b;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item:hover {
        cursor: pointer;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item.active, body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item.active p {
        color:#3681ff;
        z-index: 10;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info p, body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info h4 {
        text-align: left;
        margin-bottom: 0;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info h4 {
        font-size: 14px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info p {
        font-size: .9em;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg .info {
        width:100%;
        margin-left:16px;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar.menu .separator {
        display:none;
    }
}




@media(prefers-color-scheme: dark) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar {
        background-color: rgba(31,29,31, .88);
        border-color:#444444;
    }
    
    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg {
        border-top: 1px solid #444444;
        border-right: 1px solid #444444;
        background-color: rgba(31,29,31, .88);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg h4 {
        color: #FFFFFF;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar .lg p {
        color: rgb(150, 150, 150);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .separator, .sc-app .separator {
        border-bottom: 1px solid #3b3b3b;
    }
}

@media (min-width: 901px) and (prefers-color-scheme: dark) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item {
        color: #FFFFFF;
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item p {
        color: rgb(220,220,220);
    }
    

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item:not(.active):active {
        background-color: rgba(255,255,255,.05);
    }
}

@media (max-width: 900px) and (prefers-color-scheme:dark) {
    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item:not(.active) {
        color: rgb(216, 216, 216);
    }

    body > .sc-appWrap > .sc-appRun > .sc-sidebar > .menu .item:not(.active) p {
        color: rgb(216, 216, 216);
    }
}
/* END */



/* BigTiles mobile edit mode */
.bigTiles.mobileReady.active .tileEntry:not(.remAnim) {
    animation: jiggleTiles .32s infinite;
}

.bigTiles.mobileReady.active .tileEntry .hoverlay {
    display: flex;
    visibility: visible;
}

@keyframes jiggleTiles {
    0% {
        transform: rotate(0);
    } 20% {
        transform: rotate(-1.2deg);
    } 40% {
        transform: rotate(1.2deg);
    } 60% {
        transform: rotate(-1.2deg);
    } 80% {
        transform: rotate(1.2deg);
    } 100% {
        transform: rotate(0deg);
    }
}


.bigTiles.mobileReady.active .tileEntry:nth-child(3n-7):not(.remAnim) {
    animation: jiggleTilesB .4s infinite;
}

@keyframes jiggleTilesB {
    0% {
        transform: rotate(0);
    } 20% {
        transform: rotate(-1deg);
    } 40% {
        transform: rotate(1deg);
    } 60% {
        transform: rotate(-1deg);
    } 80% {
        transform: rotate(1deg);
    } 100% {
        transform: rotate(0deg);
    }
}

/* END */


/* buttons and checkboxes */

.servConnect-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
  
.servConnect-switch i {
    position: relative;
    display: inline-block;
   margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: rgba(156,156,156,.2);
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}
  
.servConnect-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: rgba(255,255,255,.5);
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
  
.servConnect-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}
  
.servConnect-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.servConnect-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.servConnect-switch input { display: none; }

.servConnect-switch input:checked + i { background-color: #4BD763; }

.servConnect-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.servConnect-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

/* END */

/* Continuity list */

.sc-list-text > .listEntry > .deviceInfo {
    display: flex;
    align-items: center;
}

.sc-list-text > .listEntry > .deviceInfo > div {
    display: inline-block;
    box-sizing: content-box;
}

.sc-list-text > .listEntry > .deviceInfo > img {
    height: 24px;
    margin-right: 12px;
    margin-top: 4px;
}

.sc-list-text > .listEntry > .deviceInfo > .dark {
    display:block;
}

.sc-list-text > .listEntry > .deviceInfo > .light {
    display:none;
}

@media (prefers-color-scheme: dark) {
    .sc-list-text > .listEntry > .deviceInfo > .light {
        display:block;
    }

    .sc-list-text > .listEntry > .deviceInfo > .dark {
        display:none;
    }
}

/* END */




/* croppie */

.croppie-container {
    width: 100%;
    height: 90%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 80%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid rgb(150, 150, 150);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(255, 255, 255, 0.5);
    z-index: 0;
}

@media (prefers-color-scheme: dark) {
    .croppie-container .cr-viewport,
    .croppie-container .cr-resizer {
        position: absolute;
        border: 2px solid #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 0 2000px 2000px rgba(34, 34, 34, 0.8);
        z-index: 0;
    }
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}

/* END */

/* new signin form */

body > .sc-signin {
    position: fixed;
    display: flex;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background: #f0f0f0;
    z-index: 999;
    align-items: center;
    justify-content: center;
}

body > .sc-signin.zo {
    animation: zoomOutSignin .6s cubic-bezier(.51,0,.15,1);
}


@keyframes zoomOutSignin {
    from {
        transform: scale(1);
        opacity: 1;
    } to {
        transform: scale(1.6);
        opacity: 0;
    }
}


@keyframes showLoginForm{
    from {
        transform: scale(.8) translate3d(calc(50vw + 500px), 0, 0);
    } to {
        transform: scale(1) translate3d(0vw, 0, 0);
    }
}

@keyframes showLoginFormMob {
    from {
        transform: scale(.8);
        opacity: 0;
        -webkit-filter: blur(12px);
        filter: blur(12px);
    } to {
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

body > .sc-signin > .container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

body > .sc-signin > .container > .sicard {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #ececec;
    width: 100%;
    max-width: 500px;
    height: 550px;
    background: #FFFFFF;
    padding: 42px 38px;
    animation: showLoginForm .6s cubic-bezier(.51,0,.15,1);
}

body > .sc-signin > .container > .promoText {
    display:block;
    max-width: 500px;
}

body > .sc-signin > .container > .promoText p {
    display:block;
    max-width: 400px;
}


body > .sc-signin > .container > .sicard > .content {
    position: relative;
    width: 100%;
    height: 100%;
}

body > .sc-signin > .container > .sicard {
    animation: showLoginFormMob .6s cubic-bezier(.51,0,.15,1);
}

body > .sc-signin > .container {
    justify-content: center;
}

body > .sc-signin > .container > .promoText {
    display:none;
}

@media (max-width: 1200px) {
    body > .sc-signin > .container > .sicard {
        animation: showLoginFormMob .6s cubic-bezier(.51,0,.15,1);
    }

    body > .sc-signin > .container {
        justify-content: center;
    }

    body > .sc-signin > .container > .promoText {
        display:none;
    }
}



body > .sc-signin .msg.r {
    color: #b42d38;
}


body > .sc-signin > .container > .sicard > .err .btn, body > .sc-signin > .container > .sicard > .accActi .btn {
    position: absolute;
    bottom: 42px;
    left: 38px;
    width: calc(100% - 76px);
}


body > .sc-signin > .container > .sicard > .content .scregwrap {
    position: relative;
    height: 100%;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > .regIntro {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: opacity .2s ease-out;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > .regIntro h3 {
    font-size: 42px;
    text-align: center;
    width: 100%;
    opacity: 1;
    animation: logoIntro 3s cubic-bezier(.51,0,.15,1);
}


@keyframes logoIntro {
    0% {
        transform: scale(.4);
        color: #51005f;
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px);
    } 40% {
        color: #51005f;
    } 55% {
        color: #ff0a54;
    } 70% {
        color: #000000;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    } 100% {
        transform: scale(1);
        color: #000000;
        opacity: 1;
    }
}

body > .sc-signin > .container > .sicard > .content .scregwrap > div > div {
    position: relative;
    margin-top: 12px;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > div > div > input {
    margin-top: 12px;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > div > div .gebrhero {
    margin-top: 32px;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > div > div .gebrsub {
    margin-top: 8px;
    opacity: .6;
}

body > .sc-signin > .container > .sicard > .content .scregwrap .text {
    position: relative;
    display: flex;
    width:100%;
    height: 38px;
    align-items: stretch;
}

body > .sc-signin > .container > .sicard > .content .scregwrap .text p {
    margin: 0;
    line-height: 1.1;
    vertical-align: center;
}



body > .sc-signin > .container > .sicard > .content .scregwrap .text > input {
    z-index: 0;
}

body > .sc-signin > .container > .sicard > .content .scregwrap .text > .prepend {
    position: relative;
    background-color: #e0e0e0;
    padding: 8.5px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: -6px;
    z-index: 2;
}

body > .sc-signin > .container > .sicard > .content .scregwrap .row > .field > .text > .prepend p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
}


body > .sc-signin > .container > .sicard > .content .scregwrap > div > .btn, body > .sc-signin > .container > .sicard > .content .scregwrap > div > .btns {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > div > .btns lnk {
    position: relative;
    display: block;
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

body > .sc-signin > .container > .sicard > .content .scregwrap > .sta {
    transition: opacity .2s ease-out;
}

body > .sc-signin > .container > .sicard > .content .pasresbtm {
    position: absolute;
    bottom: 42px;
    left: 38px;
    width: calc(100% - 76px);
}

body > .sc-signin > .container > .sicard > .content .pasresbtm .handimg {
    position: relative;
    margin-bottom: -18px;
}

body > .sc-signin > .container > .sicard > .content .scregwrap .text {
    margin-top: 12px;
}

body > .sc-signin > .container > .sicard > .content .resetpasswrap > p {
    margin-bottom: 24px;
}

body > .sc-signin > .container > .sicard > .content .resetpasswrap > input {
    margin-bottom: 12px;
}

body > .sc-signin > .container > .sicard > .content .resetpasswrap > .btn {
    position: absolute;
    bottom: 42px;
    left: 38px;
    width: calc(100% - 76px);
}


body > .sc-signin > .container > .sicard > .content .pasresbtm img {
    position: relative;
    width: 100%;
}

body > .sc-signin > .container > .sicard > .content .verib > .paveriwrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 84px;
}

body > .sc-signin > .container > .sicard > .content .verib > .paveriwrap > .ve {
    position: relative;
    font-size: 32px;
    width: 54px;
    height: auto;
    text-align: center;
    vertical-align: center;
}

body > .sc-signin > .container > .sicard > .content .txt {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 142px;
}

body > .sc-signin > .container > .sicard > .content .in {
    position: relative;
}

body > .sc-signin > .container > .sicard > .content .in > .btn {
    position: relative;
    display: block;
    margin-top: 22px;
}

body > .sc-signin > .container > .sicard > .content .new {
    position: absolute;
    display: block;
    left:0;
    bottom: 0;
    padding: 24px 14px 0px;
    border-top: 1px solid #ececec;
    width: calc(100%);
}

body > .sc-signin > .container > .sicard > .ldr {
    position: absolute;
    display: flex;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #FFFFFF;
    z-index: 998;
}

body > .sc-signin > .container > .sicard > .ldr > .spinner {
    transform: scale(.8);
    position: relative;
}

body > .sc-signin #scupass{
    margin-top: 12px;
    transition: opacity .2s ease-out;
    transition-delay: .1s;
    
}

body > .sc-signin #scupass:not(.exp) {
    pointer-events: none;
}

body > .sc-signin > .container > .sicard > .content .in > .sinxt {
    transform: translateY(-38px);
    transition: transform .2s cubic-bezier(.51,0,.15,1);
}

body > .sc-signin > .container > .sicard > .content .in > .sinxt.exp {
    transform: translateY(0px);
}

@media (prefers-color-scheme: dark) {
    body > .sc-signin > .container > .sicard > .content .scregwrap .text > .prepend {
        background-color: #616161;
    }

    body > .sc-signin > .container > .sicard > .content .scregwrap .text > .prepend p {
        color: #ffffff;
    }

    @keyframes logoIntro {
        0% {
            transform: scale(.4);
            color: #51005f;
            opacity: 0;
            -webkit-filter: blur(20px);
            filter: blur(20px);
        } 40% {
            color: #51005f;
        } 55% {
            color: #ff0a54;
        } 70% {
            color: #ffffff;
            -webkit-filter: blur(0px);
            filter: blur(0px);
        } 100% {
            transform: scale(1);
            color: #ffffff;
            opacity: 1;
        }
    }
}

@media (prefers-color-scheme: dark) {
    body > .sc-signin {
        background: #070607;
    }

    body > .sc-signin > .container > .sicard .ldr {
        background: #141214;
    }
    
    body > .sc-signin > .container > .sicard {
        border: 1px solid #2c2c2c;
        background: #141214;
    }

    body > .sc-signin > .container > .sicard > .content .new {
        border-top: 1px solid #2c2c2c;
    }
}

@media (max-width: 720px) {
    body > .sc-signin > .container > .sicard {
        padding: 42px 12px;
    }
}

/* SERVCONNECT LIST COMPONENT */

.sc-component-list {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}

.sc-component-list > .sc-list-entry {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 22px;
    border-radius: 12px;
    padding: 18px;
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    cursor: pointer;
}

.sc-component-list > .sc-list-entry > .badge, .sc-component-list > .sc-list-entry > .img > .badge {
    font-family: "inter", sans-serif;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top:50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dd2f3d;
}

.sc-component-list > .sc-list-entry > .badge {
    right: 20px;
}

.sc-component-list > .sc-list-entry > .img > .badge {
    right: 4px;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,1));
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,1));
}

.sc-component-list > .sc-list-entry p, .sc-component-list > .sc-list-entry h1, .sc-component-list > .sc-list-entry h2, .sc-component-list > .sc-list-entry h3, .sc-component-list > .sc-list-entry h4, .sc-component-list > .sc-list-entry h5 {
    cursor: pointer;
}

.sc-component-list > .sc-list-entry p {
    opacity: .8;
}

.sc-component-list > .sc-list-entry.disable {
    opacity: .8;
    transition: opacity .2s ease-out;
}

.sc-component-list > .sc-list-entry.disable p, .sc-component-list > .sc-list-entry.disable h1, .sc-component-list > .sc-list-entry.disable h2, .sc-component-list > .sc-list-entry.disable h3, .sc-component-list > .sc-list-entry.disable h4, .sc-component-list > .sc-list-entry.disable h5 {
    opacity: .4;
    transition: opacity .2s ease-out;
}


.sc-component-list > .sc-list-entry p {
    margin-bottom: 0;
}

.sc-component-list > .sc-list-entry > i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sc-component-list > .sc-list-entry > div:not(:last-child):not(.no-hover-animation) {
    margin-right: 22px;
}

.sc-component-list > .sc-list-entry > div:not(:last-child):not(.img), .sc-component-list > .sc-list-entry > div:only-child {
    transition: margin-right .4s cubic-bezier(.51,0,.15,1);
}

.sc-component-list > .sc-list-entry:not(:last-child) {
    margin-bottom: 20px;
}

.sc-component-list > .sc-list-entry > .img {
    position: relative;
    overflow:hidden;
    display: flex;
    align-items: center;
    width: 100px;
    max-height: 80px;
    border-radius: 4px;
    transition: transform .4s cubic-bezier(.51,0,.15,1), box-shadow .4s cubic-bezier(.51,0,.15,1), margin-right .4s cubic-bezier(.51,0,.15,1), -webkit-filter .4s cubic-bezier(.51,0,.15,1), filter .4s cubic-bezier(.51,0,.15,1);
    flex: 0 0 auto;
}



.sc-component-list > .sc-list-entry > .img > img {
    position: relative;
    width: 100%;
    height:auto;
}

.sc-component-list > .sc-list-entry.disable > .img > img {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    transition: filter .4s cubic-bezier(.51,0,.15,1), -webkit-filter .4s cubic-bezier(.51,0,.15,1);
}

.sc-component-list > .sc-list-entry > .img.round {
    width:100px;
    height:100px;
    max-height: unset;
}

.sc-component-list > .sc-list-entry > .img.round.sm {
    width:50px;
    height:50px;
    border-radius: 25%;
}

.sc-component-list > .sc-list-entry > .img.round.md {
    width:72px;
    height:72px;
    border-radius: 50%;
}



@media (prefers-color-scheme: dark) {
    .sc-component-list > .sc-list-entry {
        background-color: #222222;
        border: 1px solid #2c2c2c; 
    }
}

@media (min-width: 901px) {
    .sc-component-list > .sc-list-entry.disable:hover {
        opacity: 1;
    }
    
    .sc-component-list > .sc-list-entry:hover.disable h1, .sc-component-list > .sc-list-entry:hover.disable h2, .sc-component-list > .sc-list-entry:hover.disable h3, .sc-component-list > .sc-list-entry:hover.disable h4, .sc-component-list > .sc-list-entry:hover.disable h5 {
        opacity: 1;
    }
    
    .sc-component-list > .sc-list-entry:hover.disable p{
        opacity: .8;
    }


    .sc-component-list > .sc-list-entry:hover.disable > .img > img {
        -webkit-filter: saturate(100%);
        filter: saturate(100%);
    }

    .sc-component-list > .sc-list-entry:hover > .img {
        transform: scale(1.12);
    }

    .sc-component-list > .sc-list-entry:hover > .img:not(.round) {
        box-shadow: 0px 4px 8px rgba(0,0,0,.2);
    }

}

@media (max-width: 900px) {
    .sc-component-list > .sc-list-entry > div:not(:last-child) {
        margin-right: 14px;
    }

    .sc-component-list > .sc-list-entry {
        padding: 14px;
    }
}


/* TUTORIAL */

.sc-hdr > .cont > .btn-ico.tut {
    border-radius: 50%;
    box-shadow: 0px 0px 9999px 9999px rgba(0,0,0,.88);
    z-index: 4;
}

body > .sc-menu > .container > .hdr > div > .nowPlaying.tut {
    border-radius: 50%;
    box-shadow: 0px 0px 9999px 9999px rgba(0,0,0,.88);
    z-index: 4;
}

body > .tut {
    position: absolute;
    display: inline-block;
    background: rgb(81,0,95);
    background: linear-gradient(105deg, rgba(81,0,95,1) 0%, rgba(255,10,84,1) 100%);
    border-radius: 12px;
    padding: 22px;
    z-index: 2000;
    margin-right: 6px;
    max-width: 100%;
    animation: showTut .2s ease-out;
}

@keyframes showTut {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
} 

body > .tut.nowPlayingBtn {
    left: 100px;
    top: 12px;
}

body > .tut.nowPlayingBtn:after {
    content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-left-color: rgba(255,10,84,1);
	border-right: 0;
    margin-right: -14px;
    z-index: 1999;
    top: 10px;
}

body > .tut.homeBtn {
    left: 100px;
    top: 12px;
}

body > .tut p {
    color: #ffffff;
    margin-bottom:0;
}

body > .tut h5 {
    color: #ffffff;
}

body > .tut.homeBtn:after {
    content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-right-color: rgba(81,0,95,1);
	border-left: 0;
    margin-left: -14px;
    z-index: 1999;
    top: 14px;
}


body > .alphaMessage {
    position: fixed;
    z-index: 5000;
    right: 32px;
    bottom: 32px;
    max-width: 400px;
    opacity: .4;
    animation: slideInAnimationAlp .6s ease-out 4s forwards;
    transition: max-height .4s ease-out, bottom .4s ease-out;
    overflow: hidden;
    text-align: right;
}


body > .alphaMessage:hover {
    animation: slideOutAnimationAlp .2s ease-out forwards;
    opacity: 1;
}

body > .sc-appWrap:not(.min) ~ .alphaMessage  {
    pointer-events: none;
}

@keyframes slideOutAnimationAlp {
    from {
        max-height: 26px;
    } to {
        max-height: 300px;
    }
}

@keyframes slideInAnimationAlp {
    from {
        max-height: 300px;
    } to {
        max-height: 26px;
    }
}

@media(max-width: 900px) {
    body > .sc-appWrap:not(.min) ~ .alphaMessage  {
        bottom: 112px;
    }

    body > .alphaMessage {
        right: 12px;
        margin-left: 12px;
    }
}

.sc-appWrap > .sc-appRun > .sc-hdr.noBg {
    background: unset;
    border: unset;
    -webkit-filter: unset;
    filter: unset;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
}

.sc-appWrap > .sc-appRun > .sc-hdr.noBg > .cont > .btn-ico {
    background: rgba(255,255,255,.8);
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

@media (prefers-color-scheme:dark) {
    .sc-appWrap > .sc-appRun > .sc-hdr.noBg > .cont > .btn-ico {
        background: rgba(20,18,20,.8);
        border: 1px solid #444444;
    }
}

/* Community details panel */

.servConnectComDetWrap {
    position: relative;
}

.servConnectComDetWrap > .head {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-left: -16px;
    margin-top: -20px;
    width: calc(100% + 32px);
}

.servConnectComDetWrap > .head > h3 {
    z-index: 1000;
    position: absolute;
    bottom: 22px;
    left: 16px;
    margin: 0;
}

.servConnectComDetWrap > .head > .bg {
    position: absolute;
    display: flex;
    height: 150px;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to bottom, #000000 10%, transparent 110%);
    mask-image: linear-gradient(to bottom, #000000 10%, transparent 110%);
    background: rgba(155,155,155,.4)
}

.servConnectComDetWrap > .head > .bg > img {
    position: relative;
    margin: auto;
    width: 100%;
    min-height: 150px;
    height: auto;
    z-index: -1;
    flex: 1 1 auto;
}

.servConnectComDetWrap > .head > .bg > img.sh {
    animation: scaleComHdrPic 2s ease-out;
}

@keyframes scaleComHdrPic {
    from {
        transform: scale(1.2);
    } to {
        transform: scale(1);
    }
}

.servConnectComDetWrap > .notAMember {
    position: relative;
    margin-top: 42px;
    margin-bottom: 32px;
}

.servConnectComDetWrap > .content, .servConnectComDetWrap > .content {
    position: relative;
}

.servConnectComDetWrap > .content  > div {
    margin-top: 28px;
}

.servConnectComDetWrap > .content > div:first-child {
    margin-top: 16px;
}

.servConnectComDetWrap > .content > .tiles {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.servConnectComDetWrap > .content > .tiles > .card {
    position: relative;
    flex: 1 1 100%;
}

.servConnectComDetWrap > .content > .tiles > .card h3, .servConnectComDetWrap > .content > .tiles > .card h5 {
    margin: 0;
}

.servConnectComDetWrap > .content > .tiles > .card h5 {
    color: #444444;
    font-size: 12px;
    text-transform: uppercase;
}

@media (prefers-color-scheme: dark) {
    .servConnectComDetWrap > .content > .tiles > .card h5 {
        color: #acacac;
    }
}

.servConnectComDetWrap > .content > .apps > .card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
}

.servConnectComDetWrap > .content > .apps > .card > .ent {
    position: relative;
    width: 100%;
    min-width: 96px;
    flex: 0 0 20%;
    margin-bottom: 12px;
    cursor: pointer;
}

.servConnectComDetWrap > .content > .apps > .card > .ent p {
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.servConnectComDetWrap > .content > .apps > .card > .ent > .ico {
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 12px;
    overflow: hidden;
    margin-left: calc(50% - 31px);
    margin-bottom: 4px;
    z-index: 2;
}

.servConnectComDetWrap > .content > .apps > .card > .ent > .ico > .hoverlay {
    position: absolute;
    left:0;
    top:0;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .2s ease-out;
    background-color: rgba(0,0,0,0);
    z-index: 1;
}

.servConnectComDetWrap > .content > .apps > .card > .ent:hover > .ico > .hoverlay {
    background-color: rgba(0,0,0,.6);
}

.servConnectComDetWrap > .content > .apps > .card > .ent > .ico > .hoverlay i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 29px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    padding: 4px;
    margin: 0;
    transform: scale(0);
    opacity: 0;
    color: #ffffff;
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    backdrop-filter: blur(8px) saturate(150%);
    transition: opacity .1s ease-out, transform .1s ease-out;
    text-align: center;
}

.servConnectComDetWrap > .content > .apps > .card > .ent:hover > .ico > .hoverlay i {
    transform: scale(1);
    opacity: 1;
}

.servConnectComDetWrap > .content > .apps > .card > .ent > .ico > img {
    position: relative;
    width: 62px;
    height: 62px;
}

.servConnectComDetWrap > .content > .apps > .card > p {
    margin-left: 12px;
    margin-bottom: 13px;
}


@media(max-width: 900px) {
    .servConnectComDetWrap > .content > .apps > .card > .ent > .ico > .hoverlay {
        transition: unset;
        background-color: rgba(0,0,0,.6);
    }

    .servConnectComDetWrap > .content > .apps > .card > .ent > .ico > .hoverlay i {
        transition: unset;
        transform: scale(1);
        opacity: 1;
    }
}


body > .sc-updating {
    position: absolute;
    width: 100vw;
    height: 100vh;
    padding: 24px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

body > .sc-updating > .updateWrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
    height: auto;
    text-align: center;
}

body > .sc-logo {
    display: block;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 52px;
}

body > .sc-logo h4 {
    font-size: 24px;
    font-weight: 700;
    opacity: .88;
}

.sc-colAnim {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(270deg, #51005f, #ff0a54);
    background-size: 400% 400%;
    -webkit-animation: scUpdColAnim 30s ease infinite;
    -moz-animation: scUpdColAnim 30s ease infinite;
    animation: scUpdColAnim 30s ease infinite;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
    opacity: .4;
}

@-webkit-keyframes scUpdColAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes scUpdColAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes scUpdColAnim { 
    0%{background-position:0% 50%; height: 320px;}
    50%{background-position:100% 50%; height: 820px;}
    100%{background-position:0% 50%; height: 320px;}
}









body > .papa {
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: fadeInSpecialBg 3s ease-out 1s forwards;
}

body > .papa > img {
    position: relative;
    height: 100%;
    width: auto;
    object-fit: cover;
    flex: 0 0 100%;
}

@keyframes fadeInSpecialBg {
    from {
        opacity: 0;
    } to {
        opacity: .2;
    }
}


body > .sc-logo-bg {
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: 1;
    width: 2800px;
    transform: translate3d(0, 0, 0);
    transition: transform 3s ease-in-out
}

body > .sc-logo-bg.r {
    transform: translate3d(-140px, 0, 0);
}

body > .sc-logo-bg svg {
    fill: transparent;
    stroke: rgba(155,155,155,.1);
    -webkit-mask-image: linear-gradient(to top, transparent 5%, black 50%);
    mask-image: linear-gradient(to top, transparent 5%, black 50%);
}

body > .sc-logo-bg svg .s {
    stroke-dasharray: 200;
    stroke-dashoffset: 400;
    stroke-width: 4;
    stroke-linejoin: round;
    stroke-linecap: round;
    animation: animateBgStrokes 20s infinite linear;
}

@keyframes animateBgStrokes {
    from {
        stroke-dashoffset: 400;
    } to {
        stroke-dashoffset: 0;
    }
}


body > .signin {
    position: absolute;
    right:0;
    top:0;
    left:0;
    bottom:0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes showCard {
    from {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
    } to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body > .signin > .card > .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

body > .signin > .card {
    position: relative;
    width: 500px;
    height: 600px;
    max-width: 500px;
    flex: 0 0 100%;
    overflow: hidden;
    padding: 32px;
    display: flex;
    flex-flow: column;
}


body > .signin > .card > .content {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
}

body > .signin > .card > .content > .content {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: animInTitle .4s cubic-bezier(.51,0,.15,1) .28s forwards;
}

body > .signin > .card > .content > .title {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(155,155,155,0);
    animation: animInTitleLine 1s cubic-bezier(.51,0,.15,1) forwards;
}

body > .signin > .card > .content > .title h4 {
    position: relative;
    opacity: 0;
    animation: animInTitle .4s cubic-bezier(.51,0,.15,1) forwards;
}

body > .signin > .card > .content > .title p {
    position: relative;
    opacity: 0;
    animation: animInTitle .4s cubic-bezier(.51,0,.15,1) .12s forwards;
}

@keyframes animInTitle {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    } to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes animInTitleLine {
    from {
        border-color: rgba(155,155,155,0);
    } to {
        border-color: rgba(155,155,155,.2);
    }
}


@media(max-width: 1060px) {
    body > .signin {
        position: absolute;
        right:0;
        top:0;
        width: 100%;
        max-width: unset;
        height: 100%;
        z-index: 1;
        padding: 102px;
        justify-content: center;
    }


    body > .hero > img {
        position: relative;
        height: 100%;
        width: auto;
        object-fit: cover;
        flex: 0 0 100%;
    }
}


body > .copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    width: 100%;
    height: 80px;
}

body > .copyright p {
    color: #c0c0c0;
    text-align: center;
}

@media(prefers-color-scheme:dark) {
    body > .copyright p {
        color: #353535;
        text-align: center;
    }
}




@media(max-width: 700px) {
    body > .signin {
        padding: 0;
        animation: unset;
        opacity: 1;
    }

    body > .signin > .card {
        max-height: unset;
        height: 100%;
        border-radius: 0;
        border: 0;
        padding: 22px 22px 90px 22px;
    }

    body > .copyright {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 15;
        padding: 22px 0;
        width: 100%;
    }
}

body > .signin > .card > .content > .content > .bottom, body > .signin > .card > .content > .bottom {
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    opacity: 0;
    animation: animInTitle .4s cubic-bezier(.51,0,.15,1) .4s forwards;
}

body > .signin > .card > .content > .content > .bottom > .btn, body > .signin > .card > .content > .bottom > .btn {
    width: 100%;
    margin: 0;
}

body > .signin > .card > .content > .content > .bottom > lnk, body > .signin > .card > .content > .bottom > lnk {
    width: 100%;
    text-align: center;
}

body > .signin > .card > .content > .content > .bottom > lnk:first-child, body > .signin > .card > .content > .bottom > lnk:first-child {
    margin: 0 0 22px 0;
}

body > .signin > .card > .content > .content > .bottom > lnk:last-child, body > .signin > .card > .content > .bottom > lnk:last-child {
    margin: 22px 0 0 0;
}


body .errorMsg {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid  rgba(231, 68, 68, .8);
    display: flex;
    padding: 22px;
    background: rgba(231, 68, 68, .2);
    margin: 0 0 22px 0;
    box-shadow: 0px 8px 12px rgba(126, 37, 37, 0.2);
    flex: 0 0 auto;
    animation: animInError .4s cubic-bezier(.51,0,.15,1);
}

@keyframes animInError {
    from {
        opacity: 0;
        transform: scale(.8);
    } to {
        opacity: 1;
        transform: scale(1);
    }
}

body .errorMsg > .icon {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 12px 0 0;
}

body .errorMsg .icon > svg {
    position: relative;
    fill: transparent;
    stroke: #e74444;
    width: 28px;
    height: 28px;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body .errorMsg p {
    margin: 0;
}

body > .sc-fade {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #f0f0f0;
    animation: fadeInSignIn .6s ease-out forwards;
    z-index: 500;
}

@media(prefers-color-scheme:dark) {
    body > .sc-fade {
        background: #070607;
    }
}

@keyframes fadeInSignIn {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}



.sc-si-code {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}

.sc-si-code input:not([type="checkbox"]):not([type="radio"]):not(.no-style) {
    position: relative;
    width: 0px;
    flex: 1 0 0px;
    margin: 0 4px;
    font-size: 32px;
    height: auto;
    text-align: center;
}

@media(max-width: 800px) {
    .sc-si-code input:not([type="checkbox"]):not([type="radio"]):not(.no-style) {
        font-size: 22px;
        padding: 8px 2px;
    }
}

.sc-si-code input:nth-child(3):not([type="checkbox"]):not([type="radio"]):not(.no-style) {
    margin: 0 18px 0 4px;
}




.sc-si-appInfo {
    position: relative;
    width: 100%;
    padding: 12px;
    border-radius: 18px;
    overflow: hidden;
    height: auto;
    background: rgba(155,155,155,.12);
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
}

.sc-si-appInfo img {
    position: relative;
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 20%;
    overflow: hidden;
    margin: 0 12px 0 0;
}

.sc-si-appInfo p {
    margin: 0;
}

.sc-si-appInfo h5 {
    margin: 0;
}