html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

html,
body {
  scroll-behavior: smooth;
}

#wrapper {
  min-width: 100%;
  min-height: 100%;
  position: relative;
}

/*fonts
font-family: 'Barlow', sans-serif;
font-family: 'Barlow Semi Condensed', sans-serif;
*/

/* default css */
body {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  color: #4e525f;
  font-weight: 400;
  font-size: 14px;
  background-color: #f7f9fc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  color: #4e525f;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

h3 {
  font-size: 19px;
  line-height: 22.8px;
}

h4 {
  font-size: 18px;
  line-height: 21.6px;
}

h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.table thead th,
.report tr td {
  font-family: "Barlow", sans-serif;
}

.rprt h2 {
  font-family: "Barlow", sans-serif;
  color: #000;
  text-transform: capitalize;
}

h6 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.28px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
}

p {
  font-size: 14px;
  line-height: 17px;
  font-family: "Barlow", sans-serif;
}

.text-12 {
  font-size: 12px;
  line-height: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

ul,
ol {
  list-style: none;
  display: inline-block;
}

img {
  display: inline-block;
  max-width: 100%;
}

a {
  display: inline-block;
  color: #4e525f;
  text-decoration: none;
}

.pagination li a:hover {
  color: #007bff;
}

input,
select,
textarea {
  width: 100%;
  height: 52px;
  border: 1px solid #e0e3e7;
  background-color: #fff;
  padding: 0 30px 0 12px;
  color: #4e525f;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  background-image: url("../images/default.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  outline: none;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  border-radius: 4px;
}

select {
  appearance: none;
  background-position: right 42px center;
  position: relative;
  /* text-transform: capitalize; */
}

textarea {
  height: auto !important;
  padding: 10px 10px 0 10px !important;
  resize: none;
}

.form-slct.zp-cd select {
  padding: 0 65px 0 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

label {
  color: #4e525f;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
  margin: 0 0 5px 0;
  display: block;
}

.form-block {
  position: relative;
}

.inpt-lbl {
  margin: 0;
  position: absolute;
  top: -20px;
  z-index: 1;
  left: 12px;
}

input.error,
select.error,
textarea.error,
.success.emailEr {
  background-color: #ff00001a;
  color: #ff0000 !important;
  background-image: url("../images/error.svg");
}

input.error::placeholder,
select.error::placeholder,
textarea.error::placeholder {
  color: #ff0000 !important;
}

.valEr,
.videoError {
  color: #ff0000;
  display: block;
  position: absolute;
  padding: 3px 16px;
  margin-top: 0px;
  margin-left: 92px;
}

input.success,
select.success,
textarea.success {
  background-color: #fff;
  background-image: url("../images/success.svg");
  /* text-transform: capitalize; */
}

/* input[type="email"] {
  text-transform: lowercase;
}
input[type="email"]::placeholder {
  text-transform: capitalize;
} */
#forget,
#login {
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
  text-decoration: underline;
}

input:hover,
select:hover,
textarea:hover {
  border: 1px solid #2b92f0;
  background-color: #e8f4ff;
  color: #2b92f0;
}

input:hover::placeholder,
select:hover::placeholder,
textarea:hover::placeholder {
  color: #2b92f0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"] {
  background-image: url("../images/date-icon.svg");
  text-transform: lowercase;
}

.no-dte {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  outline: none;
  color: red;
  width: 60px;
}

.no-dte::placeholder,
.no-dte:focus::placeholder,
.no-dte:hover::placeholder {
  color: red;
}

.no-dte:focus,
.no-dte:hover {
  border: none;
  background: none;
  outline: none;
  color: red;
  width: 60px;
}

span.error,
span.error {
  display: none !important;
}

.col3 {
  flex: 0 0 calc(100% / 3 - 24px);
  max-width: 100%;
  margin: 16px 12px;
}

.col1 {
  flex: 0 0 64.5%;
  max-width: 64.5%;
  margin: 16px 12px;
}

.col2 {
  flex: 0 0 calc(100% / 2 - 24px);
  max-width: 100%;
  margin: 16px 12px;
}

.col {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 16px 12px;
}

.add-cst-form,
.edit-cst-form {
  padding: 0 52px 0 0;
}

.add-cst-form h6 {
  margin-bottom: 18px;
}

.add-cst-form .frm-submit {
  padding: 0;
}

.form-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-field.ext {
  flex: 0 0 26%;
  max-width: 26%;
  position: absolute;
  right: 0;
}

.form-field.phn {
  flex: 0 0 73%;
  max-width: 73%;
}

/* main view page */
.shop-page {
  width: 100%;
  display: flex;
}

.head-rgt {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 15px;
}

.submenu {
  position: absolute;
  background-color: #fff;
  right: 0px;
  padding: 10px;
  display: none !important;
}

.lgut:hover .submenu {
  display: block !important;
}

/* notification popup */
.notfcn-popup {
  background-color: #4e525f;
  overflow: visible;
  position: absolute;
  right: -300px;
  width: 281px;
  z-index: 999;
  display: none;
  border-radius: 10px;
  top: 85px;
  border-radius: 10px;
  overflow: hidden;
}

.close {
  text-align: right;
  padding: 10px;
  height: 40px;
  cursor: pointer;
}

.ntfcn_lst {
  height: 360px;
}

.ntfn-itm {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}

.no-nt-txt p {
  color: #fff;
  margin: 0;
}

.no-nf-lst {
  display: flex;
}

.ntfn-txt {
  background-color: #4e525f;
  width: 100%;
  position: relative;
  padding: 8px 8px 16px;
  border-top: 0.5px solid #e0e3e7;
}

.ntfn-ctn {
  padding: 0 0 8px 36px;
  margin: 0 0 30px;
}

.nfc_lst {
  padding: 8px 0;
  border-top: 0.5px solid #e0e3e7;
}

.nfc_lst:first-child {
  border-top: none;
}

.ntfn-img {
  position: absolute;
  top: 8px;
  left: 8px;
}

.ntfn-ctn h5 {
  color: #fff;
}

.ntfn-ctn p {
  color: #fff;
}

.ntfn-ctn span {
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: right;
  list-style: none;
  padding: 0;
  background-color: transparent;
}

.pagination li {
  margin: 0 5px;
  display: inline-block;
}

.pagination li a {
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}

.pagination li a:hover {
  background-color: #f0f0f0;
}

.pagination .active a {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.count {
  width: 30px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #e0e3e7;
  justify-content: center;
}

/* dashboard left menu started*/
.dsb-menu {
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
  height: 100%;
  background-color: #fff;
  border-right: 0.5px solid #e0e3e7;
  position: relative;
}

.das-logo {
  width: 100%;
  margin-bottom: 36px;
  padding: 16px 22px 0px;
  border-bottom: 0.5px solid #f0f1f3;
}

.das-mnu-lst {
  padding: 0 16px;
  margin-bottom: 80px;
}

.srch-sec {
  padding: 8px;
  margin-bottom: 13px;
}

.search {
  position: relative;
}

.search input {
  width: 100%;
  height: 44px;
  padding: 13px 0px 11px 14px;
  background-color: rgba(255, 146, 57, 0.1);
  border: none;
  border-radius: 4px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  background-image: url("../images/sreach-icon.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
}

.side-menu-list,
.side-noftcn {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 0.5px solid #e0e3e7;
  margin-bottom: 24px;
}

.side-noftcn {
  position: relative;
  cursor: pointer;
}

.side-menu-list li {
  margin-bottom: 8px;
}

.side-menu-list li:last-child {
  margin-bottom: 0;
}

.side-menu-list li a {
  width: 100%;
  line-height: 46px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  border-radius: 4px;
  text-transform: capitalize;
  color: #4e525f;
  text-decoration: none;
}

.brd_sub {
  border: 1px solid #ecf5fe;
}

.brd_sub a {
  justify-content: space-between;
  padding: 0 12px 0 44px !important;
  color: #2b92f0 !important;
  background-image: url("../images/dsh_arw.png");
  background-repeat: no-repeat;
  background-position: left 12px center;
}

.brd_sub a img {
  margin: 0 !important;
}

.dpl-img {
  display: none;
}

.side-menu-list li a img {
  margin-right: 8px;
}

.side-menu-list li.active a,
.side-menu-list li:hover a {
  background-color: rgba(43, 146, 240, 0.1);
  color: #2b92f0;
}

.side-menu-list li.active .org-img,
.side-menu-list li:hover .org-img {
  display: none;
}

.side-menu-list li.active .dpl-img,
.side-menu-list li:hover .dpl-img {
  display: block;
}

.ntfc-dv {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}

.ntfc-err {
  background: rgba(229, 88, 87, 0.1);
}

.ntfc-dv p {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0 !important;
  font-family: "Barlow", sans-serif;
  min-height: 20px;
}

.ntfc-err p {
  color: #e55857;
}

.ntfc-dv p img {
  margin-right: 10px;
}

.ntfc-err .dpl-img {
  display: block;
}

.ntfc-err .org-img {
  display: none;
}

.report tr td {
  text-transform: capitalize;
}

.report tr td a img {
  width: 100px;
  height: auto;
}

.ntfc-dv p:last-child img {
  margin: 0;
}

.container.mt-5 p {
  text-transform: capitalize !important;
}

/* dashboard left menu ended*/

.dsb-bdy {
  width: 100%;
}

.das-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  min-height: 61px;
  background-color: #fff;
  border-bottom: 0.5px solid #e0e3e7;
}

.head-lft {
  display: flex;
  align-items: flex-end;
}

.head-lft h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 4px 0 0;
}

.rpt-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}

.bck_btn a {
  background-color: #c9cdd2;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.bck_btn a i {
  margin-right: 4px;
}

.rpt {
  text-transform: capitalize;
  text-align: center;
  font-size: 28px;
  text-decoration: underline;
}

.dwn_btn button {
  outline: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}

.prs_prj_dts,
.rpt_sgn_dts {
  padding: 0 32px 32px;
}

.prs_prj_dts p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 21px;
}

.check_cmptd {
  display: flex;
  align-items: center;
}

.check_cmptd p {
  margin: 0;
}

.check_cmptd label {
  margin: 0 6px;
  font-size: 16px;
  line-height: 21px;
  font-family: "Barlow", sans-serif;
}

.check_cmptd .inpt-check {
  margin: 0 2px 0 6px;
}

.check_cmptd .inpt-check input[type="checkbox"]+label {
  padding: 0 20px;
}

.rpt_sgn_dts h2 {
  margin: 0 0 15px;
}

.rpt_table thead tr th {
  background-color: #2b92f0;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.rpt_table tbody tr td {
  padding: 8px 12px 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  vertical-align: middle;
  text-transform: capitalize;
  word-break: break-word;
}

.bl td {
  background-color: #c8edd2 !important;
}

.bl td:first-child {
  background-color: initial !important;
}

.cmptd {
  background-color: transparent !important;
  color: #696969 !important;
  padding: 0 !important;
}

.cmptd i {
  font-size: 18px;
}

.head-lft p {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 5px 0 0;
}

.rpt_table tbody tr:nth-child(even) {
  background-color: #ecf5fe;
}

.head-lft p:last-child {
  color: #2b92f0;
  font-weight: 600;
  font-size: 14px;
  margin-right: 0;
}

.head-rgt ul {
  display: flex;
  align-items: center;
}

.head-rgt ul li {
  margin-left: 8px;
}

.head-rgt ul li p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  margin: 0;
}

.das-main {
  padding: 32px;
  width: 100%;
}

.viw-cust {
  width: 100%;
}

/* .viw-cust-tab {
  padding: 0 65px 0 0;
} */
.rpt-tabs-menu,.tabs-menu {
  display: flex;
  align-items: flex-end;
}

.vw-cst-btn a {
  color: #fff;
  background-color: #c9cdd2;
  border: 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  padding: 0 35px;
  font-size: 16px;
  line-height: 37px;
  margin: 0px -17px 0;
  position: relative;
  text-align: left;
  font-family: "Barlow Semi Condensed", sans-serif;
  clip-path: polygon(25% 0, 73% 0, 100% 100%, 0 100%);
  min-width: 130px;
  text-align: center;
}

.vw-cst-btn:first-child a {
  min-width: 200px;
  margin: 0 -10px 0 0;
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
  padding: 0 0 0 10px;
  text-align: left;
}

.tabs-cnt {
  margin: -5px 0 0;
}

.vw-cst-btn.active a {
  background-color: #4e525f;
  line-height: 42px;
  z-index: 1;
}

.error {
  color: #ff0000 !important;
}

.vwct-ctnt.active {
  display: block;
}

.stus_sgn {
  padding: 0 !important;
}

.sign-prj-lst.lstng {
  margin: 0;
}

.vwct-ctnt {
  width: 100%;
  position: relative;
  display: none;
}

.vwcst-nav {
  padding: 8px 10px;
  background-color: #4e525f;
  border-radius: 0 10px 0 0;
  min-height: 50px;
}

.vwcst-nav ul {
  display: flex;
  align-items: center;
}

.vwcst-nav ul li {
  margin-right: 11px;
}

.rht-btn {
  display: inline-block;
}

.white-btn {
  padding: 4px 5px 4px 8px;
  border-radius: 32px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.24px;
}

.white-btn:hover {
  background-color: #e0e3e7;
}

.white-btn img {
  display: block;
  margin-left: 6px;
}

.white-btn p {
  line-height: normal;
}

.org-btn {
  padding: 0 11px 0 15px;
  border-radius: 4px;
  background-color: #ff9239;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: capitalize;
}

.org-btn img {
  margin-left: 8px;
}

.org-btn:hover {
  background-color: #fa7000;
}

.vwcst-table {
  width: 100%;
  padding-top: 0;
}

.vusw-tbl-lst thead th {
  color: #ffffff;
  background: #2b92f0;
  padding: 9px 11px;
  font-family: "Barlow Semi Condensed", sans-serif;
  vertical-align: middle;
}

.vusw-tbl-lst thead th p {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.vusw-tbl-lst thead th p img {
  margin-right: 8px;
  cursor: pointer;
}

.vusw-tbl-lst thead th p:hover {
  font-weight: 700;
}

.lcn-img.hvr {
  position: relative;
}

.sgn-lcn-dtls {
  position: absolute;
  background-color: #4e525f;
  padding: 6px;
  width: 133px;
  border-radius: 2px;
  z-index: 99;
  top: -72px;
  display: none;
  left: -55px;
}

.lcn-img.hvr:hover svg~.sgn-lcn-dtls {
  display: block;
}

.sgn-lcn-dtls::after {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #4e525f transparent transparent transparent;
}

.sgn-lcn-dtls h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  padding: 0 0 4px;
  border-bottom: 0.5px solid #fff;
}

.sgn-lcn-dtls p {
  background-color: transparent !important;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.2px;
  padding: 0 !important;
  border-radius: 0 !important;
}

.vusw-tbl-lst tr td.lnk {
  padding: 0;
}

.vusw-tbl-lst tr td {
  padding: 8px 11px;
  font-family: "Barlow Semi Condensed", sans-serif;
  vertical-align: middle;
  text-transform: capitalize;
}

.semi-cond tr td {
  padding: 8px 11px;
  font-family: "Barlow Condensed", serif;
  vertical-align: middle;
  text-transform: capitalize;
}

.tb_eml {
  text-transform: lowercase !important;
}

.vusw-tbl-lst tr:nth-child(even) {
  background-color: #ecf5fe;
}

.vusw-tbl-lst.sign-prjc tr td a {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
}

.vusw-tbl-lst tr td.lnk a {
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  text-decoration: underline;
  text-transform: capitalize;
}

.cust-btns-sec {
  display: flex;
  padding: 16px 0;
  align-items: center;
}

.cust-org-bnt {
  margin-right: 16px;
  display: inline-block;
}

.inpt-check {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #4e525f;
  border-radius: 2px;
  border: 1px solid #4e525f;
}

.inpt-deflt {
  background-color: transparent;
  border: 1px solid #d9d9d9;
}

.inpt-check.inpt-deflt input[type="checkbox"]+label:before {
  color: #d9d9d9 !important;
}

.inpt-check.inpt-deflt input[type="checkbox"]+label:hover:before {
  color: #1fa163 !important;
  background-color: #a6ffd4;
  border: 1px solid #4e525f;
}

.inpt-check.inpt-deflt input[type="checkbox"]:checked+label:before {
  color: #fff !important;
  background-color: #1fa163;
  border: 1px solid #4e525f;
}

.cmptd.chk {
  color: #1fa163 !important;
}

.check {
  width: 20px;
  height: 20px;
  /* position: relative; */
  background-color: #fff;
  border-radius: 2px;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
}

.checkmark::before {
  content: "-";
}

.checkbox-container input:checked+.checkmark {
  background-color: #2196f3;
  color: #fff;
}

.inpt-check input {
  appearance: none;
  width: 100%;
  height: 100%;
}

.inpt-check input[type="checkbox"]+label:before {
  content: "\f00c";
  font-family: FontAwesome;
  transition: 0.2s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #4e525f;
  left: 0;
}

.inpt-check input[type="checkbox"]+label {
  display: block;
  cursor: pointer;
}

.inpt-check input[type="checkbox"] {
  display: none;
}

.inpt-check input[type="checkbox"]:checked+label:before {
  color: #fff;
}

.inpt-select {
  width: 100%;
}

.inpt-select select {
  width: 100%;
  border: 1px solid #4e525f;
  height: 28px;
  outline: none;
  padding: 0 12px;
  font-size: 14px;
  color: #4e525f;
  appearance: none;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  text-transform: capitalize;
}

.inpt-togle {
  width: 100%;
}

.inpt-togle input[type="checkbox"] {
  position: relative;
  width: 50px;
  appearance: none;
  height: 32px;
  background: #efefef;
  outline: none;
  border-radius: 30px;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}

.inpt-togle.fltr input {
  width: 32px;
  height: 20px;
}

.inpt-togle.fltr input[type="checkbox"]:before {
  width: 15px;
  height: 15px;
}

.inpt-togle input[type="checkbox"]:checked {
  background-color: #34c759;
}

.inpt-togle input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: -2px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  transform: scale(1.1);
  transition: 0.5s;
}

.inpt-togle input[type="checkbox"]:checked:before {
  left: initial;
  right: 2px;
}

/* dasboard css ended */

/* add customers css started */
.frm-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
  align-items: baseline;
}

#ad-nts {
  display: none;
}

.form-sec#ad-nts .frm-submit {
  padding: 0 0 30px;
}

.coladd3 {
  flex: 0 0 252px;
  max-width: 252px;
  margin: 16px 12px;
}

.coladd3:last-child {
  flex: 0 0 140px;
  max-width: 140px;
}

.form-slct {
  position: relative;
  z-index: 99;
}

.form-slct:before {
  content: "\f078";
  position: absolute;
  font-family: FontAwesome;
  width: 40px;
  height: 100%;
  background-color: #e0e3e7;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4e525f;
  font-size: 13px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}

/* multiple file uploaded css */
.frm-upload label {
  width: 100%;
  height: 52px;
  border: 1px solid #e0e3e7;
  background-color: #fff;
  padding: 0 8px;
  color: #4e525f;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  outline: none;
  margin: 0 !important;
  border-radius: 4px;
}

.frm-upload input[type="file"],
.file-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 9;
  text-indent: -999px;
  height: 100%;
}

.frm-uld {
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: pointer;
}

.frm-add {
  height: 50px;
  background-color: #1fa163;
  color: #fff;
  position: absolute;
  width: 38%;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  border-radius: 4px 0 0 4px;
}

.frm-upl-file {
  padding-left: 40% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frmad-blk {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.file-input.success {
  cursor: pointer !important;
}

.frmad-blk img {
  cursor: pointer;
}

.frmad-blk p {
  font-size: 16px;
}

.frm-uld.floaded .frm-add {
  width: 0;
}

.frm-uld.floaded .frmad-blk p {
  display: none;
}

.frm-upload {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 16px;
  cursor: pointer;
}

.add-note-file {
  padding: 16px 0 4px;
  border-bottom: 1px solid #4e525f;
  width: 66%;
}

.nt-pun {
  margin-top: 40px;
}

.nt-pun .form-field {
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 10px;
}

.frm-uld.floaded .frm-upl-file,
.frm-upl-filedata {
  display: none;
}

.frm-uld.floaded .frm-upl-filedata {
  display: flex;
  align-items: center;
}

.frm-uld.floaded .frm-upl-filedata img {
  margin-right: 8px;
}

.frm-uld.floaded .frm-upl-filedata img:last-child {
  margin-right: 0;
}

.floading,
.flremove {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 15px;
}

span.pgbar {
  height: 2px;
  position: absolute;
  background-color: #3dcb87;
  width: 0;
  bottom: 6px;
  left: 3%;
  transition: 0.9s all ease-in-out;
  -webkit-transition: 0.9s all ease-in-out;
  -moz-transition: 0.9s all ease-in-out;
}

.pgenable span.pgbar {
  width: 84%;
}

span.msgnote {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

span.msgnote.loaded {
  color: #1fa163;
}

span.msgnote.enable {
  display: block;
}

.modalpopup {
  position: fixed;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.modalpopup.open {
  display: block;
}

.modalcnt,
.modalvideo {
  /*width: 50%;*/
  width: 500px;
  margin: 0 auto;
  height: 500px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  overflow-y: scroll;
  text-align: center;
}

.modalclose {
  cursor: pointer;
  margin-bottom: 20px;
  text-align: right;
}


.modalclose i {
  font-size: 20px;
  color: #4e525f;
  background-color: #fff;
  padding: 5px;
}

.modalclose svg {
  background-color: #fff;
}

.modalvideo video {
  width: 100%;
  height: 100%;
}

/* ended */

.add-note-file {
  padding: 16px 0 4px;
  border-bottom: 1px solid #4e525f;
  width: 100%;
}

.frm-submit {
  padding: 16px 0;
  display: flex;
}

.frm-submit button {
  border: none;
}

input[type="submit"],
input[type="button"].rest_pwsd {
  padding: 0 12px 0 44px;
  border-radius: 4px;
  height: 40px;
  outline: none;
  border: none;
  background-position: left;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-image: url("../images/plus.svg");
  background-color: #ff9239;
  color: #fff;
  cursor: pointer;
}

input[type="button"].rest_pwsd {
  background-image: url("../images/plus.svg") !important;
  background-size: 24px !important;
}

input[type="submit"]:hover,
input[type="button"].rest_pwsd:hover {
  background-color: #fa7000;
}

input[type="reset"]:hover {
  background-color: #b3b7be;
}

input[type="reset"],
.frm-btns.bck input[type="button"] {
  padding: 0 12px 0 44px;
  border-radius: 4px;
  height: 40px;
  outline: none;
  border: none;
  background-position: left;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-image: url("../images/cancel.svg");
  background-color: #c9cdd2;
  color: #fff;
  cursor: pointer;
}

.frm-btns.bck input[type="button"] {
  background-image: url("../images/left-icon.png");
}

.frm-btns {
  margin-right: 24px;
}

/* add customers css ended */

/*customers view page css started */
.cust-dtls-sec {
  display: flex;
  margin-bottom: 30px;
}

.cust-dtls-left {
  border-radius: 4px;
  border: 0.5px solid #e0e3e7;
  margin-right: 5px;
  background-color: #fff;
}

.cust-dts-lst {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  width: 389px;
  min-height: 100px;
  border-bottom: 0.5px solid #e0e3e7;
}

.prsn-dte p {
  line-height: 23px;
}

.cust-dts-itm h5 {
  display: flex;
  align-items: start;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: capitalize;
  word-break: break-all;
}

.cust-dts-itm.lft {
  flex: 0 0 166px;
  max-width: 166px;
}

.cust-dts-itm.rgt {
  flex: 0 0 186px;
  max-width: 186px;
}

.cust-dts-itm h5 img {
  margin-left: 9px;
}

.cust-dts-itm p {
  font-family: "Barlow Semi Condensed", sans-serif;
  word-wrap: break-word;
}

.cust-dts-lst .cust-dts-itm p:nth-child(1),
.cust-dts-lst .cust-dts-itm p:nth-child(2) {
  text-transform: capitalize;
}

.cust-dts-prsn {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
}

.prsn-dtls {
  display: flex;
  align-items: center;
}

.prsn-dtls a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
  line-height: normal;
}

.cust-dtls-rgt {
  flex: 0 0 83px;
  max-width: 83px;
}

.cust-sign-lst .cust-dtls-left {
  width: 100% !important;
  flex: 0 0 83%;
  max-width: 83%;
}

.cust-sign-lst .cust-dtls-left .cust-dts-lst {
  width: 100% !important;
}

.cust-sign-lst .cust-dtls-rgt {
  flex: 0 0 17% !important;
  max-width: 17% !important;
}

.prjt-sign {
  width: 100%;
  padding: 6px 10px;
  text-align: center;
  background-color: #2b92f0;
  margin-bottom: 4px;
  border-radius: 4px;
  text-transform: capitalize;
}

.prjt-sign h2 {
  color: #fff;
  font-family: "Barlow", sans-serif;
  margin-bottom: 2px;
}

.prjt-sign p {
  color: #fff;
  font-size: 12px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.24px;
}

.prjt-lnk {
  margin-bottom: 4px;
}

.prjt-lnk a {
  width: 100%;
  background-color: #2b92f0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  padding: 6px;
  border-radius: 4px;
}

.prjt-lnk a:hover {
  background-color: #0b579d;
}

.prjt-sign.sign {
  background-color: #e0e3e7;
}

.prjt-sign.sign h2,
.prjt-sign.sign p,
.no_link h2,
.no_link p {
  color: #4e525f;
}

.cust-nts-file {
  padding: 6px 0 0;
}

.cust-nts-file h6 {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.nts-dtls {
  display: flex;
  padding: 0px 0 10px;
  border-bottom: 0.5px solid #e0e3e7;
  margin-bottom: 20px;
}

.prjs-cust {
  margin: 35px 0 0;
}

.nts-lft {
  flex: 0 0 76px;
  max-width: 76px;
  margin-right: 24px;
}

.nts-img {
  margin-bottom: 6px;
  width: 100%;
  height: auto;
}

.nts-img img {
  width: 100%;
  height: auto;
}

.nts-lft b {
  font-weight: 500;
}

.nts-rgt-sec {
  width: 100%;
}

.nts-rgt-sec .text-12 {
  padding: 0 16px;
  margin-bottom: 5px;
}

.nts-rgt {
  padding: 13px 32px 13px 16px;
  border: 1px solid #e0e3e7;
  position: relative;
  background-color: #fff;
}

.nts-rgt::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 4px;
  top: 9px;
  background-image: url("../images/default.svg");
  background-repeat: no-repeat;
}

.nts-lft p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}

.drk-btn {
  padding: 0 6px;
  line-height: 17px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2px;
  background-color: #4e525f;
  border-radius: 27px;
}

.nts-rgt p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

.nts-rgt ul li {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
}

/*customers view page css ended */

/* projects page started here */
/* .vusw-tbl-lst.sign-prjc tr td {
  padding: 8px 10px;
} */
.prjc-lst-sec {
  width: 100%;
}

.prjc-lst-sec table {
  width: 100%;
}

.prjc-tbl-txt {
  padding: 8px 17px;
}

.prjc-tbl-txt h6 {
  color: #4e525f;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.prjc-tbl-txt a h6 {
  text-transform: capitalize;
  text-decoration: underline;
}

.prjc-tbl-txt p {
  text-transform: capitalize;
}

.eml_p {
  text-transform: lowercase !important;
}

.prjc-tbl-txt h6 img {
  margin-left: 9px;
}

.prjc-lst-sec table tr {
  border: 0.5px solid #e0e3e7;
}

.prjc-lst-sec table td {
  overflow: hidden;
  vertical-align: middle;
  height: 0;
  padding: 0 0 2px;
}

.prjc-lst-sec table tr td:first-child .prjc-tbl-shld {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.sgn-pjc-itm:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prjc-lst-sec table td.lnk-td {
  vertical-align: initial;
}

.prjc-dt-sgn {
  padding: 10px;
}

.date-txt {
  text-align: center;
}

.prjc-dt-sgn:first-child {
  border-left: 1px solid #e0e3e7;
  border-right: 1px solid #e0e3e7;
  margin-right: 20px;
}

.date-txt h2 {
  margin-bottom: 4px;
}

.date-txt .prsn-dtls {
  justify-content: center;
}

.date-txt .prsn-dtls a {
  position: relative;
  z-index: 999;
}

.date-txt .prsn-dtls a:nth-child(2) {
  margin-left: -9px;
  z-index: 1;
}

.sgn-pjc-lnk {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: end;
}

.sgn-pjc-itm {
  flex: 0 0 calc(100% / 5);
  max-width: 100%;
}

.prj-rpt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sgn-pjc-itm a h2 img {
  width: 23px;
}

.sgn-pjc-itm a {
  text-align: center;
  color: #fff;
  padding: 10px;
  min-width: 90px;
  height: 100%;
  width: 100%;
}

.sgn-pjc-itm a h2 {
  margin-bottom: 4px;
  color: #fff;
}

.prjc-tbl-shld {
  background-color: #4e525f;
  padding: 5px 15px;
  height: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-tble .prjc-tbl-shld {
  min-width: 155px;
}

.prjc-tbl-shld.late {
  background-color: #f00;
}

.slh-err-sec {
  text-align: center;
  width: 100%;
}

.slh-err-sec p {
  color: #fff;
}

.slh-err-sec span {
  margin-bottom: 4px;
}

.vwcst-nav.srch .tem-srch input,
.vwcst-nav.srch .tem-srch select {
  border-radius: 0;
  height: 34px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #9ea2aa;
  border-bottom: 0.5px solid #9ea2aa;
  text-transform: capitalize;
  font-size: 14px;
}

.vwcst-nav.srch .tem-srch select,
.vwcst-nav.srch .tem-srch .search.srch {
  background-image: url("../images/dwn-arw.svg");
  border: 0.5px solid #9ea2aa;
  padding: 0 15px 0 10px;
  border-radius: 4px;
  background-position: right -2px center;
}

.tem-srch {
  display: flex;
  align-items: center;
}

.vwcst-nav.srch .inpt-togle span {
  color: #fff;
  margin: 0 8px 0 4px;
  display: inline-block;
}

.inpt-togle {
  width: 100%;
  display: flex;
  align-items: center;
}

.tem-srch svg {
  margin-right: 4px;
}

.vwcst-nav.srch {
  position: relative;
}

.vwcst-nav.srch ul li .org-btn,
.org-btn.ad-btn.rgt {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 31px;
}

.vwcst-nav.srch .tem-srch input[type="search"]:hover,
.vwcst-nav.srch .tem-srch input[type="search"]:focus,
.vwcst-nav.srch .tem-srch input[type="search"]:hover::placeholder {
  color: #fff;
}

/* projects page ended here */

/* customers signs page css started here */
.cust-sign-lst {
  display: flex;
  margin: 0 -8px 32px;
}

.sign-add h6 {
  margin-bottom: 16px;
}

.ad-sgn-setup.ad-sgn .cust-org-bnt {
  margin: 18px 0 0;
}

.cust-sign-lst .cust-dtls-sec {
  margin: 0 16px 11px 0;
}

.cust-sign-lst .cust-dtls-sec {
  margin: 0 8px 0;
  flex: 0 0 calc(91% / 2 - 16px);
  max-width: 100%;
}

.vusw-tbl-lst.sign-prjc thead th {
  background: #2b92f0;
}

.sign-prj-lst.lstng .vusw-tbl-lst.sign-prjc tr:nth-child(odd) td {
  background-color: #fff;
}

.vusw-tbl-lst.sign-prjc td p {
  padding: 5px 8px 5px 8px;
  background-color: #2b92f0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: inline-block;
  border-radius: 30px;
}

.vusw-tbl-lst.sign-prjc td p.out-dor {
  background-color: #e55857;
}

td p.in-dor {
  padding: 5px 8px 5px 8px;
  background-color: #2b92f0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: inline-block;
  border-radius: 30px;
}

td p.out-dor {
  padding: 5px 8px 5px 8px;
  background-color: #e55857 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: inline-block;
  border-radius: 30px;
}

.sign-prj-lst {
  margin: 10px 0;
}

.sign-prj-lst.sign-add {
  margin: 24px 0;
}

/* customers signs page css ended here */

/* add project page css started here */
.prjct-add .cust-dtls-sec {
  margin-bottom: 32px;
}

/* add project page css ended here */

/* add sign page css started here */
.add-sign-prjc {
  margin: 15px 0 30px;
  width: 73%;
}

.form-block-sign {
  padding: 8px;
  background-color: #fff;
}

.radio-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.add-sign-prjc h6 {
  padding: 8px 0;
  color: var(--color-form-color-G4, #4e525f);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  border-bottom: 1px solid #c9cdd2;
  margin-bottom: 16px;
}

.add-sign-prjc h6 {
  background-color: #4e525f;
  color: #fff;
  padding: 8px 12px;
}

.add-sign-prjc h6.inl-hd {
  background-color: transparent;
  color: #4e525f;
  font-size: 14px;
  font-weight: 400;
}

.signad .ad-sgn-setup.ad-sgn h6 {
  margin-bottom: 0 !important;
}

.ad-sgn-setup.ad-sgn .frm-row .form-block label {
  margin: 0 0 11px 16px;
  font-size: 16px;
  line-height: 19px;
}

.form-block-sign label {
  font-size: 16px;
  line-height: 19px;
}

.form-group:last-child label {
  margin: 0;
}

.ad-sgn-setup.ad-sgn .frm-row .form-block label.inpt-lbl {
  margin: 0;
  position: absolute;
  top: -17px;
  z-index: 1;
  left: 15px;
  font-size: 12px;
  line-height: 13px;
}

.sign-prj-lst.ad-sgn {
  width: 80%;
}

.add-sign-prjc {
  margin: 15px 0 30px;
}

.add-sign-prjc.sgn-lst {
  width: 100%;
}

.ad-sgn-setup {
  padding: 5px 0;
}

.form-group {
  margin: 0 0 4px;
  cursor: pointer;
}

input[type="radio"] {
  display: none;
}

.form-group label {
  cursor: pointer;
  position: relative;
  padding: 10px 38px;
}

.form-group label::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #4e525f;
  border-radius: 50%;
  top: 55%;
  left: 5px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.form-group label::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 55%;
  left: 4px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.form-group:hover label::after {
  transform: translateY(-50%) scale(0.55);
  background-color: #ecf5fe;
}

.form-group:hover label {
  font-weight: 600;
}

.form-group input[type="radio"]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
  background-color: #2b92f0;
}

.form-group.active label::before {
  background-color: #fff;
  border: none;
}

.form-group.active {
  background-color: #2b92f0;
  border-radius: 4px;
}

.form-group input[type="radio"]:checked+label {
  border: transparent;
  color: #fff;
}

.form-group input[type="radio"]:checked {
  background-color: #2b92f0;
}

.frm-date-lbl {
  padding: 16px 0 4px;
  margin: 0 0 32px;
  line-height: 19px;
  border-bottom: 0.5px solid #4e525f;
}

.frm-fld-dt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 16px;
}

.frm-fld-dt .form-field {
  flex: 0 0 calc(100% / 2 - 10px);
  max-width: 100%;
  margin: 0 5px 0;
}

.add-sign-prjc .inpt-select {
  display: inline-block;
  max-width: 160px;
  margin-right: 27px;
}

.ad-sgn-btn {
  display: flex;
  align-items: center;
  margin: 35px 0 10px;
  /* justify-content: flex-end; */
}

.team-frm {
  margin: 8px 0;
}

/* add sign page css ended here */

.tem-prjcts.sign-prjc thead th {
  background: #2b92f0;
  color: #fff;
}

.tem-prjcts.sign-prjc thead th p {
  display: flex;
  align-items: center;
}

.tem-prjcts.sign-prjc thead th p img {
  margin-left: 8px;
}

.tem-prjcts.sign-prjc tbody td,
.tem-prjcts.sign-prjc thead th {
  padding: 8px;
  font-family: "Barlow Semi Condensed", sans-serif;
  vertical-align: middle;
}

.tbl-accordion-body td {
  border-bottom: 0px;
}

.tbl-accordion-body tr:last-child {
  border-bottom: 1px solid #ccc;
}

.tbl-accordion-body td p {
  padding: 3px 8px 5px 8px;
  background-color: #2b92f0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: inline-block;
  border-radius: 30px;
}

.tbl-accordion-body td p.out-dor {
  background-color: #e55857;
}

.tbl-accordion-header.open .tm-img {
  transform: rotate(90deg);
}

.tem-prjcts.sign-prjc .open .tm-img {
  transform: rotate(90deg);
}

.tbl-accordion-body.open .tm-img {
  transform: rotate(90deg);
}

.tbl-accordion-header.open+.tbl-accordion-body {
  display: table-row-group;
}

.tbl-accordion-body {
  display: none;
}

.row {
  margin: 20px 0 0;
}

.ui-datepicker {
  z-index: 99999 !important;
}

.btn-disabled,
.btn-disabled[disabled] {
  opacity: 0.4;
  cursor: default !important;
  pointer-events: none;
}

.no-data {
  padding: 40px 0;
  text-align: center;
}

.form-field input,
.form-block input {
  white-space: nowrap;
  min-height: 50px;
  height: auto;
}

.form-field.int_ht_aut input::placeholder {
  white-space: nowrap;
  /* Prevent line break within the placeholder */
}

.form-field.int_ht_aut input:not(:placeholder-shown)::placeholder {
  white-space: normal;
  margin: 0;
  padding: 0;
  line-height: initial;
}

.form-field.int_ht_aut input {
  height: 62px;
  padding: 13px 40px 13px 16px;
}

.pop-img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #0000007d;
  display: none;
  padding: 40px;
}

.pop-img-itm {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.img-popup {
  width: 100px;
}

.dwn-img {
  padding: 0 15px;
  background-color: #2b92f0;
  color: #fff;
  border-radius: 5px;
  line-height: 30px;
}

.pp-im-lst {
  width: 70%;
  margin: 15% auto 0;
}

.close-img {
  width: 100%;
  text-align: right;
  margin: 10px 0;
}

.close-img svg {
  width: 40px;
}

.close-img svg {
  width: 50px;
  height: 50px;
}

.pop-img-itm img {
  width: 600px;
  margin: 0 auto;
  display: block;
}

.prjc-tbl-shld.sgn {
  min-height: 67px;
  margin-bottom: 3px;
  height: 100%;
  padding: 10px 0 0;
  display: block;
  text-align: center;
}

.prjc-tbl-shld.sgn p {
  background-color: transparent !important;
}

/* .vusw-tbl-lst.sign-prjc tr td:first-child, */
.sgn_bx {
  padding: 0 !important;
}

.vusw-tbl-lst.sign-prjc.adsgn tr td {
  padding: 7px 10px;
}

.swtchto {
  background-color: transparent !important;
  padding: 0 !important;
}

.swtchto a {
  padding: 0 !important;
}

.swi-toast {
  background-color: #fff;
  padding: 10px;
  margin: 0 0 30px;
}

.swi-toast p a {
  color: #007bff;
  text-transform: capitalize;
}

.swi-toast p {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.swi-toast p img {
  margin-right: 10px;
}

/* login page */
.login-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 380px;
}

.login-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login-form .form-group,
.forgot-form .form-group {
  margin: 16px 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.sit-logo img {
  width: 240px;
}

.login-form .form-group label {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.login-form .form-group button,
.forgot-form .form-group button {
  border-radius: 4px;
  height: 50px;
  outline: none;
  border: none;
  background-color: #ff9239;
  color: #fff;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  display: flex;
  align-items: center;
}

.login-form .form-group button:hover {
  background-color: #fa7000;
}

.login-form .sit-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

span#formError {
  padding-left: 12px;
  color: #f20606;
  font-size: 16px;
  font-family: "Barlow";
}

.sit-logo {
  text-align: center;
  padding: 20px 0;
}

.edit_img {
  text-align: center;
  padding: 0;
}

.edit_img a {
  padding: 0 !important;
}

.edit_img i {
  color: #696969;
  font-size: 16px;
}

.imageError {
  color: red;
  display: block;
  position: absolute;
  padding: 3px 16px;
  margin-top: 0px;
  margin-left: 92px;
}

.container.rprt hr {
  margin-bottom: 40px;
}

.disable {
  pointer-events: none;
  opacity: 0.6;
}

.sameas {
  opacity: 0;
}

.ad_chk_lst {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.ad_chk_lst h6 {
  margin: 0 30px 0 0;
}

.check_sm {
  display: flex;
  align-items: center;
}

.check_sm .inpt-check {
  width: auto;
  height: auto;
  background-color: transparent;
  border: navajowhite;
}

.check_sm label {
  margin: 0 0 0 20px;
  line-height: 20px;
}

.check_sm .inpt-check input[type="checkbox"]+label:before {
  content: "";
  font-family: FontAwesome;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #4e525f;
  border-radius: 2px;
}

.check_sm .inpt-check input[type="checkbox"]:checked+label:before {
  content: "\f00c" !important;
  color: #4e525f !important;
}

@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
  background-size: 180px;
  transform: translate(-50%, -50%);
  font-family: "Droid Sans", sans-serif;
  color: white;
  text-align: center;
  font-size: 24px;
}

.imgp {
  position: relative;
  margin: 10px 0;
  width: 75px;
  border: 1px solid #ddd;
}

.imgp img.prv {
  width: 75px;
  height: 75px;
  cursor: pointer;
  object-fit: contain;
}

.imgp .cancel-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #fff;
}

.swal2-title {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.swal2-html-container {
  font-family: "Barlow", sans-serif !important;
}

button.swal2-confirm.swal2-styled {
  background-color: #ff9239 !important;
  border: none !important;
  outline: none !important;
  font-family: "Barlow", sans-serif !important;
}

button.swal2-confirm.swal2-styled::after,
button.swal2-confirm.swal2-styled::before {
  display: none !important;
}

button.swal2-cancel.swal2-styled {
  background-color: #c9cdd2;
  border: none;
  outline: none;
  font-family: "Barlow", sans-serif;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: none !important;
}

[class^="swal2"] {
  -webkit-tap-highlight-color: #ff9239 !important;
}

.vw_rpt {
  width: 270px;
  margin: 40px 32px 16px;
  margin-left: auto;
}

.current {
  margin-right: 5px;
}

.message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.the-count {
  float: right;
}

.no_link {
  background-color: #e0e3e7 !important;
}

.mobilerr {
  position: absolute;
  color: #ff0000 !important;
  font-size: 14px;
  font-weight: 500;
}

input.readonly {
  pointer-events: none;
  opacity: 0.5;
}

.mobile_format {
  font-size: 12px;
  color: #f00;
  position: absolute;
  bottom: 100%;
  font-weight: 600;
}

.report_btn {
  display: flex;
  align-items: center;
}

.report_btn #photos {
  margin-right: 20px;
}

td.emaillog {
  text-transform: none !important;
}

.signad .non_bg {
  background: transparent;
  padding: 0;
  position: relative;
}

.frm_pswrd {
  margin: 10px 0px 5px;
  border-bottom: 1px solid #4e525f;
}

.frm_pswrd p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4e525f;
  padding-bottom: 4px;
  padding-left: 12px;
}

.form-field.permit_cost,
.permit_fee,
.el-sign,
.el-ill {
  position: relative;
}

.password-toggle-icon {
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: 0;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-toggle-icon i:hover {
  color: #000;
}

.all-customer-checkbox {
  width: 50%;
  height: 50%;
}

.inpt-check2 {
  width: 18px;
  height: 18px;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #4e525f;
}

.inpt-check2 input {
  appearance: none;
  width: 100%;
  height: 100%;
}

.inpt-check2 input[type="checkbox"] {
  display: none;
}

.inpt-check2 input[type="checkbox"]+label {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}

.inpt-check2 input[type="checkbox"]+label:before {
  content: "\f00c";
  font-family: FontAwesome;
  transition: 0.2s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.inpt-check2 input[type="checkbox"]:checked+label:before {
  color: #3dcb87;
}

/* Home page styles starts */
.sign_dshbrd {
  background-color: rgba(247, 249, 252, 1);
  padding: 20px 0px 0px;
}

.header_sec {
  background-color: #fff;
  box-shadow: 0px 1px 16px 1px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  margin: 0px 24px;
}

.header_sec header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_sec header .hedr_logo {
  flex: 0 0 265px;
  max-width: 265px;
}

.header_sec header nav {
  display: flex;
  align-items: center;
}

.header_sec header nav ul {
  display: flex;
}

.header_sec header nav ul li {
  margin-right: 36px;
  position: relative;
  display: flex;
  align-items: center;
}

.fotr_lsts ul li:last-child:after,
.header_sec header nav ul li:last-child:after {
  border: 0;
}

.header_sec header nav ul li:after {
  content: "";
  height: 17px;
  border: 1px solid #000;
  position: absolute;
  right: -16px;
  bottom: 0;
}

.header_sec header nav ul li a,
.sign_btn a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #000;
}

.sign_btn a {
  border: 1px solid #2b92f0;
  color: #2b92f0;
  padding: 9px 8px 9px 12px;
  border-radius: 8px;
  display: flex;
}

.sign_btn a img {
  margin-left: 8px;
}

.wlcme_frm {
  padding: 48px 0px 72px;
  width: 342px;
  margin: 0px auto;
}

.wlcme_frm .sign_frms {
  margin-bottom: 48px;
}

.sign_frms h6 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

.sign_frms p,
.sign_aps p {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.34px;
}

.sign_frms p span {
  color: #2b92f0;
}

.wlcme_frm .login_sec {
  padding: 24px 0px 40px;
}

.login_sec .login-form .form-group {
  position: relative;
  margin-bottom: 32px;
  margin-top: 0;
}

.form-group.sign_in {
  margin-bottom: 24px !important;
}

.login_sec .login-form .form-group label,
.login_sec .forgot-form .form-group label {
  text-align: start;
  font-family: "Barlow", sans-serif;
  padding: 0 0px 4px 12px;
  font-weight: 400;
  position: absolute;
  bottom: 100%;
}

.login_sec .login-form label::before,
.login_sec .forgot-form label::before {
  display: none;
}

.login_sec .form-group input {
  height: 42px;
  font-family: "Barlow", sans-serif;
  background-image: none;
}

.login_sec .form-group:hover label::after {
  background-color: transparent;
}

.login_sec .login-form .form-group:last-child {
  margin-bottom: 0;
}

.form-group.sign_in button {
  /*  margin-top: 16px;*/
  /*  margin-bottom: 8px;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.form-group.sign_in button img {
  margin-left: 8px;
}

.login_sec #forget,
#login {
  font-family: "Barlow", sans-serif;
  padding: 10px 0px;
  border-top: 1px solid #e0e3e7;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
}

.sign_aps p {
  margin-bottom: 24px;
  text-align: center;
}

.sign_aps ul {
  display: flex;
  justify-content: center;
}

.sign_aps ul li {
  margin-right: 13px;
}

.sign_aps ul li:last-child {
  margin-right: 0;
}

.footer_sec {
  background-color: #4e525f;
  padding: 48px 24px;
}

.footer_sec .ftr_lgo {
  width: 265px;
  margin: 0px auto 48px;
}

.fotr_lsts {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.fotr_lsts ul {
  display: flex;
  align-items: center;
}

.fotr_lsts ul li {
  margin-right: 35px;
  position: relative;
}

.fotr_lsts ul li:after {
  content: "";
  height: 17px;
  position: absolute;
  border: 1px solid #fff;
  bottom: 0;
  right: -16px;
}

.fotr_lsts ul li a,
.footer_sec p {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.footer_sec p {
  text-align: center;
  padding-top: 24px;
}

/* Home page styles ends */
form.forgot-form {
  width: 342px;
  position: relative;
}

p.succ.error {
  padding-left: 12px;
  color: #f20606;
  font-size: 16px;
  font-family: "Barlow";
  padding-bottom: 8px;
}

p.succ.jjj {
  padding-left: 12px;
  color: #f20606;
  font-size: 16px;
  font-family: "Barlow";
  padding-bottom: 8px;
}

.text_cap thead th p {
  text-transform: none !important;
}

.text_cap thead th {
  padding: 9px 6px;
}

.dte {
  color: #4e525f;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.inpt-select.chngcust,
.inpt-select.chnge_prj {
  position: relative;
}

.inpt-select.chngcust:before,
.inpt-select.chnge_prj:before {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  width: 48px;
  height: 40px !important;
  background-color: #24bc73;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.inpt-select.chngcust select,
.inpt-select.chnge_prj select {
  font-size: 14px;
  height: 40px;
  background-image: none;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #24bc73;
  opacity: 0;
  display: none;
  font-weight: 400;
}

.accordion.lnk {
  justify-content: start;
  gap: 5px;
}

.inpt-select.chngcust .selProj,
.inpt-select.chnge_prj .selProj {
  position: absolute;
  top: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid #24bc73;
}

.inpt-select.chngcust .prjrNme,
.custNme {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  background-color: #24bc73;
  color: #ffffff;
  padding: 2px 5px 4px 6px;
  border-radius: 60px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  margin-left: 6px;
  gap: 10px;
}

/* Basic styling for popup */
.popup1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  justify-content: flex-end;
  align-items: center;
}

#popup1 {
  box-shadow: 0px 0px 11px 1px #bdbbbb8c;
}

.popup-content {
  background-color: rgb(255, 255, 255);
  width: 309px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 8px;
}

.frm-btns.pup input {
  background-color: #c9cdd2;
  background-image: url("../images/save-img.png");
  background-position: right 12px center;
  padding: 0px 24px 0px 0px;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 30px;
}

/*popup new styels*/
button.accordion.active img.arrow-mrk {
  transform: rotate(179deg);
}

.chng_cstrms {
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

span.slct {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  margin-bottom: 4px;
  color: #4E525F;
}

.inpt-select.chngcust.chnge_prj .selProj,
.inpt-select.chngcust.chnge_prj select {
  border: 1px solid #ff9239;
}

.chnge_prj_cust.prj {
  border: 1px solid #ff9239;
}

.inpt-select.chngcust.chnge_prj:before {
  background-color: #ff9239;
}

.chnge_prj .custNme {
  background-color: #ff9239;
}

.chnge_prj_cust {
  position: absolute;
  top: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid #24bc73;
  height: 40px !important;
  display: none !important;
}

.chnge_prj_cust img {
  margin-right: 9px;
}

/* Accordion styling */
.accordion {
  cursor: pointer;
  padding: 13px 12px 11px 12px;
  width: 100%;
  text-align: left;
  outline: none;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4e525f;
}

.edit_icon {
  margin-right: 5px;
}

.panel {
  display: none;
  padding: 0px 7px;
  background-color: #fff;
  margin-top: 12px;
}

.popup-content h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 5px;
}

.pup {
  max-width: 100px;
  margin-right: 0 !important;
  display: block;
  margin: 0 auto;
  padding-top: 12px;
}

.dwn_img {
  align-items: center;
  background-color: #4e525f;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.edit_img button {
  background-color: #24bc73;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  justify-content: center;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.disb {
  background-color: #c9cdd2;
}

.no_photo {
  padding-top: 10px;
  font-size: 16px;
  color: #f00;
  /* position: absolute; */
  bottom: 100%;
  font-weight: 600;
  text-align: center;
}

a .disble {
  pointer-events: none;
}

.inpt-select.chnge_prj:before {
  background-color: #ff9239;
}

.inpt-select.chnge_prj .selProj.orng {
  border: 1px solid #ff9239;
}

/*.frm-btns.pup.ornge input {
  background-color: #ff9239 !important;
}*/
.tem-prjcts.sign-prjc td p {
  padding: 5px 8px 5px 8px;
  background-color: #2b92f0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: inline-block;
  border-radius: 30px;
}

.emailEr {
  color: red;
}

.vwcst-nav li.elms {
  display: flex;
  align-items: center;
  gap: 4px;
}

.vwcst-nav li.elms svg {
  min-width: 24px;
  height: 24px;
}

.spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

.head-lft h6 {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  color: #4e525f;
  font-family: "Barlow";
  padding-right: 2px;
  text-transform: capitalize;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #3abf77;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 262px;
}

.inpt-select.chngcust .prjrNme,
.custNme {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  background-color: #24bc73;
  color: #ffffff;
  padding: 2px 5px 4px 6px;
  border-radius: 60px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  margin-left: 6px;
  gap: 6px;
  position: absolute;
  left: 30px;
  top: 8px;
}

button.accordion img.arrow-mrk {
  margin-left: 12px;
}

.inpt-select.chngcust .selProj,
.inpt-select.chnge_prj .selProj {
  position: absolute;
  top: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 6px;
  border-radius: 4px;
  border: 1px solid #24bc73;
}

.prjr.cust {
  opacity: 0;
}

.slct {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.inpt-select {
  position: relative;
  display: flex;
  align-items: center;
  /* margin-bottom: 15px; */
}

.selProj.orng {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 10px;
}

/* .selProj.orng img { */
/* margin-right: 8px; */
/* } */

.custNme {
  display: flex;
  align-items: center;
}

/* .custNme img { */
/* margin-right: 8px; */
/* } */

.custom-select {
  position: relative;
  /* z-index: 1; */
  width: 100% !important;
}

.select-selected {
  background-color: #fff;
  color: #333;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  height: 40px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #24bc73;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 279px;
}

.select-items div {
  color: #4e525f;
  cursor: pointer;
  padding: 13px 8px 11px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: capitalize;
}

.select-items div:hover {
  background-color: #f5f5f5;
}

.select-hide {
  display: none;
}

.frm-btns.pup {
  text-align: right;
}

.frm-btns.pup input[type="submit"] {
  line-height: 17px;
  background-color: #24bc73;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 32px;
  width: 86px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Barlow';
}

.frm-btns.pup input[type="submit"]:hover {
  background-color: #45a049;
}

.chnge_prj .select-items {
  border-color: #ff9239;
}


.inpt-select.sign_drpdwn select {
  padding: 0 30px 0px 12px;
}

.selProj.open {
  border-radius: 4px 4px 0 0 !important;
}

.org-btn.dropdown-toggle {
  padding: 0 20px !important;
}

.rpt-tabs {
  width: 100%;
  padding: 0 32px;
}

.tab-navigation {
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.tab-button {
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  transition: all 0.3s ease;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.download-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
}

.dropdown-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.download-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 90%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 162px;
  z-index: 1000;
  display: none;
  margin-top: 5px;
}

.download-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.file-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.pdf-icon {
  color: #d32f2f;
}

.excel-icon {
  color: #217346;
}

.csv-icon {
  color: #ff9800;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .dropdown-menu {
    right: 0;
    left: auto;
  }

  .dropdown-item {
    padding: 10px 14px;
    font-size: 14px;
  }
}