body{
    margin: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ant-form-item-explain-error{
    color: red;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 23px;
}

.react-toast-notifications__toast__content{
    font-family: Segoe UI;
}



/* 
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #1876f2;
  border: 0px none #ff0000;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1876f2;
}
::-webkit-scrollbar-thumb:active {
  background: #1876f2;
}
::-webkit-scrollbar-track {
  background: #18191a;
  border: 0px none #ffffff;
  border-radius: 100px;
}
::-webkit-scrollbar-track:hover {
  background: #18191a;
}
::-webkit-scrollbar-track:active {
  background: #18191a;
}
::-webkit-scrollbar-corner {
  background: transparent;
} */







::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 100px;
  height: 100px;
}
::-webkit-scrollbar-thumb {
  background: #004fb8;
  border: 0px none #ffffff;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  background: #004fb8;
}
::-webkit-scrollbar-thumb:active {
  background: #004fb8;
}
::-webkit-scrollbar-track {
  background: #edf0fa;
  border: 0px none #ffffff;
  border-radius: 15px;
}
::-webkit-scrollbar-track:hover {
  background: #edf0fa;
}
::-webkit-scrollbar-track:active {
  background: #edf0fa;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
