/* @import '~antd/dist/antd.css'; */
.layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-color{
    color: white;
}

.login-form {
    max-width: 100vw;
  }

  .form-button {
    width: 100%;
}


.firewareContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    height: 100px;
    padding-left: 150px;
}

.fileContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    height: 100px;
    margin-left: 10px;
}



.login-body {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    min-width: fit-content;
}

.ant-input-affix-wrapper .ant-input,
.ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  /* border-color: #faad14; */
  border: none;
  border-bottom: 1px solid #a9a9a9 !important;
  border-radius: 0%;
  box-shadow: none;
}
.ant-input-affix-wrapper .ant-input:focus {
    border: none;
    border-bottom: 1px solid #edaa27 !important;
    border-radius: 0%;
    box-shadow: none;
}
.releation {
    margin-right: 80px;
    width: 25vw;
    height: 50vh;
}
.span-style {
    display: flex;
    flex-direction: row;
}

.login-form {
    min-width: fit-content;
  }
.login-form-forgot {
    float: right;
  }
.login-form-button {
    width: 100%;
    border: 0 red solid;
    border-radius: 20px;
    background-color: red;
}

.text-color{
    color: #a9a9a9;
    font-size: small;
}
.text-color-blue{
    color: #7383b7;
    font-size: small;
}
.app-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.app-text {
    font-size: 24px;
    color: black;
}

.app-desc {
    font-size: 16px;
    color: #a9a9a9;
}

.bottom-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.root {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ant-carousel .slick-slide {
    text-align: center;
    background: #000;
    overflow: hidden;
}

.ant-carousel .slick-slide img {
    /* height: 100%; */
    width: auto;
}

.windows {
    display: flex;
    flex-direction: row;
    width: 60%;
    min-width: 60%;
    height: fit-content;
    min-height: fit-content;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.languagediv{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.language {
    margin-top: 20px;
    margin-right: 20px;
    text-indent:0em;
    color: white;
}
.logodiv{
    width: 60%;
}
.logo {
    margin-top: -40px;
}
.copyright {
    color: white;
    margin: 10px;
}




.body {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.title {
    display: flex;
    width: 100vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: large;
    margin-top: 20px;
}
.rowStyle {
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.rowItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
}

.rowInput {
    margin-left: 20px;
    margin-right: 20px;
}

.rowText {
    margin-right: 20px;
}

.body {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.title {
    display: flex;
    width: 100vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: large;
    margin-top: 20px;
}
.rowStyle {
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.rowItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
}

.rowInput {
    margin-left: 20px;
    margin-right: 20px;
}

.rowText {
    margin-right: 20px;
}







.body {
    padding: 20px
}
.title {
    display: flex;
    width: 100vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: large;
    margin-top: 40px;
}
.rowStyle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
}

.rowItem {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-right: 100px;
}

.rowInput {
    margin-left: 20px;
    margin-right: 20px;
}

.rowText {
    margin-right: 20px;
}

.edit {
    margin-left: 20px;
    color: lightskyblue
}
html {
    font-size: 16px;
}
@media (max-width: 1920px){
    html {
        font-size: 60px;
    } 
}
@media (max-width: 1600px){
    html {
        font-size: 50px;
    } 
}
@media (max-width: 1440px){
    html {
        font-size: 45px;
    } 
}
@media (max-width: 1280px){
    html {
        font-size: 40px;
    } 
}
@media (max-width: 1120px){
    html {
        font-size: 35px;
    } 
}
@media (max-width: 960px){
    html {
        font-size: 30px;
    } 
}
@media (max-width: 800px){
    html {
        font-size: 25px;
    } 
}
@media (max-width: 640px){
    html {
        font-size: 20px;
    } 
}
@media (max-width: 480px){
    html {
        font-size: 15px;
    } 
}
@media (max-width: 320px){
    html {
        font-size: 10px;
    } 
}

.root {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container1{
    width: 20rem;
    height: 50%;
    background-color: aquamarine;
}

.test1 {
    /* font-size:14px;  */
    font-size:30.875rem;
    background-color: aquamarine;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}


.login-body {
    display: flex;
    justify-content: center;
    border:0px solid rgb(201, 150, 12);
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    /* background-color: white; */
}
.login-form {
    max-width: 100vw;
  }
.login-form-forgot {
    float: right;
  }
.login-form-button {
    width: 100%;
}

.text-color{
    color: gray;
}
.text-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: gray;
}
.span-style{
    margin-left: 20px;
}


.map-config-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border:1px solid gray;
    flex: 1;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    margin: 10px;
    background-color: white;
}
.login-form {
    max-width: 100vw;
}
.login-form-forgot {
    float: right;
}
.login-form-button {
    width: 100%;
}

.text-color{
    color: gray;
}
.text-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: gray;
}

.config-root {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(248, 248, 248);
}

.sync {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    background-color: rgb(248, 248, 248);
}




.log_container {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.log_input {
    margin-left: 10px;
    height: 33px;
    border-radius:4px;
    border:1px solid #dddddd;
}





.input {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
}

