body {
    font-family: "OswaklWeb" !important;
    font-size: 10pt;
    font-style: normal;
}

.login-page,
.register-page {
    background: url('../images/login-bg-img.jpg');
    background-size: cover;
}

.login-logo a {
    color: #000;
}

.login-logo,
.register-logo {
    font-size: 1.5rem;
}

nav.main-header {
    background-color: #17a3b8 !important;
    color: #fff !important;
}

nav.main-header a {
    color: #fff !important;
}

aside.main-sidebar {
    background-color: #17a3b8;
    color: #fff;
}

aside.main-sidebar a {
    color: #fff !important;
}

aside li.nav-header {
    color: #fff !important;
}

.login-logo,
.register-logo {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}


/* MY LIST TABLE STYLE */

table.my_list_table_style tr th {
    padding: 5px;
}

table.my_list_table_style tr td {
    padding: 3px;
}

.login-page h4 {
    font-size: 1.2rem;
}

.dashboard_count_section a {
    color: black !important;
}

.dashboard_count_section .inner {
    text-align: center;
}

.dashboard_count_section .inner h3 {
    font-size: 4.9rem;
}

.supporter_image img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.vchat,
.tchat a {
    color: yellow;
    font-size: 15px;
    font-weight: bold;
}

.vchat_text_section {
    position: fixed;
    width: 200px;
    height: 150px;
    right: 40px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vchat_text_inner_section {
    /* background-color: #17a3b8; */
}

.inner_image_section img {
    margin: 0 10px;
    outline: 5px solid #17a3b8;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.common_chart_section {
    margin: 5% 0;
    display: block;
}