﻿/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .sidebar-account-cus {
        line-height: 20px;
        width: 100%;
    }
    .widget-contest .box-time-start, .widget-contest .box-time-end {
        width: 45.5%;
        margin-bottom: 1rem;
        /* display: inline-block; */
        /* float: left; */
        margin-left: 11px;
        margin-right: 0;
    }
    .sologan-logo {
        font-size: 15px;
        line-height: 25px;
        padding-right:5px;
    }
    .logo-top {
        width: 99px;
        height: auto;
        padding: 10px 7px 11px 0px;
    }
    .dropdown-mobile {
        text-align: right;
        float: right;
        width: 100%;
        display: block;
    }
        .dropdown-mobile a {
            display: block !important;
            margin-right: 0;
            text-align: center;
            margin-top: 0;
            margin-bottom: 0px;
            padding: 0px 10px 6px 0px;
            color: yellow;
           // float:left;
        }
    .temp-1 {
        background-color: #DC0000;
        padding: 1rem 1rem;
        margin-bottom: 1rem;
        text-align: center;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        width: inherit;
        height: auto;
        border: 0px;
        font-size: 31px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
    }
    span.question-title {
        font-size: 17px;
        line-height: 23px;
        display: block;
    }
    .chart-custom{
        overflow:scroll;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
