* {
  padding: 0;
  margin: 0;
  /* font-family: Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
    Droid Sans, Helvetica Neue, sans-serif; */
  font-family: Inter !important;
  font-size: 14px;
  color: #3b4754;
  text-align: justify;
}
body {
  background: #f5f5f5 !important;
}
ul,
li {
  list-style: none;
}

a,
a * {
  color: inherit;
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
}
input:focus {
  outline: none !important;
}
button {
  border-radius: 0 !important;
}
#NotiflixNotifyWrap * {
  color: #fff;
}
/* Pagination */
.pagination {
  display: flex;
  /* margin: 30px auto; */
  /* width: 20%; */
  align-items: center;
  justify-content: center;
}
.pagination li {
  width: 42px;
  height: 42px;
  margin: 3px;
  /* display: table; */
  background: #fff;
  text-align: center;
  line-height: 42px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.pagination li a {
  font-weight: bold;
  font-size: 18px;
  color: #1d1c27;
}
.pagination li.active {
  background: #0c9e8c;
}
.pagination li.active a {
  color: #fff;
  cursor: default;
}
.pagination li.disabled a {
  color: #ccc;
  cursor: default;
}

.modal .MuiFormControlLabel-root {
  justify-content: center;
}
.CheckBoxLabelBold span {
  font-weight: bold;
}
.Mui-selected span {
  opacity: 1;
}
div[class*="txtSelect"] fieldset {
  border: none !important;
}
div[class*="txtSelectLng"] #language {
  color: #95b7c2;
  padding: 10px 0px 5px;
  text-align: left;
  margin-left: 10px;
  font-size: 14px;
}
div[class*="txtSelectLng"] .MuiSelect-icon {
  color: #95b7c2;
  right: 0;
}
div[class*="txtSelectForm"] .MuiInputBase-root {
  background: #dfefe3;
}
/* Login */
div[class*="PhoneInput"] input.PhoneInputInput {
  width: 350px;
  height: 40px;
  margin: 4px 0;
  padding-left: 25px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

div[class*="PhoneInput--focuse"] {
  border: none;
}

.noData {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
[class*="adsCarousel"] .react-multiple-carousel__arrow {
  top: 21% !important;
}
.MuiTabScrollButton-root.Mui-disabled {
  width: 0;
}
.AccordionSummaryHead > div {
  overflow: unset !important;
}
/* .MuiTableRow-root.MuiTableRow-hover:hover + .makeStyles-btns-95 {
	display: block;
} */
@media only screen and (max-width: 600px) {
  /* .pagination li {
    width: 20px;
    height: 20px;
    margin: 1px;
    line-height: 5px;
  }
  .pagination li a {
    font-size: 8px;
  } */
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 960px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1920px) {
  * {
    font-size: 16px;
  }
  /* div[class*="PhoneInput"] input.PhoneInputInput {
    font-size: 30px;
    height: 70px;
  } */
  div[class*="txtSelectLng"] #language {
    font-size: 16px;
  }
}
/* login */

/* Generic */

/**/

@media (max-width: 1200px) {
  .main {
    transform: scale(0.7);
  }
}
@media (max-width: 1000px) {
  .main {
    transform: scale(0.6);
  }
}
@media (max-width: 800px) {
  .main {
    transform: scale(0.5);
  }
}
@media (max-width: 600px) {
  .main {
    transform: scale(0.4);
  }
}

/**/

/**/
.is-txr {
  left: calc(100% - 400px) !important;
  transition: 1.25s !important;
  transform-origin: left !important;
}

.is-txl {
  left: 0 !important;
  transition: 1.25s !important;
  transform-origin: right !important;
}

.is-z200 {
  z-index: 200 !important;
  transition: 1.25s !important;
}

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  transition: 1.25s !important;
}
.modal {
  position: absolute;
  top: 10%;
  min-height: 20%;
  max-height: 80%;
  z-index: 10000;
  background: #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
  border-radius: 7px;
  padding: 15px 13px;
  width: 450px;
  max-width: 90%;
  outline: 0;
  overflow: auto;
}
.modal li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.modal li:last-child {
  border-bottom: "none";
}

/* Pagination */
.pagination {
  display: flex;
  /* margin: 30px auto; */
  /* width: 20%; */
  align-items: center;
  justify-content: center;
}
.pagination li {
  width: 42px;
  height: 42px;
  margin: 3px;
  /* display: table; */
  background: #fff;
  text-align: center;
  line-height: 42px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.pagination li a {
  font-weight: bold;
  font-size: 18px;
  color: #3b4754;
}
.pagination li.active {
  background: #0c9e8c;
}
.pagination li.active a {
  color: #fff;
  cursor: default;
}
.pagination li.disabled {
  cursor: default;
}
.pagination li.disabled a {
  color: #ccc;
  cursor: default;
}

.pagination li.previous,
.pagination li.next {
  width: 120px;
}
.pagination li a {
  font-size: 14px;
  color: #3b4754;
  font-weight: normal;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.pagination li.selected {
  background: #0c9e8c;
  cursor: default !important;
}
.pagination li.selected a {
  color: #fff;
  cursor: default !important;
}

/* This fires as soon as the element enters the dorm */
.list-transition-enter,
.list-transition-appear {
  /*We give the list the initial dimension of the list button*/
  top: 0;
  width: 120px;
  max-height: 40px;
  color: transparent;
  background-color: #5a564c;
}
/* This is where we can add the transition*/
.list-transition-enter-active,
.list-transition-appear-active {
  top: 45px;
  width: 200px;
  max-height: 200px;
  background-color: #9e8949;
  transition: all 400ms;
}

/* This fires as soon as the this.state.showList is false */
.list-transition-exit {
  top: 45px;
  width: 200px;
  max-height: 200px;
  background-color: #9e8949;
}
/* fires as element leaves the DOM*/
.list-transition-exit-active {
  top: 0;
  width: 120px;
  max-height: 40px;
  color: transparent;
  background-color: #5a564c;
  transition: all 400ms;
}

.MuiPickersDay-daySelected,
.MuiPickersDay-day,
.MuiPickersDay-day:hover {
  border-radius: 50% !important;
}

.MuiPickersDay-daySelected p {
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .pagination li.previous,
  .pagination li.next {
    width: 35px;
    height: 35px;
  }
  .pagination li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
