@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:separate;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
html {
    position: relative;
    min-height: 100%;
}
body{
    background: #f4f4f4;
    background-image: url("../images/mv-icon-bg-dark.png");
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    color: #555;
}
body.modal-open {
    overflow: hidden;
    width: 100%;
}
strong {
    font-weight: 500;
}
h1 {
    font-size: 35px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
}
h2 {
    font-size: 30px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}
h3 {
    font-size: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
h4 {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
p {
    line-height: 20px;
    margin-bottom: 14px;
}
a {
    color: #205ABE;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.font-red{color:rgb(244,67,54);}
.font-pink{color:#e91e63;}
.font-purple{color:rgb(156,39,176);}
.font-deeppurple{color:#673ab7;}
.font-indigo{color:#3f51b5;}
.font-blue{color: rgb(33,150,243);}
.font-lightblue{color:#03a9f4;}
.font-cyan{color:#00bcd4;}
.font-teal{color:#009688;}
.font-green{color:rgb(76,175,80);}
.font-lightgreen{color:#8bc34a;}
.font-lime{color:#cddc39;}
.font-yellow{color:#ffeb3b;}
.font-amber{color:#ffc107;}
.font-orange{color:rgb(255,152,0);}
.font-deeporange{color:rgb(255,87,34);}
.font-white{color:#FFF;}
.font-lightgray{color:#999;}
.font-gray{color:#666;}
.font-darkgray{color:#333;}

.font-8{font-size:8px !important;}
.font-9{font-size:9px !important;}
.font-10{font-size:10px !important;}
.font-11{font-size:11px !important;}
.font-12{font-size:12px !important;}
.font-13{font-size:13px !important;}
.font-14{font-size:14px !important;}
.font-15{font-size:15px !important;}
.font-16{font-size:16px !important;}
.font-18{font-size:18px !important;}
.font-20{font-size:20px !important;}
.font-22{font-size:22px !important;}
.font-24{font-size:24px !important;}
.font-30{font-size:30px !important;}
.font-40{font-size:40px !important;}
.font-50{font-size:50px !important;}
.font-100{font-size:100px !important;}

.font-light {font-weight: 100;}
.font-normal {font-weight: 300;}
.font-bold {font-weight: 500;}
.font-bolder {font-weight: 700;}

.iconfix1{margin-bottom: -1px;}
.iconfix2{margin-bottom: -2px;}
.iconfix3{margin-bottom: -3px;}
.iconfix4{margin-bottom: -4px;}
.iconfix5{margin-bottom: -5px;}
.iconfix6{margin-bottom: -6px;}
.iconfix7{margin-bottom: -7px;}
.iconfix8{margin-bottom: -8px;}


.width-100{width: 100% !important;}

.breadcrumbs {
    display: flex;
    gap: 4px;
    font-size: 13px;
    align-items: center;
    margin-bottom: 14px;
}
.breadcrumbs a{
    border: 1px solid rgba(33,150,243,0.1);
    padding: 4px 7px;
    border-radius: 8px;
    text-decoration-line: underline;
    text-decoration-color: rgba(33,150,243,0.4);
    text-decoration-style: dotted;
}
.breadcrumbs a:hover{
    background: rgba(33,150,243,0.2);
}
.breadcrumbs i{
    color: #999;
}
.divider {
    margin: 28px 4px;
    border: 3px solid rgba(0,0,0,0.02);
}
.clear {
    clear: both;
}

.admin-login {
    width: fit-content;

    margin-inline: auto;
}

ul.list {
    list-style: disc;
    list-style-position: inside;
}
ul.list li ul{
    padding: 0 0 0 15px;
    list-style: circle;
    list-style-position: inside;
}
ul.news li{
    margin-bottom: 5px;
    display: flex;
}
ul.news li a{
    overflow: hidden;
    padding: 0 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}
ul.news li a:hover{
    text-decoration: underline;
}
ul.news li a.seen{
    color: #444444;
    font-weight: normal;
}
ul.news li a.active{
    color: #333333;
    font-weight: bold;
}
ul.news li .time{
    color: #666;
    font-size: 9px;
    padding-bottom: 3px;
    width: 70px;
    flex-shrink: 0;
    margin-left: auto;
    text-align: right;
}
ul.news-big {
    max-height: calc(80vh - 40px);
    overflow-y: scroll;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
ul.news-big li {
    display: flex;
}
ul.news-big li a{
    position: relative;
    display: flex;
    gap: 4px;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    border-radius: 8px;
    border: 1px dashed rgba(0,0,0,0.10);
    width: 100%;
}
ul.news-big li a:hover{
    border: 1px solid rgb(33,150,243);
    background: rgba(33,150,243,0.05);
}
ul.news-big li a.active{
    border: 1px solid rgb(33,150,243);
    background: rgba(33,150,243,0.05);
}
ul.news-big li a.seen .news{
    color: #444444;
    font-weight: normal;
}

ul.news-big li a .news{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}
ul.news-big li a .time{
    color: #666;
    font-size: 12px;
}

.news-modal {
    display: flex;
    height: 100%;
    gap: 22px;
}
.news-modal #news_list {
    width: 300px;
    position: relative;
}
.news-modal #body{
    display: flex;
    width: 100%;
    max-height: calc(80vh);
    overflow-y: scroll;
}
.news-modal #body p{
    margin-bottom: 10px;
}
.news-modal #body ul{
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}
.box
{
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    box-sizing: border-box;
}
.p-4 {padding: 4px;}
.p-10 {padding: 10px;}
.p-14 {padding: 14px;}
.p-20 {padding: 20px;}
.box.gradient-green
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4caf50+0,4caf50+50&0.1+0,0+50 */
    background: linear-gradient(135deg,  rgba(76,175,80,0.1) 0%,rgba(76,175,80,0) 50%),#FFFFFF; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box.gradient-blue
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4caf50+0,4caf50+50&0.1+0,0+50 */
    background: linear-gradient(135deg,  rgba(33,150,243,0.1) 0%,rgba(33,150,243,0) 50%),#FFFFFF; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box.gradient-red
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4caf50+0,4caf50+50&0.1+0,0+50 */
    background: linear-gradient(135deg,  rgba(244,67,54,0.1) 0%,rgba(244,67,54,0) 50%),#FFFFFF; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box.gradient-orange
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4caf50+0,4caf50+50&0.1+0,0+50 */
    background: linear-gradient(135deg,  rgba(255,152,0,0.1) 0%,rgba(255,152,0,0) 50%),#FFFFFF; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box .background-icon
{
    font-size: 150px;
    transform: rotate(-20deg);
    opacity: 0.2;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 0;
}
.box .headline
{
    font-size: 40px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.box .subline
{
    color: #666;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.box .box-name {
    position: absolute;
    top: -10px;
    left:12px;
    background: rgb(33,150,243);
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0px 2px 6px rgba(0,0,0,.20);
}
.container-stats {
    display: grid;
    grid-gap: 22px;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    margin-bottom: 22px;
}
.container-stats .box {
    overflow: hidden;
}
.container-content {
    display: grid;
    grid-gap: 22px;
    align-items: start;
    grid-template-columns: 3fr 360px;
}
.container-main {
    display: flex;
    gap: 22px;
    flex-direction: column;
}
.container-main .big-graph{

    grid-column: 3 span;
    display: flex;
    gap: 14px;
}
.container-sidebar .banner {
    margin-bottom: 14px;

}
.container-sidebar .banner img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    position: relative;
}
.main-widgets {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.main-widgets > div {
    min-width: 200px;
    max-width: calc(50% - 11px);
    width: 100%;
    flex-grow: 1;
}
.main-widgets > div h3 {
    height: 35px;
}
#header
{
    z-index: 100;
    padding: 22px 22px 0 22px;
    position: fixed;
    height: 55px;
    left:240px;
    right: 0;
    top:0;
}
#header.menu-compact
{
    left:50px;
}
#header .content
{
    position: relative;
    overflow: hidden;
    padding:10px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
}
#header .content:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    backdrop-filter: blur(5px);
    z-index: -1;
    border-radius: 16px;
    background-color: rgb(255 255 255 / 0.6);
}
#header .content  .top-stats
{
    float: left;
}
#header .content  .top-user
{
    float: right;
}
#header .content-mobile
{
    display: none;
    padding:10px;
    height: 30px;
    background: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    text-align: center;
}
#header #mobile-menu {
    position: absolute;
    top: 10px;
    left: 10px;
}
#menu
{
    z-index: 110;
    bottom: 0;
    top: 0;
    position: fixed;
    width: 240px;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0,0,0,.08);
    transition: all 200ms;
}
#menu .wrapper
{
    height:100%;
}
#menu.menu-compact
{
   display: none;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul li
{
    margin-bottom: 5px;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    height: 48px;
}
#menu ul li.spacer
{
    margin: 10px 20px;
    border-bottom: 3px solid #eee;
    height: 0px;

}
#menu ul li a
{
    position: relative;
    padding-left: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;

    color: #555;
    font-size: 16px;

    box-sizing: border-box;
    text-decoration: none;
    transition: all 300ms ease;
    white-space: nowrap;
}

#menu ul li a i
{
    transition: all 200ms ease;
    padding-right: 10px;
}
#menu ul li .inner
{
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    background:  #205ABE;
    position: absolute;
    transition: all .2s ease-in-out;
    top:0;
    left: -46px;
    height: 48px;
    width: 45px;
}
#menu ul li a:hover
{
    color: #205ABE;
    padding-left: 30px !important;
}
#menu ul li a:hover .inner
{
    left: -30px;
}
#menu ul li a.active
{
    color: #205ABE;
    padding-left: 30px;
}
#menu ul li a.active .inner
{
    left: -30px;
}
#menu .title
{
    display: block;
    padding:12px 20px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    font-size: 12px;
}
#menu .user-info-mobile
{
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 20px 8px;
    border-bottom: 1px solid #ddd;
}
#menu #menu-toggle {
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
    top: 80px;
    right: 0px;
    background: #fff;
    font-size: 15px;
    height: 40px;
    width: 18px;
    transition: all 200ms ease;
}
#menu:hover #menu-toggle {
    right: -18px;
    opacity: 1;
}

/* compact menu */
body.menu-compact #menu {
    width: 80px;
}
body.menu-compact #menu:hover {
    width: 240px;
}
body.menu-compact #menu-logo {
    background-position: -50px center;
    position: relative;
}
body.menu-compact #menu:hover #menu-logo {
    background-position: center center;
}
body.menu-compact #menu-logo:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 80px;
    bottom: 0;
    left: 0;
}
body.menu-compact #menu:hover #menu-logo:after {
    opacity: 0;
}
body.menu-compact #menu ul li a i {
    font-size: 22px;
    padding-right: 50px;
}
body.menu-compact #menu:hover ul li a i {
    font-size: inherit;
    padding-right: 10px;
}
body.menu-compact #menu ul li a
{
    padding-left: 27px;
}
body.menu-compact #menu:hover ul li a {
    padding-left: 20px;
}
body.menu-compact #menu ul li a.active
{
    padding-left: 27px;
}
body.menu-compact #menu:hover ul li a.active {
    padding-left: 30px;
}
body.menu-compact #menu ul li a.active .inner {
    left: 0px;
    width: 100px;
    z-index: 0;
}
body.menu-compact #menu:hover ul li a.active .inner {
    left: -30px;
    width: 45px;
    z-index: 0;
    height: 48px;
}
body.menu-compact #menu ul li a.active i {
    color: #ffffff;
    z-index: 1;
}
body.menu-compact #menu:hover ul li a.active i {
    color: #205ABE;
    z-index: 1;
}
body.menu-compact #content {
    margin-left: 80px;
}
body.menu-compact #header {
    left: 80px;
}

/* compact menu */

#content
{
    margin-left: 240px;
    /*overflow: hidden;*/
    padding: 0 22px 60px 22px;
    margin-top: 104px;
}
.vert-div {
    border-right: 1px solid #efefef;
    width: 1px;
    margin: 0 5px;
    height: 100%;
}
input[type="submit"]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.btn {
    display: inline-flex;
    align-items: center;
    height: 35px;
    gap: 4px;
    font-family: 'Rubik', sans-serif;
    appearance: none;
    cursor: pointer;
    text-decoration:none;
    border-radius: 8px;
    border: none;
    color: #666;
    font-size: 15px;
    padding: 0 15px;
    justify-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    white-space: nowrap;
    position: relative;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    background: linear-gradient(to bottom,  #ffffff 0%,#e6ecef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn:hover {
    padding-top: 3px;
    padding-bottom: 7px;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.1);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #F3F6F7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#F3F6F7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#F3F6F7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F3F6F7',GradientType=0 ); /* IE6-9 */

}
.btn:active {
    color: rgba(102,102,102,0.8);
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: inset 0 0 0 1px #b7c9d1,inset 0 1px 2px #b7c9d1;
    background: -moz-linear-gradient(top,  #eff3f5 0%, #d6e0e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eff3f5 0%,#d6e0e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eff3f5 0%,#d6e0e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f5', endColorstr='#d6e0e5',GradientType=0 ); /* IE6-9 */

}

.btn.blue {
    box-shadow: inset 0 -1px 0 rgb(21,98,158),inset 0 0 0 1px rgb(25,112,182),0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ba9f2+0,2196f3+100 */
    background: #4ba9f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #42A6F5 0%, #1C80CF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #42A6F5 0%,#1C80CF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #42A6F5 0%,#1C80CF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42A6F5', endColorstr='#1C80CF',GradientType=0 ); /* IE6-9 */

}
.btn.blue:hover {
    box-shadow: inset 0 -1px 0 rgb(21,98,158),inset 0 0 0 1px rgb(25,112,182),0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.2);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #75baef; /* Old browsers */
    background: -moz-linear-gradient(top,  #68B8F7 0%, #4999D9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #68B8F7 0%,#4999D9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #68B8F7 0%,#4999D9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68B8F7', endColorstr='#4999D9',GradientType=0 ); /* IE6-9 */

}
.btn.blue:active {
    box-shadow: inset 0 -1px 0 rgb(21,98,158),inset 0 0 0 1px rgb(25,112,182),inset 0 0 4px 0px rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.8);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #4ba9f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #3F9EE9 0%, #1B79C4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3F9EE9 0%,#1B79C4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3F9EE9 0%,#1B79C4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F9EE9', endColorstr='#1B79C4',GradientType=0 ); /* IE6-9 */
}

.btn.green {
    box-shadow: inset 0 -1px 0 rgb(49,114,52),inset 0 0 0 1px rgb(57,131,60),0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ba9f2+0,2196f3+100 */
    background: #4CAF50; /* Old browsers */
    background: -moz-linear-gradient(top,  #67BB6A 0%, #419544 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #67BB6A 0%,#419544 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #67BB6A 0%,#419544 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67BB6A', endColorstr='#419544',GradientType=0 ); /* IE6-9 */

}
.btn.green:hover {
    box-shadow: inset 0 -1px 0 rgb(49,114,52),inset 0 0 0 1px rgb(57,131,60),0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.2);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #82C785; /* Old browsers */
    background: -moz-linear-gradient(top,  #82C785 0%, #4CAF50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #82C785 0%,#4CAF50 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #82C785 0%,#4CAF50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82C785', endColorstr='#4CAF50',GradientType=0 ); /* IE6-9 */

}
.btn.green:active {
    box-shadow: inset 0 -1px 0 rgb(49,114,52),inset 0 0 0 1px rgb(57,131,60),inset 0 0 4px 0px rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.8);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #48A64C; /* Old browsers */
    background: -moz-linear-gradient(top,  #48A64C 0%, #39833C 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #48A64C 0%,#39833C 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #48A64C 0%,#39833C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48A64C', endColorstr='#39833C',GradientType=0 ); /* IE6-9 */
}

.btn.yellow {
    box-shadow: inset 0 -1px 0 rgb(166,99,0),inset 0 0 0 1px rgb(191,114,0),0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ba9f2+0,2196f3+100 */
    background: #FF9800; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFA726 0%, #D98100 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #FFA726 0%,#D98100 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #FFA726 0%,#D98100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA726', endColorstr='#D98100',GradientType=0 ); /* IE6-9 */

}
.btn.yellow:hover {
    box-shadow: inset 0 -1px 0 rgb(166,99,0),inset 0 0 0 1px rgb(191,114,0),0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.2);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #FFB74D; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFB74D 0%, #FF9800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #FFB74D 0%,#FF9800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #FFB74D 0%,#FF9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB74D', endColorstr='#FF9800',GradientType=0 ); /* IE6-9 */

}
.btn.yellow:active {
    box-shadow: inset 0 -1px 0 rgb(166,99,0),inset 0 0 0 1px rgb(191,114,0),inset 0 0 4px 0px rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.8);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #F29000; /* Old browsers */
    background: -moz-linear-gradient(top,  #F29000 0%, #BF7200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #F29000 0%,#BF7200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #F29000 0%,#BF7200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F29000', endColorstr='#BF7200',GradientType=0 ); /* IE6-9 */
}

.btn.red {
    box-shadow: inset 0 -1px 0 rgb(159,44,35),inset 0 0 0 1px rgb(183,50,40),0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ba9f2+0,2196f3+100 */
    background: #F44336; /* Old browsers */
    background: -moz-linear-gradient(top,  #F65F54 0%, #D0392E 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #F65F54 0%,#D0392E 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #F65F54 0%,#D0392E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F65F54', endColorstr='#D0392E',GradientType=0 ); /* IE6-9 */

}
.btn.red:hover {
    box-shadow: inset 0 -1px 0 rgb(159,44,35),inset 0 0 0 1px rgb(183,50,40),0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.2);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #F77C73; /* Old browsers */
    background: -moz-linear-gradient(top,  #F77C73 0%, #F44336 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #F77C73 0%,#F44336 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #F77C73 0%,#F44336 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F77C73', endColorstr='#F44336',GradientType=0 ); /* IE6-9 */

}
.btn.red:active {
    box-shadow: inset 0 -1px 0 rgb(159,44,35),inset 0 0 0 1px rgb(183,50,40),inset 0 0 4px 0px rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.8);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75baef+0,4ba9f2+100 */
    background: #E84033; /* Old browsers */
    background: -moz-linear-gradient(top,  #E84033 0%, #B73228 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #E84033 0%,#B73228 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #E84033 0%,#B73228 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E84033', endColorstr='#B73228',GradientType=0 ); /* IE6-9 */
}
.btn .bubble {
    font-size: 0.8em;
    background: rgba(0,0,0,0.1);
    padding: 1px 5px;
    border-radius: 1000px;
    font-weight: bold;
    color: #777;
}



.btn-icon {
    text-decoration:none;
    border-radius: 8px;
    color: #333;
    padding:8px 8px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    position: relative;
}
.btn-icon:hover {
    padding: 6px 8px 10px 8px;
    color: #2196F3;
}
.btn.small {
    font-size: 11px;
    padding: 0px 8px;
    height: 20px;
}
.btn.active {
    color: rgba(102,102,102,0.8);
    box-shadow: inset 0 0 0 1px #b7c9d1,inset 0 1px 2px #b7c9d1;
    background: -moz-linear-gradient(top,  #eff3f5 0%, #d6e0e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eff3f5 0%,#d6e0e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eff3f5 0%,#d6e0e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f5', endColorstr='#d6e0e5',GradientType=0 ); /* IE6-9 */

}
.btn:disabled
{
    cursor: default !important;
    text-decoration:none !important;
    color: #999 !important;
    box-sizing: border-box !important;
    transition: none !important;
    position: relative !important;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05) !important;

    background: linear-gradient(to top,  #ffffff 0%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn:hover:disabled {
    background: linear-gradient(to top,  #ffffff 0%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-bottom: 0px;
    padding-top: 0px;
}

.btn.disabled
{
    pointer-events: none;
    cursor: default !important;
    text-decoration:none !important;
    color: #999 !important;
    box-sizing: border-box !important;
    transition: none !important;
    position: relative !important;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05) !important;

    background: linear-gradient(to top,  #ffffff 0%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn.disabled:hover {
    background: linear-gradient(to top,  #ffffff 0%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-bottom: 0px;
    padding-top: 0px;
}
.btn.disabled img {
    opacity: 50%;
}


.float-left{
    float: left;
}
.float-right{
    float: right;
}
#menu-logo
{
    height: 150px;
    width: 240px;
    display: block;
    text-align: center;
    background-image: url("../images/logo-menu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px;
    transition: all 200ms;
}
#header table
{
    margin: 0 10px;
}
#header table tr td
{
    padding: 0px 10px;
}
#header table tr:first-child td
{
    color: #888;
    font-size: 12px;
}
#header table tr:last-child td
{
    font-size: 20px;
}
#modal {
    display: none;
    position: fixed;
    background: #ffffff;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    box-shadow: 0px 4px 30px rgba(0,0,0,.2);
    border-radius: 10px;
    max-height: 80%;
    max-width: 80%;
    overflow-y: scroll;
    box-sizing: border-box;
}
#modal .banner-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
#modal .banner-header img{
    max-width: 100%;
}
#modal .banner-text{
    padding: 22px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
#modal.full-width{
    width: 80%;
}
#modal.max-width-1000{
    max-width: 1000px;
}
#modal.full-height{
    height: 80%;
}
#modal #close-modal{
    color: rgb(244,67,54);
    position: fixed;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
#modal #close-modal:hover{
    background: rgb(244,67,54);
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(244,67,54,.8);
}
#modal #scroll-helper {
    pointer-events: none
}
#modal #scroll-helper .top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
#modal #scroll-helper .bottom{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#modal.hide-scroll-helper #scroll-helper {
    display: none;
}
#overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.loading .skeleton .banner {
    width: 100%;
    height: 200px;
    display: block;
    background-color: #eee;
    border-radius: 10px;
    background: linear-gradient(to right, #eeeeee 0px,#F5F5F5 40px, #eeeeee 80px);
    background-size: 600px;
    animation: gradientBG  1.6s infinite linear;
}
.chart {
    position: relative;
    height: 100%;
}
#big-graph {
    display: flex;
    flex-direction: column;
    height: 330px;
}
#graph-controls {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
}
#graph-controls #top{
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
#graph-controls #legends li {
    float: left;
    margin: 0 6px 0 0;
}
#graph-controls #legends .hidden {
    text-decoration: line-through;
    color: #ccc;
}
#graph-selector {
    position: relative;
    width: 230px;
    flex-shrink: 0;
}


#graph-selector .small-header{
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}
#graph-selector .header{
    width: 100%;
    font-size: 26px;
    transition: all .2s ease-in-out;
}
#graph-selector .arrow{
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 26px;
}
#graph-selector .selector-group > a{
    opacity: 0.7;
    position: relative;
    padding: 8px 0px 8px 8px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 2px dashed #ededed;
    color: #555555;
    margin-bottom: 8px;
    overflow: hidden;
}
#graph-selector .selector-group > a.blue.active{
    opacity: 1;
    border: 2px solid rgb(33,150,243);
    box-shadow: inset 0px 0px 3px 0px rgba(33,150,243,0.5), 0px 0px 3px 0px rgba(33,150,243,0.5);
    background: rgba(33,150,243,0.05);
}
#graph-selector .selector-group > a.green.active{
    opacity: 1;
    border: 2px solid rgb(76,175,80);
    box-shadow: inset 0px 0px 3px 0px rgba(76,175,80,0.5), 0px 0px 3px 0px rgba(76,175,80,0.5);
    background: rgba(76,175,80,0.05);
}
#graph-selector .selector-group > a.orange.active{
    opacity: 1;
    border: 2px solid rgb(255,152,0);
    box-shadow: inset 0px 0px 3px 0px rgba(255,152,0,0.5), 0px 0px 3px 0px rgba(255,152,0,0.5);
    background: rgba(255,152,0,0.05);
}
#graph-selector .selector-group > a.red.active{
    opacity: 1;
    border: 2px solid rgb(244,67,54);
    box-shadow: inset 0px 0px 3px 0px rgba(244,67,54,0.5), 0px 0px 3px 0px rgba(244,67,54,0.5);
    background: rgba(244,67,54,0.05);
}
#graph-selector .selector-group > a.purple.active{
    opacity: 1;
    border: 2px solid rgb(156,39,176);
    box-shadow: inset 0px 0px 3px 0px rgba(156,39,176,0.5), 0px 0px 3px 0px rgba(156,39,176,0.5);
    background: rgba(156,39,176,0.05);
}
#graph-selector .selector-group > a.blue:hover{
    opacity: 1;
    border: 2px solid rgb(33,150,243);
}
#graph-selector .selector-group > a.green:hover{
    opacity: 1;
    border: 2px solid rgb(76,175,80);
}
#graph-selector .selector-group > a.orange:hover{
    opacity: 1;
    border: 2px solid rgb(255,152,0);
}
#graph-selector .selector-group > a.red:hover{
    opacity: 1;
    border: 2px solid rgb(244,67,54);
}
#graph-selector .selector-group > a.purple:hover{
    opacity: 1;
    border: 2px solid rgb(156,39,176);
}

#graph-selector .selector-group > a.purple:hover{
    opacity: 1;
    border: 2px solid rgb(156,39,176);
}
#graph-selector .selector-group a .header-tag{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 500;
    background: #ededed;
    border-bottom-left-radius: 8px;
    color: #ffffff;
    transition: all .2s ease-in-out;
}
#graph-selector .selector-group a.blue .header-tag{
    background: rgb(33,150,243);
}
#graph-selector .selector-group a.green .header-tag{
    background: rgb(76,175,80);
}
#graph-selector .selector-group a.orange .header-tag{
    background: rgb(255,152,0);
}
#graph-selector .selector-group a.red .header-tag{
    background: rgb(244,67,54);
}
#graph-selector .selector-group a.purple .header-tag{
    background: rgb(156,39,176);
}

#graph-selector #stats-toggle li {
    float: left;
    margin: 0 6px 0 0;
}
#graph-selector #stats-toggle li a {
    height: 22px;
    min-width: 30px;
}
#graph-selector #stats-toggle li a .text{
    display: none;
}
#graph-selector #stats-toggle li a.active .text{
    display: inline;
}

#big-graph-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
#pie-chart-stat-select {
    display: none;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    z-index: 10;
}

#graph-filter {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#graph-filter #close{
    color: rgb(244,67,54);
    position: fixed;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
#graph-filter #close:hover{
    background: rgb(244,67,54);
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(244,67,54,.8);
}

#graph-filter .select-next1{
    display: none;
}
#graph-filter .body{
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 11;
    background: #ffffff;
    height: 90%;
    width: 80%;
    max-width: 800px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 4px 30px rgba(0,0,0,.2);
    border-radius: 10px;
    text-align: center;

}
#graph-filter .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
}
#graph-filter .filter-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;

}

#graph-filter .filter-wrapper > div{
    margin-bottom: 10px;
}
#graph-filter .filter-wrapper > div:first-child{
    margin-top: 16px;
}
#graph-filter .filter-wrapper > div:last-child{
    margin-bottom: 0;
}

#graph-filter .body .small-header{
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
}
#graph-filter .body .data.select-next1{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#graph-filter #options-filter {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    padding: 0 12px;
}

#graph-filter #options {
    position: absolute;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-shadow: inset 0px -12px 12px -12px rgba(0,0,0,0.10), inset 0px 12px 12px -12px rgba(0,0,0,0.10) ;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}
#graph-filter #options .option-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 5px 20px;
    gap: 12px;
    border-bottom: 1px dashed #ccc;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease;
}
#graph-filter #options .option-item:last-child {
    margin-bottom: 0;
    border: 0;
}
#graph-filter #options .option-item .logo {
    position: relative;
    display: flex;
    height: 25px;
    width: 75px;
    min-width: 75px;
    align-items: center;
    justify-content: center;
}
#graph-filter #options .option-item  img {
    max-height: 100%;
    max-width: 100%;
}

#graph-filter #options .option-item:hover {
    background-color: rgba(33,150,243,0.05);
}

#graph-filter #options .option-item:hover .checkbox-multi input[type="checkbox"]:checked + label:before,
#graph-filter #options .option-item:hover .checkbox-multi input[type="checkbox"]:not(:checked) + label:before {
    border: 2px solid rgb(33,150,243);
}
#graph-filter #options .option-item:hover .checkbox-multi input[type="checkbox"]:checked + label:after
{
    background: rgba(33,150,243,0.5);
}
#graph-filter #options .no-items{
    display: none;
    flex-direction: column;
    padding: 50px 0;
}
.msg {
    display: grid;
    gap: 10px;
    grid-template-columns: 24px 1fr;
    padding: 10px;
    background: rgba(0,0,0,0.05);
    border-radius: 8px;
    margin-bottom: 14px;
    align-items: center;

}
.msg .icon {
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50px;
}
.msg .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.msg.green {
    background: rgba(76,175,80,0.15);
    color: hsl(123, 40%, 40%);
}
.msg.green .icon {
    background: rgba(76,175,80,0.20);
}
.msg.red {
    background: rgba(244,67,54,0.15);
    color: hsl(4, 89%, 40%);
}
.msg.red .icon {
    background: rgba(244,67,54,0.20);
}
.msg.blue {
    background: rgba(33,150,243,0.15);
    color: hsl(206, 89%, 40%);
}
.msg.blue .icon {
    background: rgba(33,150,243,0.20);
}
.msg.orange {
    background: rgba(255,152,0,0.15);
    color: hsl(36, 100%, 40%);
}
.msg.yellow .icon {
    background: rgba(255,152,0,0.20);
}
.msg.yellow {
    background: rgba(255,152,0,0.15);
    color: hsl(36, 100%, 40%);
}
.msg.yellow .icon {
    background: rgba(255,152,0,0.20);
}

input.radio[type=radio] {
    display:none;
}

input.radio[type=radio] + label {
    display: inline-flex;
    margin-left: -1px;
    align-items: center;
    height: 35px;
    gap: 4px;
    font-family: 'Rubik', sans-serif;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #666;
    font-size: 15px;
    padding: 0 15px;
    justify-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    position: relative;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    background: linear-gradient(to bottom, #ffffff 0%,#e6ecef 100%);
}
input.radio[type=radio]:hover + label {
    padding-top: 2px;
    padding-bottom: 7px;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.1);
    background: linear-gradient(to bottom, #ffffff 0%,#F3F6F7 100%);
}

input.radio[type=radio]:checked + label {
    box-shadow: inset 0 0 0 1px #b7c9d1,inset 0 1px 2px #b7c9d1;
    background: linear-gradient(to bottom, #eff3f5 0%,#d6e0e5 100%);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    color: hsla(206, 89%, 54%,0.8);
}
input.radio[type=radio]:first-child + label {
    margin-left: 0;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}
input.radio[type=radio] + label:last-child{
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}
input.radio[type=radio] + label .new{
    position: absolute;
    height: 32px;
    width: 100%;
    left: 0px;
    top: -17px;
    background: url("../images/icons/32/new.png") top center no-repeat;
}
input.radio[type=radio] + label .hot{
    position: absolute;
    height: 32px;
    width: 100%;
    left: 0px;
    top: -10px;
    background: url("../images/icons/32/hot.png") top center no-repeat;
}

.logo{
    display: flex;
    align-items: center;
    height: 120px;
    z-index: 1;
    justify-content: center;
    box-sizing: border-box;
}
.logo img {
    max-width: 100%;
    max-height: 100px;
}

.deals-list-container {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.deals-list-container .box {
    transition: all 300ms ease;
    max-width: 400px;
    min-width: 250px;
    flex: 1 1 250px;
    padding: 0;
    margin: 0;
}
.deals-list-container .box:hover {
    box-shadow: 0px 4px 20px rgba(0,0,0,.4);
}
.deals-list-container .status {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    background: #fff;
    border-radius: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
    font-size: 25px;
}
.deals-list-container .status.green i {
    color:rgb(76,175,80);
}
.deals-list-container .status.blue i {
    color:rgb(33,150,243);
}
.deals-list-container .status.red i {
    color:rgb(244,67,54);
}

.deal-blue .fancy-bg
{
    fill: rgb(188,223,251) !important;
}
.deal-blue .fancy-bg .rounding
{
    background: radial-gradient(ellipse at 100% 100%, rgba(188,223,251,0) 70%, rgba(188,223,251,1) 70%) !important;
}

.deals-list-container .deal-blue:hover .fancy-bg
{
    fill: rgb(33,150,243) !important;
}
.deal-blue .deal-type
{
    background: rgb(33,150,243) !important;
}

.deal-green .fancy-bg
{
    fill: rgb(201,231,202) !important;
}
.deal-green .deal-type
{
    background: rgb(76,175,80) !important;
}
.deals-list-container .deal-green:hover .fancy-bg
{
    fill: rgb(76,175,80) !important;
}
.deal-purple .fancy-bg
{
    fill: rgb(235,212,239) !important;
}
.deal-purple .deal-type
{
    background: rgb(156,39,176) !important;
}
.deals-list-container .deal-purple:hover .fancy-bg
{
    fill: rgb(156,39,176) !important;
}

.deals-list-container .logo{
    display: flex;
    align-items: center;
    height: 120px;
    z-index: 10;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0,0,0,.2);
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    width: 100%;
}

.deals-list-container .logo.new {
    box-shadow: inset 0px 0px 5px 2px rgba(255,152,0,0.5), 0px 4px 10px rgba(0,0,0,.2);
}
.deals-list-container .logo.promotion {
    box-shadow: inset 0px 0px 5px 2px rgba(76,175,80,0.5), 0px 4px 10px rgba(0,0,0,.2);
}
.deals-list-container .logo img {
    max-width: 100%;
    max-height: 100px;

}
.campaigns-list-container {
    display: grid;
    grid-gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
    margin-bottom: 22px;
}

.campaigns-list-container > .box {
    display: flex;
    padding: 20px;
    gap: 14px;

}

.campaigns-list-container .brand{
    width: 250px;
    margin-bottom: 0 !important;
}
.campaigns-list-container .brand .logo{
    box-shadow: none;
}

.campaigns-list-container .campaigns{
    flex-grow: 1;
}

.campaigns-list-container .campaigns ul li{
    display: flex;
    gap: 12px;
    border-bottom: 1px dashed #ccc;
    padding: 6px 0px;
    align-items: center;
}
.campaigns-list-container .campaigns ul li div{

}
.campaigns-list-container .campaigns ul li div:last-child{
    margin-left: auto;
}

.campaign_search_box {
    position: relative;
    display: flex;
    gap: 22px;
    margin-bottom: 22px;
    align-items: center;
}
.campaign_search_box .select2-container {
    width: 100% !important;
    min-width: 0px;
}
.campaign_search_box input[type="submit"]{
    height: 47px;
}

.box .fancy-bg {
    position: absolute;
    fill: rgb(219,219,219);
    height: 250px;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 300ms ease;
}
.deal-view .fancy-bg {
    position: absolute;
    fill: rgb(219,219,219);
    height: 300px;
    width: 50%;
    z-index: 0;
}
.box .brand {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 20px;
}


.deal-view .logo {
    margin: 0 0 20px 0;
    box-shadow: none;
    height: 150px;
}

.box .brand .rounding{
    position: absolute;
    width: 40px;
    height: 38px;
    bottom: -37px;
    background: radial-gradient(ellipse at 100% 100%, rgba(219,219,219,0) 70%, rgba(219,219,219,1) 70%);
}
.deal-type {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 8px 0;
    display: inline-block;
    background: rgb(219,219,219);
    border-radius: 4px;
    padding: 3px 6px;
    vertical-align: middle;
}
.box .details {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 10px 45px;
}
.box .details h4 {
    justify-content: center;
}
.box .details ul li {
    margin-bottom: 10px;
}
.box .details .details-title {
    width: 100%;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
}
.box .button-placement {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.box .button-placement a{
    width: 100%;
    height: 40px;
    line-height: 30px;
}
.box > .new {
    position: absolute;
    height: 24px;
    width: 100%;
    left: 0px;
    top: 20px;
    background: url("../images/new_deal.png") top center no-repeat;
    z-index: 20;
}
.box > .promotion {
    position: absolute;
    height: 24px;
    width: 100%;
    left: 0px;
    top: 118px;
    background: url("../images/promotion.png") top center no-repeat;
    z-index: 20;
}
.tag {
    font-family: 'Rubik', sans-serif !important;
    background: #eee;
    border-radius: 4px;
    color: #333;
    font-size: 0.8em;
    font-weight: 500;
    margin: 2px !important;
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
}
.tag.mini {
    padding: 2px 4px;
}
.tag.light {
    background: rgba(255,255,255,0.2);
    color: rgba(0,0,0,0.5);
}
.tag.gray-light-border {
    background: rgba(0,0,0,0.01);
    border: 1px solid rgba(0,0,0,0.1) !important;
    color: rgba(0,0,0,0.5);
}
.tag.blue {
    background: rgb(33,150,243);
    color: #ffffff;
}
.tag.blue-light {
    background: rgba(33,150,243,0.2);
    color: rgb(26, 124, 199);
}
.tag.blue-light-border {
    background: rgba(33,150,243,0.05);
    border: 1px solid rgba(33,150,243,0.5) !important;
    color: rgb(26, 124, 199);
}
.tag.red {
    background: rgb(244,67,54);
    color: #ffffff;
}
.tag.red-light {
    background: rgba(244,67,54,0.2);
    color: rgb(215, 58, 47);
}
.tag.red-light-border {
    background: rgba(244,67,54,0.05);
    border: 1px solid rgba(244,67,54,0.5) !important;
    color: rgb(215, 58, 47);
}
.tag.green {
    background: rgb(76,175,80);
    color: #ffffff;
}
.tag.green-light {
    background: rgba(76,175,80,0.2);
    color: rgb(58, 133, 61);
}
.tag.green-light-border {
    background: rgba(76,175,80,0.05);
    border: 1px solid rgba(76,175,80,0.5) !important;
    color: rgb(58, 133, 61);
}
.tag.yellow {
    background: #ffc107;
    color: #ffffff;
}
.tag.yellow-light {
    background: rgba(255, 193, 7, 0.2);
    color: rgb(204, 155, 5);
}
.tag.yellow-light-border {
    background: rgba(255, 193, 7,0.05);
    border: 1px solid rgba(255, 193, 7,0.5) !important;
    color: rgb(204, 155, 5);
}
.tag.purple {
    background: rgb(156,39,176);
    color: #ffffff;
}
.tag.purple-light {
    background: rgba(156,39,176,0.2);
    color: rgb(105, 25, 119);
}
.tag.purple-light-border {
    background: rgba(156,39,176,0.05);
    border: 1px solid rgba(156,39,176,0.5) !important;
    color: rgb(105, 25, 119);
}
.tag.border {
    border: 2px solid #ffffff;
}
.table-invisible td {
    padding: 0px 0px 28px 0px;
    position: relative;
}

.table-invisible td:nth-child(n+2) {
    padding: 0px 0px 28px 14px;
    position: relative;
}
.help-text {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    color: #666;
    border: 1px solid rgba(0,0,0,0.06);
    background:  rgba(0,0,0,0.03);
    border-radius: 6px;
    max-width: 200px;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #e5e5e5;
    padding: 12px 12px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #444;
    box-sizing: border-box;
    outline: none;
    transition: .3s ease;
}
textarea:hover,
textarea:focus
{
    border: 2px solid rgb(33,150,243);
}

/* chrome autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* firefox autofill background */
input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    filter: none;
    font-family: 'Rubik', sans-serif;
}
/* remove focus from select, input.. etc */
:focus {outline:none;}

input[type="text"],
input[type="password"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #e5e5e5;
    padding: 12px 12px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #444;
    box-sizing: border-box;
    outline: none;
    transition: .3s ease;
}
input[type="text"].small,
input[type="password"].small,
input[type="search"].small {
    padding: 6px;
    font-size: 12px;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover {
    border: 2px solid rgb(33,150,243);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    border: 2px solid rgb(33,150,243);
}
input[type="text"]:hover ~ label,
input[type="password"]:hover ~ label,
input[type="search"]:hover ~ label {
    color: rgb(33,150,243);
    line-height: 10px;
}
input[type="text"]:focus ~ label,
input[type="password"]:focus ~ label,
input[type="search"]:focus ~ label {
    color: rgb(33,150,243);
    line-height: 10px;
}
input[type="text"].green,
input[type="password"].green,
input[type="search"].green {
    border: 2px solid rgb(76,175,80);
}
input[type="text"].green + label,
input[type="password"].green + label,
input[type="search"].green + label {
    color: rgb(76,175,80);
}

input[type="text"].red,
input[type="password"].red,
input[type="search"].red {
    border: 2px solid rgb(244,67,54);
}
input[type="text"].red + label,
input[type="password"].red + label,
input[type="search"].red + label {
    color: rgb(244,67,54);
}

input[type="text"].yellow,
input[type="password"].yellow,
input[type="search"].yellow {
    border: 2px solid rgb(255,152,0);
}
input[type="text"].yellow + label,
input[type="password"].yellow + label,
input[type="search"].yellow + label {
    color: rgb(255,152,0);
}

input[type="text"].error,
input[type="password"].error,
input[type="search"].error {
    border: 2px solid rgb(255,152,0);
}
input[type="text"].error ~ label,
input[type="password"].error ~ label,
input[type="search"].error ~ label {
    color: rgb(255,152,0);
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled {
    border: 2px solid #e5e5e5;
    background: rgba(0,0,0,0.04);
}
input[type="text"]:disabled:hover + label,
input[type="password"]:disabled:hover + label,
input[type="search"]:disabled:hover + label {
    color: #777;
    line-height: 16px;
}

input.date {
    width: 150px;
    cursor: pointer;
}
input.date ~ i.input-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '';
    width: 40px;
    height: 47px;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 300ms ease;
}
input.date:hover ~ i.input-icon,
input.date:focus ~ i.input-icon{
    color: rgb(33,150,243);
}



label.float-label {
    color: #777;
    font-size: 14px;
    height: 16px;
    position: absolute;
    line-height: 16px;
    left: 16px;
    top: -7px;
    padding: 0 6px;
    transition: line-height .3s ease;
    z-index: 0;
}
label.float-label:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 7px;
    z-index: -1;
}
span.error {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgb(148, 93, 0);
    padding: 4px 8px;
    border: 1px solid rgba(255,152,0,0.12);
    background: rgba(255,152,0,0.06);
    border-radius: 6px;
    margin-top: 6px;
    max-width: fit-content;
}
#splash {
    height: 100%;
}
#splash #left {
    position: fixed;
    width: 60%;
    float: left;
    height: 100%;
    background: #1488cc, url("../images/mv-icon-bg.png") repeat; /* Old browsers */
    background: url("../images/mv-icon-bg.png") repeat, linear-gradient(to bottom, #1488cc 0%,#2b32b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#splash #left #splash-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#splash #left #splash-content div img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    display: block;
}


#splash #right{
    min-height: 100%;
    width: 30%;
    float: right;
    position: relative;
    padding-right: 10%;
}
#splash #right #logo {
    text-align: center;
    width: 60%;
    padding: 30px 10%;
    z-index: 10;
    position: relative;
}
#splash #right #form{
    width: 80%;
    z-index: 10;

}
#splash #right #form .box{
    z-index: 10;
    padding: 20px 10%;
    margin-bottom: 50px;
}
#splash #left #wave{
   position: absolute;
    width: 300px;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: -150px;
}
#splash #left #wave path{
    fill: #f4f4f4;
}

.form-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;

}
.form-wrapper > div {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    max-width: 800px;
}
.form-wrapper > div > div {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 350px;
}

.form-checkbox-row {
    position: relative;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

@media screen and (max-width: 1400px) {
    #splash #left {
        width: 40%;
    }
    #splash #right {
        width: 60%;
    }

    #splash-content {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    #splash #left {
        width: 40%;
    }
    #splash #right {
        width: 60%;
    }
    #splash #right #form {
        width: 120%;
        position: absolute;
        left: -30%;
        top: 240px;
    }
    #splash #right #logo {
        width: 120%;
        position: absolute;
        left: -30%;
        top: 0px;
        padding: 30px 0;
    }
    #splash #left #wave {
        right: -100px;
    }
}

/* MULTI CHECKBOX*/

.checkbox-multi {
    position: relative;
    padding: 0px 0px 0px 26px;
    text-align: left;
}
.checkbox-multi.small {

}
.checkbox-multi label {
    cursor: pointer;
}
.checkbox-multi.small label {
    display: flex;
    align-items: center;
    height: 30px;
    padding-right: 10px;
}
.checkbox-multi label:before, .checkbox-multi label:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 6px;
}
.checkbox-multi label:before {
    left: 0;
    width: 18px;
    height: 18px;
    margin: -11px 0 0;
    border: 2px solid #e5e5e5;
    background: #fff;
    transition: .3s ease;
}
.checkbox-multi.small  label:before {
    left: 5px;
    width: 12px;
    height: 12px;
    margin: -8px 0 0;
}
.checkbox-multi label:after {
    left: 4px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    opacity: 0;
    background: rgb(33,150,243);
    border-radius: 4px;
    transition: .3s ease;
}
.checkbox-multi.small label:after {
    left: 9px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
}
.checkbox-multi input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}
.checkbox-multi input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.checkbox-multi input[type="checkbox"]:checked:hover + label:before,
.checkbox-multi input[type="checkbox"]:not(:checked):hover + label:before {
    border: 2px solid rgb(33,150,243);
}
.checkbox-multi input[type="checkbox"]:checked:hover + label:after
{
    background: rgba(33,150,243,0.5);
}
.checkbox-multi input[type="checkbox"]:checked + label:before{
    border: 2px solid rgb(33,150,243);
}
.checkbox-multi input[type="checkbox"][disabled="disabled"]:checked:hover + label:before,
.checkbox-multi input[type="checkbox"][disabled="disabled"]:not(:checked):hover + label:before {
    border: 2px solid #e5e5e5;
}
.checkbox-multi input[type="checkbox"][disabled="disabled"]:checked + label:before,
.checkbox-multi input[type="checkbox"][disabled="disabled"]:not(:checked) + label:before{
    background: #eee;
}
.checkbox-multi input[type="checkbox"][disabled="disabled"]:checked + label:after {
    background: #ccc;
}
.checkbox-multi input[type="checkbox"][disabled="disabled"]:checked + label,
.checkbox-multi input[type="checkbox"][disabled="disabled"]:not(:checked) + label {
    color: #999;
}
td.check .checkbox-multi {
    position: absolute;
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    bottom: 0;
    top: 0;
}
td.check label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
td.check label::before,td.check label::after  {
    left: unset;
    right: unset;

}


#newsticker{
    display:flex;
    border: 3px solid rgb(244,67,54);
    background:#fff;
    border-radius: 8px;
    width: 100%;
}
#newsticker .ticker-left{
    background: rgb(244,67,54);
    padding:10px;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    width:120px;
    position:relative;
}
#newsticker .ticker-left .arrow-right{

    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(244,67,54);
}
#newsticker .ticker-area{
    color:rgb(244,67,54);
    font-weight:500;
    font-size:15px;
    margin-right: auto;

}
#newsticker .ticker-area .date{
    padding:3px;
    color:#999;
    font-size:10px;
}

#newsticker  .ticker-area ul{
    height: 20px;
    overflow: hidden;
    padding:10px 10px 0px 20px;
}
#newsticker  .ticker-area ul li{
    height:20px;
    margin:0 0 10px 0;
}
#newsticker  .ticker-area ul li a{
    color:rgb(244,67,54);
}
.hide-flag {
    opacity: 0.5;
    filter: grayscale(100%);
}
.has-flag {
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
}
#no-deals {
    margin-top: 20px;
    display: none;
    align-items: center;
    flex-direction: column;
}
.filter {
    display: flex;
    gap: 14px;
}
.filter > div {
    display: flex;
    gap: 6px;
    flex-direction: column;
    flex-basis: 100%;
}
.filter > div > span {
    align-self: flex-start;
}

.filter td{
    padding: 3px 0px;
}

label:hover + .checkbox {
    border-color: hsla(206, 89%, 54%,0.8);
    background-color: #f8f9fa;

}
.checkbox {
    background: #ffffff;
    width: 80px;
    height: 33px;
    border-radius: 8px;
    position: relative;
    border: 2px solid #e5e5e5;
    transition: all 200ms linear 0s;
    cursor: pointer;

}
.checkbox:hover {
    border-color: hsla(206, 89%, 54%,0.8);
    background-color: #f8f9fa;
}

.checkbox:after {
    content: 'NO';
    font-size: 13px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 0;
}

.checkbox:before {
    content: 'YES';
    font-size: 13px;
    color: hsla(206, 89%, 54%,0.8);
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 0;
    text-shadow: 0px 0px 4px hsla(206, 89%, 54%,0.6);;
}

.checkbox label.slider {
    display: block;
    width: 33px;
    height: 27px;
    text-align:center;
    font-size:12px;
    color:rgba(0,0,0,0.1);
    border-radius: 6px;
    transition: all .2s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    background: linear-gradient(to bottom, #ffffff 0%,#e6ecef 100%);
}
.checkbox label.slider:hover {

}
.checkbox label.slider:after{
    content: '|||';
    line-height: 27px;
}
.checkbox label {
    cursor: pointer;
    position:absolute;
    z-index:1;
    width:80px;
    height:35px;
}

.checkbox input[type=checkbox]:checked + label.slider {
    left: 43px;
}
.checkbox input[type=checkbox] {
    visibility: hidden;
}

.multi-top {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 6px;
}

.multi-bottom {
    display: flex;
    padding: 8px;
    gap: 14px;
    background-color: #F8F8F8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    margin-top: -1px;

}

.multi-table {
    border-radius: 8px;
    margin: 0 0 10px 0;
    width:100%;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    background:#fff;
}
.dt-container:has(.multi-bottom) .multi-table {
    margin: 0;
}
.multi-table a{
    color: unset;
}
.multi-table thead tr{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.multi-table tr.hide-row {
    display:none;
}
.multi-table tr.blue{
    background: rgba(0,127,255,0.15) !important;
}
.multi-table tr td.blue{
    background: rgba(0,127,255,0.15) !important;
}
.multi-table tr.red{
    background: rgba(255,0,0,0.15) !important;
}
.multi-table tr.gray{
    background: rgba(0,0,0,0.05) !important;
}
.multi-table tr.green{
    background: rgba(76,175,80,0.20) !important;
}

.multi-table th{
    font-size:13px;
    background:#F8F8F8;
    font-weight:500;
    padding: 5px 15px;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor:pointer;
    box-sizing: border-box;
    user-select: none;
}
.multi-table thead th:first-child{
    border-top-left-radius: 8px;
}
.multi-table thead th:last-child{
    border-top-right-radius: 8px;
    border-right: none;
}
.multi-table tfoot tr:last-child{
    background: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.multi-table tfoot tr:last-child th{
    border-bottom: none;
}
.multi-table tfoot tr:last-child th:first-child{
    border-bottom-left-radius: 8px;
}
.multi-table tfoot tr:last-child th:last-child{
    border-bottom-right-radius: 8px;
}
.multi-table tfoot tr th:last-child{
    border-right: none;
}
.multi-table.small th{
    font-size:11px;
    padding: 5px;
}
.multi-table tbody {
    font-size: 16px;
}
.multi-table td{
    padding: 7px 5px;
    position: relative;
    border-bottom: 1px solid #efefef;
}
.multi-table.small td{
    font-size:12px;
    padding: 5px 4px;
}
.multi-table tr:nth-child(even){
    /*background:#f6f6f6*;*/
}
.multi-table tbody tr:hover{
    background:rgba(33,150,243,0.05);
}
.multi-table th.dt-ordering-desc{

    background: url(../images/desc.png) center right no-repeat, linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C */
}
.multi-table th.dt-ordering-asc{
    background: url(../images/asc.png) center right no-repeat, linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C */
}
.multi-table td.sorting_1{
    /*background: rgba(94,188,0,0.05) !important;*/
}
.multi-table tr:nth-child(even) td.sorting_1{
    /*bbackground: rgba(94,188,0,0.10) !important;*/
}
.multi-table.no-hover tbody tr:hover{
    background: transparent !important;
}

.multi-table.no-row-color tr:nth-child(even){
    background:inherit !important;
}
.multi-table.no-padding tbody td{
    padding: 0px !important;
}
.multi-table.borders td{
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.multi-table.borders td:last-child{
    border-right:none;
}
.multi-table.borders tr:last-child td{
    border-bottom:none;
}

.multi-table tr.advertiserRow td {
    font-size:16px;
    position:relative;
    padding:7px 5px;
}
.multi-table tr.advertiserRow td.green-right {
    background: linear-gradient(to right,  rgba(213,240,185,0) 0%,rgba(213,240,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.multi-table tr.advertiserRow td.red-right {
    background: linear-gradient(to right,  rgba(255,183,183,0) 0%,rgba(255,183,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.multi-table tr.advertiserRow td.blue-right {
    background: linear-gradient(to right,  rgba(183,227,255,0) 0%,rgba(183,227,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.multi-table tr.advertiserRow td a {
    border:none;
}
.multi-table tr.advertiserRow a.statsToggle {
    background: url(../images/icons/16/toggle_expand.png) 3px 5px no-repeat;
    padding: 3px 0 3px 26px;
    float:left;
    width:155px;
    border-radius:3px;
}
.multi-table tr.advertiserRow a.statsToggle.expand {
    background: url(../images/icons/16/toggle.png) 3px 5px no-repeat;
}
.multi-table tr.advertiserRow a.statsToggle:hover {
    background: url(../images/icons/16/toggle_expand.png) 3px 5px no-repeat rgba(0,0,0,0.1);
}
.multi-table tr.advertiserRow a.statsToggle.expand:hover {
    background: url(../images/icons/16/toggle.png) 3px 5px no-repeat rgba(0,0,0,0.1);
}
.multi-table tr.highlight{
    background: rgba(183,227,255,0.50);
}
.multi-table tr.highlight:hover{
    background: rgba(183,227,255,0.80) !important;
}
.multi-table .stats-active
{
    font-size: 13px !important;
    background:rgba(0,0,0,0.03);
}

.multi-table .inactive
{
    display: none;
}
.multi-table .expand{
    cursor: pointer;
}
.multi-table .expand > i {
    transition: all 300ms ease;
}
.multi-table .expand:hover{
    color: rgb(33,150,243);

}
.multi-table .expand:hover > i:first-child{
    transform: translateY(-2px);

}
.multi-table td.green-right{
    background: linear-gradient(to right, rgba(213,240,185,0) 50%,rgba(213,240,185,1) 100%);

}
.multi-table td.red-right{
    background: linear-gradient(to right, rgba(255,183,183,0) 50%,rgba(255,183,183,1) 100%);

}
.multi-table .diff_amount{
    position: absolute;
    bottom: 3px;
    left: 5px;
    font-size: 12px;

}
.column-divider {
    height: 100%;
    border-left: 1px dotted #cccccc;

}

.stats-row-name {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
}
.stats-row-name .logo{
    display: flex;
    height: 25px;
    width: 75px;
    align-items: center;
    justify-content: center;
}
.stats-row-name .logo img{
    max-height: 100%;
    max-width: 100%;
}
.stats-row-name .expand {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    width: 100%;
}

.dt-search {
    float: left;
    margin-right: 5px;
}
.dt-search input {
    padding: 6px;
    font-size: 12px;

}
.dt-paging {
    margin-left: auto;
    display: flex;
    gap: 5px;
}
.dt-paging > nav {
    display: flex;
    gap: 5px;
    align-items: end;
}
.dt-paging .dt-paging-button {
    display: inline-flex;
    align-items: center;
    height: 35px;
    gap: 4px;
    font-family: 'Rubik', sans-serif;
    appearance: none;
    cursor: pointer;
    text-decoration:none;
    border-radius: 8px;
    border: none;
    color: #666;
    font-size: 15px;
    padding: 0 15px;
    justify-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    white-space: nowrap;
    position: relative;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    background: linear-gradient(to bottom,  #ffffff 0%,#e6ecef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.dt-paging .dt-paging-button:hover {

    padding-top: 2px;
    padding-bottom: 7px;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.1);
    background: linear-gradient(to bottom,  #ffffff 0%,#F3F6F7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.dt-paging .dt-paging-button:active {

    color: rgba(102,102,102,0.8);
    padding-top: 4px;
    padding-bottom: 5px;
    background: linear-gradient(to bottom,  #eff3f5 0%,#d6e0e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.dt-paging .dt-paging-button.current {

    color: rgba(0,0,0,0.4);
    box-shadow: inset 0 0 0 1px #b7c9d1,inset 0 1px 2px #b7c9d1;
    background: linear-gradient(to bottom, #eff3f5 0%,#d6e0e5 100%);

}
.dt-info {
    font-size: 13px;
    color: #666;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    padding: 5px 10px;
    background: #fff;
    width: fit-content;
    margin-bottom: 10px;
}


.basic-table {
    border-radius: 10px;
    margin: 0 10px 10px 0;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    background: #fff;
    position: relative;
    border: 1px solid #dcdfe3;
}
.basic-table td{
    min-width:100px;
    padding: 10px 12px;
    font-size: 15px;
    border-bottom: 1px solid #ebedf1;
}
.basic-table > tbody > tr > td:first-child{
    color: #666;
    font-size:14px;
    text-align: left;
    padding-left: 20px;
}
.basic-table  tr:last-child td{
    border-bottom: none;
}

.basic-table.active {
    box-shadow: 0 0 4px 1px rgb(33,150,243);
}
.basic-table.no-margin {
    margin: 0;
}
.basic-table tr.bottom-row {
    background: rgba(0,0,0,0.03);
    box-shadow: inset 0px 1px white;
}
#overlay .loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}
.div-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.loading .mv {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/favicon.png");
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}
.loading .mv:after{
    position: absolute;
    border: none;
    border-top: 6px solid #ffffff;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    animation: spin 0.5s linear infinite;
    top: -11px;
    left: -8px;
    content: "";
}
.loading .mv.small:after{
    border-top: 2px solid #ffffff;
    width: 40px;
    height: 40px;
    top: -6px;
    left: -5px;
    content: "";
}
.loading .mv.light-bg {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.loading .mv.light-bg:after {
    border-top-color: #205ABE;
}
.loading-fill {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.loading-fill .loading {
    width: 30px;
    height: 30px;
}
.loading-fill.big .loading {
    width: 100px;
    height: 100px;
}

.hidecut {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    margin: auto 5px;
    padding-left: 6px;
    z-index: 10;
    border-radius: 4px;
}
.hidecut:hover {
    position: absolute;
    width: max-content;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 2px 6px;
}

.mv-bg {
    background: url("../images/mv-icon-bg.png") repeat, linear-gradient(to bottom, #1488cc 0%,#2b32b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logo-switch {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 300px;
}
.logo-switch img {
    max-width: 100%;
    max-height: 100%;
}
.logo-switch .light {
    display: flex;
    align-items: center;
    height: 200px;
    width: 300px;
    z-index: 1;
    justify-content: center;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    padding: 10px;
    margin-bottom: 14px;
}

.logo-switch .dark {
    display: none;
    align-items: center;
    height: 200px;
    width: 300px;
    z-index: 1;
    justify-content: center;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0,0,0,.08);
    background: #333;
    padding: 10px;
    margin-bottom: 14px;
}

#tabs .tabs-nav-shadow-left {
    position: absolute;
    height: 40px;
    width: 28px;
    top: -41px;
    left: 0px;
    z-index: 10;
    background: linear-gradient(to right,  rgba(244, 244, 244,1) 40%,rgba(244, 244, 244,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#tabs .tabs-nav-shadow-right {
    position: absolute;
    height: 40px;
    width: 28px;
    top: -41px;
    right: 0px;
    z-index: 10;
    background: linear-gradient(to right,  rgba(244, 244, 244,0) 0%,rgba(244, 244, 244,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#tabs .tabs-nav-shadow-left a {
    position: absolute;
    color: #555;
    height: 35px;
    font-size: 10px;
    width: 35px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid transparent;
}
#tabs .tabs-nav-shadow-right a {
    position: absolute;
    color: #555;
    height: 35px;
    width: 35px;
    right: -15px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid transparent;
}
#tabs .tabs-nav-shadow-right a:hover {
    background: rgba(255,255,255,0.4);
    border: 1px solid #dcdfe3;

}
#tabs .tabs-nav-shadow-left a:hover {
    background: rgba(255,255,255,0.4);
    border: 1px solid #dcdfe3;
}
.box.tabs {
    margin:50px 0!important;
}
.box.tabs > ul {
    position: absolute;
    top: -48px;
    height: 48px;
    padding: 10px 28px 0 28px;
    overflow-x: auto;
    left: 0px;
    white-space: nowrap;
    overflow-y: hidden;
    right: 0;
    box-sizing: border-box;
}
.box.tabs > ul li{
    display: inline-block;
    margin: 0 3px;
    float: none;
}
.box.tabs > ul li a{
    font-size: 13px;
    padding: 8px 14px 0px;
    height: 24px;
    display: inline-block;

    margin-top: 6px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.box.tabs > ul li a:before{
    transform: perspective(5px) rotateX(2deg);
    background-color: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.06);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: -1;
    border-radius: 10px 10px 0 0;
}
.box.tabs > ul li.ui-state-hover a{
    background: none;
    color: unset !important;
}
.box.tabs > ul li:hover{
    background: none;
    color: unset;
}
.box.tabs > ul li a:hover{
    margin-top: 2px;
    height: 28px;
    color:#444 !important;


}
.box.tabs > ul li a:hover:before{
    background-color: #fff;
    border: 1px solid #dcdfe3;
}
.box.tabs > ul li a:active {


}
.box.tabs > ul li.ui-state-active {
    margin: 0px 2px;
    background: transparent;
    color: unset;
}
.box.tabs > ul li.ui-state-active a{
    color:#444 !important;
    background: transparent !important;
    height: 34px;
    margin-top: -4px;
}
.box.tabs > ul li.ui-state-active a:before{
    border: 1px solid #dcdfe3;
    background: #fff;
    box-shadow: 0px -5px 12px -4px rgba(0,0,0,.06);

}
#tabs > ul li:last-child {
    margin-right: 28px;
}
.tabs .tab-notification {
    position: absolute;
    top: -6px;
    right: -7px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #2196f3;
    color: #fff;
    font-size: 10px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
.tabs .tab-notification.red {
    background: rgb(244,67,54)
}

div.flex-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}
.dropdown {
    display: inline-flex;
    align-items: center;
    height: 35px;
    gap: 4px;
    font-family: 'Rubik', sans-serif;
    appearance: none;
    cursor: pointer;
    text-decoration:none;
    border-radius: 8px;
    border: none;
    color: #666;
    font-size: 15px;
    padding: 0 15px;
    justify-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
    white-space: nowrap;
    position: relative;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 1px 1px rgba(0,0,0,.05);
    background: linear-gradient(to bottom,  #ffffff 0%,#e6ecef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dropdown:hover{
    padding-top: 2px;
    padding-bottom: 7px;
    box-shadow: inset 0 -1px 0 #b7c9d1,inset 0 0 0 1px #dde5e9,0 3px 5px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.1);
    background: linear-gradient(to bottom,  #ffffff 0%,#F3F6F7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dropdown .active-name {
    display: flex;
    align-items: center;
    gap: 4px;
}
.dropdown li {
    cursor:pointer;
    padding:4px 8px;
}
.dropdown > li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: 0px;
    height: 30px;
    z-index: 0;
}
.dropdown li ul{
    background: #fff;
    border: 1px solid #ededed;
    top: 38px;
    right: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    display: block;
    box-shadow: 0px 2px 12px rgba(0,0,0,.15);
    border-radius: 6px;
}
.dropdown li:hover ul{
    z-index: 100;
    border-radius: 5px;
    transition: all 300ms;
    opacity: 1;
    pointer-events: unset;
}
.dropdown li ul li{
    font-size: 13px;
    cursor:default;
    position:relative;
    float:left;
    width:100%;
    padding:0 !important;
    border-bottom: 1px dashed rgb(204, 204, 204);
    transition: all 200ms ease;
}
.dropdown li ul li:last-child {

    border-bottom: none;
}

.dropdown li ul li a{
    color: #666;
    padding:8px 8px;
    position:relative;
    text-decoration:none;
    word-wrap:normal;
    float:left;
    text-align:left;
    width:100%;
    white-space: nowrap;
    text-shadow:none;
    box-sizing: border-box;
}
.dropdown li ul li:hover{
    color:#000;
    background:#eee;
}
.dropdown li ul li a.red:hover{
    background:rgba(255,0,0,0.15);
    color:#3C0000;
}
.dropdown.small li{
    font-size: 11px;
    padding: 2px 6px;
}
.dropdown.small li:hover ul{
    background:#fff;
    display:block;
    position:absolute;
    z-index:100;
    top:15px;
    right:-1px;
    border-radius:3px;
    border:1px solid #bbb;
    overflow:hidden;
}
.dropdown.small li ul li a{
    padding:4px 8px;
    position:relative;
    text-decoration:none;
    word-wrap:normal;
    float:left;
    text-align:left;
    width:100%;
    white-space: nowrap;
    text-shadow:none;
}

.dropdown li ul li a.active {
    opacity: 0.2;
}

.dropdown-color .dropdown{
    font-family: unset;
    border-radius: 5px;
    font-size: 0.8em;
    border: 1px solid #bbb;
    background: #f9f9f9;
    color: #444;
    text-shadow: unset;
    box-shadow: unset;
    transition: all 300ms;
    padding: 0;
    height: auto;
}
.dropdown-color .dropdown:hover{

}
.dropdown-color .dropdown li {
    position: relative;
}
.dropdown-color .dropdown li .active-name{
    display: flex;
    gap: 6px;
    align-items: center;
}



.dropdown-color .dropdown li ul {
    top: 30px;
}
.dropdown-color .dropdown li ul li a {
    font-size: 0.9em;
    padding: 6px 6px;
    transition: all 300ms;
    opacity: 1;
    z-index: 1;
}
.dropdown-color .dropdown li ul li a.active {
    opacity: 0.2;
}

.dropdown-color .dropdown.darkgreen{
    background: hsla(123, 40%, 36%,0.1);
    border-color: hsla(123, 40%, 36%,0.8);
    color: hsla(123, 39.40%, 25%,1);
}
.dropdown-color .dropdown.darkgreen:hover{
    background: hsla(123, 40%, 36%,0.2);
}
.dropdown-color .dropdown.green{
    background: hsla(123, 40%, 50%,0.1);
    border-color: hsla(123, 40%, 50%,0.8);
    color: hsla(123, 40%, 25%,1);
}
.dropdown-color .dropdown.green:hover{
    background: hsla(123, 40%, 50%,0.2);
}
.dropdown-color .dropdown.lightgreen{
    background: hsla(90, 50%, 50%,0.1);
    border-color: hsla(90, 40%, 50%,0.8);
    color: hsla(90, 40%, 25%,1);
}
.dropdown-color .dropdown.lightgreen:hover{
    background: hsla(90, 40%, 50%,0.2);
}
.dropdown-color .dropdown.blue{
    background: hsla(206, 89%, 54%,0.1);
    border-color: hsla(206, 89%, 54%,0.8);
    color: hsla(206, 89%, 29%,1);
}
.dropdown-color .dropdown.blue:hover{
    background: hsla(206, 89%, 54%,0.2);
}
.dropdown-color .dropdown.red{
    background: hsla(4, 89%, 58%,0.1);
    border-color: hsla(4, 89%, 58%,0.8);
    color: hsla(4, 89%, 25%,1);
}
.dropdown-color .dropdown.red:hover{
    background: hsla(4, 89%, 58%,0.2);
}
.dropdown-color .dropdown.orange{
    background: hsla(35, 100%, 50%,0.1);
    border-color: hsla(35, 100%, 50%,0.8);
    color: hsla(35, 100%, 20%,1);
}
.dropdown-color .dropdown.orange:hover{
    background: hsla(35, 100%, 50%,0.2);
}
.dropdown-color .dropdown.yellow{
    background: hsla(45, 100%, 51%,0.1);
    border-color: hsla(45, 100%, 51%,0.8);
    color: hsla(45, 100%, 20%,1);
}
.dropdown-color .dropdown.yellow:hover{
    background: hsla(45, 100%, 51%,0.2);
}
.dropdown-color .dropdown.purple{
    background: hsla(291, 63%, 42%,0.1);
    border-color: hsla(291, 63%, 42%,0.8);
    color: hsla(291, 63%, 22%,1);
}
.dropdown-color .dropdown.purple:hover{
    background: hsla(291, 63%, 42%,0.2);
}
.content-list-wrapper {

}
.content-list {
    color: unset;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    padding-left: 34px;
    padding-right: 12px;
    transition: all 300ms;
    height: 40px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    text-decoration: none;
}
.content-list-wrapper.big .content-list {
    height: 60px;
}
.content-list:hover {
    color: unset;
}
.content-list .logo {
    position: relative;
    display: flex;
    height: 25px;
    width: 75px;
    min-width: 75px;
    align-items: center;
    justify-content: center;
}
.content-list-wrapper.big  .logo {
    height: 50px;
    width: 100px;
    min-width: 100px;
}
.content-list .logo img {
    max-height: 100%;
    max-width: 100%;
}
.content-list .title {
    position: relative;
    height: 100%;
    width: 100%;
}
.content-list .stat {
    position: relative;
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
    flex-shrink: 0;
    width: 100px;
}
.content-list .stat .stat-info {
    position: absolute;
    right: -5px;
    bottom: 0;
    opacity: 0;
    transition: all 200ms;

}
.content-list:hover .stat .stat-info {
    bottom: -12px;
    opacity: 1;
}
.content-list .date {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-list .date > span:last-child {
    font-size: 11px;
}
.content-list.show {
    opacity: 1;
    padding-left: 12px;
}
.content-list:hover {
    padding-left: 24px;
}
.content-list:last-child {
    border-bottom: none;
}
.content-list .initial {
    display: flex;
    height: 30px;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #eee;
    font-size: 13px;
}
.content-list-wrapper.small-list {
    font-size: 11px;
}
.content-list-wrapper.small-list .content-list {
    height: 20px;
}

.content-list-wrapper.scrollable {
    overflow-y: auto;
    height: 100%;
}

.content-list-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 0 10px;
}
.content-list-banner .banner {
    width: 100%;
    height: auto;
}
.content-list-banner .banner img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.competition .text{
    font-size: 20px;
}
.competition .type{
    font-size: 11px;
}

.placements {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 14px;
    color: #555;
}
.placements > div{
    display: flex;
    gap: 10px;
    align-items: center;

}

.placements .medal {
    height: 32px;
    width: 32px;
    font-size: 16px;
}
.position {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 10px;
    color: #555;
    align-items: center;
    background-color: #f7f7f7;
    border-top: 1px solid #efefef;
    padding-top: 10px;
    border-radius: 0px 0px 8px 8px;
}
.position .medal {
    height: 58px;
    width: 58px;
}
.position > div{
    display: flex;
    align-items: center;

}
.position a {
    display: flex;
    color: #555;
    gap: 14px;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 0px 0px 8px 8px;
}
.position a > div{
    display: flex;
    align-items: center;

}

.medal {
    position: relative;
    display: flex;
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    background: #eee;
    font-size: 20px;
    box-shadow: 0px 2px 0px 0px rgba(133, 133, 133, 0.4);
    transition: all 200ms ease;
}
.medal.gold  {
    background: linear-gradient( 210deg, #cb9b51 0%, #f6e27a 35%, #f6f2c0 50%, #f6e27a 65%, #cb9b51 100% );
    box-shadow: 0px 1px 3px 0px rgba(128, 100, 51,0.8), 0px 0px 8px 0px #cb9b51;
    color: rgba(128, 100, 51,0.8);
    z-index: 0;

}
.medal.gold:before {
    background: linear-gradient( 120deg, #cb9b51 0%, #f6e27a 35%, #f6f2c0 50%, #f6e27a 65%, #cb9b51 100% );
    content: '';
    position: absolute;
    z-index: -1;
    transform: scale(90%);
    inset: 0;
    border-radius: 1000px;
}

.medal.silver {
    background: linear-gradient( 210deg, #cecece 0%, #f8f8f8 35%, #ffffff 50%, #f8f8f8 65%, #cecece 100% );
    box-shadow: 0px 1px 3px 0px rgba(133, 133, 133, 0.8), 0px 0px 8px 0px #cecece;
    color: rgba(133, 133, 133, 0.8);
    z-index: 0;

}
.medal.silver:before {
    background: linear-gradient( 120deg, #cecece 0%, #f8f8f8 35%, #ffffff 50%, #f8f8f8 65%, #cecece 100% );
    content: '';
    position: absolute;
    z-index: -1;
    transform: scale(90%);
    inset: 0;
    border-radius: 1000px;
}

.medal.bronze {
    background: linear-gradient( 210deg, #cb7c51 0%, #f6ae7a 35%, #f6caaf 50%, #f6ae7a 65%, #cb7c51 100% );
    box-shadow: 0px 1px 3px 0px rgba(107, 66, 36, 0.8), 0px 0px 8px 0px #cb7c51;
    color: rgba(107, 66, 36, 0.8);
    z-index: 0;

}
.medal.bronze:before {
    background: linear-gradient( 120deg, #cb7c51 0%, #f6ae7a 35%, #f6caaf 50%, #f6ae7a 65%, #cb7c51 100% );
    content: '';
    position: absolute;
    z-index: -1;
    transform: scale(90%);
    inset: 0;
    border-radius: 1000px;
}

.big-select {
    display: flex;
    flex: 1 1 0;
    max-width: 200px;
    flex-direction: column;
    position: relative;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    transition: .3s ease;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.big-select:has(input:checked) {
    border: 2px solid rgb(33,150,243);
    background: hsla(206, 89%, 54%,0.05);
}

.big-select:hover {
    border: 2px solid rgb(33,150,243);
}
.big-select i {
    transition: .3s ease;
}
.big-select:hover > i {

}
.big-select:has(input:checked) > i {
    color: rgb(33,150,243);
}
.submit-wrapper {
    position: relative;
    width: fit-content;
}

.daily-stats-campaigns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 300ms ease;
}
.daily-stats-campaigns.hide {
    opacity: 40%;
}
.daily-stats-campaigns.hide:hover {
    opacity: 100%;
}

.mini-stats {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.mini-stats > div {
    text-align: center;
}
.daily-stats-toggle {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
    padding: 0 5px 0px 5px;
    width: fit-content;
    margin: 0 auto;
    font-size: 11px;
    box-shadow: 0px 7px 15px rgba(0,0,0,.08);
}

#chart-month-wrapper {
    margin-left: auto;
    display: flex;
    gap: 6px;
    align-items: center;
}

.manager {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
}
.manager .name {
    display: flex;
    flex-direction: row;
    gap: 22px;
    align-items: center;
    margin-bottom: 12px;
}
.manager .name h4 {
    margin: 0;
}
.manager .profile-pic {
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}

.manager .profile-pic i {
    font-size: 40px;
}

.manager .contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.manager .contact > span {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: fit-content;

}
.manager:last-child {
    border-bottom: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* ##################### */
@keyframes gradientBG {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 500px;
    }
}
#media_query{
    display: none;
    position: fixed;

    right: 0;
    bottom: 0;
    z-index: 10000000;
    width: 100px;
    height: 20px;
    background: #00bcd4;
    font-size: 12px;
}
@media (max-width: 1400px) {
    #media_query:after{
        content: 'less than 1400';
    }

    #menu #menu-toggle {
        display: none;
    }

    #menu {
        width: 80px;
    }
    #menu:hover {
        width: 240px;
    }
    #menu-logo {
        background-position: -50px center;
        position: relative;
    }
    #menu:hover #menu-logo {
        background-position: center center;
    }
    #menu-logo:after {
        content: '';
        position: absolute;
        background-color: #fff;
        height: 40px;
        width: 80px;
        bottom: 0;
        left: 0;
    }
    #menu:hover #menu-logo:after {
        opacity: 0;
    }
    #menu ul li a i {
        font-size: 22px;
        padding-right: 50px;
    }
    #menu:hover ul li a i {
        font-size: inherit;
        padding-right: 10px;
    }
    #menu ul li a
    {
        padding-left: 27px;
    }
    #menu:hover ul li a {
        padding-left: 20px;
    }
    #menu ul li a.active
    {
        padding-left: 27px;
    }
    #menu:hover ul li a.active {
        padding-left: 30px;
    }
    #menu ul li a.active .inner {
        left: 0px;
        width: 100px;
        z-index: 0;
    }
    #menu:hover ul li a.active .inner {
        left: -30px;
        width: 45px;
        z-index: 0;
        height: 48px;
    }
    #menu ul li a.active i {
        color: #ffffff;
        z-index: 1;
    }
    #menu:hover ul li a.active i {
        color: #205ABE;
        z-index: 1;
    }
    #content {
        margin-left: 80px;
    }
    #header {
        left: 80px;
    }

    .container-main .big-graph {
        grid-column: 1 span;
    }
    .container-main {
        grid-template-columns: minmax(0, 1fr);
    }

}
@media (max-width: 1280px) {
    #media_query:after{
        content: 'less than 1280';
    }




    .container-stats {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
    .container-content {
        grid-template-columns: minmax(0px, 1fr);
    }

    #modal-body > .box > div{
        display: flex;
        flex-direction: column;
    }


}
@media (max-width: 768px) {
    #media_query:after{
        content: 'less than 768';
    }

    .container-stats {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .container-stats .headline {
        font-size: 25px;
        font-weight: 400;
    }

    .container-main .big-graph {
        flex-direction: column-reverse;
    }



    #graph-selector {
        width: 100%;
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
    #graph-selector .selector-group {
        width: 100%;
        display: flex;
        gap: 8px;

    }
    #graph-selector .selector-group > a {
        flex: 1 1 0;
        width: 0;
    }

    #graph-selector h3 {
        font-size: 18px;
    }

    #graph-selector .header {
        font-size: 20px;
    }

    #graph-selector .small-header.small-tag{
        font-size: 9px;
    }







    .campaign_search_box {
        flex-direction: column;
        gap: 11px;
    }

    .campaign_search_box input[type="submit"]{
        height: 30px;
        width: 100px;
    }

    .form-wrapper > div {
        flex-direction: column;
        width: 100%;
    }
    .form-wrapper > div > div {
        width: 100%;
    }

    .news-modal #news_list {
        width: 200px;
    }
    ul.news-big li a .news {
        font-size: 12px;
    }
    ul.news-big li a .time {
        font-size: 10px;
    }


}
@media (max-width: 900px) {
    #media_query:after {
        content: 'less than 900';
    }

    .main-widgets {
        flex-direction: column;
    }

    .main-widgets > div {
        max-width: unset;
    }
}
@media (max-width: 500px) {
    #media_query:after{
        content: 'less than 500';
    }

    h1 {
        flex-direction: column;
    }

    .container-stats {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }

    .container-main .big-graph {
        display: none;
    }

    #header {
        left: 0;
        padding: 0;
    }
    #header .content-mobile {
        display: block;
    }
    #header .content {
        display: none;
    }

    #content {
        margin: 74px 0 0 0;
    }

    #menu {
        display: block !important;
        width: 240px;
        z-index: 1000000000;
        transform: translate(-150%, 0px);
        transition: all 0.5s ease-in-out;
    }
    #menu.active {
        transform: translate(0%, 0px);
        transition: all 0.5s ease-in-out;

    }
    #menu .user-info-mobile
    {
        display: block;
    }


    #menu #menu-logo {
        background-position: center center;
    }

    #menu #menu-logo:after {
        opacity: 0;
    }

    #menu ul li a i {
        font-size: inherit;
        padding-right: 10px;
    }

    #menu ul li a {
        padding-left: 20px;
    }

    #menu ul li a.active {
        padding-left: 30px;
    }

    #menu ul li a.active .inner {
        left: -30px;
        width: 45px;
        z-index: 0;
        height: 48px;
    }

    #menu ul li a.active i {
        color: #205ABE;
        z-index: 1;
    }

    .container-stats {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }

    .form-wrapper > div {
        flex-direction: column;
        width: 100%;
    }
    .form-wrapper > div > div {
        width: 100%;
    }

    .content-list-wrapper.big .content-list {
        height: auto;
        flex-direction: column;
        padding: 10px;
    }
    .content-list-wrapper.big .content-list .title {
        text-align: center;
    }
    .content-list-wrapper.big .content-list .stat {
        width: auto;
        margin: unset;
    }
    .content-list-wrapper.big .content-list .hidecut:hover{
        width: auto;
        box-shadow: none;
    }

    #modal {
        top: unset;
        bottom: 0;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 10px 10px 0 0;
    }
    #modal-body {
        height: 100%;
    }

    .news-modal {
        flex-direction: column;
    }
    .news-modal #news_list {
        width: 100%;
        height: 180px;
        margin-top: auto;
    }
    ul.news-big {
        max-height: 150px;
    }
    ul.news-big li a .news {

    }
    ul.news-big li a .time {

    }

    .news-modal #body {
        max-height: unset;
    }

}



@media (min-width: 1400px) {
    #media_query:after{
        content: '1400';
    }
}
