@media only screen and (max-width: 1599px) {
    .__dashbord .card_outer {
        flex     : 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 1399px) {
    .side-menu {
        padding-top: 10px;
        font-size  : 13px;
        top: 60px;
    }

    #sidebar-menu ul li a i {
        font-size  : 18px;
        line-height: 20px;
    }

    .side-menu:hover #sidebar-menu ul li a {
        font-size: 13px;
    }

    #sidebar-menu>ul>li>a {
        display        : flex;
        justify-content: flex-start;
        align-items    : center;
    }

    .topbar {
        height: auto;
    }
    .list-unstyled a {
        padding: 5px 10px 3px 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .__dashbord .card_outer {
        flex     : 0 0 49%;
        max-width: 49%;
    }

    /*.content-page {*/
    /*    max-height: 100%;*/
    /*    margin-bottom: 60px;*/
    /*}*/
    .input_wrap input,
    .input_wrap select {
        width: 65%;
    }
}

@media only screen and (max-width: 1023px) {

    .topbar-left.active,
    .topbar-left {
        width           : 60px;
        background-color: var(--white);
        border-bottom   : 1px solid var(--white);
    }

    .topbar-left a {
        color      : var(--primary);
        font-size  : 30px;
        font-weight: 700;
    }

    .navbar-default.active,
    .navbar-default {
        width     : calc(100% - 60px);
        box-shadow: none;
        border    : none;
    }

    #sidebar-menu>ul>li>a {
        display    : flex;
        align-items: center;
    }

    .content-page>.content>.container>.row:first-child>.col-sm-12 {
        flex-wrap: wrap;
    }

    h4.page-title {
        width        : 100%;
        margin-bottom: 15px;
    }

    ol.breadcrumb {
        width          : 100%;
        justify-content: flex-start;
    }

    ol.breadcrumb li {
        font-size: 12px;
    }

    .custom-file-upload {
        /* width: calc(100% - 80px); */
    }

    .side-menu {
        position: fixed;
        top     : 80px;
    }

    .side-menu.active {
        width   : 50px;
        position: fixed;
        top     : 80px;
    }
}

@media only screen and (max-width: 991px) {
    .btn,
    body,
    input,
    select,
    .dropdown-select{
      font-size: 12px !important;
    }
    .button-group .btn {
        margin   : 0px 10px 20px 0;
        height   : auto;
        font-size: 12px;
        padding  : 5px 10px;
        min-width: auto;
    }
    .table td, .table th {
    	vertical-align: middle;
    	padding: 5px 10px;
    	font-size: 12px;
    }
    
    .custom-file-upload {
    	padding: 7px 12px;
    	height: 35px;
    	font-size: 12px;
    }

    form .row>.col-md-4,
    form .voucher_number,
    form .error_msg,
    form .checkbox {
        flex        : 0 0 50%;
        max-width   : 50%;
        width       : 50%;
        margin-right: 0;
    }

    .error_msg:nth-of-type(odd),
    .voucher_number:nth-of-type(odd) {
        padding-right: 10px;
    }

    .input_wrap input {
        width: 72%;
    }

    #sidebar-menu ul li a i {
        font-size: 20px;
    }

    .content-page>.content>.container>.row:first-child>.col-sm-12 {
        margin-bottom: 0;
    }
    .side-menu {
        top: 52px;
    }
    .side-menu.active {
        width: 40px;
        top: 52px;
    }

    #searchbymobile,
    #searchbyvouchercode {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .content-page.active,
    .content-page {
        margin-left:40px;
        padding    : 10px;
        overflow-x : hidden;
        max-height : 100%;
    }
    .__dashbord .__right h1 {
        font-size: 30px;
    }
    .__dashbord .__right h2 {
        font-size: 16px;
    }
    .__dashbord .__right h2 span {
        font-size: 13px;
        display: block;
    }
    .__dashbord .card_outer .card {
        height: 150px;
    }
    form .row>.col-md-4,
    form .voucher_number,
    form .error_msg{
        flex     : 0 0 100%;
        max-width: 100%;
        width    : 100%;
    }

    .button-group {
        width          : 100%;
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
    }

    .button-group .btn {
        margin: 0px 0px 5px 0;
        width : 48%;
    }

    ol.breadcrumb {
        display: none;
    }

    h4.page-title {
        margin-bottom: 0;
        font-size    : 20px;
        line-height  : 25px;
    }

    label[for='blank'] {
        display: none;
    }

    footer.active,
    .footer {
        width     : calc(100% - 80px);
        right     : 11px;
        text-align: center !important;
    }
    .sidebar_toggler .bars {
        height: 2px;
        width: 21px;
    }
    .sidebar_toggler .bars:nth-of-type(even) {
        margin: 4px 0;
    }
    .topbar-left a {
        font-size: 22px;
    }
    .topbar-left.active, .topbar-left {
        width: 40px;
    }
    .navbar-default.active, .navbar-default {
        width: calc(100% - 40px);
        padding: 0 15px 0 5px;
    }
    .profile img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    footer.active, .footer {
        width: calc(100% - 60px);
        font-size: 11px;
        border-top: 8px solid #f5f5f5;
    }
    .content-page {
        margin-bottom: 40px;
    }
    .__dashbord>.content {
        padding: 10px 20px;
    }
   .dropdown-toggle {
        font-size: 12px;
    }
    .dropdown-toggle:after{
        /*display:none;*/
    }
    .navbar-nav .dropdown-menu {
        top: 52px;
        right: -4px;
        width: 150px;
        left: auto;
    }
    .navbar-nav .dropdown-menu a {
        padding: 7px;
        font-size: 11px;;
    }
    .side-menu {
        height: auto;
        position: fixed;
        /*top: 0;*/
        padding-bottom: 40px;
    }
    .side-menu.active {
        /*top: 0;*/
        position: fixed;
    }
    .sidebar-inner, #sidebar-menu {
        height: auto;
    }
    #sidebar-menu {
        margin-bottom: 20px;
    }
    input[type="text"], input[type="password"], textarea, select {
      height: 35px !important;
    }
    .btn {
      height: 35px;
      padding: 5px 10px;
    }
    button[type="submit"],
    button[type="button"],
    .input_wrap .btn{
        padding: 5px 10px;
    }
    h5.header-title {
      font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .__dashbord .card_outer {
        flex     : 0 0 100%;
        max-width: 100%;
    }

    .button-group .btn {
        margin: 0px 10px 5px 0;
        width : 100%;
    }

    .input_wrap input {
        width: 65%;
    }
}

@media only screen and (max-width: 479px) {}