* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.only_flex {
    display: flex;
}

.space-bw {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.flex-start {
    align-items: flex-start;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.container {
    padding: 0 20px;
}

.col-33 {
    width: 32.33%;
}

.col-50 {
    width: 49%;
}

.white-back {
    background: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.yellow {
    color: #EBDD62 !important;
}

.purple {
    color: #B96AD4 !important;
}

.green {
    color: #77C77A !important;
}

.green-btn {
    color: #14A54D;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 27px;
    border: 1px solid #14A54D;
    background: #E3F7DC;
}

.red {
    color: #D96464 !important;
}

.red-btn {
    padding: 2px 8px;
    border-radius: 27px;
    border: 1px solid #E53C3C;
    background: #F7DCDC;
}

.red-btn p {
    color: #E53C3C;
    font-size: 12px;
    font-weight: 400;
}

.blue {
    color: #598DEE !important;
}

.pos-relative {
    position: relative;
}

/* --------------------------- */
header {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 150px;
}

/* .search-input {
    position: relative;
}

.search-input {
    width: 50%;
}

.search-input svg {
    color: #B0B0B0;
    position: absolute;
    font-size: 18px;
    top: 9px;
    left: 10px;
}

.search-input input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
    font-size: 16px;
} */

.settings ul li {
    color: #000;
    font-size: 18px
}

.settings ul li svg {
    margin-right: 5px;
}

.hero {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid darkgrey;
    width: 35%;
    border-radius: 50px;
    box-shadow: 0 0 5px #cacaca;
}

.hero input[type="text"] {
    width: calc(100% - 50px);
    border: none;
    outline: none;
    padding: 10px 0;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 50px;
}

.search {
    width: 50px;
    position: relative;
}

.search svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;

}

.search input[type="submit"] {
    font-size: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

/* tabs css */
.tab-head {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 0 5px #d9d9d9;
}

.tab-head li a {
    padding: 10px 15px;
}

.tab-head li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tab-head li a {
    font-size: 14px;
    font-weight: 600;
    color: #5e5e5e;
    display: block;
}

.tab-head li svg {
    margin-right: 5px;
}

.tab-head li.active a {
    background: #2467E4;
    color: #fff;
}

.tab-head li.active a {
    color: #fff;
}

.new_width {
    width: 100%;
}

.circle-follow {
    background-color: #a10707;
    padding: 2px 10px !important;
    border-radius: 72%;
    margin-left: 3px;
    color: #fff !important;
}

.call_box {
    background: #fff;
    padding: 10px;
    width: 20%;
    margin-right: 15px;
    border-radius: 10px;
    text-align: center;
}

/* info chart */
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-container {
    height: 460px !important;
}



.tab-head li svg.svg-inline--fa.fa-angle-down {
    position: absolute;
    right: -5px;
    top: 14px;
}

ul.cm-dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    background: #000;
    width: 170px;
    height: 290px;
    z-index: 9999;
}

ul.cm-dropdown-menu li {
    margin-left: 0px !important;
    
    display: block;
}

ul.cm-dropdown-menu li a {
    padding: 10px;
    display: block;
    color: #ffff;
}

/* ul.cm-dropdown-menu li.active a{
    background: none !important;
} */
.filter-box a.btn {
    background: green;
    padding: 5px 60px;
    font-size: 16px;
    color: #fff;
    display: inline-block;  
    width: 75%;
    text-align: center;
}

.settings ul li sup {
    position: absolute;
    font-size: 10px;
    right: -3px;
    top: -5px;
    background: #ff1c01;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


@media(max-width:480px) {
    .body-content-dash {
        padding: 0px 10px;
    }

    .logo img {
        width: 120px;
    }

    header {
        position: relative;
    }

    .settings {
        position: absolute;
        top: 12px;
        right: 9px;
    }

    .settings a {
        font-size: 14px;
    }

    .settings a svg {
        font-size: 14px;
    }

    .tab-head li a {
        padding: 8px 5px;
        font-size: 12px;
    }

    .tab-head li svg {
        margin-right: 2px;
    }

    ul.cm-dropdown-menu {
        width: 100%;
        left: auto;
        /* right: 0; */
        height: 273px;
    }

    .main-head {
        font-size: 14px;
        margin-top: 10px;
    }

    .info-chart {
        display: none;
    }

    .total-ticket-amt {
        width: 100%;
        margin-right: 0px;
    }

    .cm-mtb-3 {
        margin-bottom: 20px;
    }

    .btn-followup ul li {
        margin-right: 5px;
        padding: 5px;
        font-size: 13px;
    }

    .search-bar,
    .search-bar input {
        width: 100%;
    }

    .search-bar input {
        width: 100%;
        margin-top: 15px;
    }

    .overflow {
        overflow-x: auto;
    }

    .modalToolkit {
        width: 50%;
    }

    .header_search,
    .header_search .only_flex {
        width: 100%;
    }

    .header_search .only_flex {
        margin-top: 15px;
    }

    .header_search input[type=text] {
        width: 100%;
    }

    .btn-followup ul {
        flex-wrap: wrap;
    }

    .cm-wd-50 {
        width: 100%;
    }

    .filter-box {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .cm-wd-40 {
        width: 100%;
    }

    .call_box {
        width: calc(50% - 15px);
        margin-bottom: 10px;
    }

    .filter-box a.btn {
        padding: 7px 0px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .daily-box-white {
        padding: 10px 15px;
    }

    .search_update,
    .search_update .only_flex {
        width: 100%;
    }

    .search_update input[type=text] {
        width: 100%;
    }

    .daily-box-white {
        padding: 10px 15px !important;
        margin-top: 10px;
    }

    .cm-wd-45 {
        width: 100%;
    }

    .form-toggle-user {
        margin: 10px 0 !important;
        padding: 15px 15px;
    }

    .Click-here {
        width: 100% !important;
        font-size: 14px !important;
        margin: 10px 0 !important;
        margin-left: 0 !important;
    }

    .form-group input[type=submit] {
        width: 100%;
    }

    .circle-follow {
        display: none;
    }

    .table-fund {
        margin-left: 0px !important;
        margin-top: 10px;
        width: 100%;
    }

    .table-fund table {
        width: 100%;
    }
}

.menu-icon-mobile {
    display: none;
}

@media (max-width:480px) {
    .menu-icon-mobile {
        display: block;
    }

    .tab-head {
        position: absolute;
        background: #fff;
        z-index: 99;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100vh;
        display: none;
    }

    .tab-head li {
        display: block;
    }

    .tab-head li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .tab-head li svg.svg-inline--fa.fa-angle-down {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .notepad {
        z-index: 9;
    }
}
.timer{
    margin-right: 10px;
}
.timer-box {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #2467E4;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
}
.timer-box p{
    font-size: 16px;
    margin: 0 5px;
}
.btn_type {
    background: #2467E4;
    padding: 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_type svg{
    color: #fff;
}