.select2-results__option[aria-selected=true] {
    display: none;
}

.mars-image-login {
    background: url('/assets/img/mars-1.png');
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: white;
}

.smooets-image {
    bottom: 20px;
    right: 138px;
    text-align:right;
    position: absolute;
}

.mars-loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 99999999;
}

.mars-loader-text {
    position: fixed;
    z-index: 99999999999;
    left: 50%;
    top: 24%;
    transform: translateX(-50%);
    color: white;
}

.mars-loader-image {
    position: fixed;
    z-index: 99999999999;
    left: 50%;
    top: 25%;
    width: 20%;
    transform: translateX(-50%);
}

.mars-statistics-btn-chart-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.mars-statistics-text-card {
    word-break: break-word;
}

.sidebar-heading.mars-word-wrap {
    word-break: break-word;
}

.datetimepicker-input.mars-transparent {
    background-color: transparent !important;
    pointer-events: auto !important;
}

.recommended-image{
    font-size: 69%;
}

.mars-img-hellobar-table{
    height: 15%
}

@media(min-width:1440px ){
	.mars-img-hellobar-table{
        height: 20%
    }
}