input:checked + .slider {
    background-color: var(--success);
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -2px;
    bottom: 0;
    background-color: var(--danger);
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    vertical-align: middle;
    margin-top: 8px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}


.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.form-group.categoryName {
    /*margin-bottom:30px;*/
}
.dashboard_admin {
    background: transparent;
    padding: 10px;
}
.dashboard_admin h3 {
    color:#fff;
    font-weight: 400;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    height: 60px !important;
    font-size: 18px;
    font-weight: normal;
}
.input-group button {
    padding: 27px 0px !important;
    color: white;
    font-size: 24px;
}
input[type="checkbox"] {
    height: auto !important;
}
.main-container {
    height: auto !important;
    background-color: var(--bg-main);
    -webkit-transition: var(--default-transition);
    transition: var(--default-transition);
}
.service-cat input {
    visibility: hidden;
    height: 0;
    width: 0;
}
.categoryName input#serviceCatImg {
    visibility: hidden;
    height: 0;
    width: 0;
}
.pt-40.upload-id-proof input {
    visibility: hidden;
    height: 0;
    width: 0;
}
.service-image input {
    visibility: hidden;
    height: 0;
    width: 0;
}
.categoryName input#businessCatImg {
    visibility: hidden;
    height: 0;
    width: 0;
}
.business-image input {
    visibility: hidden;
    height: 0; padding: 0px;
    width: 0;
}
.left-side-bar {
    height: 1150px;
}
.img-bx img {
    border-radius: 100px;
    height: 50px;
    width: 50px;
}
a.btn.cancel_btn {
    font-size: 14px;
    background: var(--brand-3);
    color: var(--brand-1);
    border-color: var(--brand-1);
}

a.btn.cancel_btn:hover {
    background: var(--primary-600);
    color: var(--light-300);
    border-color: var(--primary-900);
}

.input-group.custom > .custom-select:not(:last-child), .input-group.custom > .form-control:not(:last-child) {
    border-radius: 0.25rem;
    padding-right: 50px;
    border-radius: 10px;
    height: 50px !important;
}
.form-control-feedback {
    display: none;
}
.pd-20 span.help-block {
    color: red;
}
.sm-img {
    width: 12%;
    float: left;
}
/*new css 27-09-18*/
div#offerlist_wrapper .row {
    width: 100%;
}
.dataTables_length label {
    float: left;
    padding-top: 10px;
    margin-left: 25px;
}
.bookings-list .dataTables_length label {
    margin-left: 5px;
}
#all_appointments .dataTables_length label {
    margin-left: 5px !important;
}
#offerlist_filter label {
    float: right;
    margin-right: 23px;
    padding-top: 10px;
}
select.form-control.input-sm {
    margin: 0px 15px;
    color: var(--brand-1);
    background: var(--bg-1);
    height: 30px;
    border: 1px solid var(--brand-3);
    border-radius: var(--br-4);
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    width: 220px;
    border-radius: 9px;
    background: var(--bg-1);
    margin-bottom: 0px;
    border: 1px solid var(--brand-3);
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    float: right;
    margin-right: 10px;
    padding: 5px;
}
div#offerlist_info {
    margin-left: 10px;
}
#promotionalAdsList_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
div#promotionalAdsList_wrapper .row {
    width: 100%;
}
.promotional_add {
    /* margin-left: 140px;*/
    float: right !important;
}
input#edit_PImg {
    visibility: hidden;
    height: 0;
    width: 0;
}
img#edipromotionalImage {
    width:87%;
    height: -webkit-fill-available;
}

div#customerList_wrapper .row {
    width: 100%;
}
div#customerList_filter {
    float: right;
    margin-right: 20px;
    padding-top: 10px;
}
.form-group.password_reset span {
    float: right;
    z-index: 999999;
    margin-top: -34px;
    margin-right: 25px;
    position: relative;
}
#changePassword .modal-header{ justify-content: left;}

#changePassword .modal-title{ width:100%; }
#changePassword .modal-header .col-md-12.col-sm-12 { width:100%; }
.form-group.password_reset span a{
    font-weight:500;     
    text-decoration: underline;
    color: var(--primary-900);
}
div#businessList_wrapper .row {
    width: 100%;
}
div#businessList_filter {
    float: right;
    margin-right: 20px;
    padding-top: 10px;
}
td.action {
    width: 20%;
}
.tab-bg li {
    width: 33%;
    text-align: center;
    padding: 10px;
}
.nav-pills .nav-item {
    border: 0px solid #cecece;
    border-top: none;
}
[type=checkbox]:checked+label:after, [type=checkbox]:not(:checked)+label:after {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 0.25em;
    font-size: 18px;
    line-height: .8;
    color: #fff!important;
    transition: all .2s;
    font-family: 'Work Sans', sans-serif!important;
}
[type=checkbox]:checked+label:before, [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px !important;
    width: 1.5em;
    height: 1.5em;
    border-radius: 20px;
    background: #29cc7a!important;
}
.custom-select input.time_time.time-picker.td-input {
    padding: 5px;
    width: 100px;
    font-size: 18px;
}
.custom-select {
    width: 110px;
}
.right-side .time {
    width: 150px;
    text-align: center;
    padding: 0px 10px;
}

.business_management_edit textarea{ border-radius: 8px; }

div#allCategoriesList_wrapper .row {
    width: 100%;
}
#allCategoriesList_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
div#allServices_wrapper .row {
    width: 100%;
}
#allServices_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
div#staffList_wrapper .row {
    width: 100%;
}
#staffList_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
.box-body .row {
    margin: 0px;
}
div#businessAppointments_wrapper .row {
    width: 100%;
}
#businessAppointments_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
.small_img {
    width: 55px;
    height: 55px;
    float: left;
    overflow: hidden;
    border-radius: 12px;
    background: var(--bg-hover);
}

.small_img img {

}
div#appointments_wrapper .row {
    width: 100%;
}
#appointments_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
#businessReview_wrapper .row {
    width: 100%;
}
#businessReview_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
div#businessQueries_wrapper .row {
    width: 100%;
}
#businessQueries_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
div#customerQueries_wrapper .row {
    width: 100%;
}
#customerQueries_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
div#businessQueries_wrapper .col-sm-12 {
    padding: 0px;
}
div#customerQueries_wrapper .col-sm-12 {
    padding: 0px;
}
input[type="submit"] {
    -webkit-appearance: none;
    /*font-size: 18px;*/
}
#add_new_promotional .modal-footer .btn {
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 50px !important;
}

.ui-datepicker {
    position: relative !important;
    top: -290px !important;
    left: 0 !important;
}
.datepickers-container {
    position: absolute;
    left: 0;
    top: -300px !important;
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px;
    display: none;
}
#add_new_faq .modal-footer .btn {
    border-radius: 50px !important;
    padding: 12px 70px;
    font-size: 16px;
}
.rmv {
    margin-top:25px;
    text-align: left;
}
a.remove_tax {
    border: 1px solid #ccc;
    padding: 10px 16px;
}
.setting-footer .cancel_btn {
    background-color: #d9d9d9;
    border-radius: 4px;
    padding: 15.5px 30px;
}

.bg-white.pd-20.box-shadow.border-radius-25.height-100-p {
    border-radius: 24px;
}
.bg-white.box-shadow.border-radius-25.height-100-p.overflow-h {
    border-radius: 24px;
}
.bg-white.box-shadow.border-radius-25.overflow-h {
    border-radius: 24px;
}
.coming_soon {
    width: 50%;
    margin: 0 auto;
}
ul#accordion-menu li.active a {
    color: var(--brand-1) !important;
    background-color: var(--bg-1);
    border-radius: 0px 9px 9px 0px;
    margin: 5px 20px 5px 0px;
    border-left: 5px solid;
    -webkit-box-shadow: var(--boxsh-1);
    box-shadow: var(--boxsh-1);
}
/*.sidebar-menu ul li.active a .all_appoinement {
    background-image: url(../images/sidbar_icon/bookings-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .order {
    background-image: url(../images/sidbar_icon/all_o_h.png);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .home {
    background-image: url(../images/sidbar_icon/dashboard-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .customer-management {
    background-image: url(../images/sidbar_icon/clients-management-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .all-Products {
    background-image: url(../images/sidbar_icon/service-categories-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .manage-b {
    background-image: url(../images/sidbar_icon/Manage-Branches_h.png);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .new-business {
    background-image: url(../images/sidbar_icon/new-partners-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .Offers-a {
    background-image: url(../images/sidbar_icon/offers-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .reviews {
    background-image: url(../images/sidbar_icon/reviews-management-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .payment-d {
    background-image: url(../images/sidbar_icon/payments-management-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .queries-meges {
    background-image: url(../images/sidbar_icon/support-messages-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .promotional-ads {
    background-image: url(../images/sidbar_icon/promotional-ads-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .faq {
    background-image: url(../images/sidbar_icon/faq-management-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}
.sidebar-menu ul li.active .settings {
    background-image: url(../images/sidbar_icon/settings-w.svg);
    background-repeat: no-repeat;
    padding: 3px 12px;
}*/
/********************new css 21-11-2018********************************/
td.content {
    text-align: justify !important;
}
div#allReview_wrapper .row {
    width: 100%;
}
div#allReview_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
/************************28-11-2018************************************/
.rating-static {
    width: 136px;
    height: 30px;
    overflow:hidden;
    display: block;
    background-image: url(../images/sidbar_icon/star-rating.png);
}
.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -26px 0; } 
.rating-30 { background-position: -55px 0; }
.rating-20 { background-position: -81px 0; }
.rating-10 { background-position: -107px 0; }
.rating-0 { background-position: -136px 0; }

.rating-5  { background-position: -110px -40px; }
.rating-15 { background-position: -82px -40px; }
.rating-25 { background-position: -56px -40px; }
.rating-35 { background-position: -28px -40px; }
.rating-45 { background-position: 0 -40px; }

span.rating-static {
    float: left;
}
span.name_name {
    float: left;
}
.earn_box h5 {
    font-size: 14px;
    font-weight: 600;
}
.earn_box h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
div#business_statistics .earn_box {
    padding: 22px;
    margin: 15px 0px;
    min-height: 110px;
}
div#business_statistics .earn_box h5 {
    font-size: 12px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    display: none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.category-modal .tab-content label {
    font-weight:600;
}

input#categoryImage {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
}
input#promotionalBan {
    visibility: hidden;
    height: 0px !important;
    width: 0px;
    padding: 0px;
}
/**************************radio button design*****************************/

.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    padding: 0px 29px;
    font-weight: 400;
}
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--bg-1);
    border-radius: 6px;
    border: 2px solid var(--brand-1);
}
.radiocontainer:hover input ~ .checkmark {
    background-color: var(--bg-hover);
}
.radiocontainer input:checked ~ .checkmark {
    background-color: var(--brand-1);
    border: 2px solid var(--brand-1);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}
.radiocontainer .checkmark:after {
    top: 4px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: white;
}
sup {
    color: red;
    font-size: 14px !important;
    font-weight: bold;
}

li.nav-item-button {
    float: right !important;
    margin-top: 10px;
    position: absolute;
    right: 30px;
}
.row.tax_inner_form span {
    color: red !important;
    font-size: 14px;
}
#payments_wrapper .row {
    width: 100%;
}
#payments_filter label {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
/*business mgt*/
.swedish_box img#check {
    float: left !important;
}
#otherinfo .swedish_box .boxs li span label {
    padding-left: 10px;
    color: #55555e;
    font-size: 16px;
    margin-top: 0px !important;
    float: left;
}
.modal-header {
    justify-content: flex-end;
}
#add_new_faq .modal-header {
    justify-content:left;
}

.card {
    width: 100%;
}
span.error {
    color: red;
    font-size: 14px;
}
select#offerStatus {
    width: 200px;
    height: 34px !important;
    font-size: 14px;
    border-radius: var(--br-4);
    background: var(--bg-2) !important;
    padding: 0px 15px;
    margin-bottom: 0px;
}

img.lightbox-image {
    width: 100% !important;
    height: auto !important;
}
.lightbox-btn {
    z-index: 2;
    width: 2.2em;
    height: 2.2em;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    border: 0px solid;
}
.lightbox-wrapper {
    position: relative;
    /*width: 50%;*/
    /*height: 350px;*/
    max-width: 60%;
}
.lightbox-container {
    z-index: 9999!important;
}
.popup-footer-business input.btn.btn-primary.btn-w.add-bg.radius-btn{
    width: 100%;
}
g.highcharts-button.highcharts-contextbutton.highcharts-button-normal {
    display: none;
}
div#o_expiry_date {
    padding-top: 16px;
}

div#gallery img {
    width:100%;
    height: auto;
    float: left;
    padding: 5px;
    border-radius: var(--br-2);
}

.image-gallery-item.vcenter {
    width: 50%;
    float: left;
}

div#gallery video {
    width: 48%;
    height: 160px;
    float: left;
    margin-left: 10px;
    border-radius: 10px;
}

/*********************service edit*******************************/
.add-new-area .category-modal {
    width: 630px;
}
#edit_category_model .uploadVideo {
    padding: 0px 0;
}
#edit_category_model input#categoryImage {
    margin-top: 10px;
}
.remove-scroll {
    overflow-x: hidden!important;
}
.col-md-12.reason_cancel {
    color: var(--danger);
    margin-top: 10px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none !important;
}
#businessList .dropdown-toggle::after {
    content: "\f107";
    border: 0;
    color: var(--brand-1);
    border: 1px solid var(--brand-1) !important;
    border-radius: 6px;
    padding: 0 10px;
    margin-top: 6px;
}
#businessList .dropdown.show > .dropdown-toggle::after {
    content: "\f106";
    color: #ccc
}
#businessList .dropdown {
    float: right;
    margin-right: 60px;
}
#businessList .dropdown-menu {
    width: 120px;
}
#businessList .dropdown-menu a {
    font-size: 14px;
    color: red !important;
}
button.lightbox-btn.lightbox-btn-previous {
    display: none;
}
button.lightbox-btn.lightbox-btn-next {
    display: none;
}
.business_management_edit li.nav-item-button span {
    padding: 4px;
}
.login-page select#selectedLang {
    background: transparent;
    /*color: #000 !important;*/
    border: 0px;
    font-size: 15px;
}

.language_chang select {
    background-color: transparent;
    border: none;
    color: #fff;
}
.language_chang select:focus:hover {
    color: #000;
}

th.sorting_1 {
    text-align: center !important;
}

/**************progress bar**************************/

.wrapper-progressBar {
    width: 100%
}

.progressBar {
}

.progressBar li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

.progressBar li:before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: white
}

.progressBar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    top: 12px;
    left: -50%;
    z-index: -1;
}

.progressBar li:first-child:after {
    content: none;
}

.progressBar li.active {
    color: #f34979;
}

.progressBar li.active:before {
    border-color: #f34979;
    background-color: #f34979
}

.progressBar li.active + li:after {
    background-color: #f34979;
}
.progressBar span.step {
    position: relative;
    top: -38px;
    right: -50px;
}
.progressBar span.step img {
    width: 12%;
    clear: both;
    border-radius: 60%;
}

.tracking {
    padding: 20px 30px!important;
}
.border-radius-25 {
    border-radius: 24px;
}
.order_d h5 {
    font-size: 20px !important;
}
.order-details .notify select {
    border: none;
    border-radius: 4px;
    padding: 7px;
    background-color: #f9f9f9;
    box-shadow: 0.5px 0.866px 6px 0px rgba(0, 0, 0, 0.15);
    width: 160px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.order-details .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    background: #f0f6fd;
    height: 50px;
    vertical-align: middle;
    padding: 0px 8px;
    /* margin-left: 25px; */
    margin-left: 0px;
}
.mainT {
    padding-right: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #5c5c5c;
}
div#orderlist_wrapper .row {
    width: 100% !important;
}
div#orderlist_filter {
    padding-top: 10px;
    float: right;
    margin-right: 10px;
}
img#categoryimg {
    height: 170px;
}
.order_lists .hrd_tital select {
    border: none;
    width: 100%;
    font-size: 13px;
    color: #525257;
    font-weight: 500;
}
.order-details .right_5.text-right {
    float: right;
    margin-top: -5px;
}
.add-service .col-lg-3.col-sm-12 {
    text-align: center;
}
.faq_faq .faq-tabs ul li a.active {
    background: var(--bg-3);
    color: var(--white);
    border-radius: 12px 12px 0px 0px;
}
.faq_faq .faq-tabs ul li a {
    font-size: 14px;
    color: var(--tx-1);
    border: none;
    padding: 10px 40px;
}
img#businessCatImage {
    cursor: pointer;
}
img#categoryimg {
    cursor: pointer;
}
img#serviceCatImage {
    cursor: pointer;
}
img#editServiceImage {
    cursor: pointer;
}
img#serviceImage {
    cursor: pointer;
}
img#promotionalBanner {
    cursor: pointer;
    border-radius: var(--br-2);
}
img#edipromotionalImage {
    cursor: pointer;
}

#imagecrop-modal .modal-header {
    justify-content: space-between !important;
    align-items: center !important;
}

#imagecrop-modal .modal-title{
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.modal-footer .btn{
    /*font-size: 1.5rem;*/
}
#order_details .order_info h5 b {
    width: 28%;
    float: left;
    font-weight: 500;
}
#order_details .order_info h5 {
    color: var(--tx-1);
    font-size: 14px !important;
}
#order_details .order_info {
    padding: 5px 0px;
}
#left-border .order_info {
    /*border-right: 1px solid #ccc;*/
}
#order_details .order_info h5 span {
    color: var(--brand-1);
    font-weight: 500;
    margin-left: 6%;
}

.pd-20 {
    padding: 20px;
}

.pd-u-20 {
    padding: 0px 20px 20px;
}

#transactionDetail .modal-title {
    font-size: 21px;
    width: 100%;
}
#transactionDetail .modal-header {
    border-bottom: 0;
    padding: 0;
}
#transactionDetail h4,
p {
    margin: 0;
    padding: 0;
}

#transactionDetail .left-side-box {
    background: var(--bg-2);
    padding: 20px;
    border-radius: var(--br-4);
    box-shadow: var(--boxsh-1);
}


#transactionDetail .left-side-box h3 {
    color: #3b3647;
    font-size: 18px;
    font-weight: 600;
}

#transactionDetail ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
#transactionDetail li {
    list-style: none;
}



#transactionDetail .left-side-box .content-row .content-title-heading {
    color: var(--brand-2);
    font-size: 14px !important;
    font-weight: 500;
}

#transactionDetail .left-side-box .content-row .content-title-value {
    color: var(--brand-2);
    font-size: 16px !important;
    font-weight: 500;
}
#transactionDetail .left-side-box .content-row .content-heading {
    color: var(--tx-2) !important;
    font-size: 14px !important;
    font-weight: 500;
    border-bottom: 1px solid var(--border-4);
}

#transactionDetail .left-side-box .content-row .content-value {
    color: var(--tx-2) !important;
    font-size: 16px !important;
    font-weight: 500;
    border-bottom: 1px solid var(--border-4);
}



#transactionDetail .left-side-box .content-row .total-amount {
    color: var(--brand-2) !important;
    font-size: 16px !important;
    font-weight: 500;
}

#transactionDetail .left-side-box .main-title {
    color: var(--tx-1);
    font-size: 18px !important;
    font-weight: 600;
}



#transactionDetail .right-side-box .email-btn {
    font-weight: 500;
}

#transactionDetail .right-side-box .print-btn {
    font-weight: 500;
}

#transactionDetail .btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
    outline: none;
}


#transactionDetail .right-side-box h4 {
    font-size: 16px !important;
    font-weight: 500;
}

#transactionDetail .right-side-box {
    padding: 0 40px;
}

#transactionDetail .right-side-box .account-detail-box ul li h5 {
    font-size: 14px !important;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

#transactionDetail .right-side-box .account-detail-box ul li p {
    color: var(--brand-2);
    font-size: 14px;
    font-weight: 500;
}

#transactionDetail .right-side-box .account-detail-box li {
    padding: 0;
    margin: 0;
}
#transactionDetail .right-side-box .account-detail-box {
    border: 1px solid #5cbb84;
    border-radius: 12px;
    padding: 10px;
}

#transactionDetail .right-side-box p {
    color: var(--dark-300);
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px !important;
}

#transactionDetail .modal-content {
    background: var(--bg-1) !important;
    padding: 20px 30px;
}

#transactionDetail .bottom-row p {
    font-size: 12px;
    font-weight: 500;
}

#transactionDetail .bottom-row p span {
    color: #ff825a !important;
}

#transactionDetail .right-side-box .amount-form-control{
    border-radius: 15px;
    padding: 25px;
    font-size: 18px;
}
#transactionDetail .right-side-box .amount-form-control:focus{
    box-shadow: none;
}

#transactionDetail .right-side-box .transfer-funds-btn{
    width: 100%;
    border-radius: 15px;
    background: #5cbb84;
    border-color: #5cbb84;
    font-weight: 500;
    padding: 10px;
    font-size: 18px;
}

#transactionDetail .right-side-box h5{
    font-size: 14px;
    font-weight: 500;
}

#transactionDetail .right-side-box h6{
    font-size: 12px;
    color: #3b3647;
    font-weight: 500;
}

#transactionDetail .right-side-box h6 span{
    color: #fe7554;
}


.ml-0{
    margin-left:  0px !important;
    margin-right: 0;
}
.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
}

@media (max-width: 767px) {
    #transactionDetail .modal-title {
        font-size: 22px;
    }
    #transactionDetail .left-side-box h3 {
        font-size: 18px;
    }
    #transactionDetail .right-side-box .email-btn {
        width: 100%;
    }
    #transactionDetail .right-side-box .print-btn {
        width: 100%;
    }
    #transactionDetail .right-side-box {
        padding: 0;
    }
    #transactionDetail .modal-content {
        padding: 10px;
    }

}
@media (min-width: 992px){
    .modal-lg {
        max-width: 1140px;
    }
}
@media (min-width: 768px){
    .d-md-flex {
        display: flex!important;
    }
    .mt-md-0 {
        margin-top: 0!important;
    }
    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
}

.client-info h5{
        font-size: 15px;
        font-weight: 500;
        color: var(--tx-1);
      }

      .client-info  h5.color-text {
            color: var(--brand-2) !important;
            text-align: end;
        }

      .client-info h5.color-text.not-provided {
    color: #ec7063 !important;
}
.user-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

