* {
    margin: 0px;
    padding: 0px;
     
}

a {
    text-decoration: none !important;
}

html {
    position: relative;
    min-height: 100%;
     
}

.canvas {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.navbar {
    z-index: 999999;
}

.leftpanel {
    position: fixed;
    top: 70px;
    left: 10px;
    width: 200px;
    padding: 20px;
    background-color: #cbcbcb;
    min-height: 200px;
    border-radius: 8px;
    z-index: 9999999;
}

body, html {
    background-color: black;
    min-width: 576px;
}

.top1 {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.bottomdim {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.iceimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.4;
}

#myVideo {
    opacity: 0.1;
}





.shine {
    position: relative;
    overflow: hidden;
}

.hover_shine .shine:before, .hover_shine .sshine:before {
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}

.hover_shine .hover_blink .shine:before,
.hover_shine .hover_zoom .shine:before {
    display: none;
}

.hover_shine .shine:hover:before {
    -webkit-animation: shine 0.5s;
    animation: shine 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.hover_shine .sshine:before {
    -webkit-animation: sshine 10s infinite;
    animation: sshine 10s infinite;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.hover_blink .shine:hover {
    opacity: 1;
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
}
 
.hover_zoom .shine > * {
    transition: transform ease 0.8s;
}
 
.hover_zoom:hover .shine > *,
.hover_zoom .shine:hover > * {
    transform: scale(1.1);
}
 
.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}

.thumb.shine {
    display: block;
}

@-webkit-keyframes shine {
    0% {
        left: 0;
        opacity: 1;
    }

    50% {
        left: 50%;
        opacity: 0.5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes sshine {
    0% {
        left: 0;
        opacity: 1;
    }
    5% {
        left: 50%;
        opacity: 0.5;
    }
    10% {
        left: 100%;
        opacity: 0;
    }

    50% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.sortb {
    width: 100%;
    text-align: left;
    border: none;
    padding: 8px;
    position: relative;
    background-color: #414344;
    color: white;
}

.item_row {
    display: table-row;
    border-bottom: solid 1px #414344;
    /*border-left: solid 1px #F0F0F0;*/
}

.item_cell {
    font-size: 14px;
}

.item_cell {
    display: table-cell;
    /* border-right: solid 1px #F0F0F0;*/
    padding: 8px;
    align-self: center;
    cursor: pointer;
}

.wrap_content {
    display: flex;
    flex-direction: column;
    background-color: #00000078;
    margin: 16px;
    padding: 16px;
    color: white;
}

.formname {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-self: center;
    text-overflow: ellipsis;
}

.selector {
    background: rgb(82 82 82 / 70%); /* rgb(250 250 250 / 70%);*/
    box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    -webkit-box-shadow: inset 0px 4px 4px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 4px 16px 4px;
    height: 32px;
    align-self: center;
    padding-top: 4px;
    cursor: pointer;
    color: white; /* #0071A4;*/
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.myinput {
    font-size: 16px;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    line-height: 1.5em;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: 1.5em;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: 1.5em;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    line-height: 1.5em;
}


#ffr {
    background: white;
}