:root {
  --blue: #1890ff;
  --commonBg: #f4f5fb;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html,
body,
#root {
  height: 100%;
}

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

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

@font-face {
  font-family: "ACaslonPro-Regular";
  src: url(../fonts/ACaslonPro-Regular.otf);
}
@font-face {
  font-family: "ACaslonPro-Italic";
  src: url(../fonts/ACaslonPro-Italic.otf);
}
.eligibilityChecked h6 {
  margin-bottom: 10px;
}

#demo-simple-select-currency {
  color: rgb(60, 60, 60);
  opacity: 1;
}

/* This is where the tooltip styling is defined */
.iconQ {
  width: 20px;
  margin-left: 5px;
  padding-bottom: 5px;
}
.iconQ_complexTableHeader {
  width: 20px;
  position: absolute;
  margin-left: 2px;
  margin-top: -6px;
}


.eligibilityChecked > li .MuiTypography-root,
.MuiInputBase-root,
.MuiAutocomplete-root fieldset > legend span {
  font-family: "Averta-Semibold";
}

.custInputSize .MuiFormControl-root .MuiAutocomplete-endAdornment {
  top: calc(50% - 26px);
}

.autoHeight {
  height: auto !important;
}

.loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  border-left: 6px solid #000;
  width: 110px;
  height: 110px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.bar {
  width: 10px;
  height: 5px;
  background: var(--blue);
  margin: 2px;
  animation: bar 1s infinite linear;
}

.bar:nth-child(1) {
  animation-delay: 0s;
}

.bar:nth-child(2) {
  animation-delay: 0.25s;
}

.bar:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes bar {
  0% {
    transform: scaleY(1) scaleX(0.5);
  }

  50% {
    transform: scaleY(10) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(0.5);
  }
}

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

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

.d-flex {
  display: flex;
  align-items: center;
}

#main-wrapper {
  height: 100%;
}

.otherBox fieldset {
  border: none;
}

.psr {
  position: relative;
}

/* .MuiAutocomplete-root {
  margin-left: 15px;
} */

.mrgleft15.custmML {
  margin-left: 50px;
}

.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding: 0px !important;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  background-color: #fff !important;
}

#Country_code {
  padding-right: 75px !important;
  padding-top: 0;
  padding-bottom: 0;
}

#Country_code_2 {
  padding-right: 120px !important;
}

.MuiSelect-select:focus {
  border-radius: 0;
  background-color: rgb(255, 255, 255) !important;
}

@media screen and (min-width: 1200px) {
  .custInputSize.autoComplete {
    margin-left: 25px;
  }
  #Country_code {
    margin-left: 18px;
  }
}

@media screen and (min-width: 2560px) {
  .autoHeight {
    height: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  span[data-index="1"].MuiSlider-markLabel {
    left: 58% !important;
  }
  .endWerBox {
    width: 600px !important;
  }
}

.mobileTable {
  display: none;
}
@media only screen and (min-width: 310px) and (max-width: 767px) {
  .fuoJtJ.advanceLedger .filterHeader,
  .fuoJtJ.transactionBg .filterHeader {
    display: none;
  }
}
.mobileTable .downloadList.active {
  right: -96px;
  top: 0px;
  background: #d3d6dd;
  z-index: 9;
}
.mobileTable .downloadList.active p {
  color: #3c3c3c !important;
}
.mobileTable .mobWhteBox {
  padding: 30px;
  background: #fff;
}
.mobileTable .mobWhteBox.mob_box_new {
  padding: 0px;
}
.mobileTable .mobWhteBox.mob_box_new .MuiTable-root {
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%); */
  margin-left: 30px;
}
.mobileTable .mobWhteBox.mob_box_new .MuiTable-root .MuiTableCell-root {
  white-space: nowrap;
}
.mobileTable .mobWhteBox.mob_box_new .MuiTable-root .MuiTableCell-head {
  font-size: 1.25rem;
}
.advanceLedger .mobileTable .mobWhteBox.mob_box_new .MuiTable-root .MuiTableCell-body {
  min-width: 220px;
  max-width: 220px;
}
.mobileTable .mobWhteBox.mob_box_new .MuiTable-root .MuiTableCell-body {
  font-size: 1rem;
}
.mobileTable .mobWhteBox.mob_box_new .adv_arrow {
  position: relative;
}
.mobileTable .mobWhteBox.mob_box_new .adv_arrow .arrow {
  position: absolute;
  right: 40px;
}

.mobileTable .mobWhteBox.mob_box_new .MuiAccordion-root {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.mobileTable .mobWhteBox.mob_box_new .first_aco {
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 9%);
  margin-bottom: 10px;
}
.mobileTable .mobWhteBox.mob_box_new .MuiAccordionSummary-content {
  margin: 0;
  padding: 20px 10px;
}
.mobileTable .mobWhteBox.mob_box_new .MuiIconButton-root .MuiSvgIcon-root {
  fill: #3c3c3c;
  font-size: 1.875rem;
}
.mobileTable .mobWhteBox.mob_box_new .MuiAccordionDetails-root {
  background: #ebecee;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
.mobileTable .mobWhteBox.mob_box_new .MuiAccordionDetails-root p {
  color: #5956e6 !important;
  margin-bottom: 15px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
}
.mobileTable .mobWhteBox.mob_box_new .MuiAccordionDetails-root p:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.mobileTable .mobWhteBox.mob_box_new .MuiAccordionSummary-content p {
  margin: 0;
  font-size: 1.75rem;
  font-family: "Averta-Semibold" !important;
  background: transparent;
  color: #c3c3c3;
}
.mobileTable .mobWhteBox.mob_box_new .scnd_aco {
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 9%);
  margin-bottom: 10px;
}

.mobileTable .mobWhteBox.mob_box_new .date_new {
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 9%);
  padding: 20px;
  font-family: Averta-Semibold;
  font-size: 1.5rem;
  padding-left: 30px;
}
.mobileTable .mobWhteBox .date_update {
  font-family: "ACaslonPro-Regular";
  font-size: 0.875rem;
  color: #c3c3c3 !important;
}
.mobileTable .mobWhteBox .downloadFile {
  margin-top: 20px;
}
.mobileTable .mobWhteBox .headingTextB {
  padding-bottom: 10px;
  font-size: 1.75rem;
}

.mobileTable .mobWhteBox.marginTop {
  margin-top: 50px;
}

@media only screen and (min-width: 310px) and (max-width: 767px) {
  .MuiSlider-root.MuiSlider-colorPrimary.MuiSlider-marked .MuiSlider-markLabel,
  .mobileTable {
    display: block;
  }

  .deskTableB {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* .MuiAutocomplete-root {
    width: 88% !important;
    margin-left: 25px;
  } */

  span[data-index="1"].MuiSlider-markLabel {
    left: 70% !important;
  }
  .endWerBox {
    width: 300px !important;
  }
}
.mat-ripple-element {
  display: none;
}
span.ripple {
  display: none;
}
span.MuiTouchRipple-root {
  display: none !important;
  opacity: 0 !important;
}

.testBox {
  border-color: red;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: rgb(60, 60, 60) !important;
  border-width: 1px !important;
}
