img.usericon {
    width: 40px;
    border-radius: 20px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #616a75;
    margin-right: 5px;
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px !important;
    background: #f1f2f4 !important;
    color: #6c757d !important;
}
.customtable.scroll_table a.btn {
    font-size: 10px;
}
.customtable.scroll_table {
    width: 100%;
    display: block;
    overflow: auto;
    max-height: 1500px;
}
input.noborder {
    border: none;
    color: #495057;
   
}
select.dtrangeinput {
    border: none;
      color: #495057;
      font-weight: normal;
}
.middle_flt.datebtn input.dtrangeinput {
    border: none;
    padding-left: 8px;
    font-size: 15px;
}
.pre-loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    z-index: 999999;
    text-align: center;
    line-height: 100vh;
}
.custom_button1.disabled {
    pointer-events: none; /* Prevent clicks */
    opacity: 0.5; /* Make it look disabled */
    cursor: not-allowed; /* Change the cursor to indicate it is disabled */
}

span.total_counts {
  display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 5px;
    /* background: #f2f2f2; */
    border-bottom: 1px solid #f2f2f2;
}
.border_0 {
    border-bottom: none !important;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
 
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius:3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3bc0c3; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #314361; 
}


input.btn.btn-secondary:focus {
    box-shadow: none !important;
}
button.export_btn {
    padding: 5px 10px;
    border: 1px solid #616a75;
    border-radius: 5px;
    background: #616a75;
    font-size: 15px !important;
    font-weight: 400;
    color: #fff;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #616a75;
}
button.export_btn:hover {
    border: 1px solid #000000;
    background: #000000;
}
a.btn.custom_tblbtn {
    background: #a1edd0;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 15px !important;
}

select.btn.custom_tblbtn {
    background: #a1edd0;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 15px !important;
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
    background: transparent !important;
    box-shadow: none !important;
}


table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: none !important;
}

.tbl_flex_img img {
    width: 200px;
}

.tbl_flex_img iframe {
    width: 200px;
    height: 100px;
}

.fixed_header {
    overflow: auto;
    position: relative;
}

.customtable {
    position: relative;
}

.customtable table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    z-index: 0;
}

.customtable td,
.customtable th {
    padding: 8px 16px;
}
.customtable td a{
    cursor: pointer;
}

.customtable thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #f9fafb;
    color: #000000;
    z-index: 1;
    white-space: nowrap;
    border-bottom: 1px solid #dde0e4;
     font-size: 12px;
}
.customtable tbody td {
    top: 0;
    background: #fff;
    color: #000;
    z-index: 0px;
    font-size: 12px;
    white-space: nowrap;
}

td.ifno {
    white-space: nowrap;
}

.fixed_header tbody td {
    white-space: nowrap;
}

.fixed_header thead th {
    white-space: nowrap;
}

.customtable tbody tr {
    border-bottom: 1px solid #dde0e4;
}

.customtable tbody tr td p.title_head {
    font-size: 14px;
    font-weight: 600;
}

.customtable tbody tr td p.title_date {
    font-size: 12px;
    color: #9d9d9d;
}

.customtable tbody tr td p {
    margin-bottom: 2px;
    font-weight: 500;
}

.form-control {
    font-size: 15px !important;
   
}
card .large_card {
    width: 100%;
    margin-bottom: 20px;
}

.card {
    height: max-content;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}
.cardbox {
    padding: 20px;
}

.cardbox h3 {
    font-size: 23px;
    font-weight: 900;
    color: #1a2942;
}
.cutom_btnsec{
    margin-bottom: 21px;
    display: flex;
    gap: 10px;
}
.count_dashboard label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
}
.count_dashboard .form-control{
     border: 1px solid #ced4da;
}
table.dataTable span.dtr-data input.btn.btn-sm.btn-secondary {
    background: #a1edd0;
    border: none;
    padding: 2px 8px;
    font-size: 15px !important;
    border-radius: 18px;
    color: #000000;
    font-weight: 600;
}

a.sidebar__nav_link.disabled-link {
    pointer-events: none;
    color: #dddddd !important;
}

a.sidebar__nav_link.disabled-link .fa {
    color: #dddddd !important;
}

img.usericon {
    width: 40px;
    border-radius: 20px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #616a75;
    margin-right: 5px;
}

ul.navbar-nav.ml-auto.right_dropdowns li a {
    padding: 0px;
}

.fixed-top {
    background: #ffffff;
     box-shadow: 0 1px 3px rgba(27, 23, 30, 0.1);
    z-index: 1;
}

span.wlcome {
    color: #1f2124;
    font-size: 15px;
    font-weight: 600;
}

.dropdown-menu.custom_dpmenu.show {
    padding: 0px;
    margin-top: 16px;
    right: 0;
    left: -70px;
}

.dropdown-menu.custom_dpmenu.show a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.dropdown-menu.custom_dpmenu.show a:hover {
    background: #f1f2f4;
}

.dropdown-menu.custom_npmenu.show {
    padding: 0px;
    margin-top: 8px;
    max-height: 60vh;
    width: 23.75rem;
    overflow: auto;
    left: -11.05rem;
}

.dropdown-menu.custom_npmenu.show a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
}

.dropdown-menu.custom_npmenu.show a:hover {
    background: #f1f2f4;
}

a.navbar-brand {
    font-weight: bold;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-weight: 700;
}
img.header_logo {
    width: 66px;
}

ul.navbar-nav.ml-auto.right_dropdowns {
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.navbar-nav .dropdown-menu a {
    padding: 8px !important;
}

a.nav-link.dropdown-toggle.badge_bell .fa {
    font-size: 15px;
    color: #616a75;
    padding: 8px;
}

a.nav-link.dropdown-toggle.badge_bell {
    position: relative;
}

span.badge.badge-secondary {
    position: absolute;
    animation: 0;
    top: 0;
    right: 10px;
    background: red;
}

a.nav-link.dropdown-toggle.badge_bell::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #000000;
}

.form-group.has-search input {
    background: #f1f2f4;
    padding-left: 40px !important;
}

.form-group.has-search ::placeholder {
    padding-left: 0px;
    color: #000000;
}

.form-group.has-search {
    margin: 0px;
    width: 36.25rem;
}

.top_product_content a img {
    width: 24px;
}

.top_product_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.middle_product {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    background: #17171c;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.middle_date_picker {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

span.datepicsearch input {
    position: relative;
    /* padding: 16px; */
    border: none;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(../../assets/img/search_icon1.png) no-repeat;
    background-size: 22px;
}

span.datepicsearch {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    /* font-size: 15px; */
    display: flex;
    justify-content: center;
    background: #fff;
    align-items: center;
    font-weight: 400;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
    background: #fff;
}

.middle_date_picker a {
    color: #1f2124;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-left: auto;
}

.middle_flt.datebtn {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    min-height: 37px;
   
}
.middle_flt.datebtn input,
.middle_flt.datebtn select,
.middle_flt.datebtn textarea {
    flex: 1;
    width: auto;
}

form.md_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  
}

a.clear_filter {
    margin-left: auto;
    color: #000;
}
a.clear_filter:hover{
    color: #1a2942;
}

.datebtn {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}

input.btn.datebtn {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px !important;
    font-weight: 400;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}

.middle_flt.datebtn input.dtrangeinput {
    border: none;
    padding-left: 8px;
    font-size: 15px;
}
.fullwidhtchart{
    width: 100%;
    background: #fff;
}
.section_chart{
    width: 100%;
    margin-bottom: 20px;
}
.middle_product lable {
    color: #fff;
}

.middle_product label.text-red {
    color: #fff;
    font-size: 15px;
    position: absolute;
}

.datbtns {
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.sub-heading {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.top_product_content h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
.top_product_content h4 span{
    color: #1a2942;
}

.right_btn {
    margin-left: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

a.btn.btn-secondary.buttons-excel.buttons-html5 {
    background: noe;
    background: transparent;
    border: none;
    font-size: 15px !important;
    padding: 0px;
}

.right_btn a {
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

a.custom_add {
    background: #1a2942;
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 15px;
}
a.custom_add:hover{
     background: #000000;
}
input.btn.custom_add {
    background: #1a2942;
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 15px;
}
input.btn.custom_add:hover{
     background: #000000;
}

/*.btn {*/
/*    font-size: 12px !important;*/
/*}*/

label.mdlble {
    color: #dcdcdc;
}

input.btn.btn-primary.med_searchbtn {
    background: #fff;
    border: none;
    color: black;
    display: flex;
}
.error{
    color: red;
    width: 100%;
}

.flex_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.table_content {
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}

section.copyright {
    display: none;
}

.filters {
    width: 100%;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #dde0e4;
}

.filters .btn {
    background: transparent;
    border: transparent;
    color: #000;
}

.filters input.btn.btn-secondary.active {
    background: #e0f8ee;
    color: #000000;
}

.custom_datatbl {
    width: 100%;
    display: block;
    padding: 8px;
}

button.btn.btn-secondary.buttons-excel.buttons-html5 {
    border: none;
    border-radius: 0px;
    outline: 0;
    border: transparent;
    background: transparent;
    color: #1f2124;
    font-size: 15px !important;
    padding: 0px;
    font-weight: 500;
}

table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    display: block;
}

span.dtr-data {
    word-wrap: break-word;
    white-space: normal;
}

table.dataTable thead th,
table.dataTable tbody td {
    width: 10%;
}

table.dataTable th {
    background: #f9fafb;
    font-size: 15px;
    font-weight: 500 !important;
    color: #1f2124 !important;
}

table.dataTable td {
    font-size: 15px;
    background: #ffffff;
    color: #1f2124 !important;
}

table.dataTable tbody tr:nth-child(odd) {
    background: #ffffff;
}

input.btn.btn-primary.serachtbn {
    margin-top: 30px;
}

label.text-red {
    color: red !important;
    font-size: 15px !important;
}

/* Layout */
.main_page_view {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 33px;
}

.main_page_view__sidebar {
    position: fixed;
    top: 0;
    overflow: auto;
    transition: all .3s ease-in;
    height: 100vh;
    background: #1a2942;
    color: #70809a;
    margin-top: 0px;
    width: 240px;
    border-right: 1px solid #dde0e4;
    padding: 0px;
    z-index: 9999;
}
.logo_top {
   text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #314361;
}

.main_page_view__content {
    display: block;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 90vh;
    flex-direction: column;
    margin-left: 240px;
    padding: 50px 15px;
    background: #eaf1f3;
}

/* Sidebar */
.sidenav__trigger {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    color: red;
    background-color: red;
}

.sidenav__trigger>i {
    display: inline-block;
    margin: 1.5em 0 0 1.5em;
    color: #f07ab0;
}

.sidebar__nav:hover,
.sidebar__nav:focus,
.sidenav__trigger:focus+.sidebar__nav,
.sidenav__trigger:hover+.sidebar__nav {
    left: 0;
}

.sidebar__nav ul {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
    text-decoration: none;
    padding: 2px 0rem;
}

.sidebar__nav ul h4 {
    color: #70809a;
    font-size: 15px;
    font-weight: 600;
    padding: 0rem 1rem;
}

.sidebar__nav ul li {
    width: 100%;
    font-size: 15px;
    color: #1f2124;
    padding: 2px;
}
.sidebar__nav ul li ul{
    padding-left: 20px;
    margin-bottom: 0px;
}
ul.fixed_menu {
    position: fixed;
    bottom: 0;
    background: #f1f2f4;
    padding: 2px 0rem;
    margin-bottom: 0px;
    border-top: 1px solid #dde0e4;
    border-bottom: 1px solid #dde0e4;
    width: 208px;
}

.sidebar__nav_link {
    position: relative;
    width: 100%;
    color: #1f2124 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 6px 15px;
    border-left: 4px solid transparent;
    background: transparent;
    font-size: 15px;
}

.sidebar__nav_sub {
    position: relative;
    width: 100%;
    color: #1f2124 !important;
    display: block;
    padding: 4px 1rem;
    padding: 5px 40px !important;
    background: transparent;
    font-size: 15px;
}

ul.sub_nav_list {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

ul.sub_nav_list li a {
    color: #1f2124;
}

.sidebar__nav_link .fa {
    color: #70809a;
}
.arrow_nav .fa {
    padding-right: 10px;
}
a.sidebar__nav_link{
    color: #70809a !important;
    font-weight: 500;
    cursor: pointer;
    justify-content: space-between;
}
a.sidebar__nav_link.active {
    background:#ffffff12;
    color: #3bc0c3 !important;
    padding: 6px 15px;
    overflow: hidden;
    font-weight: 500;
}

.sidebar__nav_link em {
    position: absolute;
    top: 50%;
    left: 4em;
    transform: translateY(-50%);
}

.sidebar__nav_link {
    color: #1f2124;
}

.top_menus {
    width: 100%;
    display: block;
}
.side_menu {
    width: 100%;
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
}

input.btn.btn-secondary.switchbtn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #a99400;
    border: none;
    font-weight: 500;
}

.dashboard {
    width: 100%;
    background: #fff;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard h5 {
    font-size: 50px;
}

span.badge.badge-light.custom_bdge {
    margin-left: auto;
    background: #dde0e4;
    padding: 4px 10px;
}

.pagination {
    margin-bottom: 0px;
}

ul.pagination .paginate_button {
    padding: 0px !important;
}

.dataTables_paginate {
    width: 100%;
    text-align: center;
}

.search_tbl {
    position: relative;
    margin-left: auto;
    border-radius: 0px;
    overflow: hidden;
    background-color: #f9fafb;
}

.search_tbl input {
    height: 33px;
    width: 0;
    padding: 5px 33px 5px 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    transition: 0.2s;
    color: #1f2124;
}

.search_tbl input:not(:placeholder-shown),
.search_tbl input:focus,
.search:hover input {
    width: 300px;
    padding: 5px 33px 5px 1em;
    cursor: unset;
}

.btn_tbl_search {
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    width: 33px;
    border-radius: 0px;
    background-color: #f1f2f4;
    cursor: pointer;
    pointer-events: none;
    text-align: center;
    line-height: 33px;
}

.search_tbl input:not(:placeholder-shown)+.btn {
    pointer-events: auto;
}

.search_tbl ::placeholder {
    color: #000000;
}

.btn_tbl_search i {
    position: relative;
    color: #000000;
}

.boxshadow {
    border-radius: 5px;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
    background: #ffffff;
}

.preferences_sec {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.prefer_bx_content {
    width: 100%;
    display: block;
    padding: 15px;
}

.preference_box {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde0e4;
    margin-bottom: 20px;
}

.over_flow {
    overflow: auto;
}

input.custom_add {
    background: #a99400;
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

.user_control {
    padding: 4px 16px;
    display: block;
}

.prefe_content {
    width: 100%;
    display: block;
}

.prefe_content h6 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 600 !important;
}

.prefe_content p {
    font-size: 15px;
}

.prefer_bx_content label {
    font-size: 15px;
    margin-bottom: 0px;
}

.create_box.boxshadow {
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.create_box {
    font-size: 15px;
}

.create_box h6 {
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.create_box a.rl {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.create_box label {
    margin-bottom: 0.1rem;
}

/*textarea {*/
/*  resize: none;*/
/*}*/
.visbiletimeanddate {
    width: 100%;
    display: block;
    margin-top: 20px;
    display: none;
}

.create_box.boxshadow P {
    margin-top: 10px;
}

.ct_line {
    border-bottom: 1px solid #dde0e4;
    margin-bottom: 20px;
}

.custom_radio {
    margin-bottom: 10px;
}

.chboxflex input[type=checkbox] {
    position: relative;
    border: 2px solid #4646d9;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 5px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;

    opacity: .5;
}

.chboxflex input[type=checkbox]:hover {
    opacity: 1;
}

.chboxflex input[type=checkbox]:checked {
    background-color: #4646d9;
    opacity: 1;
}

.chboxflex input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: 0px -2px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.custom_radio [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* gap: 10px; */
    padding: 0px 30px;
}

.custom_radio [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #4646d9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.expertinfo {
    display: none;
}

.more_expertinfo {
    display: none;
}

.edit_seo_website {
    display: none;
}

.ancor_txt a {
    margin-bottom: 0px;
    font-size: 15px;
    color: #1f2124 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.drop-zone {
    max-width: 100%;
    height: 200px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    object-fit: cover;
    border: 1px dashed #ced4da;
    border-radius: 0.25rem;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    text-align: center;
}

input.cancel_btn {
    background: transparent;
    color: #000000;
    border: 1px solid #000;
}

.ft_left_menu {
    display: flex;
    justify-content: flex-start;
    flex-basis: 200px;
}

.ft_rt_menu {
    display: flex;
    justify-content: flex-start;
}

.ft_rt_menu ul {
    margin-bottom: 0px;
}

.ft_rt_menu ul li {
    list-style: none;
    display: inline-block;
    padding: 2px;
}

.nav_content h6 {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
}

.nav_content.nested_head {
    border-bottom: 1px solid #dde0e4;
    padding: 15px;
}

.nav_content.nested_head h6 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.nested_list {
    border-bottom: 1px solid #dde0e4;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.dragbtn {
    border: 1px solid #dde0e4;
    border-radius: 5px;
}

.dragbtn span {
    padding: 3px 12px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
}

.dragbtn span.button-delete {
    border-right: 1px solid #dde0e4;
}

.nav_handle h6 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.image_size {
    width: 100%;
    display: block;
}

.image_size h6 {
    margin-bottom: 5px;
}

/* table to div css start */
.custom_page_desing {
    padding: 0px;
    width: 100%;
    display: block;
}

.custom_page_desing p {
    margin-bottom: 20px;
    color: #616a75;
    font-size: 15px;
    word-break: break-word;
}

p.csimg img {
    width: 150px;
}

.custom_pageno {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.custom_pageno_txt h6 {
    margin-bottom: 10px;
    color: #000000;
}

/*.custom_pageno_txt{*/
/*   flex-basis: max-content; */
/*}*/
.custom_pageno:last-child {
    border: none;
}

.custom_pageno_txt h6 {
    white-space: nowrap;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.login_view {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-inline {
    margin-right: 10px;
}

.drop-zone {
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    color: #cccccc;
    border: 1px dashed;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    text-align: center;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border-radius: 30px;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.slider:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    left: 2px;
    top: 2px;
    transition: transform 0.3s ease;
}

input[type="checkbox"]:checked+.slider {
    background-color: #2196F3;
}

input[type="checkbox"]:checked+.slider:before {
    transform: translateX(30px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    margin-bottom: 0px;

}

.custom_switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 22px;
    margin-bottom: 0px;
    margin-top: 6px;

}

span.tgtxt {
    text-align: center;
    width: 80px;
    display: block;
    font-size: 15px;
    height: 22px;
    line-height: 22px;
}

.heading._heding_flex_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}



.custom_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: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}



.custom_slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}



.switch input:checked+.slider {
    background-color: #2196F3;
}

.custom_switch input:checked+.custom_slider {
    background-color: #2196F3;
    color: #ffffff;
}



.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}



.custom_switch input:focus+.custom_slider {
    box-shadow: 0 0 1px #2196F3;
}



.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



.custom_switch input:checked+.custom_slider:before {
    -webkit-transform: translateX(54px);
    -ms-transform: translateX(54px);
    transform: translateX(54px);

}



/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}



.slider.round:before {
    border-radius: 50%;
}



/* Rounded sliders */
.custom_slider.custom_round {
    border-radius: 34px;
}



.custom_slider.custom_round:before {
    border-radius: 50%;
}

.input-group-addon {
    padding: -1px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #ffffff;
    border-color: #dae0e8;
}

.setting_box_txt {
    padding: 10px;
}

.copy_button {
    background-color: #aee1f2;
    color: #ffffff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}

.enquiry_copy {
    margin-left: 10px;
    color: #2fc2db;
    font-size: 15px;
}

table,
th,
td {
    border-collapse: collapse;
}

.btn-success:hover {
    color: #fff;
    background-color: #afde5c;
    border-color: #afde5c;
}

/* Analytics Dashboard */

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.two_card_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.card {
    width: 100%;
    height: max-content;
    background-color: #fff;
    border-radius: 5px;
    border:none;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}

.short_card {
    width: 174px;
}
input.btn.datebtn {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #ffffff;
    font-size: 15px !important;
    font-weight: 400;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}

.large_card {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.card-content {
    padding: 20px;
    padding-top: 15px;
    padding-left: 15px;
    text-align: left;
    /* Center the icon and text */
}

.icon {
    font-size: 15px;
    /* Adjust the size of the icon as needed */
    margin-bottom: 10px;
    /* Add space between the icon and title */
}

.card-title {
    font-size: 15px;
}

.card-description {
    font-size: 15px;
    /* Adjust the title font size as needed */
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.pie-chart {
    background:
        radial-gradient(circle closest-side,
            transparent 42%,
            white 0),
        conic-gradient(#4e79a7 0,
            #4e79a7 38%,
            #f28e2c 0,
            #f28e2c 61%,
            #e15759 0,
            #e15759 77%,
            #76b7b2 0,
            #76b7b2 87%,
            #59a14f 0,
            #59a14f 93%,
            #edc949 0,
            #edc949 100%);
    position: relative;
    min-height: 350px;
    margin: 0;
}

.pie-chart h2 {
    position: absolute;
    margin: 1rem;
}

.pie-chart cite {
    position: absolute;
    bottom: 0;
    font-size: 80%;
    padding: 1rem;
    color: gray;
}

.pie-chart figcaption {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: smaller;
    text-align: right;
}

.pie-chart span:after {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.4em;
    height: 0.8em;
    border-radius: 0.2em;
    background: currentColor;
}

.navbar {
    z-index: 5;
}

form#filters2 {
    display: flex;
}

.daterangepicker .drp-calendar {
    max-width: 300px !important;
}
.dropdown-container {
    display: none;
    padding-left: 8px;
}
a.sidebar__nav_link.inner_link {
    padding: 6px 15px;
}
a.sidebar__nav_link:hover{
    color: #3bc0c3 !important;
}
input.btn.active {
    background-color: #E0F8FB;
}

.count_dashboard{
   position: relative;
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
} 

.count_dashboard h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.box_count {
    width: 100%;
    display: flex;
    padding: 0px;
    border: 1px solid #f2f2f2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background: #f1f2f4;
    margin-top:20px;
}
.box_count span.count_number {
    font-size: 15px;
    font-weight: 700;
    color: #0072bd;
    padding-top: 10px;
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: #fff;
}
.box_count span.count_txt {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
   background: #fbfbfb;
}

.margin_bt_20{
    margin-bottom:20px;
}

        

@media only screen and (max-width: 767px) {
    .main_page_view__content {
        margin-left: 0;
        padding: 100px 0;
    }

    .main_page_view {
        display: none;
    }

    .sidebar__nav {
        width: 15em;
    }

    form.md_filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .card {
        width: 100%;
    }

    .short_card {
        width: 180px;
    }

    .card-title {
        text-align: center;
    }

    .dropdown-menu.custom_dpmenu.show {
        position: absolute;
        padding: 0px 10px;
        margin-top: 9px;
        right: 0px;
        left: -52px !important;
    }

    .customtable {
        overflow-x: auto;
        margin-top: 2px;
    }

    .customtable table {
        width: 600px;
    }

    .displayLeftNav {
        display: none;
    }

    .leftnav_trigger {
        display: none;
    }

    .main_page_view__sidebar {
        z-index: 4;
        transition: .2s ease;
    }

    .textInputTypes {
        display: flex;
        flex-direction: column;
        border: 2px solid #f1f2f4;
        border-radius: 10px;
    }

    .filtersSec {
        display: none;
    }

    .mobile {
        position: absolute;
        z-index: 2;
        background-color: #fff;
        padding: 0 10px;
        left: 0;
        top: 60px;
    }

    .sidebar__nav ul {
        padding-left: 12px;
        top: inherit;
        
    }

    .daterangepicker.ltr.auto-apply.show-ranges.opensright.show-calendar {
        top: 200px !important;
        left: 15px !important;
    }

    .daterangepicker {
        width: 310px !important;
    }
    
    .custom_pagination {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: initial !important;
        padding: 10px;
        overflow: hidden;
    }
    
    .right_pagination {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    
    .table_content {
        overflow: auto;
    }
    
    form#filters2 {
        display: flex;
        justify-content: space-between;
        gap: 5px;
        flex-wrap: wrap;
    }
}


