.account {
  display: flex;
}
.account-menu {
  flex: 0 0 200px;
}
.account-menu ul {
  list-style: none;
}
.account-menu ul a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  display: flex;
  text-decoration: none;
  width: 100%;
  color: #5a5c5c;
}
.account-menu ul a:hover {
  color: #3537ab;
  text-decoration: underline;
}
.account-menu ul a.active {
  color: #3537ab;
  cursor: default;
}
.account-menu ul ul {
  padding-left: 30px;
  display: none;
}
.account-menu ul ul.show {
  display: block;
}
.account-menu ul span {
  width: 102px;
  margin-left: 15px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.account-content {
  padding: 30px;
  flex: 1 1 auto;
  border: 1px solid #d4d9e7;
  border-radius: 5px;
  color: #2d2f32;
}
.account-content h2 {
  text-align: left;
  margin: 0;
  line-height: normal;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  color: #5a5c5c;
}
.account-content p {
  line-height: inherit;
  padding-top: 10px;
  font-size: 14px;
  white-space: pre-wrap;
  color: #2d2f32;
}
.account-content p.danger {
  line-height: normal;
  color: #e45959;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 30px;
}
.tm {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/images/trade-menu.png") no-repeat;
}
.tm--account {
  background-position-x: 0;
}
.tm--refill {
  background-position-x: -20px;
}
.tm--withdrawal {
  background-position-x: -40px;
}
.tm--profile {
  background-position-x: -60px;
}
.tm--status {
  background-position-x: -80px;
}
.tm--promo {
  background-position-x: -100px;
}
.tm--logout {
  background-position-x: -120px;
}
.tm--document {
  background-position-x: -140px;
}
.tm--down {
  margin-right: 10px;
  background-position-x: -160px;
}
.tm--up {
  margin-right: 10px;
  background-position-x: -180px;
}
.header__section {
  margin-bottom: 25px;
}
.header__section .header__title {
  color: #5a5c5c;
  font-size: 20px;
  font-weight: 600;
}
.header__section .header__description {
  color: #2d2f32;
}
.personal-data .text-field-label-wrapper {
  padding: 5px 0;
}
@media (min-width: 768px) {
  .personal-data .text-field-label-wrapper {
    max-width: 40%;
  }
}
.personal-data .text-field-label-wrapper label {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 13px;
  line-height: 35px;
  color: #888fa3;
  font-weight: 400;
}
.personal-data .text-field-label-wrapper input,
.personal-data .text-field-label-wrapper span:first-child {
  background: #f6f7fa;
  border: 1px solid #d4d9e7;
  color: #5a5c5c;
  padding: 5px;
  border-radius: 3px;
  height: 45px;
}
@media (min-width: 768px) {
  .personal-data .text-field-label-wrapper input,
  .personal-data .text-field-label-wrapper span:first-child {
    min-width: 65%;
  }
}
.personal-data .text-field-label-wrapper input.error,
.personal-data .text-field-label-wrapper span:first-child.error {
  border-color: #dc3545;
}
.personal-data .text-field-label-wrapper span:first-child {
  border: none;
  color: #2d2f32;
  height: auto;
  line-height: 28px;
}
@media (min-width: 768px) {
  .personal-data .text-field-label-wrapper .personalDataInputValue {
    min-width: 65%;
  }
}
.change-password-form .input-wrapper {
  margin-top: 0;
  width: 325px;
  display: grid;
  grid-template: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.change-password-form .input-wrapper label {
  font-size: 13px;
  font-weight: 600;
  color: #a1a1a1;
}
.change-password-form .input-wrapper .input {
  flex-flow: row;
  box-sizing: border-box;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  background-color: #f6f7fa;
  color: #474747;
  height: 100%;
  font-weight: lighter;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px;
  cursor: text;
}
.change-password-form .input-wrapper .input.error {
  border-color: #dc3545;
}
.change-password-form .input-wrapper .input input {
  direction: ltr;
  display: flex;
  flex-direction: column;
  -moz-box-flex: 1;
  flex-grow: 1;
  outline: 0;
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: inherit;
  line-height: 1.69;
  color: #474747;
  cursor: text;
}
.change-password-form .submit-wrapper {
  margin: 30px 0 0 0;
}
.submit-wrapper {
  width: 325px;
  margin-top: 20px;
}
.submit-wrapper .submit-button {
  align-items: center;
  display: inline-flex;
  font-style: normal;
  max-width: 100%;
  outline: none !important;
  text-decoration: none;
  white-space: nowrap;
  background: #f99f1d;
  fill: #31394c;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.1s ease-out, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);
  text-align: center;
  -moz-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 50px;
  vertical-align: middle;
  width: 100%;
  padding: 7px 20px;
  line-height: 1.69;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  color: #ffffff;
  position: relative;
  direction: ltr;
}
.upload-messages {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-top: 1rem;
}
.upload-messages--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.upload-messages--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.uploadBlock {
  display: block;
  justify-content: space-between;
  margin-bottom: 50px;
}
.uploadBlock.submitUploadBlock {
  text-align: center;
}
.uploadBlock select,
.uploadBlock .select,
.uploadBlock .fileInput {
  align-items: center;
  border-color: #d4d9e7;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  min-height: auto;
  outline: 0 !important;
  position: relative;
  transition: 100ms;
  box-sizing: border-box;
  background: #f6f7fa;
  height: 50px;
  padding: 0 2px 0 4px;
  color: #2d2f32;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .uploadBlock select,
  .uploadBlock .select,
  .uploadBlock .fileInput {
    min-width: 435px;
    width: 51%;
    font-size: 16px;
  }
  .uploadBlock select.amountInput,
  .uploadBlock .select.amountInput,
  .uploadBlock .fileInput.amountInput {
    width: 30%;
    min-width: 280px;
  }
}
.uploadBlock .fileInput {
  display: none;
}
.uploadBlock .fileInput.active {
  display: flex;
}
.uploadBlock .fileInput > input[type=file] {
  font-size: 13px;
}
.uploadBlock .fileInput > input[type=file]::file-selector-button {
  display: none;
}
.uploadBlock .fileInput > i {
  position: relative;
  width: 25px;
  padding: 0 5px;
  cursor: pointer;
}
.uploadBlock .fileInput > i::before {
  display: block;
  content: "\4b";
  font-size: 12px;
  color: #d15e47;
  font-family: newsite-font;
  font-weight: 600;
}
.uploadBlock .uploadButton {
  align-items: center;
  display: inline-flex;
  font-style: normal;
  outline: none !important;
  text-decoration: none;
  white-space: nowrap;
  background: #2d94f3;
  fill: #2d94f3;
  border: 1px solid #2d94f3;
  transition: background 0.1s ease-out, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);
  text-align: center;
  -moz-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 1 0 auto;
  height: 50px;
  vertical-align: middle;
  width: 100%;
  padding: 7px 20px;
  line-height: 1.69;
  font-weight: normal;
  font-size: 14px;
  border-radius: 3px;
  align-self: flex-start;
  color: #ffffff;
  -moz-box-flex: 1;
  max-width: 170px;
  direction: ltr;
  margin-top: 12px;
}
.uploadBlock .uploadButton span {
  fill: #2d94f3;
  text-align: center;
  line-height: 1.69;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
.uploadBlock .uploadButton.submitUploadButton {
  display: none;
  background: #f99f1d;
  fill: #f99f1d;
  border: 1px solid #f99f1d;
}
.uploadBlock .uploadButton.submitUploadButton.active {
  display: inline-flex;
}
.uploadBlock .uploadButton.submitUploadButton span {
  fill: #f99f1d;
}
.uploadBlock .uploadBlockForm {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0;
  flex-flow: wrap;
}
.uploadBlock :has(select[name=document_type] > option[value="1"]:checked) .passportDescription {
  display: block;
}
.uploadBlock .passportDescription {
  display: none;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #ff9900;
}
.uploadBlock .passportDescription > svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  margin-right: 5px;
  margin-bottom: -5px;
}
table.uploadBlockTable {
  width: 100%;
}
table.uploadBlockTable thead {
  display: grid;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
  border-bottom: medium !important;
}
table.uploadBlockTable tbody {
  --virtual-padding-left: 0;
  --virtual-padding-right: -300;
  --virtual-padding-right-display: flex;
  --virtual-padding-left-display: none;
  --header-transactionDate-size: 100;
  --col-transactionDate-size: 100;
  --header-dealNumber-size: 100;
  --col-dealNumber-size: 100;
  --header-transactionTypeName-size: 150;
  --col-transactionTypeName-size: 150;
  --header-amount-size: 150;
  --col-amount-size: 150;
  --header-postBalance-size: 150;
  --col-postBalance-size: 150;
  --header-externalTransactionId-size: 300;
  --col-externalTransactionId-size: 300;
}
table.uploadBlockTable tr {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-width: medium medium 1px !important;
  border-style: none none solid !important;
  border-color: currentcolor currentcolor #d4d9e7 !important;
  border-image: none !important;
  font-size: 16px;
}
table.uploadBlockTable tr td,
table.uploadBlockTable tr th {
  width: 30%;
  text-align: left;
}
table.uploadBlockTable tr td {
  font-size: 13px;
}
.uploadBlockTitle {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.input__country.input .custom-select__text-holder {
  min-height: auto;
  line-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: normal;
}
.input__country.input .custom-select__list-item {
  padding: 0 5px 0 45px;
  min-height: auto;
  line-height: 46px;
  display: flex;
  flex-direction: row;
}
.input__country.input .custom-select__list-title {
  line-height: 22px;
  margin-right: auto !important;
}
.input__country.input .custom-select__list-code {
  font-size: 12px;
  font-weight: 300;
  flex: 0 0 auto;
}
.input__country.input .custom-select__list-code:before {
  content: '(';
}
.input__country.input .custom-select__list-code:after {
  content: ')';
}
.input__country.input .custom-select__image {
  left: 10px;
}
