.loader-container {
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.loader-container > div {
  margin-bottom: 24px;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.loader-circle {
  display: inline-block;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  vertical-align: text-bottom;
  width: 60px;
  height: 60px;
  -webkit-animation: loader-animation 0.8s infinite linear;
  animation: loader-animation 0.8s infinite linear;
}

.loader .loader-logo {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader-logo {
  display: inline-block;
  height: 27px;
  width: 25px;
}

.kNaHzQ {
  background: rgba(0, 0, 0, 0.5) !important;
}

[role="dialog"] {
  /* background-color: #1e222b !important; */
  background-color: rgb(40, 40, 40) !important;
  /* border: 1px solid #272c37 !important; */
  border: 1px solid rgb(40, 40, 40) !important;
  color: #fafafa !important;
}

.MuiDialogTitle-root, .MuiDialogTitle-root h5 {
  color: #fafafa !important;
}


.MuiButton-outlined {
  background-color: transparent;
  color: #fafafa
}
.MuiButton-outlined:hover {
  background-color: rgba(255,255,255,0.1) !important;
  border-color: #b1afaf;

}

input::-webkit-input-placeholder {
  color: #616262 !important;
}

input:-ms-input-placeholder {
  color: #616262 !important;
}

input::-ms-input-placeholder {
  color: #616262 !important;
}

input::placeholder {
  color: #616262 !important;
}

@media only screen and (max-width: 900px) {
  .knRFeb {
    background: red;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .knRFeb > div {
    height: 100% !important;
  }

}
