:root {
    --primary: #fff;
    --secondary: #8B929F;
    --orange: #008FDC;
    --red: #e83d51;
    --white: #fff;
    --lightprimary: #eaf8ff;
    --lightgray: #8494AF;
    --lightgray-fade: #b7c9e8;
    --dark: #2B3342;
    --whitesmoke: #F7F7F7;
    --body-bg: #ECF8F8;
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--dark);
    /* font-family: 'Poppins', sans-serif; */
    background: #000000 !important;
    position: relative;
}
#cboxClose {
    display: none;
  }

.outside {
    padding: 2rem;
    background: #000;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #EBEAED !important;
    padding-bottom: 0;
    padding-right: 0;
}

.select2-container .select2-selection--multiple {
    height: 48px;
}

.footer-links {
    background-color: #000;
    /* Example background color */
    padding: 10px;
    /* Example padding */
    text-align: center;
    /* Center align text */
}

.footer-links ul {
    list-style-type: none;
    /* Remove default list styling */
    margin: 0;
    padding: 0;
    display: inline-block;
    /* Align list items horizontally */
}

.footer-links li {
    display: inline;
    /* Align list items horizontally */
    margin-right: 15px;
    /* Space between list items */
}

.footer-links a {
    text-decoration: none;
    /* Remove underline from links */
    color: #7166D6;
    /* Example link color */
}

.footer-links a:hover {
    color: #0056b3;
    /* Example hover color */
}

.dashboardcode-bsmultiselect ul.form-control>li.badge {
    background: #fff;
    border-radius: 5px;
    padding-left: 5px !important;
    border: 1px solid #d2535a !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

.dashboardcode-bsmultiselect ul.form-control>li.badge .btn-close {
    background: none;
    opacity: 1;
}

.dashboardcode-bsmultiselect ul.form-control>li.badge .btn-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #c71d27;
    padding-left: 5px;
    padding-top: 2px;
}

.multi-frm-slct .dashboardcode-bsmultiselect {
    position: relative;
}

.multi-frm-slct .dashboardcode-bsmultiselect .dropdown-menu {
    transform: none !important;
    left: 0 !important;
    top: 100% !important;
    max-height: 200px;
    overflow: auto;
}

.dropzone {
    background: #292929 !important;
    padding: 20px 20px;
    border-radius: 20px !important;
    border: none !important;
}


small {
    font-size: 14px;
}
.small-wp {
    font-size: 12px;
  color: #7a7a7a;
}

.btn {
    font-size: 0.875rem;
}

.btn:focus {
    box-shadow: none !important;
}

h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
}

h2 {
    font-size: 2rem;
    color: var(--dark);
}

h5 {
    font-size: 1rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: .6rem;
}

.bold-4 {
    font-weight: 400;
}

.bold-5 {
    font-weight: 500;
}

.bold-6 {
    font-weight: 600;
}

.bold-7 {
    font-weight: 700;
}

.inner-wrap h1 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
    color: var(--dark);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

td {
    border: none !important;
    font-size: 14px;
}

th {
    border-color: #393939 !important;
    padding: 10px !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(82, 196, 173, 0.13);
}

.btn-link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.radioerror label.error {
    position: absolute;
    width: 100%;
    bottom: -26px;
    left: 2px;
}

.btn-link:hover {
    color: #7166D6;
}

.btn-info {
    color: var(--white);
}

.btn-primary {
    background: #7166D6;
    color: #ffffff;
    padding: 0.5rem 1rem;
    transition: all ease .6s;
    border: 0 !important;
    font-size: 0.875rem;
    font-weight: 400;
    /* border-radius: 5px !important; */
    border-radius: 10px !important;

}

.export {
    border: 1px solid #ffffff70 !important;
}

.export:hover {
    border: 1px solid #ffffff70 !important;
}

.receipt-btn {
    font-size: 0.8rem !important;
}

.btn-outline-primary {
    background: var(--white);
    color: var(--primary);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    border: 1px solid var(--primary) !important;
}

.btn-view {
    background: #50B5FF;
    border-color: #50B5FF;
    color: var(--white);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
    font-weight: 400;
}

.btn-view:hover {
    background: #fff;
    color: #50B5FF;
}

.btn-default {
    background: #fff;
    border-color: #EBEAED;
    border-radius: 4px;
    color: var(--dark);
    font-size: 14px;
}


nav.nav-breadcrumb {
    border-bottom: none;
    margin-top: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: inline-flex;
    position: relative;
}

.breadcrumb .breadcrumb-item:last-child::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 100px;
    content: '';
    right: -4px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: -1;
}

.breadcrumb li.breadcrumb-item {
    display: inline-flex;
    background: #151616;
    border: 1px solid #E4E5E8;
    margin-left: -1px;
    height: 32px;
    padding: .25rem .75rem;
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.icon-badge {
    background: #fff;
    min-width: 16px;
    min-height: 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: center;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-flex;
    padding-right: 0;
    color: #6c757d;
    content: "\f054";
    position: absolute;
    left: -8px;
    top: 50%;
    background: #fff;
    border: 1px solid #E4E5E8;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    align-items: center;
    justify-content: center;
}

.breadcrumb li.breadcrumb-item:first-child {
    margin-left: 0;
    border-radius: 8px 0 0 8px;
}

.breadcrumb li.breadcrumb-item:last-child {
    border-radius: 0 8px 8px 0;
}

.breadcrumb li.breadcrumb-item a {
    color: #9f9f9f;
    font-weight: 600;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-outline-primary {
    background: var(--white);
    border: 1px solid var(--primary) !important;
    color: var(--primary);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
}

.btn-secondary {
    background: var(--orange);
    border: 1px solid var(--orange) !important;
    color: var(--white);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--orange);
}

.btn-back {
    background: var(--white);
    border: 1px solid var(--dark) !important;
    color: var(--dark);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
}

.btn-back:hover {
    background: var(--dark);
    color: var(--white);
}

.btn-primary.btn-sm {
    padding: 0rem 1rem;
    height: 32px;
    font-size: .875rem;
}

.btn-primary.btn-lg,
.btn-back.btn-lg {
    border-radius: .25rem;
    font-size: 1.25rem;
    padding: 0.65rem 1.5rem;
    transition: all ease .6s;
}

.btn-primary:hover {
    color: var(--primary);
    transition: all ease .6s;
    background: #232526;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.btn-outline-primary:hover {
    background: var(--primary);
    color: var(--whitesmoke);
    border-color: var(--primary);
    transition: all ease .6s;
}

.btn-primary:focus:active {
    background: var(--primary);
    transition: all .1s;
    box-shadow: none;
    outline: 0;
    color: var(--white);
}

.btn-outline-secondary.btn-sm {
    border: 1px solid #E4E5E8;
    color: #6c757d;
    background: #fff;
    border-radius: .5rem;
    padding: .25rem .75rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #7166D6 !important;
    border-color: var(--primary);
}

.main-wrap .btn {
    border-radius: 4px;
    /* border: 1px solid #333 !important; */
    border-radius: 10px;
}

.border-line-btn {
    border: 1px solid #333 !important;
}

.selectOpt {
    display: inline-block;
    padding: 3px 10px;
    background: #ecf8f8;
    border: 1px solid #cbdcdc;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-top: 8px;
}

.selectOpt p {
    display: inline;
    margin-right: 5px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    border: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0364401);
    border-radius: 22px !important;
    /* overflow: hidden; */
}

.btn-lite {
    background: var(--lightprimary);
    color: var(--dark);
    box-shadow: none;
}

.wrap-body-top a img {
    height: 25px;
}

.res-cover-img img {
    height: 100%;
    object-fit: cover;
}

.sponsor-card img {
    height: 40px;
}

label {
    font-size: 15px;
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 30px; */
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
}

label.error,
.red,
label.is-invalid {
    color: var(--red) !important;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background: var(--lightprimary) !important;
    padding: .2em .8em;
    color: var(--primary) !important;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

::placeholder {
    font-size: 1rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

label input::placeholder {
    color: white;
}


.form-check-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
}

.login-section .form-control {
    border: 1px solid #1f1f20 !important;
    box-sizing: border-box;
    border-radius: 9px !important;
    height: 55px;
    font-size: 1rem;
    color: #fff !important;
    background-color: #000 !important;
}

.form-control:focus {
    color: #fff;
    background-color: #333 !important;
    border-color: #d5d5d5;
    outline: 0;
    box-shadow: none;
}

.lite-gray {
    color: #333 !important;
}

.border {
    border: 1px solid #EBEAED59 !important;
}


.border-bottom {
    border-bottom: 1px solid #272B30 !important;
}

.border-top {
    border-top: 1px solid #272B30 !important;
}

.border-right {
    border-right: 1px solid #272B30 !important;
}

.border-left {
    border-left: 1px solid #272B30 !important;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #282828 !important;
    color: #757575;
    text-align: center;
    padding: 10px 0;
    background: rgb(0, 0, 0);
}

/*---------- login ----------*/

.login-section {
    display: flex;
    align-items: center;
    background-image: url('../img/login-bg-new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 40px);
    overflow: auto;
    padding-bottom: 20px;
}

.login-section .card {
    background: #232526;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000, #232526);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #505050;

}

.login-logo {
    display: inline-block;
}

.login-section h2 {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
}

.login-partner img {
    height: 34px;
}

.login-partner {
    display: flex;
    justify-content: space-between;
}

.login-partner img {
    width: 80px;
}

.sign-icon {
    position: absolute;
    right: 15px;
    top: 45px;
}

a.inside-btn.pass-btn.eye-icon {
    position: absolute !important;
    right: 15px !important;
    top: 35px !important;
}


a.inside-button.pass-btn.eye-icon {
    position: absolute !important;
    right: 15px !important;
    top: 35px !important;
}

select {
    word-wrap: normal;
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

sup {
    color: var(--red) !important;
}

.reset-mail-box {
    margin-top: 37px;
    color: #515151;
}

.reset-mail-box a {
    color: #fff !important;
}

/*--------- header ----------*/

.log-sec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.item.active a {
    background: #7166D6;
    /* background: linear-gradient(122deg, rgba(27,146,228,1) 0%,
     rgba(9,38,121,1) 35%, rgba(25,182,214,1) 100%); */
    color: #fff;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.item.active .sub-menu .sub-item.active {
    background-color: var(--lightprimary);
}

.item.active .sub-menu .sub-item {
    background-color: #fff;
}

.not-badge {
    background-color: #FC3400;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 2px;
    right: -11px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
}

.log-sec a {
    margin: 10px 15px;
}

.logo img {
    height: 55px;
}

element {
    align-items: center;
}

.pro-dtls h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}

.pro-dtls p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    color: #84818A;
}

.pro-box {

    border-radius: 4px;
}

header {
    padding: 7px 35px 0px 35px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
}
.modal-backdrop {
    background-color: #222 !important;
}
.modal-backdrop.show {
    opacity: 0.9 !important;
}

.dropdown-menu .dropdown-item {
    margin: .25rem 0;
    padding: .25rem .7rem;
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #000;
    color: #fff !important;
    border-radius: 22px;
}

.dropdown-menu {
    padding: .5rem;
    border: 1px solid #EBEAED;
}

.dropdown-item:hover i {
    color: var(--primary) !important;
}

/*------------- side bar --------------*/

.side-bar {
    width: 240px;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    margin-top: 70px !important;
    z-index: 999;
    padding: 2rem;
    border-right: 1px solid #333;
    background-image: url('../img/sidebr-bg.png');
}
.side-bar::-webkit-scrollbar {
    display: none !important;
}

piechart .menu .fas {
    color: #fff !important;
}

.menu .fa-solid {
    color: #fff !important;
}

.side-bar .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 84vh;
    padding-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}



.export-btn {
    background-color: #fff !important;
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
}

.export-btn:hover {
    background: linear-gradient(to right, #828282, #848484) !important;
    color: rgb(255, 255, 255);

}



.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a,
.toggle-menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 0;
    display: flex;
}

.sub-menu {
    margin-top: 5px;
}

.side-bar .menu .item a:hover {
    background: rgb(2, 0, 36);
    background: linear-gradient(347deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    border-radius: 1rem;
}

.side-bar .menu .item i,
.toggle-menu a i {
    margin-right: 10px;
    color: #FFF;
}

.side-bar .menu .item a .rotate {
    position: absolute;
    right: 15px;
    transition: 0.3s ease;
    bottom: 0;
    top: 0;
    margin: auto;
}

.side-bar .menu .item .sub-menu {
    background: #fff;
    display: none;
}

.side-bar .menu .item .sub-menu a {
    padding-left: 45px;
}

.item.active .rotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.rotate {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.side-bar {
    padding: 15px 10px;
    scrollbar-width: thin;
}

.side-bar::-webkit-scrollbar {
    width: 7px;
    background: rgba(238, 238, 238, 0.516);
}

.side-bar::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    -webkit-border-radius: 1ex;
}

.side-bar .menu .item a:hover,
.toggle-menu a:hover {
    background: rgb(64, 68, 70);
    /* background: linear-gradient(122deg, rgba(27,146,228,1) 0%,
 rgba(9,38,121,1) 35%, rgba(25,182,214,1) 100%); */
    color: #fff;
    transition: 0.6s ease;
}

.side-bar .menu .item a:hover i,
.toggle-menu a:hover i {
    color: var(--primary);
}

.item.active .sub-btn {
    background-color: var(--lightprimary);
}

.menu .item.active a i {
    color: var(--primary);
}

.toggle-menu a {
    height: 100%;
    width: auto;
    padding: 15px 15px;
    align-items: center;
    background: #000 !important;
    border-radius: 10px;
    margin-right: 10px;
}

.toggle-menu {
    z-index: 9;
    position: fixed !important;
    bottom: 0;
    /* background: #000; */
    width: 230px;
}

.toggle-menu a:hover {
    background: none !important;
}
.side-bar.icon-menu {
    width: 90px;
    transition: .3s ease-in-out all;
    /* overflow: visible !important; */
    overflow: auto !important;
    z-index: 999;
}

.side-bar.icon-menu .toggle-menu {
    width: 68px;
}

.classBody .sub-menu {
    margin-top: 0;
    box-shadow: 7px 7px 5px #00000008;
}

.side-bar .menu .item a span {
    transition: .8s ease-in-out all;
    -webkit-transition: .8s ease-in-out all;
    -moz-transition: .8s ease-in-out all;
    -ms-transition: .8s ease-in-out all;
    -o-transition: .8s ease-in-out all;
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 8px;
}

.side-bar.icon-menu .menu .item a span,
.side-bar.icon-menu .toggle-menu a span {
    display: none;
}

.side-bar.icon-menu .menu .item i {
    margin: 0;
}

.side-bar.icon-menu .menu .item a {
    text-align: center;
    padding: 10px 12px;
}

.item .sub-menu a.sub-item:hover {
    color: var(--primary);
}

.item .sub-menu a.sub-item {
    font-size: 14px;
}

.item a i {
    width: 20px;
    text-align: center;
}

.tooltip {
    opacity: 0 !important;
    font-size: 14px !important;
}

.classBody .tooltip {
    opacity: 1 !important;
}

.tooltip>.tooltip-inner {
    background-color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark) !important;
    white-space: normal; 
    word-break: break-all;
    max-width: 300px;
}

.file-name-trnct{
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.sub-item.active {
    background: #7166D6;
    /* background: linear-gradient(122deg, rgba(27,146,228,1) 0%,
     rgba(9,38,121,1) 35%, rgba(25,182,214,1) 100%); */
    color: #fff;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.side-bar.icon-menu .menu .item a .rotate {
    right: 1px;
    transform: rotate(-90deg);
    height: 6px;
}

a.sub-item.rprt-menu {
    background: rgb(64, 68, 70);
    /* background: linear-gradient(122deg, rgba(27,146,228,1) 0%,
 rgba(9,38,121,1) 35%, rgba(25,182,214,1) 100%); */
    color: #fff;
    transition: 0.6s ease;
    border-radius: 10px;
}

.tox .tox-menu.tox-collection.tox-collection--list {
    background: #333 !important;
}
.tox-tbtn__select-label{ color: #fff !important;}
.tox .tox-tbtn--bespoke:focus {background:transparent !important;}
.tox .tox-tbtn:hover {background: #000 !important;}
.tox .tox-tbtn:hover svg{fill: #fff !important;}
.tox .tox-collection--list .tox-collection__item--enabled { background-color: #535353 !important;}
.tox .tox-collection__item-checkmark svg, .tox .tox-collection__item-icon svg { fill: #fff !important;}
.tox .tox-collection--list .tox-collection__item--active {background-color: #7166D6 !important;}

/* ------------- chart ---------------- */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 250px;
    max-width: 100%;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #272B30;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* ------------- chart end ---------------- */


/*---------- main wrap -------------*/

.main-wrap {
    width: calc(100% - 250px);
    /* min-height: 90vh !important; */
    margin-left: 250px;
    transition: .2s ease-in-out all;
    margin-top: 38px;
    padding-top: 10px !important;
    border-radius: 1rem;
    padding: 5rem;
    background: #000000;
    /* fallback for old browsers */
}

.side-bar.icon-menu+.main-wrap,
.classBody .main-wrap {
    margin-left: 70px;
    transition: .3s ease-in-out all;
    width: calc(100% - 70px);
}

.wrap-body .card {
    box-shadow: none;
    border-radius: 4px;
    background: #151616;
    color: #ffffff;
    min-height: 350px;
}

.card-header {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-header h5 {
    font-weight: 500;
}

.card-header h5 i {
    color: var(--orange);
}

.member-head p {
    font-size: 12px;
}

small span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
}

.cea-members div p small span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}

.onc {
    background-color: #FBCC02;
}

.neu {
    background-color: #E62238;
}

.int {
    background-color: #E5E5E5;
}

.inf {
    background-color: #E11E79;
}

.her {
    background-color: #20C9AC;
}

.der {
    background-color: #F05123;
}

.oph {
    background-color: #662D80;
}

.uro {
    background-color: #40D628;
}

.wrap-body.dashboard .card {
    min-height: 350px;
}

.highcharts-figure .highcharts-title tspan:first-child {
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Poppins',
        sans-serif;
    font-weight: 500 !important;
}

.highcharts-figure .highcharts-title {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
}

.input-group-text {
    font-size: .875rem;
    background-color: #F7FCFC;
    border: 1px solid #ebeaed;
}

input,
.form-select,
select {
    height: 48px;
    font-size: .875rem;
    border-color: #EBEAED !important;
    color: #fff;
    background-color: #151515 !important;
}

textarea {
    border-color: #5a5a5a !important;
}

.search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
}

::placeholder {
    font-size: 14px;
}


.presenter-wrap {
    padding: 8px;
    background: #ecf8f8;
    border: 1px solid #fff;
    border-radius: 8px;
    display: inline-flex;
    margin: 5px 0 10px 0;
}


/*----------- Inner pages ----------*/

.nav.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    position: relative;
    bottom: -1px;
    padding-bottom: 15px;
    color: var(--dark);
    font-weight: 500;
    border-top: none;
    border-left: none;
    border-right: none;
    /* border-bottom: 2px solid #EBEAED; */
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    
  
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary);
    border: none;
    /* border-bottom: 2px solid var(--primary); */
}

.nav-tabs {
    border-bottom: 2px solid #EBEAED;
}

.count {
    background-color: #cecece !important;
    color: #000;
    width: 25px;
    height: 24px;
    border-radius: 50px;
    font-size: 12px !important;
    padding-top: 3px !important;
    font-weight: 500;
    text-align: center;
}

.nav-link.active .count {
    background-color: var(--primary);
}

.dataTables_info,
.dataTables_paginate {
    font-size: 12px;
    color: #84818A !important;
    font-weight: 600;
}

nav {
    display: flex;
    justify-content: space-between;
    min-height: 56px;
    border-bottom: 2px solid #525353;
}

.main-table th,
th {
    font-size: 15px;
    font-weight: 500 !important;
    color: #84818A;
}

.main-table td {
    border-bottom: 1px solid #4b4b4b !important;
    vertical-align: baseline;
}

.tab-content .paginate_button.previous.disabled,
.tab-content .paginate_button.next,
.tab-content .paginate_button.previous {}

.previous:hover {
    color: #333 !important;
}

.tab-content .paginate_button.next {
    border: 1px solid #d7dbec;
    color: var(--primary) !important;
}

.tab-content .dataTables_paginate span .paginate_button {
    padding: .2em .8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid var(--primary) !important;
    background: var(--primary) !important;
    height: 30px;
    display: inline-flex;
    align-items: center;
    color: #333 !important;
    justify-content: center;
}

.main-table {
    padding-bottom: 10px;
}

.round-img {
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 100px;
    overflow: hidden;
}

.round-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.fa-bookmark {
    color: var(--orange);
}

.main-table .fa-info-circle {
    color: var(--primary);
    opacity: 0;
}

.main-table tr:hover .fa-info-circle {
    opacity: 1;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
}

.drop-box .round-img {
    height: 25px;
    min-width: 25px;
}

.tooltip-icon .drop-box {
    position: absolute;
    min-width: 220px;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
    padding: 6px;
    border-radius: 4px;
    display: none;
    justify-content: center;
    top: 1.6rem;
}

.drop-box::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 7px;
    background-image: url(../img/tooltip-top.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.tooltip-icon:hover .drop-box {
    display: flex;
}

.round-img+p sab {
    font-size: 12px;
    color: var(--primary);
    padding-left: 5px;
}

.wrap-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.wrap-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #333 !important;
}

.badge .dot {
    width: 6px;
    height: 6px;
    background-color: #FBCC02;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}

.main .badge.bg-secondary {
    background-color: #FAFAFB !important;
    color: var(--dark);
    border: 1px solid #EBEAED !important;
    font-weight: 400;
    font-size: .875rem;
    align-items: center;
}

.count-box {
    display: flex;
    align-items: center;
}

.count-box input {
    width: 100px;
}

.count-box input {
    width: 100px;
    border-radius: 0;
}

.count-box a {
    width: 45px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebeaed;
    font-size: 24px;
}

.btn-text {
    color: var(--primary);
}

.check-area {
    border-radius: 4px;
    max-height: 300px;
    background-color: #fbfafc;
    overflow-y: auto;
}

.check-field {
    background-color: #FBFAFC;
    padding: 10px 15px;
    cursor: pointer;
}

.card.full-card {
    min-height: 200px;
}

.img-box .view-img .img,
.upload-img {
    height: 165px;
    border-radius: 4px;
}

.img-box .view-img,
.upload-img {
    width: 163px;
    border-radius: 4px;
}

.img-control {
    border-radius: 4px;
}

.img-control a {
    cursor: pointer;
}

.img-control a:hover {
    background: #eee;
}

.upload-img {
    border: 1px dashed #B6B4BA;
}

.d-inline-block {
    display: inline-block;
}

.upload-img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.up-img i {
    font-size: 25px;
}

.up-img p {
    font-size: 14px;
}

.up-img {
    color: var(--primary);
}

.img-box p.lite-gray {
    font-size: 12px;
    margin-top: 10px;
}

.img-control a:last-child {
    color: red;
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    position: relative;
    top: -1px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

input[type="checkbox"]+label {
    padding-left: 7px;
}

input[type="checkbox"]::before {
    border: 2px solid var(--primary);
    content: "";
    height: 20px;
    width: 20px;
}

input[type="checkbox"]::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: var(--primary);
    display: none;
}

input[type="checkbox"]:checked::after {
    display: block;
}

.count-box input[type="text"] {
    border-right: 0;
    border-left: 0;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #151515 !important;
    box-shadow: none !important;
}

.tooltip-01 {
    position: relative;
}

.tooltip-01::before {
    content: attr(title01);
    display: none;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 1rem 0.6rem;
    height: 1.5rem;
    background-color: var(--white);
    border: 1px solid #EBEAED;
    box-shadow: 0px 4px 20px rgba(90, 114, 123, .11);
    position: absolute;
    top: 1.3rem;
    font-size: 0.813rem;
    line-height: 0.813rem;
    color: var(--dark);
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tooltip-01::after {
    content: '';
    display: none;
    position: absolute;
    width: 9px;
    height: 6px;
    background-image: url(../img/tooltip-top.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(1.3rem - 5px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.tooltip-01:hover::after {
    display: block;
}

.tooltip-01:hover::before {
    display: flex;
}

.myprofile-pic-box {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--lightprimary);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.myprofile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myprofile-pic {
    height: 100%;
    width: 100%;
}

.upload-sec {
    position: absolute;
    z-index: 9;
    color: var(--primary);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.sub-options {
    padding: 10px 15px;
    background-color: #fff;
}

.sub-options .form-check-label {
    font-size: 14px;
}

.sub-options input[type="checkbox"] {
    width: 17px;
    height: 17px;
    top: 1px;
}

.sub-options input[type="checkbox"]::before {
    height: 17px;
    width: 17px;
}

.sub-options input[type="checkbox"]::after {
    font-size: 9px;
    padding-top: 1px;
}

.table-move .dataTables_filter {
    position: relative;
    top: -27px;
}

.table-move.table-move-jbordr .dataTables_filter {
    top: -22px !important;
    right: 8px !important;
}

.table-move.table-move-jbordr .dataTables_wrapper .dataTables_filter input {
    min-width: 300px;
}

.nav {
    position: relative;
    z-index: 99;
}

.table-move {
    /* margin-top: -50px; */
    margin-top: 0px;
}
.inner-card .table-move{
    overflow-x: scroll;
}

/* .table-move .dataTables_filter::before {
    content: "\f002";
    position: absolute;
    right: 21px;
    top: 64%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    color: #504F54;
} */
.table-move .dataTables_filter::before {
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 60%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    color: #ffffff;
}

.table-move .dataTables_filter input {
    padding-left: 15px;
}

.check-field.singlist_tea.singlka a::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    font-size: 13px;
}

.check-field.singlist_tea.singlka a {
    color: var(--primary) !important;
    font-weight: 600;
    transition: .1s;
}

.check-field.singlist_tea.singlka {
    background-color: #fff;
}

.filter-heading {
    display: block;
    padding: 8px 15px;
    background-color: #fff;
    font-size: 16px;
    color: var(--dark);
    font-weight: 600;
    border-bottom: none !important;
}

.filter .check-area {
    height: 348px;
}

.accpttags {
    background-color: #fbfafc;
    padding: 10px 15px;
    border-radius: 4px;
}

.accpttags select {
    width: 90px;
    margin-bottom: 10px;
}

.form-select:focus {
    box-shadow: none;
}

.tag-box {
    position: relative;
    padding: 5px 25px 5px 10px;
    background-color: var(--lightprimary);
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
    overflow: hidden;
    box-shadow: 0px 3px 2px #0000;
}

.slctcls {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
}

.tag-box .tag-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #f96b6b;
    height: 100%;
    width: 15px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-align: center;
    color: #fff;
}

.headcls {
    background-color: var(--lightprimary);
    display: inline-block;
    padding: 3px 25px;
    border-radius: 4px;
    border: 1px dashed #ccc;
    font-size: 13px;
    margin-top: 8px;
}

.mypro-btn-box {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.mypro-btn-box a i {
    color: #fff;
    font-size: 13px;
}

.pro-pic-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.invtatn-sts {
    font-size: 14px;
}

.form-group label span {
    position: absolute;
    right: -7px;
    top: 0;
}

.form-group label {
    position: relative;
    margin-bottom: 7px;
}

.pass-options input[type="checkbox"]::after {
    font-size: 10px;
}

.pass-options input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
}

.pass-options input[type="checkbox"] {
    height: 16px;
    width: 16px;

}

.pass-options label {
    font-size: 12px;
    padding-left: 0 !important;
}

.poster-preview-img.member-pro-pic img {
    height: 140px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 10px;
}

.poster-preview-img.member-pro-pic h4 {
    font-size: 18px;
}

.poster-preview-box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.poster-preview-img {
    height: 140px;
    width: 180px;
}

.poster-preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-preview-box h3 {
    font-size: 20px;
}

.poster-preview-box p {
    font-size: 14px;
}

input[type="radio"] {
    height: 20px;
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
    padding: 0;
    background-color: #21252900 !important;
    margin-right: 5px;
}

input[type="radio"]::before {
    content: "";
    background: var(--primary);
    height: 8px;
    width: 8px;
    border-radius: 20px;
    position: absolute;
    display: none;
}

input[type="radio"]::after {
    content: "";
    border: 2px solid var(--primary);
    width: 18px;
    height: 18px;
    border-radius: 30px;
}

input[type="radio"]:checked::before {
    display: block;
}

.abstract-upload {
    border-radius: 5px;
    position: relative;
}

.up-pic-wrap .closethumbnailimage {
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 22px;
}

.abstract-upload li {
    list-style: none;
}

.pdf-list input {
    margin-bottom: 10px;
}

.classBody .sub-menu {
    min-width: 240px;
    position: absolute;
    left: 60px;
    top: 0;
    background: var(--white) !important;
    border: 1px solid #EBEAED;
}

.classBody .sub-menu a {
    text-align: left !important;
    color: var(--dark) !important;
}

div.dataTables_wrapper {
    width: 100%;
}

.inside-btn.pass-btn {
    position: absolute;
    top: 12px;
    right: 10px;
}

.inside-button.pass-btn {
    position: absolute;
    top: 12px;
    right: 10px;
}

.mypro-delete {
    position: absolute;
    right: 0;
    top: 0;
    background: #b94d44;
    padding: 8px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.mypro-delete:hover {
    color: #fff !important;
}

.audience-wrp .card-body {
    padding: 1.5rem !important;
}

.audience-leftbox .contlst_tea {
    height: 500px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    overflow-x: hidden;
}

.audience-leftbox .contlst_tea .singlist_tea {
    padding: .6rem 1.5rem;
}

.audience-wrp .card-body {
    padding: 0 !important;
    height: 500px;
    overflow-x: hidden;
}

.singlist_tea.singlka {
    background: var(--body-bg);
    color: var(--primary);
}

.tag-box {
    display: inline-block;
    background: var(--body-bg);
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin-right: 15px;
}

span.tag-close {
    position: absolute;
    background: #f87878;
    width: 21px;
    height: 21px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    border-radius: 20px;
    right: -10px;
    color: #fff;
    border: 1px solid #e6e6e6;
    padding-left: 1px;
    font-weight: 600;
}

.filclas label {
    padding: 0 1.4rem;
}

label.filter-heading {
    padding: .6rem 1.4rem;
    background: var(--body-bg);
    color: #2A3342;
    width: 100%;
    font-size: 15px;
}

.checkbox {
    font-size: 15px;
    border-radius: 10px !important;
}

.cus-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.cus-checkbox.cms-chck {
    padding: 0 1.8rem;
}

.qst-drp-down .btn.btn-primary.dropdown-toggle {
    min-width: 11.75rem;
}

.qst-drp-down .dropdown-menu {
    min-width: 11.75rem;
}

div#example_filter label,
#example_filter label input {

    border: none;
    border-bottom: #525353 1px solid;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
}

div#example_filter {
    min-width: 300px;
    margin-right: 1px;
    /* margin-top: 5px; */
    margin-top: -40px;
}

.card-body.emply-jborder div#example_filter {
    min-width: 300px;
    margin-right: 8px;
    margin-top: 5px;
    position: absolute;
    top: -95px;
    right: 0;
}

.upload-bg .dropzone {
    min-height: 150px;
    border: 1px solid var(--primary);
    background: #f1fffe;
    padding: 20px 20px;
    border-radius: 10px;
    color: var(--primary);
}

.upload-bg .dropzone .dz-message {
    text-align: center;
    margin: 3em 0;
    font-size: .9rem;
    color: var(--primary);
}

.up-pic-wrap {
    position: relative;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.img-box .danger {
    color: red;
    z-index: 9;
    cursor: pointer;
}

.docname {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.text-right {
    text-align: right !important;
}

.wrap-filter label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

.wrap-filter h3 {
    font-size: 20px;
}

.wrap-filter {
    padding: 1rem 1rem;
    background-color: #000;
    border-radius: 22px;
}

.btn-drag {
    padding: .25rem .5rem !important;
}

.multisort_drag input[type="radio"] {
    background: transparent !important;
}

textarea {
    min-height: 47px !important;
}

.title-table {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--dark);
}

.multisort_drag label,
.right-text {
    font-size: 14px;
}

.search-filter span {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    z-index: 999;
}

.search-filter button:hover {
    color: var(--dark);
}

.dropzoneheader h4 {
    font-weight: 700 !important;
}

.img-size-msg {
    font-size: 10px;
    color: #999;
}

.resource-items {
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    margin-top: 17px;
    border-bottom: 1px solid #ddd;
}

.resource-icon {
    background: var(--primary);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    padding: 11px;
    justify-content: center;
    align-items: center;
}


.custom-image-upload-btn {
    border-radius: 8px;
    background: #f0f0f0;
    border: 1px solid #e4e5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    flex-direction: column;
    cursor: pointer;
}

/*---------- media-gallery -----------*/

.search {
    position: relative;
}

.search input {
    height: 48px;
    border: 1px solid #aaa;
}

.search input:focus {
    box-shadow: none;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-filter {
    display: flex;
    align-items: center;
}

.media-filter p {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0
}

.media-filter select.form-select {
    width: 170px;
    margin-left: 10px;
}

.media-gallery {
    width: 100%;
    margin: 20px 0;
}

img.gallery-img {
    width: 100%;
    height: 100%;
    max-height: 133px;
    object-position: center;
    object-fit: cover;
}

.media-popup {
    margin: 10px 0;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-img-popup {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 500px;
    /* object-fit: contain; */
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.gallery-img-popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media-file-dtl-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
}

.media-file-dtl-hd p {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
}

.media-file-dtl-hd button.btn-close {
    font-size: 12px;
}

.media-file-dtl {
    background: #F5F5F5;
    height: 100%;
    padding: 5px;
}

table.border-less {
    width: 100%;
}

.media-file-dtl tr {
    border-bottom: 1px solid #dedede;
}

.media-file-dtl td {
    font-size: 12px;
    padding: 5px;
    color: #838383;
    font-weight: 400;
}

.media-gallery .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.media-gallery .modal-body {
    padding: 0;
    overflow: hidden;
    background: #F5F5F5;
}

.media-gallery img {
    display: inline-block;
    border-radius: 10px !important;
}

.media-gallery-partner {
    position: relative;
}

.media-gallery-partner input {
    position: absolute;
    left: 5px;
    top: 5px;
}

.mdia-hvr {
    position: relative;
}

a.mypro-pic-edit.mypro-delete.mda-dlt {
    right: 7px;
    top: 7px;
    opacity: 0;
}

.mdia-hvr:hover a.mypro-pic-edit.mypro-delete.mda-dlt {
    opacity: 1;
}

.mdia-hvr p {
    font-size: 13px;
}



#example_previous {

    border-radius: 5px;



}

#example_next {
    border-radius: 5px;

}

.logo {
    padding-left: 20px;
    padding-top: 10px;
}


/*---------- media-gallery -----------*/
.form-group.cme-form-group {
    display: flex;
    align-items: center;
}

.form-group.cme-form-group label {
    padding-left: 10px;
}

.qstn-no {
    width: 100%;
    height: 28px;
    border: 1px solid var(--primary);
    border-radius: 6px;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    background: #fff;
    width: 38px;
}

/* slider */
@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    transition-duration: 10s;
}

/* display 4 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}

.event-tab-slider button.carousel-control-next {
    background: #3fbeb3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.event-tab-slider button.carousel-control-next span {
    width: 15px;
}

.event-tab-slider button.carousel-control-prev {
    background: #3fbeb3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: auto;
    right: 26px;
    transform: translateY(-50%);
}

.event-tab-slider button.carousel-control-prev span {
    width: 15px;
}

.event-tab-slider {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* slider */
.dropzoneheader {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    margin-bottom: 20px;
}

.dropzoneheader h4 {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400 !important;
}

a.closecolorbox.btn-close {
    position: relative;
    top: 0;
    font-size: 27px;
    right: 5px;
    color: #504F54;
    width: 15px;
    height: 15px;
    opacity: .5;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

a.closecolorbox.btn-close:hover {
    color: #333333;
    opacity: 1;
}

form.edit-form.dropzone.dz-clickable {
    min-height: 150px;
    border: 1px solid var(--primary) !important;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0 20px;
    background: var(--lightprimary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dz-default.dz-message {
    text-align: center;
    margin: 0;
    font-size: .9rem;
    color: var(--primary);
}

.event-tab-slider .card.card-body {
    padding-left: 0;
    padding-right: 0;
}

.event-tab-slider .event-tab .nav-link {
    justify-content: center;
    padding: 10px;
    border: 0;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 5px;
    background: #f3f3f3;
    min-width: 80px;
}

.event-tab-slider .event-tab .nav-link.active {
    justify-content: center;
    border: 1px solid var(--primary);
    font-size: 14px;
    border-radius: 5px;
    background: var(--primary);
    color: #fff !important;
}

.btn-group.action-btn-group ul.dropdown-menu.dropdown-menu-end.show {
    display: flex;
    justify-content: end;
    min-width: 100%;
    gap: 1px;
}
.rec-deets{
    padding: 1px 0px;
    background: #15161600;
    border: 1px solid #272B3000 !important;
  list-style: none;
}
.rec-deets li a{
width: max-content;
}

.btn-group.action-btn-group ul.dropdown-menu.dropdown-menu-end.show li a {
    margin-left: 5px !important;
    display: inline-block;
}

.btn-group.action-btn-group button.btn.btn-secondary.dropdown-toggle.show {
    background: var(--primary);
    color: #fff;
}

.btn-group.action-btn-group button.btn.btn-secondary.dropdown-toggle {
    background: #333333 !important;
    color: #ffff;
    border: none !important;
    background: transparent;
}
a.btn.btn-action {
    background: #333333 !important;
    color: #ffff;
    border: none !important;
    background: transparent;
}

.btn-group.action-btn-group button.btn-secondary:hover {
    background: var(--primary) !important;
    color: #a5a4a4 !important;
}

.btn-group.action-btn-group button.dropdown-toggle::after {
    display: none;
}
/* button.rec-dowd.dropdown-toggle::after{
    display: block !important;
} */



span.crdit-note {
    background: #eee;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 22px !important;
}

p.no-media {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    background: #ffeeee;
    padding: 10px;
}

.faculty-tab div#example_filter label::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 7px;
    top: 3px;
    font-size: 15px;
    color: gray;
}

#cboxContent {
    min-height: 250px !important;
}

p.user-msg {
    padding: 10px;
    border: 1px solid #3fbeb3;
    background: #f5fdfc;
    color: #3fbeb3;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 0;
}

.alert-danger {
    text-align: center;
    background: #fff2f3;
}

.alert.alert-danger i {
    font-size: 20px;
    margin-bottom: 10px;
}

.alert.alert-danger p {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: var(--primary);
    border: none;
}

/* .tab-content>.active {
    display: block;
    text-align: center;
    margin-top: 3%;
} */
/* div#viewloadwrap {
    text-align: center;
    margin-top: 3%;
} */


.ui-datepicker {
    width: auto !important;
    padding: .2em .2em 0;
    display: none;
    min-width: 16em;
}

a.ui-state-default {
    text-align: center !important;
}

.activitysessiongruplist .accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-item:first-of-type .accordion-button {
    background: #fff;
}

.accordion-button:not(.collapsed) {
    background: #fff;
}

.activitysessiongruplist h5 {
    font-size: 15px;
    font-weight: 500 !important;
    color: #84818A;
}

.activitysessiongruplist p {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 0;
}

.accordion-arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-sub-hd {
    background: #fff;
    padding: 10px;
}

.event-sub-hd h5 {
    margin-bottom: 0;
}

.accordion-body {
    background: #f7f7f7;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown li p {
    width: 354px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown {
    max-width: 370px !important;
    font-size: 12px;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown:hover {
    overflow-y: scroll;
}

.event-tab-slider .event-tab {
    margin-bottom: 10px;
}

button.btn.btn-outline-secondary.btn-number {
    height: 48px;
    border: 1px solid #ddd;
}

button.btn.btn-outline-secondary.btn-number.btn-number-rt {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

button.btn.btn-outline-secondary.btn-number.btn-number-lft {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

ul.pagination.grp-pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}

ul.pagination.grp-pagination li {
    margin: 0 5px;
}

ul.pagination.grp-pagination li.active {
    background: #3fbeb3;
    color: #fff;
    width: 23px;
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.grp-pool-manu .accordion-button::after {
    display: none;
}

.grp-pool-manu p {
    font-size: 15px;
    color: #808080;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 400;
}

.sortable.ui-sortable {
    background: #ececec;
    /* padding-bottom: 10px; */
}

.sortable.ui-sortable .accordion-body {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    margin: 10px;
    padding: 8px;
}

.accordion-arrow i {
    transform: rotate(90deg);
    transition: .3s ease;
}

.accordion-arrow a.collapsed i {
    transform: rotate(0deg);
    transition: .3s ease;
}

.connectwithsortable.grp-connectwithsortable {
    padding-bottom: 0;
    background: none;
}

.eval-box {
    padding: 10px;
}

.evalu-descrptn {
    display: flex;
    align-items: center;
}

.evalu-descrptn p {
    margin-bottom: 0;
    margin-right: 10px;
}

.evalu-descrptn .form-group {
    width: 100%;
}

.sub-accordion {
    background: #ececec;
    border: 1px solid #e0e0e0;
}

.sub-evnt-drag {
    background: #ececec;
    margin: 1px;
}

.accordion-arrow a.open i {
    transform: rotate(0deg);
}

span.cmn-date {
    color: #a09f9f;
    font-size: 13px;
    font-weight: 500;
}

.chsactsec {
    display: block;
}

.chsactsec a.btn.btn-primary {
    display: block;
    width: fit-content;
    margin-left: 0 !important;
}

.acttagsec {
    display: flex;
    background: #f3f3f3;
    height: 50px;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.acttagsec p {
    font-weight: 500;
    color: #474747;
    font-size: 15px;
    margin-bottom: 0;
}

.acttagsec a {
    position: absolute;
    right: 10px;
    background: #d20404;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
}

.form-label {
    margin-bottom: .5rem;
    color: #fff;
}

/* designer 2 style */

.docdwldbtn{
    background-color: #7166d6 !important;
    border-color: #7166d6 !important;
}

/* .invoiceDowload{
    text-align: end;
    padding: 10px;
} */

.invoiceTabaleRow th{
    font-size: 14px !important;
    font-weight: 600 !important;
}

.img_Blocker a.btn-danger{
    background: none !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    display: inline-flex;
    padding: 10px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}
.invoice-total-amt tr td.total-amount{
    color: #7166D6 !important;
}

.side_toggle .dropArrow{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
/* .side_toggle.collapsed .dropArrow{
    transform: rotate(180deg) !important;
    display: inline-block;
    transition: transform 0.3s ease !important;
} */
.sub-item.service-drop .dropArrow{
    transform: rotate(180deg) !important;
}
.sub-item.service-dro.collapsed .dropArrow{
    transform: rotate(0deg);
}
.item [aria-expanded="true"] .dropArrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
.tableHeadalign th{
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px !important;
    border-bottom: 1px solid #4b4b4b !important;
}
.labelBold{
    font-weight: 600;
}
.walt-Amt{
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.wallentInfo{
    background: linear-gradient(89.81deg, #7165d6 9.09%, rgba(25, 38, 105, 0.3125) 103.39%, rgb(190 182 255) 146.24%);
    border-radius: 11px;
    padding: 10px 15px;
    margin-left: 40px;
}
.wallentInfo ul{
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 100px;
    margin: 0;
}
.wallentInfo li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.wallentInfo p{
    font-size: 14px;
    line-height: 19px;
    color: #fff !important;
    margin: 0;
    font-weight: 600;
}
.wallentInfo span{
    font-size: 24px;
    color: #fff !important;
    font-weight: 600;
}
.upload-img-text{
    font-size: 15px !important;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 10px !important; */
}
.docInlineBlocker .imagecount {
    overflow: visible;
}
.files_wrapper .docInlineBlocker .close-icon.material-symbols-outlined {
    position: absolute;
    top: -3px !important;
    right: -3px !important;
}

.docInlineBlocker{
    display: inline-block !important;
}
.docInlineBlocker .provdocs-inps img{
    border-radius: 10px;
}
.img_Blocker{
    width: 160px;
  text-align: center;
}
.img_Blocker iframe{
    border-radius: 10px !important;
}
.sa-button-container{
    margin-top: 15px;
}
.total-error input.error,
.invoice_Table .form-control.error {
    border: 2px solid var(--red) !important;
}

.invoice_Table label {
    display: none !important;
}

table.dataTable tbody td a p {
    margin-bottom: 0px !important;
}

/* .ui-state-hover .ui-icon{
    background-image: none !important;
} */

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: #eee !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #a5a5a5;
    transition: none;
}

.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !important;
}

.image_view_wrapper {
    border: 2px dashed #404446;
    ;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    width: 250px;
}

.preview-btn {
    color: #fff;
    font-size: 20px;
    background: #6c1111;
    padding: 5px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    margin: 5px;
}

.image_view_wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 225px;
}

.image_view_wrapper .upload-img-text {
    margin-top: 20px;
}

.image_view_wrapper .preview-btns button {
    background: #333 !important;
    border: #333 !important;
}

.dz-message i {
    font-size: 20px;
}

.multi_dropzone h6 {
    font-weight: 400 !important;
}


.multi_dropzone ul li {
    font-size: 13px;
    color: #a2a2a2;
}

.multi_dropzone .dz-message.drop-file {
    text-align: left !important;

}

.multi_dropzone .dz-default.dz-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn.add-btn,
.previous-btn {
    color: #fff;
    background: #7166d6;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.btn.add-btn :hover,
.previous-btn:hover {

    color: #fff;
}

.files_wrapper .close-icon.material-symbols-outlined {
    position: absolute;
    top: -1px;
    right: 1px;
    font-size: 20px;
    background: #6c1111;
    padding: 2px;
    border-radius: 21px;
    z-index: 9;
    color: #fff;
}

.files_wrapper .upload-img-text {
    padding: 10px 0px 5px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.files_wrapper .imagecount {
    border-radius: 7px;
    overflow: hidden;
}

.region_body {
    background: #282727;
    border-radius: 10px;
    border: 1px solid #eee3;
    margin: 0px 0px 10px 0px;
    position: relative;
    margin: 20px 0px;
}

.sub-cards span.material-symbols-outlined {
    position: absolute;
    color: #fff;
    font-size: 20px;
    background: #6c1111;
    padding: 5px;
    border-radius: 5px;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

/* end */

/* a.btn.btn-primary.edit-btn {
    background: #073d9b;
    border: 1px solid #333 !important;
    color: #ffffff;    
}
a.btn.btn-primary.edit-btn:hover {
    background: #ffffff;
    border: 1px solid #073d9b !important;
    color: #073d9b;
}
a.btn.btn-primary.users-btn {
    background: #d75770;
    border: 1px solid #d75770 !important;
}
a.btn.btn-primary.users-btn:hover {
    background: #fff;
    border: 1px solid #d75770 !important;
    color: #d75770;
} */
.btn-primary.share-btn {
    background: #fff;
    border: 1px solid #4d9703 !important;
}

.btn-primary.share-btn:hover {
    color: #727272;
    border: 1px solid #727272;
    background: #fff;
}

.btn-primary.share-btn:hover {
    color: #727272;
    border: 1px solid #727272;
    background: #4d9703;
}


.evnt-hd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
}

.evnt-hd h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.far.fa-share-square {
    color: #428103;
}

.far.fa-share-square:hover {
    color: #ffffff;
}

button.confirm {
    background: var(--primary) !important;
}

button.confirm:hover {
    background: var(--red) !important;
}

.sweet-alert button {
    border-radius: 10px !important;
}

.pass-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.wrap-body.evnt-act-dtls p {
    font-size: 13px;
    margin-top: 5px;
}

.dashboardcode-bsmultiselect ul.form-control {
    height: 48px !important;
    overflow: scroll;
}

a.btn.btn-primary.view-btn {
    border: 1px solid #5C3A0D !important;
    background: #5C3A0D;
    color: #fff;
}

a.btn.btn-primary.view-btn:hover {
    border: 1px solid #5C3A0D !important;
    background: #fff;
    color: #5C3A0D;
}

a.btn.btn-primary.act-btn {
    border: 1px solid #A88407 !important;
    background: #A88407;
    color: #fff;
}

a.btn.btn-primary.act-btn:hover {
    border: 1px solid #A88407 !important;
    background: #fff;
    color: #A88407;
}

a.btn.btn-primary.resnd-btn {
    border: 1px solid #000 !important;
    background: #000;
    color: #fff;
}

a.btn.btn-primary.resnd-btn:hover {
    border: 1px solid #000 !important;
    background: #fff;
    color: #000;
}

td.dataTables_empty {
    background: #353434;
    color: #d22045;
}

.table-responsive {
    overflow-x: inherit;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* .tox.tox-tinymce {
    max-height: 200px;
} */

.vscomp-ele {
    max-width: 100% !important;
}

.vscomp-toggle-button {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    color: #818181;
    opacity: 1 !important;
    font-family: var(--bs-font-sans-serif);
}

.pop-comp-wrapper {
    z-index: 99 !important;
}

.uploaded-resume {
    border: 1px solid #dfe6eb;
    margin-bottom: 5px;
    padding: 10px 20px;
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.icon-btn {
    width: 28px;
    height: 28px;
    border-width: 2px;
    border-style: solid;
    border-color: #cbd5d9;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    font-size: .9em;
    line-height: 25px;
    display: inline-block;
    display: block;
    float: right;
    margin-left: 3px;
    color: #9cadb5 !important;
}

.modal-dialog {
    padding-top: 90px;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 40px !important;
    padding-top: 35px !important;
    width: 100%;
    height: 99% !important;
    z-index: 99;
    /* z-index: 999999 !important; */
    background: rgba(255, 255, 255, .9) !important;
}

.uploaded-resume p {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.dropzone {
    box-shadow: none;
}

.dropzone_wrapper {
    background: #282727;
    border-radius: 10px;
    border: 1px solid #eee3;
    margin: 0px 0px 10px 0px;
    margin: 20px 0px;
}

.dropzone-style .form-group .dz-message span {
    color: #e3e3e3 !important;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 16px;
}


.wrap-body.view-candidt h1 {
    background: #eaf6f9;
    padding: 10px;
    font-size: 17px;
    color: var(--primary);
}

.wrap-body.view-candidt h6 {
    font-size: 14px;
    font-weight: 600 !important;
}

.view-candidt p {
    color: #8b8b8b;
    font-size: 0.875rem;
}

img.cndt-profl {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    border-radius: 22px !important;
}

.login-hd {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 150px;
}

.login-hd img {
    width: 180px;
}

.login-hd h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-hd h6 span img {
    width: 35px;
}

.login-hd p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.login-legal p {
    color: #9AA1A8;
    font-size: 14px;
    margin-bottom: 0;
}

.login-legal p a {
    color: #7166D6;
}

.side-bar .menu .item.logout-item a span {
    color: #FF8D84;
}

.wrap-header h1 {
    font-weight: 600;
    font-size: 30px;
}

.total-count-sec {
    background: #151616;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.border-bottom{
    box-shadow: rgba(255, 255, 255, 0) 0px 1px 0px, rgb(17, 17, 26) 0px 0px 0px;
}
.total-count-box {
    text-align: center;
    padding: 10px 0px;
}

p.total-count-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    color: #333;
}

.total-count-box {
    color: #fff;
}

.total-count-box .count-no {
    font-size: 50px;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
    color: #fff !important;
}

p.totl-p {
    margin-bottom: 0;
    color: #6F767E;
    font-size: 13px;
    font-weight: 500;
}

p.per-count {
    background: #272B30;
    display: inline-block;
    margin-bottom: 0px !important;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    color: #6F767E !important;
}

p.per-count span {
    color: #83BF6E;
}

p.total-count-icon.cart-icon {
    background: #B5E4CA;
}

p.total-count-icon.dollar-icon {
    background: #CABDFF;
}

p.total-count-icon.gallery-icon {
    background: #FFBC99;
}

p.total-count-icon.user-icon {
    background: #B1E5FC;
}
p.total-count-icon.new-invoices {
    background: #E4FF99;
}
p.total-count-icon.approved-invoices {
    background: #99AEFF;
}



/* chart */

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

select.flat-select:focus,
select.flat-select:hover {
    border: 0;
    outline: 0;
}


.apexcharts-canvas {
    margin: 0 auto;
}

.StatsBody .apexcharts-inner {
    transform: translateX(-10%) !important;
}
.graphWrapper{
    min-height: 570px;
}
.statsGraph{
    height: 350px;
}

/* #app .apexcharts-inner {
    transform: translateX(20%) !important;
} */



#apexcharts-radialbarTrack-0,
#apexcharts-radialbarTrack-1,
#apexcharts-radialbarTrack-2,
#apexcharts-radialbarTrack-3,
#apexcharts-radialbarTrack-4,
#apexcharts-radialbarTrack-5,
#apexcharts-radialbarTrack-6 {
    opacity: 0 !important;
}

#chart path {
    stroke-linecap: round;
}

.total-count-sec h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px 20px;
}

/* chart */
table.table.dash-table td {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #272B30 !important;
    color: #FCFCFC !important;
}

table.table.dash-table th {
    color: #fff;
    border-bottom: 1px solid #272B30 !important;
}

p.plan-tag {
    margin-bottom: 0;
    background: #fff;
    color: #333 !important;
    padding: 3px 7px;
    width: 130px;
    font-size: 13px !important;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #333;
    font-weight: 500;
}

p.plan-tag.gold-tag {
    background: #FFD88D;
}

p.plan-tag.silver-tag {
    background: rgb(251, 251, 251);
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 0%, rgba(181, 189, 193, 1) 100%);
}

p.plan-tag.platinum-tag {
    background: rgb(141, 155, 202);
    background: linear-gradient(180deg, rgba(141, 155, 202, 1) 0%, rgba(212, 235, 250, 1) 100%);
}

p.plan-tag.bronze-tag {
    background: rgb(205, 127, 50);
    background: linear-gradient(180deg, rgba(205, 127, 50) 0%, rgb(211, 174, 137) 100%);
}

p.plan-tag.service-tag {
    background: #c5ffe4;
}

p.gold-coin {
    color: #EDDBA4 !important;
}

table.table.dash-table td p {
    color: #FCFCFC;
    margin-bottom: 0;
}

a.btn.dash-view {
    background: #7166D6;
    color: #fff;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn.btn-user.dropdown-toggle.btn-period {
    background: #151616 !important;
    color: #fff;
    border: 1px solid #4b5057;
    border-radius: 10px;
}

ul.dropdown-menu.dropdown-menu-end.show {
    background: #151616;
    border: 1px solid #272B30 !important;
}

.pro-pic-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

input,
.form-select,
select {
    border-color: #5a5a5a !important;
}

.form-control {
    color: #ffffff;
    background-color: #151515;
}

.form-group h4 {
    font-size: 1rem;
    color: #777777;
    font-weight: 400;
}

.form-group p {
    font-size: 15px;
    color: #fff;
}

.subscription-dtls {
    background: #212121;
    padding: 15px;
    margin: 0px 0px;
    border-radius: 10px;
}

.subscription-dtls td {
    color: #fff;
}

.subscription-dtls td:hover {
    color: #fff;
}

.login-content-container p {
    color: #8fb1c3;
    font-size: 14px;
}

.vscomp-toggle-button {
    border: 1px solid #5a5a5a !important;
    background: #151515 !important;
}

.vscomp-dropbox {
    background-color: #151515 !important;
    width: 100%;
    border: 1px solid #5a5a5a;
    color: #fff;
}

.vscomp-option.focused {
    background-color: #404446 !important;
}

.vscomp-arrow::after {
    border-bottom-color: #828282;
    border-right-color: #828282;
}

.card-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #151616 !important;
}

.card-body .tab-content .dataTables_paginate span .paginate_button {
    padding: .5em .9em !important;
    color: #fff !important;
    border: 1px solid #4b4b4b !important;
}

.card-body .tab-content .dataTables_paginate span .paginate_button.current {
    padding: .5em .9em !important;
    color: #151616 !important;
    border: 1px solid #4b4b4b !important;
}

.card-body .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

p.per-count.per-down span {
    color: red;
}

.apexcharts-legend-text {
    color: #fff !important;
}

.menu .item .icon-badge {
    min-width: 27px;
    min-height: 26px;
    border-radius: 15px;
    font-style: normal;
    font-size: 13px;
}

.vscomp-wrapper {
    color: #fff !important;
}

.modal-content {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.vscomp-option.selected {
    background-color: #333131 !important;
}

.bars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bars a {
    font-size: 27px;
    color: aliceblue;
}

.apexcharts-text.apexcharts-xaxis-label,
.apexcharts-text.apexcharts-yaxis-label {
    fill: #fff;
}


.pagination {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.page-link {
    background-color: black;
    color: #ffffff;
    border-color: #4b4b4b;
    padding: 3px 10px;
    margin-right: 3px;
    border-radius: 5px;
}

.page-item.active .page-link {
    z-index: 3;
    color: black;
    background-color: #d2cecf;
    border-color: #4b4b4b;
    padding: 3px 10px;
    border-radius: 5px;

}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}




/*-------category--------*/
.search-bar {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
}

.search-bar .form-control {
    border: 0px solid #ffffff !important;
}


/* .search-bar::before {
    content: "\f002";
    position: absolute;
    right: 28px;
    top: 6%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    color: #ffffff;
  } */
.search-bar .form-control:focus {
    color: #fff;
    background-color: #3330 !important;
}


.costume-page .head {
    border-bottom: 1px solid #EBEAED59 !important;
}

.costume-page .page-list {
    border-bottom: 1px solid #EBEAED59 !important;
}

.page-list .list-hover .list-hover {
    font-size: 14px;
}

.search-bar-btn {
    position: relative;
    margin-top: 6px;
}

.search-bar-btn .btn-primary {
    position: absolute;
    right: 0;
    top: 5px;
    color: aliceblue;
    background: #FFF0
}

.search-bar-btn .btn-primary:hover {
    background: linear-gradient(to right, #41434500, #23252600);
}

.main-table td {
    border-bottom: 1px solid #4b4b4b !important;
    vertical-align: baseline;
    padding: 10px !important;
}

.activation-icon {
    font-size: 22px;
    display: flex;
    justify-content: center;
}

.table-aline {
    position: relative;
}

/* .table-aline span {
    position: absolute;
    right: 0;
    top: 7px;
} */

/* section.login-section .alert-danger {
        background: #292929 !important;
        margin-bottom: 15px;
        border-radius: 0;
    } */
section.login-section .alert-success {
    background: #292929 !important;
    margin-bottom: 15px;
    margin-bottom: 15px;
}

.deact-admin a.inside-btn.pass-btn {
    color: #fff;
}

a.inside-btn.pass-btn.eye-btn {
    color: #fff;
}

.deact-admin a.inside-button.pass-btn {
    color: #fff;
}

a.inside-button.pass-btn.eye-btn {
    color: #fff;
}

table.dataTable thead .sorting_asc {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_asc.png") !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    
}

table.dataTable thead .sorting_desc {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_desc.png") !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}

table.dataTable thead .sorting {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_both.png") !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}

table.dataTable thead .custom-st.sorting {
    background-position: left !important;}
table.dataTable thead .custom-st.sorting_asc {
    background-position: left !important;}

#example_processing {
    color: #fff !important;
}
.list-pef strong{
    font-size: 17px !important; 
}
.list-pef span,
.list-pef small{
    font-size: 12px;
}

/* table.dataTable thead .soet-none.sorting_asc {
    background-image: none !important;
  } */
  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    display: none  !important;
  }

.img-upload-icon.upload-hover{
    /* display: none; */
    opacity: 0;
    

}
.myprofile-pic:hover .img-upload-icon.upload-hover{
    display: block;
    top: 5px !important;
    opacity: 1;
}


/*-------customer-view-page-------*/
.user-profile-wrapper .profile-data {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    border-radius: 13px;
    min-height: 500px;
    position: relative;
}

.user-profile-wrapper .post-background {
    background: linear-gradient(89.81deg, #7165d6 9.09%, rgba(25, 38, 105, 0.3125) 103.39%, rgb(190 182 255) 146.24%);
    border-radius: 11px;
    min-height: 160px;
    width: 100%;
    margin-left: -80px;
    display: inline-flex;
    padding: 10px 5px;
}

.user-profile-wrapper .profile-pro-image {
    display: flex;
    z-index: 9;
}

.user-profile-wrapper .profile-pro-image img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    border: 5px solid #1a1a1a;
}

.post-body {
    padding-left: 90px;
}

.profile-data .tab-content {
    border: 1px solid #404446;
}

.profile-data .tab-content {
    border: 1px solid #404446;
    margin-top: 30px !important;
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
    background: #131313;
}

.post-body .nav-tabs {
    border-bottom: none;
}

.nav-link.profile-wrapper {
    display: block !important;
    text-align: center;
    min-width: 88px;
    margin-top: 0 !important;
}

.nav-link.profile-wrapper span {
    font-size: 30px !important;
}

.nav-link.profile-wrapper h6 {
    margin-bottom: 0;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.profile-info {
    padding: 20px;
}

.profile-info p {
    color: #979797;
    font-size: 14px;
    margin-bottom: 5px;
}

.profile-info h6 {
    color: #fff;
    font-size: 18px;
}

.user-profile-wrapper .nav-tabs .nav-item.show .nav-link,
.user-profile-wrapper .nav-tabs .nav-link.active {
    background: rgb(113, 101, 214);
    background: linear-gradient(214deg, rgba(113, 101, 214, 1) 0%, rgba(190, 182, 255, 1) 100%) !important;
}

.profile-data .tab-content td {
    color: #fff;
}

ul.dropdown-menu.card-dropdown.dropdown-menu-end.show li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
}

span.dflt-card {
    background: green;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 10px;
    display: inline-flex;
}

.profile-data h4 {
    color: #fff;
}

.profile-data .btn-close {
    width: 15px !important;
    height: 15px !important;
}

.white {
    color: #fff;
}

.void-tag {
    background-color: #7166D6;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: bold;
    font-size: 12px;
    
}

.profile-info .sub-cat p {
    color: #fff;
    font-size: 18px;
}

.files_wrapper .remove-btn span {
    color: #fff;
    font-size: 10px;
    background: #6c1111;
    padding: 7px;
    border-radius: 19px;
}

.wp-table {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 14px 0px;
}

.attach-doc img {
    display: none;
}

.attach-doc .imagecount,
.attach-doc .provdocs-inps {
    background: #333;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px 15px;
}

/* .attach-doc .imagecount iframe {
    display: none;
} */

.sweet-alert .sa-button-container .sa-confirm-button-container .confirm {
    background: #7166D6 !important;
    color: #ffffff !important;
}

.sweet-alert button.cancel {
    background-color: #444242 !important;
}
.planHeading h6{
    font-size: 15px !important;
}
.form-content.invite-provider label.error {
    margin-bottom: 0;
}

.wrap-body.tpr-search div#example_filter label input{
    width: 140px;
}
.prf-Detail.doc-file {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.prf-Detail.doc-file .files {
    height: 180px;
}
.inside-file {
    height: 125px;
}
.prf-Detail.doc-file .files p {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
p.ctgry-name {
    border: 1px solid #7166d6;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    height: 20px;
}
a.view-doc-btn {
    background: #333333;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    display: table;
    border: 1px solid #5e5e5e;
}
a.view-doc-btn:hover {
    border: 1px solid #ffffff;
}
h5.sec-hd {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #7166D6 !important;
}
.categry-list p {
    font-size: 15px !important;
}
.lst-truncate {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
/* Chat-scroll-bar */

/* width */
.inbox_chat::-webkit-scrollbar, .msg_history::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.inbox_chat::-webkit-scrollbar-track, .msg_history::-webkit-scrollbar-track {
  background:  black;
}

/* Handle */
.inbox_chat::-webkit-scrollbar-thumb, .msg_history::-webkit-scrollbar-thumb {
  background: #7166D6 !important;
}

/* Handle on hover */
.inbox_chat::-webkit-scrollbar-thumb:hover, .msg_history::-webkit-scrollbar-thumb:hover {
  background: #7166D6 !important;
}
/* Chat-scroll-bar-end */


/*---------- responsive -----------*/
/* @media(max-width:1650px) {
    .wrap-body.provider-page div#example_filter{margin-top: -115px;}
} */


@media (min-width: 1000px) and (max-width: 1500px) {
    .wrap-body.provider-page div#example_filter{
        margin-top: 20px !important;
    }
    .list-scroll {
        overflow-x: scroll;
    }
    .list-scroll table {
        width: 1405px !important;
    }
    .list-scroll.filter-srh div#example_filter{
        margin-top: 14px !important; 
    }
    .provider-table .dataTables_filter {
        position: absolute;
        top: -33px;
        left: 20px;
    }
    .provider-table table.main-table {
        padding-top: 10px;
    }
}
@media(max-width:1400px) {
    .form-control {
        font-size: .9rem;
    }
    .total-count-box .count-no {
        font-size: 40px
    }

    #app .apexcharts-inner {
        transform: translateX(0) !important;
    }
}

@media(max-width:1200px) {

    label.error,
    .red,
    label.is-invalid {
        color: var(--red) !important;
        margin-bottom: 0;
        font-size: 10px;
        line-height: 18px;
        font-weight: 500;
        margin-top: 5px;
    }

    #app .apexcharts-inner {
        transform: translateX(30%) !important;
    }

}

@media(max-width:991px) {
    .main-body .main-wrap {
        margin-left: 70px;
        transition: .3s ease-in-out all;
        width: calc(100% - 70px);
    }

}

@media(max-width:900px) {
    .table-move {
        margin-top: -10px;
    }

    div#example_filter {
        margin-top: 30px;
    }

    .table-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
}

@media(max-width:767px) {
    #app .apexcharts-inner {
        transform: translateX(-20%) !important;
      }
}

@media(max-height:700px) {
    /* .login-section {
        align-items: flex-start;
    } */

    .login-logo {
        margin-top: 60px;
    }

    .login-partner {
        margin-bottom: 80px !important;
    }
}

@media(max-width:575px) {

    .statsGraph {
        height: 430px;
    }

    .StatsBody .apexcharts-legend{
        top: 190px !important;
        right: 90px !important;
    }
    .total-count-box .count-no {
        font-size: 27px;
      }
}

@media(max-width:483px){
    .StatsBody .apexcharts-legend {
        top: 190px !important;
        right: 40px !important;
      }
}


@media(max-width:450px) {
    .login-logo img {
        height: 45px;
    }

    .login-partner img {
        margin: 10px;
    }

    .login-partner {
        margin-top: 10px !important;
    }

    label,
    .form-check-label {
        font-size: 14px;
    }

    .btn-primary.btn-lg {
        font-size: 1rem;
    }

    .login-partner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-link {
        font-size: 12px;
    }

    #app .apexcharts-inner {
        transform: translateX(-40%) !important;
      }

      .StatsBody .apexcharts-legend{
        top: 190px !important;
        right: 90px !important;
    }
}

@media(max-width:400px){
    #app .apexcharts-inner {
        transform: translateX(-60%) !important;
      }
      .statsGraph {
        height: 300px;
      }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
    .side-bar .menu {
        height: 124vh;
    }

    .toggle-menu {
        padding-bottom: 40px;
        margin-top: -100px;
    }
}

.wrap-header .mb-4 {
    margin-bottom: 0 !important;
    padding-top: 1rem;
}

.dataTables_wrapper .dataTables_filter input {
    padding-right: 37px !important;
}

div#example_filter:focus {
    border: none !important;
    box-shadow: none !important;
}

.nav.nav-tabs .nav-link {
    color: #ebebeb;
    font-size: 14px;
}

.nav.nav-tabs .nav-link.active {
    color: var(--primary);
    border-bottom: 2px solid #fff;
}

.activation-wrapper {
    margin: auto !important;
}

.activation-wrapper .inside-btn.pass-btn {
    position: absolute;
    top: 19px;
    right: 32px !important;
}

.activation-wrapper .inside-button.pass-btn {
    position: absolute;
    top: 19px;
    right: 32px !important;
}

#viewloadwrap .check-field {
    cursor: default !important;
}

#viewloadwrap .check-field .form-check h4 {
    margin-bottom: 0 !important;
    margin-left: -20px;
}

.tab-content table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-weight: 700 !important;
    color: #fff;
    vertical-align: middle !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    vertical-align: middle !important;
}

table.dataTable tbody tr {
    background-color: #151616 !important;
    /* background: linear-gradient(267deg, rgba(0,143,220,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(36,35,35,1) 65%, rgba(0,0,0,1) 100%); */
}

table.dataTable tbody tr:hover {
    background: #333 !important;
    /* background: linear-gradient(267deg, rgba(0,143,220,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(31,30,30,1) 52%, rgba(0,0,0,1) 100%); */
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0px !important;

    padding: 5px;
    background-color: transparent;
    margin-top: 5px;
    max-height: 45px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #d2cecf !important;
}

.alert-success {
    color: #0eff7a !important;
    background: none !important;
    border: none !important;
    text-align: center !important;
}

.alert-danger {
    color: #f21a2e;
    border: none !important;
    background: none !important;
    margin-bottom: 0;
    margin-top: -21px;
    padding: 0;
    padding-top: 14px;
}

.alert-text {
    text-align: center;
    padding: 0;
    color: #fff !important;
}

.alert-text li {
    list-style: none;
}

.dropdown-toggle {
    background: #000;
    color: #fff;
}
.btn.btn-temp{
    background: #333333 !important;
    color: #ffff;
    border: 1px solid #ffffff4a;
    padding: 7px 0px;
    border-radius: 5px;
}
.btn.btn-temp:hover {
    background: #656363 !important;
}

.dropdown-toggle:hover {
    color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #333 !important
    /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #434343, #000000);
        background: linear-gradient(to right, #434343, #000000); */

}

.list-hover {
    color: #fff !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    color: #fff;
}

.dataTables_wrapper .dataTables_processing {
    background: #000 !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #3c3c3c !important;
    height: 29px;
}

.btn-group.action-btn-group ul.dropdown-menu.dropdown-menu-end.show li a {
    margin-left: 0px !important;
    display: inline-block;
    background: #333;
    color: #fff;
    border: none;
}

.btn-group.action-btn-group ul.dropdown-menu.dropdown-menu-end.show li a:hover {
    background: #000;
    color: #fff;
}

button.confirm {
    background: #333 !important;
}

button.confirm:hover {
    background: #000 !important;
}

form.edit-form.dropzone.dz-clickable {
    border: none !important;
    background: #1f1e1e !important;

}

.dropzone.dz-clickable {
    font-family: 'Poppins', sans-serif;
}

.modal-title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 300;
}

.UPerror p {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-weight: 300;
    text-align: center !important;
}

.form-check-input:checked[type=checkbox] {
    background: #000 !important;
}

.btn-back {
    border: none !important;
    background: none !important;
    color: #fff !important;
}

.btn-cancel {
    background: #151616;
    border-radius: 5px !important;
    color: #fff;
    border: 1px solid #5a5a5a !important;
}

.btn-cancel:hover {
    color: #fff !important;
}

.paginate_button:hover {
    color: #333 !important;
}

.btn-changepswd {
    background: #000 !important;
}

.modal-content {
    background: #000;
}

.dataTables_length select {
    color: #fff !important;
}

.btn-close {
    background: url(../../images/close.png) no-repeat !important;
    background-size: contain !important;
    height: 12px;
    width: 12px;
}

#appendreceipt td {
    color: #fff !important;
}

#appendreceipt th {
    border-color: #33333375 !important;
}


#appendreceipt table {
    display: inline-table;
}

.input-group-text.dollar-icon {
    background-color: #faebd700;
    border: 1px solid #6c757d;
    color: #fff;
    font-size: 21px;
}
.input-group-text.dollar-icon.sub-dollar {
    font-size: 17px;
  }
  .form-control.input-totle,
  .input-group-text.dollar-icon.sub-dollar.input-totle {
    font-size: 17px;
    padding: 5px 5px;
    height: 35px;
    border: none !important;
  }

.dropzone .dz-preview .dz-remove {
    color: #ff2e2e !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none !important;
}

.secondary-label {
    color: #7d7d7d;
    font-size: 13px;
}

.no-found {
    color: #dfdfdf;
    background-color: #353434;
    padding: 10px;
    text-align: center;
}

.plan-name {
    font-size: 14px !important;
    width: 71px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.custom-width{width: 1575px !important;}
.custom-scroll{overflow-x: scroll;}

/*---------------Chat--History----------------*/

.chat-section .chat-list {
    background-color: #000;
    border-radius: 10px;
    padding: 0px 0px;
    margin-top: 20px;
    padding-bottom: 25px;
}

.chat-section .chat-list .talk-bubble .talktext p {
    margin-bottom: 0px;
    color: #fff;
}

.chat-section .chat-list .user {
    display: flex;
    justify-content: end;
}


/* CSS talk bubble */
.chat-section .chat-list .talk-bubble {
    margin-top: 25px;
    margin-left: 25px;
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    height: auto;
    background-color: #151516;
    border-radius: 0px 20px 20px 20px;
    margin-right: 25px;
    max-width: 361px
}

.chat-section .chat-list .border {
    border: 8px solid #666;
}

.chat-section .chat-list .round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

}

.chat-section .chat-list .right-top {
    background-color: #7166D6;
    border-radius: 20px 1px 20px 20px;
}

/* talk bubble contents */
.chat-section .chat-list .talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.chat-section .chat-list .talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.chat-section .chat-list .talktext img {
    width: 225px;
    height: 160px;
    object-fit: cover;
    border: 5px solid #7166D6 !important;
    border-radius: 3px;
}

.chat-section .chat-list .talktext ul {
    padding-left: 0rem;
}

.chat-section .chat-list .talktext ul li {
    list-style: none;
}

.file-preview {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.file-preview img {
    margin-top: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 15px;
}

.file-preview img:hover {
    opacity: 0.3;
}

.file-preview a {
    display: none;
    position: absolute;
    top: 55%;
    z-index: 333;
    left: 43%;
    right: 0;
    margin: auto;
    margin-left: 10px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.file-preview:hover a {
    display: inline;
}

.alert-secondary {
    color: #fff !important;
    background-color: #1b1c1c !important;
    border-color: #1b1c1c !important;
}

.file-preview a i {
    line-height: 25px;
}

.iframewrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 216px;
    overflow: hidden;
}

.iframewrapper iframe {
    position: absolute;
    left: 0;
    width: 225px;
    height: 260px;
}

.dataTables_wrapper .dataTables_processing {
    margin-top: -3px !important;
}

.modal-body p {
    color: #fff !important;
}

.Inquiry-Dets-table {
    border: none !important;
}

.Inquiry-Dets-table thead {
    border-bottom: 1px solid #fff;
}

.Inquiry-Dets-table thead tr {
    border-top: none;
}

.Inquiry-Dets-table thead tr th {
    border: none !important;
    color: #fff;
}

.Inquiry-Dets-table tbody tr td {
    color: #fff;
}

.Inquiry-Dets-table tbody tr td p {
    margin-bottom: .4rem;
    margin-top: .4rem;
}

.assign-btn {
    background: #7166D6;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border: 0 !important;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 5px !important;
    margin-top: 10px;
}

.Inquiry-Dets h4 {
    color: #fff;
    margin-left: 0px;
}

.apexcharts-text.apexcharts-xaxis-label,
.apexcharts-text.apexcharts-yaxis-label {
    fill: #fff;
    font-size: 10px !important;
}

.apexcharts-text tspan {
    font-size: 10px !important;
}

.iframewrapper {
    width: 120px !important;
    height: 120px !important;
}


.cards-details h6 {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.cards-details p {
    font-size: 12px;
    color: #ffffff9c !important;
}

.payment-method-card {
    border: 1px solid #404446;
    padding: 20px;
    border-radius: 10px;
    background: #131313;
}

.cards-details .card-holder-name {
    color: #fff !important;
}

.cards-details .card-holder-name span {
    font-size: 18px;
    margin-right: 4px;
}

.pay-card-sec {
    display: flex;
    justify-content: space-between;
}

.default.d-flex {
    color: #afffa4 !important;
}

/* .profile-data .tab-content.loader-style{
    display: flex;
    justify-content: center;
    align-items: center;
  } */


/* .loader-style{
    position: relative;
} */
.load-img,.view-loader {
    width: 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-page-style,
.modal-body .loader-page-style {
    background-color: #fff3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}



.wrap-details label {
  padding-right: 12px;
}

.modal-text p {
    font-size: 13px;
}

.sub-heatnote p {
    color: #fff;
    margin-bottom: 0px;
}

.service-modal h1 {
    font-size: 17px;
    font-weight: 600;
}

.date-time .dropdown-menu {
    background-color: #000 !important;
}

.widget table td.hour:hover {
    background: #f8f9fa !important;
    cursor: pointer !important;
    color: #333 !important;
}

.date-time .bootstrap-datetimepicker-widget table td i {
    color: #fff;
}


.date-time .bootstrap-datetimepicker-widget table td.day:hover {
    color: #333 !important;
}

.date-time .bootstrap-datetimepicker-widget table td i:hover {
    color: #333;
}

.date-time .bootstrap-datetimepicker-widget table td span:hover {
    background: #f8f9fa;
    color: #333;
}

.files-btn.chat-img {
    background-color: black;
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.customer-prf {
    font-size: 14px;
    line-height: 19px;
    color: #ffffffc9 !important;
}

.sub-header {
    font-size: 21px;
}

.card-img {
    width: 30px;
    border-radius: 5px;
}

.radio-btn-chat {
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 8px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    cursor: pointer;
}

.file-name p {
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-attch {
    color: #fff !important;
    background: #7166d6;
    padding: 4px 13px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #7166D6 !important;

}

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


#appendcustomerdetails td:first-child {
    font-size: 16px;
}

.prf-name {
    font-weight: bold;
    font-size: 24px;
}

.agreement {
    margin-bottom: 30px;
    display: block;
}

.agreement p {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: #313131 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.agreement span {
    display: block;
    margin-bottom: 3px;
    color: #383838;
    font-size: 14px;
}













.container {
    max-width: 1170px;
    margin: auto;
}

img {
    max-width: 100%;
}

.inbox_people {
    background: #000 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    /* width: 20%; */
    width: 420px;
    border-right: 1px solid #393939;
    background-image: url('../img/chat-bg.jpg');
    background-position: left;
    background-size: cover;
}

.inbox_msg {
    border: 1px solid #000;
    clear: both;
    overflow: hidden;
    background: #131313;
    border-radius: 10px;
    display: flex;
}

.top_spac {
    margin: 20px 0 0;
}


.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #7065d3;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
    height: 40px;
    border-radius: 40px;
    padding: 10px 21px;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0px 0 0 -38px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 15px;
    color: #fff;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #131313;
    margin: 0;
    padding: 18px 16px 10px;
    border-left: 3px solid #0a0a0a;
}

.inbox_chat {
    height: 645px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    border-radius: 50%;
}

.received_msg {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    background: #333;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
}

.received_withd_msg p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

.time_date {
    color: #c8c7c7;
    display: block;
    font-size: 11px;
    margin-left: 5px;
}

/* .received_withd_msg { width: 57%;} */
.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
}

.sent_msg p {
    border-radius: 3px;
    font-size: 13px;
    margin: 0;
    color: #fff;
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    margin-top: 8px;
}

.scrollchat.incoming_msg {
    overflow: hidden;
    margin: 25px 0;
}

.outgoing_msg {
    overflow: hidden;
    margin: 25px 0;
}

.sent_msg {
    float: right;
    width: 46%;
    padding: 10px;
    background: #7065d3;
    border-radius: 10px 0 10px 10px;
    margin-right: 10px;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #444;
    position: relative;
}
.received_msg span{
    margin-bottom: 9px !important;
}

.msg_send_btn {
    background: #7065d4;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    right: 0;
    top: 11px;
    width: 40px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    overflow-y: auto;
    height: 520px;
    position: relative;
}

.msg_history img.load-img {
    width: 10%;
}

.upload-btn input {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
}

.upload-btn {
    position: relative;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.modal-loader {
    background: #333333c9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.modal-loader .load-img {
    width: 11% !important;
}

.input_msg_write {
    display: flex;
    align-items: center;
    margin: 15px 10px;
}

.input_msg_write textarea.form-control {
    border-radius: 10px;
}
.sent_msg span{margin-bottom: 6px;}

a.chat-remove {
    color: #fff;
    font-size: 13px;
    line-height: 0;
    margin-top: 2px !important;
}

.incoming_msg_img img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.chat_list.active {
    background: #333;
    border-left: 3px solid #7166d6;
}

.chat_ib h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.chat_ib h5 {
    color: #6f65d3;
    margin-bottom: 5px;
}

span.chat_date {
    color: #9d9d9d;
    font-size: 14px;
}

.dwnld-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #9387f9;
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
}

.dwnld-chat.recive-dwnld-chat {
    background: #131313;
}

.dwnld-chat p {
    margin-top: 0;
    font-size: 13px;
    /* width: min-content; */
    display: block;
    padding: 0;
    border-radius: 0;
    width: auto;
}

/* a.dwnld-btn {
    border: 1px solid #877aff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #7064d3;
} */
a.dwnld-btn {
    border: none;
    border-radius: 50%;
    padding-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: none;
}

.chat-icon {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-icon a {
    background: #7166d6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-icon p {
    color: #fff;
    font-size: 23px;
}

span.chat-indication {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 0;
}

.chat-norecords {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-norecords p {
    color: #4f4f4f;
}

.chat_img {
    float: left;
    width: 40px;
}

.chat_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

p.srvce-chat {
    width: 20px;
    height: 20px;
    background: #dc3545;
    display: flex;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    text-align: end;
    margin: inherit;
}

span.chatviewdate {
    display: flex;
    justify-content: center;
    color: #7e7e7e;
    font-size: 14px;
}

.chat-content {
    position: relative;
    bottom: 0;
    color: #fff;
    left: 0;
    background: #6e65d3;
    width: 100%;
    padding: 5px;
}

.chat-content h6 {
    margin-bottom: 0;
    font-size: 13px;
}

.chat-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.chat-no-data {
    background: #3333338a;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    height: calc(100vh - 175px);
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.chat-no-data i {
    font-size: 120px;
    margin-bottom: 32px;
}

.ldrchatmsg {
    display: flex;
    align-items: center;
    justify-content: end;
}

.ldrchatmsg img {
    width: 5%;
    margin-right: 30px;
}

.post-body .nav.nav-tabs.prf-nav {
    justify-content: end;
}

.amount {
    font-size: 1.4rem;
    font-weight: 600;
}

.grand-total {
    background-color: #333 !important;
    width: 100%;
    display: table-caption;
}

.grand-total .total-amounts {
    margin-right: 35px;
    font-size: 20px;
    font-weight: 600;

}

.grand-total .total-amounts p {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}

.reject-btn {
    background: var(--red) !important;
    color: #fff;
    border-radius: 5px !important;
}

.approve {
    background: #3f7b4b !important;
    color: #fff;
}

.active-legal span {
    border: 1px solid #605bbd;
    background: #7166d652;
    border-radius: 7px;
}

.active-legal span p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    margin-left: 0px;
    padding: 4px 15px;
    border-radius: 7px;
    margin-left: 10px;
}

.active-legal {
    margin-bottom: 25px;
}
.pages-footer{
    position: absolute;
  right: 74px;
  bottom: 10px;
}
.pages-footer ul{
    display: flex;
  list-style: none;
}
.pages-footer ul li a{
    color: #888;
    font-size: 12px;
}
.pages-footer ul li a:hover {
    color: #fff;
  }

@media (max-width: 1490.98px) {

    /* .table-search-new .tab-pane .dataTables_wrapper .dataTables_filter {
        margin-top: -146px !important;
    } */
    .table-search-new .tab-pane .dataTables_wrapper .dataTables_filter label input {
        background-color: #15151500 !important;
    }
}



@media (max-width: 1536.98px) {

    .user-profile-wrapper .profile-pro-image img {
        height: 100px !important;
        width: 100px !important;
    }

    .prf-name {
        font-weight: bold;
        font-size: 20px;
    }

    .nav-link.profile-wrapper h6 {
        font-size: 11px;
    }

    .user-profile-wrapper .post-background {
        margin-left: -57px;
    }

    .post-body {
        padding-left: 70px;
    }

    /* .post-body .nav.nav-tabs.prf-nav {
        justify-content: center;
    } */


    .prf-nav li {
        margin-bottom: 10px;
    }

}

@media (max-width: 1435.98px) {
    .user-profile-wrapper .post-background {
        height: auto;
        padding: 10px 0px;
    }
}

.provider-card input[type="checkbox"] {
    top: 22px;
}

.provider-card input[type="checkbox"]::after {
    color: #333 !important;
}

.provider-card input[type="checkbox"]+label {
    padding-left: 35px;
    padding-bottom: 10px;
}

.provider-card h6 {
    color: #fff;
    padding: 15px 0px 5px 0px;
}

.daterangepicker {
    background-color: #000 !important;
    color: #fff !important;
}

.daterangepicker .calendar-table {
    border: 1px solid #000 !important;
    border-radius: 4px;
    background-color: #000 !important;
}

.daterangepicker .ranges li.active {
    background-color: #5b5b5b !important;
    color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #7167d6 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #2e2e2e !important;
    border-color: transparent;
    color: #fff !important;
}

.daterangepicker td.in-range {
    background-color: #7167d6 !important;
    border-color: transparent;
    color: #fff !important;
    border-radius: 0;
}

.calendar-table td:hover {
    background-color: #7167d6 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #fff !important;
}

.daterangepicker .ranges li:hover {
    background-color: #5b5b5b !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #fff !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #7167d6 !important;
}

.ranges li {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

.recurring-modal form input[type="number"] {
    -moz-appearance: auto !important;

}

.recurring-modal .hc {
    display: none;
}

.recurring-modal .hc+label {
    margin: 5px;
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-algin: center;
    padding: 1px 0px 0px 5px;
    background-color: #fafafa00;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin-right: 11px;
    font-size: 14px;
}

.recurring-modal .hc:checked+label {
    display: inline-block;
    background-color: #7166d6;
}

.recurring-modal input[type="radio"]::before {
    background: #7166d6 !important;
}

.recurring-modal input[type="radio"]::after {
    border: 2px solid #7166d6;
}

.recurring-modal .form-check-input:checked[type="radio"] {
    background-image: none;
}

.recurring-modal .form-check-input {
    border: 0px solid rgba(0, 0, 0, .25) !important;
}

.ServicePayment {
    border: 1px solid #404446;
    padding: 20px;
    border-radius: 10px;
    background: #131313;
}

.ServicePayment h6 {
    font-size: 17px;
    margin: 0;
    color: #fff;
    font-weight: 100;
}

.ServicePayment p {
    font-weight: 600;
    font-size: 16px;
}

.services-request div#example_filter {
    margin-top: 15px !important;
}

.services-request table.dataTable tbody td a p {
    cursor: pointer;
}

.service-request-tem .modal-body {
    background: #222;
    border-radius: 7px;
}

.service-request-tem .modal-body p {
    border-bottom: 1px solid #33333330;
    padding-bottom: 7px;
    margin-bottom: 7px;
    height: 30px;
}

.invo-list-nam p {
    color: #8f8f8f !important;
    font-size: 15px !important;
}

.invo-list-nam p strong {
    color: #fff;
    font-size: 14px;
    margin-left: 7px;
    border-radius: 17px;
}

.invo-list-nam {
    padding: 10px 15px;
    display: inline-block;
}

.invo-crt {
    margin: 0 auto;
    /* border: 1px solid #ddd; */
}

.invo-style {
    margin-bottom: 20px;
    border: 1px solid #EBEAED59 !important;
    background: #151616;
    border-radius: 10px !important;
    padding: 20px 20px;
    align-items: center;
}

.invo-style .invo-crt label {
    color: #e4e4e4;
    font-size: 14px;
    margin-bottom: 5px;
}

.invo-style .invo-crt p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.invo-style table {
    margin: 0;
    border: 1px solid #606061;
}

.invo-style table tr th {
    border-right: 1px solid #575757 !important;
    border: none;
}

.invo-style table tr td p {
    font-size: 15px !important;
}

.charge-sec {
    color: #fff;
    padding: 15px;
    border: 1px solid #3f3f3f;
    border-radius: 10px;
}

.charge-sec p {
    font-size: 14px;
}

img.paycard {
    width: 35px;
    border-radius: 2px;
    margin: 0 4px;
}

h1.primary {
    color: #7166d6;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}

.payment-process {
    text-align: center;
    color: #fff;
    background: rgb(113 102 214 / 15%);
    border: 0;
    padding: 20px;
}

.invoice-table table td {
    padding: 10px;
}

.invoice-table table tr {
    border-bottom: 1px solid #fff;
}

.invo-crt .form-group p {
    font-size: 15px;
}

.totals p {
    font-size: 14px !important;
}

.totals p span {
    font-size: 18px;
    font-weight: 600;
}

.invo-style table tr td p a {
    font-size: 14px !important;
    color: #fff !important;
}
.more {
    color: #7166d6;
    cursor: pointer;
  }

button.btn.add-btn.dlte-btn {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.costume-page .head h6 {
    font-weight: 700;
}
.plan-name.mbsp-name{
    width: auto !important;
}
.sub-cards{
    background: #0e0e0e;
  border-radius: 10px;
  border: 1px solid #eee3;
  position: relative;
  padding: 20px 20px;
}
.dark-card{
    background: #171717;
    border-radius: 10px;
    border: 1px solid #eee3;
    margin: 0px 0px 10px 0px;
    position: relative;
    margin: 20px 0px;
}
.img-upload-icon{
   
    position: absolute;
    top: -10px;
    right: 5px;
    background: #6E61E6;
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: rgba(43, 43, 43, 0.21) 0px 7px 29px 0px;
    bottom: 0px;
    font-size: 30px !important;
    width: 50px;
    height:50px;
    padding-top: 10px !important;
    color: #fff;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.Recurring-week{
    display: flex;
    margin-bottom: 15px;
}
.Recurring-week h6{
    color: #fff;
    align-content: center;
    margin-right: 10px;
    width: 100px;

  }

  .verified.tag-img {
    position: absolute;
    right: 62px;
    bottom: -6px;
    height: auto;
    width: 23px;
  }
  .tag-img {
    position: absolute;
    right: -3px;
    height: auto;
    width: 13px;
    bottom: -6px;
  }
  .search-style-cus .dataTables_wrapper .dataTables_filter input {
    margin-top: 58px;
  }
  .table-move.search-style-cus .dataTables_filter::before {
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 80%;
  }

  #showValueButton {
    margin-left: 0px;
    vertical-align: middle;
    padding: 0px 0px;
    font-size: 15px;
    padding-bottom: 4px;
    
}

.value-display {
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    border: 1px solid #333;
    position: absolute; /* Make the element float */
    z-index: 1000; /* Ensure it appears above other elements */
    color: #fff; /* Text color for better contrast */
    background-color: #2d3647; /* Uncomment and adjust background color as needed */
    width: 220px;
    font-size:14px;
    top: 40px;
}

.totla-invoice {
    font-size: 22px;
}
.totla-invoice.bold{
    font-weight: 700; 
}
.invoice-total-amt {
    border: none !important;
}
.invo-style table.invoice-total-amt tr{
    border-top: none !important;   
}
.invo-style table.invoice-total-amt tr td{
    border-right: none !important;
    text-align: end;
    padding: 5px 10px !important;
    font-size: 16px;
    color: #fff;
    /* width: 100%; */
}
.invoice-total-amt.lt-sn{
    min-width: 480px;
    margin-top: 8px;
    background-color: #292929;
    border-radius: 5px;
    margin-bottom: 15px;
}
.provider-total{
    
}
.invo-style table.invoice-total-amt tr td.bold{
    font-weight: 900 !important; 
}
tr.total-due {
    background: #000;
}
td.due-date {
    color: #bc4040 !important;
    font-weight: bold !important;
}
tr.total-due td {font-size: 20px !important;}
.card.payout-card div#example_filter {margin-top: 20px;}
.main-wrap h1.mb-0{
    font-weight: 600;
    font-size: 30px;
}
.cm-not-found{
    font-size: 16px;
    color: #fff;
    padding: 20px;
    background: #333;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
}
.alert-danger.alert-zero{
    padding: 8px !important;
    margin-top: 10px;
    border: 1px solid #f21a2e26 !important;
    background: #fd00170a !important;
    color: #f21a2eab !important;  
}
/* @media(max-width:1499px){
    .serviceListNav{
        max-width: 100%;
    }
} */

.side-bar ul.btn-toggle-nav {
    background: #191919;
    border-radius: 10px;
    padding: 3px;
}



/*-------------------provider-details-page-------------*/
.body-detail-card .verified {
    position: absolute;
    bottom: -12px;
    background: #7166D6;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    padding-top: 2px;
}

.header-top-card{
background: rgb(113,101,214);
background: linear-gradient(90deg, rgba(113,101,214,1) 0%, rgba(59,53,112,1) 100%); 
height: 95px;
position: relative;
}
.header-top-card span{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    height: 28px;
    width: 28px;
    font-size: 21px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7166D6;
    cursor: pointer;
}
.card.details-card {
    border: 1px solid #EBEAED59 !important;
    overflow: hidden;
    background: #151616;
    width: 100%;
    min-height: 500px;
}

.body-detail-card .prf-img{
    display: flex;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-top: -65px;
  padding: 1px;
  border: 1px solid #7166D6;
  object-fit: cover;
}
.prf-detail {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 30px;
}
.prf-detail h6 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.prf-detail p{
  font-size: 17px;
  margin-top: 3px;
  margin-bottom: 1px;
  color: #fff;
  margin-bottom: 0;
}
.prf-detail span{
  color: #FFF;
  font-size: 17px;
}
.prf-Service {
    padding: 10px 27px;
  }
.prf-Service h6{
  font-size: 16px;
  color: #7166D6;
  font-weight: 400;
}
.prf-Service p{
    font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
}
.prf-Service span{
    font-size: 15px;
  color: #FCFCFC;
  font-weight: 100;
}
.detail-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color:#151616;;
    border-radius: 1px;
    border-bottom: 1px solid #fff;
    padding: 7px 10px;

}
.chat-with p{
    color: #7166D6;
}
.chat-with img{
    height: 38px;
    width: 38px;
    background: #000;
    border-radius: 50%; 
}
.chat-with .img-chat{
    margin-right: -19px;
}
.UPerror {
    color: #ff7e7e;
    text-align: center;
    margin: 14px 0px;
  }
.detail-tab.sub-data .nav-pills .nav-link.active{
    background-color: #333333 !important;
}
.detail-tab .nav-pills .nav-link {
    padding: 7px 10px;
    color: #fff;
    display: flex;
  align-items: center;
}
.detail-tab .nav-pills .nav-link span{
font-size: 20px;
  padding-right: 2px;
  padding-top: 2px;
}

.card.tab-details {
    padding: 15px 20px 25px 20px;
  }
.card.tab-details h5{
    color: #fff;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
.inner-card {
    background: #131313;
    border: 1px solid #EBEAED59 !important;
    border-radius: 10px;
    padding: 15px 15px;
    color: #fff;
    /* overflow-x: scroll; */
    scrollbar-color: #8a8a91 #151616;
    /* min-height: 620px; */
}

.prf-Detail h6{
    color: #7166D6;
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 400;
}
.prf-Detail p{
    font-size: 18px;
  margin-bottom: 0;
}

.can-alert {
    background: linear-gradient(145deg, #1a1a1a, #111111);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 4px solid #ff3d57;
    border-radius: 12px;  
    padding: .5rem;
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.02);
    position: relative;
    overflow: visible;
}

.can-alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% 50%, rgba(255, 61, 87, 0.1), transparent 50%);
  pointer-events: none;
}


.can-alert-icon {
  width: 25px;
  height: 25px;
  background: rgba(255, 61, 87, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3d57;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(255, 61, 87, 0.2);
}
.can-alert .prf-Detail h6{color: #ff3d57 !important;}


.maxinePayoutTable tbody tr td:nth-child(1){
    width: 20%;
}
.maxinePayoutTable tbody tr td:nth-child(2){
    width: 20%;
}
.maxinePayoutTable tbody tr td:nth-child(3){
    width: 20%;
}
.maxinePayoutTable tbody tr td:nth-child(4){
    width: 20%;
}
.maxinePayoutTable tbody tr td:nth-child(5){
    width: 20%;
}

.providerTable .dataTables_scrollHeadInner,.providerTable .main-table.dataTable,.maxinePayoutTable .dataTables_scrollHeadInner,.maxinePayoutTable .main-table.dataTable{
    width: 100% !important;
}
.providerTable tbody tr td:nth-child(1){
    width: 30%;
}
.providerTable tbody tr td:nth-child(2){
    width: 15%;
}
.providerTable tbody tr td:nth-child(3){
    width: 15%;
}
.providerTable tbody tr td:nth-child(4){
    width: 10%;
}
.providerTable tbody tr td:nth-child(5){
    width: 10%;
}
.providerTable tbody tr td:nth-child(6){
    width: 10%;
}
.providerTable tbody tr td:nth-child(6){
    width: 10%;
}
.dataTables_scrollBody thead{
    display: none;
}


/*---- 25/04 ----*/

/* .provider-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.provider-table-wrapper thead, tbody, tr {
    width: 100%;
    display: table;
    table-layout: fixed; 
}
.provider-table-wrapper  tbody {
    display: block;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
  
.provider-table-wrapper  thead {
    display: table;
    width: 100%;
    table-layout: fixed;
} */

.provider-table-wrapper table.dataTable thead .sorting{
    background: none !important;
}


.prf-Detail .files img{
    height: 120px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px !important;
}
.files {
    padding: 10px;
    border: 1px solid #5d5d5d;
    border-radius: 10px;
    margin-top: 12px;
  position: relative;
  }
  
  .files p{
    font-size: 16px;
  text-align: center;
  margin-top: 5px;
  }
.support p{
    color: #7166D6;
    font-size: 16px;
    text-align: end;
    margin-bottom: 2px;
}
.support {
    text-align: end;
  }
.support img{
    width: 35px;
  height: 35px;
  border-radius: 50%;
}
.prf-support-img{
    margin-right: -24px;
}
.prf-detail-img img{
    background: #fff;
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.prf-detail-img {
    display: flex;
    align-items: center;
  }
 .detail-table{
    width: 100%;
}
.viewmore_btn{color: #7166D6 !important; font-size: 14px;}
 .detail-table img{
height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.detail-table tr th{
    font-size: 15px;
  font-weight: 600 !important;
  color: #FFF;
}
.detail-table tbody tr{
    border-bottom: 1px solid #333; 
}
.detail-table tbody tr td{
    padding: 11px 0px;
    font-weight: 600;
    font-size: 15px;
}
.detail-table tbody tr td .pvr-nam h6{
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
.detail-table img.cards{
    height: auto !important;
    width: 25px !important; 
    border-radius: 0px !important;
}
/* .cardsTable{
    overflow: auto;
} */

.detail-table tbody tr td span{
    font-size: 13px !important;
    font-weight: 400 !important;
}
.detail-table caption{
    font-size: 14px;
    padding-bottom: 0px;
    color: #606061;
}
.prf-Service .prf-detail-img p {
    margin-bottom: -5px;
}
.success {
    background: #038100;
    padding: 0px 8px;
    height: 21px;
    border-radius: 8px;
    vertical-align: bottom;
    padding-bottom: 1px;
}
.details-tab .card{
    padding: 20px;
    color: #fff;
    margin-bottom: 22px;
    border-radius: 16px !important;
}
.card.tab-details.details-tab {
    padding: 20px 20px 25px 20px;
  }
.details-tab .card.membership{
    background: #EE7970;
}
.details-tab .card.membership span{
    background: #F1584B;
}
.details-tab .card.Wallet{
    background: #80AA34;
}
.details-tab .card.Wallet span{
    background: #629602;
}
.details-tab .card.reserved{
    background: #FF8E09
}
.details-tab .card.reserved span{
    background: #CE6F00;
}
.details-tab .card.customer{
    background: #5674D1;
}
.details-tab .card.customer span{
    background: #445EAB;
}
.details-tab .card span{
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 6px; 
    margin-right: 15px;
}
.details-tab .card h6{
    font-size: 20px;
    font-weight: 400;
}
.details-tab .card h5{
    font-size: 22px;
    margin-top: 15px;
    font-weight: 700;
}

.details-tab .inner-card img{
    height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.details-tab .inner-card h5{
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}
.details-tab .inner-card h6{
    font-size: 15px;
  display: flex;
  align-items: center;

}
.details-tab .inner-card p{
    font-size: 14px;
    margin: 0px;
    font-weight:400;
  }

.details-tab .inner-card span{
    font-size: 12px;
    font-weight: 600;
}
.details-tab .inner-card span.arrow{
    width: 50px;
  background: #000;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.line-gap{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;  
}

/*------------------end-provider-details-page-------------*/
.tab-width{

}
.invoice-header button span{
    color: #7166d6;
}
.invoice-header button.collapsed span{
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.invoice-header button span{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.invoice-header .form-group label{
    color: #7166D6 !important;
    font-weight: 500;
}
.invoice-header .form-group h6{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.invoice-header .form-group span{
font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.invoice-header .form-group span strong{
    font-size: 16px;
  font-weight: 600;
}
.invoice-header.drop{
    background: #131313;
    border: 1px solid #606061;
    border-radius: 13px;
    padding: 0px 20px 0px 20px;
}
.invoice-header a.sub-item h1{
    font-size: 21px;
    margin: 0;
    font-weight: 500; 
}
.invoice-header a.side_toggle .dropArrow{
    color: #7166d6 !important;
}
/* .invoice-header  .collapsing,
.invoice-header  .collapse{
    border-top: 1px solid rgb(96, 96, 97);
    margin-top: 13px;
} */
.total-table{
    color: #7166D6 !important;
  font-size: 18px;
}
.invoice-header .sub-item {
border-bottom: 1px solid rgb(96, 96, 97);
  border-radius: 0;
  padding-bottom: 17px;
  background: #3330;
}
.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important;
  }
.details-tab .inner-card p span{
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
  }
  .icons {
    display: flex;
    position: absolute;
    bottom: 14px;
    right: 0px
  }
  .chat-not-found {
    background: #333;
    border-radius: 9px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 14px 2px;
  }
  .chat-not-found span{
    font-size: 17px;
  margin-right: 5px;
  }
  .chat-not-found p{
    font-weight: 500;
  }
  /* .icons a span, */
  .icons a span{
    background: #7166D6;
    font-size: 20px;
    height: 29px;
    width: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 9px;
    color: #fff;
  }
.inner-card.chat .input_msg_write .chattext{
    background: #090909;
    border: none;
    height: 45px;  
    line-height: 30px;
}
.inner-card.chat .msg_history {
    overflow-y: auto;
    height: 380px;
}
.inner-card.chat .chatdatecheck_Today {
    font-size: 13px;
  font-weight: 600;
}
.inner-card.chat .incoming_msg_img img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.inner-card.chat .time_date {
    font-size: 12px;
    font-weight: 600;
}
.inner-card.chat .chat-remove{
    display: none;  
}
.custom-btn{
    height: 48px;
  align-content: center;
}
.dtls-inner-tab{
    margin-bottom: 15px;
  border-bottom: 2px solid #52535300;
}
.upload-btn span, button.msg_send_btn span {
    font-size: 18px !important;
}
button.msg_send_btn span {
    font-size: 32px !important;
    vertical-align: bottom;
}
button.msg_send_btn img {
    height: auto !important;
    margin-right: 0 !important;
}
.invoice-mdl label{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #7166D6;
}
.invoice-mdl .form-group p{
    font-size: 16px;
}
.invoice-mdl .invs-card{
    background: #202020;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.invoice-mdl h2{
    font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.agreement-info {
    background: #f8f8f8;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
.doc-view label{
    color: #7166D6;
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 400;
}
.doc-view h6{
    color: #fff;
    font-size: 15px;
    margin-bottom: -5px;
    margin-top: 4px;
}
.doc-view small{
    color: #909090;
    font-size: 12px;
}
.btn-border{
    border:1px solid #7166d6 !important;
      border-radius:12px !important;
      padding:2px 17px;
      font-size: 12px;
      white-space:nowrap;
}


@media (min-width: 1414px) and (max-width: 1650px) {

    .serviceListNav{
        width: 925px;
        flex-wrap: wrap;
    }

}
@media (min-width: 1733px) {
    .tab-width{
        width: 100% !important;
    }
}
@media (max-width: 1733px) {
    .tab-width{
        width: 980px !important;
    }
}


/* .dataTables_scrollBody {
    overflow-y: scroll;
    scrollbar-color: #3b3668 #3b3668;
  } */

.dataTables_scrollBody::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #aaa;
}
.dataTables_scrollBody::-webkit-scrollbar-track{
    background: #000; 
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background:#a6a5a5;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.dataTables_scrollBody::-webkit-scrollbar-corner {
    background: #000;
}

.dataTables_scrollBody {
  max-height: 100%;
  overflow: scroll;
 }
.approve,
.returned{
    border-radius: 5px !important;
 }
 .invs-card iframe {
    min-height: 700px;
    overflow-y: scroll;
    object-fit: contain;
    object-position: top;
 }

 .invs-card img{
    min-height: 300px;
    overflow-y: scroll;
    object-fit: contain;
    object-position: top;
 }
 .chat-btn small{
    position: absolute !important;
    background: #7166d6;
    border-radius: 23%;
    color: #fff;
    top: -5px;
    min-width: 20px;
    right: -4px;
 }
 .no-data{
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* temporary css---customer-listing page */
.customer-list-a{width:20% !important;}
.customer-list-b{width:13% !important;}
.customer-list-c{width:13% !important;}
.customer-list-d{width:11% !important;}
.customer-list-e{width:11% !important;}
.customer-list-f{width:12% !important;}
.customer-list-g{width:18% !important;}

/* .customer-list-cus tbody tr td:nth-child(6),
.customer-list-cus tbody tr td:nth-child(7){
    text-align: end;
} */
/* temporary css---customer-listing page */
.btn-tertiary {
    background: #333 !important;
    color: #fff;
    padding: 10px 15px;
    gap: 10px;
}
.tertiaryp-menu{
    background: #24252D !important;
    border: none !important;
}
.tertiaryp-menu .dropdown-item:hover {
    border-radius: 5px !important;
}
.Journey-dtl span{
    color: #838383!important;
}
.Journey-dtl .Journey-cnt {
    min-height: 70px;
    position: relative;
    padding-bottom: 25px;
  }
  .Journey-dtl .Journey-card {
    margin-left: 65px;
  }
.Journey-dtl  .Journey-card {
    background: #333;
    padding: 13px 0px;
    border-radius: 10px;
    position: relative;
  }

.Journey-dtl .jur-header{
    border-bottom: 1px solid #606061;
}
.Journey-dtl .jur-header h6{
  font-size: 15px;
  margin-bottom: 13px;
}
.Journey-dtl .jur-header h6 span{
    font-size: 19px;
    color: #fff !important;
    margin-right: 10px;
}

.note-prf img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px; 
}
.note-prf h6{
    font-size: 18px;
  color: #fff;
}
.note-prf p{
    color: #838383 !important;
  font-size: 14px;
}
.Journey-note h6{
    font-size: 19px;
    color: #fff;  
}
.border-none{
    border: none;
}
.Journey-note ul li button {
    font-size: 16px !important;
    padding: 8px 30px !important;
}
.Journey-note ul li button i,
.Journey-note ul li span{
    font-size: 19px;  
}
.Journey-note .form-floating > .form-control::placeholder {
    color: #a4a4a4;
}
.Journey-note .form-floating > .form-control:focus{
    padding-top: 10px !important;
    padding-bottom: 10px !important;  }
.Journey-note .form-floating > .form-control {
    padding: 10px 10px !important;
}
.Journey-note .tab-content .form-floating .form-control{
    background: #333 !important;
    margin: 18px 0px !important;
    border: none !important;
}

.inner-card.Journey-dtl {
    border: #fff0 !important;
    height: 490px;
    overflow-y: scroll;
}
.Journey-card .jur-header p {
    font-size: 14px !important;
    color: #838383;
    font-weight: 500; 
}
.Journey-card .jur-header .jur-prf span{
    color: #7166D6 !important;
    font-size: 13px;
    font-weight: 500;
}
.Journey-card .jur-body p{
    font-weight: 500;
}
.Journey-card .jur-body p span{
    color: #7166D6 !important; 
    font-weight: 500;
}

.Jur-icons {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.Jur-icons span{
    font-size: 19px !important; 
    color: #fff !important;
}
.Jur-icons.admin-note{background: #EE7970;}
.Jur-icons.customer-note{background: #80AA34;}
.Jur-icons.request{background: #FF8E09;}
.Jur-icons.providers-note{background: #5674D1;}
.Jur-icons.subscription{background: #5674D1;}
.Journey-card.jur-line:before {
    border-left: 1px solid #fff;
    content: "";
    display: block;
    height: 100%;
    left: -40px;
    position: absolute;
    top: 25px;
    z-index: 0;
}
.Journey-card .jur-header .jur-prf h5 span{
    font-size: 17px;
    color: #fff !important;
    font-weight: 300;
}
.jur-list .col-md-12:last-child .Journey-card.jur-line::before{
    display: none !important;
}
.Journey-card .jur-body a.r-more{
    color: #7166D6 !important;
    font-size: 14px;
    text-decoration: none;
}
.Journey-card .jur-body a.r-more:hover{
    color: #C2BEEF !important;
}
.Journey-card .jur-body p span.white{
    color: #fff !important;
 }



.img-ul .dropzoneheader a{
        height: 24px !important;
        width: 24px !important;
        cursor: pointer !important;
}

.ui-widget-header .ui-icon {

}

.w-5{
    width: 5% !important;
}
.w-10{
    width: 10% !important;
}
.w-15{
    width: 15% !important;
}
.w-20{
    width: 20% !important;
}
.w-25{
    width: 25% !important;
}
.w-30{
    width: 30% !important;
}

@media (max-width: 1536px) {
    /* .pvd-dil{
        width: 100%;
    } */
}

.modal-header h5{
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.receipt-modal tr th {
    font-size: 17px;
    color: #868686;
    font-weight: 600 !important;
    padding-top: 20px !important;
}

.payment-Processing{
  border: 1px solid #333;
  margin-bottom: 20px;
}
.payment-Processing tr th,
.payment-Processing tr td{
padding: 10px 11px 10px 11px !important;
}

.payment-Processing tr th{
border-bottom: 1px solid #333;
color: #868686 !important;
  font-size: 14px !important;
}

.receipt-table tr th,
.receipt-table tr td{
    padding: 7px 15px !important;
    font-size: 14px;
}
.cls-icon{
    position: absolute;
    right: -8px;
    top: -14px;
    background: #828282;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
.toggle-btn.collaps-text{
    color: #7166d6;
}
.term-priview {
    border-radius: 20px !important;
}
.term-priview .preview-body{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #212121;
    padding: 10px 31px;
    margin: 10px 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    min-height: 130px;
}
.term-priview .preview-wp{
    margin: 10px 25px;  
}

.term-priview .preview-section h2 {
    margin: 20px 40px 20px 40px;
    font-size: 24px;
}
.term-priview .modal-header h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
  }
  .term-priview .modal-footer,
  .term-priview .modal-header{
    padding: 24px 40px;
  }

  .term-priview .modal-header  .btn-close {
    background-size: auto;
    background-size: contain !important;
    height: 5px;
    width: 5px;
  }
  .term-priview .preview-body #previewTermsEdit{
    margin: 17px 0px;
  }
  .term-priview .modal-footer span{
    color: #7166D6;
    font-size: 14px;
  }
  .term-priview .modal-footer p{
    color: #fff;
    font-size: 19px;
    margin-bottom: -8px;
    padding-top: 5px
  }
  .term-priview .modal-footer small{
    color: #606061;
    font-size: 12px;
  }
  .term-priview .tox:not(.tox-tinymce-inline) .tox-editor-header {
    background-color: #161616 !important;
  }
  .term-priview .tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background-color: #232323 !important;
  }
  .term-priview .tox .tox-edit-area__iframe {
    background-color: #232323;
    color: #fff !important;
  }
  .term-priview .tox .tox-statusbar {
    display: none;
  }
  .term-priview .mce-content-body p {
    margin: 25px 0;
    color: #fff !important;
  }
  .term-priview .tox .tox-tbtn {
    background: #000;
  }
  .term-priview .tox .tox-tbtn svg {
    fill: #fff;
  }
  .term-priview .tox-tinymce {
    border: 2px solid #525252;
  }
  .term-priview iframe html body.mce-content-body {
    color: #fff !important;
  }

.term-priview .form-group{
    position: relative;
}
.term-priview .form-group label.error{
    position: absolute;
    bottom: -27px
}

.white-icon{
    color: #fff !important;
    border:1px solid #fff;
    padding:5px 10px;
    border-radius:10px;
}

.cursor-pointer{cursor: pointer;}

.tox .tox-edit-area::before {
    border: none !important
}

  .register-file-sec {
    width: 250px;
    height: 130px;
    margin:
  10px 10px 10px 0;
    border:
  1px solid #3B3A42;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:
  5px;
    position: relative;
    background:
  #212121;
  padding: 10px;
  }
  .register-file-sec a.view {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #7166D6;
  }
  .register-file-sec a.remove {
    position: absolute;
    right: 10px;
    top: 5px;
    color: var(--red);
  }
  .dropzone {
    background:
  #292929 !important;
    padding:
  20px 20px;
    border-radius:
  20px !important;
    border:
  none !important;
  }

  .dropzone.upload-files{
    width: 100%;
    background:#131313 !important;
    border:1.5px dashed #9b9b9b !important;
    height: auto;
  }
  .dropzone.upload-files .dz-preview.dz-image-preview {
    background:#0000 !important;
  }
  .doc-prv .form-group label{
    color: #7166D6;
    font-size: 14px;
    margin-bottom: 1px;
  }
.doc-prv .form-group h6{
  margin:0;
  font-size: 17px;
  color: #fff;
}
.doc-prv .form-group small {
    font-size: 13px;
    color: #808080;
    margin-top: 3px;
  }
  .wp-no select{
        position: absolute;
        width: 92px;
        border-right: none;
        border-right-color: currentcolor;
        border-radius: 3px 0px 0px 3px;
  }
    .wp-no input{
        padding-left: 92px;
    }
.wp-no .form-select.error,
.wp-no .form-control.error{
    border: 1px solid #fe2121 !important;
}
.wp-no.wp-no-error #country_code-error,
.wp-no.wp-no-error #mobile_phone-error{
    display: none !important;
}
.position-inherit {
  position: inherit;
}
.translate-zero {
  transform: translate(0%, 0%);
}
@media(max-height:1440px)
{
    .side-bar .menu {
        height: 71vh;
    }
 }

 @media (max-width: 576px) {
    .card{border-radius: 12px !important;}
    .prf-Service p {font-size: 14px;}
    .card.tab-details.details-tab { padding: 10px;border-radius: 12px !important;}
    .can-alert{flex-direction: column;padding-left: .5rem;}
 }
  