@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:not(.fa) {
  font-family: "Roboto", sans-serif !important;
}
html::-webkit-scrollbar {
  width: 8px;
}
#sp-table-container tbody tr {
  background-color: transparent !important;
}
html::-webkit-scrollbar-track {
  background: rgb(179, 177, 177);
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb {
  background: rgb(136, 136, 136);
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb:hover {
  background: rgb(100, 100, 100);
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb:active {
  background: rgb(68, 68, 68);
  border-radius: 8px;
}
#sp-form {
  height: 100vh;
  background-color: aliceblue;
  display: flex;
  align-items: center;
}
.form-input {
  border-radius: 0.8rem;
  font-size: 14px;
  border: 1px solid #00008094;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 55%;
  outline: none;
  font-weight: 500;
  color: #2f5081;
}
.form-input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-input::placeholder {
  font-weight: 500;
  color: #2f5081;
}
.login-btn {
  padding: 10px 15px;
  background-color: green;
  width: 33%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 15px;
}
.login-btn:hover {
  background-color: #3f5272;
}
.form-container {
  display: block;
  margin: 0 auto;
}
.sp-form-img img {
  max-width: 30%;
  mix-blend-mode: darken;
}
.forgot-password {
}
.box-container {
  max-width: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box-container span {
  margin-left: 10px;
  text-wrap: nowrap;
}
.sq-box {
  width: 20px;
  height: 20px;
  /* border: 1.5px solid #2f5081; */
  box-shadow: 0px 0px 2px #8f8f8f;
  border-radius: 5px;
  margin-bottom: 0px;
}
.download-btn {
  border: 1.5px solid #2f5081;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.not-active {
  opacity: 0.3;
  border: 1px solid #ccc !important;
  pointer-events: none;
}
.status-box {
  display: flex;

  align-items: center;
}
.status-box span {
  margin-left: 10px;
}
.bg-green {
  background-color: #229300;
  border: none;
}
.bg-orange {
  background-color: #ff9d00;
  border: none;
}
.bg-yellow {
  background-color: #ffc721;
  border: none;
}
.bg-red {
  background-color: #ff0000;
  border: none;
}
.bg-navy {
  background-color: #3f5272;
}
.bg-grey {
  background-color: #777777;
}
.bg-amber {
  background-color: #ffc107;
}
#sp-table-container thead th {
  font-weight: 600;
  border-top: 0px;
  vertical-align: middle;
  padding-bottom: 1.2rem;
  padding-left: 8px;
  color: #3f5272;
  font-size: 13px;
}

#sp-table {
  padding-top: 16px;
  height: 100vh;
}
#sp-table-container tbody td {
  border-top: none !important;
}
#sp-table-container thead th {
  border-bottom: none !important;
}
table#sp-table-container{
  border-bottom: none;
}
#sp-table-container tr td:first-child {
  width: 8.33%;
  max-width: 8.33%;
  min-width: 8.33%;
}
#sp-table-container tr td:nth-child(2) {
  /* text-wrap: nowrap; */
  width: 16.66%;
  max-width: 16.66%;
  min-width: 16.66%;
}
#sp-table-container tr td:nth-child(3) {
  width: 16.66%;
  max-width: 16.66%;
  min-width: 16.66%;
}
#sp-table-container tr td:nth-child(4) {
  width: 16.66%;
  max-width: 16.66%;
  min-width: 16.66%;
}
#sp-table-container tr td:nth-child(5) {
  width: 28.66%;
  max-width: 28.66%;
  min-width: 28.66%;
}
#sp-table-container tr td:nth-child(6) {
  width: 8.33%;
  max-width: 8.33%;
  min-width: 8.33%;
}
#sp-table-container tr td:last-child {
  width: 16.66%;
  max-width: 16.66%;
  min-width: 16.66%;
}
#table-dropdown {
  top: 0px;
  z-index: 9;
  right: 0px;
  padding: 0px 10px 10px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffffe9;
  overflow: hidden;
  border: 1px solid #777777;
  display: flex;
  flex-direction: column;
  color: #2f5081;
}
#table-dropdown::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 14px;
  border: 10px solid #3f5272;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #00008000;
  transition: transform 300ms ease;
  transform-origin: center;
  transform: rotate(0deg);
}
.dropdown-status {
  line-height: 26px;
  font-size: 12px;
  padding: 5px;
  width: 100%;
}
.h-auto {
  background-color: #fff !important;
  animation: myanim;
  animation-duration: 2s;
}
.h-auto#table-dropdown::after {
  top: 22px;
  transform-origin: top;
  transform: rotate(-180deg);
}
@keyframes myanim {
  0% {
    height: 40px;
  }
  100% {
    height: auto;
  }
}
.active-download {
  border: 1.5px solid navy;
  background: #fff;
}
.bthead {
  margin-left: 15px;
  background-color: green;
  color: #fff;
  padding: 10.5px 15px;
  line-height: 17px;
  font-size: 14px;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.bthead:hover {
  background-color: #3f5272;
  color: #fff;
  text-decoration: none;
}
.header-btn-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.header-logo-img {
  padding: 15px 0px;
}
.header-logo-img img {
  height: auto;
  width: 200px;
  max-width: 200px;
}
.progress.my-progressbar {
  background-color: #fff;
  border: 1px solid navy;
  border-radius: 10px;
}
.font-12 {
  font-size: 12px;
}
.bthead {
  background-color: green;
  color: #fff;
  padding: 10.5px 15px;
  line-height: 17px;
  font-size: 14px;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  letter-spacing: 0.2px;
}
.bthead:hover {
  background-color: #3f5272;
  color: #fff;
  text-decoration: none;
}
.mt-30 {
  margin-top: 30px;
}
.progress.my-progressbar {
  background-color: #fff;
  border: 1px solid navy;
  border-radius: 10px;
}

.nav-seprator {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid rgba(24, 24, 25, 0.5);
}
.my-dropdown {
  top: 0px;
  padding: 0px 10px 10px;
  height: 40px;
  min-width: 80px;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffffe9;
  overflow: hidden;
  border: 1px solid navy;
  display: flex;
  flex-direction: column;
}
.my-dropdown::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 14px;
  border: 10px solid navy;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #00008000;
  transition: transform 300ms ease;
  transform-origin: center;
  transform: rotate(0deg);
}
.dropdown-status {
  line-height: 26px;
  font-size: 12px;
  padding: 5px;
  width: 100%;
}
.h-auto {
  background-color: #fff !important;
  animation: myanim;
  animation-duration: 2s;
}
.h-auto.my-dropdown::after {
  top: 22px;
  transform-origin: top;
  transform: rotate(-180deg);
}
@keyframes myanim {
  0% {
    height: 40px;
  }
  100% {
    height: auto;
  }
}
.form-control.bor-nav {
  border: 1px solid #2f5081;
  border-radius: 0.5rem;
  color: #2f5081;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.set-width {
  padding-right: 50%;
}
.bthead {
  background-color: green;
  color: #fff;
  padding: 10.5px 15px;
  line-height: 17px;
  font-size: 14px;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  letter-spacing: 0.2px;
}
.bthead:hover {
  background-color: #3f5272;
  color: #fff;
  text-decoration: none;
}
.header-btn-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.form-control.bor-nav {
  border: 1px solid #2f5081;
  border-radius: 0.5rem;
  color: #2f5081;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.form-control.bor-nav::placeholder {
  color: #2f5081 !important;
}
.nav-seprator {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid rgba(24, 24, 25, 0.5);
}
.form-btn {
  background-color: green;
  color: #fff;
  padding: 10.5px 15px;
  line-height: 17px;
  font-size: 14px;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.form-btn:hover {
  background-color: #3f5272;
  color: #fff;
  text-decoration: none;
}
.border-form-btn {
  background-color: rgb(255, 255, 255);
  color: #2f5081;
  padding: 11px 18px;
  line-height: 17px;
  font-size: 14px;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 1px solid #2f5081;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin-left: 20px;
}
.border-form-btn:hover {
  background-color: #3f5272;
  color: #fff;
  text-decoration: none;
}
.pt-50 {
  padding-top: 50px;
}
.bggray {
  background: url(/images/image/graybg.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.box-label {
  border: 1px solid navy;
  background-color: #fff;
  color: navy;
  border-radius: 0.5rem;
  height: 32px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.downlod-ex {
  font-size: 14px;
}
#sp-table-container {
  font-size: 12px;
  /* font-weight: 300; */
  margin-bottom: 20px;
}
.import-btn-wrap:hover {
  background-color: #3f5272;
  color: #fff;
}
.card-container {
    max-width: 90%;
    margin-left: 5%;
}

@media screen and (min-width: 1500px) {
  #sp-table-container_length select {
    font-size: 16px;
  }
  #sp-table-container_paginate {
    font-size: 16px;
  }
  #sp-table-container {
    font-size: 14px;
  }
  #sp-table-container_filter input {
    font-size: 16px;
  }
  #table-dropdown .dropdown-status {
    font-size: 14px !important;
  }
  /* .card-container {
    max-width: 70%;
    margin-left: 15%;
  } */
  .h-80 {
    height: 80vh;
  }
  .form-input {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .form-input::placeholder {
    font-size: 16px;
    font-weight: 500;
  }
  .sp-form-img img {
    width: 245px;
    mix-blend-mode: darken;
  }

  .login-btn {
    padding: 18px 25px;
    font-size: 16px;
  }
  .bar {
    width: 14px !important;
  }
  /* #sp-table-container tr td:first-child {
    width: 30%;
  }
  #sp-table-container tr td:nth-child(2) {
    width: 30%;
  } */
  /* #sp-table-container tr th:last-child {
    display: flex;
    justify-content: flex-end;
    height: 56px;
  } */
  .sp-form-detail .txt-gray {
    font-size: 22px;
  }
  .font-22 {
    font-size: 22px !important;
  }
  .form-control.bor-nav {
    font-size: 16px !important;
  }
  .bthead {
    font-size: 16px;
  }
  .form-btn {
    font-size: 16px;
  }
  .border-form-btn {
    font-size: 16px;
  }
  .import-btn-wrap {
    font-size: 16px !important;
  }
  .downlod-ex {
    font-size: 16px;
  }
  @media screen and (min-width: 1920px) {
  .card-container{
    max-width: 68%;
    margin-left: 16%;
  }
}
}
#sp-table-container tr:first-child td {
  padding-top: 20px;
}
.custom-file-lael {
  font-size: 13px;
  font-weight: 300;
}

/* Agency dashboard css */
.dataTables_empty {
  width: 100% !important;
}

#sp-table {
  min-height: calc(100vh - 85px);
  /* background: url("https://staging.shieldpay.software/img/graybg.png"); */
  background-color: #edeff7;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
  background-attachment: fixed;
}
.bthead {
  padding: 10.5px 15px !important;
  border-radius: 10px !important;
}

.download-btn {
  border: 2px solid transparent;
}
#sp-table-container_wrapper .top {
  display: none;
}

td,
th {
  color: #777777;
}

.box-container {
  max-width: 100% !important;
}

.box-container .fa-download {
  color: #fff !important;
}

.position-relative {
  min-width: 80px !important;
}

.show_this {
  display: table-row;
}

.hide_this {
  display: none;
}

.filter_status_blank {
  text-align: center;
}

.dropdown-status {
  cursor: pointer !important;
  border-bottom: 1px solid #dbdbdb;
}

.dropdown-status:first-child {
  border-bottom: none;
}

.dropdown-status:last-child {
  border-bottom: none;
}

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

.status-color-box .txt-color {
  line-height: 15px;
  margin-left: 10px;
}
.status-color-box span {
  text-wrap: nowrap;
  white-space: pre;
}

#table-dropdown:hover .dropdown-status:first-child {
  border-bottom: 1px solid #dbdbdb !important;
}

.bg-skyblue {
  background-color: #87ceeb;
  /* Sky Blue color code */
}

/* #sp-table-container thead tr th:last-child {
         max-width: 220px !important; 

    } */

.foo-btm {
  border-top: 1px solid #00008094;
  font-size: 12px;
  color: #666;
}

.t-foot-data-td.worker-table-footer {
  text-align: left;
}

.t-foot-data-td.worker-table-footer span {
  margin-right: 15px;
}

#footer-table {
  position: relative;
  width: 100%;
  margin-top: 4px;
}

#sp-table-container {
  padding-top: 20px;
}

#sp-table-container_filter.dataTables_filter {
  width: 150px;
  position: relative;
  padding-top: 8px;
}

#sp-table-container_filter.dataTables_filter label {
  width: 100%;
}

#sp-table-container_filter input {
  background-color: #fff;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #777777;
  outline: none;
  color: #2f5081;
  padding-right: 8px;
  height: 38px;
  padding-left: 8px;
  font-size: 14px;
  text-align: center;
}
#sp-table-container_length {
  position: absolute;
  /* right: 0px; */
  top: -33px;
}

#sp-table-container_length select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://staging.shieldpay.software/img/agency_portal/png/shortarrow.jpg");
  background-size: 20px;
  background-repeat: no-repeat;

  padding: 6px 35px 10px 10px;
  background-position: 42px;
  height: 40px;
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  background-color: #ffffffe9;
  overflow: hidden;
  border: 1px solid #777777;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 26px;
  font-size: 14px;
  outline: none;
  color: #2f5081;
  background-blend-mode: hard-light;
}
#sp-table-container_length.opened select {
  background-image: url("https://staging.shieldpay.software/img/agency_portal/png/shortarrowup.jpg");
  background-position: 38px 13px;
}

#sp-table-container_paginate {
  color: #2f5081;
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
}

#sp-table-container_paginate .paginate_button.current {
  color: #2f5081 !important;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #2f5081;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 2px 10px !important;
  border-radius: 8px;
}

#sp-table-container_paginate .paginate_button:hover {
  color: #ffffff !important;
  background: #2f5081;
}

#sp-table-container_filter span.fa {
  position: absolute;
  top: 20px;
  right: 8px;
  color: #008000;
  display: none;
}
p.text-trunctate {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0px;
}
p.text-trunctate:hover {
  -webkit-line-clamp: 4;
}
p.email-trunctate {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0px;
  word-break: break-all;
}
p.email-trunctate:hover {
  text-wrap: nowrap;
  -webkit-line-clamp: 4;
}
#sp-table-container_previous .fa {
  color: #2f5081;
}
#sp-table-container_next .fa {
  color: #2f5081;
}
#sp-table-container_previous:hover .fa {
  color: #ffffff;
}
#sp-table-container_next:hover .fa {
  color: #ffffff;
}

/* Graphs css */
.chart-box {
  box-shadow: 5px 5px 5px #ebebeb;
  border-radius: 8px;
  background: linear-gradient(to right, #3f5272, #fff);
}
.chart-box-title {
  background-color: #3f5272;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}
.chart-box-info {
  background-color: #fff;
  border-radius: 15px 0px 8px 8px;
  padding: 15px 6px;
  height: 130px;
}
.w-35 {
  width: 38%;
  font-size: 13px;
}
.w-65 {
  width: 62%;
  font-size: 11px;
}
@media screen and (min-width: 1500px){
  .w-65 {
  width: 62%;
  font-size: 12px;
}
}
.square {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 2px;
}
.chart-data-lines {
  margin-bottom: 1px;
  text-wrap: nowrap;
}
.navy-line {
  color: #3f5272;
}
.navy-line .square {
  background-color: #3f5272;
}
.green-line {
  color: #229300;
}
.green-line .square {
  background-color: #229300;
}
.red-line {
  color: #ff0000;
}
.red-line .square {
  background-color: #ff0000;
}
.grey-line {
  color: #777777;
}
.grey-line .square {
  background-color: #777777;
}
.yellow-line {
  color: #ffc721;
}
.yellow-line .square {
  background-color: #ffc721;
}
.chart-box-data.w-65 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
  background-color: white;
}
.chart-box-graph.w-35 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-relative {
  position: relative;
}
.bars-container {
  display: flex;

  align-items: end;
  min-height: 80px;
}

.bar {
  width: 12px;
  border-radius: 5px;
  height: 0px;
  margin-left: 5px;
  max-height: 100px;
}
.bar-red {
  background-color: #ff0000;
}
.bar-green {
  background-color: #229300;
}
.bar-yellow {
  background-color: #ffc721;
}
.bar-grey {
  background-color: #777777;
}
.bar-navy {
  background-color: #3f5272;
}
.half-circle {
  width: 100px;
  height: 100px;
  overflow: hidden;
  align-content: center;
}
.half-center-data {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid; */
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 34px;
  left: 2px;
  font-size: 10px;
  font-weight: 500;
  box-shadow: 0px 0px 12px 10px #f3f3f38c;
}
.center-data {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 28px;
  left: 28px;
  font-size: 10px;
  /* font-weight: 500; */
  font-size: 20px;
  /* border: 1px solid; */
  font-weight: bolder;
}
#open_doc_popup .modal-body {
  max-height: 350px;
  overflow-y: auto;
}
#document_path_src {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .no-wrap {
    text-wrap: nowrap;
  }
}

#invite-form {
  min-height: calc(100vh - 85px);
  background: url("https://staging.shieldpay.software/img/graybg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.font-22 {
  font-size: 16px;
  color: #999;
}

.error_msg {
  color: red;
}

/* css for file start */
.import-btn-wrap {
  margin-top: 0px;
  margin-right: 20px;
  display: inline-block;
  height: 38px;
  line-height: 17px;
  font-size: 14px;
  padding: 0px 14px;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #2f5081;
  border: #004883;
  border: 1px solid #2f5081;
  position: relative;
  min-width: 140px;
  letter-spacing: 0.2px;
  font-weight: 500;
}

button.import-btn-wrap input {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0px;
}
.dashboard-footer{
  /* background: url(https://staging.shieldpay.software/img/graybg.png); */
  background-color: #edeff7;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-container{
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0px 16px;
  box-shadow: 0px 0px 8px #ccc;
}