.chip img {
  width: 30px;
  height: 30px;
  margin: 0px -6px 0px 8px;
}

.fa,
.fas {
  margin: 0px 5px;
}

.btn-primary {
  color: #fff;
  background-color: #004C97;
  border-color: #004C97;
}

a {
  color: #004C97;
}

.logo-text {
  color: #004C97;
}

.toggle-icon {
  color: #004C97;
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  color: #004C97;
}

.border-primary {
  border-color: #004C97 !important;
}

.text-primary {
  color: #004C97 !important;
}

.quickSend-labels {
  white-space: nowrap;
}

/* loader */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0vh;
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
}

.HoverChange tr:hover {
  background-color: #D3D3D3;
}

.sidebar-wrapper .metismenu {
  margin-top: 80px;
}

.sidebar-header {
  background: #00356a;
  border-bottom: none;
}

.simplebar-content-wrapper {
  background: #004c97;
}

.sidebar-wrapper .metismenu a {
  color: #ffffff;
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  background: transparent;
  color: #ffffff;
}

.sidebar-wrapper .metismenu ul {
  background: #004c97;
}

body {
  background-color: #ffffff;
}

.sidebar-footer {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 0px 24px;
  bottom: 0;
  position: fixed;
}

.react-tagsinput-input {
  width: 100% !important;
}

.react-tagsinput {
  text-align: left;
}

.title-box {
  width: 100% !important;
  text-align: right !important;
}

.title-box h5 {
  float: left !important;
}

/* table {
       
  table-layout: fixed;
  
}

td {

white-space: break-spaces;
text-align: justify;
} */

.table td {
  max-width: 350px;
  white-space: break-spaces;
}

.card-body {
  text-align: left;
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  background: #DC3545 !important;
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  background: #28A745 !important;
}

.btn-info {
  color: #fff;
  background-color: #17A2B8 !important;
  border-color: #17A2B8 !important;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-info:hover {
  color: #fff;

}

.blur-buttons {
  /* pointer-events: none;
  opacity: 0.3; */
  display: none !important;
}


.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #000 !important;
}

.modal-design {
  border-radius: 3px !important;
}

.flex-center-end1 {
  display: flex;
  justify-content: flex-end;
}

/* Hide type = Number arrow */
/* .hideNumberArrow,input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
} */

.hideNumberArrow::-webkit-inner-spin-button,
.hideNumberArrow::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.hideNumberArrow {
  -moz-appearance: textfield !important;
}

/* button color */
.editColor {
  color: #4c4b4b;
}

.editColor:hover {
  color: #004c97;
}

.deleteColor {
  color: #4c4b4b;
}

.deleteColor:hover {
  color: red;
}

.dashboard-container {
  padding: 35px;
  margin-top: 37px;
  /* bor
  der-top: 4px solid #004c97; */
  border: 1px solid #DEE2E6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dashboard-heading {
  font-weight: bolder;
  text-align: left;
}

.amount {
  font-weight: bold;
  color: rgb(79, 168, 69);
  margin-top: -6px;
}

.vertical-line {
  background-color: #0b0b0b;
  color: #0b0b0b;
  transform: rotate(90deg);
  position: absolute;
  width: 100px;
  height: 2px !important;
  left: 994px;
  border: 2px;
  margin-top: 23px;
}

.rectangle-border {
  box-sizing: border-box;
  width: 107px;
  height: 4px;
  background: #004C97;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: -36px;
  margin-left: 23px;
}

.duplicateCheckBox {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0;
}

/* profile */
.client-details {
  text-align: left;
}

.logo-client {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* End profile */


/* privacy-policy  */

.privacy-link:hover {
  color: #004c97;
  text-decoration: underline;
}

/* .counter {
  counter-reset: item;
}

.ol.counter li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  margin-right: 0px;
} */


@font-face {
  font-family: gothamBlack;
  src: url(../fonts/gotham-black.ttf);
}


@font-face {
  font-family: gothamBook;
  src: url(../fonts/gothamBook.otf);
}

@font-face {
  font-family: GothamLightItalic;
  src: url(../fonts/GothamLightItalic.otf);
}

.gothambook {
  font-family: 'gothamBook';
}

.gothamblack {
  font-family: 'gothamBlack';
}

.gothamItalic {
  font-family: 'GothamLightItalic';
}

.privacy-policy {
  padding: 5% 12%;
  text-align: left;
  font: 13px/20px PTSansRegular, Arial, Helvetica, sans-serif;
}

.privacy-title h1 {
  margin: 0;
  font-size: 80px;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  color: #003F84;
  font-weight: bolder;
}


.privacy-policy h2 {
  font-size: 42px;
  font-family: 'gothamBlack';
  line-height: 1.2;
  margin: 46.8px 0px;
  color: #003F84;
}

.privacy-policy h3 {
  font-size: 42px;
  font-family: 'gothamBlack';
  line-height: 1.2;
  margin: 46.8px 0px;
  color: #003F84;
}

.privacy-policy h4 {
  font-size: 22px;
  font-family: 'GothamLightItalic';
  margin: 29.26px 0px;
  color: #F83668;
}

.privacy-policy p {
  font-size: 18px;
  font-family: 'gothamBook';
  line-height: 1.72;
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  color: #343638;
}

.privacy-policy li {
  font-size: 18px;
  font-family: 'gothamBook';
  /* line-height: 1.72; */
  margin-bottom: 10px;
  color: #343638;
}


.pp-custom-header {
  padding: 0.3rem 5rem;
  background-color: #f0f0f0;
}

.privacy-sticky {
  position: sticky;
  display: contents;
}

/* end */

.metismenu .mm-active .single-menu-a {
  background: none !important;
  color: #fff !important;
  border-radius: 10px;
}

.metismenu .active-custom .single-menu-a {
  background: #00356a !important;
  color: #fff !important;
  border-radius: 10px;
}

/* sidebar */
.sidebar-wrapper .metismenu ul a {
  font-size: 12px;
}

.sidebar-wrapper .metismenu a {
  font-size: 12px;
}