/* --- Global Style  --- */

.pointer {
  cursor: pointer;
}

.error {
  color: #cc0000;
}

div.hidden {
  display: none;
}
.loader.show {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.4rem;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* tables */

.header {
  font-weight: 200;
}

.header * {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2rem !important;
}

/* Forms */

.label {
  text-align: left !important;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 400;
}

/* Nav */

#slide-out ul li.hide {
  display: none !important;
}

/* --- End Of Global Style ---  */

/* Buttons */

.button-accent-md,
.button-primary-md {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: inherit !important;
  box-sizing: border-box !important;
  position: relative !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: pointer !important;
  outline: 0 !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent !important;
  display: inline-block !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  vertical-align: baseline !important;
  text-align: center !important;
  margin: 0 !important;
  min-width: 75px !important;
  line-height: 36px !important;
  padding: 0 1rem !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.button-accent-md {
  background: rgb(67, 66, 66) !important;
}

.button-primary-md {
  background: rgb(37, 187, 116) !important;
}

body {
  cursor: default;
  margin: 0;
  padding: 0;
  /* background-color: rgba(0,0,0,0.3);;
  background-image:  url("../img/money.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply; */
  background-color: rgba(7, 86, 154, 0.82);
  font-family: "Roboto";
  /* font-family: "Open Sans", Arial, sans-serif; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  /* font-weight: 300;
  letter-spacing: 1px; */
}

h3 {
  font-family: Roboto;
  margin-bottom: 15px;
  color: whitesmoke;
  font-size: 35px !important;
  /* text-transform: uppercase; */
  text-align: center;
  /* letter-spacing: 4px !important; */
}

.h3Title {
  font-family: Roboto;
  margin-bottom: "17px";
  color: "rgb(245, 245, 245)";
  font-size: "2.3rem";
  text-align: "center";
}

a {
  text-decoration: none;
}

.classTitleHeader {
  font-size: 2.3rem;
  /* color: #616161; */
  color: whitesmoke;
  text-align: center;
  text-transform: uppercase;
}

.cursorDefault {
  cursor: default;
}

.contInputNum {
  width: 71%;
  background: white;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}

.classContainerToast {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}

.classtextToast {
  color: white;
  background: rgba(0, 0, 0, 0.95);
  padding: 10px;
  text-align: center;
  max-width: 800px;
  width: 50%;
  border-radius: 10px;
}

.menuHeader {
  position: absolute;
  width: 197px;
  background: #252525;
  text-align: right;
  padding: 20px;
  right: -66px;
  top: -30px;
  color: #e1dddf;
  z-index: 99999;
  height: 50vw;
}

.btnCompletedClaimSucess {
  /* cursor:"pointer" */
  cursor: "pointer" !important;
  display: "flex";
  justify-content: "space-around";
  align-items: "center";
  color: "whitesmoke";
  width: "25%";
  padding: "10px";
  border: "whitesmoke solid 1px";
}

.classBtnCheck {
  background: rgb(39, 174, 96) !important;
  color: whitesmoke !important;
}

.classBtnNoCheck {
  background: whitesmoke;
  color: rgb(39, 174, 96);
}

.classUpload {
  font-size: 5.3rem;
  color: white;
  padding: 50px;
  border: solid 1px;
  border-radius: 50%;
  background: #25659a;
  transition: all 0.5s;
}

.addNewfileBtn {
  border: solid 1px #2ecc71;
  padding: 5px;
  cursor: pointer;
  transition: all 0.5s;
}

.addNewfileBtn:hover {
  background: #27ae60;
  color: white;
}

.classUpload:hover {
  background: rgb(37, 187, 116) !important;
}

.stepbarra {
  position: relative;
}

.btnStepClaimActive {
  color: rgb(37, 187, 116) !important;
  font-size: 2.3rem;
}

.input-field > select {
  display: block !important;
  position: initial !important;
  width: 0;
  pointer-events: initial !important;
  top: 0;
  left: 0;
  opacity: 0;
  height: 3rem !important;
}

.selectPadding {
  padding: 0 !important;
}

.collapsible-body {
  border: none !important;
}

.picker--opened .picker__holder {
  /* top: -166px !important;
  bottom: -140px !important; */
  /* background: none !important;*/
  overflow: hidden !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.picker__holder {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.picker--opened .picker__holder .picker__frame {
  position: relative !important;
}

.picker--opened .picker__holder .picker__frame .picker__wrap {
  /* display: flex !important;
  justify-content: center !important;
  align-items: center !important; */
}

.C_file {
  font-size: 1.5rem;
  display: flex !important;
  width: 100% !important;
  flex-wrap: wrap !important;
}

.modalColor {
  background: "linear-gradient(45deg,rgba(255, 255, 255, 0.01)50%, rgba(255, 255, 255, 0.02)50%),linear-gradient(45deg,rgba(255, 255, 255, 0.04)0%, rgba(255, 255, 255, 0)100%)";
  box-shadow: "rgba(78, 78, 78, 0.54) 0px 0px 10px 0px";
  padding: "10px 30px";
}

.btnStepClaimDesactive {
  color: rgb(67, 66, 66);
  font-size: 2.3rem;
}

.activeStepClaim {
  color: #4276a8;
  background: #fffdfd;
}

.fileDiv {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fdfeff;
}

.desativeStepClaim {
  color: #4276a8;
  opacity: 0.25;
  background: #fffdfd;
}

.classHover {
  cursor: pointer;
  color: #fff;
}

.classHover:hover {
  background: #dfe6e9 !important;
  color: #000 !important;
}

.nextBtnClaim {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: inherit !important;
  box-sizing: border-box !important;
  position: relative !important;
  width: 27px;
  height: 26px;
  cursor: pointer;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.stepbarra::before {
  content: "";
  background: red;
}

.stepbarra:last-child::before {
  content: none;
}

.containerDash {
  width: 100%;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: 13px;
}

/*bss*/

.cDetails {
  box-shadow: 10px 10px 2px rgb(32, 33, 32, 0.31);
}

@media only screen and (max-width: 720px) {
  .containerDash {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: auto;
  }
  .cDetails {
    flex: 1 !important;
    margin: 0.5rem !important;
  }
}

.debtorBody {
  background: rgba(7, 86, 154, 0.82);
  padding: 3% 5%;
  width: 80%;
  max-width: 1000px;
  border-radius: 10px;
  color: #fff;
}

.color-dark {
  color: rgba(0, 0, 0, 0.87);
}

/* Invoice Card Design */

.card.invoice-card {
  height: 95%;
  background-color: transparent;
}

.card.invoice-card .modalSettled {
  padding: 3px !important;
}

.card.invoice-card .modalSettled div {
  color: white;
  background: rgba(7, 86, 154, 0.82);
}

.card.invoice-card .modalSettled .invoice {
  padding: 0.5rem 4rem 4rem 4rem;
}

.card.invoice-card .modalSettled .invoice .address-title {
  padding: 0.8rem;
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
  border-bottom: 0.1px solid;
  border-width: thin;
  border-color: lightblue;
}
.card.invoice-card .modalSettled .invoice #description-table td {
  padding: 0.5rem 0;
}
.card.invoice-card .modalSettled .invoice #description-table .description1 {
  padding: 0.5rem 0;
}
/* End Of - Invoice Card Design */

.modalSettled {
  padding: 5%;
  width: 100%;
}

.classValidate {
  border-bottom: solid 1px #e74c3c !important;
}

input::placeholder {
  color: black;
}

.debtorHeader {
  width: 80%;
  margin-top: 20px;
  height: 120px;
  max-width: 1000px;
  color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btnBordeGreen {
  width: 165px;
  padding: 5px;
  text-align: center;
  background: #25b570;
  color: whitesmoke;
  transition: 0.5s all;
}

.btnBordeGreen:hover {
  background: #27ae60;
}

.hrOpacity {
  opacity: 0.12;
}

.formRegister {
  border-radius: 0px !important;
}

.containerStepDiv {
  font-size: 1.5rem;
  margin-left: 21%;
  display: flex;
}

.cssStepDiv {
  height: 30px;
  width: 30px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 84%;
  border-radius: 50%;
  background: white;
}

.cssStepDivActive {
  color: #296eac;
}

.cssStepDivOpacity {
  opacity: 0.2;
  color: #296eac;
}

.cssStepDivDone {
  color: #296eac;
  background: #e74c3c;
}

.classDocumentList {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  color: #444;
  padding: 4px 10px;
  cursor: pointer;
}

.classCheckBOX {
  width: 30px;
  height: 30px;
  border: solid white 1px;
}

.C_completed {
  display: flex;
}

.closeModalDeb {
  color: white;
  position: absolute;
  top: -10px !important;
  right: -6px;
  height: 30px;
  width: 30px;
  display: flex;
  /* padding: 0px; */
  background: #e74c3c;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.cDetilsInput {
  width: 70%;
}

.boxCheck {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CreditcardSelect {
  height: 30px !important;
}

@media only screen and (max-width: 600px) {
  .classColumn {
    display: flex;
    flex-direction: column;
  }
  .classColumn div {
    width: 100% !important;
  }
  .backgraoundNone {
    text-align: left !important;
    background: none !important;
    color: whitesmoke !important;
    line-height: 42px !important;
  }
  .classBtnSuccess {
    width: 48% !important;
    padding: 3px !important;
    height: 40px !important;
  }
  h3 {
    font-size: 25px !important;
  }
  .classColumn input {
    width: 98% !important;
  }
  .classColumn select {
    width: 100% !important;
  }
  .classColumn .containerInputOption {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }
  .classHideText {
    display: none;
  }
  .classBeNormal {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cBtnLogin {
    margin: 0 !important;
    padding: 0 !important;
  }
  .inputDiv {
    margin-left: -11px;
  }
  .inputDivTitle {
    text-align: left !important;
    margin-left: 4% !important;
  }
  .containerForm {
    width: 100% !important;
  }
  .selectSpace {
    margin-left: -9px !important;
  }
  .fullScreen {
    width: 100% !important;
  }
  .fullScreen div,
  .fullScreen input {
    margin-left: 0 !important;
  }
  .loginText {
    font-size: 1.6rem !important;
  }
  .loginTextSmall {
    font-size: 1.4rem !important;
  }
  .btnLogin {
    padding: 10px 15px !important;
  }
  .loginheaderBreake {
    flex-direction: column !important;
  }
  .tableHistory {
    width: 1297px !important;
  }
  .paymantText {
    font-size: 1.2rem !important;
  }
  .paymantTextBig {
    font-size: 2rem !important;
  }
  .debtorBody {
    background: rgba(7, 86, 154, 0.82) !important;
    padding: 5% 1% !important;
    width: 100% !important;
    max-width: 1000px !important;
  }
  .debtorHeader {
    width: 100% !important;
  }
  .responsiveCard {
    width: 100% !important;
  }
}

.select-wrapper.swal2-select {
  display: none;
}

.text-center {
  text-align: center;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }

  /* Invoice modal print */
  .backgroundCard {
    display: block !important;
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
  }

  .invoice-card {
    height: 100%;
    margin: 0;
    background-color: #fff;
    margin: 0;
  }

  .invoice-card .modalSettled {
    padding: 0 !important;
  }

  .card.invoice-card {
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 0;
  }

  .card.invoice-card .modalSettled {
    padding: 0 !important;
  }

  .card.invoice-card .modalSettled div {
    color: #000;
    background: #fff;
  }

  .invoice-card .closeModalDeb {
    display: none;
  }
}

* {
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/** Start - spinner **/

.lds-dual-ring {
  width: 84px;
  height: 84px;
  text-align: center;
  margin: 0 auto;
  padding-top: 1rem;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 66px;
  height: 66px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** End - spinner **/

.payment-msg {
  text-align: center;
  padding-top: 1.5rem;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
