@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* scrollbar style */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #02a0fd transparent;
}
/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
*::-webkit-scrollbar-track {
    background: #e4e4e3;
    border-radius: 7px;
}
*::-webkit-scrollbar-thumb {
    background: #02a0fd;
    border-radius: 7px;
}
/* IE and Edge */
* {
    -ms-overflow-style: none;
}
/* Opera */
*::-o-scrollbar {
    width: 6px;
    height: 6px;
}
*::-o-scrollbar-track {
    background: #e4e4e3;
    border-radius: 7px;
}
*::-o-scrollbar-thumb {
    background: #02a0fd;
    border-radius: 7px;
}
/* \ scrollbar style */
.data-table .card-header {
    border-bottom: 1px solid #ebe9f1 !important;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    content: "" !important;
    right: 0.5em !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
body {
    background-color: #ffffff !important;
    /* for this demo */
    font-family: "Poppins", sans-serif !important;
}
.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 0.8;
}
.inputfile {
    display: none;
}
.right-side {
    display: flex;
    align-items: center;
}
.file-button {
    border-radius: 5px;
    border: 1px solid;
    display: block;
    padding: 0.786rem 1.5rem;
    border-radius: 0.358rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}
.primary_btn {
    background: blue;
    padding: 0.786rem 1.5rem;
    border-radius: 0.358rem;
    font-weight: 500;
    display: block;
    color: #fff;
}
.alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 8px 0px 8px;
}
.alert .close {
    border: none;
    background: transparent;
    color: red;
    font-size: 28px;
}
.form-label {
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.file-button:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
}
table.purchase-order-item-details tbody tr td {
    white-space: nowrap;
}
.text-right {
    text-align: right !important;
}
.main-div {
    display: flex;
    align-items: baseline;
}
.first-div {
    margin-right: 10px;
}
.global_search:focus-within {
    box-shadow: unset !important;
}
/* table.dataTable td, table.dataTable th{
  word-break: break-all;
} */
.scanning-btn {
    cursor: pointer;
}
.scan-field {
    font-weight: 600;
    font-size: 18px;
    padding: 0.4rem 1rem;
    border-right: 0px;
}
/* poll table css */
/* sidebar */
.nav-item.active .sidebar_link {
    color: #02a0fd !important;
    background: transparent !important;
    box-shadow: none !important;
}
.sidebar_link {
    color: #737791 !important;
    font-size: 16px;
    font-weight: 400;
}
.main-menu .navbar-header .navbar-brand .brand-logo img {
    max-width: 80px;
}
.main-menu .navbar-header {
    height: 130px !important;
}
.top_header_poll {
    position: fixed;
    left: 0;
    width: 100% !important;
    max-width: calc(100% - 240px);
    margin-left: 240px;
    right: 0;
    box-shadow: 0px 2px 24px 0px #02a0fd1f;
    padding: 7px 17px;
}
.poll_mangement_top {
    margin-bottom: 13px;
}
.poll_management_content {
    margin-top: 25px;
}
.poll_heading,
.poll_heading a {
    font-size: 32px;
    color: #313131;
    font-weight: 600;
    margin: 0;
}
.schedule_box {
    border: 1px solid #02a0fd;
    color: #02a0fd;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 11px 27px;
    border-radius: 10px;
    line-height: 24px;
}
.btn.btn-primary.btn-icon.scroll-top.waves-effect.waves-float.waves-light {
    background: #02a0fd !important;
    border-color: #02a0fd !important;
}
.btno {
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    box-shadow: 0px 22px 27px 0px #02a0fd33 !important;
    background: red !important;
    padding: 20px 52px !important;
    display: inline-block !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    border: none !important;
}
.poll_form {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}
.date_shortBy_dropdown {
    margin-bottom: 40px;
}
.poll_label {
    font-size: 14px;
    color: #19191a;
    opacity: 50%;
    margin-bottom: 10px;
}
.poll_input {
    background: #e3f5ffb5;
    border: 1px solid #ffffff33;
    padding: 15px 20px;
    color: #313131;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 0px 11px #00000012;
    outline: none;
    cursor: pointer;
}
.short_select {
    margin-top: 17px;
    border: 1px solid #02a0fd;
    background: none;
    padding: 11px 18px;
    border-radius: 8px;
    box-shadow: 0px 2px 11px 0px #bcc5ff26;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    color: #19191a;
    max-width: 203px;
    appearance: none;
    background-image: url(../images/select_arrow.svg);
    background-position: calc(100% - 19px) calc(1em + 4px),
        calc(100% - 15px) calc(10em + -2px), 100% 0;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    min-width: fit-content;
}
.main-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #202224 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    padding: 20px !important;
}
.management_table {
    border: 1px solid #d5d5d5;
}
.red-color {
    color: #ff334c;
}
.green-color {
    color: #0ead69;
}
/* pull edit from css */
.edit_input {
    background: #e3f5ffb5;
    border: none;
    padding: 25px 37px;
    margin-bottom: 20px;
    color: #858585;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    box-shadow: 0px 0px 6px #00000014;
    outline: none;
}
.upload_img {
    position: absolute;
    bottom: 33px;
    right: 19px;
}
#message {
    height: 100%;
    min-height: 320px;
}
.poll_edit_form {
    margin-top: 40px;
}
.save_button {
    width: 100%;
    background: #02a0fd;
    border: none;
    padding: 20px 26px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 22px 27px 0px #02a0fd4d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.draft-button {
    background-color: #787171 !important;
    box-shadow: 0px 22px 27px 0px #9798994d !important;
}
.schedule_content {
    margin-top: 53px;
}
.schedule_text {
    font-size: 24px;
    color: #313131;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.edit_label_text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #8c8c8c;
}
.edit_input_tye {
    border: 1px solid #999999;
    min-width: 257px;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    background-color: transparent;
}
.result_dropdown {
    border: 1px solid #999999;
    background: none;
    padding: 16px 16px 16px 61px;
    border-radius: 8px;
    box-shadow: 0px 2px 11px 0px #bcc5ff26;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    color: #8c8c8c;
    appearance: none;
    background-image: url(../images/gray_arrow.svg);
    background-position: calc(100% - 192px) calc(1em + 0px),
        calc(100% - 15px) calc(10em + 3px), 100% 0;
    background-repeat: no-repeat;
    outline: none;
    min-width: 240px;
}
.main_date_time {
    margin-bottom: 37px;
}
/* select box design css*/
/* upload img css */
.gallery {
    padding: 20px;
    text-align: left;
}
/* select box design css*/
.gallery .pip {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.gallery .pip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 13px;
}
.gallery .pip .remove {
    position: absolute;
    right: -5px;
    top: -15px;
    background-color: #ff0000;
    border-radius: 50%;
    padding: 5px 11px;
    font-weight: 700;
    color: #fff;
}
.upload-img-box .text-area {
    cursor: pointer;
}
.upload-img-box .text-area img {
    width: 50px;
    object-fit: contain;
    filter: brightness(0.2);
}
#files {
    display: none;
}
.upload-img-box {
    position: absolute;
    bottom: 34px;
    right: 17px;
}
.round {
    height: 50px;
    width: 50px;
}
.gallery {
    position: absolute;
    left: 13px;
    bottom: 18px;
    width: calc(100% - 100px);
}
/* upload img css */
/** Useer List **/
.commonlayout_ {
    padding-top: 46px;
}
.searchbox_ input {
    width: 100%;
    border: none;
    border-radius: 8px;
    outline: none;
    padding-left: 40px;
}
.searchbox_ {
    background: #fff;
    border: 1px solid #e5f5e3;
    box-shadow: 0px 2px 24px 0px #02a0fd14;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    height: 48px;
}
.searchbox_ i {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 20px;
    color: #737791;
}
.managemnetTop_ {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th,
.table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    border-right: 0;
}
.invisible_ {
    opacity: 0;
}
.sidebarIcon_ {
    width: 26px;
    margin-right: 10px;
    min-width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(1) grayscale(1);
}

.nav-item.active .sidebar_link .sidebarIcon_{
    filter: none;
}
.dashboardStats_ {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 12px;
}
.heading16 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}
.heading14 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}
.valuehead_ {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.uservalue_ {
    background: #02a0fd;
    border-radius: 16px;
    padding: 25px 25px;
    flex-basis: 200px;
    flex-grow: 1;
}
.grphline_ span {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-right: 5px;
}
.valueline_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cardOuter_ {
    background: #fff;
    box-shadow: 0px 3.19px 34.19px 0px #0093ea21;
    position: relative;
    border-radius: 24px;
    padding-bottom: 30px;
    z-index: 0;
}
.table-top_ {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0 17px;
}
.selctby_ {
    position: absolute;
    right: 21px;
    top: 0;
}
.topearners_ {
    border: none;
}
.topearners_ thead {
    border: 1px solid #d5d5d5;
    background: #dcf3ff;
    position: sticky;
    top: 0;
    z-index: 2000;
}
.topearners_ .tableHeading {
    padding: 13px 20px !important;
    color: #797979;
}
.topearners_ .main-text {
    padding: 16px 20px;
}
.menu-items:last-child .main-text {
    border-bottom: none;
}
.cardCommon_ {
    background: #fff;
    box-shadow: 0px 3.19px 34.19px 0px #0093ea21;
    padding: 40px;
    border-radius: 24px;
    height: 100%;
}
.heading24 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 0;
}
.heading20 {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
}
.allocaterules_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.allocaterules_ {
    padding: 0;
}
.darktext_ {
    font-size: 14px;
    color: #313131;
    font-weight: 600;
}
.lightText {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}
.graphimg_ {
    text-align: center;
    width: 92%;
    margin-top: 37px;
}
.greenColor {
    color: #0ead69;
    font-size: 16px;
    font-weight: 400;
}
.redcolor {
    color: #c10b0ecc;
    font-size: 16px;
    font-weight: 400;
}
.dropdown {
    display: inline-block;
    position: relative;
    outline: none;
    margin: 10px;
}
/* button */
.dropbtn {
    cursor: pointer;
    transition: 0.35s ease-out;
}
/* dd content */
.dropdown .dropdown-content {
    position: absolute;
    top: 50%;
    background-color: #fff;
    min-width: 163px;
    border-radius: 10px !important;
    /* height: 122px; */
    padding: 10px 20px !important;
    box-shadow: 0px 4px 4px 0px #0000000a;
    z-index: 100000;
    visibility: hidden;
    opacity: 6;
    transition: 0.35s ease-out;
    right: 0;
}
.dropdown-content a {
    color: #313131;
    padding: 6px 16px;
    display: block;
    text-decoration: none;
    transition: 0.35s ease-out;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #dad7d7;
}
.dropdown-content:last-child {
    border-bottom: none !important;
}
.reward {
    border-bottom: none !important;
}
.dropdown-content a:hover {
    background-color: transparent !important;
}
.inerlist img {
    margin-right: 5px;
    width: 30px;
}
.dropdown-content a:hover {
    background-color: #eaeaea;
}
/* show dd content */
.dropdown:focus .dropdown-content {
    outline: none;
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}
/* mask to close menu by clicking on the button */
.dropdown .db2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    display: none;
}
.dropdown:focus .db2 {
    display: inline-block;
}
.dropdown .db2:focus .dropdown-content {
    outline: none;
    visibility: hidden;
    opacity: 0;
}
.user_detail_section {
    /* border: 1px solid #B9B9B9; */
    padding: 0;
}
.userDetailOuter {
    border: 1px solid #b9b9b9;
    padding: 54px 28px;
}
.user_detail_content {
    display: flex;
    align-items: center;
}
.user_details {
    display: flex;
    padding-left: 31px;
    gap: 70px;
}
.user_heading {
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 0;
}
.user_small_text {
    font-size: 14px;
    font-weight: 500;
    display: block;
    word-break: break-all;
    hyphens: auto;
}
.delete_btn {
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    box-shadow: 0px 22px 27px 0px #02a0fd33 !important;
    background: #ea5455 !important;
    padding: 15px 32px !important;
    display: inline-block !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    border: none !important;
}
.active_btn {
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    box-shadow: 0px 22px 27px 0px #02a0fd33 !important;
    background: #28c76f !important;
    padding: 15px 32px !important;
    display: inline-block !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    border: none !important;
}
.inactive_btn {
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    box-shadow: 0px 22px 27px 0px #02a0fd33 !important;
    background: #ffbf00 !important;
    padding: 15px 32px !important;
    display: inline-block !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    border: none !important;
}
.bg-warning {
    background: #ffbf00 !important;
}
.font20 {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
}
.fontweight {
    font-weight: 400;
}
.navbarData {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.mainNav {
    margin-left: 200px;
}
.navRightFirst {
    margin-right: 15px;
    border-right: 1px solid #727791;
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.font11 {
    color: #333333;
    font-size: 11px;
    font-weight: 600;
}
/* .flagImg{
  width: 15px;
  height: 15px;
} */
.flagImg {
    width: 22px;
    height: 22px;
}
.reddot {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
}
.ribbonImg {
    position: absolute;
    left: -13px;
    top: -42px;
    z-index: -1;
}
.notiImg {
    width: 50px;
    height: 50px;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 13rem !important;
    margin-top: 10px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #02a0fd !important;
    color: #fff !important;
}
.modal .modal-content {
    border-radius: 16px !important;
}
.modal .modal-header {
    background-color: #f8f8f8;
    border-radius: 16px !important;
    background-color: transparent !important;
}
.modal .modal-header {
    background-color: #f8f8f8;
    border-radius: 16px !important;
    padding: 33px;
}
.fontSize24 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #313131 !important;
}
.modal .modal-footer {
    padding: 1.8rem 1.4rem !important;
}
.invalid-feedback {
    display: inline;
    position: absolute;
    bottom: -20px;
    left: 0px;
    margin-top: 0.25rem;
    font-size: 0.857rem;
    color: #ea5455;
}
.primaryColor {
    color: #007bff;
}
.grayColor {
    color: #787171;
}
.noBtn {
    background-color: #ff334c !important;
}
.progress-bar {
    background-color: #02a0fd;
}
.orangeColor {
    color: orange;
}
.userPhoneNumber {
    margin-left: 80px;
}
#donut {
    margin: 0px auto !important;
    padding-top: 60px !important;
}
.social-Img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.authwrap {
    background: linear-gradient(
        281.88deg,
        #f83738 -26.27%,
        #c44d61 3.96%,
        #7a6d9d 47.23%,
        #4185cb 80.46%,
        #02a0fd 117.24%
    );
    min-height: 100vh;
    display: flex;
    justify-content: start;
    align-items: starts;
}
.form-check-input:checked {
    background-color: #02a0fd;
    border-color: #02a0fd;
}
.form-check-input:not(:disabled):checked {
    box-shadow: 0 2px 4px 0 #7ecfff;
}
/* border and text danger style btn */
.border_danger_btn {
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 11px 27px;
    border-radius: 10px;
    line-height: 24px;
}
/* \ border and text danger style btn */
/* border and text gray style btn */
.border_gray_btn {
    border: 1px solid #6b757d;
    color: #6b757d;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 11px 27px;
    border-radius: 10px;
    line-height: 24px;
}
/* \ border and text gray style btn */
/* action dropdwon style */
.actionDropdownBtn {
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    color: #414040;
}
.actionDropdownBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.actionDropMenu {
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #0000000a;
    width: 163px;
    border-radius: 10px;
    padding: 0 14px;
}
.actionDropMenu li a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #313131;
    border-bottom: 1px solid #dad7d7;
    font-size: 14px;
    padding: 10px 0;
}
.actionDropMenu li:last-child a {
    border: none;
}
.actionDropMenu li a.danger_action_btn {
    color: #d31515;
}
.actionDropMenu li a img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-right: 14px;
}
#management_table_filter {
    display: flex;
    align-items: center;
    justify-content: end;
}
#management_table_filter select {
    margin-top: 10px;
    width: 130px;
}
/* \ action dropdwon style */
/* datatable data alignment */
.dataTable td p {
    margin-bottom: 0;
}
.dataTable th,
.management_table th {
    white-space: nowrap;
}
.management_table td {
    min-width: fit-content;
    white-space: nowrap;
}
.td_nowrap {
    white-space: nowrap;
}
.input-group:has(span.error) {
    margin-bottom: 25px;
}
/* time zone style */
.time_zon_box {
    background: rgba(2, 160, 253, 10%);
    padding: 16px;
    max-width: 304px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}
.time_zon_box span {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    color: rgba(49, 49, 49, 60%);
}
.time_zon_box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(2, 160, 253, 1);
    margin-bottom: 0;
}
.main-menu.menu-light .navigation > li > a {
    margin: 0;
}
/* \ time zone style */
/* chart icon */
.chart_ico_drop .chart_ico_drop_btn {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #999;
    height: 52px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 20px;
    background-color: #fff;
    color: #8c8c8c;
}
html .chart_ico_drop .dropdown-menu {
    width: 80%;
    background: #fafafa;
    width: 80vw;
    max-width: 240px;
    border-radius: 10px !important;
    max-height: 280px;
    overflow: auto;
}
.chart_ico_drop li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 9px 15px;
}
.chart_ico_drop li img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}
.chart_ico_drop li span {
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 7px;
}
.chart_ico_drop li input {
    margin-left: auto;
    width: 15px;
    height: 15px;
    accent-color: #026dac;
}
/* \ chart icon */
/* dash_user_table */
.dash_user_table {
    max-height: 510px;
}
/* \ dash_user_table */
.dataTable thead tr {
    background-color: #dadada;
    position: sticky;
    top: var(--navheight);
    z-index: 20;
}
table.dataTable thead .sorting:after {
    background-size: contain !important ;
    width: 18px !important;
    height: 18px !important;
    top: 2.3rem !important;
    opacity: 0.5 !important;
}
table.dataTable thead .sorting::before {
    background-size: contain !important ;
    width: 18px !important;
    height: 18px !important;
    top: 1.3rem !important;
    opacity: 0.5 !important;
}

table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
}

.max_w_auto {
    max-width: none;
}

.table_collaps {
    background-color: #fff;
    border: 1px solid #007bff;
    padding: 8px 18px;
    border-radius: 5px;
}
.table_collaps img {
    transform: rotate(180deg);
    transition: all 0.1s linear;
}

.user_table_hide .table_collaps img {
    transform: rotate(0);
}

.user_table_hide table {
    display: none;
}
/* table_search css */
.table_search {
    position: relative;
    width: 100%;
}
.table_search input {
    border: 1px solid #e5f5e3;
    box-shadow: 0px 2px 24px 0px #02a0fd14;
    padding: .75rem .75rem .75rem 3.875rem;
    border-radius: .5rem;
    font-size: 1rem;
    outline: none;
    background-color: #fff;
    max-width: 100%;
    width: 345px;
}
.table_search i{
    position: absolute;
    display: inline-block;
    padding: .75rem 1.25rem;
    top: 0;
    left: 0;
    z-index: 2;

}
.table_search i img{
    width: 1.375rem;
    display: block;
}
/* \ table_search css */

/* max width media 1399.98px */
@media (max-width: 1399.98px) {
    .poll_heading,
    .poll_heading a {
        font-size: 25px;
    }
    .schedule_box {
        padding: 8px 18px;
    }
    .poll_input {
        padding: 14px 10px;
    }
    .heading16 {
        font-size: 15px;
    }
    .uservalue_ {
        padding: 25px 15px;
    }
    .userDetailOuter {
        border: 1px solid #b9b9b9;
        padding: 24px 8px;
    }
    .social-Img {
        width: 90px;
        height: 90px;
    }
    .user_heading {
        font-size: 12px;
    }
    .user_small_text {
        font-size: 12px;
        font-weight: 500;
    }
    .delete_btn,
    .inactive_btn {
        font-size: 12px !important;
        padding: 8px 16px !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
    }
}
/* max width media 1199.98px */
@media (max-width: 1199.98px) {
    .top_header_poll {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .top_header_poll .mainNav {
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .navbarData {
        width: 100%;
    }
    .commonlayout_ {
        padding-top: 0;
    }
    .poll_heading,
    .poll_heading a {
        font-size: 25px;
    }
    .user_detail_content {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .user_details {
        padding-left: 0;
        gap: 40px;
        flex-wrap: wrap;
    }
}
/* max width media 991.98px */
@media (max-width: 991.98px) {
    .poll_form {
        gap: 20px;
        flex-wrap: wrap;
    }
    .notiImg {
        width: 35px;
        height: 35px;
    }
    .navRightFirst {
        margin-right: 0px;
        padding-right: 15px;
    }
    .round {
        height: 35px;
        width: 35px;
    }
    .font20 {
        font-size: 16px;
    }
    .dashboardStats_ {
        gap: 14px;
        justify-content: space-between;
    }
    .uservalue_ {
        padding: 18px 15px;
    }
}
/* max width media 767.98px */
@media (max-width: 767.98px) {
    .navRightFirst {
        padding-right: 0;
    }
    .uservalue_ {
        padding: 18px 15px;
    }
    .valuehead_ {
        font-size: 18px;
    }
    .heading16 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .selctby_ {
        position: static;
    }
    .table-top_ {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 23px 0 17px;
    }
    #donut {
        padding-top: 10px !important;
    }
    #management_table_filter {
        justify-content: center;
        flex-wrap: wrap;
    }
}

#resultManagementTable_filter {
    display: none;
}
.custom-tooltip {
    position: relative;
    cursor: pointer;
}

.custom-tooltip::after {
    content: attr(title); /* Use the title attribute as the tooltip text */
    position: absolute;
    top: 150%; /* Adjust to position below the text */
    left: 50%;
    transform: translateX(-50%);
    background: #333; /* Tooltip background color */
    color: #fff; /* Tooltip text color */
    padding: 6px 10px; /* Tooltip padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 12px; /* Text size */
    white-space: nowrap; /* Prevent text wrapping */
    opacity: 0; /* Start hidden */
    pointer-events: none; /* Prevent hover issues with tooltip itself */
    transition: opacity 0.2s ease-in-out; /* Smooth fade-in/out */
    z-index: 1000;
}

.custom-tooltip:hover::after {
    opacity: 1; /* Show tooltip on hover */
}
