body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px !important;
    background: #f1f2f4 !important;
    color: #1f2124 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

input.btn.btn-secondary:focus {
    box-shadow: none !important;
}

a.btn.custom_tblbtn {
    background: #a1edd0;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px !important;
}

select.btn.custom_tblbtn {
    background: #a1edd0;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px !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 thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #f9fafb;
    color: #000000;
    z-index: 1;
    white-space: nowrap;
    border-bottom: 1px solid #dde0e4;
}

.customtable tbody td {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
    background: #fff;
    color: #000;
    z-index: 0px;
}

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: 16px;
    font-weight: 600;
}

.customtable tbody tr td p.title_date {
    font-size: 12px;
    font-style: italic;
    color: #9d9d9d;
}

.customtable tbody tr td p {
    margin-bottom: 2px;
}

.form-control {
    font-size: 14px !important;
}

table.dataTable span.dtr-data input.btn.btn-sm.btn-secondary {
    background: #a1edd0;
    border: none;
    padding: 2px 8px;
    font-size: 12px !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: 0rem 0.0625rem 0.0625rem #1f21241a !important;
    z-index: 1;
}

span.wlcome {
    color: #1f2124;
}

.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: 16px;
}

.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: 16px;
}

.dropdown-menu.custom_npmenu.show a:hover {
    background: #f1f2f4;
}

a.navbar-brand {
    font-weight: bold;
    width: 240px;
}

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: 21px;
    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: 16px;
    font-weight: 400;
    width: max-content;
    box-shadow: 0rem 0.125rem 0.25rem #1f21241a, 0rem 0.0625rem 0.375rem #1f21240d;
}

form.md_filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

a.clear_filter {
    margin-left: auto;
}

.datebtn {
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #ffffff;
    font-size: 16px;
    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: 16px !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: 16px;
}

.middle_product lable {
    color: #fff;
}

.middle_product label.text-red {
    color: #fff;
    font-size: 16px;
    position: absolute;
}

.datbtns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_product_content h4 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}

.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: 16px !important;
    padding: 0px;
}

.right_btn a {
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

a.custom_add {
    background: #a99400;
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 16px;
}

.btn {
    font-size: 16px !important;
}

label.mdlble {
    color: #dcdcdc;
}

input.btn.btn-primary.med_searchbtn {
    background: #fff;
    border: none;
    color: black;
    display: flex;
}

.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: 16px !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: 16px;
    font-weight: 500 !important;
    color: #1f2124 !important;
}

table.dataTable td {
    font-size: 16px;
    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: 16px !important;
}

/* Layout */
.main_page_view {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}


.sessions li {
    padding-bottom: 1.5rem !important;
    border-left: 2px solid #dde0e4;
    position: relative;
    padding-left: 20px !important;
    margin-left: 10px;
    list-style: none;
    padding: 0;
}


.sessions li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #87909b;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}
.vertical_hight_activites {
    height: 100vh;
    background: #fff;
    position: fixed;
    width: 100%;
}
.sessions .time span {
    font-size: 16px;
}
.sessions .time {
    color: #2a2839;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main_page_view__sidebar {
    position: fixed;
    top: 0;
    overflow: auto;
    transition: all .3s ease-in;
    height: 100vh;
    background: #f1f2f4;
    color: #1f2124;
    margin-top: 58px;
    width: 209px;
    border-right: 1px solid #dde0e4;
    padding: 1rem 0rem;
}

.main_page_view__content {
    display: block;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 90vh;
    flex-direction: column;
    margin-left: 240px;
    padding: 30px 15px;
    background: #f1f2f4;
}

/* Sidebar */
.sidenav__trigger {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
}

.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: 1rem;
    list-style: none;
    text-decoration: none;
    margin-bottom: 1rem;
}

.sidebar__nav ul h4 {
    color: #616a75;
    font-size: 16px;
    font-weight: normal;
    padding: 0rem 1rem;
}

.sidebar__nav ul li {
    width: 100%;
    font-size: 16px;
    color: #1f2124;
    padding: 2px;
}

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: 4px 1rem;
    border-left: 4px solid transparent;
    background: transparent;
    font-size: 16px;
}

.sidebar__nav_sub {
    position: relative;
    width: 100%;
    color: #1f2124 !important;
    display: block;
    padding: 4px 1rem;
    padding: 5px 40px !important;
    background: transparent;
    font-size: 16px;
}

ul.sub_nav_list {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

ul.sub_nav_list li a {
    color: #1f2124;
}

.sidebar__nav_link .fa {
    color: #616A75;
}

a.sidebar__nav_link.active {
    border-left: 4px solid #008000;
    background: #ebebeb;
    color: #008000;
}

.sidebar__nav_link em {
    position: absolute;
    top: 50%;
    left: 4em;
    transform: translateY(-50%);
}

.sidebar__nav_link {
    color: #1f2124;
}

.top_menus {
    width: 100%;
    display: block;
    margin-bottom: 100px;
}

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;
    float: right;
    margin-right: 0px;
    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: 16px;
    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: 14px;
}

.prefer_bx_content label {
    font-size: 14px;
    margin-bottom: 0px;
}

.create_box.boxshadow {
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.create_box {
    font-size: 14px;
}

.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: 20px;
    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: 14px;
    text-align: center;
}
.drop-zone__prompt{font-size:14px;color:#000000;}

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: 16px;
    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: 14px;
    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-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    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: 14px;
    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: 12px;
    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: 14px;
    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;
    font-family: inherit;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}

.enquiry_copy {
    margin-left: 10px;
    color: #2fc2db;
    font-size: 14px;
}

table, th, td {
    border-collapse: collapse;
    padding: 12px;
}

.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: 240px;
    height: max-content;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.chart_card {
    width : 97%;
    margin-bottom: 20px;
    background-color : #ffffff;
    border-radius: 15px;
    border: 1px solid #80808042;
}

.chart_card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: scale(1.0);
}

.short_card {
    width: 174px;
}

.large_card {
    width: 400px;
    margin-bottom: 20px;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-content {
    padding: 20px;
    padding-top: 14px;
    padding-left: 14px;
    text-align: left; /* Center the icon and text */
}

.icon {
    font-size: 24px; /* 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: 2.5rem; /* 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;
}

/*rajesh start code*/

 section.contact_admin_view {
        background: #5164d5;
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
        margin-top: 56px;
    }
.contact_admin_view .center_div {
    justify-content: center;
    align-items: center;
}
.contact_admin_banner h1 {
    color: #ffffff;
    font-weight: 700;
}
.contact_admin_banner h4 {
    color: #ffffff;
}
section.contact_admin_details {
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.create_box.boxshadow {
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}


  section.help_center_view {
        background: #5164d5;
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
        margin-top: 56px;
    }
.help_center_view .center_div {
    justify-content: center;
    align-items: center;
}
.help_center_banner h1 {
    color: #ffffff;
    font-weight: 700;
}
.help_center_banner h4 {
    color: #ffffff;
}
section.help_center_details {
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
}
.module {
    margin-bottom: 30px;
}
.module_title {
    font-size: 22px;
    font-weight: 700;
}
.side_title {
    color: #00407a;
    font-size: 16px;
}
.help_center_text {
    color: #000000;
    font-size: 15px;
}
.flow {
    background: #f2f2f2;
    font-size: 18px;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.help_center_li {
    color: #000000;
    font-size: 15px;
}
.sticky_header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 100;
}
.help_center_ul {
    margin-left: 40px;
}
.sticky_header ul li{
    list-style: none;
    
}
.sticky_header ul li.active {
    background: #dfe3fd;
    border-left: 2px solid #5164d5;
}
.sticky_header ul li a {
    padding: 5px 15px;
    display: block;
}
    
    .help_center_menu ul li a{
            color: #1f2124;
    cursor: pointer;
    }
    .help_center_menu ul li a:hover {
    color: #5164d5 !important;
}
.tox .tox-notification--warn, .tox .tox-notification--warning {display: none;}
.tox .tox-notification{display: none !important;}
/* rajesh end code*/

/*   Aravind Added css   */

/* Hide the default checkboxes */
.toggle-checkbox {
    display: none;
}

/* Style the switch container */
.switch-container {
    display: inline-flex;
    position: relative;
    margin-bottom: 10px;
}

/* Style the switch */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 24px;
    background-color: #ccc;
    border-radius: 34px;
    cursor: pointer;margin-right: 20px;
}

/* Style the switch handle */
.switch::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 7px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.4s;
}

/* Move the switch handle to the right when checked */
.toggle-checkbox:checked + .switch::before {
    transform: translateX(26px);
}

/* Style the switch when it's active */
.toggle-checkbox:checked + .switch {
    background-color: #4646d9;
}
.drop-zone-pdf{height:90px !important;}
@media only screen and (max-width: 767px) {
    .main_page_view__content {
        margin-left: 15em;
    }

    .sidenav__trigger {
        display: none
    }

    .sidebar__nav {
        width: 15em;
    }

    .sidebar__nav ul {
        top: 1.3em;
    }
}