body {
  overflow-x: hidden
}

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

* {
  font-family: 'Open Sans';
}
strong, b{
  font-weight: bold !important;
}
.header-custom {
  animation: slide ease 0.9s;
}
#client-snackbar {
  white-space: pre-wrap;
}

.menu-custom {
  animation: slide ease 0.9s;
  height: 42px;
  -webkit-transition: height 2.5s; /* For Safari 3.1 to 6.0 */
  transition: height 2.5s;
}

.line-center:before {
  content: '';
  display: block;
  height: 3px;
  background: #ff00cc;
  position: absolute;
  bottom: -10px;
  right: 0;
  transition: 0.35s ease all;
  width: 0%;
  left: auto;
  border-radius: 50px;
}

.line-center:hover:before {
  left: 0;
  right: auto;
  width: 100%
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fadeOut {
  animation: fadeOut 0.9s 1;
  -webkit-animation: fadeOut 0.9s 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  70% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
}

input:-webkit-autofill {
  opacity: 0;
}
input:not([value=""]):-webkit-autofill {
  opacity: 1 !important;
}

/** nav button**/
.menu-btn {
  height: 33px;
  width: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  cursor: pointer;
}

.menu-btn span:first-child {
  display: block;
  width: 25px;
  background: #ff00cc;
  height: 3px;
  position: absolute;
  top: 10px;
  border-radius: 50px;
  transition: 0.35s ease all;
  left: 4px;
}

.menu-btn span:last-child {
  display: block;
  width: 25px;
  background: #ff00cc;
  height: 3px;
  position: absolute;
  bottom: 10px;
  border-radius: 50px;
  transition: 0.35s ease all;
  left: 4px;
}

.menu-btn.close span:first-child {
  transform: rotate(-45deg) ;
  top: 15px;
}

.menu-btn.close span:last-child {
  transform: rotate(45deg) ;
  bottom: 15px;
}

.Fadein {
  animation: 3s ease 0s normal forwards 1 fadein;
  -webkit-animation: 3s ease 0s normal forwards 1 fadein;
  opacity: 1;
}

@keyframes fadein {
  0% {
    visibility: visible;
    opacity: 1
  }

  30% {
    visibility: visible;
    opacity: 0.7
  }

  70% {
    visibility: visible;
    opacity: 0.2
  }

  100% {
    visibility: hidden;
    opacity: 0
  }
}

@-webkit-keyframes fadein {
  0% {
    visibility: visible;
    opacity: 1
  }

  30% {
    visibility: visible;
    opacity: 0.7
  }

  70% {
    visibility: visible;
    opacity: 0.2
  }

  100% {
    visibility: hidden;
    opacity: 0
  }
}

.MuiInput-underline:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "\00a0";
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

.MuiInput-formControl:before {
  border-color: #f614cc !important;
}

/* .MuiTableRow-root td{
  width: 100%
} */

.Summary-1999 .MuiTableRow-root td{
  width: 50%
}

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

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

@media only screen and (max-width: 1024px) {
  #launcher {
    bottom: 80px !important
  }
  #notify {
    bottom: 90px !important;
    z-index: 1000000000000;
  }
}

.nav {
  display: inline-block;
  vertical-align: middle;
}

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

.nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 75px;
}

.nav li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: inherit;
  letter-spacing: 2px;
  position: relative;
}
#menu-month {
  z-index: 99999 !important
}

#menu-month .MuiPaper-rounded {
  top: 84px !important
}

@media only screen and (max-width: 375px) {
  #menu-month .MuiPaper-rounded {
    top: 16px !important
  }  
}

/* css riêng cho VIVIFI Number+NickName */
.styleVivifiNumber{
  font-weight: 600;
  word-break:break-word;
}
.styleVivifiNickName{
  font-size: 13px;
  margin-bottom:0px;
  margin-top: 0px;
  word-break:break-word;
}
/* css riêng cho VIVIFI Number+NickName */

.customDisabled {
  border-color: #ff00cc !important;
  color: #333333 !important;
  cursor: not-allowed !important;
  pointer-events: all !important;
  border-width: 2px !important;
}

.ReactModalPortal .ReactModal__Overlay {
  z-index: 99999 !important
}

.tabButton::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
  background: #cccccc linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
  box-shadow: 0 0.15em white inset;
  transform: scale(1, 1) perspective(1.5em) rotateX(4deg);
  transform-origin: bottom
}

.Mui-selected.tabButton::before {
  background: #ff00cc linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}

.Mui-selected.tabButton::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  z-index: -1;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #ff00cc;
  content: '';
  pointer-events: none;
}

.Mui-selected.tabButton {
  color: transparent !important;
}

.tabButton {
  overflow: visible !important;
}

.Mui-selected.tabButton .MuiTab-wrapper {
  color: #fff !important;
}