@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraExtraLight.woff2) format("woff2"),
    url(fonts/OkraExtraLight.ttf) format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraLight.woff2) format("woff2"),
    url(fonts/OkraLight.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraThin.woff2) format("woff2"),
    url(fonts/OkraThin.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraRegular.woff2) format("woff2"),
    url(fonts/OkraRegular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraMedium.woff2) format("woff2"),
    url(fonts/OkraMedium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraSemiBold.woff2) format("woff2"),
    url(fonts/OkraSemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraBold.woff2) format("woff2"),
    url(fonts/OkraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Okra;
  font-display: swap;
  src: url(fonts/OkraExtraBold.woff2) format("woff2"),
    url(fonts/OkraExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 800;
}
/*--
@font-face{font-family:BreuerTextRegular;src:url(fonts/BreuerTextRegular.ttf) format("truetype")}@font-face{font-family:BreuerTextMedium;src:url(fonts/BreuerTextMedium.ttf) format("truetype")}@font-face{font-family:BreuerTextBold;src:url(fonts/BreuerTextBold.ttf) format("truetype")}
--*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  background-color: #fff;
  font-family: Okra, sans-serif, Arial;
  margin: 0;
  color: #333;
  line-height: 20px;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: #f5f5f5;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9999994d;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #9999994d;
}

/*-------- Header ------*/
.main {
  width: 100%;
  overflow: hidden;
  min-width: 320px;
}
.container {
  margin: 0 auto;
  width: 85%;
  padding: 0;
}
.containers {
  width: 74%;
  margin: 0 auto;
}
.container2 {
  width: 70%;
  margin: 0 auto;
}
.logo {
  max-width: 100%;
  z-index: 999;
  display: block;
  position: relative;
}
.logo-icon {
  padding: 0px;
  display: none;
}
.header {
  width: 100%;
  z-index: 1003;
}
.header.shead {
  position: fixed;
}
.mnu1 {
  padding: 0px;
  float: right;
}
.mnus1 {
  float: right;
}
.menu1 > li {
  display: inline-block;
}
.menu1 a,
.menu1 span {
  color: #333;
  font-size: 13px;
  text-transform: capitalize;
}
.menu1 > li > a:first-child {
  padding: 5px 10px 5px 40px;
}
.menu1 > li > a {
  padding: 3px 0;
}
.menu1 > li:last-child > a {
  padding-right: 0;
}
.menu1 {
  padding-top: 2px;
}
.menu1 span {
  padding-left: 2px;
}
.menu1 > li:first-child,
.menu1 > li:nth-child(1) {
  background: none;
}
.menu1 li {
  background: url("../images/mline.png") no-repeat scroll left top 6px / 1px 60%;
}
.ph {
  background: url("../images/phone.png") no-repeat scroll 11px center / 22px
    auto;
}
.drv {
  background: url("../images/driv.png") no-repeat scroll 11px center / 22px auto;
}
.rupee {
  background: url("../images/rupee.png") no-repeat scroll 11px center / 22px
    auto;
}
.menu1 li a:hover,
.menu1 a.headact {
  color: #ff0000;
}
.mnu2 {
  position: relative;
  width: 100%;
  background-color: #56ab06;
}
.content {
  position: relative;
  margin-top: 94px;
  margin-bottom: 30px;
}
nav {
  margin: 0 auto;
  text-align: right;
}
.head-nav {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0px;
}
.head-nav > li {
  display: inline-block;
  position: relative;
}
.head-nav a {
  color: #333;
  display: block;
  font-size: 15px;
  padding: 12px 15px;
  text-transform: capitalize;
}
.head-nav a:hover {
  color: #f27136;
}
.head-nav li.hasubs:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin: 0px 0 0;
}
#head-nav > li::after {
  color: #ffffff;
  content: "|";
  position: absolute;
  right: 0;
  top: 9px;
}
#navsel {
  height: 3px;
  position: absolute;
  z-index: 555;
}
#main-nav li a:after,
#navsel {
  background-color: #ff0000;
}
#head-nav > li:last-child::after,
.head-nav > li.actives::after {
  content: "" !important;
}
.head-nav > li.actives {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.head-nav > li.actives a {
  font-weight: 700;
}
/* ------ Home Slider ------*/
.homslidcont {
  position: relative;
  width: 100%;
  top: 0;
}
.slider {
  width: 100%;
  overflow: hidden;
}
.prod-slidm {
  box-sizing: border-box;
  margin: 0 25px;
  padding: 0 25px;
}
.mblsldrm {
  position: relative;
  width: 100%;
  border-bottom: 1px dotted rgba(128, 128, 128, 0.2);
}
.mobm {
  display: none !important;
}
.homepgr span,
.homepgrs span {
  cursor: pointer;
  height: 16px;
  text-indent: -1000em;
  width: 16px;
}
.homepgr {
  z-index: 999;
}
.homepgr span {
  display: block;
  background: url("../images/slider-icons.png") no-repeat;
  margin: 0 4px 8px;
  background-size: 10px auto;
  text-indent: -1000em;
  width: 10px;
  height: 13px;
  cursor: pointer;
}
.homepgr span.cycle-pager-active {
  background-position: center -20px;
}
.playpause {
  margin-top: 0px;
}
.playpause a {
  background: url("../images/playpause.png") no-repeat scroll center top / 20px
    auto;
  text-indent: -1000em;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.playpause.pause a {
  background-position: center bottom;
}
.sbutn {
  z-index: 555;
  position: absolute;
  top: 36%;
  right: 40px;
}
.sbtns {
  display: inline-block;
}
.home-banner-highlight {
  position: relative;
  top: -105px;
  z-index: 999;
  left: 15.6%;
}
.highlight-tab {
  width: 300px;
  float: left;
  margin-right: 1%;
  height: 70px;
  line-height: 20px;
  background: #ea0000;
  padding: 0px 0 0 20px;
}
.highlight-tab a {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  width: 100%;
  float: left;
  padding: 8px 0 0px;
  position: relative;
}
.highlight-tab .txt-box {
  display: inline-block;
}
.highlight-tab .icon-car {
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  top: -15px;
  right: 50px;
  overflow: hidden;
  display: block;
}
.highlight-tab .icon-car img {
  transition: all 0.5s ease-out 0s;
}
.highlight-tab .icon-car:hover img {
  transform: scale(1.15);
}
.highlight-tab .angle-right {
  position: absolute;
  top: 18px;
  right: 15px;
}
.highlight-tab span {
  font-size: 12px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template,
.hidden {
  display: none;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  box-sizing: border-box;
  border: none;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
input,
textarea,
select {
  color: #333;
  width: 100%;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background: #e7e7e7;
  color: #333;
  text-shadow: none;
  outline: 0;
}
::selection {
  background: #1a73e8;
  text-shadow: none;
  color: #fff;
}
hr {
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  box-sizing: content-box;
  height: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  color: #333;
}
p {
  line-height: 22px;
  padding-bottom: 10px;
  font-size: 14px;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
  color: #333;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
a:active,
a:hover,
a:focus,
button:active,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea,
select {
  box-sizing: border-box;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
}
select > option {
  padding: 0;
  -moz-padding: 0;
}
::-webkit-input-placeholder {
  color: #140101;
}
:-moz-placeholder {
  color: #140101;
}
::-moz-placeholder {
  color: #140101;
}
:-ms-input-placeholder {
  color: #140101;
}
/* ----- Browser Upgrade ------*/
.browserupgrade {
  margin: 0;
  background: #e8e8e8;
  color: #000;
  padding: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.browserupgrade a {
  color: #b81424;
}
/* -----Special effects ------*/
.mnus2 a,
.optns a,
a,
.fbtn .fsub,
.caroptn > li,
.caroptn > li p,
.caroptn,
.main,
.opts,
.header,
.mod.onrod > span,
.cal,
.caroptn > li,
.op1 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.playpause a {
  -webkit-transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -ms-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}
.img {
  -webkit-transition: all 5000ms ease-in-out;
  -moz-transition: all 5000ms ease-in-out;
  -ms-transition: all 5000ms ease-in-out;
  -o-transition: all 5000ms ease-in-out;
  transition: all 5000ms ease-in-out;
}
.op1:hover > a,
.slider.cycle-slide.cycle-slide-active .img, .mnu3 a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.moblnk.opened span::before {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
a.moblnk.opened span::after {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.hasmsubsd.subopnd > a::after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hasmsubsd > a::after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.opts .hasmsubs.subopn > a::after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header.mobopens,
.opts.opts-open,
.main.mobopen {
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -o-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}
a.moblnk span,
a.moblnk span::before,
a.moblnk span::after,
.opts .hasmsubs > a::after,
.hasmsubsd a:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mmolay {
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
 {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.opt:hover .ah,
.opt.actives .ah,
.optns:hover .ah,
.optns.actives .ah {
  display: block;
}
.opt:hover .bh,
.opt.actives .bh,
.optns:hover .bh,
.optns.actives .bh {
  display: none;
}
.clse {
  color: #05478e;
  float: right;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 18px 15px 0 0;
  text-transform: uppercase;
  padding-left: 15px;
}
.clse:hover {
  background-position: left -13px;
  color: #cf0606;
}
.banbtn {
  bottom: 12px;
  display: none;
  position: absolute;
  right: 20px;
}
.vslid:hover .banbtn {
  display: block;
}
.on-rod:hover {
  background-position: left -39px;
}
.submenu {
  right: 15px;
  top: 100%;
  position: absolute;
  width: 188px;
  z-index: 222;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px 0px #ddd;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  margin: 30px 0 0;
}
#head-nav .submenu > a {
  background: rgba(0, 0, 0, 0) url("../images/vline.png") no-repeat scroll
    center bottom / 100% 1px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  padding: 10px 15px;
  color: #333;
}
#head-nav .submenu > a:last-child {
  background-image: none;
}
#head-nav .submenu > a:hover,
#head-nav .submenu > a.actives {
  background-color: #f2f2f2;
  color: #f27136;
}
.amb {
  position: absolute;
  bottom: 35px;
  margin-bottom: 0;
}
.carimgs {
  padding-top: 10px;
}
#preldr {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.preldrani {
  position: absolute;
  top: 40%;
  text-align: center;
  left: 0;
  right: 0;
}
.preldrani span {
  display: inline-block;
  margin: 20px;
  width: 70px;
  height: 70px;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:before {
  clear: both;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.pad0 {
  padding: 0;
}
.pad05 {
  padding: 0 5px;
}
.margin0 {
  margin: 0;
}
.marg-05 {
  margin: 0 -5px;
}
.pad-top {
  padding-top: 12px;
}
.pad-bt10 {
  padding-bottom: 10px;
}
.padlft0 {
  padding-left: 0;
}
.padrt0 {
  padding-right: 0;
}
.marg5 {
  margin-bottom: 5px;
}
.marg-bt10 {
  margin-bottom: 10px;
}
.centerdv {
  margin: auto;
  float: none;
}
.relative_box {
  position: relative;
}
.pointers {
  cursor: pointer;
}
.pad_box1 {
  padding: 15px;
}
.pad_box2 {
  padding: 15px 20px;
}
.pad_box3 {
  padding: 20px;
}
.pad_box6 {
  padding: 15px;
}
.advert,
.marg-top10 {
  margin-top: 10px;
}
.about-content {
  margin-top: 0px;
}
.item-brand-text {
  margin-top: 25px;
}
.item-blog-list {
  margin-bottom: 20px;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
b,
strong {
  font-weight: 600;
}
.main-content { 
  padding: 69px 1px 75px;
}
.link {
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.mt-10 {
  margin-top: 10px;
}

/* -----  About ------*/
.abtds {
  width: 100%;
  padding: 0 0 30px;
}
.abtds p {
  font-size: 16px;
  text-align: justify;
}
/* -----  Contact ------*/
.quartrs {
  margin-bottom: 30px;
  padding: 15px 20px 20px;
  background-color: #e9ecf3;
  box-shadow: 0px 0px 3px 0px #140101;
}
.red {
  color: #04468e;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.quartrs h3 {
  font-size: 1.1em;
  line-height: 1.2em;
  padding-top: 14px;
}
.quartrs p {
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 5px;
}
.loc {
  padding-top: 5px;
  padding-bottom: 10px;
}
.ph1 {
  font-size: 18px;
}
.locs {
  font-size: 17px;
}
.loc a:hover {
  color: #f27136;
}
.ph1 i {
  background: #f27136;
  color: #fff;
  padding: 4px 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.locs i {
  background: #f27136;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.quartrs p i {
  background: #f27136;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.scnds.scndss.news {
  margin-top: 96px;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.scnds.scndss .mnus2 {
  padding: 10px 0 10px;
}
.mnus2 > li {
  display: inline-block;
  font-size: 11px;
}
.mnus2 > li a {
  color: #666;
  position: relative;
  z-index: 211;
}
.mnus2 > li a:hover {
  color: #f27136;
}
.mnus2 > li a::after {
  content: "\f105";
  font-family: fontawesome;
  padding: 0 6px;
}
.mnus2 > li:last-child a {
  color: #333;
  cursor: not-allowed;
}
.mnus2 > li:last-child a::after {
  content: "";
}
.latest-news-slider8 {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 15px;
}
.post-leading8 a.link img {
  height: 370px;
  width: 100%;
}
.post-leading8 span.link img {
  height: 370px;
  width: 100%;
}
.latest-post-leading8 .owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  margin: -20px 0 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.latest-post-leading8 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.latest-post-leading8 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.latest-post-info8 h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 13px;
  text-transform: none;
  color: #333;
}
.latest-post-info8 h3 a {
  color: #333;
}
.latest-post-info8 h3 a:hover {
  color: #f27136;
}
.latest-post-leading8 .latest-post-info8 {
  margin-top: 25px;
  margin-bottom: 12px;
}
.post-date-comment {
  list-style: outside none none;
  margin: 0 0 8px;
  padding: 0 0 0 1px;
}
.post-date-comment li {
  color: #140101;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}
.post-date-comment li .fa {
  font-size: 16px;
  margin-right: 4px;
}
.post-date-comment li .fa-heart {
  color: #f27136;
}
.post-date-comment li.star .fa {
  color: #56ab06;
}
.latest-post-info8 p {
  margin: 0;
  text-align: justify;
}
.latest-post8 h2 {
  font-weight: 500;
  margin: 45px 0 50px;
  text-transform: uppercase;
}
.item-latest-post8.latest-post-leading8 h2 {
  font-weight: 500;
  margin: 45px 0 50px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  display: none;
}
.list-latest-post8 .item-latest-post8 {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8 {
  display: table-cell;
  overflow: hidden;
}
.list-latest-post8 .item-latest-post8 .latest-post-info8 {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8 a {
  display: block;
  overflow: hidden;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8 img {
  max-width: 170px;
  transition: all 0.5s ease-out 0s;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8:hover img {
  transform: scale(1.15);
}
.info8-height p {
  height: 91px;
  overflow: hidden;
}
.latest-content1 {
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0px;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.latest-content1 h3 {
  color: #fff;
}
.latest-content1 .latest-post-info8 {
  margin: 40% 30px auto;
}
.box-top-margin {
  margin: 25px 0 20px;
  text-align: center;
}
.bt-style1 {
  box-shadow: 0 1px 2px 0px #eee;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 4px;
}
.bt-link {
  display: inline-block;
  padding: 8px 30px;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  vertical-align: top;
  overflow: hidden;
}
.bt-link:hover {
  background: #f27136;
  color: #fff;
}
.bt-style2 {
  box-shadow: 0 0 3px 0px #000;
  background: #000;
  color: #fff;
  border-radius: 4px;
}
.banner-special {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.banner-special img {
  transition: all 0.5s ease-out 0s;
}
.banner-special:hover img {
  transform: scale(1.15);
}
.banner-special > a {
  display: block;
}
.banner-special-info {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.banner-special-info::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 40px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 40px;
}
.special-text {
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 999;
}
.special-text > h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.special-text > h2 a {
  color: #fff;
}
.special-text > h2 a:hover {
  color: #f27136;
}
.special-record {
  width: 40%;
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin: 40px auto 70px;
  box-shadow: 0px 0px 1px 0px #140101;
}
.special-record img {
}
.special-record1 {
  width: 40%;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin: 15px auto 15px;
  box-shadow: 0px 0px 1px 0px #e5e5e5;
  border-radius: 4px;
  border: 1px dashed #e5e5e5;
}
.special-record1 p {
  color: #666;
  padding: 0;
  margin: 0;
}
.special-record1 i {
  padding-right: 8px;
}
.special-saleoff strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: -7px;
}
.box-intro h2 {
  margin: 0;
  position: relative;
}
.box-intro {
  margin: 0px 0 20px;
  text-align: center;
}
.box-intro h2::before {
  background: #f27136 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
}
.box-intro .title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 25px;
  position: relative;
  font-size: 24px;
}
.desc-title {
  color: #140101;
}
.nav-tabs-icon {
  margin-bottom: 20px;
}
.nav-tabs-icon .nav-tabs > li > a > span {
  margin-right: 10px;
}
.nav-tabs-icon .nav-tabs > li > a {
  box-shadow: 0 0 0 1px #aaa inset;
  border-radius: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  margin-right: 6px;
  padding: 13px 30px;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.5s ease-out 0s;
  border: none;
}
.nav-tabs-icon .nav-tabs > li > a:hover,
.nav-tabs-icon .nav-tabs > li.active > a {
  color: #f27136;
  border: none;
}
.nav-tabs-icon .nav-tabs {
  text-align: center;
  border-bottom: 1px solid #aaa;
}
.nav-tabs-icon .nav-tabs > li {
  display: inline-block;
  float: none;
  margin-right: 5px;
}
.nav-tabs-icon .nav-tabs > li > a::before {
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 50%;
  content: "";
  background: #f27136;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::before,
.nav-tabs-icon .nav-tabs > li.active > a::before {
  width: 100%;
  opacity: 1;
  left: 0;
}
.nav-tabs-icon .nav-tabs > li > a::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  content: "";
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::after,
.nav-tabs-icon .nav-tabs > li.active > a::after {
  width: 100%;
  opacity: 1;
  left: 0;
}
.home-bestsale-slider {
  width: 100%;
  margin: -45px 0 10px;
}
.item-product {
  margin-bottom: 20px;
  position: relative;
}
.item-product-thumb {
  background: #f5f5f5 none repeat scroll 0 0;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
.product-thumb-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-thumb-link img {
  width: 270px;
  height: 179px;
  transition: all 0.5s ease-out 0s;
}
.product-thumb-link:hover img {
  transform: scale(1.15);
}
.text-adv {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 370px;
  padding: 40px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.text-adv .sub-title {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
}
.text-adv .btn-link-default {
  margin-top: 15px;
}
.btn-link-default {
  background: #f28128 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
}

.btn-link-default:hover {
  background: #f27136;
  border: 1px solid #f27136;
}
.btn-link-default img{
  width: 16px;
  height: 16px;
}
.btn-link-default:hover img{
filter: invert(0) brightness(10.5);
}
.bt-link.link {
  background: #f27136;
  border: none;
  color: #fff;
}
.bt-link.link:hover {
  background: #000;
  color: #fff;
}
.bt-redius {
  border-radius: 5px;
}
.home-featured-product {
  padding: 0 0 20px;
}
.formbox {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #c7c7c7;
  background-color: #fff;
  margin: 0px 0 30px;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon {
  padding: 2px 7px;
  min-width: 39px;
  font-weight: 500;
}
.input-group-addon {
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #140101;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group {
  position: relative;
  display: table;
  /*margin-bottom: 15px;*/
}
.form-icon {
  width: 26px;
  height: 28px;
  display: inline-block;
  position: relative;
}
.sprite {
  background-image: url(http://www.images.autocarbazar.com/images/media/acbsprite.png);
}
.input-group .form-control {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px !important;
  padding-left: 0.6rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.home-search-form .form-control {
  margin-bottom: 12px;
}
.home-search-form .select2-container{
	display: inline;
    margin-bottom: 12px;
}
.home-search-form .select2-container--default .select2-selection--single{
	margin-bottom: 12px;
}
.form-group-cus textarea {
  height: auto !important;
  min-height: 200 px !important;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
}
.form-control[type="file"] {
  overflow: hidden;
    line-height: 24px;
}
.transaction-no {
  background-position: -332px -164px;
}
.mobile-number {
  background-position: -311px -136px;
}
.full-name {
  background-position: -252px -135px;
}
.email-id {
  background-position: -284px -136px;
}
.location {
  background-position: -335px -136px;
}
.coments {
  background-position: -361px -136px;
  margin-top: -15px;
}
.input-group[class*="col-pad"] {
  padding: 0;
}
.table-search-box-padding-cus {
  padding: 0 5px;
}

/* ----- Social Icon ------*/
.footer .social-icons {
  padding-top: 0;
  text-align: right;
}
.footer .social-icons a {
  color: #fff;
  font-size: 16px;
  margin-left: 2px;
  background: #5e6467;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
.footer .social-icons a.facebook:hover,
.footer .footer-col .social-icons a.facebook:active,
.footer .footer-col .social-icons a.facebook:focus {
  color: #fff;
  background: #3b5998;
}
.footer .social-icons a.twitter:hover,
.footer .footer-col .social-icons a.twitter:active,
.footer .footer-col .social-icons a.twitter:focus {
  color: #fff;
  background: #1c9ff1;
}
.footer .social-icons a.google-plus:hover,
.footer .footer-col .social-icons a.google-plus:active,
.footer .footer-col .social-icons a.google-plus:focus {
  color: #fff;
  background: #d84439;
}
.footer .social-icons a.youtube:hover,
.footer .footer-col .social-icons a.youtube:active,
.footer .footer-col .social-icons a.youtube:focus {
  color: #fff;
  background: #de2b27;
}
.footer .social-icons a:hover.linkedin,
.footer .footer-col .social-icons a.linkedin:active,
.footer .footer-col .social-icons a.linkedin:focus {
  color: #fff;
  background: #007ab5;
}
.footer .social-icons a:hover.instagram,
.footer .footer-col .social-icons a.instagram:active,
.footer .footer-col .social-icons a.instagram:focus {
  color: #fff;
  background: #ec3960;
}
.s-icon {
  padding: 10px 0 10px;
}
.copy {
  text-align: center;
  text-transform: capitalize;
}
.cntct a {
  color: #56ab06;
  text-transform: none;
}
.copys {
  padding-top: 12px;
}
.copys p a:before {
  content: "|";
  padding: 0 4px;
}
.copys p a:first-child:before {
  content: none;
}
.copys p,
.copys a {
  font-size: 13px;
  color: #eee;
}
.copys a:hover {
  color: #f27136;
}
/*---- Footer ----*/
.footer {
  background: #fff;
  margin-top: 20px;
  color: #666;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0;
  text-align: left;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.fmenu {
  padding: 22px 0px 10px;
}
.btm-footer-nav span:first-child {
  border-left: none;
  padding-left: 0;
}
.btm-footer-nav a {
  color: #666;
}
.btm-footer-nav a:hover {
  color: #f27136;
}
.btm-footer-nav span {
  font-size: 14px;
  padding: 0 0px;
}

/****************** Page Product List ****************/
.product-list .item-product-info {
  text-align: left;
}
.product-list .item-product {
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.product-list.has-sidebar .item-product-thumb {
  float: left;
  width: 25%;
}
.product-list.has-sidebar .item-product-info {
  float: left;
  margin-top: 0;
  padding-left: 20px;
  width: 75%;
}
.item-product-thumb1 {
  float: left;
  width: 21%;
}
.item-product-info1 {
  float: right;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 74%;
}
.borderlft {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-top: 24px solid #e5e5e5;
  left: -24px;
  top: 30px;
  position: absolute;
}
.borderlft:before {
  content: "";
  margin-top: -12px;
  margin-left: -21px;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-top: 23px solid #fff;
}
.product-list .item-product-info1 p.desc {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
}
.desc.post-date-comment {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 20px;
}
.product-list .title-product {
  font-size: 17px;
  margin: 1px 0 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.product-list .title-product a {
  color: #000;
}
.product-list .title-product a:hover {
  color: #f27136;
}
.product-list .product-thumb-link img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-out 0s;
}
.product-list.has-sidebar .desc {
  margin: 10px 0 0;
  text-align: justify;
}
.has-sidebar {
  margin: 20px 0 20px;
  text-align: justify;
}
.product-list.has-sidebar .wrap-cart-qty {
  margin: 6px 0 12px;
  width: 100%;
}
.wrap-cart-qty span {
  font-size: 18px;
  color: #333;
}
.sidebar {
  margin-bottom: 20px;
}
.sidebar-product .widget {
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.sidebar-product .widget-title.sub-title {
  background: none repeat scroll 0 0 #f2f2f2;
  margin: -20px -20px 0px;
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}
.sidebar-product .widget-title.sub-title:after {
  color: #000000;
  content: "\f107";
  font-family: fontawesome;
  right: 12px;
  position: absolute;
  top: 12px;
  font-size: 20px;
}
.widget.widget-category > ul:last-child {
  margin-bottom: 0;
}
.widget.widget-category > ul {
  list-style: outside none none;
  margin: 0 0 40px;
  padding: 0;
}
.widget.widget-category li {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0 8px 15px;
  position: relative;
}
.widget.widget-category ul li a {
  color: #140101;
  padding: 0px;
  text-transform: capitalize;
}
.widget.widget-category ul li a:hover {
  color: #f27136;
}
.widget.widget-category ul li a::before {
  content: "\f105";
  font-family: fontawesome;
  left: -2px;
  position: absolute;
  top: 9px;
  color: #000;
}
.sidebar-left .widget ul li {
  padding: 10px 0;
}
.sidebar-left .widget ul li i {
  padding-right: 10px;
}
.sidebar-left .widget ul li a::before {
  content: none;
}
.box-intro-background {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 20px 0 20px;
  text-align: center;
  box-shadow: 0px 0px 2px 0px #140101;
}
.box-intro-background h2 {
  color: #f27136;
}
.sidebar-txt span {
  color: #04468e;
  font-weight: 600;
  font-size: 17px;
}
.title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
}
.reviewimg {
  width: 100%;
}
.reviewimg img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 3px 0px #000;
}
.title-product-detail {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
}
.info-price {
  padding: 0 0 10px;
}
.info-price span {
  font-size: 20px;
}
/**************** Newsletter Popup CSS *****************************/
.newsletter-popup {
  background: #fff none repeat scroll 0 0;
  margin: auto;
  max-width: 768px;
  position: relative;
  width: 96%;
  border-radius: 8px 8px 6px 6px;
}
.title-popup {
  background: #102a83 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 13px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px 6px 0px 0px;
}
.newsletter-popup .close-popup {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
}
.close-popup .fa {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px 5px 4px 5px;
}
.newsletter-popup-thumb {
  text-align: center;
}
.content-popup {
  box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.newsletter-popup-info > h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.newsletter-popup-info > form {
  margin-top: 10px;
}
.newsletter-popup-info input[type="text"] {
  padding: 0 12px;
  width: 100%;
}
.newsletter-popup-info > p {
  color: #140101;
  font-size: 15px;
}
.newsletter-popup-info input[type="submit"] {
  background: #f27136 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  margin: 0px 0 10px;
  padding: 0 30px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
}
.newsletter-popup-info input[type="submit"]:hover {
  background: #000;
}
.newsletter-popup-info label {
  color: #999;
  font-weight: normal;
  margin: 0;
}
.newsletter-popup-info input[type="checkbox"] {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  vertical-align: text-top;
  width: 12px;
}
.box-header-intro a {
  color: #fece6e;
}
.box-header-intro label {
  border-right: 1px solid #1b1d1f;
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.box-header-intro {
  margin-bottom: 25px;
  margin-top: 40px;
}
.content-element {
  border-top: 1px solid #e5e5e5;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.post-date-comment a {
  font-size: 14px;
  cursor: pointer;
  color: #56ab06;
}
.post-date-comment a:hover {
  color: #f27136;
}
.post-date-comment .comment-post {
  margin: 15px 0 8px;
  display: none;
}
.post-date-comment .comment-post1 {
  margin: 15px 0 8px;
  display: block;
}
.post-date-comment .comment-txt,
.comment-txt1 {
  margin-left: 30px;
}
.comment-post textarea,
.comment-post1 textarea {
  font-size: 15px;
  color: #333;
  padding-left: 6px;
  box-shadow: 0px 0px 2px 0px #aaa;
}
.subbtn {
  font-size: 15px;
  color: #fff !important;
  background: #f27136;
  border-radius: 4px;
  padding: 6px 20px;
  margin-top: 5px;
  box-shadow: 0px 1px 2px 0px #000;
  transition: all 0.3s ease-out 0s;
}
.subbtn:hover {
  background: #56ab06;
}
.post-date-comment li strong {
  color: #333;
}
.top-title {
  color: #04468e;
  font-size: 20px;
  margin: 15px 0 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-bdr {
  border-left: 3px solid #f27136;
  height: 140px;
  overflow: hidden;
}
.blog-img {
  padding-right: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 145px;
}
.btn-postblog {
  position: relative;
  display: inline-block;
}
.postbtn {
  margin: 0 0 0 5px;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 18px;
  height: 40px;
  line-height: 40px;
  background-color: #1172bb;
  color: #fff;
}
.postbtn:hover {
  background-color: #f27136;
}
.postbtn .fa {
  padding-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
.share-iconbox {
  position: absolute;
  top: 49px;
  right: 0;
  width: 130px;
  text-align: left;
  background: #fff;
  z-index: 999;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.share-iconbox ul {
  position: relative;
  padding: 0 10px;
}
.share-iconbox ul:before {
  color: #ddd;
  content: "\f106";
  font-family: fontawesome;
  left: 42%;
  position: absolute;
  top: -18px;
  font-size: 30px;
  z-index: 999;
}
.share-iconbox li {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.share-iconbox li:last-child {
  border-bottom: none;
}
.share-iconbox li a {
  color: #333;
  font-size: 13px;
}
.share-iconbox li .fa {
  background: #56ab06;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
/*--------Inner Login CSS ----------- */
.header1 {
  width: 100%;
  z-index: 1003;
  position: relative;
  background-color: #fff;
  border-bottom: solid 2px #f27136;
}
.logo1 {
  width: 30%;
  float: left;
  margin: 0px;
  padding: 5px 0px 5px;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.logo1 img {
  height: auto;
}
.naving {
  position: relative;
  width: 70%;
  float: left;
  background-color: #fff;
}
.naving img {
  width: 30px;
  border-radius: 50%;
}
.naving span {
  padding: 0 6px 0 12px;
  text-transform: capitalize;
}
.bread-crumb {
  width: 98%;
  background: none;
  border-bottom: 1px solid #eee;
}
.bread-crumb .container {
  width: 100%;
}
.bread-crumb .mnus2 {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.content-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #f6f6f6;
}
.logout-box-center {
}

.login-box {
  background: #fff;
  box-shadow: 0px 0px 2px 0px #888;
  /*margin-top: 35%;*/
  padding: 30px 30px;
  border-radius: 4px;
}
.content-bg-logout-main-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form {
  position: relative;
  /*margin-top: 30%;*/
  width: 100%;
}
.login-tabs {
  background: #fff;
  box-shadow: 0px 3px 10px 1px #aaa;
  border-radius: 10px 10px 0px 0px;
}
.login-form form {
  padding: 0;
}
.login-form.login {
  margin-top: 15%;
}
.mobilelogin,
.emaillogin,
.regform {
  padding: 10px 30px 20px;
}
.login-form .about-small-text {
  font-size: 20px;
  color: #fff;
  margin: 0px 0 0px;
  padding: 12px 10px 12px 25px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 600;
  background: #f27136;
  text-transform: capitalize;
}
.login-form h4.small-text {
  font-size: 12px;
  padding-bottom: 0px;
  font-weight: 500;
  color: #f27136;
  margin: 8px 0 12px;
}
.about-small-text a {
  color: #f27136;
  font-size: 16px;
  padding: 2px 4px;
}
.about-small-text a i {
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 3px 4px;
  margin-top: -5px;
  color: #fff;
}
.about-small-text a i:hover {
  color: #102a83;
  border: 1px solid #102a83;
}
.login-form a {
  color: #102a83;
}
.login-form a:hover,
.forgtxt:hover {
  color: #f27136;
}
.forgtxt {
  font-size: 14px;
  color: #f27136;
}
.forgtxt:hover {
  color: #102a83;
}
.sign-txt {
  background: #f6f6f6;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  font-weight: 600;
  color: #333;
}
.sign-txt a {
  color: #56ab06;
}
.sign-txt a:hover {
  color: #f27136;
}
 
.form-group1 {
  margin-bottom: 5px;
}
.form-group label,
.form-group1 label {
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.login-option {
  padding: 40px 30px;
  text-align: center;
}
.form-group {
  margin-bottom: 18px; 
  position: relative;
}
.btn-style {
  width: 100%;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.divide {
  font-size: 18px;
  padding: 15px 0;
}
.gbox input {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin: 0;
}
.gbox span {
  font-size: 13px;
  color: #333;
  padding-left: 5px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  border: none;
  outline: none;
}
.btn-submit-form,
.sub-btn {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fdfdfd;
  border: 1px solid #f27136;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-submit-form:hover,
.sub-btn:hover {
  background: #102a8300 none repeat scroll 0 0;
  color: #f27136;
  box-shadow: none;
  border: 1px solid;
}
.btnSubmit {
  background-color: #f27136;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #f27136;
  color: #ffffff;
  width: 200px;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.btnSubmit:hover {
  background: #102a83 none repeat scroll 0 0;
  border: 1px solid #102a83;
  color: #fff;
}
.sub-btn1 {
  cursor: pointer;
  background: #f27136 none repeat scroll 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: none;
  height: 35px;
  margin: 5px;
  line-height: 34px;
  padding: 0px 10px;
  border-radius: 4px;
  text-transform: capitalize;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.sub-btn1:hover {
  background: #102a83;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.upload-preview {
  border-radius: 4px;
  width: 200px;
  height: 200px;
}
#body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#body-overlay div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
#targetOuter {
  position: relative;
  text-align: center;
  background-color: #f0e8e0;
  margin: 20px auto;
  width: 200px;
  height: 200px;
  border-radius: 4px;
}
.inputFile {
  margin-top: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 200px;
  height: 36px;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.icon-choose-image {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
#profile-upload-option {
  display: none;
  position: absolute;
  top: 163px;
  left: 23px;
  margin-top: -24px;
  margin-left: -24px;
  border: #d8d1ca 1px solid;
  border-radius: 4px;
  background-color: #f0e8e0;
  width: 200px;
}
.profile-upload-option-list {
  margin: 1px;
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
  position: relative;
}
.profile-upload-option-list:last-child {
  border-bottom: none;
}
.profile-upload-option-list:hover {
  background-color: #fffaf5;
}
.title-normal {
  font-size: 17px;
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}
.page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #333;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
}
.detail-box {
  position: relative;
}
.detail-box ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0 8px;
}
.detail-box li {
  color: #140101;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #999;
  display: inline-block;
}
.detail-box li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.detail-box li .fa {
  color: #666;
  padding-right: 5px;
  font-size: 16px;
  vertical-align: text-top;
}
.detail-box .rating {
  padding-bottom: 0px;
}
.product-sort {
  width: 100%;
  background: #fff;
}
.product-sort ul {
  padding: 0;
  list-style: none;
}
.product-sort li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
}
.product-sort li:last-child {
  border-bottom: none;
}
/* .product-sort a {
} */
.product-sort a:hover h3 {
  color: #f27136;
}
.product-sort .box-icon {
  padding: 0px 12px;
  display: table-cell;
  vertical-align: middle;
}
.product-sort .box-icon1 {
  padding: 0px 15px 0px 0px;
  display: block;
  vertical-align: middle;
}
.product-sort .box-info {
  padding: 15px 0px;
  display: table-cell;
}
.product-sort .box-info1 {
  padding: 5px 0px 10px;
  display: block;
}
.product-sort h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: none;
}
.product-sort h3 label {
  display: inline-block;
  font-weight: 600;
  width: 100%;
}
.title-sidebar-blog {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-post-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget-post-list ul {
  margin: 0px;
  padding: 0;
  list-style: outside none none;
}
.widget-post-list li {
  margin-bottom: 10px;
}
.widget-post-list a {
  padding-left: 12px;
  position: relative;
  color: #140101;
  font-size: 15px;
}
.widget-post-list a::before {
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: -5px;
  color: #140101;
  font-size: 17px;
}
.widget-recent-post-thumb {
  display: table-cell;
  width: 50px;
}
.widget-recent-post-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.widget-recent-post ul {
  margin: 0px;
  padding: 0;
  list-style: outside none none;
}
.widget-recent-post li {
  display: table;
  margin-bottom: 20px;
}
.widget-recent-post-info h3 {
  font-size: 13px;
  margin: 0 0 5px;
  text-transform: none;
  font-weight: 600;
}
.widget-recent-post-info .post-date {
  color: #888;
  padding: 0;
  margin: 0;
  background: none;
}
.rating i {
  color: #666;
  padding-right: 0px !important;
}
.rated {
  color: #fe7722 !important;
}
.list-button-circle {
  padding: 15px 15px;
}
.dashboard.common-setting-cus .feature-box-style-12 {
  padding: 24px 0;
}
.feature-box-style-12 {
  padding: 24px 0;
}
.feature-box-style-14 {
  background: #eeeeec none repeat scroll 0 0;
  box-shadow: 0px 0px 2px 0px #aaa;
}
.feature-box-style-14 .widget {
  margin-bottom: 10px;
}
.ebdcolorb {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  position: relative;
}
.codexworld_rating_widget {
  padding: 0px;
  margin: 0px 0 10px;
  float: left;
}
.codexworld_rating_widget li {
  line-height: 0px;
  width: 28px;
  height: 28px;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  list-style: none;
  float: left;
  cursor: pointer;
}
.codexworld_rating_widget li span {
  display: none;
}
.list-feature-boxes .item-feature-box {
  margin-top: 15px;
}
.feature-box-icon {
  display: table-cell;
}
.feature-box-info {
  display: table-cell;
  vertical-align: top;
}
.feature-box-info h3 {
  font-size: 15px;
  margin: 0 0 4px;
  text-transform: none;
  font-weight: 600;
  color: #303133;
  letter-spacing: 0;
}
.feature-box-info h3 a {
  color: #333;
}
.feature-box-info p.desc,
.desc p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.feature-box-style-01 .feature-box-link {
  width: 32px;
}
.feature-box-link {
  display: block;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.item-feature-box {
  display: table;
  width: 100%;
}
.feature-box-style-02 .feature-box-info {
  padding-left: 25px;
}
.feature-box-style-02 .feature-box-link img {
  width: 90px;
  max-width: 90px;
  border-radius: 50%;
}
.box-width1 {
  width: 4%;
}
.box-width2 {
  width: 8%;
}
.box-width3 {
  width: 10%;
}
.box-width4 {
  width: 11%;
}
.box-width5 {
  width: 12%;
}
.box-width6 {
  width: 15%;
}
.box-width7 {
  width: 16%;
}
.box-width8 {
  width: 18%;
}
.box-width9 {
  width: 20%;
}
.box-width10 {
  width: 21%;
}
.box-width11 {
  width: 22%;
}
.box-width12 {
  width: 30%;
}
.left-boxwidth {
  width: 20%;
}
.right-boxwidth {
  width: 100%;
}
.squrebox {
  width: 15px;
  height: 15px;
  margin: 0 12px 6px;
  display: inline-block;
  background: #ffb612;
  vertical-align: middle;
  border-radius: 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circlebox {
  width: 18px;
  margin: 0 12px;
  height: 18px;
  border-radius: 50%;
  background: #5cb85c;
  display: inline-block;
  vertical-align: text-top;
}
.admin-head {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.admin-head p {
  color: #140101;
  font-size: 14px;
  padding: 6px 6px;
  border-right: 1px solid #eee;
}
.admin-desc {
  border-bottom: 1px solid #fff;
}
.admin-desc p {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #eee;
  padding: 16px 5px;
}
.admin-head p:last-child {
  border-right: none;
}
.admin-desc p:last-child {
  border-right: none;
}
.user-desc p.desc {
  margin: 0 0 0px;
  padding: 0;
  color: #888;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.user-desc p {
  font-weight: 700;
  padding: 0;
  color: #333;
  font-size: 12px;
}
.timeline-ht {
  min-height: 245px;
}
.adtab-detail {
  position: relative;
  background: #f8f9fa00;
  padding: 0px;
 /*border-bottom: 2px dotted #ddd;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px !important;
}
.adtab-detail h2 {
  margin: 0;
  /* padding-top: 12px; */
  /* padding-bottom: 12px; */
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
}
.table-head span {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.followup-box {
  border: 1px solid #eee;
  margin: 1px -12px;
}
.followup-box-inner {
  margin: 0;
}
.followup-head {
  border-bottom: 2px dotted #ddd;
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
}
.followup-head .table-head {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
}
.enquery-box {
  border: 1px solid #eee; /*margin: 15px 15px;*/
}
.enquery-head {
  border-bottom: 2px dotted #ddd;
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
}

.enquery-head .table-head {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
}
.enquery-desc {
  border-bottom: 1px solid #e8e8e8;
}
.enquery-desc:last-child {
  border-bottom: none;
}
.enquery-desc .table-cont {
  padding: 0 0px;
}
.enquery-desc p {
  color: #333;
  font-size: 12px;
  margin: 0;
  height: 45px;
  border-right: 1px solid #e5e5e5;
  padding: 3px 3px 3px 3px;
  line-height: 20px;
  overflow: hidden;
  text-transform: none;
  word-break: break-word;
}
.enquery-head-customer-panel {
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background-image: linear-gradient(to bottom right, #4285ff, #ebebeb);
  border-bottom: none;
}
.enquery-head-customer-panel .table-head {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .enquery-desc-customer-pnanel {
} */
.enquery-desc-customer-pnanel p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-cont:last-child p {
  border-right: none;
}
.table-cont p a {
  padding: 2px 4px;
  background: #102a83;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  transition: all 0.3s ease-out 0s;
}
.table-cont p a:hover {
  background: #f27136;
}
.act-txt {
  padding: 0px;
  color: #333;
  margin: 0 0px;
  font-size: 13px;
  font-weight: 600;
}
.count-view {
  display: inline-block;
  text-align: center;
}
.count-int {
  display: inline-block;
  margin-left: 15px;
}
.count-view span,
.count-int span {
  font-size: 13px;
}
.tabs-center {
  width: 32%;
  margin: 8px auto 16px;
  text-align: center;
}
.tab-box-border .nav-tabs {
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f6f6f6 0%,
    #f3f3f3 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #f3f3f3 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f3f3f3 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  box-shadow: 0px 1px 2px 0px #aaa;
  border: none;
  margin: 0;
}
.tab-box-border li {
  text-align: center;
  min-width: 50%;
  border-right: 1px solid #ddd;
  margin: 0;
}
.tab-box-border li:last-child {
  border-right: none;
}
.tab-box-border li a {
  padding: 7px 0px 6px;
  color: #333;
  font-size: 15px;
  border: none;
  margin: 0;
  transition: all 0.3s ease-out 0s;
}
.tab-box-border li a:hover,
.tab-box-border li.active a,
.tab-box-border li.active a:hover,
.tab-box-border li.active a:focus {
  text-decoration: none;
  color: #f27136;
  border-radius: 0;
  border: none;
  background: #eee;
  background: -moz-linear-gradient(
    top,
    #e2e2e2 0%,
    #f2f2f2 30%,
    #f3f3f3 70%,
    #f8f8f8 100%
  );
  background: -webkit-linear-gradient(
    top,
    #e2e2e2 0%,
    #f2f2f2 30%,
    #f3f3f3 70%,
    #f8f8f8 100%
  );
  background: linear-gradient(
    to bottom,
    #e2e2e2 0%,
    #f2f2f2 30%,
    #f3f3f3 70%,
    #f8f8f8 100%
  );
}
.navbar-brand {
  padding: 0px 0 0;
  color: #62be59;
  font-size: 26px;
  font-weight: 600;
}
.navbar-brand:hover {
  color: #62be59;
}
.navbar-brand span:first-child {
  color: #e6632f;
}
.imgload-box {
  box-shadow: 0px 0px 1px 0px #aaa;
  padding-top: 15px;
}
.imgload-icon {
  display: inline-block;
  background: #eee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.imgload-icon img {
  width: 38px;
}
.imgload-file {
  position: relative;
  padding-bottom: 30px;
}
.imgload-file .btn-img-upload {
  background: #f27136 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.5s ease-out 0s;
}
.imgload-file input {
  position: absolute;
  top: 1px;
  left: 26%;
  opacity: 0;
  width: 48%;
}
.modal-dialog {
  width: 500px;
  margin: 200px auto 0;
}
.modal-header {
  padding: 15px 10px;
  border-bottom: none;
}
.modal-header .close {
  margin-top: -8px;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 2px 5px 0;
  line-height: 18px;
  color: #333;
  opacity: 1;
  font-size: 22px;
}
.modal-header .close:hover {
  color: #f27136;
  border: 1px solid #f27136;
}
.table-cont p a.img-view {
  color: #2f2929;
  background: none;
  padding: 0px 0 0 20px;
  box-shadow: none;
  display: inline-block;
  font-size: 20px;
}
.img-view img {
  width: 40px;
  height: 40px;
}

/* Circle-Chart */
.chart-info {
  padding: 10px 0px 15px;
  line-height: 15px;
}
.chart-info span {
  font-size: 13px;
}
.chart-box {
  padding: 20px 0;
}
.chart {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  position: relative;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}
.doughnutSummary {
  text-align: center;
  cursor: default;
  position: absolute;
  top: 45%;
  left: 50%;
  display: none;
}
.doughnutSummaryTitle {
  width: 100%;
  margin: 20% 0 5px !important;
  padding: 0;
  font-size: 18px !important;
  letter-spacing: 0.06em;
  text-shadow: 0 -1px 0 #111;
  color: #888;
}
.doughnutSummaryNumber {
  width: 100%;
  font-size: 24px !important;
  text-shadow: 0 -1px 0 #111;
  color: #140101;
}
.chart path:hover {
  opacity: 0.8;
}
.upcoming-enq {
  margin: 0px;
  padding: 0 0 20px 0px;
}
.upcoming-enq p {
  margin: 0;
  padding: 10px 15px 10px;
  border: 1px dashed #ddd;
  border-radius: 4px;
}
.upcoming-enq i {
  background: #d8d8d8;
  color: #eee;
  height: 28px;
  width: 28px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
}
.upcoming-enq img { 
  color: #eee;
  height: 28px;
  width: 28px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
}
.upcoming-enq span {
  font-size: 15px;
  color: #999;
  display: inline-block;
  padding-left: 5px;
  font-weight: 100;
}

/*--------- Header ---------*/
.header {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  height: 70px;
}
.header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 70px;
}
.header .header-left {
  position: relative;
  width: 99px;
  height: auto;
  padding: 0px 6px 0px 6px;
  overflow: hidden; 
}
/* .header .header-left .logo {
  display: block;
  padding: 0 0px;
} */
/* .menu-active .header .header-left .logo {
  display: block;
} */
.menu-active .logo-icon {
  display: none;
}
.header .header-left img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
/* .header .header-left .logo img {
  max-height: 55px;
  width: auto;
} */
.header .dropdown-menu > li > a {
  position: relative;
}
.header .dropdown-toggle:after {
  display: none;
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 6px;
  width: 6px;
  vertical-align: middle;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.user-menu {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.user-menu.nav > li {
  display: inline-block;
}
.user-menu.nav > li > a {
    position: relative;
    color: #333;
    font-size: 13px;
    padding: 20px 10px;
    display: block;
}
.user-menu.nav > li.noti-dropdown > a {
  font-size: 20px;
  color: #f27136;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #f27136;
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
  color: #f27136;
}
.badge {
  display: inline-block;
  padding: 4px 1px;
  min-width: 18px;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  color: #fff;
  background-color: #102a83;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: 2px;
}
.noti-dropdown.open > .fixed_right_box {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.notifications {
  width: 100%;
  max-width: 410px;
  /* display: block; */
  position: fixed;
  top: 60px !important;
  right: 0 !important;
  bottom: 0px;
  /* height: 100%; */
  transition: transform 0.2s ease-out 0s;
  -webkit-transition: transform 0.2s ease-out 0s;
  overflow: hidden auto;
  background: #fff;
  z-index: 16;
  box-shadow: 0px 1px 0px 1px #ddd;
}
.user-img {
  display: inline-block;
  padding-right: 6px;
  position: relative;
}
.user-img img {
  width: 28px;
  border-radius: 100%;
}
.user_name {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3px;
  display: none;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.avatar {
}
.avatar .avatar-img {
  width: 40px;
}
.rounded-circle {
  border-radius: 100%;
}
.dropdown-menu {
  float: none;
  border: 1px solid #ddd;
  z-index: 9999 !important;
  overflow: hidden;
}
.user-menu .dropdown-menu {
  min-width: 220px;
  padding: 0;
  left: auto;
  right: 0;
  /*overflow-y: scroll;*/
  /*height: 580px;*/
}
.mobile-menu-footer {
  display: none;
}
.user-menu .dropdown-menu .dropdown-item {
  font-size: 13px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: #f27136;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
  background-color: #f27136;
  color: #fff;
}
.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
  color: #fff;
}
.header .dropdown-menu > li > a {
  padding: 10px 18px;
}
.header .dropdown-menu > li > a i {
  color: #f27136;
  margin-right: 10px;
  text-align: center;
  width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
  color: #f27136;
  font-size: 16px;
  margin-right: 10px;
  min-width: 18px;
  text-align: center;
}
.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
  color: #fff;
}
.mobile_btn {
  padding: 5px;
  display: inline-block;
  margin-left: 0px;
  color: #666;
}
.slide-nav .sidebar {
  margin-left: 0;
}
.app-dropdown .dropdown-menu {
  padding: 0;
  width: 300px;
}
.app-dropdown-menu .app-list {
  padding: 15px;
}
.app-dropdown-menu .app-item {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #737373;
  display: block;
  padding: 10px 0;
  text-align: center;
}
.app-dropdown-menu .app-item i {
  font-size: 20px;
  height: 24px;
}
.app-dropdown-menu .app-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
  background-color: #f9f9f9;
  border-color: #e3e3e3;
}
.app-list > div + div {
  margin-top: 5px;
}
.app-list > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.app-list > .row > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.user-header {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
.notifications .user-header {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}
.user-menu .dropdown-menu .dropdown-item i {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px !important;
  vertical-align: middle;
  padding-left: 0;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fff;
  border-radius: 5px;
  margin-right: 0px;
}
.user-header .user-text {
  margin-left: 10px;
}
.user-header .user-text h6 {
  margin-bottom: 2px;
  font-size: 14px;
}
.user-header .user-text p {
  padding-bottom: 0;
  font-size: 13px;
}
.menu-title {
  color: #a3a3a3;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 25px;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 1000;
}

/*------- Sidebar -------*/
.sidebar_menu_box {
  background: #f4f3f3;
  margin-top: 70px;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  border-right: 1px solid #e5e5e5;
  /*    width: 210px;*/
  width: 100px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
.sidebar_menu_box.opened {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-inner {
  /* height: calc(100% - -12.5rem); */
  overflow-x: hidden;
  overflow-y: auto;
  /*    height: 100%;*/
  /* min-height: 100%; */
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu {
  /*    padding: 5px 0;*/
  padding: 0px 0 200px;
}
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li > a.active {
  /*	background: #f8f9fa;*/
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  color: #f27136;
}

.sidebar-menu > ul > li.active > a:hover {
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  color: #f27136;
}
/* .sidebar-menu > ul > li > a:hover i {
     background:#f27136;
} */
.menu-active .sidebar-menu > ul > li > a span {
  /*    display:none;*/
  display: block;
}
/*--
.sidebar-menu li.active a {
    background: #313091;
    color: #fff;
}
--*/
.sidebar-menu ul ul a.active {
  /* color: #f27136; */
    color: #000;
  text-decoration: none;
 background: linear-gradient(138deg, #ffe8e2, #ffedcb);
}
.sidebar .sidebar-menu > ul > li > a > span {
  display: inline-block;
  margin-left: 8px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar .sidebar-menu > ul > li > a > span.chat-user {
  margin-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a > span.badge {
  margin-left: auto;
}
 
.sidebar-menu > ul > li.active a {
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  color: #f27136;
}
.sidebar-menu ul li.active ul li a {
  background: #ff000000;
  /* color: #5452ff !important; */
  color: #555555; 
}
.sidebar-menu ul ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  position: relative;
}
.sidebar-menu > ul .sub-menu li.active a {
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  color: #f27136;
}
.sidebar-menu ul ul li a i {
  display: inline-block;
  font-size: 20px;
  /*    line-height: 23px;*/
  text-align: center;
  vertical-align: middle;
  /*    width: 23px !important;*/
  vertical-align: middle;
  padding-left: 0;
  /* background-color: rgba(0,0,0,.1); */
  border-radius: 0px;
  margin-right: 0px;
}
.sidebar-menu ul ul li a span {
  padding-left: 0px;
  line-height: 1.4;
}
.menu-active .sidebar-menu ul ul li a {
  font-size: 12px;
  flex-direction: row;
  /*padding: 5px 2px;*/
  padding: 10px 0px 10px 13px;
  text-align: center;
  line-height: 12px;
  color: #555555;
}
.menu-active .sidebar-menu ul ul li a span {
  padding-left: 0;
  padding-top: 2px;
  display: block;
}
.sidebar-menu ul ul {
  display: none;
}
.sidebar-menu ul ul ul a {
  padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
  padding-left: 85px;
}
.sidebar-menu > ul > li {
  /*   margin-bottom: 10px;*/
  position: relative;
  border-bottom: 1px solid #ededed;
}
.sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-menu .menu-arrow {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  font-size: 12px;
  position: absolute;
  right: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.sidebar-menu .menu-arrow:before {
  content: "\f107";
  display: none;
}
.sidebar-menu li a.active .menu-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-menu li.active .menu-arrow, .sidebar-menu li a.active .menu-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-menu ul ul a .menu-arrow {
  top: 10px;
}
.sidebar-menu .menu-arrow img{
  width: 16px;
  height: 16px;
}
.sidebar-menu > ul > li > a {
  align-items: center;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px 5px 6px 10px;
  position: relative;
  color: #555555;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu ul li a i {
  display: inline-block;
  /*font-size: 18px;*/
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}
.sidebar-menu li a > .badge {
  color: #fff;
}
.page-wrapper {
  overflow: hidden;
  position: relative;
  /*margin-left: 210px;*/
  margin-left: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  /* background-color: #f8fafc; */
  height: 100%;
}
.menu-active .page-wrapper {
  /*    margin-left: 50px;*/
  margin-left: 210px;
}
.menu-active .side-menu {
  /*width: 50px;*/
  width: 210px;
}
/*-- Scrollbar --*/
.side-menu::-webkit-scrollbar {
  width: 1px;
}
/*-- Scrollbar Track --*/
.side-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f27136;
  border-radius: 10px;
}
/*-- scrollbar Handle --*/
.side-menu::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}
.sidebar-menu ul li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 32px !important;
  vertical-align: middle;
  padding-left: 0;
  /*    background-color: #313091;*/
  /*    background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
  color: #fc4f19;
  border-radius: 0px;
  margin-right: 0px;
}
.sidebar-menu ul li a img {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding-left: 0;
  /*background-color: #313091;*/
  /*background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
  color: #fff;
  /*margin-right: 6px;*/
}
.sidebar-menu li a:hover .sidebar-menuicon {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
}
.sidebar-menu li a:hover .sidebar-menuicon img {
  filter: invert(0) brightness(10.5);
}
.sidebar-menu li a:hover .sidebar-menuicon i {
  color: #fff;
}
.sidebar-menu ul li .sidebar-menuicon {
  margin-right: 6px;
  /*    background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
/*-- Handle on hover --*/
.side-menu::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.fixed_right_box {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_right_box2nd {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9001;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fixed_right_box3rd {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9001;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_right_box4th {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9001;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_right_box6th {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_right_box7th {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  padding-top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fixed_right_box.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed_right_box2nd.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed_right_box3rd.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed_right_box4th.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed_right_box6th.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed_right_box7th.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.add_inner_box,
.notify_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 570px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.add_inner_box .input-group,
.notify_inner_box .input-group {
  border-left: none;
}

.edit_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 570px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.edit_inner_box .input-group {
  border-left: none;
}
.followup_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 570px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.followup_inner_box .input-group {
  border-left: none;
}
.other_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 570px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.other_inner_box .input-group {
  border-left: none;
}

.seventhother_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 570px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.seventhother_inner_box .input-group {
  border-left: none;
}

.rttop_title {
  margin-bottom: 25px;
  position: relative;
  margin-left: -10px;
}
.rttop_title h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 8px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.rttop_title_inner {
  margin-bottom: 0;
  position: relative;
  margin-left: 10px;
  padding: 10px 0;
}
.rttop_title_inner h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.p-0 {
  padding: 0;
}
.rttop_title h3 i {
  padding-right: 10px;
  font-size: 20px;
}
.rttop_title p {
  font-size: 13px;
  color: #777;
  padding-bottom: 0;
  line-height: normal;
}
.close_icon {
  position: fixed;
  top: 0;
  right: 570px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  z-index: 800;
}
.close_icon:hover {
  color: #fff;
  background: #f27136;
}
.close_icon img{
  width: 20px;
  height: 20px;
}
.add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* margin: 5px 0; */
}
.filter-btn-add-new-btn .add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin:0px; 
}

/* .add_btn_box .add_btn {
  margin-left: 5px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.add_btn_box .add_btn {
  margin-left: 5px;
  gap: 5px;
}
.add_btn {
  color: #f27136;
  border: 1px solid #f27136;
  position: relative;
  background: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.add_btn:hover {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fff;
  border: 1px solid #f2713600;
}
.add_btn_box .add_btn i {
  font-size: 20px;
}
.add_btn_box .add_btn img {
  width: 20px;
  height: 20px;
}
.add_btn_box .add_btn:hover img {
filter: invert(0) brightness(10.5);
}
.my_modal.modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}
.my_modal .modal-dialog {
  margin: 50px auto 20px;
  /*--display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;--*/
}
.my_modal .modal-content {
  width: 100%;
}
.my_modal .modal-header {
  padding: 15px 15px;
  justify-content: center;
}
.my_modal .modal-title {
  text-transform: none;
  margin-top: 5px;
  font-size: 20px;
}
.my_modal .modal-body {
  padding: 5px 15px 15px;
}
.my_modal .modal-header .close {
  position: absolute;
  top: -8px;
  right: -8px;
  margin: 0;
  text-shadow: none;
  padding: 0 0 1px 1px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  opacity: 1;
  background-color: red;
  color: #fff;
  z-index: 111;
}
.my_modal .modal-header .close:hover {
  opacity: 1;
}
.my_modal .modal-header .close span {
  line-height: inherit;
}


.change-avatar {
  display: flex;
  position: relative;
  background: #fafcff;
  width: fit-content;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 12px auto 20px;
}
.profile-img {
  padding-right: 15px;
}
.profile-img img {
  border-radius: 50%;
  width: 64px;
}
.upload-img {
  position: relative;
  margin-top: 5px;
}
.change-photo-btn {
  position: relative;
  padding: 8px 15px;
  border: 1px solid #f27136;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-photo-btn:hover {
  color: #fff;
  background: #f27136;
}
/* .change-photo-btn span {
} */
.change-photo-btn input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}
/* .form-text {
}
.feature_box1 {
} */
.feature_box1 .admin-desc > p {
  padding-left: 15px;
  padding-right: 15px;
}
.feature_box1 .admin-desc > p > span {
  display: flex;
  align-items: center;
}
.feature_box1 span.squrebox {
  margin: 0;
}
.feature_box1 span.circlebox {
  margin: 0;
}
.feature_box1 span.txt_box {
  padding-left: 12px;
  line-height: normal;
  display: inline-block;
}
.action.dropdown {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 40px; */
}
.action .dropdown-toggle {
  background: none;
  color: #102a83;
  border: none;
  display: inline-block;
  font-size: 17px;
}
.action .dropdown-toggle:hover {
  color: #f27136;
}
.action.open .dropdown-toggle .fa:before {
  content: "\f106";
}
.action .dropdown-menu {
	padding: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.action .dropdown-menu > li > a {
	cursor: pointer;
    display: flex;
    padding: 8px 6px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s;
    align-items: center;
    justify-content: start;
    gap: 4px;
}
.action .dropdown-menu > li > a:hover {
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  color: #f27136;
}
.action .dropdown-menu > li:last-child a {
  border-bottom: none;
}
.action .dropdown-menu > li > a i {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 18px !important;
  vertical-align: middle;
  padding-left: 0;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fff;
  border-radius: 3px;
  margin-right: 0px;
}
.action .dropdown-menu > li > a img {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: #dfe4eb;
  color: #fff;
  border-radius: 3px;
  margin-right: 0px;
  padding: 3px;
}
.terms_page {
  border: 1px solid #ddd;
  padding: 15px;
}
.terms_page .page-title span {
  border-bottom: 2px solid #888;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}
.terms_page ol {
  padding-left: 22px;
  margin-bottom: 0;
}
.terms_page li {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: normal;
}
.terms_page p {
  font-size: 14px;
  line-height: normal;
}
.top_box {
  padding-left: 15px;
  width: 100%;
}
.address_box {
  padding-left: 28px;
  width: 100%;
}
.top_box h4 {
  font-size: 19px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.top_box h5 {
  margin-bottom: 8px;
  margin-top: 5px;
}
.top_box span {
  width: 100%;
  display: block;
}
.top_box span span {
  font-weight: 500;
}
.top_mid_box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.top_mid_box img {
  width: 100%;
  max-width: 110px;
}
.top_rt_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}
.top_rt_box .img_box {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  width: 48%;
  min-height: 190px;
  border-radius: 4px;
}
.form_inner p {
  padding-left: 18px;
}
.form_inner p.pad_lft {
  padding-left: 18px;
}
.terms_page .form_inner ol {
  padding-left: 15px;
}
.form_inner li {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.form_inner li.col-xs-12 {
  padding-left: 15px;
}
.form_inner span {
  white-space: nowrap;
}
.form_inner input {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px dotted #aaa;
}
.bottom_box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  min-height: 80px;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
}
.bottom_box span {
  width: 100%;
}
.bottom_box.text-center {
  justify-content: center;
  border: 1px solid #ddd;
}
.bottom_box.text-right {
  justify-content: flex-end;
}
.note_box {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin: 10px 15px 0;
}
.receipt-box {
  position: relative;
  width: 100%;
}
.receipt-box .form_inner {
  width: 100%;
  border-top: 1px solid #999;
  padding-top: 14px;
  margin-top: 7px;
}
.receipt-box .form_inner ol {
  padding-left: 0px;
  margin-left: -3px;
  margin-right: -3px;
}
.receipt-box .form_inner li.col-xs-12 {
  padding-left: 3px;
  padding-right: 3px;
}
.receipt-box .top_box h5 span {
  border-bottom: 1px solid #140101;
  width: auto;
  display: inline-block;
}
.receipt-box .address_box {
  padding-left: 0;
}
.receipt-box .logo_box {
  padding-top: 35px;
}
.logo_box img {
  max-width: 100px;
  width: 100%;
}
.receipt-box .mnuber_box p {
  display: flex;
  font-weight: 500;
  line-height: normal;
  justify-content: flex-end;
}
.sign_box li {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  min-height: 40px;
}
.sign_box li:last-child {
  justify-content: flex-end;
}
.btn_box {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.btn_box a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
.pay-btn {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
}
.pay-btn a {
  color: #fff;
}
.pay-btn p {
  color: #fff;
}
.title-paybtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.joinus_bg {
  background: url(../images/HomePage-Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.login-form-erp {
  position: relative;
  margin-top: 0%;
  width: 100%;
  background: #ffffffbf;
  box-shadow: 0 17px 50px 0 rgba(11, 20, 26, 0.19), 0 12px 15px 0 rgba(11, 20, 26, 0.24);
  border-radius: 35px;
  padding: 15px 15px;
  min-height: 100%;
  /* min-height: 440px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.login-form.login-form-erp .loginpg-left-box-cus{
  width: 50%;
  padding:33px 48px;
  position: relative;
}
.login-form.login-form-erp .loginpg-right-box-cus{
  width: 50%;
}
.login-form.login-form-erp .loginpg-right-box-cus .carousel-inner{
  border-radius: 20px;
}
.login-form.login-form-erp .loginpg-right-box-cus .carousel-item img{
  border-radius: 20px;
  height: 440px;
  object-fit: cover;
  object-position: center;
  background-color: #ddd;
}

.login-form.login-form-erp .loginpg-right-box-cus .carousel-item .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}
.login-form.login-form-erp .loginpg-right-box-cus .carousel-item .carousel-caption h5{
  font-size: 24px;
  color: #fff;
}


.login-form.login-form-erp .loginpg-right-box-cus .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  opacity: 1;
  transition: opacity .15s ease;
  background-color: #27262600;
  border-radius: 100%;
  border: 1px solid #fff;
}
.login-form.login-form-erp .loginpg-right-box-cus .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.login-form.login-form-erp .loginpg-right-box-cus .carousel-control-next {
  right: auto;
  left: 22%;
}
.login-form.login-form-erp .loginpg-right-box-cus .carousel-control-prev {
  left: 15%;
}


.erp-login-form-cus {
  text-align: center;
}
.erp-login-logo {
  width: 50%;
  margin: 0 auto 10px;
}
.erp-login-logo img {
  width: 100%;
  height: auto;
}
.rjd-login-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}
.rjd-login-title p {
  font-size: 12px;
  line-height: 1.4;
  padding: 0;
}
.login-form a {
  color: #102a83;
}
.rjd-login-textbox-cus-num .form-control {
  display: block;
  width: 100%;
  height: 48px !important;
  /* padding: 0.65rem 0rem 0.65rem 2.6rem; */
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e4e6ef;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s 
ease-in-out;
}
.input-error-msg {
  position: absolute;
  font-size: 11px;
  left: 5px;
  bottom: -20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.btn-submit-form-rjd-login {
  border-radius: 4px;
  margin: 0px 0 0;
  min-width: 100%;
  background-image: linear-gradient(to right, #fbbf24, #ea580c); 
  border: none;
  height: 48px;
  font-size: 16px; 
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.btn-submit-form-rjd-login:hover {
  background-image: linear-gradient(to right, #ea580c, #fbbf24);
  color: #fff;
  border: none;
}
.relative {
  position: relative;
}
.custom-text-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
  top: 0px;
  left: 0px;
  color: #858585;
  height: 100%;
}
.custom-text-box-icon-login {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
  top: 0px;
  left: 0px;
  color: #858585;
  height: 100%;
}
/* .dash-boxes-cus {
  background-color: #fff;
    padding: 30px 30px;
    border-radius: 0.5rem;
    margin-bottom: 24px;
    box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
} */
.custom-dashboard-boxes {
  padding: 0px 0;
  margin-bottom: 0px;
}
.dashboard-box-padding {
  padding: 0 5px;
}
.custom-dashboard-boxes .bg-dash-boxes {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  padding: 15px 15px;
}
.row-2-box-1 {
  background-image: linear-gradient(to bottom right, #41c4ff, #0c4867);
}
.bg-dash-boxes-rows-2 {
  background-image: linear-gradient(to bottom right, #41c4ff, #0c4867);
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.bdr-rounded {
  border-radius: 4px;
}
.p-4 {
  padding: 2rem;
}
.bg-dash-boxes-rows-2 p {
  color: #e0f2fe;
  font-weight: 500;
  z-index: 99;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-box-cus-row-2 {
  margin-top: 25px;
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.flex {
  display: flex;
}
.bg-dash-boxes-rows-2 p {
  color: #e0f2fe;
  font-weight: 500;
  z-index: 99;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-box-cus-row-2 p {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
}
.bg-dash-boxes-rows-2 .box-icon-right-bottm {
  position: absolute;
  top: -20px;
  right: -10px;
  overflow: hidden;
}
.box-icon-right-bottm {
  position: absolute;
  top: -10px;
  right: -10px;
  overflow: hidden;
}
.dashboard-box-sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-2-box-1 .box-icon-right-bottm i {
  transform: rotate(44deg);
}
.bg-dash-boxes-rows-2 .box-icon-right-bottm i {
  color: #1d6183;
}
.box-icon-right-bottm i {
  color: #ffe8c5;
  font-size: 65px;
  overflow: hidden;
}
.row-2-box-2 {
  background-image: linear-gradient(to bottom right, #fbbf24, #ea580c);
}
.row-2-box-2 .box-icon-right-bottm i {
  color: #ff9435;
  transform: rotate(220deg);
}
.row-2-box-3 {
  background-image: linear-gradient(to bottom right, #ec4899, #f43f5e);
}
.row-2-box-3 .box-icon-right-bottm i {
  color: #ff5683;
  transform: rotate(44deg);
}
.row-2-box-4 {
  background-image: linear-gradient(to bottom right, #6c71ff, #131791);
}
.row-2-box-4 .box-icon-right-bottm i {
  color: #5053b9;
  transform: rotate(45deg);
}
.dashboard-heading-cus h2 {
  font-size: 20px;
  color: rgb(0 0 0);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
}
.graph-dashboard {
  padding-top: 0px;
}
.backtologin {
  margin-top: 0px;
}
.backtologin a{
color: #f27136;
}
.backtologin img{
  width: 16px;
  height: auto;
}
.forget-text {
  margin-left: 0px;
  cursor: pointer;
}
.backtologin a {
  border: 1px dashed #ddd;
  padding: 5px 10px;
}
.forget-text a {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  margin: 0 auto;
}
.filter-btn-add-new-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* Pagination */

.pagination-setup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.pagination {
  display: block;
  text-align: right;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination-setup .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0;
  list-style: none;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-setup .pagination ul li a.active {
  background-color: #ff432b;
  border-radius: 3px;
  border: 1px solid #ea250c;
  color: #fff;
}

.pagination-setup .pagination ul li a {
  margin: 0 3px;
  padding: 6px 13px;
  color: #14010155a;
  display: block;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.pagination-setup .pagination a:hover {
  background-color: #d2d2d2;
}

.home-import-form {
  width: 100%;
  background: #f9fafc;
  padding: 0 0 10px 10px;
}
.home-import-form .btn-link-default {
  background: #f2812800 none repeat scroll 0 0;
  font-size: 13px;
  color: #f27136;
  font-weight: 500;
  height: 38px;
  line-height: 32px;
  padding: 0px 20px;
  border-radius: 8px;
  text-transform: capitalize;
  min-width: 50px;
  text-align: center;
  border: 1px solid #f27136;
}
.home-search-form {
  width: 100%;
  background: #f9fafc00;
  padding: 0;
}

.btn-link-default:hover {
  background: #2b2a8e;
  color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.home-search-form .btn-link-default {
  background: #f2812800 none repeat scroll 0 0;
  font-size: 13px;
  color: #f27136;
  font-weight: 500;
  height: 38px;
  line-height: 32px;
  padding: 0px 10px;
  border-radius: 4px;
  text-transform: capitalize;
  min-width: 50px;
  text-align: center;
  border: 1px solid #f27136;
  margin-bottom: 12px;
}
.btn-link-default:hover {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fff;
  box-shadow: none;
}
.current_page {
  background: #2b2a8e;
  color: #fff !important;
}
.txttransf {
  text-transform: capitalize;
}
.adglbitemmstdv .ui-front {
  z-index: 99999;
}

.margin-t-20 {
  margin-top: 20px;
}
.box-bg.flex_box {
  border-radius: 4px;
  border: none;
  margin-bottom: 8px;
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.box-bg.flex_box {
  border-radius: 4px;
  border: none;
  margin-bottom: 8px;
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.flex_box {
  display: flex;
  align-items: center;
}
.box-bg {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.report-icon {
  background: #d1152d;
  align-items: center;
  display: flex;
  /* position: absolute; */
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  width: 90px;
  height: 90px;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  font-size: 36px;
  box-shadow: none;
  border-radius: 4px 0px 0px 4px;
}
.report-box {
  position: relative;
  padding: 0px 15px;
}
.report-box p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: normal;
  margin: 2px 0;
}
.report-box p.cont,
.report-box1 p.cont {
  font-size: 18px;
  font-weight: 700;
}
.report-box p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: normal;
  margin: 2px 0;
  color: #fff;
  font-weight: 500;
}
.cont {
  margin-top: 0px;
  padding-bottom: 100px;
}
.box-bg.flex_box:hover {
  box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.bg1 {
  background: #0170be !important;
}
.bg2 {
  background: #01af4d !important;
}
.bg3 {
  background: #6c28a0 !important;
}
.bg4 {
  background: #ffe000 !important;
}
.bg5 {
  background: #898989 !important;
}
.bg6 {
  background: #005568 !important;
}
.bg7 {
  background: #000000 !important;
}
.bg8 {
  background: #ff00d4e6 !important;
}
/* .user-dashboard-main-image {
} */
.user-dashboard-main-image img {
  width: 10%;
  margin: 0 auto;
  display: block;
}
.user-dashboard-main-image h3 {
  text-align: center;
  color: #242424;
  margin-top: 15px;
  font-size: 18px;
}
.user-dashboard-main-image p {
  text-align: center;
  color: #3c3c3c;
}
.table-main-customer {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%), 0 2px 8px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%), 0 2px 8px 0 rgb(0 0 0 / 8%);
  width: 100%;
  /*padding: 20px 15px;*/
  border-radius: 10px;
  border-color: #fc4f19;
}
/* .top-heading {
} */
.top-heading p {
  color: #fc4f19;
  padding: 0 5px 0 5px;
  border-right: 1px solid #fc4f19;
  border-bottom: 1px solid #fc4f19;
  width: 140px;
  font-size: 12px;
  /*    border-radius: 8px;*/
}
.top-heading h2 {
  margin-top: 10px;
  padding-left: 13px;
  text-transform: capitalize;
  width: 100%;
  max-width: calc(100% - 95px);
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-heading h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.icon-text-customer-panel {
  display: flex;
  padding: 7px 0px;
  margin: 8px 0;
  border-right: 1px solid #d7d7d7;
  position: relative;
  align-items: center;
}
.customer-data-icon {
  padding-right: 10px;
}
.icon-text-customer-panel img {
  width: 25px;
  height: 25px;
}
.icon-text-customer-panel h5 {
  font-size: 10px;
  font-weight: 300;
  text-transform: capitalize;
}
.icon-text-customer-panel p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.icon-text-customer-border-none {
  border-right: none;
}
.left-table-data-main-customer {
  background-color: #f5f5f5;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-left: 13px;
  margin-bottom: 13px;
}
.table-data-customer-right {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  width: 100%;
  min-height: 134px;
  -webkit-box-shadow: 0 1px 4px 0 #fc4f19;
  box-shadow: 0 1px 4px 0 #fc4f19;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  background-clip: padding-box;
}
.table-data-customer-right h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}
.card {
  border: 1px solid #d9e8ff;
  margin-top: 0px;
  border-radius: 4px;
  overflow: hidden;
}
/* .main-right-total-amount {
} */
.mb-srp__card__price--amount {
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-srp__card__price--amount span {
  margin-right: 2px;
  font-weight: 400;
  line-height: normal;
}
.mb-srp__card__price--size {
  color: rgb(241 241 241);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 2px;
}
.mb-srp__card__price--size span {
  margin-right: 2px;
  font-weight: 400;
  line-height: normal;
}
.buget-text {
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 6px;
}
.box-bg-inner-page.flex_box_inner_page {
  border-radius: 4px;
  border: none;
  /* margin-bottom: 8px; */
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  margin: 10px 0;
}
.flex_box_inner_page {
  display: flex;
  align-items: center;
}
.box-bg-inner-page {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.report-icon-inner-page {
  background: #d1152d;
  align-items: center;
  display: flex;
  /* position: absolute; */
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  width: 48px;
  height: 48px;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  font-size: 36px;
  box-shadow: none;
  border-radius: 4px 0px 0px 4px;
}
.report-icon-inner-page i {
  font-size: 24px;
}
.report-box-inner-page {
  position: relative;
  padding: 0px 15px;
}
.report-box-inner-page p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: normal;
  margin: 2px 0;
}
.report-box-inner-page p.cont-inner-page,
.report-box1-inner-page p.cont-inner-page {
  font-size: 14px;
  font-weight: 600;
}
.report-box-inner-page p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: normal;
  margin: 2px 0;
  color: #fff;
  font-weight: 500;
}
.box-bg-inner-page.flex_box_inner_page:hover {
  box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.customer-project-name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-date-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-dropdown-custom-mng {
  position: relative;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  height: 38px;
  width: 50px;
  color: #fff;
  margin:0;
  font-size: 15px;
  margin-left: 5px;
}
.search-dropdown-custom-mng a{
	height: 38px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-dropdown-custom-mng i {
  color: #fff;
}
.search-dropdown-custom-mng img {
  width: 20px;
  height: 20px;
  filter: invert(0) brightness(10.5);
  position: initial;
}
.box-inner-action-btn-cus {
  position: relative;
  /* background: linear-gradient(90deg, #fc4f19, #f6a60d); */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  height: 38px;
  width: 40px;
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
  margin-left: 5px;
}
.box-inner-action-btn-cus .action .fa-ellipsis-vertical {
  color: #000;
  width: 40px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-inner-action-btn-cus .action .dropdown-menu {
  border: 1px solid #ddd;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  min-width: 150px;
}
.box-inner-action-btn-cus .action .dropdown-menu > li > a {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
.box-inner-action-btn-cus .action .dropdown-menu > li:last-child a {
  border-bottom: none;
}
.import-btn-custom-mng {
  position: relative;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  height: 38px;
  width: 40px;
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
  margin-left: 5px;
}
.import-btn-custom-mng i {
  color: #fff;
}
.box-bg-1 {
  background-image: linear-gradient(to bottom right, #ff7979, #d1152d);
}
.box-bg-2 {
  background-image: linear-gradient(to bottom right, #7ecaff, #0170be);
}
.box-bg-3 {
  background-image: linear-gradient(to bottom right, #74ffb0, #01af4d);
}
.box-bg-4 {
  background-image: linear-gradient(to bottom right, #cb86ff, #6c28a0);
}
.box-bg-5 {
  background-image: linear-gradient(to bottom right, #ffffff, #ffe000);
}
.box-bg-6 {
  background-image: linear-gradient(to bottom right, #ffffff, #898989);
}
.box-bg-7 {
  background-image: linear-gradient(to bottom right, #ffffff, #005568);
}
.box-bg-8 {
  background-image: linear-gradient(to bottom right, #ffffff, #fa14d3);
}
.panel-cus-title-cus h3 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.panel-cus-title-cus i {
  margin-right: 10px;
  font-size: 18px;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  padding: 8px 10px;
  border-radius: 4px;
  color: #f27136;
}
.panel-cus-title-cus img {
  margin-right: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  padding: 5px;
  border-radius: 4px;
  color: #f27136;
}
.errMsg {
  position: absolute;
  left: 5px;
  font-size: 12px;
  bottom: -18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.rttop_title-pro-seles-icon {
  margin-bottom: 10px;
}
.rttop_title-pro-seles-icon h3 {
  color: #f27136;
  font-size: 14px;
}
.rttop_title-pro-seles-icon h3 i {
  font-size: 14px;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  padding: 7px 8px;
  margin-right: 10px;
  border-radius: 4px;
  color: #f27136;
}
.rttop_title-pro-seles-icon h3 img {
  width: 24px;
  height: 24px;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  padding: 4px;
  margin-right: 10px;
  border-radius: 4px;
}
.table-inner-custom {
  margin-bottom: 0;
}
.dashboard-table-custom {
/*box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);*/
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.table-custom {
  margin-bottom: 0;
}
.table-custom tr th:first-child {
  /*    border-radius: 4px 0 0 0;*/
  border-radius: 0;
}
.table-custom tr th {
  background-color: #e2e8f0;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 12px;
  min-width: 30px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
  border: none;
}
.table-custom tr th:last-child {
  /*    border-radius: 0 4px 0 0;*/
  border-radius: 0;
}
.table-custom tr th img{
  width: 14px;
  height: 14px;
}
.table-custom tbody tr {
  border-bottom: 1px solid #e2e8f0;
}
.table-custom tbody tr:last-child {
  border-bottom: #ff000000;
}
.table-custom tbody tr th, .table-custom tbody tr td {
vertical-align: middle;
}
.action.dropdown {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 40px; */
  height: 29px;
}
.table-custom span {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  color: #444;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.table-custom span:hover {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.box_shadow1 {
  box-shadow: 0px 0px 2px 0px #aaa;
  border: none;
  -webkit-appearance: media-slider;
}
.bg_wht {
  background: #fff !important;
}
.redius_box {
  border-radius: 4px;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.line_chart_info {
  padding-left: 0;
  list-style: none;
  margin-bottom: 18px;
  margin-top: 18px;
}
.line_chart_info li {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
}
.txt_blue {
  color: #0d80da !important;
}
.txt_dark_blue {
  color: #0d254d !important;
}
.txt_green {
  color: #008000 !important;
}
.txt_orange {
  color: #ff7518 !important;
}
.txt_yellow {
  color: #ffce1b !important;
}
.txt_pink {
  color: #edbeb1 !important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  background: rgb(0, 0, 0, 0.8);
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  color: #fff !important;
}
/* .datepicker-days th,
.datepicker-days td {
  font-size: 12px;
} */
/* .datepicker .datepicker-switch {
  width: 130px;
  font-size: 14px;
} */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
}

.paddingrightleft {
  padding-right: 6px;
  padding-left: 6px;
}
.inner-dashboxes .card { 
  border: 1px solid #f0f0f0;
  margin-bottom: 6px;
  margin-top: 0; 
}
.today_card .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  border-radius: 4px;
  border: none;
  overflow: hidden;
  margin-bottom: 12px; 
}
.bg-orange-dark {
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  border: 1px solid #edbeb1 !important; 
}
.inner-dashboxes .card-statistic {
  padding: 0;
}
.inner-dashboxes .card .close-icon img{
  width: 18px;
  height: 18px;
}
.today_card .card .card-statistic .card-icon {
  font-size: 40px;
  color: #ced1d3;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  padding-top: 5px;
  opacity: 0.5;
  /* margin-right: 10px; */
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.today_card .card .card-statistic .card-icon img{
  opacity: 0.5;
}

.card.bg-babyblue-dark .card-icon {
  margin-right: 10px;
}
.inner-dashboxes .card-title {
  font-weight: 500;
  font-size: 0.9rem;
}
.today_card .card-title {
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
}
.card-statistic h5 {
  font-size: 20px;
  color: #333;
  /* margin-top: 20px; */
  font-weight: 500;
}
.table-inner-custom {
  margin-bottom: 0;
}
.link_txt {
  position: relative;
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  background: linear-gradient(90deg, #edbeb1, #f7e6c6);
 /* border-top: 1px solid #ddd;*/
}
.link_txt a {
  color: #000;
  cursor: pointer;
}
.link_txt a i {
  padding-left: 5px;
  color: #fc4f19;
}
.link_txt a img {
  padding-left: 5px; 
  height: 18px;
  width: 18px;
}
.custom-dashboard-boxes .customer-dash-box-cus {
  padding: 0;
  margin-bottom: 22px;
}
.custom-dashboard-boxes .customer-dash-box-cus .dashbox {
  padding: 15px;
}
.sidebar-footeruseful-btn-cus-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: fixed;
  bottom: 0px;
  left: 5px;
  background-color: #fff;
  width: 92px;
  padding: 10px 5px;
}
/* .sidebar-footeruseful-btn-cus-main .help-btn {
} */
.sidebar-footeruseful-btn-cus-main .help-btn a {
  /*    background-color: #0d80da;*/
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}
/* .sidebar-footeruseful-btn-cus-main .help-btn i {
} */
/* .sidebar-footeruseful-btn-cus-main .setting-btn {
} */
.sidebar-footeruseful-btn-cus-main .setting-btn a {
  /*    background-color: #0d80da;*/
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}
 .sidebar-footeruseful-btn-cus-main .setting-btn img {
  width: 16px;
  height: 16px;
} 
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn a {
  /*    background-color: #0d80da;*/
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn img {
  width: 20px;
  height: 20px;
} 
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn.active {
  transform: rotateZ(180deg);
}
.menu-active .sidebar-footeruseful-btn-cus-main .help-btn a {
  background-color: #0d80da;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}
.menu-active .sidebar-footeruseful-btn-cus-main .setting-btn a {
  background-color: #0d80da;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}
.menu-active .sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn a {
  background-color: #0d80da;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}
.menu-active .sidebar-footeruseful-btn-cus-main {
  /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    width: 38px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0;
  width: 199px;
}
.menu-active .sidebar-menu {
  /* padding: 0px 0 60px; */
  padding: 0px 0 140px;
}
.menu-active .sidebar-menu ul li .sidebar-menuicon {
  width: 30px;
  height: 30px;
}
.menu-active .sidebar-menu ul li a img {
  width: 20px !important;
  height: 20px;
}
.menu-active .sidebar-menu > ul > li > a {
  /*    padding: 10px 0px 10px 13px;*/
  flex-direction: row;
  font-size: 14px;
}
.notifications-profile-mobile-view {
  position: initial;
}
.notifications-profile-mobile-view .noti-dropdown {
  position: initial;
}
.notifications-profile-mobile-view .noti-dropdown a {
  position: initial;
}
.notifications-profile-mobile-view .notifications {
  transform: none !important;
}
.notification-icon-cus {
}
.notificarion-close-btn {
  padding: 0;
}
.notificarion-close-btn .close {
  color: red;
  cursor: pointer;
  font-size: 18px;
}
.notificarion-close-btn .close img{  
  cursor: pointer;
  width: 18px;
  height: 18px;
}

/*------------TREE CSS---------------*/
/*----------------genealogy-scroll----------*/

.genealogy-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.genealogy-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
.genealogy-scroll::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  transition: 0.5s;
}
.genealogy-scroll::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
}

/*----------------genealogy-tree----------*/
.genealogy-body {
  white-space: nowrap;
  overflow-y: hidden;
  padding: 50px;
  min-height: 500px;
  padding-top: 10px;
  text-align: center;
}
.genealogy-tree {
  display: inline-block;
}
.genealogy-tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
.genealogy-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
}
.genealogy-tree li::before,
.genealogy-tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 18px;
}
.genealogy-tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}
.genealogy-tree li:only-child::after,
.genealogy-tree li:only-child::before {
  display: none;
}
.genealogy-tree li:only-child {
  padding-top: 0;
}
.genealogy-tree li:first-child::before,
.genealogy-tree li:last-child::after {
  border: 0 none;
}
.genealogy-tree li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 20px;
}
.genealogy-tree li a {
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 5px;
}

.genealogy-tree li a:hover,
.genealogy-tree li a:hover + ul li a {
  background: #ff9768;
  color: #000;
}

.genealogy-tree li a:hover + ul li::after,
.genealogy-tree li a:hover + ul li::before,
.genealogy-tree li a:hover + ul::before,
.genealogy-tree li a:hover + ul ul::before {
  border-color: #ff9768;
}

/*--------------memeber-card-design----------*/

.member-view-box {
  padding-bottom: 0px;
  text-align: center;
  /*    border-radius: 4px;*/
  position: relative;
  /*    border: 1px;*/
  /*    border-color: #e4e4e4;*/
  /*    border-style: solid;*/
}
.member-image {
  /*padding:10px;
    width: 120px;
    position: relative;*/
  position: relative;
  overflow: hidden;
  width: 70px;
  margin: 0 auto;
}
.member-image img {
  /*width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color :#fff;
    z-index: 1;*/
  background-color: #fff;
  z-index: 1;
  padding: 5px;
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #f27136;
  margin: 5px auto 0;
  border-radius: 100%;
}

.member-image div.downline {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f27136;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  z-index: 99;
}

.member-header {
  padding: 0px 0 0;
  text-align: center;
  color: #313091;
  font-size: 15px;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
}
.member-footer {
  text-align: center;
}
.member-footer div.name {
  color: #469306;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: capitalize;
}
.member-footer div.downline {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  position: absolute;
  top: 25px;
  right: 20px;
  background-color: #f27136;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  z-index: 99;
}
.bg-babyblue-dark {
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  color: #fff;
  /* border: 1px solid #edbeb1 !important; */
  border: 1px solid #ddd !important;
}
.bg-babypink-dark {
  background: linear-gradient(90deg, #efc7bc, #ffeac3);
  color: #fff;
}
.today_card .card-statistic {
  padding: 10px 10px;
}
.today_card .card .card-statistic .card-icon {
  font-size: 40px;
  color: #eec0b2;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  padding-top: 0;
  opacity: 0.5;
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.table-responsive {
  overflow: visible;
}
.table-data-large-cus-main .table-responsive {
  overflow-x: auto;
}
.transaction-box-main-cus .transaction-box-single {
  padding: 15px 10px;
  /* box-shadow: 0px 0px 5px 0px #edbfb2; */
  /* border: 1px solid rgb(27 0 255 / 15%); */
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
.transaction-box-single .icon-title-transaction {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transaction-box-one {
  /*background-color: #ede8f1;
    border-color: #c883ff !important;*/
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  /* border: 1px solid #edbeb1 !important; */
  border: 1px solid #ddd;
}
.transaction-box-single .icon-title-transaction .icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ffeee1;
  border: 1px solid #ddd;
}
.transaction-box-single .icon-title-transaction .icon i {
  font-size: 20px;
  color: #fc7519;
}
.transaction-box-one .icon-title-transaction .icon i {
  font-size: 20px;
  color: #fc7519;
}
.transaction-box-single .icon-title-transaction .title {
  margin: 0;
}
.transaction-box-one .icon-title-transaction .title h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  /* color: #fc5019; */
  color: #000;
}
.transaction-box-single .icon-title-transaction .title h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.transaction-box-main-cus .transaction-box-single .number-transaction-box {
  /* margin-left: 55px; */
  margin-top: 10px;
}
.transaction-box-main-cus .transaction-box-single .number-transaction-box h3 {
  font-size: 20px;
  font-weight: 500;
}
.transaction-box-two {
  /*background-color: #d6eae7;
    border-color: #00d1b1 !important;*/
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  border: 1px solid #ddd !important;
}
.transaction-box-two .icon-title-transaction .icon i {
  font-size: 24px;
  color: #fc7519;
}
.transaction-box-two .icon-title-transaction .title h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  /* color: #fc5019; */
}
.transaction-box-three {
  /*background-color: #fbf5e5;
    border-color: #ffd76b !important;*/
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  border: 1px solid #ddd !important;
}
.transaction-box-three .icon-title-transaction .icon i {
  font-size: 24px;
  color: #fc7519;
}
.transaction-box-three .icon-title-transaction .title h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  /* color: #fc5019; */
}
.transaction-box-four .icon-title-transaction .icon i {
  font-size: 24px;
  color: #fc7519;
}
.transaction-box-four .icon-title-transaction .title h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  /* color: #fc5019; */
}
.transaction-box-four {
  /*background-color: #e1f0ff;
    border-color: #2f97ff !important;*/
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  border: 1px solid #ddd !important;
}
.admission-enrollment-circle-chart-tile h2 {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}
.chart_info {
  margin-top: 20px;
}
.admission-enrollment-circle-chart-tile {
  margin-bottom: 20px;
}
/* .chart_info .pai_chart_info {
} */
.chart_info .pai_chart_info li {
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
}
.chart_info .pai_chart_info li span {
  margin-right: 7px;
}
.chart_info .pai_chart_info li i {
  margin-right: 0px;
}
.chart_info .pai_chart_info li span:last-child {
  margin-right: 15px;
}
.chart_info .pai_chart_info li:last-child {
  margin-bottom: 0;
}
.last-line {
  text-align: center;
  width: 100%;
  display: block !important;
}
.pad_box4 {
  padding: 15px;
}
.pad_box7th {
  padding: 15px;
}
/* .custom-box-dashboard-right-side {
} */
.custom-box-dashboard-right-side .card {
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  margin-bottom: 10px;
  border: 1px solid #edbeb1 !important;
}
.custom-box-dashboard-right-side .card-body {
  padding: 0.8rem;
  overflow: hidden;
}
.dash-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dash-widget-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 48px;
  /* border: 3px solid; */
  border-radius: 8px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  /* box-shadow: 0 3px 10px 0 #eec0b2; */
}
.dash-widget-info h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.progress.progress-sm {
  height: 6px;
  background-color: #ffd9cd;
}
.dash-count h3 {
  font-size: 20px;
  margin-left: auto;
  font-weight: 500;
}
.custom-box-dashboard-right-side .card:last-child {
  margin-bottom: 0px;
}
.calendar-control-cus-main {
  margin: 10px 0px 7px 35px;
  /* margin: 0; */
}
.calendar-control-monthyear-select-month {
  display: flex;
  align-items: center;
  justify-content: end;
}
.calendar-control-cus-main .month-year-cus {
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.calendar-control-cus-main .year-change-arrow {
  background-color: #ddd;
  font-size: 16px;
  padding: 0;
  border-radius: 50px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .calendar-control-cus-main .year-change-arrow img {
  width: 20px;
  height: 20px;
 } 
.calendar-control-cus-main .month-cus {
  font-weight: 600;
  margin-left: 10px;
}
.calendar-control-cus-main .year-cus {
  font-weight: 600;
  margin-right: 10px;
}
.relative {
  position: relative;
}
.calendar-control-monthyear-select-month .form-control {
  margin-bottom: 0;
}
/* #mothdays {
} */
#mothdays tr td {
  height: 120px;
  width: 14.142%;
}
.date-addevents-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.date-addevents-btn p {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}
.calendar-events-main {
  width: 100%;
}
.calendar-events-main .calendar-events-single {
  background-color: #0b8043;
  border-radius: 4px;
  margin-top: 5px;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
}
.calendar-events-main .calendar-events-single span {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
/* #mothdays .today {
  background-color: #fb5d17;
  color: #fff;
  border-radius: 0;
}
#mothdays .today .addevents-calendar span {
  color: #000;
} */
/* .add-events-popup-main-cus {
} */
.add-events-popup-main-cus .modal-content {
  padding: 0 15px 15px;
}
.modal-header {
  padding: 15px 10px;
  border-bottom: none;
}
.add-events-popup-main-cus #modal-date {
  margin-left: 5px;
}
/* .add-events-popup-main-cus .donate-btn-header {
} */
.add-events-popup-main-cus .donate-btn-header a {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fdfdfd;
  border: 1px solid #f27136;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.add-events-popup-main-cus .donate-btn-header a:hover {
  border: 1px solid #000000;
  background: linear-gradient(90deg, #fc4f1900, #f6a60d00);
  color: #000;
}
.modal-dialog {
  width: 500px;
  margin: 40px auto 0;
}
.btn-close:hover {
  background-color: #ddd;
  border-radius: 50%;
}
#eventsaddalldate .donate-btn-header a {
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fdfdfd;
  border: 1px solid #f27136;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#eventsaddalldate .donate-btn-header a:hover {
  border: 1px solid #000000;
  background: linear-gradient(90deg, #fc4f1900, #f6a60d00);
  color: #000;
}
#eventsaddalldate .modal-header {
  padding: 15px 30px 0;
  border-bottom: none;
}
.product-sales-main-box-cus {
  padding: 0 15px;
}

/* .associate-details-documents-main-cus {
} */
.associate-details-documents-main-cus .file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px dashed rgb(0 0 0 / 40%);
  background-color: #edf2fa;
  border-radius: 4px;
  transition: 0.2s;
  overflow: hidden;
}
.associate-details-documents-main-cus .uploaded-msg-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
}
.associate-details-documents-main-cus .uploaded-msg-icons img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.associate-details-documents-main-cus .file-uploaded-icons {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 5px;
  border-radius: 4px;
  left: 0;
}
.file-uploaded-icons a img{
	width:25px;
	height:25px;
}
.all-profile-details-main {
}
.all-profile-details-main .profile-img {
  background-color: #0d80da;
  padding: 20px 0 0;
  border-radius: 8px;
  margin-bottom: 70px;
  position: relative;
  height: 120px;
}
.all-profile-details-main .profile-img img {
  width: 150px;
  height: 150px;
  display: block;
  border: 2px solid #edf2fa;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 50%;
  object-fit: cover;
}
.all-profile-details-main .profile-img span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 58%;
  right: -5px;
  cursor: pointer;
  background: #edf2fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  color: #0d80da;
  border: 1px solid #0d80da;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.all-profile-details-main .profile-img svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 58%;
  right: -5px;
  cursor: pointer;
  background: #edf2fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
  color: #0d80da;
  border: 1px solid #0d80da;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.all-profile-details-main .profile-details-all-content {
  box-shadow: 0 1px 2px 0px #eee;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
}
.all-profile-details-main .profile-details-all-content:nth-child(odd) {
  background-color: #edf2fa;
  color: #fff;
}
.all-profile-details-main
  .profile-details-all-content
  .heading-profile-details {
  width: 50%;
  padding: 5px 10px;
}
.all-profile-details-main .profile-details-all-content .data-profile-details {
  padding: 5px 10px;
  width: 50%;
  border-left: 1px solid #eee;
}
.all-profile-details-main
  .profile-details-all-content
  .heading-profile-details
  h2 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.all-profile-details-main
  .profile-details-all-content
  .data-profile-details
  h2 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.profile-alldetails-qrcode-main-box {
  text-align: center;
  padding: 15px 0 0;
}
.profile-alldetails-qrcode-main-box h2 {
  font-size: 24px;
  padding: 0 0 10px;
}
.profile-alldetails-qrcode-main-box .qr-name-desc {
  background-color: #edf2fa;
  padding: 20px 20px;
}
.profile-alldetails-qrcode-main-box .qr-name-desc h3 {
  margin: 20px 0 0;
  font-size: 18px;
}
.profile-alldetails-qrcode-main-box .qr-name-desc img {
  width: 50%;
  margin: 20px auto;
}
.profile-alldetails-qrcode-main-box p {
  font-size: 14px;
  color: #ff4a4a;
  line-height: 1.2;
}
.profile-card-main-cus {
  padding: 0px;
}
.profile-card-main-cus .profile-img-innercart-main {
  background-color: #0d80da;
  padding: 20px 10px 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: 60px;
  position: relative;
  height: 80px;
}
.profile-card-main-cus .profile-img-innercart-main .company-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-card-main-cus .profile-img-innercart-main .company-logo .left {
  width: 130px;
  height: auto;
}
.profile-card-main-cus .profile-img-innercart-main .company-logo .left img {
  width: 100%;
  height: auto;
}
.profile-card-main-cus .profile-img-innercart-main .company-logo .right {
  width: 110px;
  height: auto;
}
.profile-card-main-cus .profile-img-innercart-main .company-logo .right img {
  width: 100%;
  height: auto;
}
.profile-card-main-cus .card-name-company-post {
  text-align: center;
  padding: 0 20px 20px;
}
.profile-card-main-cus .card-name-company-post .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.profile-card-main-cus .card-name-company-post .company {
  font-size: 14px;
  margin-bottom: 5px;
}
.profile-card-main-cus .card-name-company-post .post {
  font-size: 14px;
  margin-bottom: 0px;
  color: #383838;
  font-weight: 400;
}
.profile-card-main-cus .card-name-company-post .address {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0px;
}
.profile-card-main-cus .card-name-company-post .inner-profile-email-phone-cus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.profile-card-main-cus
  .card-name-company-post
  .inner-profile-email-phone-cus
  .phone {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-card-main-cus .card-name-company-post .inner-profile-email-phone-cus i {
  background-color: #0d80da;
  color: #fff;
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-card-main-cus .card-name-company-post .inner-profile-email-phone-cus svg {
  background-color: #0d80da;
  color: #fff;
  height: 20px;
  width: 20px;
  padding: 3px;
  font-size: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-card-main-cus .profile-img {
  width: 100px;
  height: 100px;
}
.profile-card-main-cus .profile-img img {
  width: 100px;
  height: 100px;
  display: block;
  border: 2px solid #edf2fa;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 100%;
  left: 50%;
  object-fit: cover;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
}
.profile-card-main-cus
  .card-name-company-post
  .inner-profile-email-phone-cus
  p {
  padding: 0;
}
.profile-card-main-cus
  .card-name-company-post
  .inner-profile-email-phone-cus
  .website {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-card-main-cus
  .card-name-company-post
  .inner-profile-email-phone-cus
  .email {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .company-details-main-box {
} */
.company-details-main-box.all-profile-details-main .profile-img img {
  width: 200px;
  height: 140px;
  display: block;
  border: 2px solid #edf2fa;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 80%;
  left: 50%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background-color: #edf2fa;
  overflow: hidden;
}
.company-details-main-box.all-profile-details-main
  .profile-details-all-content
  .heading-profile-details {
  width: 40%;
  padding: 5px 10px;
  overflow: hidden;
}
.company-details-main-box.all-profile-details-main
  .profile-details-all-content
  .data-profile-details {
  padding: 5px 10px;
  width: 60%;
  border-left: 1px solid #eee;
  overflow: hidden;
}

.full-width-cus-popup {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.fixed-right-top-bar {
    background: linear-gradient(90deg, #fc4f19, #f6a60d);
    padding: 15px 15px;
    border-radius: 0px;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
}
.fixed-right-top-bar .panel-cus-title-cus {
  display: flex;
  align-items: center;
  margin: 0;
}
.fixed-right-top-bar .panel-cus-title-cus h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #fff;
}
.fixed-right-top-bar .filter-btn-add-new-btn .close_box {
  top: 10px;
  right: 24px;
  background: #00800000;
}
.full-width-cus-popup .pad_box3 {
  padding: 0px 15px 65px;
}
.full-width-cus-popup .top-menu-bar {
  margin-top: 0px;
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
}
.top-menu-stap-btns-main-cus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
}
.setp-num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #2986ce;
  color: #2986ce;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.setp-num.compeltenum,
.setp-num.active {
  background-color: #2986ce;
  color: #fff;
}
.full-width-cus-popup .top-menu-bar p {
  margin-bottom: 0px;
  font-size: 13px;
  padding-bottom: 0;
}
.keysetup-import-box-popup-main-cus .top-desc-cus {
  margin: 30px 0;
}
.keysetup-import-box-popup-main-cus .top-desc-cus p {
  font-size: 13px;
  padding-bottom: 0;
}
.keysetup-import-box-popup-main-cus .summary-title-cus-main {
  margin-bottom: 20px;
}
.summary-title-cus-main h2 {
  font-size: 18px;
  margin-bottom: 2px;
  color: linear-gradient(90deg, #fc4f19, #f6a60d);
}
/* .keysetup-import-box-popup-main-cus .left-side-point-cus {
} */
.keysetup-import-box-popup-main-cus .left-side-point-cus li {
  margin-bottom: 15px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus .setp-num-small {
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fff;
  font-size: 12px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 0px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li a {
  color: #006dc1;
}
.setupbtn {
  padding: 3px 10px;
  border-radius: 4px;
  color: #fff !important;
  background-color: #2986ce !important;
  border: 1px solid #2986ce;
  font-size: 12px;
  cursor: pointer;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p i {
  font-size: 20px;
  color: linear-gradient(90deg, #fc4f19, #f6a60d);
  margin-left: 5px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p img {
  width: 18px;
  height: 18px; 
  margin-left: 5px;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning {
  padding: 10px 12px;
}
.salary-alert-warning {
  padding: 10px 12px;
}
.salary-alert-warning p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #6e2222;
  padding-bottom: 0;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #6e2222;
  padding-bottom: 0;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning p i {
  margin-right: 3px;
  font-size: 14px;
  color: #9ea4b1;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning p img {
  margin-right: 3px;
  width: 14px;
  height: 14px;
  color: #9ea4b1;
}
.keysetup-import-box-popup-main-cus .salary-alert-warning.alert-warning p {
  color: #6e6033;
}
.instructions-upload {
  list-style: circle;
  padding-left: 20px;
}
.instructions-upload li {
  margin-bottom: 15px;
}
.instructions-upload li p {
  font-size: 13px;
  padding-bottom: 0;
}
.match-column-stap-main-cus .popup-main-title-desc {
  margin: 30px 0;
}
.match-column-stap-main-cus .popup-main-title-desc h2 {
  font-size: 16px;
}
.match-column-stap-main-cus .popup-main-title-desc p {
  font-size: 13px;
  padding-bottom: 0;
}
.match-column-stap-table-select-check-main-cus {
  display: flex;
  align-items: center;
  gap: 40px;
}
.match-column-stap-table-select-check-main-cus .match-column-stap-table-select {
  width: 50%;
}
.table-inner-custom .form-control {
  margin-bottom: 0;
}
.ng-star-inserted {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ng-star-inserted .checkbox-match-column-table {
  height: 20px;
  width: 20px;
}
.ng-star-inserted label {
  display: contents;
  font-weight: 500;
  color: #140101;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0 !important;
}
.ng-star-inserted label {
  position: relative;
  bottom: -1px;
}
.preview-data-table-toggle-btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.preview-data-table-toggle-btn-content .btn-cus {
  cursor: pointer;
}
.preview-data-table-toggle-btn-content .content-count-number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.preview-data-table-toggle-btn-content p {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.2;
  color: #444444;
  padding-bottom: 0;
}
.preview-data-table-toggle-btn-content .count-number {
}
.preview-data-hide-show-cus {
  display: none;
}
.table-rate-data-icon-cus{
    display: flex;
    align-items: center;
    gap: 2px;
}
.table-rate-data-icon-cus span{}
.table-rate-data-icon-cus i{
cursor: pointer;
}
.table-rate-data-icon-cus img{
cursor: pointer;
width: 13px;
height: 13px;
}

.popup-table-main-cus{
	margin-top: 30px;
}
.popup-table-main-cus .table-responsive{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
}
.table-single-icon-btn-cus{}
.table-single-icon-btn-cus i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  width: 20px;
  height: 22px;
  vertical-align: middle;
  padding-left: 0;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  color: #fff;
  border-radius: 4px;
}
.table-single-icon-btn-cus img{
  display: inline-flex;
  align-items: center;
  justify-content: center;  
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-left: 0;
/*  background: linear-gradient(90deg, #fc4f19, #f6a60d); */
  color: #fff;
  border-radius: 4px;
}
.inquiry-lead-nalytics-box-main-cus{
	margin-bottom: 24px;
}
.associates-status-nalytics-box-main-cus{
	margin-bottom: 24px;
}
.booking-sales-overview-box-main-cus{
	margin-bottom: 24px;
}
.emi-collection-overview-box-main-cus{
	margin-bottom: 24px;
}
.online-payments-status-box-main-cus{
margin-bottom: 0px;
}
.dashboard-filter-cus{
	display: flex;
    align-items: center;
	justify-content: end;
    gap: 12px;
}
.dashboard-filter-cus .dashboard-filter-single-cus{}
.table-responsive .dropdown {
    position: static;
}

.today_card.inner-dashboxes .common-setting-box-main-cus{
  position: relative;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  /* border: 2px solid rgba(255, 255, 255, 0.1); */
  border: 1px solid #edbeb1;
  /* box-shadow: 0 0 80px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  background: linear-gradient(to left, #283593, #1976d2);
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  padding: 10px;
}
.today_card.inner-dashboxes .common-setting-box-main-cus .t-name {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.today_card.inner-dashboxes .common-setting-box-main-cus .desc{
  font-size: 11px;
  line-height: 1.2;
}
.today_card.inner-dashboxes .common-setting-box-main-cus .icon{
  margin-bottom: 8px;
  border: 2px solid #f1c8ba;
  border-radius: 0px 140px 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #fff;
  border-top-left-radius: 50% 25%;
  border-top-right-radius: 1em 3em;
  border-bottom-right-radius: 50% 25%;
  border-bottom-left-radius: 1em 3em;
}
.today_card.inner-dashboxes .common-setting-box-main-cus .icon i { 
  opacity: 0.8;
  font-size: 30px;
  color: #eec0b2;
}
.today_card.inner-dashboxes .common-setting-box-main-cus .icon img { 
  opacity: 0.5;
  width: 30px;
  height: 30px;
  color: #eec0b2;
}
.ring {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #00000000;
  border: 25px solid rgb(255 255 255 / 20%);
  bottom: 0px;
  right: -127px;
  box-sizing: border-box;
  position: absolute;
}

.ring::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: transparent;
  border: 30px solid rgb(255 255 255 / 20%);
  bottom: -60px;
  right: -60px;
  box-sizing: border-box;
}
.circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(#006db3, #29b6f6);
}
.circles {
  position: absolute;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.circle-1 {
  height: 100px;
  width: 100px;
  top: 45px;
  left: 132px;
}
.circle-2 {
  height: 100px;
  width: 100px;
  bottom: -70px;
  right: -100px;
  opacity: 0.8;
}
.privacy-policy-design-develop-company-loginpg-main-cus{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 0px;
}
.privacy-policy-design-develop-company-loginpg-main-cus .tc-policy-company{}
.privacy-policy-design-develop-company-loginpg-main-cus .tc-policy-company p{
  font-size: 12px;
  padding: 0;
}
.privacy-policy-design-develop-company-loginpg-main-cus .tc-policy-company a{}

.privacy-policy-design-develop-company-loginpg-main-cus .copyright-company{}
.privacy-policy-design-develop-company-loginpg-main-cus .copyright-company p{
  font-size: 12px;
  padding: 0;
  line-height: 1.4;
}
.backto-loginpg-cus {
  padding: 10px 10px;
  display: block;
  width: 40%;
  margin: 16px auto 0;
  text-align: center;
  border-radius: 6px;
  background-color: #ef1c26;
  color: #fff;
  font-size: 13px;
}
.backto-loginpg-cus i {}

.user-menu.nav > li > a img {
  width: 20px;
  height: auto;
}
.user-menu .dropdown-menu .dropdown-item img {
    width: 25px;
    background-color: #dfe4eb;
    padding: 3px;
    border-radius: 5px;
    margin-right: 6px;
}
.action.dropdown img {
  width: 16px;
  height: 16px;
}
.followup-icon-side-modal-inner-cus{
  width: 16px;
  height: 16px;
}

.calendar-modal-edit-delete-icon-cus{}
.calendar-modal-edit-delete-icon-cus button{
  background-color: #cbcbcb;
  width: 30px;
  height: 25px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calendar-modal-edit-delete-icon-cus img{
  width: 16px;
  height: 16px;
}
.added-event-text-icon{}
.added-event-text-icon img{
  width: 18px;
  height: 18px;
}
.forgot-password-box-cus{
  padding: 15px;
}
.login-form.login-form-erp.forgot-password-box-cus .loginpg-left-box-cus{
  padding: 0 16px;
}
.forgot-password-box-cus .privacy-policy-design-develop-company-loginpg-main-cus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    position: absolute;
    bottom: -50px;
}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p.import-data-assign-select-cus{}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p.import-data-assign-select-cus .data-import-left-side{}
.keysetup-import-box-popup-main-cus .left-side-point-cus li p.import-data-assign-select-cus .select2-container{
	width: 40% !important;
}



/*----------END CSS---------------*/

/*-------- Responsive CSS ----------- */
@media only screen and (max-width: 1360px) {
  .head .container {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .head .container {
    width: 90%;
  }
}
@media only screen and (max-width: 1152px) {
  .container,
  .phed.prchedr {
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .container,
  .cntainrs,
  .phed {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .head .container,
  .containers {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container2 {
    width: 96%;
  }
  .container {
    width: 100%;
  }
  .terms_page .page-title span {
    margin-bottom: 0;
  }
  .top_mid_box {
    display: block;
    text-align: center;
    min-height: auto;
    width: 100%;
    margin: 8px 0;
  }
  .terms_page .form_inner ol {
    padding-left: 5px;
  }
  .form_inner p,
  .form_inner p.pad_lft {
    padding-left: 0px;
  }
  .bottom_box {
    padding: 5px 0;
    min-height: 100%;
  }
  .note_box {
    margin-right: 0;
    margin-left: 0;
  }
  .top_box {
    padding-left: 0;
  }
  .address_box {
    padding-left: 15px;
  }
  .bottom_box.text-center {
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  .container2 {
    width: 98%;
  }
}
/*FEATURES*/
.create-user-select-check {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 5px;
}
.create-user-select-check span {
  font-size: 16px;
  font-weight: 500;
}
.create-user-select-check input {
  width: 4%;
  margin: 0;
  padding: 0;
}
.category-view-edit-ect-create-user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 30px;
}
.create-user-check-items {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 82px;
}
.create-user-check-items-cus {
  display: flex;
  align-items: baseline;
  justify-content: start;
  width: 90px;
}
.create-user-check-items-cus input {
  width: auto;
}
.create-user-check-items input {
  width: 25%;
  margin: 0;
}
.ui-menu {
  z-index: 9999 !important;
}
/*------------------------------>PREVIEW FOLLOWUP IMAGES<--------------------------------*/
#imagePreview {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.previewImage {
  position: relative;
  display: inline-block;
  margin: 3px;
  width: 18.5%;
}

.previewImage img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 5px;
  background-color: #e2e8f0;
}
.deleteImage {
  position: absolute;
  top: -7px;
  right: -7px;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.2;
}
/*------------------------------>END PREVIEW FOLLOWUP IMAGES<--------------------------------*/

.today_card .card .card-statistic .close-icon {
  font-size: 18px;
  color: #ff0000;
  position: absolute;
  right: 3px;
  top: 0px;
  cursor: pointer;
  padding-top: 0;
  opacity: 1;
}

.square {
  height: 20px;
  width: 20px;
  background-color: #5cb85c;
  float: left;
  padding-left: 5px;
}

.square1 {
  height: 20px;
  width: 20px;
  background-color: #520c0a;
  float: left;
  padding-left: 5px;
}

.square2 {
  height: 20px;
  width: 20px;
  background-color: #fdf74b;
  float: left;
  padding-left: 5px;
}

.square3 {
  height: 20px;
  width: 20px;
  background-color: #1438ea;
  float: left;
  padding-right: 5px;
}

.square5 {
  height: 20px;
  width: 20px;
  background-color: #d6310c !important;
  float: left;
  padding-left: 5px;
}
.plot-detals-status-box-cus {
  padding: 10px 10px;
  border-radius: 4px;
}
.plot-detals-status-box-cus .square {
  margin-right: 10px;
}
.plot-detals-status-box-cus .status-text {
  font-size: 16px;
}
.plot-ststus-details-box-cus-main {
  padding: 0 10px;
}
.plot-ststus-details-box-cus-main .card-statistic {
  padding: 10px 10px;
}
.plot-ststus-details-box-cus-main .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  margin-bottom: 10px;
  /* box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%); */
}
.plot-ststus-details-box-cus-main .card-title {
  font-size: 16px;
}
.plot-ststus-details-box-cus-main .card-title strong {
  margin-left: 5px;
}
.plot-ststus-details-box-cus-main .card-statistic h5 {
  font-size: 20px;
  color: #333;
  /* margin-top: 20px; */
  font-weight: 500;
  margin-bottom: 0px;
}
.plot-ststus-details-box-cus-main .box-status-title {
  background-color: #fff;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.add-remove-div-cus-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.add-remove-div-cus-btn .btn, .add-remove-div-cus-btn .btn:active {
  background-color: #f27136;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-right: 3px;
  line-height: 0;
  height: 35px;
  width: 35px;
  margin-bottom: 0;
}
.add-remove-div-cus-btn .btn img{
  width: 20px;
  height: 20px;
}
.add-remove-div-cus-btn .btn:last-child {
  margin-right: 0;
}
.add-remove-div-cus-btn .btn:focus {
  outline: none;
}
.receipt-container {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.receipt-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background-image: url("resource/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1; /* Adjust opacity for a subtle watermark effect */
  transform: translate(-50%, -50%);
  z-index: -1;
}

h1 {
  text-align: center;
  color: #333;
}

.receipt-details p {
  margin: 10px 0;
}

.receipt-details strong {
  color: #140101;
}

.optinal_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 720px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.optinal_close_icon {
  position: fixed;
  top: 0;
  right: 720px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #fc4f19, #f6a60d);
  z-index: 800;
}
.optinal_close_icon img{
  width: 20px;
  height: 20px;
}
.quotation-receipt-main-cus {
  padding: 0;
}
.quotation-receipt-main-cus .form_inner {
  padding: 0 15px 15px;
}
.quotation-receipt-main-cus .address_box {
  padding: 0;
}
.quotation-receipt-main-cus .top_box {
  padding-left: 0;
  width: 100%;
}
.quotation-receipt-main-cus .form_inner p {
  padding-left: 0px;
}
.quotation-receipt-main-cus .quotation-no-date-cus {
  display: block;
}
.quotation-receipt-main-cus .quotation-no {
  margin-bottom: 5px;
}
.quotation-receipt-main-cus .quotation-no h2 {
  font-size: 14px;
  font-weight: 500;
}
/* .quotation-receipt-main-cus .quotation-date {
} */
.quotation-receipt-main-cus .quotation-date h2 {
  font-size: 12px;
  font-weight: 500;
}
.quotation-receipt-main-cus .items-description-title {
  padding-left: 0px;
  margin: 20px 0;
}
.quotation-receipt-main-cus .items-description-title h4 {
  font-size: 16px;
}
.quotation-receipt-main-cus .form_inner li.col-xs-12 {
  padding-left: 10px;
}
.quotation-receipt-main-cus .note_box {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin: 10px 0px 0;
}
.terms_page.quotation-receipt-main-cus li {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.quotation-receipt-main-cus .form_inner span {
  white-space: normal;
  font-weight: 400;
  margin-right: 10px;
  font-size: 12px;
}
.quotation-receipt-main-cus .form_inner li {
  display: flex;
  align-items: baseline;
}
.payment-receipt-box-main-cus {
  border: 1px solid #ddd;
  padding: 0;
}
.payment-receipt-box-main-cus .top_box .address_box span {
  font-weight: 500;
  font-size: 12px;
}
.payment-receipt-box-main-cus .receiptno-text {
  font-size: 14px;
}
.payment-receipt-box-main-cus .form_inner li {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 0px !important;
  align-items: baseline !important;
}
.payment-receipt-box-main-cus .form_inner span {
  white-space: normal;
  font-weight: 400;
  margin-right: 10px;
  font-size: 12px;
}
.receipt-box.payment-receipt-box-main-cus .form_inner ol {
  padding-left: 0px;
  margin-left: 12px;
  margin-right: 12px;
}
.receipt-box.payment-receipt-box-main-cus .form_inner {
  border-top: 1px solid #ddd;
}
.receipt-box.payment-receipt-box-main-cus .form_inner .sign_box {
  border-top: 1px solid #ddd;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 10px 10px;
}
.payment-receipt-box-main-cus .payment-receipt-logo-below-point {
  margin-left: 2px;
}
.payment-receipt-box-main-cus .payment-receipt-logo-below-point span {
  font-size: 8px;
  font-weight: 500;
}
.main-receipt-title-box-cus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-receipt-title-box-cus h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
#editnew_customerdetails .followup-box {
  border: none;
}
.payment-receipt-logo-below-point .registration-no {
  font-size: 10px;
  font-weight: 600;
}
.create-user-select-check.sub-permission {
  margin-left: 20px;
  margin-top: 10px;
}
.sub-permission {
  margin-left: 40px;
}
/* .create-user-select-check {
} */
.create-user-select-check label {
  position: relative;
  cursor: pointer;
  width: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 5px;
}
.create-user-select-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.create-user-select-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #a7a7a7;
  box-shadow: -1px -1px 1px 1px rgb(78 78 78),
    inset 0px -15px 10px -12px rgb(0 0 0 / 0%);
  /* padding: 7px; */
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.create-user-select-check input:checked + label:after {
  content: "✓";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  /*width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);*/
}

.category-view-edit-ect-create-user .create-user-check-items label {
  position: relative;
  cursor: pointer;
  width: auto;
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
}
.category-view-edit-ect-create-user .create-user-check-items input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.category-view-edit-ect-create-user .create-user-check-items label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #a7a7a7;
  box-shadow: -1px -1px 1px 1px rgb(78 78 78),
    inset 0px -15px 10px -12px rgb(0 0 0 / 0%);
  /* padding: 7px; */
  height: 13px;
  width: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 3px;
}
.category-view-edit-ect-create-user
  .create-user-check-items
  input:checked
  + label:after {
  content: "✓";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  /*width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);*/
}
.emp_card .card {
  /* background: linear-gradient(138deg, #ffe8e2, #ffedcb); */
  margin-bottom: 12px;
  border: 1px solid #ddd !important;
}
.emp_card .card-body {
  padding: 15px 10px;
  overflow: hidden;
}
.emp_card .border-primary {
  border-color: #0d80da !important;
}
.emp_card .text-primary {
  color: #f49864 !important;
}
.emp_card .text-success {
  color: #fff !important;
}
.emp_card .text-danger {
  color: #fff !important;
}
.emp_card .text-warning {
  color: #fff !important;
}
.emp_card .border-warning {
  border-color: #40a4f3 !important;
}
.emp_card .bg-primary {
  background-color: #edbeb1 !important;
}
.emp_card .bg-success {
  background-color: #edbeb1 !important;
}
.emp_card .bg-danger {
  background-color: #edbeb1 !important;
}
.emp_card .bg-warning {
  background-color: #edbeb1 !important;
}
.emp_card .dash-widget-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 48px;
  border-radius: 8px;
  padding: 5px;
  background: #ffeee1;
  color: #f49864;
  /* background: linear-gradient(90deg, #fc4f19, #f6a60d); */
  /* box-shadow: 0 3px 10px 0 #eec0b2; */
}
.emp_card .dash-widget-icon img{
  width: 20px;
  height: 20px;
}
.dash-count {
  font-size: 18px;
  margin-left: auto;
}
.lead-box-subtitle-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lead-box-subtitle-number .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* .lead-box-subtitle-number .subtitle h6 {
} */
.dash-widget-info h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* .lead-box-subtitle-number .number {
}
.lead-box-subtitle-number .number h6 {
} */
.dash-widget-info h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.progress.progress-sm {
  height: 6px;
  background-color: #e9ecef;
}
.fee-overvew-single-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  /*box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);*/
  border: 1px solid rgb(48 46 56 / 15%);
  border-radius: 4px;
  margin-bottom: 12px;
}
.leads-main-sec-cus-dash .title-number-desc {
  width: 100%;
}
/* .fee-overvew-single-box .title-number-desc {
} */

.fee-overvew-single-box .title-number-desc .title {
  margin: 0;
}
.fee-overvew-single-box .title-number-desc .title h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* .fee-overvew-single-box .title-number-desc .number {
} */
.fee-overvew-single-box .title-number-desc .number h3 {
  font-size: 22px;
  font-weight: 500;
}
.fee-overvew-single-box .title-number-desc .desc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.fee-overvew-single-box .title-number-desc .desc i {
  color: #48bd44;
}
.fee-overvew-single-box .title-number-desc .desc img{
  width: 20px;
  height: 20px;
}
.fee-overvew-single-box .title-number-desc .desc h4 {
  font-size: 12px;
  font-weight: 300;
}
.fee-overvew-single-box .icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ffeee1;
  border: 1px solid #ddd;
  /* box-shadow: 0 3px 10px 0 #eec0b2; */
}
.fee-overvew-single-box .icon i {
  font-size: 18px;
  color: #f19046;
}
.fee-overvew-single-box:nth-child(2) .icon i {
  color: #f19046;
}
.fee-overvew-single-box:nth-child(3) .icon i {
  color: #f19046;
}
.fee-overvew-single-box:nth-child(4) .icon i {
  color: #f19046;
}
.fee-overvew-single-box .title-number-desc .desc i.fa-arrow-trend-down {
  color: red;
}
.fee-overvew-single-box:last-child {
  margin-bottom: 0px;
}

/*---------------------->document upload<---------------------------*/

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px dashed rgb(0 0 0 / 40%);
  border-radius: 3px;
  transition: 0.2s;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgb(0 0 0 / 4%);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 3px;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}
.document-name-custom {
  margin-top: 10px;
  font-weight: 600;
}
.document-upload-title {
  /* background-color: #ddd; */
  padding: 5px 0px;
  margin-top: 20px;
  font-size: 14px;
}
.file-uploaded p {
  padding: 0;
  color: #109b27;
}
.uploaded-msg-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .file-uploaded-icons {
} */
.file-uploaded-icons a {
  margin: 0;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 0;
}
.file-uploaded-icons i {
  margin: 0;
  line-height: 0;
  font-size: 14px;
  background-color: red;
  padding: 10px 5px;
  color: #fff;
  border-radius: 5px;
}
/*---------------------->end document upload<---------------------------*/

/* .configration-tabs-main-box-cus {
} */
.configration-tabs-main-box-cus .nav-tabs {
  border-bottom: none;
  margin: 20px 10px;
  border: 1px solid #f3f3f3;
  width: 65%;
  justify-content: start;
  border-radius: 8px;
  background-color: #f3f3f3;
  padding: 7px 7px;
}
/* .configration-tabs-main-box-cus .nav-tabs .nav-item {
} */
.configration-tabs-main-box-cus .nav-tabs .nav-link {
  border: none;
  border-bottom: none;
  border-radius: 0;
  margin-right: 10px;
  color: #f27136;
  font-size: 14px;
  text-align: start;
  padding: 8px 20px;
  background-color: #ffffff00;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}
.configration-tabs-main-box-cus .nav-tabs .nav-link i {
  font-size: 20px;
}
.configration-tabs-main-box-cus .nav-link:focus-visible {
  box-shadow: none;
}
.configration-tabs-main-box-cus .nav-tabs .nav-link:focus,
.configration-tabs-main-box-cus .nav-tabs .nav-link:hover {
  isolation: isolate;
  color: #f27136;
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  box-shadow: none;
  border: none;
  border-bottom: none;
  border-radius: 8px;
}
.configration-tabs-main-box-cus .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px;
}
.configration-tabs-main-box-cus .nav-tabs .nav-item.show .nav-link,
.configration-tabs-main-box-cus .nav-tabs .nav-link.active {
  background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  color: #f27136;
  box-shadow: none;
  border: none;
  border-bottom: none;
  border-radius: 8px;
}
.configuration-tab-in-tab-cus {
  margin-left: 0px;
}
.configration-tabs-main-box-cus .configuration-tab-in-tab-cus .nav-tabs .nav-link {
  border: none;
  border-bottom: none;
  border-radius: 0;
  margin-right: 30px; 
  font-size: 16px;
  text-align: start;
  padding: 8px 0px;
  background-color: #ffffff00;
  color: #555;
}
.configration-tabs-main-box-cus
  .configuration-tab-in-tab-cus
  .nav-tabs
  .nav-link:hover {
  border-bottom: 2px solid #f27136;
  border-radius: 0;
  margin-right: 30px;
  color: #f27136;
  font-size: 16px;
  text-align: start;
  padding: 8px 0px;
  background: #ffffff00;
}
.configration-tabs-main-box-cus
  .configuration-tab-in-tab-cus
  .nav-tabs
  .nav-item.show
  .nav-link,
.configration-tabs-main-box-cus
  .configuration-tab-in-tab-cus
  .nav-tabs
  .nav-link.active {
  color: #f27136;
  background: #fff;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #f27136;
  border-radius: 0;
}
.configration-tabs-main-box-cus .configuration-tab-in-tab-cus .nav-tabs {
  border-bottom: none;
  margin: 20px 0;
  border: none;
  width: 100%;
  justify-content: start;
  border-radius: 8px;
  background-color: #f3f3f300;
  padding: 7px 7px;
}
.configuration-tab-in-tab-form-main-cus {
  width: 70%;
  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
  padding: 15px 30px;
}
.configuration-tab-in-tab-form-main-cus .cus-title {
  margin-left: -10px;
  font-size: 22px;
  margin-bottom: 20px;
}
.input-checkbox-cus {
  width: auto;
}
.datepicker .datepicker-months table tr td span {
  display: block;
  width: 22%;
  height: 35px;
  line-height: 35px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
.datepicker .datepicker-years table tr td span {
  display: block;
  width: 23%;
  height: 35px;
  line-height: 35px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dashboard-date-wise-cus {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  position: relative;
}
.dashboard-date-wise-cus .new-link-defult {
  position: absolute;
  height: 18px;
  top: -6px;
  width: 18px;
  padding: 0px;
/*background: red;*/
  line-height: normal;
  border-radius: 50%;
  border: none;
  right: -6px;
  font-size: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.dashboard-date-wise-cus .btn-link-default {
  background: #f28128 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  height: 38px;
  margin-bottom: 6px;
  line-height: 38px;
  border-radius: 4px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
}
.dashboard-date-wise-cus .btn-link-default:hover {
  border: none;
}
.configuration-table-cus-td-inner {
  width: 20%;
  display: inline-block !important;
  overflow: hidden !important;
}
.table-data-large-cus-main {
  overflow-x: auto;
}
.table-data-large-cus-main .table-responsive {
  overflow: visible;
}
.table-data-large-cus-main .page-wrapper {
  overflow: visible;
}
.table-data-large-cus-main .feature-box-style-12 {
  overflow: visible; 
}
.today_card.inner-dashboxes {
  padding: 0 0px;
}
.login-page-left-img-cus img {
  width: auto;
  height: 650px;
  border-radius: 0px 10px 10px 0px;
}
.login-form-box-main-cus {
  position: relative;
  margin-top: 0%;
  width: 100%;
  background: #fff;
  box-shadow: none;
  border-radius: 10px 0 0px 10px;
  padding: 30px 30px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.erp-industrial-login-logo {
  width: 50%;
  margin: 0 auto 10px;
}
.erp-industrial-login-logo img {
  width: 130px;
  height: auto;
}
.upcoming-enq span {
  display: inline-block !important;
}
.payment-receipt-logo-below-point {
  padding: 0 10px;
}
.login-form-box-main-cus .captcha_code {
  position: relative;
}
.login-form-box-main-cus .captcha_code span {
  padding: 5px 0px 5px 5px;
  background: #000;
  display: flex;
  width: 100px;
  height: 44px;
  position: absolute;
  right: 6px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0px;
}
.login-form-box-main-cus .captcha-refresh-btn {
  width: 15px;
  cursor: pointer;
}
.rjd-login-textbox-cus-num.captcha_code .form-control {
  padding: 0.65rem 0rem 0.65rem 0.5rem;
}
.textbox-error-msg-captcha {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.configuration-sms-setting-view-main-box {
  box-shadow: 0 0 5px 1px #e7e7e7;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.configuration-sms-setting-view-single {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  position: relative;
}
.configuration-sms-setting-data-view {
  /* width: 25%; */
  width: auto;
}
.configuration-sms-setting-data-view .heading {
  padding: 0;
  color: #f27136;
  font-size: 12px;
  overflow: hidden;
}
.configuration-sms-setting-data-view .data {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
}
.configuration-single-edit-btn {
  position: absolute;
  top: -15px;
  right: -20px;
  background-color: #084062;
  padding: 2px 5px;
  cursor: pointer;
}
.configuration-single-edit-btn i {
  color: #fff;
}
.configuration-sms-setting-data-view-message {
  width: 100%;
}
.configuration-seting-view-note {
  width: 100%;
}
/* .associates-leads-agreement-main-cus {
} */
.associates-leads-agreement-term-condition-content {
  margin-top: 30px;
}
/* .associates-leads-agreement-main-cus .title {
} */
.associates-leads-agreement-main-cus .title h2 {
  font-size: 20px;
  text-align: center;
}
/* .associates-leads-agreement-main-cus .inner-title {
} */
.associates-leads-agreement-main-cus .inner-title h2 {
  font-size: 18px;
  text-align: center;
}
.list-style-alphabetz-cus {
  margin-top: 10px;
}
.list-style-alphabetz-cus ol {
  list-style-type: lower-alpha;
}
/* .list-style-alphabetz-cus li {
} */
.associates-leads-agreement-main-cus .signature-box-main-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* .associates-leads-agreement-main-cus .associate-signature {
} */
.associates-leads-agreement-main-cus .associate-signature h2 {
  font-size: 12px;
  font-style: italic;
}
/* .associates-leads-agreement-main-cus .team-head-signature {
} */
.associates-leads-agreement-main-cus .team-head-signature h2 {
  font-size: 12px;
  font-style: italic;
}
.eye-icon {
  position: absolute;
  right: 10px;
  bottom: 12px;
  cursor: pointer;
}
/*---------------new css---------------------*/
.dashboard-card {
  position: relative;
  padding: 8px;
  /* background: #ddd; */
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: visible;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #fbcbbb, #fbcbbb);
}
.dashboard-card .inner-card {
  background-color: #fff;
  padding: 15px 8px;
  border-radius: 15px;
  position: relative;
  .dash-borad-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 19%;
    height: 50px;
    background: #fbcbbb;
    border-bottom-left-radius: 24px;
    &::before,
    &::after {
      content: "";
      position: absolute;
      height: 24px;
      width: 24px;
      background: radial-gradient(
        circle 24px at bottom left,
        #0000 98%,
        #fbcbbb
      );
    }

    &::before {
      top: 0px;
      left: -24px;
    }
    &::after {
      top: 50px;
      right: 0;
    }
  }
}

.dashboard-card .card-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  font-weight: 500;
}
.dashboard-card .dropdown {
  font-size: 0.75rem;
  background: #f3f3f3;
  padding: 4px 8px;
  border-radius: 10px;
}
.dashboard-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard-card .card-main {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-card .arrow-curve-wrapper {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffff;
  border-radius: 50%;
  padding: 6px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  z-index: 1;
}
.dashboard-card .arrow-button {
  background: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-card .arrow-button svg {
  width: 18px;
  height: 18px;
  background: transparent;
}
.dashboard-card .count {
  font-size: 20px;
  font-weight: 500;
  color: #212529;
}
.dashboard-card .inner-card .title {
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #212529;
  padding-bottom: 15px;
}
.header-top-cus {
  background-color: #fbcbbb;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}
.top-menu {
  margin-bottom: 20px;
}
.header-top-cus .header-top-icon-shape img {
  width: 90px;
  height: 90px;
  margin: auto;
}
.header-top-cus .menu-inner {
  background-color: #fff;
  padding: 15px 8px;
  border-radius: 15px;
  position: relative;

  .dash-borad-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 50px;
    background: #fbcbbb;
    border-bottom-left-radius: 24px;

    &::before,
    &::after {
      content: "";
      position: absolute;
      height: 24px;
      width: 24px;
      background: radial-gradient(
        circle 24px at bottom left,
        #0000 98%,
        #fbcbbb
      );
    }
    &::before {
      top: 0px;
      left: -24px;
    }
    &::after {
      top: 50px;
      right: 0;
    }
  }
}
.header-top-cus .top-right-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffff;
  border-radius: 50%;
  padding: 6px;
  z-index: 1;
}
.header-top-cus .top-right-icon .arrow-icon-2 {
  background: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-date-wise-cus .months-icon {
  padding-left: 32px;
  background: url(../images/month-calendar.png) no-repeat left;
  background-size: 16px;
  background-position-x: 8px;
}
.dah-search-icon {
  padding-left: 32px;
  background: url(../images/dash-search.png) no-repeat left;
  background-size: 20px;
  background-position-x: 8px;
}
.paddingleft {
  padding-left: 0px;
}
/* Enable interaction on mobile for canvas and SVG */
canvas,
svg {
  touch-action: manipulation;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

/* Tooltip container must not block touch */
#donut > div[style*="position: absolute"] {
  pointer-events: none !important;
}

/* Optional: higher z-index for interactivity, if needed */
#donut svg path {
  pointer-events: auto;
}
#donut {
  text-align: center;
  display: flex;
  justify-content: center;
}

.highlight-today {
  background-color: #f0ad4e; /* Highlight color */
  color: white;
  font-weight: bold;
}

.disabled {
  background-color: #e9ecef; /* Light grey to indicate disabled state */
  pointer-events: none; /* Disable mouse events like clicking */
  color: #aaa; /* Grey out the text */
}
.booking-sale {
  min-height: 365px;
}
/* #columnchartContainer .apexcharts-legend{
  justify-content: end;
    padding-right: 35px;
    top: 0;
} */
.apexcharts-yaxis-title text {
  font-weight: 400;
  font-size: 14px;
}
#doughnut_chart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Optional: set height if needed */
}
#doughnut_chart .apexcharts-toolbar {
  margin-top: -44px;
  margin-right: 3px;
}
#donut .apexcharts-toolbar {
  margin-top: -24px;
  margin-right: 10px;
}
.custom-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.apexcharts-tooltip.apexcharts-theme-light {
  padding: 5px !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text,
.apexcharts-tooltip.apexcharts-theme-light div {
  font-size: 12px;
  line-height: 20px;
}
.apexcharts-xaxis text,
.apexcharts-legend-text,
.apexcharts-yaxis text {
  font-family: Okra, sans-serif, Arial !important;
}
#columnchartContainer .apexcharts-toolbar,
#bar_graph1 .apexcharts-toolbar,
#bar_graph .apexcharts-toolbar {
  height: 0px;
}
#chartContainer .apexcharts-toolbar {
  top: 4px;
}
#earning .apexcharts-legend-series {
  margin-top: 0px !important;
}
#columnchartContainer .apexcharts-datalabels .apexcharts-data-labels text,
.apexcharts-data-labels text {
  font-family: Okra, sans-serif, Arial !important;
  font-weight: 500;
}
#chartContainer .apexcharts-legend {
  justify-content: right;
  padding-top: 0px;
  margin-bottom: 12px;
  margin-right: 15px;
  margin-top: -4px !important;
}
#chartContainer .apexcharts-legend .apexcharts-legend-text,
#earning .apexcharts-legend .apexcharts-legend-text {
  padding-right: 8px;
  font-size: 14px !important;
  padding-left: 18px;
}
#earning .apexcharts-legend {
  justify-content: right;
  margin-bottom: 12px;
  margin-right: 25px;
  margin-top: -47px;
}
#earning .apexcharts-canvas text {
  font-family: Okra, sans-serif, Arial !important;
  font-size: 15px;
}
.login-form .form-group-cus .fa-eye-slash,.login-form .form-group-cus .fa-eye{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 4px !important;
  left: 90%;
  top: 10px;
  font-size: 16px;
  color: #cccccc;
  z-index: 111;
}
.header-setting-icon a{
font-size: 20px !important;
color: #f27136 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
    height: 38px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 4px;
    height: 38px !important;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #444; 
	font-size: 14px;
}
.select2-container{
	/*width: 100% !important;*/
	/*z-index: 9999;*/
}
.select2-dropdown{
z-index: 9999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	height: 15px;
  margin-right: 18px;
  padding-right: 0px;
  color: red;
  margin-top: -4px !important;
}
.loading-state {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 5px solid #ddd;
	border-top-color: #095998;
	animation: loading 1s linear infinite;
}
.new-link-defult-close{
	position: absolute;
    top: 0;
    right: 0;
    margin-right: -6px;
    background: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-top: -7px;
    font-size: 12px;
    padding: 1px;
    cursor: pointer;
	z-index: 9999;
}
.payment-receipt-note-cus{
	border-top: 1px solid #ddd;
    padding: 15px;
}
.payment-receipt-note-cus .note-text{
padding: 0;
}
.receipt-box.payment-receipt-box-main-cus .form_inner .payment-receipt-note-cus ol{
    margin: 0;
    margin-left: 12px;
    margin-right: 0; 
}
.payment-receipt-note-cus li{
	margin-bottom: 5px;
    display: list-item;
}
.new-dash-box .card{
	min-height:112px;
}
.select2-selection__clear span{
	display: none;
}
@keyframes loading {to { transform:rotate(360deg);
}
}
@media screen and (max-width: 767px) {
  .panel-cus-title-cus h3 {
    font-size: 16px !important;
  }
  #earning .apexcharts-legend {
    margin-right: -13px !important;
    margin-top: -10px !important;
  }
  .calendar-control-cus-main{
    margin-bottom: 10px !important;
  }
}

.extradvidstylerep {
display: block !important;
}
