.ant-input:not(.global-editor *, .form *, .ant-drawer-body *),
.ant-select:not(.ant-select-customize-input)
  .ant-select-selector:not(.global-editor * .ant-drawer-body *) {
  background: transparent;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: white !important;
  box-shadow: 0px 0px 0px 0px transparent;
  color: white;
}


.ant-input:not(.global-editor *, .form *, .ant-drawer-body *):active,
.ant-input:not(.global-editor *, .form *, .ant-drawer-body *):focus,
.ant-select:not(.ant-select-customize-input)
.ant-select-selector:not(.global-editor * .ant-drawer-body *):active,
.ant-select:not(.ant-select-customize-input)
.ant-select-selector:not(.global-editor * .ant-drawer-body *):focus {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: white !important;
  box-shadow: 0px 0px 0px 0px transparent;
}
.input-component {
  background: transparent;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: white !important;
  box-shadow: 0px 0px 0px 0px transparent;
  color: white;
}

.input-component svg {
  color: white;
}

.PhoneInputInput {
  border-bottom:1px solid white !important;
  padding: 4px 11px !important;
}

.input-component:active,
.input-component:focus {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: white !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

.custom-mac-input-container {
  margin-bottom: 24px;
  height: 30px;
  vertical-align: top;

  .mac-inp {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    outline: none;
    width: 100%;
    padding: 4px 11px;


    &::placeholder{
        color: #bfbfbf;
    }
  }
}

.m3u8-file-input {
  border-bottom: 1px solid white !important;
  position: relative;
  padding: 5px 0;
  margin-top: 5px;

  /* input {
      opacity: 0;
      top: 0;
      position: absolute;
  } */
}
