:root {
    --primarycolor1: #20b4e2;
    --dangercolor1: #f34336;
    --bggray1: #f5f6f8;
    --textblack: #000;
    --whitecolor: #fff;
    --headingcolor: #344559;
    --badgecolor: #FF0099;
    --plusbg: #ff9700;
    --confirmbg: #D1FAE5;
    --confirmtext: #4cb24f;
    --textgray: #a6a6a6;
}

.sidebar {
    background-color: var(--primarycolor1);
    height: 100vh;
    width: 17%;
    top: 0;
    left: 0;
    transition: 0.5s;
    position: fixed;
}

.admin-wrapper {
    display: flex;
}

.right-admin {
    width: 83%;
    padding: 0px 15px;
    transition: 0.5s;
    margin-left: 17%;
}

.admin_logo {
    background: var(--bggray1);
    height: 90px;
}

    .admin_logo a img {
        width: 100%;
        padding: 10px;
        max-width: 240px;
        margin: 0 auto;
        display: block;
    }

.admin_layout {
    background-color: var(--bggray1);
}

.sidebar_menu ul {
    padding: 0;
}

.sidebar_menu {
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 75%;
}

    .sidebar_menu ul li {
        list-style: none;
        padding: 15px 0px;
    }

        .sidebar_menu ul li a svg {
            margin-right: 10px;
            width: 30px;
        }

        .sidebar_menu ul li a {
            color: var(--whitecolor);
            text-decoration: none;
            font-size: 20px;
        }


header#admin_header {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: var(--bggray1);
    z-index: 999;
}

canvas#tooltip-canvas1 {
    position: absolute;
    top: 33%;
    left: 33%;
}

button.Toggle-navbar {
    background: transparent;
    border: none;
    outline: none;
}

.user-name {
    font-size: 20px;
    margin-right: 25px;
    color: var(--headingcolor);
}

.user-info-section {
    display: flex;
    align-items: center;
}

.user-info-pic {
    background: var(--whitecolor);
    /*  padding: 10px;
    min-width: 300px;*/
    border-radius: 10px;
    display: inline;
    justify-content: space-between;
    align-items: center;
}

    .user-info-pic img {
        max-width: 55px;
        border-radius: 5px;
    }

.profile_pic_logout a {
    margin-left: 15px;
    text-decoration: none;
    font-size: 18px;
    color: var(--headingcolor);
    opacity: 50%;
}

.notofication {
    display: flex;
    gap: 20px;
}

    .notofication a {
        text-decoration: none;
    }

.common_heading {
    font-weight: bold;
    color: var(--headingcolor);
}

.main-brief-information ul.firstList, .main-brief-information .secondList {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
   .main-brief-information ul.firstList{
        justify-content: space-between;
    }


    .main-brief-information ul li {
        list-style: none;
        width: 23%;
        border-radius: 5px;
        min-height: 130px;
        position: relative;
    }
.customcls{
    opacity:0;
    pointer-events:none;
}


li.first-div,
li.first-div span {
    background-color: #20b4e2;
}
li.fifteenth-div,
li.fifteenth-div span {
    background-color: #20b4e2;
}
li.eight-div,
li.eight-div span {
    background-color: #20b4e2;
}

li.second-div,
li.second-div span {
    background-color: var(--plusbg);
}

li.twelve-div,
li.twelve-div span {
    background-color: var(--plusbg);
}

/*li.third-div,
li.third-div span {
    background-color: var(--primarycolor1);
}*/
li.third-div,
li.third-div span {
    background-color: #e11f1f;
}

li.seven-div,
li.seven-div span {
    background-color: #e11f1f;
}
li.nine-div,
li.nine-div span {
    background-color: #e11f1f;
}

li.fifth-div,
li.fifth-div span {
    background-color: #6610f2;
}
li.ten-div,
li.ten-div span {
    background-color: #6610f2;
}

li.thirteen-div, li.thirteen-div span {
    background-color: #3f2a56;
}

li.fourth-div,
li.fourth-div span {
    background-color: var(--confirmtext);
}

li.fourteenth-div,
li.fourteenth-div span {
    background-color: var(--confirmtext);
}

.flex-main {
    display: flex;
    height: 100%;
    align-items: center;
}

.main-brief-information ul li span {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 1px 1px 10px #1608082e;
    border: 1px solid #2613132b;
}

.left-cion {
    height: 100%;
    display: flex;
    align-items: center;
    width: 30%;
    min-height: 130px;
    text-align: center;
    justify-content: center;
    border-right: 1px dashed rgb(255 255 255 / 40%);
}

.right-icon {
    width: 70%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.top-label {
    border-bottom: 1px dashed rgb(255 255 255 / 40%);
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-content {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-label h3 {
    font-size: 38px;
    color: #fff;
    margin: 0;
}

.bottom-content h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.chart-height {
    background: #fff;
    padding: 20px;
    height: auto !important;
    box-shadow: 2px 2px 12px 1px #ddd;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    min-height: 435px;
    margin: 10px;
}

div.year .apexcharts-text tspan {
    display: none;
}

.Chart-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .Chart-heading h5 {
        margin: 0 auto;
        font-size: 22px;
    }

        .Chart-heading h5 select {
            border: none;
            outline: none;
            font-weight: 500;
            appearance: none;
            color: var(--primarycolor1);
            min-width: 100px;
            background-image: url(../images/arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

section#chartContainer {
    text-align: center;
}

    section#chartContainer canvas#chartCanvas {
        margin: 0 auto;
    }

#tooltip-canvas {
    position: absolute;
    top: 70px;
    left: 155px;
}

.chart.mt-5 svg {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.sidebar-showhide aside.sidebar {
    left: -330px;
    width: 0;
    transition: 0.5s;
}

.sidebar-showhide .right-admin {
    margin: 0;
    transition: 0.5s;
    width: 100%;
}

.responsive-cross-icon button {
    position: absolute;
    right: -10px;
    top: 10px;
    background: red;
    color: #fff;
    border: 1px solid red;
}

.responsive-cross-icon {
    display: none;
}
/* Admin Login */
.admin-login {
    background-image: url(../images/pexels-canva-studio-3153198.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

section#banner-part:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
}

.Login-flex {
    position: relative;
    z-index: 999;
    height: 100%;
    display: flex;
    align-items: center;
}

    .Login-flex .Login-section-1 {
        background: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px #dedede;
        border-radius: 10px;
    }

        .Login-flex .Login-section-1 h2 {
            font-size: 22px;
            font-weight: 500;
            margin: 0;
        }

        .Login-flex .Login-section-1 .control-input label {
            width: 100%;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .Login-flex .Login-section-1 .control-input input {
            width: 100%;
            border: 1px solid #dedede;
            padding: 10px;
            height: 40px;
        }

        .Login-flex .Login-section-1 .control-input {
            margin-bottom: 15px;
        }

.rember-section label {
    white-space: nowrap
}

.rember-section input {
    width: 28px;
    height: 16px;
    margin-right: 5px;
}

.donwload-link-banner {
    position: absolute;
    left: 0;
    background-color: #030e108c;
    padding: 10px;
    border-radius: 0px;
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
}

    .donwload-link-banner img {
        width: 140px;
        margin: 0 9px;
        height: 40px;
    }

    .donwload-link-banner p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        padding-right: 10px;
    }

    .donwload-link-banner .d-flex {
        align-items: center;
    }

.terms-title {
    font-weight: 700;
    color: #000000;
}

.mobileimg-banner {
    position: relative;
    min-height: 360px;
    background: #fff;
}

.Login-flex .Login-section-1 form {
    margin: 0;
}

    .Login-flex .Login-section-1 form .control-input.d-inline-block.w-100 {
        margin: 0;
    }

.common-button-new {
    font-size: 16px !important;
    background: #45b5fd;
    border: 1px solid #45b5fd !important;
    border-radius: 100px !important;
    padding: 5px 30px !important;
    line-height: 30px !important;
}

i#show_password {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
}

tr.datatableOnlyRow th {
    white-space: nowrap;
    color: #fff;
}

tr.datatableOnlyRow {
    background: #20b4e2;
}

table.Validate tr td {
    white-space: nowrap;
    color: #505050;
    border-bottom: 1px solid #dedede;
}

.Heading-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px 20px;
    background: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #dedede;
}

.user-list.table-responsive.yellowbg .dt-buttons a.dt-button.buttons-excel.buttons-html5 {
    background: #20b4e2;
    color: #ffff;
    margin-bottom: 10px;
    font-size: 16px;
}

.Heading-flex button {
    background: #20b4e2;
    border: none;
    font-size: 16px;
    color:#fff;
}
    .Heading-flex button:hover {
        color: #fff;
    }

.yellowbg .paging_simple_numbers a.paginate_button.disabled {
    background: #fff !important;
    padding: 3px 9px !important;
    height: auto;
    border: 1px solid #dedede !important;
}

.yellowbg .paging_simple_numbers a.paginate_button {
    background: #20b4e2;
    color: #fff !important;
    padding: 3px 9px !important;
    height: auto;
    border: 1px solid #dedede !important;
}

.yellowbg .paging_simple_numbers span a.paginate_button {
    background: #fff !important;
    color: #505050 !important;
    padding: 3px 9px !important;
    height: auto;
    border: 1px solid #dedede !important;
}

    .yellowbg .paging_simple_numbers span a.paginate_button.current {
        background: #20b4e2 !important;
        color: #fff !important;
    }

.Heading-flex h2 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}

.yellowbg .paging_simple_numbers span a.paginate_button:hover {
    background: #f6f6f6;
    color: #000 !important;
}

div#exampleModal .modal-header {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    background: #0dcaf0;
    flex: 2;
}

div#exampleModal .modal-header {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    background: #0dcaf0;
    flex: 2;
}

    div#exampleModal .modal-header h5 {
        text-align: left;
        color: #fff;
        font-size: 22px;
        order: 1;
        text-transform: capitalize;
        font-weight: bold;
    }

    div#exampleModal .modal-header button.close {
        order: 4;
        color: #fff;
        opacity: 1;
    }

    div#exampleModal .modal-header::before, div#exampleModal .modal-header::after {
        display: none;
    }


.margin-responsive {
    margin-bottom: 15px;
}

.bg-custom {
    background: #3b7abe !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }
/* responsive Start here */


@media only screen and (max-width:1440px) {
    .sidebar_menu ul li a {
        font-size: 16px;
    }

    table.validate tr th, table.validate tr td {
        font-size: 14px;
    }

    table.validate tr th,
    table.validate tr td {
        padding: 10px !Important;
    }

    .user-list.table-responsive.yellowbg .dt-buttons a.dt-button.buttons-excel.buttons-html5 {
        font-size: 14px;
        padding: 5px 10px;
    }

    .sidebar_menu ul li a svg {
        width: 20px;
    }

    .sidebar_menu ul li {
        padding: 10px 0px;
    }

    .top-label h3 {
        font-size: 28px;
    }

    .bottom-content h3 {
        font-size: 18px;
    }

    .main-brief-information ul li {
        min-height: 100px;
    }

    .Chart-heading h5 {
        margin: 0 auto;
        font-size: 18px;
    }

    .main-brief-information ul li span {
        position: absolute;
        top: -20px;
        right: -17px;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 1px 1px 10px #1608082e;
        border: 1px solid #2613132b;
    }

    .sidebar {
        width: 17%;
    }

    .right-admin {
/*        margin-left: 230px;
*/        width: 83%;
    }
}

@media only screen and (max-width:1200px) {
    .main-brief-information ul li {
        list-style: none;
        width: 48%;
    }
    .right-admin{
        width: 84%;
    }
    ul.firstList {
        width: 100%;
    }
    .customcls{
        display: none;
    }
}

@media only screen and (max-width:992px) {
    aside.sidebar {
        height: 100%;
        display: none;
    }

    .responsive-cross-icon {
        display: block;
    }

    .right-admin {
        margin: 0;
        padding: 15px;
        width: 100%;
    }

    .sidebar-showhide aside.sidebar {
        display: block;
        left: 0;
        width: 300px;
        z-index: 999999;
    }

    aside.sidebar {
        position: fixed;
    }
   
}

@media only screen and (max-width:767px) {

    .user-info-pic {
        min-width: auto;
    }

    .user-name {
        font-size: 0;
        display: none;
    }

    div#exampleModal .modal-body {
        max-height: 400px;
        overflow-y: scroll;
    }

    .user-list.table-responsive.yellowbg {
        padding: 10px;
        background: #fff;
    }
}

@media only screen and (max-width:576px) {
    .main-brief-information ul li {
        width: 100%;
    }

    .user-info-pic {
        min-width: auto;
    }

    .notofication {
        display: none;
    }

    #tooltip-canvas {
        position: static;
        top: 70px;
        left: 35px;
        height: 80px;
    }
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
    /*content:'ON';*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


ul.page-index {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: end;
    width: 100%;
}

    ul.page-index li a {
        border: 1px solid #dedede;
        width: auto;
        height: 33px;
        /*line-height:33px;*/
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: inherit !important;
        border-radius:4px;
        padding: 5px 10px;
    }
        ul.page-index li a:hover, ul.page-index li a:first-child, #btn_next:hover, #btn_prev:hover{
            background: #20b4e2;
            color: #fff !important;
        }
#btn_prev, #btn_next {
    background-color: #fff;
    color: #000 !important;
}

li#pageIndexData {
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}


div#exampleModall .modal-header {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    background: #0dcaf0;
    flex: 2;
}

div#exampleModall .modal-header {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    background: #0dcaf0;
    flex: 2;
}

    div#exampleModall .modal-header h5 {
        text-align: left;
        color: #fff;
        font-size: 22px;
        order: 0;
        text-transform: capitalize;
        font-weight: bold;
    }

    div#exampleModall .modal-header button.close {
        order: 4;
        color: #fff;
        opacity: 1;
    }

div#exampleModall .modal-header::before, div#exampleModal .modal-header::after {
    display: none;
}
.table > thead {
    vertical-align: bottom;
    background: #20b4e2;
}
/*saddam address toggel text*/
/*input {
    -webkit-appearance: none;
    appearance: none;
    width: 64px;
    padding-left: 33px;
    margin: 0;
    border-radius: 16px;
    background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) #ccc -16px;
    transition: 0.3s ease-in-out;
}

    input::before {
        content: "OFF";
        font: bold 12px/32px Verdana;
        color: white;
        text-shadow: 0 1px black;
    }

:checked {
    padding-left: 8px;
    background-color: dodgerBlue;
    background-position: 16px;
}

    :checked::before {
        content: "ON";
    }*/

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 18px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
#usertabledefaultPagination td:last-child, #usertabledefaultPagination td:nth-child(4), #usertabledefaultPagination td:nth-child(5){
    text-align: left !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

/*------ ADDED CSS ---------*/
.slider:after {
    content: 'Inactive';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 60%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
    content: 'Active';
    left: 20px;
}

/*--------- END --------*/

/*tbody#bindtableforUserList tr td:nth-child(6) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 21px;
}*/
    tbody#bindtableforUserList tr td:nth-child(4),
    tbody#bindtableforUserList tr td:nth-child(5){
        text-align:center;
    }

table#usertabledefaultPagination thead {
    color: #fff;
    white-space: nowrap;
}

input.btn.exlbtn {
    background: #20b4e2;
    color: #fff;
    padding: 0.5rem 1rem;
    min-width: 100px;
}
button.btn.exlbtn {
    background: #20b4e2;
    color: #fff;
    padding: 0.5rem 1rem;
    min-width: 100px;
    color:#fff;
}

.btnJoin button {
    padding: 0.5rem 1rem;
    min-width: 100px;
}


.table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

.Heading-flex h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}
table.table.table-striped.bankInfo thead {
    white-space: nowrap;
    color: #fff;
}
table.table.table-striped.bankInfo tbody {
    white-space: nowrap;
    font-size: 14px;
}
/*tbody#bindtableforUserList td a {
    color: #505050;
    text-decoration: none;
}*/
div#exampleModall .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: 0;
}

.ltr{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    margin-right:10px;
}
.ltr i {
    line-height: 5px;
}

/*@media (min-width:992px) and (max-width:1650px){
    body.admin_layout .right-admin {
        width: 82%;
    }
    body.sidebar-showhide .right-admin {
        width: 100%;
    }

}*/
button.btnn-filter:focus:not(:focus-visible) {
    background: #0d6efd !important;
    outline: 0 !important;
    box-shadow: none;
}
.six-div {
    background-color: #3f2a56;
}
.q2users table th{
    color: #fff;
}
.eleven-div {
    background-color: #3f2a56;
}

/*
.sidebar_menu ul li#Submenu .menu_itm {
    background: rgb(255 255 255 / 20%);
}*/
.sidebar_menu ul li#Submenu .menu_itm a {
    padding-left: 63px;
    transition:all .3s ease;
   /*background: #00BFFF;*/
}
.sidebar_menu ul li#Submenu .menu_itm a:hover{
    color:#0d6efd;
}
.modal-header {
    background: #0dcaf0;
}
.modal-header .modal-title{
    color:#fff;
}
tbody#bindq2bankuserinfo td span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
button.btnn-filter#showpopupcstm:focus:not(:focus-visible) {
    background-color: #20b4e2 !important;
}
button.btn.activebtncstm {
    background: #0d6efd !important;
}

/*.demoexl {
    margin: 0;
    margin-right: 10px;
}
.demonewexl{
    margin-left:10px;
}
.demodivexl {
    display: flex;
    width: 264px;
}*/



.chartBox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 15px;
    padding: 0px;
}
div#idmonthchart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apexcharts-toolbar {
    display:none;
}

/*select#ddlactiveyear {
    position: absolute;
    right: 27.6px;
}*/
.right-cionweek {
    position: absolute;
    right: 34.6px;
    margin-top: -27px;
}
button#idweekbutton {
    color: #fff;
    padding: -1px;
    border: #fff;
    border-radius: 4px;
}
button#idmonthbutton {
    color: #fff;
    padding: -1px;
    border: #fff;
    border-radius: 4px;
}
button#idyearbutton {
    color: #fff;
    padding: -1px;
    border: #fff;
    border-radius: 4px;
}
/*.chartBox {
    padding: 0px;
}*/


/*3 July 2023*/
.white-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #95959570;
    margin-bottom: 10px;
    min-height: auto;
}

table.tbl_cstm tr td:nth-child(2) {
    padding: 10px 20px;
}

table.tbl_cstm tr th {
    min-width: 160px;
    white-space: nowrap;
}

.row-chat_ui .user_chat {
    position: relative;
    text-align: left;
}

.row-chat_ui .admin_chat {
    text-align: right;
    position: relative;
}

.row-chat_ui .user_chat:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.row-chat_ui .user_chat p {
    font-weight: 500;
    margin: 0;
    background: #dfdfdf;
    margin-left: 35px;
    padding: 5px;
    width: 50%;
    border-radius: 10px;
    border-bottom-left-radius: 0;
}

.row-chat_ui .admin_chat:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.row-chat_ui .admin_chat p {
    font-weight: 500;
    margin: 0;
    background: #dfdfdf;
    margin-left: 35px;
    padding: 5px;
    width: 50%;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-bubble {
    max-width: 100%;
    padding: 15px;
    border-radius: 15px;
    background: #ececec;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.msg:last-of-type {
    margin: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: #579ffb;
        color: #fff;
        border-bottom-right-radius: 0;
    }

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: 2px solid #ddd;
    background: #eee;
}

.msger-input {
    flex: 1;
    background: #ddd;
}

.msger-send-btn {
    margin-left: 10px;
    background: rgb(0, 196, 65);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;
}
table#ticketlist a {
    color: black;
}
.tbl_cstmnews tr th:first-child {
    padding-right: 10px;
    vertical-align: top;
}
.tbl_cstmnews tr td:nth-child(2) {
    padding: 0 10px 0 0;
    vertical-align: top;
}
table#ticketlist tr th {
    color: white;
    white-space: nowrap;
}
/* new css*/
.custom_font-family {
    font-family: ui-sans-serif;
    border: 5px solid rgb(244, 242, 242);
    outline: rgb(211, 211, 211) solid 1px;
}

.accordion-body .tbl_cstm tbody tr th {
    color: #000000a8;
}
.accordion-body .tbl_cstmnews tbody tr th {
    color: #000000a8;
}
.accordion-button h4 {
    font-weight: 500;
}

.background-color {
    background-color: #f5f6f8;
}

.custom-accordion {
    margin-top: 5px;
    height: 50px;
   /*     background-color: #20b4e2;
    color: #fff;
    border-radius: 5px;*/
  /*  background-color: #20b4e266;*/
}
.msg left-msg{
    width:100%;
}
.msg-bubble{
    width:100%;
}

.listactive {
    background-color: #00627f;
    border-radius: 8px;
    padding: 5px 2px !important;
}

.required:after {
    content: '*';
    color: #EF5F5F;
}

/*05-08-23 plan-subscription*/

.subscriBox {
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 4px 0 #00000030;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(209,209,209,1);
    box-shadow: 0px 0px 10px 3px rgba(209,209,209,1);
    display:flex;
    flex-direction:column;
    padding-bottom:20px;
}

.SubTitle {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
}

.subscriBoxHead {
    padding: 10px 8px;
    /*margin-bottom: 10px;*/
    position: relative;
    background: #20b4e2;
}

.iconS {
    background: #20b4e2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 1px 4px 0 #000;
}

.iconClor {
    color: #fff;
    width: auto;
    height: 32px;
}

.netMb {
    padding: 0px 22px;
    font-size: 18px;
    text-transform:capitalize;
    font-weight: 500;
    /*color: #20b4e2;*/
    color: #fff;
    margin-bottom: 10px;
}

.subscriPrice h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin:0;
}

.subscriBody {
    padding: 0 12px;
    width: 100%;
}

    .subscriBody ul {
        list-style-type: none;
    }

        .subscriBody ul li {
            position: relative;
        }

            .subscriBody ul li:before {
                content: '';
                position: absolute;
                left: -17px;
                top: 8px;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 1px solid #20b4e2;
            }

.subscriBtn {
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    background: #20b4e2;
    outline: 0;
    border-color: #20b4e2;
}

.subscriFooter {
    padding: 10px 15px;
}

/*.customScrol {
    overflow-x: auto;
}*/
.customScrol .swiper-container{
    padding: 16px 0;
}
    .customScrol .swiper-container .swiper-wrapper {
        padding-bottom: 16px;
        height:fit-content;
    }
.editBox {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*box-shadow: 0 0 4px 0 #20b4e25c;*/
}
    .editBox svg {
        color: #fff;
    }
.DelBox {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: red;
    /*box-shadow: 0 0 4px 0 #ff000030;*/
}
.editBox,
.DelBox {
    cursor: pointer;
}
    .DelBox svg {
        color: #ff0d0d;
    }




@media screen and (max-width: 425px) {
    table .tbl_cstm tr td.custom-break {
        overflow: auto;
        min-width: 140px;
        max-width: 140px;
    }
}

.custmSave {
    background: #20b4e2;
    border-color: #20b4e2;
    color: #fff;
}
.custmSave:hover{
    color:#fff;
}
.subscridays {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:auto;
}
    .subscridays > h4 {
        color: #20b4e2;
        text-align: center;
        border: 1px solid #20b4e2;
        width: 90%;
        border-radius: 40px;
        padding: 8px 10px;
        font-size: 18px;
        font-weight: 500;
        height: 38px;
        margin-bottom: 0;
    }

.cardAction {
    display: flex;
    position: absolute;
    top: 10px;
    right: 5px;
}
.cardActionrf {
    display: flex;
    position: absolute;
    top: 10px;
    left: 5px;
}
.subscriPrice {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e2e2;
}
span.planDuration {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.subscribeCardBody {
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/*25-09-2024 new css*/
.custmTableHead table.table.dataTable tr th,
.custmTableHead table.table.dataTable thead > :not(caption) > * > * {
    background: #20b4e2;
    color: #fff;
}
    .custmTableHead table.table.dataTable tr th{
        white-space:nowrap;
    }
    .custmTableRespon .dataTables_wrapper > .row:nth-child(2) .col-sm-12 {
        overflow: auto;
    }
.custmTableRespon .dataTables_wrapper .dataTables_length {
    display: none;
}
.btn.custmBtn-primay,
.btn.custmBtn-primay:hover {
    background: #20b4e2;
    color: #fff;
    border-color: #20b4e2;
}
.custmTableRespon .dataTables_filter label {
    display: flex;
    gap: 10px;
}
.actionBtn-del,
.actionBtn-del:hover {
    text-decoration: none;
    color: red;
    cursor:pointer;
}
.actionEdit-btn,
.actionEdit-btn:hover {
    text-decoration: none;
    color: #20b4e2;
    margin-right: 10px;
}
.sidebar_menu ul li#Submenu .menu_itm a {
    padding-left: 36px;
    display: block;
}
.sidebar_menu ul li#Submenu.listactive .menu_itm {
    display:block !important;
}
.sidebar_menu ul li a svg {
    margin-right: 5px;
}
.btn.custmPreview,
.btn.custmPreview:hover {
    background: #0087c1;
    border-color: #0087c1;
}
.custmBtnFlex{
    display:flex;
    justify-content:end;
    gap:10px;
    flex-wrap:wrap;
}
.image-container {
    position: relative;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@media(max-width:767px) {
    .netMb {
        font-size: 20px;
    }
}
.check_left-number {
    display: flex;
    gap: 4px;
}
.check_left-number svg{
    min-width:12px;
    height:12px;
    margin-top:4px;
}
.check_left-number span {
    letter-spacing: -0.5px;
    word-spacing: -1px;
}
/*******************\ Loading Roller 30 Sep 24 admin\*******************/
.spinner_page {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
        position: relative;
        z-index: 9;
    }

        .lds-roller div:after {
            position: absolute;
            display: block;
            background: #00539f;
            border-radius: 50%;
            content: " ";
            margin: -3px 0 0 -3px;
            height: 6px;
            width: 6px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

    .lds-roller:after {
        position: fixed;
        z-index: 8;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #00000033;
    }

 /*   01/10/24*/

.cstm_dropdown ul{
    padding:0px;
    list-style:none;
}
.cstm_dropdown .dropdown-menu{
    padding:10px;
}

.cstm_dropdown input[type="text"] {
    border: none;
    outline: none;
}
.cstm_search_box {
    border: 1px solid black;
    border-radius: 8px;
    padding: 2px 10px;
}
.cstm_dropdown .dropdown-toggle {
    width: 100%;
    border: 1px solid #cdd3d9;
    box-shadow:none;
    outline:none;
}
.cstm_dropdown .dropdown-menu{
    width:100%;
    max-height:222px;
    overflow-y:auto;
}

/*03/10/24*/
.cstm_modal-dialog{
    max-width:100%;
    margin:0px;
}
    
/*04/10/2024*/
.dropdown-container {
    position: relative;
    display: inline-block;
}

#search-input {
    width: 200px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}

#dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
}

    #dropdown-options li {
        padding: 10px;
        cursor: pointer;
    }

        #dropdown-options li:hover {
            background-color: #f1f1f1;
        }





/*-----04-10-2024----*/

.cstm-add-input-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 3px;
}
span#idRoutingNumbererror {
    position: absolute;
    top: 40px;
}
.cstm-add-input-outer input {
    width: 85%;
}
button.cstm-add-btn {
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    background: #076682;
    color: white;
}
button.cstm-minus-btn {
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    background: #0086c0;
    color: white;
}






.cstm-new-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0px;
    gap: 3px;
}

    .cstm-new-div .cstm-new-input {
        width: 85%;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        border: 1px solid #c9c9c9;
        border-radius: 4px;
        padding: 6px 0px;
    }
.custmnowrap{
    white-space:nowrap;
}
/*13/03/2025*/
.dashuser-card li .top-label{
    justify-content: space-between;
    padding: 0px 20px;
}
.info-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
    .info-icons form {
        margin: 0px;
    }
.dashuser-card li .top-label .info-icons span {
    position: unset;
    width: unset;
    height: unset;
    font-size: 20px;
    background-color: transparent;
    box-shadow: unset;
    border: none;
}

.actionBtnGrp button {
    padding: 2px 12px 2px;
    font-size: 14px;
}