.light-sidebar .sidebar-menu>li>a {
    border-left: none;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    display: none;
}

svg.w-5.h-5 {
    width: 3%;
}

span.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md {
    display: none;
}

p.text-sm.text-gray-700.leading-5 {
    display: none;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

a.editbtn0 {
    font-size: 14px;
    color: #fff;
}

.profile-user-info1 b {
    font-weight: 700;
    font-size: 13px;
}

.profile-user-info1 span {
    font-size: 13px;
    word-break: break-all;
}

.btnVendorpg0 a.btn {
    font-size: 13px;
    padding: 9px 12px;
    margin: 0px 4px;
    font-weight: 600;
}

.card.loginCoum0 {
    padding: 10px 50px 34px;
    box-shadow: 1px 2px 7px 4px rgb(216 216 216 / 30%);
    width: 100%;
    float: left;
    padding-bottom: 0;
}

.loginCoum0 h1.contact-title {
    font-size: 40px;
    float: left;
    width: 100%;
    font-weight: 700;
    margin-bottom: 5%;
}

.inputLogin1 input {
    border-radius: 6px;
    height: 49px;
    background: #fff;
    border-color: #949494;
    width: 100%;
    float: left;
}

.inputLogin1 select {
    border-radius: 6px;
    height: 49px;
    background: #fff;
    border-color: #949494;
    width: 100%;
    float: left;
}

.loginCoum0 .form-group label {
    padding-top: 0px;
    font-weight: 500;
    /* padding-left: 27px; */
    font-weight: 600;
}

.demo-radio-button .form-group label {
    padding-left: 10%;
}

.errorMsg span {
    color: #c30404;
    font-size: 14px;
}

.errorMsg input {
    border: 1px solid #c30404;
}

.signIn0 button {
    background: #40a2ed;
    width: 100%;
    float: left;
    border-color: #40a2ed;
    border-radius: 3px;
    height: 48px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.signIn0 {
    width: 100%;
    float: left;
    margin-top: 1%;
}

.signIn0 a.btn.btn-link {
    text-align: center;
    color: #000;
    width: 100%;
    float: left;
}

.login__header a.nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-weight: bolder;
    font-size: 17px;
}

.login__header span.logo-lg img {
    width: 80%;
}

.sidebar-menu li.nav-devider {
    margin-top: 0px;
}

.sidebar {
    padding-top: 0px;
}

header.main-header span.logo-lg {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 3%;
}

header.main-header span.logo-lg img {
    width: 65%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(1 1 1 / 25%);
}

.indivial__Box {
    background: #ffffff;
    text-align: center;
    padding: 20% 0%;
    border-radius: 11px;
    margin-top: 6%;
    margin-bottom: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    box-shadow: 2px 7px 19px -5px rgb(0 0 0 / 22%);
    /* -webkit-box-shadow: 2px 7px 19px -5px rgb(0 0 0 / 75%); */
    -moz-box-shadow: 2px 7px 19px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 3px 12px 0 rgb(0 0 0 / 5%);
}

.indivial__Box i {
    font-size: 28px;
    margin-bottom: 7px;
    color: #40a2ed;
}

.indivial__Box a {
    color: #40a2ed;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 7%;
}

.indivial__Box:hover,
.indivial__Box:hover i,
.indivial__Box:hover a {
    background: #40a2ed;
    color: #fff;
}

.indivial__Box:hover {
    background: #40a2ed;
    color: #fff;
}

.indivial__Box a:hover {
    text-decoration: none;
}

.incomCharity__1 h1 {
    margin-bottom: 4%;
    font-size: 52px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    float: left;
    color: #000;
}

.incomCharity__1 {
    width: 100%;
    float: left;
    padding: 8% 4%;
    background: #fff;
    border-radius: 10px;
    /*  box-shadow: 6px 3px 12px 0 rgb(0 0 0 / 5%);*/
    margin-top: 1%;
    margin-bottom: 5%;
    background: #f8fafc;
}

.footerBtm {
    background: #21333e;
    width: 100%;
    float: left;
    color: #bebebe;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1% 0%;
}

.footerBtm p {
    padding: 0;
    margin: 0;
}

p.registerHding {
    font-size: 21px;
    font-weight: 600;
    margin: 0% 0px 3%;
    width: 100%;
    float: left;
    color: #4a4a4a;
    margin-top: 4%;
}

.checkbox__c1 .form-check label.form-check-label {
    padding-left: 29%;
}


/* .loginCoum0 .checkbox__c1 .form-group label {
    padding-top: 0px;
    font-weight: 500;
    padding-left: 25%;
    font-weight: 600;
} */

.inputLogin1 {
    width: 100%;
    float: left;
}

.notificationBar__nb0 ul.dropdown-menu.scale-up.show {
    width: 370px;
}

.notificationBar__nb0 .slimScrollDiv {
    width: 368px !important;
}

.notificationBar__nb0 li.header {
    text-align: center;
    font-size: 18px !important;
    padding: 10px !important;
}

.searchbar__sb0 form#search_form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
    border-radius: 21px !important;
}

.searchbar__sb0 .top-nav-search .input-group .input-group-btn>.btn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #4a4a4a;
    font-size: 28px;
    line-height: 32px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.charityName__cn0 h4 {
    font-size: 12px;
    margin: 0;
    color: #233d63;
    font-weight: 600;
    text-transform: capitalize;
}

.charityimg__cn0 img {
    width: 80%;
}

.charitytext__cn0 p {
    margin: 0;
    font-size: 14px;
    color: #40a2ed;
    word-wrap: break-word;
}

.generic-list-item {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid hsla(0, 0%, 78.8%, 0.12941176470588237);
    background: #f8f8f8;
    margin-bottom: 7px;
    padding: 9px 10px;
    border-radius: 12px 0;
}


/*==========start orderdetails===============*/

.orderdetails0 .generic-list-item {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    border-bottom: 1px solid hsla(0, 0%, 78.8%, 0.12941176470588237);
    background: #f8f8f8;
    margin-bottom: 7px;
    padding: 9px 10px;
    border-radius: 12px 0;
}

.orderdetails0 .charityName__cn0 {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.orderdetails0 .charitytext__cn0 {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.orderdetails0 .charitytext__cn0 p {
    color: #40a2ed;
    word-wrap: break-word;
}

.border-btm0 {
    border-bottom: 2px solid #ebebeb;
    margin: 2% 0px;
    width: 100%;
    float: left;
}


/*==========end orderdetails===============*/

.profile_sec0 h2 {
    color: #233d63;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 0;
    font-size: 19px;
}

.profile_sec0 p.section__title.fs-30 {
    margin-bottom: 5px;
}

.section-block {
    height: 1px;
    background-color: rgba(127, 136, 151, 0.1);
    width: 100%;
    float: left;
    margin-top: 2%;
}

td.prodtImg img {
    width: 60%;
}

.tableHeading_charity {
    width: 100%;
    float: left;
    padding: 0% 2%;
    margin-bottom: -4%;
    margin-top: 1%;
    color: #000;
}

.tableHeading_charity h2 {
    font-weight: 600 !important;
    font-size: 21px;
    font-weight: 600;
    margin: 0% 13px 3%;
    width: 100%;
    float: left;
    color: #333;
}

.charityName__cn0 {
    margin-bottom: 1px;
    width: 100%;
    float: left;
}

.charitytext__cn0 {
    margin-bottom: 1px;
    width: 100%;
    float: left;
}

.charityimg__cn0 {
    width: 100%;
    text-align: center;
    float: left;
}

.charityimg__cn0 h4 {
    font-size: 22px;
    font-weight: 600;
}

.modal-footer0 {
    width: 100%;
    float: left;
    text-align: end;
    padding: 5% 5%;
}

.modal-footertop {
    width: 100%;
    float: left;
    text-align: end;
    margin-right: 0px;
}

.box-header.with-border.btnVendorpg1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
}

.btnVendorpg1 h3 {
    width: 50%;
    float: left;
}

.form-group.row img img {
    width: 175px;
    height: 175px;
}

.charityName__cn0 i {
    font-size: 45px;
    color: #40a2ed;
}

.charityName__cn0 i:hover {
    color: #007bff;
}

.charitytext__cn0 a {
    font-size: 14px;
    margin: 0;
    color: #007bff;
    font-weight: 500;
}

.charitytext__cn0 a:hover {
    color: #40a2ed;
}

label.col-sm-3.control-label i {
    font-size: 47px;
    color: #40a2ed;
}

.no-gutters {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    padding: 8px 15px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}


/* select.form-control {
  padding-right: 30px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)
    no-repeat right #fff;
  -webkit-appearance: none;
  background-position: 98%;
  background-size: 13px;
  padding: 10px 30px 10px 10px;
} */

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    color: #fff;
    font-weight: 700;
    font-weight: 700;
    background: #40a2ed !important;
}


/* width */

.table-responsive::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.card,
.box.box-default {
    border-top: 4px solid #40a2ed !important;
}

.form-control {
    border-radius: 3px;
    height: 44px;
}

.socialBox__0 {
    align-items: center !important;
    border: 1px solid #40a2ed1c;
    margin-bottom: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-top: 2%;
    border-radius: 6px;
    padding-left: 2%;
    width: 100%;
    float: left;
    border-bottom: 1px solid hsla(0, 0%, 78.8%, 0.12941176470588237);
    background: #f8f8f8;
    margin-bottom: 7px;
    padding: 9px 10px;
    border-radius: 12px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #3b3b3b24 no-repeat center center;
    background-size: 100% 100%;
}

.sliderProduct0 img {
    width: 100%;
    height: 340px;
}

.btnBack0 {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    display: flex;
    justify-content: flex-start;
}

.btnBack0 a.btn.btn-info {
    font-size: 15px;
    padding: 5px 16px;
}

a.btnBackIcon {
    font-size: 25px;
    color: #40a2ed;
    margin-right: 5px;
    cursor: pointer;
}

a.btnBackIcon i {
    color: #40a2ed;
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.modalbox__0 .modal.modal-fill {
    background: rgb(0 0 0 / 40%);
}

.modalbox__0 h5.modal-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.modalbox__0 .modal-header {
    padding-bottom: 0;
    padding-left: 4%;
}

div#preview_image {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    float: left;
    position: relative;
}

span.removeimage {
    position: absolute;
    z-index: 9999;
    right: 13%;
    font-size: 17px;
    font-weight: 700;
    color: #3f3d3d;
    cursor: pointer;
}

div#preview_image {
    position: relative;
}

.imgPlaceholder {
    width: 145px;
    height: 145px;
    position: relative;
}

span.plusIcon {
    background: #f18024;
    color: #fff;
    border-radius: 12px;
    width: 22px;
    position: absolute;
    right: 0%;
    height: 22px;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: -12%; */
    z-index: 99999;
}

.col-md-3.col-sm-3.col-xs-3.productimage {
    padding-left: 0;
    margin-bottom: 1%;
}

.welcomeDborad {
    font-size: 23px;
    margin-bottom: 1%;
    font-weight: 600;
    color: #f18023;
}

a.editbtn0 {
    font-size: 28px;
    color: #f18023;
    font-weight: bold;
    margin-left: 10px;
}

a.nav-link.dropdown-toggle.adminNav1 {
    text-align: center;
    font-size: 13px !important;
    font-weight: 600;
    color: #40a2ed !important;
    padding: 10px 5px !important;
}


/*a.adminNav2 {
  font-size: 15px;
  font-weight: 600;
}*/

.OrganisationDeatilshedig {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    margin-bottom: 29px;
    margin-top: 2%;
}

.OrganisationDeatilshedig h2 {
    font-weight: 600 !important;
    font-size: 21px;
}

.ProductImgdetail {
    width: 100%;
    float: left;
}

.ProductImgdetail img {
    width: 100%;
    height: 322px;
}

select.form-control {
    padding-right: 30px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position: 98% !important;
    background-size: 13px !important;
}

.box.box-inverse.bg-img a.hover-primary.text-white {
    font-size: 29px;
    font-weight: 600;
}

.box.box-inverse.bg-img .box-body.text-center.pb-50 span {
    font-size: 18px;
}

.eyesInput {
    position: relative;
    width: 100%;
    float: left;
}

span.togglebtnEyes {
    position: absolute;
    font-size: 22px;
    right: 3%;
    height: 43px;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productImg0 {
    width: 100%;
    float: left;
    margin-bottom: 9%;
}

.productImg0 img {
    width: 100%;
    height: 180px;
}


/*========start slider=========*/

.gridGallery0 {
    width: 100%;
    float: left;
}

.gridGallery0 .img-wrapper__g {
    position: relative;
    margin-top: 15px;
}

.gridGallery0 .img-wrapper__g img {
    width: 100%;
}

.gridGallery0 .img-overlay__g {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.gridGallery0 .img-overlay__g i {
    color: #fff;
    font-size: 3em;
}

.gridGallery0 #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gridGallery0 #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

.search_btn_dwon {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    /* padding: 10px 10px; */
    border-radius: 3px;
}

.search_btn_dwon div {
    padding: 10px 10px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    color: #333;
    margin: 0px 6px;
}

@media screen and (min-width: 768px) {
    .gridGallery0 #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    .gridGallery0 #overlay img {
        width: 50%;
    }
}

.gridGallery0 #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

.gridGallery0 #nextButton:hover {
    opacity: 0.7;
}

.gridGallery0 #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

.gridGallery0 #prevButton:hover {
    opacity: 0.7;
}

.gridGallery0 #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

.gridGallery0 #exitButton:hover {
    opacity: 0.7;
}

.img-wrapper__g img {
    height: 180px;
}


/*========end slider=========*/

a.adminNav2 {
    font-size: 16px !important;
}

.alert_msg .alert-success {
    border: none;
    border-color: #54f02c;
    border-left: 6px solid #54f02c;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #000 !important;
    background-color: #ffffff !important;
}

.alert.alert-danger {
    border: none;
    border-color: #40a2ed;
    border-left: 6px solid #40a2ed;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    /* color: #000 !important;  */
    background-color: #f9f7f7 !important;
    color: #40a2ed !important;
}

.notificationBar__nb0 i.mdi.mdi-bell {
    position: relative;
}

li.dropdown.messages-menu.notificationBar__nb0 {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

span.count__0 {
    background: #ff0f0f;
    font-size: 11px;
    border-radius: 84px;
    position: absolute;
    right: 2px;
    width: 19px;
    text-align: center;
    align-items: center;
    top: 12px;
    height: 19px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
}

.support_chat__0 .right .direct-chat-text p {
    font-size: 13px;
    border-radius: 20px 4px 20px 20px;
    word-wrap: break-word;
    line-height: 18px;
}

.support_chat__0 .chat-app .direct-chat-text {
    margin: 0px;
    width: 90%;
    word-break: break-all;
}

.support_chat__0 .direct-chat-text p {
    word-wrap: break-word;
    line-height: 18px;
    border-radius: 4px 20px 20px;
    font-size: 13px;
    /* background: #a692e3; */
    color: #fff;
}

.support_chat__0 .box-header.with-border.p-0.pt-10 {
    padding: 12px 20px !important;
    padding-top: 19px !important;
}

.support_chat__0 .box-footer input.form-control {
    height: 50px;
    border-radius: 30px !important;
    border-top: 1px solid #ddd;
    padding: 10px 20px 10px 15px;
  padding-right: 83px;
}

.support_chat__0 .box-footer .input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: inherit;
    border: none;
    position: absolute;
    right: 7px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.support_chat__0 .box-footer .input-group .input-group-addon .align-self-end.gap-items {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center !important;
}

.skin-blue .main-header .messages-menu .dropdown-toggle i::after,
.skin-blue .main-header .notifications-menu .dropdown-toggle i::after,
.skin-blue .main-header .tasks-menu .dropdown-toggle i::after {
    border-color: initial;
}

.main-header .messages-menu .dropdown-toggle i::after,
.main-header .notifications-menu .dropdown-toggle i::after,
.main-header .tasks-menu .dropdown-toggle i::after {
    background-color: initial;
    background: none;
    border: none;
}

.support_chat__0 .box-footer .input-group .input-group-addon .publisher-btn:hover {
    color: #6c757d;
    border: none;
    outline: none;
}

.support_chat__0 .media-list.media-list-hover.media-list-divided {
    border-bottom: 1px solid #ddd;
}

li.header.clearall__0cl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

li.header.clearall__0cl span {
    font-size: 12px;
    cursor: pointer;
}


/* .half__arrow {
      background-color: #1ba4fc;
      border-radius: 6px;
      padding: 6px;
      position: relative;
      display: inline-block;
      color: #fff;
          margin-top: 3%;
    }
    .half__arrow:before {
      left: auto;
      content: "";
      position: absolute;
      border: 6px solid;
      border-color: transparent #1ba4fc #1ba4fc transparent;
      bottom: 100%;
    } */

.half__arrow {
    color: #3f3c3c;
    font-weight: 500;
    font-size: 11px;
    font-style: italic;
}

.datepiker__0d {
    float: right;
}

.datepiker__0d {
    margin-right: 7px;
}

.datepiker__0d a.btn.btn-app.btn-warning.model_img.img-fluid {
    color: #fff;
}

.rating__0 .stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 23px;
}

.rating__0 .stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    color: lightgray;
}

.rating__0 .stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    color: gold;
    overflow: hidden;
}

.rating__0 strong {
    font-size: 16px;
    line-height: 35px;
}

.rating__0 span {
    font-size: 16px;
    line-height: 35px;
}

.stars-0:after {
    width: 0%;
}

.stars-10:after {
    width: 10%;
}

.stars-20:after {
    width: 20%;
}

.stars-30:after {
    width: 30%;
}

.stars-40:after {
    width: 40%;
}

.stars-50:after {
    width: 50%;
}

.stars-60:after {
    width: 60%;
}

.stars-70:after {
    width: 70%;
}

.stars-80:after {
    width: 80%;
}

.stars-90:after {
    width: 90%;
}

.stars-100:after {
    width: 100;
}

.rating__0 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    float: left;
    line-height: 35px;
}

.rating__0 a {
    color: #ff136d;
    font-size: 15px;
    font-weight: 700;
    margin-left: 2%;
}

.box-body.charitygallry__0 .fx-element-overlay .fx-card-item .fx-card-avatar {
    margin-bottom: 0px;
}

.welcomedashborad table.table.table-bordered {
    font-size: 12px;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    color: #fff;
}

.dataTables_length select.form-control {
    padding-right: 30px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position: 78% !important;
    background-size: 13px;
    padding: 10px 30px 10px 10px;
}

.navheaderbtn0 a {
    border-radius: 22px;
    color: #fff;
    /*  padding: 10px 10px;*/
    font-size: 15px;
    font-weight: 500;
}

.navheaderbtn0 {
    line-height: 16px;
}

.navheaderbtn0 b {
    font-weight: 900;
    font-size: 13px;
}

a.dropdown-toggle.navheaderbtn0 {
    text-align: center;
    line-height: 7px;
}

.checkboxs.topcheckbox.mb-3 {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

label.kt-checkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    justify-content: center;
    text-align: center;
}

h3.kt-portlet__head-title.subhead {
    font-size: 35px;
    border-bottom: 1px solid #f3f3f3;
}

.kt-portlet__head.border-0 .kt-portlet__head-label h3.kt-portlet__head-title {
    font-size: 24px;
    margin-top: 4%;
    color: #ff2d55;
}

.databox {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    font-weight: 600;
}

.checkboxs.topcheckbox {
    width: 100%;
    display: flex;
    float: left;
}

.onerowcheck {
    width: 100%;
    float: left;
    display: flex;
}

.checkboxs.topcheckbox label.kt-checkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    justify-content: center;
    text-align: center;
}

.checkboxs.topcheckbox label.kt-checkbox input {
    position: inherit!important;
    left: -9999px;
    opacity: 1;
}

.login__header {
    padding: 0px;
    padding: 0px;
    border-top: 3px solid #40a2ed;
        padding: 8px 0px;
}

.login__header img {
    width: 77%;
}

.signIn0 button:hover {
    background: #000000;
    border-color: #000000;
}
.bg_tble1{
    background: #ffe7d3;
}
.admin-panel-lg a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.admin-panel-lg a {
    font-size: 21px;
}
.admin-panel-lg i {
    margin-right: 10px;
}
.admin-panel-lg {
    text-align: center;
/*    padding-left: 34px;*/
}

.content-top-agile h2 {
    font-weight: 400;
    font-size: 1.7rem;
    text-align: center;
}
.content-top-agile p {
    color: rgb(62 59 59 / 50%) !important;
    text-align: center;
}
.content-top-agile {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.bgLoginpage1 {
    padding-top: 35px;
}
button.actionbtn0 {
    padding: 10px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*span.member-initials {
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    width: 28px;
    overflow: hidden;
    border-radius: 100%;
}
a.memberui-draggable {
    background-color: #dfe1e6;
    border-radius: 25em;
    color: #172b4d;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px; 
    margin: 0 4px 4px 0;
    overflow: visible;
    position: relative;
    width: 32px;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    height: 28px;
    width: 28px;
    margin: 0 0 0 -3px;
    float: left;
    z-index: 1;
}
*/
.ProjectFacepile .tooltip-pf {
  position: relative;
  display: inline-block;
}
.tooltip-pf {
    background-color: #dfe1e6;
    border-radius: 25em;
    color: #172b4d;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin: 0 4px 4px 0;
    overflow: visible;
    position: relative;
    width: 32px;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 0;
    height: 28px;
    width: 28px;
    margin: 0 0 0 -3px;
    float: left;
    z-index: 1;
}
p.member-initials {
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    width: 28px;
    overflow: hidden;
    border-radius: 100%;
}
.ProjectFacepile .tooltip-pf .tooltiptext-pf {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
      top: -37px;
    left: -32px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.ProjectFacepile {
    width: 100%;
    float: left;
}

.tooltip-pf:nth-child(1) {
    background: #03a9f4;
    color: #fff;
}
.tooltip-pf:nth-child(2) {
    background: #0000ff;
    color: #fff;
}
.tooltip-pf:nth-child(3) {
    background: #d1bc07;
    color: #fff;
}
.tooltip-pf:nth-child(4) {
    background: #d1075b;
    color: #fff;
}
.tooltip-pf:nth-child(5) {
    background: #ff9800;
    color: #fff;
}

.ProjectFacepile .tooltip-pf:hover .tooltiptext-pf {
  visibility: visible;
}
.documt-prive {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    float: left;
}
.documt-prive a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.support_chat__0 .box {
    background: #ffffff;
}
.support_chat__0 .box-footer {

    background-color: #ffffff;
}
.chat-page-cp0 .nav-pills>li>a.active, .chat-page-cp0 .nav-pills>li>a.active:focus, .chat-page-cp0 .nav-pills>li>a.active:hover,
.chat-page-cp0 a.nav-link.active.show {
    border-bottom: 3px solid #40a2ed;
    background: inherit!important;
    color: #000;
    border-top: inherit;
    /* padding: 11px 10px; */
    border-radius: inherit!important;
}
.box-body.p-0.chat-page-cp0 {
    height: 459px;
    overflow: hidden;

}
.nav-tab-cb0 a.nav-link.show {
    margin: 0;
    border: inherit;
}
.active-hover-ah0 {
    background: #40a2ed;
    border-radius: 12px;
    color: #fff;
}
.active-hover-ah0 .text-green{
    color: #fff;
}
.searchbar-chat form {
    display: flex;
    width: 100%;
}
.searchbar-chat input[type="text"] {
    color: #475f7b;
    border: 1px solid #d5dfea;
    border-radius: 20px 0px 0px 20px;
    height: 35px;
    padding: 2px 13px;
    width: 85%;
    font-size: 12px;    
    background: #fefefe;
}
.searchbar-chat button {
    color: #475f7b;
    border: 1px solid #d5dfea;
    border-radius: 0px 20px 20px 0px;
    height: 35px;
    font-size: 11px;
    background: #fff;
    width: 12%;
        background: #fefefe;
}
.searchbar-chat {
    width: 100%;
    display: flex;
    margin-top: 5%;
    margin-bottom: 5%
}
.nav-tab-cb0 .nav>li>a:active, .nav-tab-cb0 .nav-pills>li>a {
    border-top:inherit;
    transition:inherit;
}
.nav-tab-cb0 .nav>li>a:focus, .nav-tab-cb0 .nav>li>a:hover {
    color: #6e6e6e;
    background: inherit;
    border: inherit;
    transition:inherit;
}
button.btn.btn-primary.chatbtn-0gp {
    padding: 0px 14px;
    font-size: 25px;
}
.dark_mode .chat-page-cp0 .nav-pills>li>a.active{
        color: #828282;
}
.dark_mode .searchbar-chat input[type="text"] {
    color: #475f7b;
    border: 1px solid #303131;
    border-radius: 20px 0px 0px 20px;
    height: 35px;
    padding: 2px 13px;
    width: 85%;
    font-size: 12px;
    background: #151619;
}
.dark_mode .searchbar-chat button {
    color: #475f7b;
    border: 1px solid #303131;
    border-radius: 0px 20px 20px 0px;
    height: 35px;
    font-size: 11px;
    width: 12%;
  background: #151619;
}
.dark_mode .main-header {
    background-color: #181a23;
    color: #fff;
}
.dark_mode  .main-header .sidebar-toggle {
    color: #fff;
}
.dark_mode  .alert_msg .alert-success {
    border: none;
    border-color: #54f02c;
    border-left: 6px solid #54f02c;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    background-color: #181a23 !important;
}
.dark_mode  .alert-success {
    border: none;
    border-color: #40a2ed;
    border-left: 6px solid #54f02c;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    background-color: #181a23 !important;
}
.dark_mode  .ck.ck-editor__main>.ck-editor__editable {
        background-color: #0e0f19!important;
}
.dark_mode .wrapper, .dark_mode .main-sidebar, .dark_mode .left-side {
    background-color: #181a23;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 8%);
}

.dark_mode .sidebar a {
    color: #a8a8ad;
}
.dark_mode .modal-header {
    border-bottom-color: #08090d;
    background: #0e0f19;
   color: #a8a8ad;
}
.dark_mode .select2-container--default .select2-selection--multiple {
    background-color: #181a23;
    border: 1px solid #222324;
    }
.dark_mode  .modal-footer {
    border-top-color: #0e0f19;
    display: inline-block;
}
.dark_mode .modal-body {
    padding: 20px;
    background: #0e0f19;
}
.dark_mode  .sidebar-menu>li>.treeview-menu {
    margin: 0 0px;
    background: #181a23;
}
.dark_mode  .sidebar-menu .treeview-menu>li>a {
    color: #a8a8ad;
}
.dark_mode .dropdown-item:hover, .dark_mode  .dropdown-item:focus {
    color: #ffffff!important;
    text-decoration: none;
    background-color: #40a2ed;
}
.dark_mode  .bg-white {
    background-color: #0e0f19 !important;
    border: 2px solid #323232!important;
}
.dark_mode  .content-wrapper {
    min-height: 100%;
    background-color: #0e0f19;
    z-index: 800;
}
.dark_mode  .main-header .navbar {
    background-color: #181a23;
}
.dark_mode .box {
    background: #181a23;
    color:#a8a8ad;
}
.dark_mode  .btn-outline.btn-secondary {
    color: #d9dbdc;
    background-color: rgba(67, 126 ,235 , 0.08);
    border-color: rgba(67, 126 ,235 , 0.08);
        padding: 6px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dark_mode .table>tbody>tr>td, .dark_mode  .table>tbody>tr>th, .dark_mode  .table>tfoot>tr>td, .dark_mode  .table>tfoot>tr>th,
.dark_mode .table>thead>tr>td, .dark_mode .table>thead>tr>th {
    border-top: 1px solid rgba(67, 126 ,235 , 0.08);
    padding: 1rem;
    vertical-align: middle;
}
.dark_mode .box-header .box-title,
.dark_mode  .box-header>.fa, .box-header>.glyphicon,
.dark_mode  .box-header>.ion {
    display: inline-block;
    margin: 0;
    color: #a8a8ad;
}
body.dark_mode {
    background: #0e0f19;
}
.dark_mode .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #222324;
        background-color: #0e0f19;
    background-clip: padding-box;
}
.dark_mode select.form-control {
    padding-right: 30px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #0e0f19;
    -webkit-appearance: none;

}
.dark_mode .space-gb0 {
    background-color: #181a23;
    box-shadow: 0 1px 2px #171717;
}
.dark_mode .progress {
    background-color: #0e0f19;
    border: 1px solid #2b2b2b;
}
.dark_mode  .dropdown-menu, .dark_mode  .dropdown-grid {
    color: #6c757d;
    border-radius: 2px;
    font-size: 13px;
    border-color: #1b2232;
    padding: 0;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 6%);
    box-shadow: 0 0 4px rgb(27 34 50);
    z-index: 992;
    background: #1b2232;
}
.dark_mode .btn-outline.btn-secondary:active, 
.dark_mode .btn-outline.btn-secondary.active,
.dark_mode .show>.btn-outline.btn-secondary.dropdown-toggle {
    background-color: #1b2232;
    border-color: #2c3241;
}
.dark_mode  .navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 0px;
    border-bottom: 1px solid #222324;
    border-top: 1px solid #222324;
}
.dark_mode  .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    padding: 8px 15px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #222324;
}
.dark_mode  .box-footer {
    border-top: 1px solid #181a23;
    padding: 1.25rem;
    background-color: #181a23;
    border-radius: 0 0 10px 10px;
}
.dark_mode  .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: #222324;
    background: #181a23;
}
.dark_mode .ck.ck-reset, .dark_mode .ck.ck-reset_all, .ck.ck-reset_all * {
    background: #181a23;
}
.dark_mode  .ck.ck-toolbar .ck.ck-toolbar__separator {
    background: #222324;
    }
.dark_mode  .ck.ck-toolbar {
    background: #181a23;
    border: 1px solid #222324;
}
.dark_mode  .btn-default {
    background-color: #0e0f19;
    color: #4a4a4a;
    border-color: #1b2232;
}
.dark_mode .ck.ck-button.ck-button_with-text, .dark_mode  a.ck.ck-button.ck-button_with-text {
    padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);
    color: #9aa8ad;
}
.dark_mode  .sidebar-menu>li>a>.glyphicon, .dark_mode  .sidebar-menu>li>a>.ion {
    color: #a8a8ad;

}
.dark_mode .ck.ck-icon, .dark_mode .ck.ck-icon * {

    color: #a8a8ad;
}
.dark_mode p.ck-placeholder::placeholder,  .dark_mode .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred::placeholder{
        background: #181a23;
}
.dark_mode .sidebar-menu>li>a>.fa
{
    color: #fff;

}
.darkmode_toggle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}   
.darkmode_toggle .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.darkmode_toggle h6 {
    margin: 0;
    margin-right: 10px;
    font-weight: 600;
    color: #fff;
}

.darkmode_toggle .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.darkmode_toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  background-color: #4c4f5e;
  -webkit-transition: .4s;
  transition: .4s;
}
.darkmode_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
}
ul.nav.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
}

.darkmode_toggle .slider:before {
  position: absolute;
  content: "";
    height: 20px;
    width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: #e3d9d9;
  -webkit-transition: .4s;
  transition: .4s;
}

.darkmode_toggle input:checked + .slider {
  background-color: #40a2ed;
}

.darkmode_toggle input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.darkmode_toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.darkmode_toggle .slider.round {
  border-radius: 34px;
}

.darkmode_toggle .slider.round:before {
  border-radius: 50%;
}
.view-page-iv .control-label {
    color: #40a2ed;
    font-size: 21px;
}


.title--iv .control-label {
    font-weight: 500;
    font-size: 18px;
}
.knob-label p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.space-gb0 {
    background-color: #ffffff;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 1%;
    float: left;
    border-radius: 10px;
    padding: 14px 27px;
}
.title--iv p {
    margin: 0;
}
.btn-outline.btn-secondary {
    color: #d9dbdc;
    background-color: transparent;
    border-color: #d9dbdc;
    padding: 6px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.togglebtn-0t .clearfix.float-left {
    display: flex;
}
.chat-page-cp0 ul.nav.nav-pills {
    padding: 13px 17px;
    width: 100%;
    /* float: left; */
    border-bottom: 1px solid #ececec;
}
.chat-page-cp0  .direct-chat-messages.chat-app {
    padding: 0;
}
.priimgmain-0{
    width: 100%;
    float: left;
}
.priimg-0 {
    width: 10%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    padding: 1px 2px;
}
.priimg-0 img {
    width: 72px;
    border-radius: 6px;
}
.priimg-0 i.fa.fa-times {
    position: absolute;
    top: -6px;
    right: -4px;
    background: #000;
    color: #fff;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
.footerchat-fc{
    position: relative;
}
.left-msg-cm {
    width: 100%;
    float: left;
        margin-bottom: 8px;
    margin-top: 8px;
    padding: 3px 15px;
    position: relative;
}
._2GAT7 {
    float: left;
    width: 10%;
}
._2GAT7 img {
    border-radius: 100%;
    height: 44px;
    width: 44px;
    border: 1px solid #c9c9c9;
}
.msg-bubble {
    float: left;
    width: 90%;
}
.msg-info, .msg-text {
    float: left;
    width: 100%;
        align-items: center;
    display: flex;
    justify-content: flex-start;
}
.msg-info-name {
    color: #475f7b;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}
.msg-info-time {
    color: #6c757d;
    font-size: 12px;
}
.left-msg-cm .msg-text {
    color: #1b1c1d;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
.chat-gp-md .modal-header {
    background: #40a2ed;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;
    color: #fff;
    padding: 16px 24px;
    font-weight: 800;
}

.chat-gp-md  .modal-body {
    float: left;
    max-height: 600px;
    overflow-y: scroll;
    padding: 10px 51px;
    width: 100%;
    overflow-x: hidden;
}
.chat-gp-md  input.form-control {
    background: #fff;
    border: 2px solid #ededed;
    border-color: #ededed!important;
    border-radius: 3px;
    border-style: solid!important;
    border-width: 1px 3px 3px 1px!important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: #748194;
    cursor: pointer;
    float: left;
    height: 48px;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    width: 100%;
    margin-bottom: 5%;
}
.chat-gp-md .input-private-chat-ipc label.switch {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    position: relative;
    align-items: center;
    max-width: 100%;
    height: 32px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}
.search-baradd input {
    display: initial;
}
.ffrm-add-chat0 img {
    width: 163px;
}
.search-baradd input {
    display: initial;
    border: 2px solid #eee;
    border-radius: 5px 0 0 5px;
    height: 43px;
    width: 92%;
    float: left;
        padding: 10px 10px;
}
.search-baradd  button {
    border: 2px solid #eee;
    border-left: 0;
    border-radius: 0 5px 5px 0!important;
    height: 43px;
    width: 7%;
}
.chat-gp-md .modal-header button.close {
    color: #fff;
}
.chat-gp-md  textarea.form-control {
    background: #fff;
    border: 2px solid #ededed;
    border-color: #ededed!important;
    border-radius: 3px;
    border-style: solid!important;
    border-width: 1px 3px 3px 1px!important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: #748194;
    cursor: pointer;
    float: left;
    height: 101px;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    width: 100%;
}
.addpart-9 {
    width: 100%;
    float: left;
}
.chat-gp-md .modal-footer {
    width: 100%;
    float: left;
    text-align: end;
    align-items: center;
}
.addpart-9 label.switch {
    display: flex;
    flex-direction: column;
}
h2.addparticipants-heading {
    color: #5f6368;
    font-size: 20px;
    line-height: 33px;
    margin: 0;
    padding-left: 0px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
}
.btn-grp-mg button.btn.btn-secondary.create {
    background: #40a2ed;
    color: #fff!important;
}
.meadi-grp-mg {
    margin-top: 7px;
    background: #f4f4f4;
    border-bottom: 3px solid #40a2ed;
    border-radius: 12px;
    display: flex;
    float: left;
    justify-content: center;
    margin-bottom: 11px;
    width: 100%;
    padding: 15px 22px;
    align-items: center;
}
.avatar-lg-cl {
    width: 10%;
    float: left;
}
 .media-body-cl .checkbox label {
    padding: 0;
    margin: 0;
}
.avatar-lg-cl img {
    width: 77%;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    float: left;
}
.media-body-cl {
    width: 90%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-right: 16px;
}
.media-body-cl .checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-grop_mg {
    float: left;
    height: auto;
    max-height: 253px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}
.search-baradd {
      width: 100%;
    float: left;
    margin-bottom: 19px;
}
.input-private-chat-ipc {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 28px;
}
button.btn.btn-primary.chatbtn-0gp {
    padding: 1px 16px;
    font-size: 19px;
    background: #40a2ed;
    border-color: #40a2ed;
}
.box-header.with-border.fullpkn0 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    float: left;
}
.name-usegn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.treedot-td {
    font-size: 28px;
}
.imh-prochat {
    width: 100%;
    float: left;
}
.imh-prochat img {
    width: 90px;
    height: 90px;
    margin: 3px 2px;
}
.imh-prochat i.fa.fa-file-pdf-o {
    font-size: 38px;
    margin-top: 4px;
    margin-bottom: 1px;
    color: #40a2ed;
}
.text-green {
       color: #28a745;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}
.gpmodel-box {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.priimg-0 i.fa.fa-file-pdf-o {
    font-size: 64px;
}


.chnge__psg .progress .bg-danger {
    background-color: #40a2ed !important;
    color: #fff;
}
.modal-header {
    padding: 0;
    border: inherit;
}
.modelbx-veo0 button.close {
    padding: 0!important;
    right: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 26px!important;
    padding-top: 22px!important;
}
.modelbx-veo0 button:focus {
    outline: inherit;
    border: inherit;
}
.private-dm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.private-dm span.switch-indicator {
    margin-left: 23px;
}
.dark_mode .modal-footer {
    border-top-color: #0e0f19;
    display: inline-block;
    background: #0e0f19;
    width: 100%;
}
 .modal-header {
    border-bottom-color: #08090d;
    background: #0e0f19;
    color: #a8a8ad;
    padding: 10px 10px;
}
.dark_mode  .modal-content {

    background-color: #0e0f19;
    background-clip: padding-box;
}
.dark_mode  .input-group .input-group-addon {
    border-radius: 0;
    border-color: #1f2023;
    background-color: #1b1d2d;
}
@media screen and (max-width: 959px) {
    .light-sidebar .main-header .sidebar-toggle {
    font-size: 12px;
    padding: 20px 11px;
}
    .loginCoum0 h1.contact-title {
        font-size: 24px;
        float: left;
        width: 100%;
        font-weight: 700;
        margin-bottom: 5%;
    }
    .box .box-header .box-subtitle {
        width: 100%;
        float: left;
        margin-top: 8%;
    }
    .btnVendorpg0 a.btn {
        font-size: 11px;
        padding: 8px 8px;
        margin: 6px 4px;
        font-weight: 600;
    }
    .box-header .box-title,
    .box-header>.fa,
    .box-header>.glyphicon,
    .box-header>.ion {
        width: 100%;
        float: left;
    }
    .content {
        padding: 5px;
        padding-top: 26px;
    }
    .charityName__cn0 h4 {
        font-size: 12px;
        font-weight: 600;
        color: #000;
        margin: 0;
        line-height: 15px;
    }
   .box-body {
    padding: 14px;
}
    .charitytext__cn0 p {
        font-size: 13px;
        margin: 0;
    }
    .login__header a.navbar-brand {
        width: 60%;
    }
    .card.loginCoum0 {
        padding: 29px 10px 45px;
    }
    .btn {
        padding: 9px 9px;
    }
}