:root { 
    --bgColor : #f9f9f9;
    --whiteColor: #ffffff; 
    --blueColor: #25233c;
    --greyColor: #e7e7e7;
    --greyColor2: #333333;
    --greyColor3: #666666;
    --greyColor4: #d3d3d3;
    --greyColor5: #f5f5f5;
    --greyColor6: #adadad;
    --greyColor7: #c9c9c9;
    --greyColor8: #818181;
    --greyColor9: #e0e0e0;
    --greyColor10: #fcfcfc;
    --blackColor1 : #111111;
    --yellowColor: #ffd600;
    --sidebarW : 335px;
    --shadow: 0 0 21px rgb(0 0 0 / 3%);
    --user-width :100px;
} 
/*preloader css end here*/
@media (max-width: 1250px){
    .sidebar { 
        position: absolute; 
        -webkit-transform: translateX(-100%); 
            -ms-transform: translateX(-100%); 
                transform: translateX(-100%); 
        opacity: 0;
    }
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bgColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height:100vh;
}
/* normalize css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    position: relative;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    outline: none !important;
}
a {
    text-decoration: none !important;
}

/* common css */
.mb-30{
    margin-bottom: 30px;
}
hr{
    margin: 20px 0;
    border-top-color: var(--greyColor9);
    display: inline-block;
    width: 100%;
}
.not-desk{
    display: none!important;
}
.cs-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cs-row2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
}
.md-40,
.md-60{
    padding: 0 15px;
}
.md-60{
    width: 60%;
}
.md-40{
    width: 40%;
}
.col-md-100{
    padding: 0 10px;
    width: 100%;
}
.col-md-67 {
    width: 66.7%;
    padding: 0 10px;
}
.col-md-60{
    padding: 0 10px;
    width: 60%;
}
.col-md-50{
    padding: 0 10px;
    width: 50%;
}
.col-md-40{
    padding: 0 10px;
    width: 40%;
}
.col-md-33{
    padding: 0 10px;
    width: 33.3333%;
}
.col-md-30{
    padding: 0 10px;
    width: 30%;
}
.col-md-25{
    padding: 0 10px;
    width: 25%;
}
.ptop-45{
    padding-top: 45px;
}
ul{
    list-style: none;
}
h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
h3.dark,h4.dark,h5.dark,h6.dark{
    color: var(--blueColor);
}
 h3{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px; 
}
h3.sm{
    /*48*/
} 
h3.sm{ 
    font-size: 45px;
    font-weight: 700;
    line-height: 1; 
}
h4.lg{
    font-size: 28px;
    font-weight: 700;
    line-height: 34px; 
}
h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 1; 
}
h4.sm{
    font-size: 20px;
    font-weight: 700;
    line-height: 1; 
}
h5.sm{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700; 
}  
h6{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700; 
} 
p{
    color:var(--greyColor2);
}
p.white{
    color: var(--whiteColor);
}
p.lg{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
} 
p.md{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
p.sm{
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
} 
.heading-md ,
.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
} 
.heading-md h4{
    line-height: 28px;
    margin: 0;
    color: var(--blueColor);
}
.heading  .more-btn svg,
.heading-md .more-btn svg{
    width: 20px;
    height: 20px;
    fill: var(--blueColor);
}
button.dropdown-toggle.more-btn {
    padding: 5px;
    border: none;
    outline: none;
    background-color: transparent;
}
button.dropdown-toggle.more-btn:before,
button.dropdown-toggle.more-btn:after{
    display: none;
} 
.cs-btn {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 25px;
    border-radius: 7px;
    display: inline-block;
    outline: none!important;
}
.cs-btn.blue{ 
    color: var(--whiteColor);
    background: var(--blueColor);;
}
.cs-btn.blue:hover, 
.cs-btn.blue:focus{ 
    color: var(--whiteColor);
    background: var(--yellowColor);
}
.btn1{
    padding: 11px 24px;
    display: inline-block;
    border: 2px solid;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 7px; 
    white-space: nowrap;
}
.btn1.yellow{
    background-color: var(--yellowColor);
    border-color: var(--yellowColor);
    color: var(--blueColor);
}
.btn1.blue-border{
    background-color: var(--whiteColor);
    border-color: var(--blueColor);
    color: var(--blueColor);
}
.btn1.blue{
    color: var(--whiteColor);
    border-color: var(--blueColor);
    background-color: var(--blueColor);
} 
.btn1.yellow:hover,
.btn1.yellow:focus{
    background-color: var(--blueColor);
    color: var(--whiteColor);
    border-color: var(--blueColor);
}
.btn1.blue-border:hover,
.btn1.blue-border:focus{
    background-color: var(--blueColor);
    color: var(--whiteColor);
}
.btn1.blue:hover,
.btn1.blue:focus{
    background-color: var(--whiteColor);
    color: var(--blueColor);
}
.box-shadow{
    -webkit-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
}
.cs-radio-outer{
    display: inline-block;
}
.cs-radio-outer input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}
.cs-radio-outer label {
    margin: 0;
    font-size: 15px!important;
    line-height: 24px!important;
    font-weight: 400!important;
    color: var(--greyColor6)!important;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
}
.cs-radio-outer label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--greyColor6); 
}
.cs-radio-outer input:checked ~ label{
    color: var(--blueColor)!important;
}
.cs-radio-outer input:checked ~ label:before{
    border-color: var(--blueColor);
}
.cs-radio-outer input:checked ~ label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--blueColor);
}
.cs-toggle-outer input{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.cs-toggle-outer label{
    display: inline-block!important;
    width: 46px;
    height: 24px; 
    background-color: var(--blueColor);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.cs-toggle-outer label:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: var(--yellowColor);
    border-radius: 50%;
}
.cs-toggle-outer input:checked + label:before{
    left: unset;
    right: 3px;
}
.form-group,.cs-pad{
    margin-bottom: 15px;
}
.form-group label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--greyColor2);
    margin-bottom: 10px;
    display: block;
}
.form-group label.bold{
    font-weight: 700;
}
.form-group label img{
    height: 20px;
    margin-left: 5px;
}
.form-group label sup{
    font-size: 16px;
    top: -3px;
}
.form-group label small{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: var(--greyColor3);
    float: right;
}
.form-group input[type="date"],
.form-group input[type="file"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="text"],
.form-group select,
.form-group textarea {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--greyColor3);
    border-radius: 5px;
    padding: 12px 15px;
    border: 1px solid var(--greyColor7);
    width: 100%;
    background-color: var(--whiteColor);
    height: 50px;
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none!important;
} 
.form-group input[type="date"][disabled],
.form-group input[type="email"][disabled],
.form-group input[type="password"][disabled],
.form-group input[type="file"][disabled],
.form-group input[type="text"][disabled],
.form-group select[disabled],
.form-group textarea[disabled]{
    background-color: var(--greyColor10); 
    border-color: transparent;
}
.form-group select[disabled]{
    background-image: unset;
}
.form-group.cs-form-edit {
    margin-bottom: 0;
}
.form-group input[type="file"]{
    padding: 9px 15px;
    font-size: 15px;
}
.form-group select {
    padding-right: 34px;
    background-image: url(../images/down-arrow2.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
}
.form-group input.cs-date-picker {
    padding-left: 60px;
    background-image: url(../images/calendar.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 17px 12px;
}
.form-group textarea{
    width: 100%;
    height: 160px;
    resize: none;
}
textarea.cs-editable{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--greyColor2);
    border: 1px solid var(--greyColor7);
    border-radius: 4px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 95px;
    background-color: transparent;
}
textarea.cs-editable[disabled]{
    border-color: transparent;
}
.cs-file-upload-btn{
    cursor: pointer;
    display: inline-block!important;
    width: auto;
}
.cs-multiple-select + .select2-container .select2-selection--multiple {
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid var(--greyColor7);
    min-height: 50px;
}
.cs-multiple-select + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--blueColor);
    border: 1px solid var(--blueColor);
    color: var(--whiteColor);
    font-size: 14px;
    line-height: 24px;
}
.cs-multiple-select + .select2-container--default ul li.select2-search.select2-search--inline {
    margin-top: 5px;
}
.cs-multiple-select + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: var(--whiteColor);
}
.form-group p.info{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--greyColor3);
    margin: 10px 0;
}
.form-group >p.blue{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--blueColor);
} 
.coversion-text p:not(:last-child){
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--greyColor3);
    margin-bottom: 10px;
}
.form-group .cke_chrome {
    box-shadow: none;
    border: 1px solid var(--greyColor7);
    border-radius: 10px;
    overflow: hidden;
}
.form-group .cke_top,
.form-group .cke_bottom{
    box-shadow: unset;
    background-image: unset;
    background-color: var(--greyColor5);
}
.datepicker td, .datepicker th{
    padding: 6px!important;
}
/*table css*/
.table-outer {
    display: block;
    overflow-x: auto;
    border-radius: 15px;
    border: 1px solid var(--greyColor4);
}
.table-outer table{
    width: 100%;
}
.table-outer table tr th,
.table-outer table tr td{
    border:1px solid var(--greyColor4);
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.table-outer table tr th{
    background-color: var(--blueColor);
    border-color: #2b2a3e;
    color: var(--whiteColor);
    padding: 15px 20px;
    white-space: nowrap;
}
.table-outer table tr td.cap {
    min-width: 200px;
    text-transform: uppercase;
}
.table-outer.only-text table tr td{
    padding: 16px 20px;
}
.table-outer table tr td,
.table-outer table tr td a{
    color: var(--greyColor3);
}
.table-outer table tr td a:hover,
.table-outer table tr td a:focus{
    color: var(--blueColor);
}
.table-outer table tr td:first-child{
    border-left: unset;
} 
.table-outer table tr td:last-child{
    border-left: unset;
} 
.table-outer table tr:last-child td{
    border-bottom: unset;
}
.table-outer table  img{
    width: 120px;
}
.table-outer select {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--blueColor);
    border-radius: 5px;
    padding: 9px 15px 9px 10px;
    border: 1px solid var(--yellowColor);
    width: 100%;
    background-color: var(--yellowColor);
    height: 42px;
    min-width: 120px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none!important;
}
.table-outer select {
    padding-right: 28px;
    background-image: url(../images/down-arrow3.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 9px;
}
.table-outer select option{
    background-color: var(--whiteColor);
}  
.table-outer .option-btn {
    display: flex;
    align-self: center;
}

.table-outer .option-btn {
    display: flex;
    align-self: center;
} 
.table-outer .option-btn a{
    padding: 0;
    font-size: 18px;
    margin: 5px;
    width: auto;
    color: var(--blueColor);
    outline: none!important;
    border:none!important;
    background-color: transparent!important;
}
.table-outer  .option-btn a:hover{
    color: var(--yellowColor);
}
.table-outer  button.info-btn {
    border: none;
    outline: none!important;
    background-color: var(--yellowColor);
    color: var(--blueColor);
    padding: 5px;
    line-height: 15px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.table-outer table tr th.date{
    width: 140px;
    min-width: 140px;
}
/*tooltip*/
.tooltip.show{
    opacity: 1;
}
.tooltip-inner{
    background-color: var(--blueColor);
    padding: 5px 10px;
}
.tooltip .arrow::before{
    border-top-color: var(--blueColor);
}



/* header css */
nav.navbar{
    padding:15px 0;
}
.navbar-brand {
    width: var(--sidebarW);
    margin: 0!important;
    padding: 0 15px!important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.navbar-brand a{
    display: inline-block;  
    max-width: calc(100% - 63px); 
}
.navbar-brand a img{
    max-width: 100%;
}
.navbar-expand-md .navbar-nav li{
    margin:5px 0;
}
.navbar-expand-md .navbar-nav li+li{
    margin-left: 32px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #090909;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-radius:7px;
    white-space: nowrap;
}
.navbar-expand-md .navbar-nav .nav-link:not(.active){
    margin: 15px 0; 
}
.navbar-expand-md .navbar-nav .nav-link.active{ 
    padding: 15px 26px;
}
.navbar-expand-md .navbar-nav .nav-link svg{
    width: 21px;
    min-width:21px;
    height: 21px;
    margin-right: 10px;
    display: inline-block;
    fill: var(--blueColor);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link:hover{
    color: var(--yellowColor);
}
.navbar-expand-md .navbar-nav .nav-link.active{
    background-color: var(--blueColor);
    color: var(--whiteColor);
}
.navbar-expand-md .navbar-nav .nav-link:hover svg{
    fill: var(--yellowColor);
}
.navbar-expand-md .navbar-nav .nav-link.active svg{
    fill: var(--whiteColor);
}
.navbar-nav{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.notification-search {
    margin-left: auto;
    padding: 0 15px;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.notification-search li+li{
    margin-left: 20px;
}
.notification-search li .links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: var(--whiteColor);
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.notification-search .links svg{
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.notification-search li .links:hover{
    background-color: var(--blueColor);
}
.notification-search .links:hover svg{
    fill: var(--whiteColor);
}
.notification-search .user-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
}
.notification-search .user-details span.user-name{
    max-width: 145px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: var(--blackColor1);
}
.notification-search .user-details span.user-name strong{
    color: var(--blueColor);
    font-weight: 700;
}
.notification-search .user-details span.user-name small {
    display: block;
}
.notification-search .user-details img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border:5px solid var(--greyColor);
}
.notification-search .user-details+.dropdown-menu span.user-name {
    display: none;
}
/* dashboard wrapper */
.dashboard-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    min-height: calc(100vh - 130px);
    overflow: hidden;
}
/* sidebar css*/
.sidebar{
    width: var(--sidebarW);
    padding:50px 15px 40px 15px;
}
.sidebar .sidebar-links{
    padding: 0;
}
.sidebar .sidebar-links li{
    margin:6px 0;
}
.sidebar .sidebar-links li a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #090909;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 26px;
    border-radius: 7px;
    white-space: nowrap;
    width: 100%;
    max-width: 265px;
}
.sidebar .sidebar-links li a svg{
    width: 21px;
    min-width: 21px;
    height: 21px;
    margin-right: 10px;
    display: inline-block;
    fill: var(--blueColor);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sidebar .sidebar-links li a:hover,
.sidebar .sidebar-links li a.active{
    background-color: var(--blueColor);
    color: var(--whiteColor);
}
.sidebar .sidebar-links li a:hover svg,
.sidebar .sidebar-links li a.active svg{
    fill: var(--whiteColor);
}
/* dashboard content */
.dasboard-content{
    padding: 40px 15px 100px 0;
    width:calc(100% - var(--sidebarW)); 
}
/* footer css */
footer{
    padding: 0;
    background-color: var(--blueColor);
}
footer p.copyright{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--yellowColor);
    text-align: center;
    margin:0;
}
/* dashboard page css */
.welcome-back-outer{
    background-color: var(--yellowColor);
    background-image: url(../images/welcome-bg.png);
    background-repeat: no-repeat;
    background-size: 134px;
    background-position:left bottom;
    border-radius: 10px;
    padding: 28px 50px 40px 140px;
    margin-top: 35px;
    width: 100%;
}
.welcome-back-outer h4{
    line-height: 51px;
    margin-bottom: 0;
}
.welcome-back-outer p{
    margin:0;
}
/* credit debit charts */
.credit-debit-chart{
    background-color: var(--whiteColor);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
}
.credit-debit-chart h4 {
    padding: 25px 15px 11px 15px;
    margin: 0;
}
.credit-debit-chart  h3{
    margin: 0;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.credit-debit-chart  h3 svg{
    width: 37px;
    height: 33px;
}
.credit-debit-chart  h3 svg.down{
    fill: var(--yellowColor);
}
.credit-debit-chart  h3 svg.up{
    fill: var(--blueColor);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.credit-debit-chart figure.charts{
    width: 100%;
    height: 90px;
    margin:0;
} 
.credit-debit-chart figure.charts>div{ 
    left: -14px;
    position: relative;
    right: -14px;
    width: calc(100% + 28px);
    height: 105px;
}
.credit-debit-chart figure.charts #credit  path.highcharts-graph {
    stroke:var(--blueColor);
}
.credit-debit-chart figure.charts #debit   path.highcharts-graph{
    stroke: var(--yellowColor);
}
text.highcharts-credits,
g.highcharts-button.highcharts-contextbutton{
    display: none!important;
}
/*totat order customers css*/
.order-customers{
    margin-top: 35px;
    padding: 20px 27px 25px 27px;
    border-radius: 10px;
    position: relative;
}
.order-customers ul.graph-details {
    padding: 0;
    margin: 0;
}
.order-customers ul.graph-details li {
    width: 162px;
    max-width: calc(50% - 16px);
}
.order-customers ul.graph-details li+li{
    margin-left: 32px;
}
.order-customers ul.graph-details li .charts,
.order-customers ul.graph-details li .charts>div{
    height: 109px;
    margin: 0;
} 
.order-customers h5,
.order-customers h4{
    color: var(--whiteColor);
}
.order-customers  h6{
    margin-bottom: 4px;
}
.order-customers rect.highcharts-background {
    fill: transparent;
} 
.order-customers figure.charts  path.highcharts-graph {
    stroke:var(--whiteColor);
} 
.order-customers h3 span{
    font-size: 28px;
}
.order-customers.total-orders{
    background-color: var(--yellowColor);
}
.order-customers.total-orders h3,
.order-customers.total-orders h6,
.order-customers.total-customers h3{
    color: var(--whiteColor);
} 
.order-customers.total-customers{
    background-color: var(--blueColor);
}
.order-customers.total-customers h5,
.order-customers.total-customers h6{
    color: var(--yellowColor);
}
/*mesaages and notifications*/
.messages-outer {
    padding: 30px;
    margin-top: 35px;
    background-color: var(--whiteColor);
    border-radius: 10px;
}
.messages-outer .lists ul {
    padding: 0;
    margin-bottom: 8px;
}
.messages-outer .lists ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top:18px;
}
.messages-outer .lists ul li .icon,
.messages-outer .lists ul li .icon svg{
    width: 30px;
    height: 30px;
}
.messages-outer .lists ul li .icon svg{
    margin-top: 1px;
}
.messages-outer .lists ul li .text{
    width: calc(100% - 30px);
    padding-left: 15px;
}
.messages-outer .lists ul li .text h6,
.messages-outer .lists ul li .text p{
    margin-bottom: 0;
}
.messages-outer .lists ul li .text h6 a{
    color: inherit;
}
.messages-outer .lists ul li .text h6 a:hover{
    color: var(--yellowColor);
}
.messages-outer .lists ul li  .icon-text {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: var(--whiteColor);
    font-size: 28px;
    font-weight: 400;
}
.messages-outer .lists ul li:not(:nth-child(even))  .icon-text{
    background-color: var(--blueColor);
}
.messages-outer .lists ul li:nth-child(even)  .icon-text{
    background-color: var(--yellowColor);
}
.messages-outer .lists ul li  .icon-text+.text{
    width: calc(100% - 50px);
}
.notifications.messages-outer .lists ul li{
    padding-top: 20px;
}

/*other information and map css*/
.other-information,
.map-outer{
    padding: 20px 25px 25px 25px;
    background-color: var(--whiteColor);
    border-radius: 10px;
    margin-top: 30px;
} 
.other-information .nav-tabs,
.map-outer .nav-tabs{
    border:none;
}
.other-information .nav-tabs   li a,
.map-outer .nav-tabs   li a{
    font-size: 14px;
    font-weight: 400;
    min-width: 100px;
    line-height: 40px;    
    display: inline-block;
    border-radius: 7px;
    text-align: center;
    padding: 0 5px;
    margin-right: 10px;
    background: var(--whiteColor);
    color: var(--blueColor);
    border:1px solid var(--blueColor);
}
.other-information .nav-tabs   li:last-child a{
    margin-right: 0;
}
.other-information .nav-tabs  li a.active,
.map-outer .nav-tabs  li a.active{
    background-color: var(--blueColor);
    color: var(--whiteColor);
}
.other-information .tab-pane,
.map-outer .tab-pane{
    margin-top: 0px;
}
.map-outer .tab-pane #map,
.map-outer .tab-pane #map1{
    height: 495px;
    width: 100%;
}
.other-information figure{
    margin-bottom: 0;
}
.other-information figure,
.other-information figure>div{
    height: 343px;
}
.other-information g.highcharts-grid.highcharts-yaxis-grid path:not(:first-child) {
    stroke: #fff;
}
.other-information g.highcharts-grid.highcharts-xaxis-grid path:last-child{
    stroke: #e6e6e6;
}

/*invoicing css*/
.invoicing {
    background-color: var(--whiteColor);
    border-radius: 10px;
    padding: 25px 25px 40px 25px;
    margin: 30px 0  0px 0;
}
.invoicing .table-outer {
    margin-top: 24px;
} 
.search-form {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(37, 35, 60,0.5);
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center; 
}
a.closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}
a.closeBtn svg{
    width: 20px;
    height: 20px;
    fill: var(--whiteColor);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a.closeBtn:hover svg{
    fill: var(--blueColor);
}
.search-form form {
    padding: 70px 20px;
}
.search-form .form {
    margin-top: 10vw;
    width: 680px;
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 100%;
}
.search-form .form input#search {
    padding: 20px;
    border-radius: 7px;
    border: none;
    outline: none;
    max-width: 100%;
    width: 100%; 
    padding-right: 70px;
}
.search-form .form a  {
    position: absolute;
    right: 15px;
    top: 11px;
}
.search-form .form a svg{
    width: 34px;
    height: 34px;
    fill: var(--blueColor);
}
.search-form .form a:hover svg{
    fill:var(--yellowColor);
}

/*product and services page*/
.product-services-outer {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 25px;
}
.product-services-outer .inline-checkbox {
    align-items: center;
    margin-bottom: 5px;
}
.product-services-outer  h5{
    margin-bottom: 15px;
}
.product-services-outer .cs-radio-outer,
.product-services-outer .inline-checkbox>label{
    margin-top: 15px;
}
.product-services-outer .inline-checkbox>label{
    margin-right: 40px;
}
.product-services-outer  .inline-checkbox >div:not(:last-child){
    margin-right: 45px;
}
.cs-accordians .card {
    margin-top: 30px;
    box-shadow: var(--shadow);
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.cs-accordians .card-header{
    background-color: var(--whiteColor);
    border: none;
    padding: 17px 30px;
    border-radius: 0;
}
.cs-accordians .card-header a{
    font-size: 18px;
    line-height: 24px;
    color: var(--blueColor);
    font-weight: 700;
    position: relative;
    padding-left: 14px;
}
.cs-accordians .card-header a:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 1px;
}
.cs-accordians .card-header a[aria-expanded="true"]:before{
    content: "-";
}
.cs-accordians .card-body {
    padding: 0 20px 15px 20px;
}
.with-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.with-btn .form-group{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.with-btn  a{
    margin-bottom: 15px;
    margin-left: 20px;
}
.attributes-cs{
    padding: 0 10px;
    margin-bottom: 30px;
}
.attributes-outer {
    background-color: #f8f8f8;
    padding:20px  10px 5px;
    border-radius:10px;
}
.attributes-cs~.cs-row{
    padding-bottom: 15px;
}
.cs-accordians  .cs-toggle-outer{
    margin-left: 30px;
}
.cs-accordians .btn-addnew-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.cs-accordians .btn-addnew-outer  .attributes-cs{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.cs-accordians .btn-addnew-outer  a{
    white-space: nowrap;
}
.cs-accordians .btn-addnew-outer .btns-outer{
    margin-left: 10px;
    margin-bottom:30px;
}
.cs-accordians .btn-addnew-outer .btns-outer a{
    margin-bottom: 20px;
}
.cs-accordians   .btns-outer a:not(:last-child){
    margin-right: 20px;
}
.cs-accordians #Highlights .btn-addnew-outer .btns-outer{
    margin-bottom: 20px;
}
.cs-accordians #Highlights .cs-pad a{
    margin-top: 10px;
}
select.cs-slect-box {
    position: absolute;
    font-size: 14px;
    background-color: transparent;
    border: none;
    right: 13px;
    top: 20px;
    color: var(--blueColor) ;
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-shadow: none!important;
            box-shadow: none!important; 
    padding-right: 16px;
    background-image: url(../images/down-arrow3.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 4px;
    width: 90px;
}
.total-customers  select.cs-slect-box{
    color: var(--yellowColor);
    background-image: url(../images/down-arrow4.svg);
}
.order-customers h5 {
    padding-right: 80px;
}
select{
    cursor: pointer;
}
#Shipping .attributes-cs{
    padding: 0;
    width: 100%;
}
.added-img-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.added-img-list li{
    width: 143px;
    margin-right: 20px;
    min-height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.added-img-list li a {
    width: 20px;
    height: 20px;
    background-color: var(--greyColor8);
    padding: 5px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.added-img-list li a:hover{
    background-color: var(--blueColor);
}
.added-img-list li a svg{
    width: 10px;
    height: 10px;
    fill: var(--whiteColor);
}
.added-img-list li figure{
    border:4px solid transparent;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}
.added-img-list li:hover figure,
.added-img-list li.active figure{
    border-color: var(--blueColor);
}
.added-img-list li figure,
.added-img-list li .add-more{
    width:100%;
    height: 143px;
    margin-bottom: 20px;
    background-color: var(--bgColor);
    border-radius: 7px;
}
.added-img-list li figure figcaption{
        position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--blueColor);
    color: var(--whiteColor);
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 22px;
    padding-top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.added-img-list li.active figure figcaption,
.added-img-list li:hover figure figcaption{
    opacity: 1;
    visibility: visible;
}
.added-img-list li figure img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.added-img-list li .add-more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--greyColor3);
    text-align: center;
}
.added-img-list li .add-more span{
    font-weight: 700;
    font-size: 23px;
}
.language-switcher {
    padding: 0;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 28px;
    width: auto;
}
.language-switcher select{
    width: 1px!important;
    visibility: hidden;
    opacity: 0;
}
.language-switcher button{
    width: 26px;
    padding: 0!important;
    height: 30px;
}
.language-switcher button svg{
    width:26px;
    height: 30px;
}
.language-switcher .dropdown-item {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
} 
.language-switcher   img {
    width: 30px; 
    height: 20px;
}  
.language-switcher  .select2-container span.select2-selection.select2-selection--single {
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: -2px;
}
.language-switcher  .select2-container--default .select2-selection--single .select2-selection__rendered{
   padding-left: 6px;
    padding-right: 6px;
}
.language-switcher  .select2-container--default .select2-selection--single .select2-selection__rendered>span {
    width: 31px!important;
    overflow: hidden;
    display: inline-block;
}
.select2-container--open .select2-dropdown--below {
    min-width: 120px!important;
    border-radius: 4px!important;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #25233c!important; 
} 
/*.select2-search--dropdown{
    display: none!important;
}*/
.select2-dropdown{
    border: none;
}
.select2-results__option{
    font-size: 14px;
}
.select2-results__option[aria-selected] img{
    width: 25px;
    height: 18px;
    margin-right: 4px;
} 
.table-outer select{
    width: 130px;
}
.table-outer  .select2-container--default .select2-selection--single{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: var(--blueColor);
    border-radius: 5px;
    padding: 9px 15px 9px 10px;
    border: 1px solid var(--blueColor);
    width: 100%;
    background-color: var(--whiteColor);
    height: 42px;
    min-width: 120px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none!important;
}
.table-outer .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px!important;
    color: var(--blueColor)!important;
    padding-right: 5px!important;
    font-size: 15px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { 
    top: 50%!important;
    transform: translateY(-50%);
    background-image: url(../images/down-arrow3.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    width: 10px!important;
    right: 9px!important;
}
.language-switcher .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 4px!important;
    margin-top: 2px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: translateY(-50%) rotate(-180deg) ;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
/*invoice page css*/
.invoice-outer {
    background-color: var(--whiteColor);
    border-radius: 10px;
    padding: 20px 30px;
}
.invoice-edit {
    align-items: center;
}
.invoice-edit h5{
    margin: 10px 10px 10px 0;
}
.invoice-outer .user-name-img {
    align-items: center;
    margin-top: 20px;
}
.invoice-outer .user-name-img .user-img{
    width: var(--user-width); 
}
.invoice-outer .user-name-img .user-img figure{
    width: 100%;
    height: var(--user-width);
    margin: 0;
}
.invoice-outer .user-name-img .user-img figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.invoice-outer .user-name-img .user-name{
    width: calc(100% - var(--user-width));
    padding-left: 20px;
    margin: 10px 0;
}
.invoice-outer .user-name-img .user-name h6{
    margin-bottom: 3px;
}
.invoice-outer .user-name-img .user-name h6+h6{
    margin-bottom: 0;
    display: flex;
    white-space: nowrap;
}
.invoice-outer .user-name-img .user-name h6+h6 span{
    word-break: break-all;
    display: inline-block;
    white-space: normal;
}
.seller-details .text-details-outer h6{
    margin-bottom: 4px;
}
.seller-details .text-details-outer p{
    margin-bottom: 0;
}
.seller-details .text-details-outer {
    margin-top: 10px;
}
.seller-details .seller-sec-1{
    margin-bottom: 20px;
} 
.seller-details .seller-sec-1>div:nth-of-type(3)~ div .text-details-outer{
    margin-top: 25px;
} 
.details-outer {
    margin-top: 30px;
}
.details-outer p{
    margin: 0;
}
.details-outer.right-sec{
    display: flex;
    justify-content: flex-end;
}
.details-outer.right-sec table tr th{
    font-size: 15px;
    line-height: 42px;
    font-weight: 700;
    color: var(--blueColor);
}
.details-outer.right-sec table tr td{
    font-size: 14px;
    line-height: 30px;
    color: var(--greyColor2);
}
.details-outer.right-sec table tr th:first-child,
.details-outer.right-sec table tr td:first-child{
    padding:0 70px 0 10px;
    text-align: right;
}
.details-outer.right-sec table tfoot tr td {
    font-size: 21px;
    line-height: 42px;
    padding-top: 20px!important;
    font-weight: 600;
}
.details-outer.bg-filled {
    background-color: var(--greyColor10);
    padding: 25px;
    min-width: 90px;
    display: inline-flex;
    flex-direction: column; 
    width: 100%;
    margin-bottom: 0;
} 
.seller-details .btns-outer {
    margin-top: 25px;
}
.seller-details .btns-outer a{
    margin-top: 10px;
}
.seller-details .btns-outer a:not(:last-child) {
    margin-right: 20px;
} 
.invoice-table.table-outer{
    border-radius: 0px;
    border:none;
}
.invoice-table.table-outer thead tr{
    border:1px solid var(--greyColor4);
}
.invoice-table.table-outer table tr th{
    border:none;
    color: var(--greyColor2);
    background-color: #f9f9f9;
}
.invoice-table.table-outer table tr th:nth-child(5) ~ th,
.payments-details .grand-total .details-outer.right-sec table tr th:last-child{
    width: 140px;
    min-width: 140px;
}
.invoice-table.table-outer table tr th:first-child ~ th,
.invoice-table.table-outer table tr td:first-child ~ td{
    text-align: right;
}
.invoice-table.table-outer table tr td{
    border-width: 0 0 1px 0;
    border-bottom:1px solid var(--greyColor4);
}
.payments-details .grand-total .details-outer.right-sec table tr th,
.payments-details .grand-total .details-outer.right-sec table  tr td {
    padding: 12px 20px!important;
    border: 1px solid var(--greyColor4);
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
}
.payments-details .grand-total .details-outer.right-sec table tfoot tr td,
.invoice-table.table-outer table tr th{
    font-weight: 600;
    background-color: #f9f9f9;
}
.grand-total .details-outer.right-sec {
    margin-top: 0;
}
.grand-total .details-outer.right-sec  table tr th{
    border-top: none!important;
}
/*invoice list*/
.invoice-list-btn h4{
    margin-bottom: 15px;
}
.invoice-list-btn .ml-auto{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.invoice-list-btn .ml-auto input,
.invoice-list-btn .ml-auto select{
    width: 220px;
    margin-right: 10px;
}
.profile-img a.ml-auto{
    margin-right: 15px;
}
.zones-outer{
    margin-top: 30px;
}
.zones-outer h5{
    margin-bottom: 0;
}
.zones-outer .zones-details{
    margin-top: 10px;
}
.zones-outer .zones-details p{
    margin-bottom: 0;
}
.pdf-modal .modal-header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 99;
}
.modal-header .close {
    position: absolute;
    right: -15px;
    top: -13px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
.pdf-modal .modal-body {
    padding: 0;
}
.pdf-modal  object{
    border: none;
    margin-bottom: -7px;
}  
.profile-status-outer {
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-top: 20px;
}
.profile-status-outer  .profile-status {
    padding: 20px 0;
    text-align: center;
}
.profile-status-outer  .profile-status h4.sm{
    margin-bottom: 0;
}



.ahlopqrlxcaz li a:hover{background:#eee;color:#000;}


.language-switcher .select2-container--default .select2-selection--single .select2-selection__arrow { 
    display: none;
}



















.payments-details.zones-outer {
    background-color: var(--greyColor10);
    padding: 25px;
    width: 100%;
}
.cs-hover figure {
    border-color: transparent!important;
}
.wid100 {
    width: 100%;
}
#Details .form-group textarea {
    resize: auto;
        height: 100px;
}
select.select-address {
    width: 100%;
}

.language-switcher .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: transparent !important;
}

