* {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
}

body {
    background-color: #f6f7f8;
    min-width: 1200px;
}
.dashboard{
    text-align: center;
    margin-top: 25%;
}
.pagination_container{
    background-color: #ffffff;
}

.mt-30 {
    margin-top: 30px;
}
.mt-185{
    margin-top:182px;
}
.mb-85{
    margin-bottom: 85px;
}
.mb-35{
    margin-bottom: -35px;
}
.mr-44 {
    margin-right: 44px;
}
.mr-33{
    margin-right: 33px;
}
.f10 {
    font-size: 10px;
}
.pt-10{
    padding-top: 10px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f12 {
    font-size: 12px;
}
.f30{
    font-size: 30px;
}
.mb-46 {
    margin-bottom: 46px;
}

.mt-20 {
    margin-top: 20px;
}

.txt_black {
    color: #000000;
}

.btn_primary {
    background: linear-gradient(to right top, #1db0fc, #00a7fe, #009dfe, #0093fe, #1788fc);
    color: #ffffff;
}
.complaint_type{
    text-transform: capitalize;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}
.button_focus{
    box-shadow:none !important;
    outline:0px !important;
    cursor:default !important;
}
.button_focus:hover{
    color: #26c683;
    background-color: #e6fff5;
    word-wrap: normal;
}
.tdp-2{
    padding-top: 22px !important;
}
.ml-65{
    margin-left: 65px;
}
.ml-40{
    margin-left: 40px;
}
textarea {
    resize: none;
}
.border_none{
    border: solid 1px #000000;
    border-radius: 5px;
    padding: 5px;
}
.profile-images {
    border: solid 1px #e0e0e0;
}

input.error,
select.error,
input.valid,
select.valid {
    background-image: none;
}

.wrapper {
    width: 100%;

}
.semi_bold{
    font-weight: 500;
}
.content_main {
    width: 100%;
    padding-left: 285px;
    float: none;
    display: inline-block;
}

.danger {
    border: solid 1px #fd4848;
    color: #fd4848;
}

.border_common {
    border: solid 1px #8bd7ff;
}

.btn-common {
    background-color: #1daefc;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    width: 85px;
    height: 40px;
}

tbody {
    background-color: #ffffff;
}

.table {
    margin-bottom: 0rem;
}

.btn-common:focus {
    box-shadow: none;
    font-weight: bold;
}

.btn-common:hover {
    color: #ffffff;
}

.content_white_box {
    margin-right: 44px;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    width: 100%;
    background-color: #ffffff;
}

.table-wrapper {
    overflow-y: auto;
    overflow-x: auto;
    border: solid 1px #e0e0e0;
    border-radius: 10px 10px 0px 0px;
}

.table-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.pagination_container {
    border: solid 1px #e0e0e0;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.disable_pagination {
    filter: brightness(0) invert(1);
}

.search_input {
    position: relative;
    padding-left: 40px;
}

.start_search {
    position: absolute;
    padding-top: 8px;
}

.dropdown_radio {
    width: 10px;
    margin-bottom: 0px;
}

.dropdown_label {
    margin-top: 0px;
}

.border-radius6 {
    border-radius: 6px;
}

.search_dropbtn {
    width: 110px;
}

.display_none {
    display: none;
}

.active_dropdown {
    color: #26c683;
    background-color: #e6fff5;
    word-wrap: normal;
}

.inactive_dropdown {
    background-color: #ffeaea;
    color: #fd4848;
    word-wrap: normal;
}

.dynamic_modal_content_source {
    display: none;
}

.blocked_dropdown {
    background-color: #def4ff;
    color: #1daefc;
    word-wrap: normal;
}

.pointer {
    cursor: pointer;
}

.old_pwd,
.confirm_pwd,
.new_pwd,
.pwd_err {
    font-size: 14px;
    color: red;
}

/* alert container */
.alert_container {
    padding: 5px;
}

.append_status {
    text-align: center;
}

.append_status p {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    margin-top: 100px;
    padding: 5px 5px;
    border-radius: 6px;
}

.alert-success {
    background-color: #e6fff5;
    color: #26c683;
    width: max-content;
    border-radius: 6px;
}

.alert-danger {
    background-color: #ffeaea;
    color: #fd4848;
    width: max-content;
    border-radius: 6px;
}

/* pagination */
.sub_pagination {
    border: 1px solid #eff5fc;
    border-radius: 3px;
    width: 60px;
    height: 40px;
}

.entries_text {
    margin-top: 10px;
}

/* popup */
.f22 {
    font-size: 22px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: -150px;
    margin-left: 64px;
}
.mt-50_xl_model{
    margin-top: -43px;
}
.model_name_span{
    top: -73px;
    left: 236px;
}
.tbody_a {
    color: #333333;
}

.modal-body p {
    margin-bottom: 0px;
}

.modal-body {
    word-wrap: break-word;
}
.wrap_text{
    word-wrap: break-word;
}
.modal-body select {
    border-radius: 5px;
    width: 80px;
}

.modal-content {
    border-radius: 10px;
    display: inline-block;
}

.dropdown_checkbox {
    width: 12px;
    border-radius: 3px;
}

.dropdown_a {
    padding-top: 2px;
}

.modal-header {
    border-bottom: none;
}

/* Login Form */
.login_full_view {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to left,
            #ffffff 0%,
            #ffffff 50%,
            #060817 50%,
            #060817 100%);
}

.login_full_view .button-login {
    padding: 16px 0px 16px 0px;
    max-width: 500px;
}

.login_full_view .leftbg {
    width: 50%;
    position: relative;
    margin-top: 0px;
}

.login_full_view .leftbg_subclass {
    width: 100%;
    max-width: 465px;
    float: none;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.login_full_view .rightbg {
    width: 50%;
    position: relative;
    margin-top: 0px;
}

.login_full_view .rightbg_subclass {
    width: 100%;
    max-width: 465px;
    float: none;
    margin: 0 auto;
}

.login_full_view .rightbg .form-control {
    background-color: #edeff3;
    height: 49px;
    border-radius: 5px;
    border: none;

}

.login_full_view .rightbg p {
    color: #060817;
}

.login_full_view .rightbg a {
    text-decoration: none;
}

.login_full_view .password_container {
    position: relative;
}

.login_full_view .password_container .form-control {
    padding-right: 45px;
}

.login_full_view .password_container img {
    width: 24px;
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}


.login_full_view .forgot_password {
    margin-top: 20px;
}

.login_full_view .forgot_password a {
    color: #060817;
}

.login_full_view .btn_primary {
    height: 49px;
    border: none;
}

.btn_primary:focus {
    box-shadow: none;
}

.btn_primary:hover {
    color: #ffffff;
}

/* nav bar styles */

/* remove */
.nav_container {
    background-color: #ffffff;
    height: 100%;
    font-size: 16px;
    width: 260px;
    margin-right: -260px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0px 20px 20px 0px;
    float: left;
}

.nav_container .logo_container {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.nav_container .logo_container img {
    width: 120px;
    margin-left: 60px;
    margin-right: auto;
}

.nav_container .nav_bar {
    border-radius: 0px 30px 30px 0px;
    width: 260px;
    height: 100%;
    float: left;
    margin-top: 140px;
}

/* scroll bar */
.nav_container .nav_bar ul::-webkit-scrollbar {
    width: 5px;
}

.nav_container .nav_bar ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}



.nav_container .nav_bar ul {
    margin-top: -60px;
    width: 100%;
    float: left;
    padding: 0 10px 0px 25px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    height: 100%;
}

.nav_container .nav_bar ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 31px;
    cursor: pointer;
    margin-bottom: 5px;
}

.nav_container .nav_bar ul li a {
    width: 100%;
    float: left;
    padding: 10px 15px;
    color: #000;
}

.nav_container .nav_bar ul li a img {
    margin-right: 15px;
    margin-top: 0;
}

.nav_container .nav_bar ul li:hover{
    color: #ffffff;
    background-color:#1daefc ;
    border-radius: 6px;
}

.nav_container .nav_bar ul li:hover a{
    color: #ffffff;
}

.nav_container .nav_bar ul li:hover a img{
    filter: brightness(0) invert(1);
}

.nav_container .nav_bar ul .active a img{
    filter: brightness(0) invert(1);
}

.nav_container .nav_bar ul .active ,
.nav_container .nav_bar ul .active a{ 
    background-color: #1daefc;
    color: #ffffff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}


/* admin logo setting and notification */
.secondary_nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 44px;
    width: 100%;
    position: relative;
}

.secondary_nav .admin_header {
    margin-top: 26px;
    margin-right: 0px;
}

.admin_header .notification img {
    height: 24px;
    padding-left: 22px;
}

.admin_header .user_profile img {
    height: 42px;
    border-radius: 100%;
    margin-right: 0px;
    margin-left: 22px;
}

.secondary_nav .name {
    margin-left: 13px;
}

.secondary_nav .name p {
    margin-bottom: 0px;
}

/* CMS Page */


.cms_add {
    width: 200px;
    height: 47px;
}

.cms_append_edit {
    width: 200px;
    height: 47px;
}

.cms_page_container .form-group textarea {
    height: 220px;
}

.cms_page_container .form-group textarea,
.cms_page_container .form-group input {

    border: solid 1px #8bd7ff;
    border-radius: 4px;
}

.cms_page_container .form-group textarea:focus,
.cms_page_container .form-group input:focus {
    box-shadow: none;
}

.cms_page_container .form-group label {
    font-weight: 500;
    margin-bottom: 10px;
}

.cms_page_container .form-group .title_input {
    margin-bottom: 21px;
}

.cms_page_container form {
    margin-top: 35px;
    margin-right: 220px;
    margin-left: 60px;
}

.cms_page_container hr {
    margin-left: 60px;
    margin-right: 220px;
}

.cms_page_container .card_apped {
    margin-right: 220px;
}

.cms_page_container .card-body {
    position: relative;
    box-shadow: 0px 2px 8px #00000014;
    border-radius: 4px;
    opacity: 1;
    width: 40%;
    margin-top: 30px;
    margin-left: 60px;
    margin-bottom: 35px;
    word-wrap: break-word;
}

.cms_page_container .card-body input {
    width: 24px;
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
}

.cms_page_container .form-group .title_input {
    margin-bottom: 10px;
    width: 100%;
}

.cms_page_container .card-body input[type='radio']:checked:after {
    color: #588cff;
}

.cms_page_container .card_button button {
    width: 100px;
    height: 36px;
}

.cms_page_container.content_container {
    margin-right: 44px;
}

.card_append {
    padding-right: 220px;
}

/* Setting page */


.profile_page_container .upload_picture img {
    width: 80px;
    height: 80px;
    margin: 34px 0px 0px 216px;
}

.profile_page_container .profile_content {
    padding: 33px 0px 0px 60px;
    margin: 0px;
}

.profile_page_container .setting_page_button button {
    width: 180px;
    border: none;
    background-color: #ffffff;
    font-weight: normal;
    color: #363a48;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1daefc;
    border: none;
    font-weight: bold;
}

.profile_page_container .form-group .form-control {
    border: solid 1px #8bd7ff;
    box-shadow: none;
    color: #000000;
    font-weight: bold;
}

.profile_page_container .form-group {
    margin-bottom: 0rem;
}

.profile_page_container .custom-control .form-control {
    width: 50px;
    height: 26px;
    box-shadow: none;
}

.profile_page_container .profile_save_cancel {
    padding-left: 60px;
}

/* change password in setting */
.setting_password_container {
    padding-right: 494px;
    padding-left: 60px;
    padding-top: 40px;
}

.tab-pane .password_container {
    position: relative;
}

.tab-pane .password_container .form-control {
    padding-right: 45px;
    margin-bottom: 20px;

}

.tab-pane .password_container img {
    width: 24px;
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
}



/* image size */


.profile_page_container .profile-images-card {
    margin: auto;
    display: table;
    padding: 30px 50px;
}

.profile_page_container .profile-images {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.profile_page_container .profile-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_page_container .custom-file input[type='file'] {
    display: none
}

.profile_page_container .custom-file label {
    cursor: pointer;
    color: #000;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: -24px;
    margin-left: 7rem;
}

.profile_page_container .custom-file {
    position: absolute;
}

.profile_page_container .pen_img {
    position: relative;
    margin-top: 1px;
    margin-left: -15px;
}
.model_image_popup{
    display: none;
    top: 50px;
    position: absolute;
    
}
/* Manage Members Page */
.manage_page_container .search_container input {
    width: 330px;
    height: 43px;
    border: none;
}

.manage_page_container .form-control {
    box-shadow: none;
    border: none;
}
.manage_page_container .search_dropbtn{
    background-color: #ffffff;
}
.manage_page_container .filter_container select {
    height: 40px;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
    border: none;
}

.manage_page_container .filter_container select:focus {
    box-shadow: none;
    border: none;
}

.manage_page_container .content_container {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 25px;
}

.manage_page_container .header_content {
    display: flex;
    justify-content: space-between;
}

.manage_page_container .manage_page_table {
    max-width: fit-content;
    max-height: fit-content;
    border-radius: 10px;
}

.manage_page_table table th,
.manage_page_table table td {
    padding: 15px;
    white-space: nowrap;
}

.manage_page_table .member_type {
    background-color: #ffffff;
    cursor: pointer;
}

.manage_page_table table select {
    border: none;
}

.table-wrapper {
    overflow-y: auto;
    overflow-x: auto;
}

.manage_page_container .search_container {
    position: relative;
}

.manage_page_container .search_container .form-control {
    padding-left: 50px;
}

.manage_page_container .search_container img {
    position: absolute;
    top: 0px;
    left: 10px;
    cursor: pointer;
}
.founder_bg{
    color: #898509;
    background-color: #f8efa6;
    word-wrap: normal;
}
.early_customer_bg{
    color: #26c683;
    background-color: #e6fff5;
    word-wrap: normal;
}
.friends_bg{
    background-color: #def4ff;
    color: #1daefc;
    word-wrap: normal;
}
/* complain page */

.complaint_page_container ul .active {
    background-color: #1daefc;
    border-radius: 6px;
    font-weight: bold;
    color: #ffffff;
}
.click_status {
    border: solid 1px #1789fc;
    border-radius: 5px;
    
}

.complaint_page_container ul li {
    background-color: #ffffff;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 10px;
    margin-left: 4px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 20px;
}

.complaint_page_container ul li {
    color: #000000;
}

.complaint_page_container #next,
.complaint_page_container #prev {
    cursor: pointer;
}

.complaint_page_container #reportTable .btn {
    padding: 5px 10px;
}

.complaint_page_container .filter_list_container .filter_list {
    max-width: 1500px;
    overflow-x: scroll;
}

.complaint_page_container .filter_list_container .filter_list::-webkit-scrollbar {
    display: none;
}

.complaint_select{
    width: 100px;
    height: 30px;
    border-radius: 6px;
    background: none;
}
/* view complaint page */
.view_complaint_page .complaint_label {
    padding: 6px 10px;
    border-radius: 5px;
}
.view_complaint_page .remove_label {
    padding: 6px 10px;
    border-radius: 5px;
}
.content{
    width: max-content;
}
.selected_status {
    border: solid 1px #1789fc;
    padding: 6px 10px;
    border-radius: 5px;
}

.complaint_post_details{
    height: 400px;
}
/*admin user page */
.manage_page_container .header_content_admin {
    display: flex;
    justify-content: space-between;
}

.manage_page_container .manageSquareForm {
    display: flex;
    justify-content: space-between;
}

.manage_page_container .add_admin a {
    color: #ffffff;
}

.manage_page_container .add_admin a:hover {
    text-decoration: none;
}

/* add notification */
.add_notification_Container .white_container {
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    width: 100%;
    padding-left: 60px;
    padding-right: 490px;
    padding-top: 50px;
    padding-bottom: 40px;
}

/* Add Notification */
.add_notification_Container .dropdown-toggle {
    border: solid 1px #8bd7ff;
    width: 100%;
}

.add_notification_Container .dropdown-menu {
    width: 100%;
}
.dropdown_error_border{
    border: solid 1px red;
    width: fit-content;
}
.add_notification_Container #Searchbox {
    border: solid 1px #c5cee0;
}

.add_notification_Container .dropdown-menu {
    overflow-y: scroll;
    height: 275px;
}

.add_notification_Container .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

.add_notification_Container .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.add_notification {
    background: linear-gradient(to right top, #1db0fc, #00a7fe, #009dfe, #0093fe, #1788fc);
    color: #ffffff;
    height: 40px;
    padding-top: 8px;
    width: 150px;
}

.add_notification:hover {
    background: linear-gradient(to right top, #1db0fc, #00a7fe, #009dfe, #0093fe, #1788fc);
    color: #ffffff;
    height: 40px;
    padding-top: 8px;
    text-decoration: none;
}
.add_notification .notification_description {
    line-height: 1em;
    max-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.add_admin {
    background: linear-gradient(to right top, #1db0fc, #00a7fe, #009dfe, #0093fe, #1788fc);
    color: #ffffff;
    height: 40px;
    padding-top: 9px;
    width: 250px;
}

.add_admin a:hover {
    background: linear-gradient(to right top, #1db0fc, #00a7fe, #009dfe, #0093fe, #1788fc);
    color: #ffffff;
    height: 40px;
    padding-top: 8px;
    text-decoration: none;
}

.add_notification_Container .dropdown-toggle {
    left: 0px;
    width: 100%;
}
.add_notification_Container .btn-group, .add_notification_Container .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}

.online-status {
    top: 306px;
    left: 382px;
    width: 8px;
    height: 8px;
    /* UI Properties */
    background: transparent url('img/Ellipse 149.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

/* feedback page */
.feedback_container .feedback_list li {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    background-color: #ffffff;
    border-radius: 6px;
}

.feedback_container ul .active {
    background-color: #1daefc;
    border-radius: 6px;
    font-weight: bold;
    color: #ffffff;
}

.feedback_container .card_container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.feedback_container .w-320 {
    list-style: none;
    flex: 0 0 30.333333%;
    border-radius: 4px;
    background-color: #ffffff;
}

.feedback_description {
    line-height: 1em;
    max-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.feedback_nav{
    color: #000;
}
.feedback_nav:hover{
    color: #000;
}

/* Dashboard */
.active_users{
    background-color: #eafdeb;
}
.dashboard_users{
    width: 250px;
    border-radius: 10px;
}
.inactive_users{
    background-color:#fcefc4 ;
}
.dashboard_image_active{
    background-color: #31be47;
    width: max-content;
}
.dashboard_image_total{
    background-color: #1DAEFC;
    width: max-content;  
}
.dashboard_image_inactive{
    background-color: #ED8312;
    width: max-content;
}
.active_user_dashboard{
    background-color: #31BE4726;
    color: #31BE47;
    padding: 2px;
    height: 30px;
    margin-top: 8px;
    border-radius: 15px;
    width: 78px;
    padding-left: 12px;
    padding-top: 5px;
}
.post_published_dashboard{
    background-color: #EF3A0F26;
    color: #EF3A0F;
    padding: 2px;
    height: 30px;
    margin-top: 8px;
    border-radius: 15px;
    width: 78px;
    padding-left: 12px;
    padding-top: 5px;
}
.white_content{
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    width: 100%;
    background-color: #ffffff;
}
.range_list{
    display: flex;
}
.range_list li{
    padding-left: 6px;
    padding-right: 6px;
    border: solid 1px #E8EBED;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 15px;
    cursor: pointer;
}
.range_list .dashboard_active{
    background-color: #1DAEFC;
    color: #ffffff;
}
.dashboard_filter{
    border-radius: 5px;
    background-color: #ffffff;
}
.deleted_users{
    background-color: #FFEAEA;
}
.dashboard_image_delete{
    background-color: #EF3A0F;
}
.progress_bar_public{
    background-color: #1DAEFC;
    height: 15px;
    border-radius: 8px;
}
.progress_bar_private{
    background-color: #A5DFFD;
    height: 15px;
    border-radius: 8px;
}
.progress_bar_circle{
    background-color: #669af8;
    height: 15px;
    border-radius: 8px;
}
.progress_bar_square{
    background-color: #1DAEFC;
    height: 15px;
    border-radius: 8px;
}
.progress_bar_participant{
    background-color: #A5DFFD;
    height: 15px;
    border-radius: 8px;
}
.progress_bar_android{
    background-color: #3DDC84;
    
    height: 15px;
    border-radius: 8px;
}
.progress_bar_ios{
    background-color: #000000;
    
    height: 15px;
    border-radius: 8px;
}
.individual_bar{
    background: linear-gradient(to right top, #1db0fc, #00a7fe, #009dfe, #0093fe, #1788fc);
    height: 30px;
    border-radius: 6px;
    color: #000000;
    word-wrap: break-word;
}

.parent_individual_bar{
    border:solid 1px #e0e0e0;
    border-radius: 6px;
}
.pool_container{
    width: 470px;
}

.m1minus{
    margin-top: -7px;
    font-size: 20px;
    font-weight: 100;
}
.mt3{
    margin-top: -8px;
}
















/* dark and light mode */

/* Light Mode Button Styles
--------------------------- */

.light-mode-button {
    background: 0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    width: 100px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    margin-top: 22px;
  }
  
  .light-mode-button:focus {
    outline: none; /* Not ideal for accessibility */
  }
  
  .light-mode-button span:nth-child(1) {
    position: absolute;
    top: 10;
    left: 0;
    width: 60px;
    height: 27px;
    border-radius: 20px;
    background-color: #d6d7db;
    box-shadow: inset 1px 1px 3px 0 rgb(0 0 0 / 40%);
    transition: 0.3s;
  }
  
  .light-mode-button span:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 5px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
    transition: 0.3s;
  }
  
  /* Light & Dark Mode Styles
    --------------------------- */
  
  body {
    background-color: #f6f6f6;
    transition: background-color 0.3s;
  }
  
  body[light-mode="dark"] {
    background-color: rgba(52,52,53,1);
    color: #ced4e2;
  }
  
  body[light-mode="dark"] .light-mode-button span:nth-child(1) {
    background-color: #ced4e2;
    color: rgba(52,52,53,1);
  }
  
  body[light-mode="dark"] .light-mode-button span:nth-child(2) {
    left: 37px;
    background-color: rgba(52,52,53,1);
  }
  
  body[light-mode="dark"] a {
    color: #b7b7b7;
  }

  body[light-mode="dark"] .table-wrapper ,
  body[light-mode="dark"] .table-wrapper th ,
  body[light-mode="dark"] .table-wrapper td,
  body[light-mode="dark"] .pagination_container,
  body[light-mode="dark"] .complaint_page_container ul li,
  body[light-mode="dark"] .table-wrapper a,
  body[light-mode="dark"] .content_white_box,
  body[light-mode="dark"] .feedback_container .feedback_list li,
  body[light-mode="dark"] .nav_container,
  body[light-mode="dark"] .form-control,
  body[light-mode="dark"] .search_dropbtn,
  body[light-mode="dark"] .profile_page_container .form-group .form-control,
  body[light-mode="dark"] .white_container
  {
    background-color: #2d2929;
    color: #b7b7b7;
  }
  body[light-mode="dark"] .nav_container .nav_bar ul li a ,
  body[light-mode="dark"] .user_status_button{
    color: #b7b7b7;
  }
  body[light-mode="dark"] .nav_container .logo_container img,
  body[light-mode="dark"] .nav_container .nav_bar ul li a img ,
  body[light-mode="dark"] .dark_eye{
    filter: brightness(0) invert(1);
  }
  
  
  body[light-mode="dark"] .edit_user ,
  body[light-mode="dark"] .delete_user{
    filter: brightness(0) invert(1);
  }
  body[light-mode="dark"] .cms_page_container .card-body
  {
    border: solid 1px #b7b7b7;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  }
  body[light-mode="dark"] .complaint_page_container ul li.active
  {
    background-color: #1daefc;
    color: #b7b7b7;
  }
  body[light-mode="dark"] .modal-content,
  body[light-mode="dark"] .feedback_container .w-320 {
    background-color: #2d2929;
    color: #b7b7b7;
  }

  body[light-mode="dark"] .pointer_up,
  body[light-mode="dark"] .pointer_down{
    filter: brightness(0) invert(1);
  }













































/* temp css 

/* Loader CSS */

.ajax_spinner {
    display: none;
}

.ajax_loader_wrapper {
    float: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2000;
}

.ajax_loader_container {
    float: left;
    width: 100%;
    height: 100%;
}

.ajax_loader_container .box_ajax_loader {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);

    margin-top: -35px;
    width: 70px;
    height: 70px;
}

.ajax_loader_container .ajax_loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3D85F9;
    border-bottom: 7px solid #3D85F9;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Alert container CSS */

.attachment-silder img{
    border-radius : 10px;
}

/* manageUsers.blade update app user pwd css */
.cutom_usermanage_model p{
    max-width: 200px;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 6px;
    font-size: 14px;
}

#manageUserTable tr,
.updateUserPassword .updateUserPwd,
.openeye,.hideeye,.clear_err{
    cursor: pointer;
}
.updateUserPassword .password.form-control{
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.updateUserPassword .input-group,
.updateUserPassword .password.form-control,
.updateUserPassword .updateUserPwd{
    height: 30px;
}
.updateUserPassword .updateUserPwd,
.updateUserPassword .success_res,
.updateUserPassword .text-danger,
.updateUserPassword .fas.icon,
.updateUserPassword .password.form-control,
.svg-inline--fa.fa-eye,
.svg-inline--fa.fa-eye-slash{
    font-size: 12px;
}


