@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: 12px;
  background-color: #f3f4f7;
  font-family: Okra, sans-serif, Arial;
  margin: 0;
  color: #333;
  line-height: 1.2;
  overflow-x: hidden;
  text-transform: uppercase;
}
*,
*::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: 0px;
    background-color: #F5F5F5;
}
.custom-scroll::-webkit-scrollbar
{
    width: 10px;
    height: 7px;
    background-color: #F5F5F5;
}
.custom-scroll::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9999994d;
}
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #9999994d;
}*/
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 20, 26, 0.2) transparent;
}

.dark * {
  scrollbar-color: rgba(var(255, 255, 255), 0.16) transparent;
}

*::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(var(11, 20, 26), 0.2);
}

.dark *::-webkit-scrollbar-thumb {
  background-color: rgba(var(255, 255, 255), 0.16);
}

*::-webkit-scrollbar-track {
  background: rgba(var(255, 255, 255), 0.1);
}

.dark *::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-scroll {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: blue;
}
.custom-scroll::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(205, 197, 234, 0);
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #cdc5ea;
  border-radius: 20px;
}

label {
  display: inline-block;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: -2px;
}

/*-------- 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;
}
.logo-icon {
  padding: 0px 10px;
  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: green;
}
.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;
}
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: #0d80da;
  color: #f1f1f1;
  text-shadow: none;
  outline: 0;
}
::selection {
  background: #0d80da;
  color: #f1f1f1;
  text-shadow: none;
}
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;
  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: #555;
}
:-moz-placeholder {
  color: #555;
}
::-moz-placeholder {
  color: #555;
}
:-ms-input-placeholder {
  color: #555;
}

/* ----- 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: green;
}
.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;
}
.marg-bt22 {
  margin-bottom: 22px;
}
.centerdv {
  margin: auto;
  float: none;
}
.relative_box {
  position: relative;
}
.pointers {
  cursor: pointer;
}
.pad_box1 {
  padding: 15px;
}
.pad_box2 {
  padding: 15px 20px;
}
.pad_box3 {
  padding: 15px;
}
.pad_box5 {
  padding: 5px;
}
.advert,
.marg-top10 {
  margin-top: 10px;
}
.about-content {
  margin-top: 20px;
}
.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: 59px 0px 50px;
}
.link {
  cursor: pointer;
  display: block;
  overflow: hidden;
}

/* -----  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 #555;
}
.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: green;
}
.ph1 i {
  background: green;
  color: #fff;
  padding: 4px 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.locs i {
  background: green;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.quartrs p i {
  background: green;
  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: green;
}
.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: green;
}
.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: #555;
  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: green;
}
.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-style1.profile-card-view-cus-main {
  box-shadow: 0 1px 2px 0px #eee;
  border: 1px solid #787878;
  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: green;
  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: green;
}
.special-record {
  width: 40%;
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin: 40px auto 70px;
  box-shadow: 0px 0px 1px 0px #555;
}
.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: green 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: #555;
}
.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: green;
  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: green;
  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: green;
  border: 1px solid green;
}
.bt-link.link {
  background: green;
  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: #555;
  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: 5px;
}
.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;
  padding-left: 0.6rem;
  /*  margin-bottom: 18px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  /*    background: #fff;*/
  /*    background-image: none;*/
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  -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;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
}
.home-search-form .form-control {
  margin-bottom: 0px;
}
.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;
}

/* ----- 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: green;
}
/*---- Footer ----*/
.footer {
  background: #fff;
  margin-top: 20px;
  color: #666;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0;
  text-align: left;
  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: green;
}
.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: green;
}
.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;
}
.sidebar-menu > ul > li.menu_title {
  font-size: 12px;
  color: #b5b5c3;
  padding-left: 15px;
  opacity: 1.7;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 20px;
  height: 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: #555;
  padding: 0px;
  text-transform: capitalize;
}
.widget.widget-category ul li a:hover {
  color: green;
}
.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 #555;
}
.box-intro-background h2 {
  color: green;
}
.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: #0d80danone 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: #555;
  font-size: 15px;
}
.newsletter-popup-info input[type="submit"] {
  background: green 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: green;
}
.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: green;
  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 green;
  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: green;
}
.postbtn .fa {
  padding-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
.address-que p {
  line-height: normal;
  padding: 0;
  padding-left: 5px !important;
}
.que-bill-add-main {
  min-height: 176px;
  border-bottom: 1px solid #e8e8e8;
}
.que-side-open-doc p {
  line-height: normal;
  padding: 2px 5px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.que-side-open-doc p:last-child {
  border-bottom: none;
}
.que-side-open-doc-dyn-data-custom p {
  border-right: none;
}
.quotation-delivery-details {
}
.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 green;
}
.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;
}

.login-box {
  background: #fff;
  box-shadow: 0px 0px 2px 0px #888;
  margin-top: 35%;
  padding: 30px 0;
  border-radius: 6px;
}

.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: green;
  text-transform: capitalize;
}
.login-form h4.small-text {
  font-size: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #ff0000;
  margin-top: 10px;
  letter-spacing: 0.01px;
}
.about-small-text a {
  color: green;
  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: #0d80da;
  border: 1px solid #0d80da;
}
.login-form a {
  color: #0d80da;
}
.login-form a:hover,
.forgtxt:hover {
  color: green;
}
.forgtxt {
  font-size: 14px;
  color: green;
}
.forgtxt:hover {
  color: #0d80da;
}
.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: green;
}
.form-group {
  margin-bottom: 18px;
  /*  padding: 0 5px;*/
  position: relative;
}
.form-group1 {
  margin-bottom: 5px;
}
.form-group label,
.form-group1 label {
  display: inline-block;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: -2px;
}
.login-option {
  padding: 40px 30px;
  text-align: center;
}
.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-submit-form,
.sub-btn {
  background: green none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 4px;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
  width: auto;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.btn-submit-form:hover,
.sub-btn:hover {
  background: #0d80da none repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.12);
}
.btnSubmit {
  background-color: green;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid green;
  color: #ffffff;
  width: 200px;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.btnSubmit:hover {
  background: #0d80da none repeat scroll 0 0;
  border: 1px solid #0d80da;
  color: #fff;
}
.sub-btn1 {
  cursor: pointer;
  background: green 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: #0d80da;
  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: #555;
  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: green;
}
.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: 500;
}
.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: #555;
  font-size: 15px;
}
.widget-post-list a::before {
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: -5px;
  color: #555;
  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;
}
.feature-box-style-12 {
  /*box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0 0 30px;
  padding: 15px 15px 10px;
  overflow: hidden;*/
  padding: 24px 0;
}
.feature-box-style-14 {
  /*background: #f4f3f3 none repeat scroll 0 0;
    box-shadow: 0px 0px 2px 0px #aaa;*/
  margin-bottom: 30px;
  box-shadow: 0px 4px 10px 1px rgb(48 46 56 / 15%);
  background-color: #fff;
  border-radius: 0.5rem;
}
.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-width02 {
  width: 6%;
}
.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%;
}
.box-width13 {
  width: 33%;
}
.box-width14 {
  width: 36%;
}
.box-width15 {
  width: 40%;
}
.box-width20 {
  width: 60%;
}
.left-boxwidth {
  width: 20%;
}
.right-boxwidth {
  width: 100%;
}
.squrebox {
  width: 10px;
  height: 10px;
  margin: 0 5px 2px;
  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: 10px;
  margin: 0 3px;
  height: 10px;
  border-radius: 50%;
  background: #5cb85c;
  display: inline-block;
}
.admin-head {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.admin-head p {
  color: #555;
  font-size: 14px;
  padding: 6px 6px;
  border-right: 1px solid #eee;
  text-align: center;
}
.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: 0 0px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  margin-bottom: 6px;
}
.adtab-detail h2 {
  margin: 0px 0 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* padding-left: 8px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: rgb(0 0 0);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 38px;
}
.dashboard-heading-cus h2 {
  font-size: 16px;
  color: rgb(0 0 0);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 38px;
}
.table-search-box-padding-cus {
  padding: 0 6px;
}
.table-head span {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.table-head-custom-pdf-d span {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.table-cont-custom-pdf-d p {
  font-size: 12px;
}
.table-cont-custom-pdf-d {
  padding: 2px 5px !important;
  font-size: 12px;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-left: none !important;
  border-top: none !important;
}
.table-cont-custom-pdf-d:nth-last-child(1) {
  border-right: none !important;
  border-bottom: 1px solid #ddd !important;
  border-left: none !important;
  border-top: none !important;
}
.stamp-box-text {
  padding-right: 10px !important;
}
.followup-box {
  border: 1px solid #eee;
  margin: 1px 1px;
}
.followup-box-table {
  border: none;
  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: 35px;
  line-height: 35px;
}
.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: 13px;
  margin: 0;
  height: 38px;
  border-right: 1px solid #e5e5e5;
  padding: 0px 5px;
  line-height: 38px;
  overflow: hidden;
  text-transform: none;
  word-break: break-word;
}
.enquery-desc-custom p {
  color: #333;
  font-size: 12px;
  margin: 0;
  height: 30px;
  /*border-right: 1px solid #e5e5e5;*/
  padding: 0px 5px;
  line-height: 30px;
  overflow: hidden;
}
.enquery-desc-custom-total-row {
  border-bottom: 1px solid #e5e5e5;
}
.bill-bg {
  background-color: #f9f9f900;
  padding: 0 5px !important;
  font-weight: 600;
}
.qr-image {
  min-height: 145px;
}
.qr-image p {
  text-align: center;
}
.qr-image img {
  margin: 0 auto;
  display: block;
  width: 20%;
  padding-bottom: 10px;
}
.table-cont:last-child p {
  border-right: none;
}
.table-cont p a {
  padding: 2px 4px;
  background: #0d80da;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  transition: all 0.3s ease-out 0s;
}
.product-image-inventory {
  color: #333;
  font-size: 13px;
  margin: 0;
  height: 38px;
  /*border-right: 1px solid #e5e5e5;*/
  padding: 0px 5px;
  line-height: 38px;
  overflow: hidden;
  text-transform: none;
  word-break: break-word;
}
.table-cont p a:hover {
  background: green;
}
.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: green;
  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-box img {
  height: auto;
  width: 30px;
}
.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: green 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 h1 {
  font-size: 16px !important;
}
.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: green;
  border: 1px solid green;
}
.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: 12px;
}
.chart-box {
  padding: 20px 0 20px;
}
.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: #555;
}
.chart path:hover {
  opacity: 0.8;
}
.upcoming-enq {
  margin: 0px;
  padding: 20px 30px;
}
.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 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: 60px;
}
.header_flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-left {
  position: relative;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 0 10px 0 10px;
}
.menu-active .header .header-left {
  width: 100px;
}
.header .header-left .logo {
  display: block;
  padding: 0 0px;
}
.header .header-left .logo img {
  width: 180px;
  height: auto;
}
.header .header-left .logo-icon img {
  max-height: 45px;
  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: 15px;
  padding-right: 15px;
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 85%;
}
.menu-active .user-menu {
  width: 93%;
}
.user-menu.nav > li {
  display: inline-block;
}
.user-menu.nav > li:last-child a {
  padding-right: 0;
}
.user-menu.nav > li > a {
  position: relative;
  /*	color: #333;*/
  font-size: 13px;
  padding: 19px 15px;
}
.user-menu.nav > li.noti-dropdown > a,
.user-menu.nav > li.nav-report-icon > a {
  font-size: 20px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: green;
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
  color: green;
}
.badge {
  display: inline-block;
  padding: 4px 1px;
  min-width: 18px;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  color: #fff;
  background-color: #0d80da;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  right: 2px;
}
.noti-dropdown.open > .fixed_right_box {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.user-img {
  display: inline-block;
  padding-right: 6px;
  position: relative;
}
.user-img img {
  height: 40px;
  object-fit: cover;
  width: 40px;
  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;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.avatar {
}
.avatar .avatar-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.rounded-circle {
  border-radius: 100%;
}
.dropdown-menu {
  float: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.user-menu .dropdown-menu {
  min-width: 220px;
  padding: 0;
  left: auto;
  right: 0;
  overflow: hidden;
}
.user-menu .dropdown-menu .dropdown-item {
  font-size: 13px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  padding: 10px 10px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: green;
}
.user-menu .dropdown-menu .dropdown-item:hover i {
  color: green;
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
  background-color: green;
  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: green;
  margin-right: 10px;
  text-align: center;
  width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
  color: green;
  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;
  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: #f2f2f2;
  display: block;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 0px;
}
.user-menu .dropdown-menu .dropdown-item i {
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 8px 8px;
  border-radius: 8px;
  margin-right: 5px;
}
.user-header .user-text {
  margin-left: 0px;
  margin-top: 10px;
}
.user-header .user-text h6 {
  margin-bottom: 2px;
  font-size: 14px;
}

.user-header .user-text p {
  padding-bottom: 0;
  font-size: 11px;
}
.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: #fff;
  margin-top: 60px;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  border-right: 1px solid #e5e5e5;
  width: 200px;
  height: auto;
  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;
}
.menu-active .sidebar-inner {
  /*    height: calc(100% - 0.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;
}
.menu-active .sidebar-menu {
  padding: 0px 0 220px;
}
.menu-active .sidebar-menu > ul > li > a {
  display: block;
  text-align: center;
}
.menu-active .sidebar-menu > ul > li .sub-menu li {
  margin-left: 5px;
}
.sidebar-menu {
  padding: 0px 0 160px;
}
.sidebar-menu ul {
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-menu li a {
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  padding: 0 20px;
}
.sidebar-menu li a:hover {
  color: green;
}
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li > a.active {
  background: #f2f2f2;
  color: green;
}
.sidebar-menu > ul > li.active > a:hover {
  background: #f2f2f2;
  color: green;
}
.sidebar-menu > ul > li > a:hover i {
  background: none;
}
.menu-active .sidebar-menu > ul > li > a span {
  display: block;
  font-size: 11px;
}
.menu-active .sidebar-menu .menu-arrow {
  /*  display: none;*/
}
/*--
.sidebar-menu li.active a {
    background: #313091;
    color: #fff;
}
--*/
.sidebar-menu ul ul a.active {
  color: green;
  text-decoration: none;
}
.sidebar .sidebar-menu > ul > li > a > span {
  display: inline-block;
  margin-left: 4px;
  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 ul li a {
  display: block;
  font-size: 12px;
  padding: 5px 1px 5px 8px;
  position: relative;
}
.sidebar-menu ul ul li a i {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 20px !important;
  vertical-align: middle;
  padding-left: 0;
  /* background-color: rgba(0, 0, 0, .1); */
  margin-right: 5px;
}
.sidebar-menu ul ul li a span {
  padding-left: 2px;
}
.menu-active .sidebar-menu ul ul li a {
  font-size: 15px;
  padding: 5px 2px;
  text-align: center;
  line-height: 12px;
}
.menu-active .sidebar-menu ul ul li a span {
  padding-left: 0;
  padding-top: 2px;
  display: block;
  font-size: 10px;
}
.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;
}
.sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
}
.sidebar-menu .menu-arrow {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 12px;
  -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";
}
.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 > ul > li > a {
  align-items: center;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  padding: 5px 5px 5px 6px;
  margin: 8px 5px;
  position: relative;
  color: #555;
  background-color: #f7f7f700;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu > ul > li .sub-menu {
}
.sidebar-menu > ul > li .sub-menu li {
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #e0e8f600;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu > ul > li .sub-menu li:hover {
  background-color: #f2f2f2;
}
.sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px !important;
  vertical-align: middle;
  padding-left: 0;
  /*background-color: rgba(0,0,0,.1);*/
  border-radius: 5px;
  margin-right: 5px;
}
.sidebar-menu li a > .badge {
  color: #fff;
}
.page-wrapper {
  overflow: hidden;
  position: relative;
  margin-left: 200px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menu-active .page-wrapper {
  margin-left: 100px;
}
.menu-active .side-menu {
  width: 100px;
}
.menu-active .header .header-left .logo {
  display: none;
}
.menu-active .logo-icon {
  display: block;
}
.menu-active .sidebar-menu ul li a i {
  margin-right: 0;
}
/*-- Scrollbar --*/
.side-menu::-webkit-scrollbar {
  width: 5px;
}
/*-- Scrollbar Track --*/
.side-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #c1c1c1;
  border-radius: 10px;
}
/*-- scrollbar Handle --*/
.side-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
/*-- 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: 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_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_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%);
}
.add_inner_box,
.notify_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 600px;
  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: 600px;
  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: 600px;
  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: 600px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.quotgen_inner_box {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #aaa;
  width: 55%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

.other_inner_box .input-group {
  border-left: none;
}

.rttop_title {
  margin-bottom: 25px;
  position: relative;
}
.rttop_title h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 8px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.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: 600px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: #dc3545;
  z-index: 800;
}
.close_icon:hover {
  color: #fff;
  background: #dc3545;
}
.quotgenclose_icon {
  position: fixed;
  top: 0;
  right: 55%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: #0d80da;
  z-index: 800;
}
.quotgenclose_icon:hover {
  color: #fff;
  background: green;
}
.delete_btn_box .btn {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  width: auto;
  min-width: 100px;
  margin-bottom: 12px;
}
.delete_btn_box {
  margin-left: 5px;
  margin-right: 5px;
}
.send_btn_box .btn {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  width: auto;
  min-width: 100px;
  border: 1px solid #0d80da;
  color: #0d80da;
  margin-bottom: 12px;
}
.send_btn_box .btn:hover {
  background: #0d80da;
  border: 1px solid #0d80da;
  color: #fff;
}
.add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.add_btn_box .add_btn {
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.add_btn {
  position: relative;
  background: none;
  color: #0d80da;
  border: 1px solid #0d80da;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  background-color: #fff;
  width: auto;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.add_btn:hover {
  background: #0d80da;
  border: 1px solid #0d80da;
  color: #fff;
}
.cancle-btn {
  position: relative;
  background: none;
  color: #0d80da;
  border: 1px solid #0d80da;
  cursor: pointer;
  margin-top: 0px;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
  width: auto;
  min-width: 100px;
  text-align: center;
  display: inline-flex;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.add_btn_box .add_btn i {
  font-size: 14px;
}

.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;
}
.my_modal .modal-title {
  text-transform: none;
  margin-top: 5px;
}
.my_modal .modal-body {
  padding: 5px 15px 15px;
}
.my_modal .modal-header .close {
  position: absolute;
  top: 1px;
  right: 2px;
  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: 0.7;
  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 green;
  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: green;
}
.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-toggle {
  background: none;
  color: #0d80da;
  border: none;
  display: block;
  font-size: 17px;
}
.action .dropdown-toggle:hover {
  color: green;
}
.action.open .dropdown-toggle .fa:before {
  content: "\f106";
}
.action .dropdown-menu {
  text-align: left;
  left: -10px;
  right: auto;
}
.action .dropdown-menu-popup-inner {
  text-align: left;
  left: auto;
  right: 0;
}
.action .dropdown-menu > li > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 3px 12px;
  font-size: 13px;
}
.action .dropdown-menu > li > a i {
  font-size: 10px;
  width: 18px !important;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-left: 0;
  background: #0d80da;
  color: #fff;
  border-radius: 4px;
  margin-right: 4px;
}
.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 #555;
  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;
}
.dear-sir-content {
  padding: 10px 20px;
}
.dear-sir-content h5 {
  font-size: 12px;
}
.dear-sir-content p {
  font-size: 12px;
  padding: 0;
}
.items-name-custom {
  font-weight: 700;
  margin-right: 5px;
  text-transform: capitalize;
}
.type-custom {
  font-weight: 700;
  float: right;
  padding: 0;
  padding-top: 0px;
}
.joinus_bg {
  background: url(../images/5153829.jpg);
  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: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 10px;
  padding: 40px 40px;
  min-height: 100%;
  /*    min-height: 440px;*/
}
.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: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #072654;
}
.rjd-login-title p {
  font-size: 10px;
  line-height: 1.4;
  padding: 0;
}
.relative {
  position: relative;
}
.rjd-login-textbox-cus-num .form-control {
  display: block;
  width: 100%;
  height: 48px !important;
  padding: 0.65rem 2rem 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: 6px;
  -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;
}
.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%;
}
.input-error-msg {
  position: absolute;
  font-size: 10px;
  left: 0px;
  bottom: -18px;
}
.btn-submit-form-rjd-login {
  border-radius: 6px;
  margin: 0px 0 0;
  min-width: 100%;
  background-image: linear-gradient(to right, #fbbf24, #ea580c);
  height: 48px;
  transition: all 0.3s;
  font-size: 16px;
}
.btn-submit-form-rjd-login:hover {
  background-image: linear-gradient(to right, #ea580c, #fbbf24);
}
.forget-text {
  margin-left: 0px;
  cursor: pointer;
}
.backtologin {
  margin-top: 10px;
}
.forget-text a {
  font-size: 12px;
}
.backtologin a {
  border: 1px dashed #ddd;
  padding: 5px 10px;
}
.forget-desc-cus {
  margin-bottom: 15px;
}
.linktxt-cus p {
  font-size: 12px;
  padding: 0;
  font-weight: 600;
  color: #505050;
}
.filter-btn-add-new-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.search-dropdown-custom-mng {
  position: relative;
  background-color: #0d80da;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: 100px;
  color: #fff;
  margin-bottom: 12px;
}
.search-dropdown-custom-mng i {
  color: #fff;
}
.add_btn_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.add_btn_box .add_btn {
  margin-left: 5px;
  margin-bottom: 12px;
}
/* Pagination */

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 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: #55555a;
  display: block;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.pagination-setup .pagination a:hover {
  background-color: #d2d2d2;
}
.home-search-form {
  width: auto;
  padding: 0;
}

.btn-link-default:hover {
  background: #0d80da;
  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: #0d80da;
  font-weight: 500;
  height: 38px;
  line-height: 32px;
  padding: 0px 10px;
  border-radius: 4px;
  text-transform: capitalize;
  min-width: 35px;
  text-align: center;
  border: 1px solid #0d80da;
}
.home-search-form .export-btn-cus .add_btn {
  padding: 0 10px;
  margin-bottom: 0px;
}
.search-refresh-btn {
  display: flex;
}
.btn-link-default:hover {
  background: #0d80da;
  color: #fff;
  border: 1px solid #0d80da;
  box-shadow: none;
}
.current_page {
  background: #0d80da;
  color: #fff !important;
}
.txttransf {
  text-transform: capitalize;
}
.adtab-detail h2 i {
  padding-right: 6px;
  font-size: 14px;
}
.bt-loadmore:hover {
  background: #ed3237;
  box-shadow: 0px 1px 2px 0px #000;
}
.bt-loadmore {
  min-width: 130px;
  color: #fff;
  background: #0077bd;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 38px;
  text-transform: capitalize;
}
.bt-radius,
.bt-radius span {
  border-radius: 4px;
}
.customer_details {
  position: relative;
}
.customer_details .address_box {
  border: 1px dashed #ddd;
  padding: 5px;
  height: auto;
}
.customer_details .address_dtls_box {
  border: 1px solid #ddd;
  height: auto;
}
.address_box p:nth-child(odd) {
  background: #fcfdff;
}
.address_box p {
  margin-bottom: 0;
  font-size: 13px;
  display: flex;
  line-height: 16px;
  padding: 3px;
}
.address_box strong {
  font-weight: 500;
  padding-right: 5px;
}
.pad-lft0 {
  padding-left: 0 !important;
}
.rt_box.address_box p {
  margin-bottom: 2px;
}
.form-contact,
.mt10 {
  margin-top: 10px !important;
  padding: 0 1%;
}
.hlt_txt {
  color: #0077bd;
  font-size: 13px;
  margin: 4px 0;
}
.hlt_txt span {
  display: inline-block;
  vertical-align: middle;
}
.link_box {
  display: flex;
  align-items: center;
  padding: 5px 10px 6px;
  margin-bottom: 10px;
  list-style: none;
  background: #fafcff;
}
.link_box li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px dashed #ccc;
  line-height: 1;
}
.link_box li a {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
}
.link_box li a i {
  padding-right: 5px;
  color: #0077bd;
  font-size: 14px;
}
.table_view {
  border: 1px solid #e8e8e8;
  padding: 0;
}
.bdr-btm-rgt-none {
  border-bottom: none !important;
  border-right: none !important;
}
.bdr-btm-rgt-none p {
  border-bottom: none !important;
  border-right: none !important;
}

.table_box {
  position: relative;
}
.company_details {
  position: relative;
  padding: 10px 10px;
}
.customer_details {
  position: relative;
}
.table_box .content {
  margin-bottom: 15px;
}
.table_box .contentdtls h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.table_box .content p {
  font-size: 13px;
  margin-bottom: 0;
}
.quote_hding {
  color: #f40202;
  display: inline-block;
  padding: 4px 12px 7px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
}
.quote_txtp {
  color: #333;
  font-size: 13px;
  margin: 0;
  height: 30px;
  border-right: 1px solid #e5e5e5;
  padding: 0px 5px;
  line-height: 30px;
  overflow: hidden;
}
.quote_txtrght {
  color: #333;
  font-size: 13px;
  margin: 0;
  height: 30px;
  padding: 0px 5px;
  line-height: 30px;
  overflow: hidden;
}
.quote_txt {
  background: #0f79bb;
  color: #fff;
  display: inline-block;
  padding: 4px 12px 7px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  width: fit-content;
}
.stmnhdingbdr {
  text-align: center;
  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%
  );
}
.company_details .clogo {
  display: block;
}
.company_details .clogo img {
  width: auto;
}
.company_details .quot_comp_address_box {
  text-align: center;
  /*float: right;*/
}

.company_details .address_box {
  border-left: 1px solid #eee;
  padding-left: 12px;
  margin-left: -15px;
}
.company_details h5 {
  margin: 2px 0 2px;
  font-size: 17px;
  font-weight: 700;
  color: #0f79bb;
  text-transform: uppercase;
}
.address_box {
  padding-left: 28px;
  width: 100%;
}
.rightsidemenuDv {
  /*  background: #fff;
  box-shadow: 0px 0px 1px 0px #aaa;
  border-radius: 2px;
  margin-top: 1%;*/
}
.stheadingdv {
  position: relative;
  background: #f8f9fa;
  padding: 0 0px;
  border-bottom: 2px dotted #ddd;
}
.stheadingdv h2 {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #c06523;
  text-transform: capitalize;
  position: relative;
}
.adglbitemmstdv .ui-front {
  z-index: 99999;
}
.adglbitemmstdv .datepicker-dropdown {
  z-index: 99999;
}
.term-condition p {
  padding: 0 5px;
}
.stborder-top {
  border-top: 1px solid #e8e8e8;
}
.stborder-bottom {
  border-bottom: 1px solid #e8e8e8 !important;
}
.stborder-right {
  border-right: 1px solid #e8e8e8;
}
.stborder-left {
  border-left: 1px solid #e8e8e8;
}
.stprodimgquot img {
  width: 38px;
}
.stmardtls {
  display: block !important;
  /* line-height: 40px !important;*/
  text-align: center;
}
.commnpgdshbrdboxwidth {
  width: 100%;
}
.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-top: 0px;
  margin-bottom: 6px;
}
.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%);
}
.box-bg-inner-page {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.flex_box_inner_page {
  display: flex;
  align-items: center;
}
.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-box-inner-page {
  padding: 10px 10px;
}
.report-box-inner-page {
  position: relative;
  padding: 0px 0px 0 15px;
}
.report-box-inner-page p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: normal;
  margin: 2px 0;
  color: #fff;
  font-weight: 500;
}
.report-icon-inner-page i {
  font-size: 24px;
}
.report-box-inner-page p.cont-inner-page,
.report-box1-inner-page p.cont-inner-page {
  font-size: 14px;
  font-weight: 600;
}
.cont-inner-page {
  margin-top: 0px;
  padding-bottom: 100px;
}
.bg1-inner-page {
  background: #0170be !important;
}
.bg2-inner-page {
  background: #01af4d !important;
}
.bg3-inner-page {
  background: #6c28a0 !important;
}
.bg4-inner-page {
  background: #ed3537 !important;
}
.bg5-inner-page {
  background: #02247d !important;
}
.bg6-inner-page {
  background: #e6bf00 !important;
}
.bg7-inner-page {
  background: #0170be !important;
}
.note_box_custom_inner {
  margin-right: 0;
  margin-left: 0;
}
.showalltext {
  height: auto !important;
  line-height: normal !important;
  text-align: left;
  padding: 1px !important;
}
.resettextfont {
  font-size: 12px !important;
}
.textcenter {
  text-align: center !important;
}
.box-bg.flex_box {
  border-radius: 4px;
  border: none;
  margin-bottom: 8px;
  margin-top: 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:hover {
  box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.report-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  font-size: 30px;
  border-radius: 4px;
}
.report-box p {
  text-align: center;
  margin: 0;
}
#accordionSingleOpen:hover {
  box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
#accordionSingleOpentwo:hover {
  box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
#accordionSingleOpenthree:hover {
  box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.box-bg {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.flex_box {
  display: flex;
  align-items: center;
}
.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: 70px;
  height: 70px;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  font-size: 36px;
  box-shadow: none;
  border-radius: 4px 0px 0px 4px;
}

.report-box {
  padding: 10px 10px;
}
.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;
}
.cont {
  margin-top: 0px;
  padding-bottom: 100px;
}
.bg1 {
  background: #0170be !important;
}
.bg2 {
  background: #01af4d !important;
}
.bg3 {
  background: #6c28a0 !important;
}
.bg4 {
  background: #ed3537 !important;
}
.bg5 {
  background: #02247d !important;
}
.btn-absent-danger {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 15px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-absent-danger span {
  background-color: #d1152d;
  color: #fff;
  font-weight: 600;
  display: inline;
  padding: 0.6em 1em 0.6em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.margin-t-20 {
  margin-top: 20px;
}
.notification-inner-dashboard {
}
.notification-inner-dashboard h4 {
  font-size: 12px;
}
.notification-inner-dashboard hover {
  box-shadow: none;
}
.notification-inner-dashboard a {
  padding: 3px 3px;
  background-color: #fff;
}
.panel-group-inner {
  margin-bottom: 5px;
}
.dashboard-link-text {
}
.dashboard-link-text p {
  text-align: center;
  padding-bottom: 0;
}
.dashboard-status-tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #edeff6;
}
.dashboard-status-tab .fntnwgtsty {
  padding-left: 15px;
  font-size: 11px;
  font-weight: 600;
}
.dashboard-status-tab p {
  padding-bottom: 0;
}
.dashboard-status-tab ul li a:after {
  content: "" !important;
  float: right;
}
.dashboard-status-tab ul .active {
  border-top: 2px solid red;
  border-radius: 5px;
  margin-right: 2px;
  margin-left: 2px;
}
.dashboard-status-tab ul li a {
  background-color: #fff;
  margin-right: -1px;
  border-bottom: none;
  margin-bottom: -4px;
}
.dashboard-status-tab ul li a:hover {
  background-color: #fff;
}

.panel-title {
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu-footer {
  display: none;
}
.paddingrightleft {
  padding-right: 6px;
  padding-left: 6px;
}
.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, #02247d);
}
.box-bg-6 {
  background-image: linear-gradient(to bottom right, #ffffff, #e6bf00);
}
.box-bg-7 {
  background-image: linear-gradient(to bottom right, #ffffff, #005568);
}
.box-bg-8 {
  background-image: linear-gradient(to bottom right, #ffffff, #fa14d3);
}
.table-inner-custom {
  margin-bottom: 0;
}
.dashboard-table-custom {
  /*  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);*/
  /*  margin-bottom: 20px;*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table-custom {
  margin-bottom: 0;
}
.table-custom tr th:first-child {
  border-radius: 0px 0 0 0;
  position: relative;
}
.table-custom tbody tr {
  border-bottom: 1px solid #e2e8f0;
}
.table-custom tr td {
  vertical-align: middle;
}
.action.dropdown {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 40px; */
  /*  height: 28px;*/
  height: auto;
}
.table-custom span {
  font-size: 12px;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-weight: 500;
}
.table-custom span:hover {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.table-custom tr th {
  background-color: #f3f4f7;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
}
.table-custom tr th:last-child {
  border-radius: 0 0px 0 0;
}
.table-inner-custom {
  margin-bottom: 0;
}
.panel-cus-title-cus {
  display: flex;
  align-items: center;
  margin: 0 0px 25px;
}
.panel-cus-title-cus h3 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: green;
}
.rttop_title h3 i {
  padding-right: 10px;
  font-size: 16px;
}
.panel-cus-title-cus i {
  margin-right: 10px;
  font-size: 18px;
  background-color: #ddd;
  padding: 8px 10px;
  border-radius: 8px;
  color: green;
}
.barcode-table-cus {
  background-color: #0d80da;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.barcode-table-cus:hover {
  color: #fff;
}
.add-remove-div-cus-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.add-remove-div-cus-btn .btn {
  background-color: green;
  color: #fff;
  margin-right: 3px;
}
.add-remove-div-cus-btn .btn:last-child {
  margin-right: 0;
}
.add-remove-div-cus-btn .btn:focus {
  outline: none;
}
.panel-cus-subtitle-cus {
  display: flex;
  align-items: center;
  margin: 15px -10px 10px;
}
.panel-cus-subtitle-cus h3 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #084062;
}
.panel-cus-subtitle-cus i {
  font-size: 16px;
  margin-right: 10px;
  font-size: 18px;
  background-color: #ddd;
  padding: 8px 10px;
  border-radius: 8px;
  color: #084062;
}
.panel-cus-subtitle-border-cus {
  border-bottom: 1px dashed #ddd;
  margin: 0 -20px 10px;
}
.imgload-file input {
  position: absolute;
  top: 1px;
  left: 26%;
  opacity: 0;
  width: 48%;
}
.imgload-file .btn-img-upload {
  background: green none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  padding: 5px 5px;
  display: inline-block;
  transition: all 0.5s ease-out 0s;
}
.imgload-file .btn-img-upload-custom {
  color: green;
  background-color: #ff000000;
  border-radius: 4px;
  border: 1px solid green;
}
.imgload-file {
  position: relative;
  padding-bottom: 10px;
}
.imgload-icon {
  display: inline-block;
  background: #eee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.imgload-box {
  box-shadow: 0px 0px 1px 0px #aaa;
  padding-top: 10px;
}
.project-image-margin-0 {
  margin: 0;
}
.project-image-padding {
  padding: 0 5px;
}
.project-image-select-upload {
  margin-bottom: 10px;
  position: relative;
}
.project-image-select-upload img {
  height: 100px;
  width: 100%;
  border: 1px solid #ddd;
  object-fit: contain;
  /*background-color: #ddd;*/
  padding: 5px;
}
.close-btn-project {
  position: absolute;
  top: 0;
  right: 0;
  background-color: green;
  color: white;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-align: center;
}
.upload-image-title {
  margin: 0 0px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
.justify-content-end {
  justify-content: end;
}
.followup-next-followup-remark-main {
}
.followup-next-followup-remark-single {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 10px;
  border-radius: 4px;
  position: relative;
  width: 93%;
  float: right;
}
.followup-next-followup-remark-single:after {
  content: "";
  position: absolute;
  height: 200px;
  width: 1px;
  border-right: 2px solid #ddd;
  top: 0;
  left: -20px;
}
.followup-next-followup-remark-single:last-child:after {
  height: 100%;
}
.followup-next-followup-remark-single .remark {
}
.followup-next-followup-remark-single .remark p {
}
.followup-next-followup-remark-single .date-delete {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.followup-next-followup-remark-single .date {
}
.followup-next-followup-remark-single .date p {
  padding: 0;
  font-weight: 600;
}
.followup-next-followup-remark-single .date p i {
  font-weight: 600;
  color: #0d80da;
  padding: 2px 6px;
  height: 25px;
  border-radius: 4px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.followup-next-followup-remark-single .date span {
  font-weight: 400;
}
.followup-next-followup-remark-single .next-followup-date {
}
.followup-next-followup-remark-single .next-followup-date p {
  padding: 0;
  font-weight: 600;
}
.followup-next-followup-remark-single .next-followup-date p i {
  font-weight: 600;
  color: #0d80da;
  padding: 2px 6px;
  height: 25px;
  border-radius: 4px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.followup-next-followup-remark-single .next-followup-date span {
  font-weight: 400;
}
.followup-next-followup-remark-single .delete {
  cursor: pointer;
}
.followup-next-followup-remark-single .delete p {
  padding: 0;
}
.followup-next-followup-remark-single .delete i {
  font-weight: 600;
  color: #0d80da;
  padding: 2px 6px;
  height: 25px;
  border-radius: 4px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.followup-next-followup-remark-single .status {
}
.followup-next-followup-remark-single .status p {
  padding: 0;
}
.followup-next-followup-remark-single .status p i {
  font-weight: 600;
  color: #0d80da;
  padding: 2px 6px;
  height: 25px;
  border-radius: 4px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.followup-next-followup-remark-single span {
  font-size: 12px;
}
.followup-next-followup-remark-single .status span {
  font-weight: 400;
}
.followup-next-followup-remark-single .followup-name {
}
.followup-next-followup-remark-single .followup-name p {
  /*  background-color: #f1f1f1;*/
  padding: 0px;
  /*  border-radius: 4px;*/
  /*  color: #000;*/
}
.followup-next-followup-remark-single .followup-name i {
  font-weight: 600;
  color: #0d80da;
  padding: 2px 6px;
  height: 25px;
  border-radius: 4px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.followup-next-followup-remark-single .left-side-border-with-icon {
  position: absolute;
  left: -32px;
  top: 0;
  z-index: 2;
  color: #878787;
  border-radius: 30px;
  box-shadow: 0 0 1px 1px #a5a5a5;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.followup-next-followup-remark-single .left-side-border-with-icon i {
}
.followup-company-data-view-cus-main {
  /*box-shadow: 0 0 5px 1px #e7e7e7;
  padding: 15px 15px;
  border-radius: 5px;
  margin-bottom: 15px;*/
}
.company-data-view-cus-single {
  /*box-shadow: 0 0 5px 1px #e7e7e7;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;*/
  /*  box-shadow: 0 0 5px 1px #e7e7e7;*/
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.company-data-view-cus-single .company-data-view {
  /*width: 25%;*/
  width: auto;
}
.company-data-view-cus-single .company-data-view:first-child {
  width: 50%;
}
.company-data-view-cus-single .company-data-view:last-child {
  width: auto;
}
.company-data-view-cus-single .company-data-view .heading {
  padding: 0;
  color: green;
  font-size: 12px;
  overflow: hidden;
}
.company-data-view-cus-single .company-data-view .data {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
}
.followup-document-uploded-cus {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 5px;
}
.followp-tab-form-main {
  background-color: #fff;
  /* box-shadow: 0 0 5px 1px #e7e7e7; */
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.followup-document-uploded-cus .document-uploaded-img {
  border: 1px solid #ddd;
  padding: 5px;
  position: relative;
  min-height: 125px;
}
.followup-document-uploded-cus .document-uploaded-img img {
  width: 100%;
  height: auto;
}
.followup-requirement-data-view-cus-main {
  position: relative;
  margin-bottom: 15px;
}
.requirement-data-view-cus-single {
  box-shadow: 0 0 5px 1px #e7e7e7;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.requirement-data-view-cus-single .requirement-data-view {
  width: 100%;
}
.requirement-data-view-cus-single .requirement-data-view:nth-child(4) {
  width: 80%;
}
.requirement-data-view-cus-single .requirement-data-view:nth-child(5) {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.requirement-data-view-cus-single .requirement-data-view:nth-child(5) p {
  padding: 7px 15px;
  background-color: #edeff6;
  border-radius: 6px;
}
.followup-requirement-quotation-dtls-data-view-cus-main {
  position: relative;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view {
  width: 100%;
  display: block;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .followup-single-requirement-delete-btn {
  position: absolute;
  top: 30px;
  right: 0px;
  background-color: #084062;
  padding: 2px 5px;
  cursor: pointer;
  color: #fff;
  z-index: 99;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .followup-single-requirement-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #084062;
  padding: 2px 5px;
  cursor: pointer;
  z-index: 99;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-name-img {
  width: 80%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-quantity {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-quantity
  p {
  padding: 7px 15px;
  background-color: #edeff6;
  border-radius: 6px;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-name-img {
  display: flex;
  align-items: center;
  justify-content: start;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-details {
  width: 100%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-details
  .heading {
  padding: 0;
  color: green;
  font-size: 12px;
  background-color: #edeff600;
  border-radius: 0;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-details
  .data {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  background-color: #edeff600;
  border-radius: 0;
  padding: 0;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst
  .requirement-data-view-product-hsncode {
  width: 50%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst
  .requirement-data-view-product-gst {
  width: 50%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst
  .requirement-data-view-product-hsncode
  .heading {
  padding: 0;
  background-color: #edeff600;
  border-radius: 0;
  color: green;
  font-size: 12px;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst
  .requirement-data-view-product-gst
  .heading {
  padding: 0;
  background-color: #edeff600;
  border-radius: 0;
  color: green;
  font-size: 12px;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst
  .requirement-data-view-product-hsncode
  .data {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  padding: 0;
  background-color: #edeff600;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-hsncode-gst
  .requirement-data-view-product-gst
  .data {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  background-color: #edeff600;
  padding: 0;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-cus-single
  .requirement-data-view-product-all-amount-related {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-product-sales-price {
  width: 25%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-product-discount-amount {
  width: 25%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-product-texable-amount {
  width: 25%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-product-total-amount {
  width: 25%;
}
.followup-requirement-quotation-dtls-data-view-cus-main
  .requirement-data-view-product-details {
}

.requirement-data-view-cus-single .requirement-data-view .heading {
  padding: 0;
  color: green;
  font-size: 12px;
}
.requirement-data-view-cus-single .requirement-data-view .data {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
.requirement-data-view-cus-single .requirement-data-view-img {
  margin-right: 10px;
  width: 10%;
  border: 1px solid #0d80da;
  background-color: #ddd;
}
.requirement-data-view-cus-single .requirement-data-view-img img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.requirement-data-view-cus-single .requirement-data-view-product-name {
  width: 90%;
}
.requirement-data-view-cus-single .requirement-data-view-name-img {
  display: flex;
  align-items: center;
  justify-content: start;
}
.requirement-data-view-cus-single .requirement-data-view-product-name .data {
  padding: 0;
}
.table-responsive {
  /*overflow-x: auto;
    -webkit-overflow-scrolling: touch;*/
  overflow: visible;
}
.tab-followup {
  overflow: hidden;
  border: 1px solid #ccc0;
  background-color: #f1f1f100;
}
.tab-followup button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 0px 2px;
  transition: 0.3s;
  font-size: 14px;
  border-bottom: 2px solid #fff0;
  margin-right: 15px;
}

.tab-followup button i {
  margin-right: 5px;
}

.tab-followup button:hover {
  background-color: #ddd0;
  color: green;
}
.tab-followup button.active {
  background-color: #ccc0;
  border-bottom: 2px solid green;
}
.tabcontent {
  display: none;
  padding: 6px 0px;
  border: 1px solid #ccc0;
  border-top: none;
}
.followup-single-edit-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ffffff;
  border: 1px solid #0d80da;
  cursor: pointer;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followup-single-edit-btn i {
  color: #0d80da;
}
.followup-single-edit-btn:hover {
  background-color: #0d80da;
}
.followup-single-edit-btn:hover i {
  color: #fff;
}
.followup-single-contactdetails-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ffffff;
  border: 1px solid #0d80da;
  cursor: pointer;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followup-single-contactdetails-btn i {
  color: #0d80da;
}
.followup-single-contactdetails-btn:hover {
  background-color: #0d80da;
}
.followup-single-contactdetails-btn:hover i {
  color: #fff;
}
.followup-single-requirement-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ffffff;
  border: 1px solid #0d80da;
  cursor: pointer;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followup-single-requirement-btn i {
  color: #0d80da;
}
.followup-single-requirement-btn:hover {
  background-color: #0d80da;
}
.followup-single-requirement-btn:hover i {
  color: #fff;
}
.followup-single-requirement-delete-btn {
  position: absolute;
  top: 30px;
  right: -8px;
  background-color: #ffffff;
  border: 1px solid #0d80da;
  color: #0d80da;
  cursor: pointer;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followup-single-requirement-delete-btn:hover {
  background-color: #0d80da;
  color: #fff;
}
.followup-single-requirement-verify-btn {
  position: absolute;
  top: 60px;
  right: 0px;
  background-color: #084062;
  padding: 2px 5px;
  cursor: pointer;
  color: #fff;
  z-index: 99;
}
.verify-btn {
  visibility: hidden;
}

.followup-contactdetails-add-btn {
  margin-bottom: 10px;
  margin-top: -22px;
}
.followup-contactdetails-add-btn a:hover {
  background-color: #0d80da;
  color: #fff;
}
.followup-contactdetails-add-btn .add_btn {
  min-width: 65px;
  height: 25px;
  background-color: #fff;
}
.followup-requirement-add-btn {
  margin-bottom: 10px;
}
.close-btn-followup-document {
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: #ff0000;
  color: white;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followup-tab-document-heading {
}
.followup-tab-document-heading .upload-image-title {
  margin: 10px 0 0;
}
.datepicker-days th,
.datepicker-days td {
  font-size: 12px;
  font-weight: 500;
}
.datepicker.datepicker-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 999999 !important;
}
.quotation-edit-next-followup-remark-single {
  width: 96%;
}
.mngbookslsedit-tab-cus {
}
.mngbookslsedit-tab-cus .tab-followup button.active {
  background-color: green;
  border: 1px solid green;
  color: #fff;
}
.mngbookslsedit-tab-cus .tab-followup button {
  background-color: #ff000000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  transition: 0.3s;
  font-size: 14px;
  border: 1px solid green;
  color: green;
  margin-right: 5px;
  border-radius: 4px;
}
.active-menu-subchild {
  color: green;
}

.adglbitemmstdv .ui-menu .ui-menu-item {
  padding: 0;
}
.adglbitemmstdv .ui-menu-item-wrapper {
  padding: 5px 15px;
}
.addleaddetails-form-main {
  padding: 15px 0;
}
.addlead-company-new-company-add-btn {
  text-align: end;
  margin-bottom: 5px;
}
.addlead-company-new-company-add-btn a {
  color: #0d80da;
  font-weight: 500;
  /*    border: 1px solid #0d80da;*/
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 4px;
}
.addleaddetails-companyname-enter {
  position: relative;
}
.addleaddetails-companyname-enter i {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 16px;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.addleaddetails-companyname-enter i:hover {
  background-color: red;
  color: #fff;
}
.errMsg {
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: rgb(128, 6, 6);
}
.addleaddetails-form-box-main {
  padding: 0px 0px;
}
.addleaddetails-form-box-main .add_btn_box {
  margin-right: 15px;
}
.addleaddetails-form-box-main .add_btn_box:last-child {
  margin-right: 0px;
}
textarea.form-control {
  height: auto;
}
.table-custom a {
  cursor: pointer;
}
#stprddtlsdivnotifydv .add_btn {
  margin-left: 5px;
}
.initiative-image-cus {
}
.initiative-image-cus .document-uploaded-img {
  position: relative;
  border: 1px solid #0d80da;
  background-color: #dddddd;
  margin-bottom: 10px;
}
.initiative-image-cus .document-uploaded-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
}
.emp_card .card {
  background: #f2f2f2;
}
.card {
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px 0px #dbdbdb;
  border: 1px solid #d9d9d9;
  margin-top: 0px;
}

.card-body {
  padding: 0.8rem;
}
.emp_card .card-body {
  padding: 0.8rem;
}
.dash-widget-header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #0d80da !important;
}
.dash-widget-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  /* border: 3px solid; */
  border-radius: 8px;
  padding: 20px;
  background-color: #cde0ff;
  box-shadow: 0 3px 10px 0 rgb(203 223 255);
}
.border-primary {
  border-color: #0d80da !important;
}
.dash-count {
  font-size: 18px;
  margin-left: auto;
}
.text-muted {
  color: #757575 !important;
}
.progress.progress-sm {
  height: 6px;
}
.bg-primary,
.badge-primary {
  background-color: #0d80da !important;
}
.dash-widget-info h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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: 6px;
  border: none;
  overflow: hidden;
  margin-bottom: 0px;
}
.today_card .card-statistic {
  padding: 15px 15px;
}
.today_card .card .card-statistic .card-icon {
  font-size: 35px;
  color: #b8c5d9;
  position: absolute;
  right: 10px;
  top: 60px;
  height: 35px;
  width: 35px;
  padding-top: 0px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -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-title {
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.card-statistic h5 {
  font-size: 24px;
  font-weight: 500;
}
.link_txt {
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
  display: block;
  background: rgb(13 128 218 / 50%);
  color: #ffffff;
}
.link_txt a {
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;
}
.link_txt a i {
  padding-left: 5px;
}
.today_card .card:hover .card-statistic .card-icon {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.bg-blue-dark-1 {
  background: linear-gradient(to right, #0d80da, #70bbf6) !important;
  color: #fff;
}
.bg-blue-dark-2 {
  background: linear-gradient(to right, #0d80da, #70bbf6) !important;
  color: #fff;
}
.bg-blue-dark-3 {
  background: linear-gradient(to right, #108ef1, #70bbf6) !important;
  color: #fff;
}
.bg-blue-dark-4 {
  background: linear-gradient(to right, #2899f2, #70bbf6) !important;
  color: #fff;
}
.bg-blue-dark-5 {
  background: linear-gradient(to right, #2867f2, #a9d6fa) !important;
  color: #fff;
}
.bg-blue-dark-6 {
  background: linear-gradient(to right, #2877f2, #a9d6fa) !important;
  color: #fff;
}
.bg-blue-dark-7 {
  background: linear-gradient(to right, #2888f2, #a9d6fa) !important;
  color: #fff;
}
.bg-blue-dark-8 {
  background: linear-gradient(to right, #2899f2, #a9d6fa) !important;
  color: #fff;
}
.bg-blue-dark-9 {
  /*  color: #000000;*/
  background-color: #fff;
  border: 1px solid #0d80da !important;
}
.bg-blue-dark-10 {
  background: linear-gradient(to right, #2899f2, #84c5f8) !important;
  color: #fff;
}
.bg-blue-dark-11 {
  background: linear-gradient(to right, #3aa2f3, #84c5f8) !important;
  color: #fff;
}
.bg-blue-dark-12 {
  background: linear-gradient(to right, #4dabf4, #84c5f8) !important;
  color: #fff;
}

.bg-orange-dark {
  background: linear-gradient(to right, #0d80da, #5cbdea) !important;
  color: #fff;
}
.bg-blue-dark {
  background: linear-gradient(to right, #70baf7, #4286f4) !important;
  color: #fff;
}
.bg-green-dark {
  background: linear-gradient(to right, #58b0f5, #0d80da) !important;
  color: #fff;
}
.bg-aqua-dark {
  background: linear-gradient(to right, #0d80da, #28bbf2) !important;
  color: #fff;
}

.bg-red-dark {
  background: linear-gradient(to right, #108ef1, #5cbdea) !important;
  color: #fff;
}
.bg-pink-dark {
  background: linear-gradient(to right, #2899f2, #0d80da) !important;
  color: #fff;
}
.bg-yellow-dark {
  background: linear-gradient(to right, #0d80da, #45b3e7) !important;
  color: #fff;
}
.bg-green-mix-dark {
  background: linear-gradient(to right, #00ef3f, #f6fb33) !important;
  color: #fff;
}
.bg-gb-dark {
  background: linear-gradient(to right, #28f2b1, #7073fd) !important;
  color: #fff;
}
.bg-black-gray-dark {
  background: linear-gradient(to right, #727272, #303030) !important;
  color: #fff;
}
.bg-dark-red-dark {
  background: linear-gradient(to right, #500a0a, #ef5b38) !important;
  color: #fff;
}
.bg-dark-navy-dark {
  background: linear-gradient(to right, #003744, #00a3cb) !important;
  color: #fff;
}
.sidebar-footeruseful-btn-cus-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  width: auto;
  /*    width: 14.39%;*/
  padding: 10px 20px;
}
.sidebar-footeruseful-btn-cus-main .help-btn {
}
.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: 6px;
}
.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;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
}
.sidebar-footeruseful-btn-cus-main .setting-btn i {
}
.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.active {
  transform: rotateZ(180deg);
}
.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: 6px;
}
.sidebar-footeruseful-btn-cus-main .sidebar-toggle-btn i {
}

.menu-active .sidebar-footeruseful-btn-cus-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  width: 90px;
  left: 0px;
}
.action-cus {
}
.action-cus .dropdown-menu {
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.action-cus .dropdown-menu li {
  border-bottom: 1px solid #ddd;
}
.action-cus .dropdown-menu li:last-child {
  border-bottom: none;
}
.action-cus .dropdown-menu li a {
  padding: 8px 0 8px 5px;
  font-size: 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.action-cus .dropdown-menu li a:hover {
  background-color: #ddd;
  color: #333;
}
.top-header-profile-setting-cus {
  /*  padding: 8px 0 8px 5px;*/
  padding: 0px;
  font-size: 10px;
  line-height: 1.4;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.top-header-profile-setting-cus .dropdown-item:first-child {
  border-top: none;
}
.profile-management-text {
}
.profile-management-text h3 {
  font-size: 13px;
  margin-left: 10px;
}
.back_btn_box {
}
.back_btn_box .add_btn {
  margin-bottom: 12px;
}
.inner-dashboxes {
}
.inner-dashboxes .paddingrightleft:first-child {
  /*  padding-left: 15px;*/
}
.inner-dashboxes .paddingrightleft:last-child {
  /*  padding-right: 15px;*/
}
.inner-dashboxes .card {
  box-shadow: 0px 0px 5px 0px #f0f0f0;
  border: 1px solid #f0f0f0;
  margin-bottom: 12px;
}
.inner-dashboxes .card-statistic {
  padding: 5px 10px;
}
.inner-dashboxes .card-title {
  font-weight: 500;
  font-size: 14px;
}
.graph-section-dashboard-main {
}
.graph-section-dashboard-main .adtab-detail h2 {
  padding-left: 15px;
}

.box_shadow1 {
  box-shadow: 0px 0px 2px 0px #aaa;
  border: none;
  -webkit-appearance: media-slider;
}
.bg_wht {
  background: #fff !important;
}
.mb30 {
  margin-bottom: 30px;
}
.redius_box {
  border-radius: 6px;
}
.pad_box4 {
  padding: 15px;
}
.dashboard_page .sub-title {
  border-left: 3px solid #f28128;
  padding-left: 8px;
  border-radius: 1px;
}

.sub-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.txt_blue {
  color: #f28128 !important;
}
.txt_dark_blue {
  color: #0d254d !important;
}
.txt_green {
  color: #0d80da !important;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}
.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.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;
}
.peity {
  width: 100%;
}
.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;
}
.line_chart_info li i {
}
.peity {
  width: 100%;
}
.text-right {
  text-align: right;
}
.menu-active .logo-icon {
  display: block;
}
.menu-active .header .header-left .logo {
  display: none;
}
.logo-icon {
  padding: 0px 10px;
  display: none;
}
.header .header-left .logo {
  display: block;
}
.header .header-left .logo-icon img {
  max-height: 45px;
  width: auto;
}
.highcharts-title {
}
.term-condition {
}
.term-condition ul {
  list-style-type: none;
  padding: 0px 10px 10px 25px;
}
.term-condition li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
}
.term-condition li span {
}
.term-condition h3 {
  font-size: 14px;
  padding: 10px 10px 0;
  color: red;
}
.payment-option {
  padding: 0 10px 10px 10px;
}
.payment-option h3 {
  font-size: 14px;
  color: red;
  margin-bottom: 0px;
}
.payment-option p {
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
}
.que-side-open-doc {
  padding-left: 12px;
  padding-right: 0;
}
.que-side-open-doc:nth-child(2) {
  padding-left: 0;
  padding-right: 12px;
}
.que-side-open-doc .supplier-details {
  padding: 10px;
  border-right: 1px solid #ddd;
}
.que-side-open-doc h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: #02259b;
  background-color: #ddd;
  padding: 5px 10px;
  font-weight: 500;
}

.que-side-open-doc .supplier-details ul {
}
.que-side-open-doc .supplier-details li {
  font-size: 14px;
  font-weight: 500;
}
.que-side-open-doc .supplier-details li span {
}
.que-side-open-doc .customer-details {
  padding: 10px 10px;
}
.que-side-open-doc .customer-details ul {
}
.que-side-open-doc .customer-details li {
  font-size: 14px;
  font-weight: 500;
}
.que-side-open-doc .customer-details li span {
}
.quotaion-date-quotaion-no {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  background-color: #0d80da;
  margin-bottom: 10px;
}
.quotaion-date-quotaion-no .quotaion-date {
  width: 43%;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.quotaion-date-quotaion-no .quotaion-date p {
  padding: 0px;
  color: #fff;
  font-weight: 500;
}
.quotaion-date-quotaion-no .quotaion-date span {
}
.quotaion-date-quotaion-no .quotaion-no {
  width: 43%;
  padding: 0 10px;
  text-align: end;
}
.quotaion-date-quotaion-no .quotaion-no p {
  padding: 0px;
  color: #fff;
  font-weight: 500;
}
.quotaion-date-quotaion-no .quotaion-no span {
}
.table_view .dashboard-table-custom {
  margin: 0 10px;
}
.table_view .dashboard-table-custom td,
th {
  border-right: 1px solid #e2e8f0;
  line-height: 1;
}
.table_view .dashboard-table-custom td strong {
  font-weight: 500;
  font-size: 12px;
  display: block;
}
.table_view .dashboard-table-custom td:last-child,
.table_view .dashboard-table-custom th:last-child {
  border-right: none;
}
.table_view .dashboard-table-custom .table-custom tr th {
  background-color: #e2e8f0;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  padding: 0.2rem 0.2rem;
}
.quotaion-date-quotaion-no .quotation-btn {
  width: 14%;
}
.quotaion-date-quotaion-no .quotation-btn p {
  color: #fff;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  border-right: 1px solid #fff;
}
.text-success {
  color: #108ef1 !important;
}
.bg-success {
  background-color: #108ef1 !important;
}
.text-danger {
  color: #2899f2 !important;
}
.border-danger {
  border-color: #2899f2 !important;
}
.text-warning {
  color: #40a4f3 !important;
}
.bg-warning {
  background-color: #40a4f3 !important;
}
.border-warning {
  border-color: #40a4f3 !important;
}
.ui-widget-content {
  z-index: 9999;
}
/*-------------------YES NO BUTTON CHECK BOX--------------*/
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0 0 0 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Yes";
  padding-left: 5px;
  background-color: green;
  color: #ffffff;
  border-radius: 20px;
}

.onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
  border-radius: 20px;
}

.onoffswitch-switch {
  display: block;
  width: 20px;
  height: 8px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 32px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-switch:hover {
  background-color: #999999;
  color: #999999;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 5px;
}
.panel-group {
  border: 1px solid #ddd;
}
.panel-group {
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
.panel,
.panel-body {
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-heading .nav-link {
  font-size: 11px;
  font-weight: 600;
}
.dashboard-status-tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #edeff6;
}
.sales-statistics-report-dashboard-sec {
  margin-top: 10px;
}
.ordered-dispatch-delivered-summary-dashboard-sec {
  margin-top: 20px;
}
.leads-main-sec-cus-dash {
  margin-top: 20px;
}
.birthday-absentees-leave-dashboard-sec {
  margin-top: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #444;
}
.employee-position-hierarchy-check-cus {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 14px;
}
.employee-position-hierarchy-check-cus .form-check {
  display: block;
  min-height: auto;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  width: 31.5%;
}
.feaure-access-cus {
  margin-top: 20px;
}

.feaure-access-cus .category-view-edit-ect-create-user {
  margin-bottom: 24px;
  margin-left: 16px;
}
.import-excel-emp-cus .add_btn {
  font-size: 12px;
  padding: 0 10px;
  height: 34px;
}
.table-heading-checkbox-close-btn-cus {
  position: relative;
  width: 20px;
  margin: 0 auto;
}
.table-heading-checkbox-close-btn-cus #closeBtn {
}

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

/* 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: 0px;
}
.create-user-check-items {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 82px;
  font-size: 14px;
  font-weight: 500;
}
.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;
}
.sales-overview-circle-chart-title {
}
.sales-overview-circle-chart-title h2 {
  font-size: 16px;
  text-align: center;
}
.fee-overview-box-main-cus {
}
.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 #ddd;
  border-radius: 6px;
  margin-bottom: 8px;
  background-color: #fff;
}
.fee-overvew-single-box .title-number-desc {
}
.leads-main-sec-cus-dash .title-number-desc {
  width: 100%;
}
.fee-overvew-single-box .title-number-desc .title {
  margin: 0;
}
.fee-overvew-single-box .title-number-desc .title h2 {
  font-size: 12px;
  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: 18px;
  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 h4 {
  font-size: 11px;
  font-weight: 300;
}
.fee-overvew-single-box .icon {
  background-color: #edf2fa;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
}
.fee-overvew-single-box .icon i {
  font-size: 22px;
  color: #5395ff;
}
.fee-overvew-single-box:last-child {
  margin-bottom: 0px;
}
.fee-overvew-single-box .title-number-desc .desc i.fa-arrow-trend-down {
  color: red;
}
.fee-overvew-single-box:nth-child(2) .icon i {
  color: red;
}
.fee-overvew-single-box:nth-child(3) .icon i {
  color: green;
}
.fee-overvew-single-box:nth-child(4) .icon i {
  color: blue;
}
.transaction-box-main-cus .transaction-box-single {
  padding: 15px 10px;
  box-shadow: none;
  border: 1px solid rgb(27 0 255 / 15%);
  border-radius: 6px;
  margin-bottom: 12px;
  background-color: #fff;
}
.transaction-box-one {
  background-color: #f3f9ff5c;
  /*    border-color: #c883ff !important;*/
}
.transaction-box-single .icon-title-transaction {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.transaction-box-single .icon-title-transaction .icon {
  height: 30px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.transaction-box-single .icon-title-transaction .icon i {
  font-size: 22px;
  color: #0046b7;
}
.transaction-box-one .icon-title-transaction .icon i {
  font-size: 28px;
  color: #8e00ff;
}
.transaction-box-single .icon-title-transaction .title {
  margin: 0;
}
.transaction-box-one .icon-title-transaction .title h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.transaction-box-main-cus .transaction-box-single .number-transaction-box {
  margin-left: 55px;
  margin-top: 0px;
}
.transaction-box-main-cus .transaction-box-single .number-transaction-box h3 {
  font-size: 22px;
  font-weight: 500;
}
.transaction-box-two {
  background-color: #f3f9ff5c;
  /*    border-color: #00d1b1 !important;*/
}
.transaction-box-two .icon-title-transaction .icon i {
  font-size: 28px;
  color: #00b398;
}
.transaction-box-two .icon-title-transaction .title h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.transaction-box-three {
  background-color: #f3f9ff5c;
  /*    border-color: #ffd76b !important;*/
}
.transaction-box-three .icon-title-transaction .icon i {
  font-size: 28px;
  color: #ffb900;
}
.transaction-box-three .icon-title-transaction .title h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.transaction-box-four {
  background-color: #f3f9ff5c;
  /*    border-color: #2f97ff !important;*/
}
.transaction-box-four .icon-title-transaction .icon i {
  font-size: 28px;
  color: #005cb9;
}
.transaction-box-four .icon-title-transaction .title h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.admission-enrollment-overview-single-box-cus {
  margin-bottom: 12px;
}
.admission-enrollment-overview-single-box-cus .title-number-desc {
}
.fee-overvew-single-box:last-child {
  margin-bottom: 0px;
}
.admission-enrollment-circle-chart-tile {
  margin-bottom: 20px;
}
.admission-enrollment-circle-chart-tile h2 {
  font-size: 16px;
  text-align: center;
}
.chart_info {
  margin-top: 20px;
}
.chart_info .pai_chart_info {
}
.chart_info .pai_chart_info li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.chart_info .pai_chart_info li span {
  margin-right: 20px;
}
.chart_info .pai_chart_info li span:last-child {
  margin-right: 0px;
}
.chart_info .pai_chart_info li:last-child {
  margin-bottom: 0;
}
.today_card.inner-dashboxes .card .card-statistic .card-icon {
  right: 10px;
  top: 38px;
}
.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;
}
.notifications .user-header {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}
.notificarion-close-btn {
  padding: 0;
}
.notificarion-close-btn span {
  color: red;
  cursor: pointer;
  font-size: 18px;
}
.notification-title-popup-main-cus {
  padding: 10px 10px;
}
.notification-title-popup-main-cus .notification-title-popup-single-box {
  box-shadow: 0 0 5px 1px #e7e7e7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  background-color: rgb(237 242 250 / 50%);
}
.notification-title-popup-main-cus .notification-title-popup-single-box.read {
  background-color: rgb(237 242 250 / 0%);
}
.notification-title-popup-main-cus .notification-title-popup-single-box a {
}
.notification-title-popup-main-cus .notification-title-popup-single-box i {
}
.notification-title-popup-main-cus .notification-title-popup-single-box span {
}
.notification-title-popup-main-cus .view-all-notification-popup-btn {
  text-align: center;
  margin-top: 30px;
}
.notification-title-popup-main-cus .view-all-notification-popup-btn a {
  background-color: #f28128;
  color: #fff;
  padding: 7px 15px;
  border-radius: 6px;
  transition: all 0.3s;
}
.notifications .user-header p {
  padding: 0;
}
.leadsingle-lead-sec-property {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}
.leadsingle-lead-sec-property .heading-title {
  width: 70%;
}
.leadsingle-lead-sec-property .heading-title h2 {
  font-size: 15px;
  font-weight: 500;
  color: #c1c1c1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.leadsingle-lead-sec-property .property-name {
  width: 30%;
}
.leadsingle-lead-sec-property .property-name h2 {
  font-size: 15px;
  font-weight: 500;
  color: #c1c1c1;
}

.leadsingle-lead-sec-property-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  gap: 5px;
}
.leadsingle-lead-sec-property-data .heading-title {
  width: 70%;
}
.leadsingle-lead-sec-property-data .heading-title h2 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.leadsingle-lead-sec-property-data .property-name {
  width: 30%;
}
.leadsingle-lead-sec-property-data .property-name h2 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.country-wise-sell-main-box {
}
.single-progressbar-cus {
}
.single-progressbar-cus p {
  padding: 0;
}
.single-progressbar-cus .progress {
}
.single-progressbar-cus .progress-bar {
}

.lead-overview-title-right-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lead-overview-title-right-cus .title {
}
.lead-overview-title-right-cus .title h2 {
  font-size: 18px;
}
.lead-overview-title-right-cus .sortby {
  display: flex;
  align-items: center;
}
.lead-overview-title-right-cus .sortby span {
  font-size: 12px;
}
.lead-overview-title-right-cus .sortby select {
  border: none;
  color: #0d80da;
  font-weight: 500;
  font-size: 12px;
}
.form-control-dashboard-search {
  display: block;
  width: 100%;
  padding: 6px 25px 2px 10px;
  height: 30px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  background-image: none;
  border: none;
  border-bottom: 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;
}
.custom-text-box-icon-dashboard-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2rem;
  top: 2px;
  right: 0px;
  color: #047ef3;
  height: 100%;
}

.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 {
}
.lead-box-subtitle-number .number {
}
.lead-box-subtitle-number .number h6 {
}
.setting-sec-main-boxes-cus {
}
.setting-sec-main-boxes-cus .card {
  margin-bottom: 10px;
}
.setting-sec-main-boxes-cus .card .card-statistic .card-icon {
  font-size: 32px;
  color: #3c87ff;
  position: absolute;
  right: 10px;
  top: 20px;
}
.table-data-large-cus-main {
  overflow-x: auto;
}
.table-data-large-cus-main .table-responsive {
  overflow: visible;
}
.table-data-large-cus-main .feature-box-style-12 {
  overflow: visible;
}
.table-data-large-cus-main .page-wrapper {
  overflow: visible;
}

.create-user-select-check {
  position: relative;
  left: -5px;
  top: -2px;
}
.create-user-select-check label {
  position: relative;
  cursor: pointer;
  width: auto;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 5px 5px 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: 2px;
  left: 7px;
  /*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: 11px;
  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);*/
}
.sub-permission {
  margin-left: 15px;
}
.menu-permission {
  margin-left: 0px;
}
.create-user-select-check.sub-permission {
  margin-left: 0px;
  margin-top: 10px;
}
.create-user-select-all {
  position: relative;
  /*    border-left: 2px dotted #005293;*/
  margin-top: 15px;
  margin-left: 15px;
}
.create-user-select-all:after {
  content: "";
  position: absolute;
  /*background: #005293;
    width: 2px;*/
  height: 100%;
  left: -12px;
  top: 8px;
  border-left: 2px dotted #005293;
}
.create-user-select-all:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 10px;
  border-top: 2px dotted #005293;
  border-bottom: 2px dotted #005293;
  height: 100%;
}
.select-all-crm-hrm-per {
  position: relative;
  /*    border-left: 2px dotted #ff0000;*/
  margin-left: 10px;
}
.select-all-crm-hrm-per:after {
  content: "";
  position: absolute;
  height: 99%;
  left: -12px;
  top: 8px;
  border-left: 2px dotted #ff0000;
}
.select-all-crm-hrm-per:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 10px;
  border-top: 2px dotted #ff0000;
  border-bottom: 2px dotted #ff0000;
  height: 99%;
}

.select-all-menu-per {
  position: relative;
  /*    border-left: 2px dotted #00f3ff;*/
  margin-left: 10px;
}
.select-all-menu-per:after {
  content: "";
  position: absolute;
  height: 96%;
  left: -12px;
  top: 8px;
  border-left: 2px dotted #00f3ff;
}
.select-all-menu-per:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 10px;
  border-top: 2px dotted #00f3ff;
  border-bottom: 2px dotted #00f3ff;
  height: 96%;
}
.select-all-featured-per {
  position: relative;
  /*    border-left: 2px dotted #9d00ff;*/
  margin-left: 10px;
}
.select-all-featured-per:after {
  content: "";
  position: absolute;
  height: 70%;
  left: -12px;
  top: 8px;
  border-left: 2px dotted #9d00ff;
}
.select-all-featured-per:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 10px;
  border-top: 2px dotted #9d00ff;
  border-bottom: 2px dotted #9d00ff;
  height: 70%;
}
.import-excel-emp-cus {
}
.import-excel-emp-cus .import-submit-btn {
  height: 34px;
  padding: 0;
  background-color: #0d80da;
  border: none;
}
.import-excel-emp-cus .add_btn {
  font-size: 12px;
  padding: 0 10px;
}
.import-excel-emp-cus .form-control {
  height: auto;
}
.add-bank-switch-btn-main-cus {
  display: flex;
  align-items: center;
}
.add-bank-switch-btn-main-cus .onoffswitch-label {
  width: 60px;
}
.selectize-dropdown {
  width: auto !important;
}
.selectize-input {
  padding: 8px 20px 8px 8px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}
.selectize-control.single .selectize-input:after {
  right: 5px !important;
}
.selectize-control {
  position: inherit !important;
}
.selectize-input .item {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
}
.selectize-input.full {
  background-color: #f2f2f2 !important;
  color: green !important;
}
.export-btn-cus .add_btn {
  padding: 0 10px;
  margin-bottom: 12px;
}
.form-control[type="file"] {
  overflow: hidden;
  height: auto !important;
}

.upcoming-enq span {
  display: inline-block !important;
}
.logo-title-table {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  padding: 10px;
}
.logo-title-table .logo {
}
.logo-title-table .logo img {
  width: 220px;
  height: auto;
}
.logo-title-table .title {
  margin: 0;
}
.logo-title-table .title h2 {
  font-size: 16px;
}
.report-table-main-title {
}
.report-table-main-title .title {
}
.report-table-main-title .title h2 {
  font-size: 22px;
}
.sales-statics-data-dash-main {
  padding: 10px;
  /* box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%); */
  border: 1px solid #ddd;
  border-radius: 6px;
}
.sales-statics-data-single {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 8px;
  /* box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%); */
  border: 1px solid rgb(48 46 56 / 15%);
  border-radius: 6px;
  padding: 4px 8px;
  background-color: #fff;
}
.sales-statics-data-dash-main .sales-statics-data-single:last-child {
  margin-bottom: 0px;
}
.sales-statics-data-single .icon {
  background-color: #0d80da;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
}
.sales-statics-data-single .icon i {
  color: #fff;
}
.sales-statics-data-single .title {
  margin: 0;
  width: 60%;
}
.sales-statics-data-single .title h2 {
  font-size: 12px;
  font-weight: 500;
}
.sales-statics-data-single .amount {
  width: 37% !important;
}
.sales-statics-data-single .amount h2 {
  font-size: 12px;
  font-weight: 500;
}
.sales-statics-data-single .amount i {
}
.sales-statics-data-single .icon.total-target-icon-bg {
  background-color: #48bd44;
}
.sales-statics-data-single .icon.target-achieved-icon-bg {
  background-color: #45b3e7;
}
.sales-statics-data-single .icon.target-yet-icon-bg {
  background-color: #28f2e6;
}
.sales-statics-data-single .icon.regional-sales-executives-icon-bg {
  background-color: #ff6700;
}
.sales-statics-data-single .icon.quoted-tendering-icon-bg {
  background-color: #000bfb;
}
.sales-statics-data-single .icon.cold-leads-icon-bg {
  background-color: #b702db;
}
.sales-statics-data-single .icon.warm-leads-icon-bg {
  background-color: #d0db02;
}
.sales-statics-data-single .icon.hot-leads-icon-bg {
  background-color: #ff0000;
}
.sales-statics-data-single .icon.cancelled-hot-leads-icon-bg {
  background-color: #176d7e;
}
.sales-statics-data-single .icon.po-value-icon-bg {
  background-color: #ff00cb;
}
.sales-statics-data-single .icon.order-process-icon-bg {
  background-color: #45b3e7;
}
.sales-statics-data-single .icon.order-cancelled-icon-bg {
  background-color: #ff0000;
}
.products-sales-accountability-table-dash {
  margin-top: 12px;
}
.products-sales-accountability-table-dash .table th {
  font-weight: 600;
}
.sales-statics-box-count-main {
}
.sales-statics-box-count-main .sales-statics-box-count-single {
  margin-bottom: 12px;
  /* box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%); */
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
}
.sales-statics-box-count-main .sales-statics-box-count-icon-title {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #fff;
  gap: 4px;
}
.sales-statics-box-count-single .sales-statics-box-icon {
  background-color: #0d80da;
  height: 60px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0px 6px;
  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
}
.sales-statics-box-count-single .sales-statics-box-icon i {
  color: #fff;
  font-size: 24px;
}
.sales-statics-box-count-single .sales-statics-box-title {
  padding: 5px 5px 5px 0px;
  width: 70%;
}
.sales-statics-box-count-single .sales-statics-box-title h2 {
  font-size: 10px;
  font-weight: 500;
}
.sales-statics-box-count-single .sales-statics-box-count {
  margin-top: 4px;
}
.sales-statics-box-count-single .sales-statics-box-count h2 {
  font-size: 14px;
  font-weight: 500;
}

.sales-statics-box-icon.target-achieved-icon-bg {
  background-color: #45b3e7;
}
.sales-statics-box-icon.quoted-tendering-icon-bg {
  background-color: #000bfb;
}
.sales-statics-box-icon.cold-leads-icon-bg {
  background-color: #b702db;
}
.sales-statics-box-icon.warm-leads-icon-bg {
  background-color: #d0db02;
}
.sales-statics-box-icon.hot-leads-icon-bg {
  background-color: #ff0000;
}
.sales-statics-box-icon.cancelled-hot-leads-icon-bg {
  background-color: #176d7e;
}
.sales-statics-box-icon.po-value-icon-bg {
  background-color: #ff00cb;
}
.sales-statics-box-icon.order-process-icon-bg {
  background-color: #45b3e7;
}
.sales-statics-box-icon.regional-sales-executives-icon-bg {
  background-color: #ff6700;
}
.sales-statics-box-icon.total-target-icon-bg {
  background-color: #48bd44;
}
.sales-statics-box-icon.target-yet-icon-bg {
  background-color: #28f2e6;
}
.sales-statics-box-icon.order-cancelled-icon-bg {
  background-color: #ff0000;
}
.sales-statics-product-wise-sales-executive-table-main {
}
.sales-statics-product-wise-sales-executive-table-main
  .table
  > :not(caption)
  > *
  > * {
  padding: 0.3rem 0.3rem;
}
.sales-statics-product-wise-sales-executive-table-main .thead-title-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sales-statics-product-wise-sales-executive-table-main .icon {
  background-color: #0d80da;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
}
.sales-statics-product-wise-sales-executive-table-main .icon i {
  color: #fff;
}
.sales-statics-product-wise-sales-executive-table-main
  .product-wise-sales-executive-title {
  font-weight: 500;
  color: #333;
  width: 100%;
}
.thead-title-icon {
}
.thead-title-icon .icon.target-achieved-icon-bg {
  background-color: #45b3e7;
}
.thead-title-icon .icon.quoted-tendering-icon-bg {
  background-color: #000bfb;
}
.thead-title-icon .icon.cold-leads-icon-bg {
  background-color: #b702db;
}
.thead-title-icon .icon.warm-leads-icon-bg {
  background-color: #d0db02;
}
.thead-title-icon .icon.hot-leads-icon-bg {
  background-color: #ff0000;
}
.thead-title-icon .icon.cancelled-hot-leads-icon-bg {
  background-color: #176d7e;
}
.thead-title-icon .icon.po-value-icon-bg {
  background-color: #ff00cb;
}
.thead-title-icon .icon.order-process-icon-bg {
  background-color: #45b3e7;
}
.thead-title-icon .icon.regional-sales-executives-icon-bg {
  background-color: #ff6700;
}
.thead-title-icon .icon.total-target-icon-bg {
  background-color: #48bd44;
}
.thead-title-icon .icon.target-yet-icon-bg {
  background-color: #28f2e6;
}
.thead-title-icon .icon.order-cancelled-icon-bg {
  background-color: #ff0000;
}
.thead-title-icon .icon.salese-xecutives-icon-bg {
  background-color: #ff0000;
}
.thead-title-icon .icon.sales-manager-icon-bg {
  background-color: #e5b100;
}
.thead-title-icon .icon.regions-icon-bg {
  background-color: #000000;
}
.thead-title-icon .icon.target-achieved-icon-bg {
  background-color: #6b0081;
}
.thead-title-icon .icon.target-total-icon-bg {
  background-color: #6a98ad;
}
.thead-title-icon .icon.hod-sales-icon-bg {
  background-color: #00608d;
}

.monthly-leads-summery-top-boxes-cus {
}
.monthly-leads-summery-top-boxes-cus
  .sales-statics-box-count-single
  .sales-statics-box-title
  h2 {
  font-size: 12px;
  font-weight: 500;
  color: #818181;
}
.monthly-leads-summery-top-boxes-cus
  .sales-statics-box-count-single
  .sales-statics-box-count
  h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.birthday-absent-leave-boxes-main-cus {
}
.birthday-absent-leave-box-single {
  background: linear-gradient(90deg, #0d80da, #d0eaff);
  box-shadow: none;
  border: 1px solid rgb(154 211 255);
  padding: 15px 15px;
  border-radius: 6px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.birthday-absent-leave-box-single .title-number-birthday-absent-leave {
}
.birthday-absent-leave-box-single .title-number-birthday-absent-leave .title {
  margin: 0 0 5px;
}
.birthday-absent-leave-box-single
  .title-number-birthday-absent-leave
  .title
  h2 {
  font-size: 14px;
  color: #e9e9e9;
  font-weight: 500;
}
.birthday-absent-leave-box-single .title-number-birthday-absent-leave .number {
}
.birthday-absent-leave-box-single
  .title-number-birthday-absent-leave
  .number
  h3 {
  font-size: 24px;
  color: #fff;
}
.birthday-absent-leave-box-single .birthday-absent-leave-box-icon {
  position: absolute;
  right: -7px;
  bottom: -3px;
}
.birthday-absent-leave-box-single .birthday-absent-leave-box-icon i {
  font-size: 52px;
  color: #ddd;
  opacity: 0.5;
}
.birthday-absent-leave-box-single .birthday-absent-leave-box-icon img {
  width: 60px;
  color: #ddd;
  opacity: 0.3;
  transform: rotateZ(330deg);
}
.sales-statics-product-wise-sales-executive-table-main-dashboard {
}
.sales-statics-product-wise-sales-executive-table-main-dashboard.sales-statics-product-wise-sales-executive-table-main
  .table
  > :not(caption)
  > *
  > * {
  padding: 0.3rem 0.3rem;
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.sales-statics-product-wise-sales-executive-table-single-top-heading {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 6px;
  box-shadow: none;
  border: 1px solid rgb(48 46 56 / 15%);
  border-radius: 6px;
  padding: 8px 15px;
  background-color: #fff;
}
.sales-statics-product-wise-sales-executive-table-single-top-heading
  .top-heading {
  width: 30%;
}
.sales-statics-product-wise-sales-executive-table-single-top-heading
  .top-heading
  span {
  font-size: 12px;
  font-weight: 600;
}
.sales-statics-product-wise-sales-executive-table-single-top-heading
  .top-heading:last-child {
  width: 100%;
  text-align: center;
}
.sales-statics-product-wise-sales-executive-table-single-data {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 6px;
  box-shadow: none;
  border: 1px solid rgb(48 46 56 / 15%);
  border-radius: 6px;
  padding: 8px 15px;
  background-color: #fff;
}
.sales-statics-product-wise-sales-executive-table-single-data
  .data-heading-icon {
  width: 100%;
}
.sales-statics-product-wise-sales-executive-table-single-data
  .data-heading-icon
  .thead-title-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.sales-statics-product-wise-sales-executive-table-single-data
  .data-heading-icon
  .thead-title-icon
  .icon {
  /*    background-color: #0d80da;*/
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);
}
.sales-statics-product-wise-sales-executive-table-single-data
  .data-heading-icon
  .thead-title-icon
  .icon
  i {
  color: #fff;
}
.sales-statics-product-wise-sales-executive-table-single-data
  .data-heading-icon
  .product-wise-sales-executive-title {
  font-size: 12px;
  font-weight: 500;
}
.sales-statics-product-wise-sales-executive-table-single-data .data-amount {
  width: 100%;
  text-align: end;
}
.sales-statics-product-wise-sales-executive-table-single-data .data-amount i {
}
.sales-statics-product-wise-sales-executive-table-single-data
  .data-amount
  span {
  font-size: 12px;
  font-weight: 500;
}
.sales-statics-product-wise-sales-executive-table-single-data.regions
  .data-amount {
  width: 100%;
  text-align: center;
}
.sales-statics-product-wise-sales-executive-table-single-data.name-hod-sales
  .data-amount {
  width: 100%;
  text-align: center;
}
.sales-statics-product-wise-sales-executive-table-single-data.regional-sales-manager
  .data-amount {
  width: 100%;
  text-align: center;
}
.sales-statics-product-wise-sales-executive-table-single-data.regional-sales-executives
  .data-amount {
  width: 20%;
  text-align: center;
}
.sales-statics-product-wise-sales-executive-table-single-data.regional-sales-executives
  .data-amount:last-child {
  text-align: end;
}

.configration-tabs-main-box-cus {
}
.configration-tabs-main-box-cus .nav-tabs {
  border-bottom: none;
  margin: 20px 0;
  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: green;
  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: green;
  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: green;
  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;
  color: green;
  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 green;
  border-radius: 0;
  margin-right: 30px;
  color: green;
  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: green;
  background: #fff0;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid green;
  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: 75%;
  /* box-shadow: none; */
  padding: 0px 15px;
  /* background-color: #fff; */
  /*  border: 1px solid #ddd;*/
}
.configuration-tab-in-tab-form-main-cus .cus-title {
  margin-left: -10px;
  font-size: 22px;
  margin-bottom: 20px;
}
.configuration-table-cus-td-inner {
  width: 20%;
  display: inline-block !important;
  overflow: hidden !important;
}
.configuration-sms-setting-view-main-box {
  box-shadow: none;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.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: green;
  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%;
}
.btn-close:hover {
  background-color: #ddd;
  border-radius: 50%;
}
.input-checkbox-cus {
  width: auto;
}
.products-sales-accountability-table-dash .table-responsive {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: blue;
}
.products-sales-accountability-table-dash .table-responsive::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

.products-sales-accountability-table-dash
  .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(205, 197, 234, 0);
}

.products-sales-accountability-table-dash
  .table-responsive::-webkit-scrollbar-thumb {
  background-color: #cdc5ea;
  border-radius: 20px;
}
.sales-statics-product-wise-sales-executive-table-main td {
  line-height: 1.1;
}
.sales-statics-product-wise-sales-executive-table-main td span {
  font-size: 11px;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-weight: 500;
}
.dashboard-birthday-table-cus .paddingrightleft {
  padding-right: 20px;
  padding-left: 20px;
}
#logoimagefileerrr {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 5px;
}
#edtlogoimagefileerrr {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 5px;
}

.select2-container--open .select2-dropdown--below {
  z-index: 99999;
}
.select2-container--open .select2-dropdown--above {
  z-index: 9999;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.all-profile-details-main {
  background-color: #fff;
}
.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-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: 7px 10px;
}
.all-profile-details-main
  .profile-details-all-content
  .heading-profile-details
  h2 {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.all-profile-details-main .profile-details-all-content .data-profile-details {
  padding: 7px 10px;
  width: 50%;
  border-left: 1px solid #eee;
}
.all-profile-details-main
  .profile-details-all-content
  .data-profile-details
  h2 {
  font-size: 12px;
  font-weight: 500;
  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 p {
  font-size: 14px;
  color: #ff4a4a;
  line-height: 1.2;
}
.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-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 .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 {
  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: 12px;
  margin-bottom: 0px;
  color: #383838;
  font-weight: 400;
}
.profile-card-main-cus .card-name-company-post .address {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0px;
}
.bio-data-view-cus-main {
}
.bio-data-view-cus-main .bio-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;
}
.bio-data-view-cus-main .bio-details-all-content .heading-bio-details {
  width: 50%;
  padding: 5px 10px;
}
.bio-data-view-cus-main .bio-details-all-content .heading-bio-details h2 {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.bio-data-view-cus-main .bio-details-all-content .data-bio-details {
  padding: 5px 10px;
  width: 50%;
  border-left: 1px solid #eee;
}
.bio-data-view-cus-main .bio-details-all-content .data-bio-details h2 {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.bio-data-view-cus-main .bio-details-all-content:nth-child(odd) {
  background-color: #edf2fa;
}

.page-wrapper .select2-container .select2-selection--single {
  height: 38px;
  /*  margin-bottom: 18px;*/
}
.page-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.page-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
.add_inner_box .select2-container .select2-selection--single {
  height: 38px;
  /*  margin-bottom: 18px;*/
}
.select2-container--open .select2-dropdown {
  left: 0;
  /*    top: -18px;*/
}
.add_inner_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
}
.add_inner_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
.edit_inner_box .select2-container .select2-selection--single {
  height: 38px;
  /*  margin-bottom: 6px;*/
}
.edit_inner_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
}
.edit_inner_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
.table-data-large-cus-main .select2-container .select2-selection--single {
  height: 38px;
  margin-bottom: 0px;
}
.table-data-large-cus-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.table-data-large-cus-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
.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;
}
.target-traffic-progress-main-cus {
  padding: 25px 0 30px;
}
.target-traffic-progress-main-cus .progress-all-btn-cus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.target-traffic-progress-main-cus .progress-all-btn-cus:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  width: 100%;
  /*    background-color: #ddd;*/
}
.target-traffic-progress-main-cus .progress-all-btn-cus .start-progress-target {
  margin: 0;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .start-progress-target
  h2 {
  font-size: 12px;
  margin: 0;
  color: red;
  position: relative;
  z-index: 999;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .start-progress-target
  h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  width: 20px;
  background-color: rgb(255 0 0);
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .start-progress-target.red {
  position: relative;
  width: 29%;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .start-progress-target.red:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  height: 2px;
  width: 100%;
  background-color: rgb(255 0 0 / 50%);
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .start-progress-target.red.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  height: 6px;
  width: 100%;
  background-color: red;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .middle-progress-target {
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .middle-progress-target
  h2 {
  font-size: 12px;
  margin: 0;
  color: #ff8401;
  position: relative;
  z-index: 999;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .middle-progress-target
  h2:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  height: 20px;
  width: 20px;
  background-color: #ff8401;
}

.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .middle-progress-target.Yellow {
  position: relative;
  width: 29%;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .middle-progress-target.Yellow:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  height: 2px;
  width: 100%;
  background-color: rgb(255 132 1 / 50%);
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .middle-progress-target.Yellow.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  height: 6px;
  width: 10%;
  background-color: #ff8401;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .complite-progress-target {
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .complite-progress-target
  h2 {
  font-size: 12px;
  margin: 0;
  color: green;
  position: relative;
  z-index: 999;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .complite-progress-target
  h2:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  height: 20px;
  width: 20px;
  background-color: green;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .complite-progress-target.green {
  position: relative;
  width: 29%;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .complite-progress-target.green:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  height: 2px;
  width: 100%;
  background-color: rgb(0 128 0 / 50%);
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .complite-progress-target.green.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  height: 6px;
  width: 80%;
  background-color: green;
}
.target-traffic-progress-main-cus .progress-all-btn-cus .end-progress-target {
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .end-progress-target
  h2 {
  font-size: 12px;
  margin: 0;
  color: green;
  position: relative;
}
.target-traffic-progress-main-cus
  .progress-all-btn-cus
  .end-progress-target.greenend {
}
.notification-title-popup-single-box .notification-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.notification-title-popup-single-box .notification-title i {
}
.notification-title-popup-single-box .notification-title span {
}
.notification-title-popup-single-box .desc-notification {
  font-size: 12px;
  line-height: 1.4;
}
.notification-title-popup-single-box .post-date-time-notification {
  padding: 0;
  font-size: 12px;
  color: #555;
}
.notification-single-box-close-icon {
  position: absolute;
  right: 5px;
  top: 3px;
  color: red;
  cursor: pointer;
}
.notification-single-box-close-icon i {
}
.right-side-fix-btn {
}
.right-side-fix-btn .form-switch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  height: 120px;
  position: fixed;
  bottom: 200px;
  right: 0;
  width: 35px;
  background-color: green;
  color: #fff;
  border-radius: 6px 0 0 6px;
}
.right-side-fix-btn .form-switch .form-check-input {
  position: relative;
  margin: 0;
  padding: 0;
}
.right-side-fix-btn .form-switch .form-check-input:focus {
  box-shadow: none;
}
.right-side-fix-btn .form-switch label {
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  bottom: 60px;
  line-height: 1.2;
  cursor: pointer;
  overflow: visible;
  color: #fff;
}
.eye-icon {
  position: absolute;
  right: 10px;
  bottom: 12px;
  cursor: pointer;
}
.profile-card-view-cus-main {
  position: relative;
}
.profile-card-view-cus-main .profile-img-bg-main-cus {
  background-color: #0d80da00;
  padding: 20px 10px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 50px;
  position: relative;
  height: 0px;
}
.profile-card-view-cus-main .profile-img-bg-main-cus .company-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-card-view-cus-main .profile-img-bg-main-cus .company-logo .left img {
  width: 200px;
  height: auto;
}
.profile-card-view-cus-main .profile-img-bg-main-cus .company-logo .right img {
  width: 200px;
  height: auto;
}
.profile-card-view-cus-main .profile-img-bg-main-cus .profile-img {
  background-color: #0d80da00;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  position: initial;
  height: auto;
}
.profile-card-view-cus-main .profile-img-bg-main-cus .profile-img img {
}
.profile-card-view-cus-main .mobile-email-website-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 5px;
  margin-top: 40px;
}
.profile-card-view-cus-main .mobile-email-website-details .address {
  display: flex;
  align-items: baseline;
  gap: 5px;
  width: 100%;
}
.profile-card-view-cus-main .mobile-email-website-details .phone {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.profile-card-view-cus-main .mobile-email-website-details .email {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.profile-card-view-cus-main .mobile-email-website-details .website {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.profile-card-view-cus-main .mobile-email-website-details h3 {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 12px;
  width: 12%;
  color: #000;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.profile-card-view-cus-main .mobile-email-website-details p {
  margin: 0;
  padding: 0;
  text-align: start;
  line-height: 1.2;
  width: 88%;
  font-weight: 500;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  color: #373435;
}
.profile-card-view-cus-main .profile-view-card-favicon {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.profile-card-view-cus-main .profile-view-card-favicon img {
  width: 70%;
  height: auto;
  margin: 0 0 0 auto;
  display: block;
}
.profile-card-view-cus-main .company-name-card-view-cus {
  text-align: start;
  margin-top: 0px;
}
.profile-card-view-cus-main .company-name-card-view-cus h2 {
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: -0.3px;
  line-height: 0.8;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
.profile-card-view-cus-main.profile-card-main-cus
  .card-name-company-post
  .name {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #373435;
}
.profile-card-view-cus-main.profile-card-main-cus
  .card-name-company-post
  .company {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #373435;
}
.profile-card-view-cus-main.profile-card-main-cus
  .card-name-company-post
  .post {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #373435;
}
.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
  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
  p {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}
.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
  .email {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-card-main-cus
  .card-name-company-post
  .inner-profile-email-phone-cus
  .website {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-download-btn-cus {
}
.profile-download-btn-cus .add_btn_box {
  justify-content: center;
}
.profile-download-btn-cus .add_btn_box .add_btn {
  width: auto;
}
.checkbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: red;
  color: white !important;
  font-size: 9px !important;
  display: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
}
.profile-alldetails-btns-main-cus {
}
.profile-alldetails-btns-main-cus .add_btn_box .add_btn {
  font-size: 12px;
}
.profile-alldetails-btns-main-cus .add_btn_box .add_btn i {
  font-size: 12px;
}
.profile-alldetails-btns-main-cus .dropdown-menu {
  padding: 0;
}
.profile-alldetails-btns-main-cus .dropdown-menu li a {
  font-size: 12px;
  transition: all 0.3s;
}
.profile-alldetails-btns-main-cus .dropdown-menu li a:hover {
  background-color: #0d80da;
  color: #fff;
}
.select2-container {
  width: 100% !important;
}
.table-data-large-cus-main
  .edit_inner_box
  .select2-container
  .select2-selection--single,
.table-data-large-cus-main
  .add_inner_box
  .select2-container
  .select2-selection--single {
  height: 38px;
  /*    margin-bottom: 18px;*/
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-size: 24px;
  font-weight: 300;
}
.goole-play-store-app-store-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.goole-play-store-app-store-img .google-play-store {
  width: 35%;
}
.goole-play-store-app-store-img a {
  display: block;
}
.goole-play-store-app-store-img img {
  width: 100%;
  height: auto;
}
.goole-play-store-app-store-img .app-store {
  width: 30%;
}
.requirement-quotation-dtls-products-cus .followup-contactdetails-add-btn {
  margin-bottom: 15px;
  margin-top: 0px;
}
.requirement-quotation-dtls-products-cus
  .followup-contactdetails-add-btn
  .add_btn {
  min-width: 100px;
  height: 38px;
  background-color: #fff;
  margin: 0;
}
.requirement-quotation-dtls-products-cus
  .followup-contactdetails-add-btn
  a:hover {
  background-color: #0d80da;
  color: #fff;
}
.table-inputbox-multiple-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
}
#companyupdateModal .modal-title {
  font-size: 16px;
}
.panel-cus-title-inner-cus {
  margin-bottom: 6px;
}
.panel-cus-title-inner-cus h2 {
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
}
.panel-cus-title-inner-cus i {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
.order-dispatch-deliver-sec-main-cus {
  margin-top: 20px;
}
.birthday-absentees-leave-dashboard-sec-main-cus {
  margin-top: 20px;
}
.panel,
.panel-body {
  box-shadow: none;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group {
  border: 1px solid #ddd;
  /*box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%);*/
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}
.panel-group .panel-heading a {
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  position: relative;
}
.close {
  color: #000;
  margin-left: 15px;
  opacity: 100%;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Show above the text */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.tooltip-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}
.sales-file-upload-side-popup-cus {
  padding: 5px 0;
}
.table-edit-poup-btn-cus {
  display: flex !important;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.sales-file-upload-cus.followup-document-uploded-cus {
  box-shadow: none;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 0px;
  margin-bottom: 10px;
}
.sales-file-upload-cus.followup-document-uploded-cus a {
  display: block;
  height: 100px;
  width: 100%;
}
.sales-file-upload-cus.followup-document-uploded-cus img {
  display: block;
  height: 100px;
  width: 100%;
  object-fit: contain;
  background-color: #edf2fa;
  border: none;
}
.sales-file-upload-cus.followup-document-uploded-cus .doc-name-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.sales-file-upload-cus.followup-document-uploded-cus .document-uploaded-img {
  margin-bottom: 10px;
}
.login-name-desination-table-view-dashboard-cus {
}
.login-name-desination-table-view-dashboard-cus .table {
  width: 40%;
}
.login-form-erp .eye-icon {
  position: absolute;
  right: 10px;
  bottom: 16px;
  cursor: pointer;
  color: #858585;
}
.table-single-action-btn-cus {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  width: 18px !important;
  vertical-align: middle;
  padding-left: 0;
  background: #2b2a8e00;
  color: #0d80da;
  border-radius: 4px;
  margin-right: 0px;
  border: 1px solid #0d80da;
}
.table-single-action-btn-cus:hover {
  background: #0d80da;
  color: #fff;
}
.notification-checkbox-cus {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 6px;
}
.notification-checkbox-cus .create-user-check-items label {
  margin-bottom: 0px;
}
.notification-checkbox-cus .create-user-check-items {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100px;
  font-size: 14px;
  font-weight: 500;
}
.doc-name-label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  font-size: 10px;
  margin-top: 2px;
}
.reporting-tab {
  margin-bottom: 12px;
}
.reporting-tab .nav {
  justify-content: end;
  gap: 20px;
}
.reporting-tab .nav .nav-item .nav-link {
  font-size: 15px;
  color: #0d80da;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 4px;
  line-height: 1.2;
  border: 1px solid transparent;
}
.reporting-tab .nav .nav-item .nav-link:hover {
  color: #0d80da;
  background: #f0f0f0;
}
.reporting-tab .nav .nav-item .nav-link.active {
  color: #0d80da;
  background: #f0f0f0;
  border: 1px solid #0d80da;
}
.reporting-card {
  /* box-shadow: 0px 0px 5px 0px #8c8a8a; */
  border: 1px solid #ddd;
  background: #0d80da;
  border-radius: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.reporting-card .reporitng-body {
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px 5px;
  border: 2px solid #fff;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.reporting-card .reporitng-body h4 {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.reporting-card .reporing-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: auto;
}
.reporting-card .reporing-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reporting-card .reporitng-body .reporting-point {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #0d80da;
}
.reporting-card .reporting-footer {
  padding: 15px 15px;
  cursor: pointer;
}
.reporting-card .reporting-footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.reporting-card:hover .reporitng-body {
  border: 2px solid #0d80da;
}
.reporting-card-slips {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.reporting-card-slips .shlips-cus {
  border: 1px solid #e3e3e3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 4px;
  background: #fff;
}
.reporting-card-slips .shlips-cus p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #0d80da;
  font-weight: 400;
}
.reporting-table .table-responsive {
  overflow-x: auto !important;
}
#curve_chart {
  margin-top: 45px;
  border: 1px solid #ddd;
  width: 100%;
  height: 60vh; /* 60% of viewport height */
  min-height: 300px;
}
.filter-btn-add-new-btn .form-select {
  height: 38px;
  font-size: 14px;
  width: 100%;
  border-radius: 0.25rem;
}
.filter-btn-add-new-btn .form-select:focus {
  box-shadow: none;
}
.reportmodal .modal-header {
  border-bottom: 1px solid #ddd;
  margin: 0px 11px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}
.reportmodal .modal-header h3 {
  color: #0d80da;
  font-size: 16px !important;
}
.profile-optimization,
.upcoming-meetings-events {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 15px;
}
.profile-optimization .adtab-detail p {
  font-size: 12px;
  line-height: normal;
}
.upcoming-meetings-card h3 {
  margin: 0px 0 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  color: #0d80da;
  font-weight: 500;
}
.upcoming-meetings-card h3 span {
  font-weight: 300;
}
.upcoming-meetings-card p {
  padding-bottom: 0px;
}
.upcoming-meetings-card p.para {
  font-size: 12px;
  line-height: normal;
}
.upcoming-meetings-events-details .row .border-right {
  border-right: 2px solid #c8c5c5;
}
.view-details {
  margin-top: 10px;
}
.view-details .view-details-btn {
    background-color: #0d80da;
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    width: 143px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.optimization-card{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.optimization-graph {
    position: relative;
    width: 200px;
    height: 100px;
  }
  .optimization-graph svg {
    transform: rotate(0deg);
  }
  .optimization-graph text {
    font-size: 24px;
    font-weight: bold;
    fill: #000;
  }
  .optimization-card .optimization-list ul{
    list-style: disc;
    padding-left: 20px;
  }
   .optimization-card .optimization-list ul li{
    line-height: 16px;
    margin-bottom: 10px;
        font-size: 12px;
   }
   .btn-link-default-new {
	position: absolute;
    height: 15px;
    top: 0px;
    width: 15px !important;
    padding: 0px;
    background: red;
    line-height: normal;
    border-radius: 50%;
    border: none;
    right: 1px;
    font-size: 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .modalselect-cus{}
   .modalselect-cus .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
	.modalselect-cus .select2-container .select2-selection--single {
		height: 38px;
		/* margin-bottom: 18px; */
	}
	.modalselect-cus .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px;
	}
	
	.meetingsModal-main-cus{
		background-color: #0000005c;
	}
	.meetingsModal-main-cus .modal-content{
	background-color: #fff;
    margin: 15% auto;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 100%;
	}
		.meetingsModal-main-cus .modal-header {
    padding: 0 0 10px;
    border-bottom: none;
}
.meetingsModal-main-cus .modal-body{
	    padding: 0;
}
   
   
   
   
/*-------- 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;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .highcharts-title {
    font-size: 14px !important;
  }
  .table_view .dashboard-table-custom td strong {
    font-size: 12px;
    line-height: 1;
  }
  .term-condition li {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.4;
  }
  .table_box {
    position: relative;
    padding: 0 0 75px;
  }
  .company_details .clogo img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .menu-active .sidebar-menu > ul > li > a {
    display: flex;
  }
}
@media only screen and (max-width: 320px) {
  .container2 {
    width: 98%;
  }
}
