@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/********** Add Your Global CSS Here **********/
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
input,
textarea,
span,
div,
html,
body,
html a {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

html ul {
  -webkit-padding-start: 0px;
  list-style: none;
  margin-bottom: 0;
}

.scrollbar-track-y,
.scrollbar-thumb-y {
  width: 5px !important;
}

.scrollbar-track-x,
.scrollbar-thumb-x {
  height: 5px !important;
}

.scrollbar-thumb {
  border-radius: 0 !important;
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomLeft
  > .ant-popover-content
  > .ant-popover-arrow:after,
.ant-popover-placement-bottomRight
  > .ant-popover-content
  > .ant-popover-arrow:after,
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topLeft
  > .ant-popover-content
  > .ant-popover-arrow:after,
.ant-popover-placement-topRight
  > .ant-popover-content
  > .ant-popover-arrow:after {
  left: 0;
  margin-left: -4px;
}

/********** Add Your Global RTL CSS Here **********/
/* Popover */
html[dir='rtl'] .ant-popover {
  text-align: right;
}

/* Ecommerce Card */
html[dir='rtl'] .isoCardInfoForm .ant-input {
  text-align: right;
}

/* Modal */
html[dir='rtl'] .has-success.has-feedback:after,
html[dir='rtl'] .has-warning.has-feedback:after,
html[dir='rtl'] .has-error.has-feedback:after,
html[dir='rtl'] .is-validating.has-feedback:after {
  left: 0;
  right: auto;
}

html[dir='rtl'] .ant-modal-close {
  right: inherit;
  left: 0;
}

html[dir='rtl'] .ant-modal-footer {
  text-align: left;
}

html[dir='rtl'] .ant-modal-footer button + button {
  margin-left: 0;
  margin-right: 8px;
}

html[dir='rtl'] .ant-confirm-body .ant-confirm-content {
  margin-right: 42px;
}

html[dir='rtl'] .ant-btn > .anticon + span,
html[dir='rtl'] .ant-btn > span + .anticon {
  margin-right: 0.5em;
}

html[dir='rtl'] .ant-btn-loading span {
  margin-left: 0;
  margin-right: 0.5em;
}

html[dir='rtl']
  .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline) {
  padding-left: 25px;
  padding-right: 29px;
}

html[dir='rtl']
  .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline)
  .anticon {
  margin-right: -14px;
  margin-left: 0;
}

/* Confirm */
html[dir='rtl'] .ant-modal.ant-confirm .ant-confirm-body > .anticon {
  margin-left: 16px;
  margin-right: 0;
  float: right;
}

html[dir='rtl'] .ant-modal.ant-confirm .ant-confirm-btns {
  float: left;
}

html[dir='rtl'] .ant-modal.ant-confirm .ant-confirm-btns button + button {
  margin-right: 10px;
  margin-left: 0;
}

/* Message */
html[dir='rtl'] .ant-message .anticon {
  margin-left: 8px;
  margin-right: 0;
}

/* Pop Confirm */
html[dir='rtl'] .ant-popover-message-title {
  padding-right: 20px;
  padding-left: 0;
}

html[dir='rtl'] .ant-popover-buttons {
  text-align: left;
}

/* Notification */
html[dir='rtl']
  .ant-notification-notice-closable
  .ant-notification-notice-message {
  padding-left: 24px;
  padding-right: 0;
}

html[dir='rtl']
  .ant-notification-notice-with-icon
  .ant-notification-notice-message,
html[dir='rtl']
  .ant-notification-notice-with-icon
  .ant-notification-notice-description {
  margin-right: 48px;
}

html[dir='rtl'] .ant-notification-notice-close {
  right: auto;
  left: 16px;
}

html[dir='rtl'] .ant-notification-notice-with-icon {
  left: 0;
}

/* Dropzone */
html[dir='rtl'] .dz-hidden-input {
  display: none;
}

.ant-form-item-children-icon {
  display: none;
}

/* Instagram Modal */

.ant-modal-wrap.instagram-modal .ant-modal {
  max-width: 935px;
  width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .ant-modal-wrap.instagram-modal .ant-modal {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .ant-modal-wrap.instagram-modal .ant-modal {
    max-width: 580px;
  }
}

.ant-modal-wrap.instagram-modal .ant-modal-content {
  border-radius: 0;
}

.ant-modal-wrap.instagram-modal .ant-modal-content button.ant-modal-close {
  position: fixed;
  color: #fff;
}

.ant-modal-wrap.instagram-modal .ant-modal-content button.ant-modal-close i {
  font-size: 24px;
}

.ant-modal-wrap.instagram-modal .ant-modal-content .ant-modal-body {
  padding: 0;
}

.add-new-trader-nav {
  width: 100%;
  float: right;
  margin: 7px 0; }
  .add-new-trader-nav .actions-nav {
    display: flex; }
  .add-new-trader-nav .ant-btn-primary {
    margin: 0 10px; }

.add-new-trader {
  position: relative; }
  .add-new-trader .head-data {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .add-new-trader .head-data__input {
      word-break: break-word; }
    .add-new-trader .head-data__link {
      font-size: 35px; }
    .add-new-trader .head-data__input h1 {
      width: 100%;
      font-size: 2.3em; }
    .add-new-trader .head-data__link {
      font-size: 1.3em; }
  .add-new-trader .trader-id {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px; }
  .add-new-trader .trader-details .trader-details__form > .ant-row {
    width: 100%; }
  .add-new-trader .trader-details__title {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
  .add-new-trader .trader-details__form {
    display: flex;
    justify-content: space-between; }
    .add-new-trader .trader-details__form .form__left {
      display: flex;
      flex: 1;
      margin-right: 30px; }
    .add-new-trader .trader-details__form .form__right {
      display: flex;
      flex: 1; }
    .add-new-trader .trader-details__form .form__labels {
      flex: 1; }
      .add-new-trader .trader-details__form .form__labels .associated-with-network__label {
        margin-top: -6px; }
    .add-new-trader .trader-details__form .form__inputs {
      width: 100%; }
      .add-new-trader .trader-details__form .form__inputs .date-picker__content {
        width: 100%; }
      .add-new-trader .trader-details__form .form__inputs .mobile__content {
        display: flex; }
        .add-new-trader .trader-details__form .form__inputs .mobile__content .mobile__input {
          margin-left: 10px;
          min-width: 100px; }
      .add-new-trader .trader-details__form .form__inputs .associated-with-network__content {
        display: flex;
        align-items: center; }
        .add-new-trader .trader-details__form .form__inputs .associated-with-network__content .associated-with-network__radio {
          display: flex; }
      .add-new-trader .trader-details__form .form__inputs .other-contacts__content {
        display: flex; }
        .add-new-trader .trader-details__form .form__inputs .other-contacts__content .other-contacts__selector {
          margin-right: 10px; }
      .add-new-trader .trader-details__form .form__inputs .email__content {
        display: flex; }

.new-trader-add-preferences-btn {
  margin: 25px 0; }

.plus-btn {
  min-width: 40px;
  margin-left: 10px; }

@media (max-width: 960px) {
  .new-trader-form {
    flex-direction: column; }
    .new-trader-form-left {
      margin-right: 0; }
    .new-trader-form-left-labels, .new-trader-form-right-labels {
      flex: 1; } }

@media (max-width: 767px) {
  .add-new-trader .head-data {
    margin-top: 25px; }
  .add-new-trader .trader-id {
    right: 50px;
    max-width: 120px;
    font-size: 18px; }
  .add-new-trader .trader-details__form .form__inputs {
    padding-right: 0 !important; }
    .add-new-trader .trader-details__form .form__inputs .ant-form-item {
      margin-left: 15px;
      margin-bottom: 8px; } }

@media (max-width: 575px) {
  .add-new-trader .ant-form .ant-form-item .ant-form-item-label {
    flex: 100%; }
  .add-new-trader .ant-form .ant-form-item .ant-form-item-control {
    flex: 1 1 0; } }

.add-company {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .add-company-red-border {
    border: 1px solid red; }
  .add-company__add-trader-btn {
    margin-top: 25px; }
  .add-company__head-input {
    width: 300px;
    margin-bottom: 15px; }
  .add-company .company-details__title {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
  .add-company .company-details__form {
    display: flex;
    justify-content: space-between; }
    .add-company .company-details__form .form__left {
      display: flex;
      flex: 1;
      margin-right: 30px; }
    .add-company .company-details__form .form__right {
      display: flex;
      flex: 1; }
    .add-company .company-details__form .form__labels {
      flex: 1; }
    .add-company .company-details__form .form__inputs {
      width: 100%; }
    .add-company .company-details__form .form__input {
      position: relative; }
      .add-company .company-details__form .form__input_error {
        position: absolute;
        bottom: -22px;
        left: 0;
        color: red; }

@media (max-width: 960px) {
  .company-details__form {
    flex-direction: column; }
    .company-details__form .form__left {
      margin-right: 0 !important; } }

.company-list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .company-list__button {
    text-align: right;
    padding: 10px; }
  .company-list__add-company-btn {
    width: 200px; }
  .company-list__table {
    position: relative;
    width: 100%;
    margin-top: 25px; }

@media (max-width: 767px) {
  .company-list__button {
    text-align: left; } }

.company-details {
  width: 100%;
  flex-direction: column; }
  .company-details .head-data {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .company-details .head-data__company-name {
      font-size: 40px; }
    .company-details .head-data__company-id {
      font-size: 20px; }
  .company-details .company-details {
    display: flex;
    margin-bottom: 25px; }
    .company-details .company-details__spin-wrapper {
      width: 100%; }
    .company-details .company-details__title {
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
    .company-details .company-details__form {
      display: flex;
      justify-content: space-between; }
      .company-details .company-details__form .form__left {
        display: flex;
        flex: 1;
        margin-right: 30px; }
      .company-details .company-details__form .form__right {
        display: flex;
        flex: 1; }
      .company-details .company-details__form .form__labels {
        flex: 1; }
      .company-details .company-details__form .form__inputs {
        width: 100%; }
      .company-details .company-details__form .form__input {
        position: relative; }
        .company-details .company-details__form .form__input_error {
          position: absolute;
          bottom: -22px;
          left: 0;
          color: red; }

.registered-traders {
  margin: 25px 0; }
  .registered-traders__title {
    margin-bottom: 25px; }
  .registered-traders__add-trader-btn {
    margin-top: 25px; }

.vertical-form .form-item {
  position: relative; }
  .vertical-form .form-item_error {
    position: absolute;
    color: red; }

.filter-check-group-wrapper {
  margin-top: 10px; }
  .filter-check-group-wrapper .filter-checkbox-check-all {
    margin-bottom: 10px; }
  .filter-check-group-wrapper .filter-check-group {
    max-height: 155px;
    overflow-y: auto; }
    .filter-check-group-wrapper .filter-check-group-item {
      display: flex; }
      .filter-check-group-wrapper .filter-check-group-item .filter-check {
        margin: 2px 5px 0 0; }

.ant-table .table-actions {
  display: flex;
  justify-content: flex-end; }
  .ant-table .table-actions .anticon {
    font-size: 1.4em;
    transition: 1s;
    cursor: pointer;
    color: #566573; }
    .ant-table .table-actions .anticon:hover {
      color: #212F3D; }
    .ant-table .table-actions .anticon.alert {
      color: #7B241C; }

.ant-table .capitalize {
  text-transform: capitalize; }

.ant-table .uppercase {
  text-transform: uppercase; }

.master-table {
  width: 100%; }
  .master-table__header {
    margin-bottom: 15px; }

@media (max-width: 991px) {
  .master-table.parity-table .ant-table table, .master-table.commodity-table .ant-table table, .master-table.country-table .ant-table table {
    min-width: 400px; }
  .master-table .ant-table-pagination {
    flex-wrap: nowrap; } }

.preference-form__add-preferences .rows-container {
  display: flex;
  flex-direction: column;
  overflow-x: auto; }
  .preference-form__add-preferences .rows-container .row-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    min-width: 900px; }
    .preference-form__add-preferences .rows-container .row-container .form-item {
      position: relative;
      flex: 1;
      flex-wrap: nowrap;
      min-width: 115px; }

@media (max-width: 1200px) {
  .preference-form__add-preferences .rows-container {
    gap: 15px; }
    .preference-form__add-preferences .rows-container .row-container {
      min-width: 80%; } }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

.home-header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .home-header .logo {
    height: 45px;
    width: 200px;
    background-image: url("/assets/images/home/fincommodity-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50px;
    top: 10px; }
  .home-header .ant-menu {
    background: #FFFFFF;
    text-align: right;
    display: block; }
    .home-header .ant-menu .ant-menu-item {
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      color: #000000; }
      .home-header .ant-menu .ant-menu-item a {
        color: #000000; }
      .home-header .ant-menu .ant-menu-item.ant-menu-item-selected {
        background: #FFFFFF;
        font-weight: bold; }
      .home-header .ant-menu .ant-menu-item:hover {
        background: #EEE; }

.home-content {
  padding-top: 200px;
  background: #FFFFFF;
  font-family: 'Lato', sans-serif;
  min-height: calc(100vh - 50px); }
  .home-content .section-fincommodity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home-content .section-fincommodity .logo {
      width: 100%;
      max-width: 640px;
      height: 135px; }
  .home-content .section {
    font-size: 18.0pt;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #5e5e5e;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    width: 100%; }
    .home-content .section .container {
      max-width: 1280px;
      padding: 50px;
      width: 100%; }
    .home-content .section p {
      margin-bottom: 20px; }
    .home-content .section h2 {
      font-family: 'Lato', sans-serif;
      color: #1d70b7;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 3;
      font-size: 1.4em;
      text-transform: uppercase; }
    .home-content .section.section-products {
      padding-top: 20px;
      padding-bottom: 20px;
      background: #E8F1F8; }
      .home-content .section.section-products h2 {
        padding-bottom: 20px; }
      .home-content .section.section-products .product-item {
        text-align: center; }
        .home-content .section.section-products .product-item p {
          padding: 15px;
          font-size: .7em;
          line-height: 1; }
    .home-content .section.section-contacts h1 {
      display: block;
      font-family: 'Lato', sans-serif;
      color: #1d70b7;
      text-align: center;
      font-weight: 900;
      margin-bottom: 2em;
      font-size: 31pt;
      padding-bottom: 18px;
      position: relative; }
      .home-content .section.section-contacts h1:before {
        border-bottom-width: 6px;
        border-color: #1d70b7;
        display: block;
        border-bottom-style: solid;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        bottom: 0;
        content: "";
        box-sizing: border-box;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0; }
    .home-content .section.section-contacts .address {
      color: #212121;
      font-family: Lato, sans-serif;
      font-size: 12pt;
      font-weight: 400;
      line-height: 1.56;
      margin-top: 16px; }

.home-footer {
  text-align: center;
  background: #FFFFFF; }

@media (max-width: 520px) {
  .home-header .logo {
    display: none; }
  .home-header .ant-menu {
    text-align: center; } }

@media (max-width: 340px) {
  .home-header .ant-menu .ant-menu-item {
    font-size: 14px; } }

.trader-sign-up {
  width: 950px;
  margin: 0 auto;
  max-height: 85vh;
  overflow-y: scroll; }
  .trader-sign-up .add-new-trader .trader-details__form {
    flex-direction: column; }
  .trader-sign-up .ant-card-head {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff; }
    .trader-sign-up .ant-card-head .ant-card-head-title {
      padding: 16px 5px; }
  .trader-sign-up .sign-up-footer {
    position: sticky;
    bottom: 0;
    height: 70px;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff; }
    .trader-sign-up .sign-up-footer .form-actions {
      display: flex;
      justify-content: space-between;
      padding-top: 10px; }
      .trader-sign-up .sign-up-footer .form-actions .previous-actions {
        text-align: left; }
      .trader-sign-up .sign-up-footer .form-actions .next-actions {
        text-align: right; }
        .trader-sign-up .sign-up-footer .form-actions .next-actions .submit-button {
          cursor: pointer;
          color: #fff;
          background-color: #1890ff;
          width: 45%;
          margin-left: 5px; }
          .trader-sign-up .sign-up-footer .form-actions .next-actions .submit-button.ant-input-disabled {
            color: rgba(0, 0, 0, 0.25);
            background-color: #f5f5f5;
            cursor: not-allowed; }

@media (max-width: 768px) {
  .trader-sign-up .ant-steps {
    justify-content: center; }
    .trader-sign-up .ant-steps .ant-steps-item .ant-steps-item-content {
      min-height: 25px; }
  .trader-sign-up .add-new-trader .trader-details__form .form__inputs {
    padding: 0 !important; }
    .trader-sign-up .add-new-trader .trader-details__form .form__inputs > div {
      flex-direction: column; }
    .trader-sign-up .add-new-trader .trader-details__form .form__inputs .mobile__content .mobile__input {
      min-width: auto; }
    .trader-sign-up .add-new-trader .trader-details__form .form__inputs .mobile__content .ant-select-multiple {
      width: 90%; }
  .trader-sign-up .sign-up-footer .form-actions .next-actions,
  .trader-sign-up .sign-up-footer .form-actions .previous-actions {
    width: auto; }
  .trader-sign-up .sign-up-footer .form-actions .next-actions .submit-button {
    width: auto; } }

.password-confirmation-form {
  display: flex;
  flex-direction: column; }
  .password-confirmation-form .password-input,
  .password-confirmation-form .email-input {
    width: 85%;
    margin: 10px auto; }
  .password-confirmation-form .password-guide {
    width: 85%;
    margin: 10px auto;
    list-style: disc; }
  .password-confirmation-form .password-terms-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }

@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
.live-chat-wrapper {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1000;
  display: flex;
  gap: 15px; }
  .live-chat-wrapper .ant-badge {
    align-self: flex-end; }
    .live-chat-wrapper .ant-badge-count {
      left: -18px;
      right: unset; }
    .live-chat-wrapper .ant-badge .ant-card {
      width: 300px;
      height: 400px;
      color: white;
      transition: .3s;
      position: relative; }
      .live-chat-wrapper .ant-badge .ant-card-head {
        padding: 0 10px;
        border-bottom: 0; }
        .live-chat-wrapper .ant-badge .ant-card-head-title {
          padding: 3px 0; }
          .live-chat-wrapper .ant-badge .ant-card-head-title > div {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .live-chat-wrapper .ant-badge .ant-card-head-title > div .card-header-subject {
              width: 70%;
              overflow: hidden;
              position: absolute;
              text-overflow: ellipsis;
              font-size: .8em; }
            .live-chat-wrapper .ant-badge .ant-card-head-title > div .card-header-icons {
              align-self: flex-end; }
              .live-chat-wrapper .ant-badge .ant-card-head-title > div .card-header-icons .line-icon {
                position: relative;
                top: 4px;
                right: 4px; }
            .live-chat-wrapper .ant-badge .ant-card-head-title > div .card-header-names {
              display: flex;
              justify-content: space-between;
              gap: 5px; }
              .live-chat-wrapper .ant-badge .ant-card-head-title > div .card-header-names > * {
                flex: 1;
                flex-shrink: 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              .live-chat-wrapper .ant-badge .ant-card-head-title > div .card-header-names div:last-child {
                text-align: end; }
      .live-chat-wrapper .ant-badge .ant-card-body {
        padding: 0;
        height: calc(100% - 55px); }
        .live-chat-wrapper .ant-badge .ant-card-body #messageChat {
          height: calc(100% - 65px); }
        .live-chat-wrapper .ant-badge .ant-card-body .ant-input {
          border-radius: 0;
          height: 40px; }
      .live-chat-wrapper .ant-badge .ant-card.collapsed {
        width: 200px;
        height: 85px; }
        .live-chat-wrapper .ant-badge .ant-card.collapsed-body {
          height: 0; }

.negotiation-chats {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  z-index: 1000;
  background: linear-gradient(178.98deg, #2E295F 0%, #110E2D 100%); }
  .negotiation-chats .chat-close {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
    font-size: 25px;
    z-index: 1001; }
  .negotiation-chats .negotiation-chat-icon {
    display: none; }

@media (max-width: 991px) {
  .negotiation-chats {
    left: 100%;
    transition: left .1s ease; }
    .negotiation-chats .negotiation-chat-icon {
      display: block;
      position: fixed;
      width: 50px;
      height: 50px;
      bottom: 85px;
      right: 25px;
      text-align: center;
      padding: 0;
      background: linear-gradient(178.98deg, #2E295F 0%, #110E2D 100%);
      border: none; }
      .negotiation-chats .negotiation-chat-icon .open-icon {
        font-size: 25px;
        color: #fff;
        transition: left .1s ease-in-out; }
  .negotiation-chat-show-mobile.negotiation-chats {
    width: 100%;
    left: 0; }
    .negotiation-chat-show-mobile.negotiation-chats .chat-close {
      display: block; } }

.negotiation-chat {
  height: 100vh;
  margin-bottom: 10px;
  background: linear-gradient(178.98deg, #2E295F 0%, #110E2D 100%); }
  .negotiation-chat__header {
    color: #fff;
    text-align: center;
    padding: 4px 0; }

.preferences {
  margin: 25px 0; }
  .preferences__title {
    margin-bottom: 25px; }
  .preferences__add-preferences-btn {
    margin-top: 25px; }
  .preferences__row-duplicated {
    background: #fffbfb; }
  .preferences__row-trader {
    background: #ffffff; }
  .preferences__row-manual td.ant-table-cell {
    background: #F3F4F7; }
  .preferences .actions-column, .preferences .info-column {
    display: flex;
    justify-content: center; }
    .preferences .actions-column > *, .preferences .info-column > * {
      margin: 0 5px; }

.contracts-list {
  width: 100%; }
  .contracts-list__header {
    font-size: 30px; }
  .contracts-list__reload {
    text-align: right; }
  .contracts-list .ant-spin-nested-loading {
    width: 100%;
    height: 100vh; }

.negotiation-preview {
  width: 100%;
  display: flex;
  justify-content: center; }
  .negotiation-preview .negotiation-details {
    width: 85%; }
    .negotiation-preview .negotiation-details .fullscreen-toggle {
      top: 7px; }

.negotiation-details {
  position: relative;
  padding: 25px 13px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff; }
  .negotiation-details.fullscreen-mode {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
    z-index: 1001;
    margin: 0; }
  .negotiation-details .fullscreen-toggle {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    font-size: 20px; }
  .negotiation-details .other-btn.add {
    display: none; }
  .negotiation-details-new {
    background-color: #C1C9DB; }
    .negotiation-details-new .order-type .form-field__key {
      background-color: #CBD2E1; }
    .negotiation-details-new .order-type .form-field__value {
      background-color: #CBD2E1; }
    .negotiation-details-new .key-info .form-field__key {
      background-color: #CBD2E1; }
    .negotiation-details-new .key-info .form-field__value {
      background-color: #E6EAF1; }
    .negotiation-details-new .other-btn.add {
      display: block;
      width: 100%;
      margin: 10px 0; }
  .negotiation-details-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px; }
    .negotiation-details-header .header-title {
      font-size: 24px;
      font-weight: 700; }
    .negotiation-details-header .header-left {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start; }
    .negotiation-details-header .header-right {
      color: #2D3446; }
  .negotiation-details-content .ant-collapse {
    background-color: transparent;
    border: none; }
    .negotiation-details-content .ant-collapse .ant-collapse-header {
      font-weight: 700;
      background-color: transparent;
      font-size: 18px;
      padding-left: 0; }
    .negotiation-details-content .ant-collapse .ant-collapse-content {
      border-radius: 5px;
      background-color: transparent; }
      .negotiation-details-content .ant-collapse .ant-collapse-content-box {
        padding: 0; }
    .negotiation-details-content .ant-collapse-item {
      border: none; }
    .negotiation-details-content .ant-collapse-content {
      border: none; }
  .negotiation-details-content .form-field {
    display: flex;
    margin-top: 2px; }
    .negotiation-details-content .form-field__key, .negotiation-details-content .form-field__value {
      background-color: #F5F6F8; }
    .negotiation-details-content .form-field__key {
      font-weight: 700;
      margin-right: 1px; }
    .negotiation-details-content .form-field__value {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .negotiation-details-content .form-field .ql-toolbar {
      display: none; }
  .negotiation-details-content .order-type .form-field__key, .negotiation-details-content .order-type .form-field__value {
    padding: 15px 0; }
  .negotiation-details-content .key-info .form-field__key {
    padding: 15px 0; }
  .negotiation-details-content .key-info .form-field__value {
    padding: 0 !important;
    background-color: transparent; }
    .negotiation-details-content .key-info .form-field__value .form__input_value {
      background-color: #E6EAF1;
      padding: 15px 8px;
      border: 1px solid #C1C9DB;
      border-radius: 5px;
      margin-right: 1px; }
    .negotiation-details-content .key-info .form-field__value .ant-form-item {
      margin-bottom: 0; }
      .negotiation-details-content .key-info .form-field__value .ant-form-item > * {
        font-size: 14px;
        font-weight: 400; }
    .negotiation-details-content .key-info .form-field__value .negotiation-hover {
      background-color: #E6EAF1;
      margin: 1px;
      padding: 15px 8px;
      border-radius: 5px; }
  .negotiation-details-content .key-info .form-field_value, .negotiation-details-content .key-info .form-field_key {
    background-color: transparent; }
  .negotiation-details-content .other-info {
    flex-direction: column; }
    .negotiation-details-content .other-info .form-field {
      flex-direction: column; }
      .negotiation-details-content .other-info .form-field .wrapper-other-field {
        display: flex;
        flex-flow: row nowrap; }
      .negotiation-details-content .other-info .form-field__key {
        font-weight: 400; }
      .negotiation-details-content .other-info .form-field__key, .negotiation-details-content .other-info .form-field__value {
        padding: 0 !important;
        border-radius: 5px;
        background-color: #E6EAF1;
        border: 1px solid #C1C9DB; }
        .negotiation-details-content .other-info .form-field__key .negotiation-hover, .negotiation-details-content .other-info .form-field__value .negotiation-hover {
          padding: 15px 8px; }
  .negotiation-details__divider {
    background: linear-gradient(90deg, #1905DB 0%, #2E295F 100%);
    height: 3px;
    border-radius: 50px; }
  .negotiation-details .send-offer {
    text-align: right;
    margin-top: 30px; }
  .negotiation-details .text-gray {
    color: #788195;
    font-weight: 400; }

.ant-spin-nested-loading {
  width: 100%; }

.create-order {
  width: 100%; }
  .create-order .ant-collapse-header {
    background: #2d3446;
    color: white !important; }
  .create-order .ant-collapse-content {
    background: #f1f3f6; }
  .create-order .order-types-card {
    display: flex;
    gap: 25px; }
    .create-order .order-types-card .card-radio-time .order-type {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .create-order .order-types-card .card-radio-time .order-type-name {
        margin-right: 10px; }
      .create-order .order-types-card .card-radio-time .order-type-divider {
        font-size: 20px;
        margin-right: 15px; }
    .create-order .order-types-card .card-radio-time .card-time {
      width: 100%;
      margin-top: 24px; }
      .create-order .order-types-card .card-radio-time .card-time .ant-row {
        margin-bottom: 0; }
    .create-order .order-types-card .card-select {
      flex: 1; }
      .create-order .order-types-card .card-select-title {
        margin: 0 0 8px 0; }
  .create-order .key-info-section, .create-order .other-section {
    display: flex;
    gap: 30px;
    margin-bottom: 10px; }
    .create-order .key-info-section .input-hide .ant-select-selection-item, .create-order .other-section .input-hide .ant-select-selection-item {
      opacity: 0; }
    .create-order .key-info-section > *, .create-order .other-section > * {
      width: 50%;
      flex: 1; }
    .create-order .key-info-section .section-period, .create-order .other-section .section-period {
      display: flex;
      flex-direction: column; }
      .create-order .key-info-section .section-period .section-period-from-to, .create-order .other-section .section-period .section-period-from-to {
        display: flex;
        justify-content: space-around;
        margin-bottom: 10px; }
  .create-order .key-info .price-type {
    display: flex; }
    .create-order .key-info .price-type-radio {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .create-order .key-info .price-type-radio .radio-flat-currency, .create-order .key-info .price-type-radio .radio-flat-period, .create-order .key-info .price-type-radio .radio-flat-index {
        margin-left: 10px; }
      .create-order .key-info .price-type-radio .radio-flat-amount, .create-order .key-info .price-type-radio .radio-premium-amount {
        margin-left: 15px; }
      .create-order .key-info .price-type-radio .radio-flat-amount {
        width: 130px; }
      .create-order .key-info .price-type-radio .radio-premium-amount {
        width: 80px; }
      .create-order .key-info .price-type-radio .radio-flat-currency {
        width: 240px; }
      .create-order .key-info .price-type-radio .radio-flat-period {
        width: 125px; }
      .create-order .key-info .price-type-radio .radio-flat-index {
        width: 120px; }
  .create-order .order-buttons-wrapper {
    padding-left: 15px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .create-order .order-buttons-wrapper .ant-card-body {
      display: flex;
      gap: 15px;
      height: 60px;
      padding: 15px 0 0 0; }
    .create-order .order-buttons-wrapper .hidden-input-focus {
      width: 0;
      height: 0;
      position: absolute;
      opacity: 0;
      right: 100%; }

.other-btn {
  width: 100%;
  margin: 10px 0; }

@media only screen and (max-width: 1100px) {
  .create-order .order-types-card {
    gap: 10px;
    flex-direction: column; }
    .create-order .order-types-card .card-radio-time .card-time {
      margin-top: 0; } }

@media only screen and (max-width: 1050px) {
  .create-order .key-info-section, .create-order .other-section {
    flex-direction: column; }
    .create-order .key-info-section > *, .create-order .other-section > * {
      width: 100%; } }

.commodity-select .ant-select-tree-title {
  color: black; }

.template-popover-btns {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between; }
  .template-popover-btns > * {
    flex: 1; }

.anticon-accredited {
  color: #598158;
  font-size: 15px;
  position: relative;
  top: 0;
  left: 5px; }

.untrusted-trader,
.trusted-trader {
  padding-left: 8px;
  font-weight: 600; }

.untrusted-trader {
  color: #7d7d1c; }

.trusted-trader {
  color: #36b37e; }

.terms-and-conditions {
  width: 100%; }
  .terms-and-conditions ul {
    list-style-type: circle;
    padding-left: 40px; }

.order-draft-list {
  width: 100%; }
  .order-draft-list__header {
    font-size: 30px; }
  .order-draft-list__reload {
    padding: 0 10px;
    margin-right: 10px; }
  .order-draft-list__create {
    padding: 0 10px; }
  .order-draft-list tr.order-draft-list__row-suggested td.ant-table-cell {
    background-color: #f6f8fb; }

.search-main {
  display: flex;
  width: 100%;
  height: 100%; }
  .search-main .ant-row {
    flex: 1; }
  .search-main .card-body {
    height: 100%; }
    .search-main .card-body .card-title {
      position: relative;
      display: flex;
      justify-content: center; }
      .search-main .card-body .card-title .back-icon {
        position: absolute;
        left: -10px;
        transform: rotateY(180deg); }
      .search-main .card-body .card-title .add-new-trader {
        position: absolute;
        right: 4px;
        top: -4px; }
    .search-main .card-body .card-btn-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px; }
    .search-main .card-body.message-traders-list {
      width: 100%; }
  .search-main.message-page {
    display: flex; }
    .search-main.message-page > .ant-row {
      width: 100%;
      flex-wrap: nowrap; }
      .search-main.message-page > .ant-row > * {
        width: 100%; }

@media (max-width: 1490px) {
  .search-main > .ant-row {
    flex-flow: row wrap;
    flex-wrap: wrap !important; }
    .search-main > .ant-row > * {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .search-main .card-body .card-title {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .search-main .card-body .card-title .back-icon {
      position: relative;
      left: 0; }
    .search-main .card-body .card-title .add-new-trader {
      position: relative;
      display: block;
      margin: 15px 0 5px auto; } }

.negotiations__pending td.ant-table-cell {
  background: rgba(24, 144, 255, 0.3); }

.comments-component .ant-list-items {
  max-height: 400px;
  overflow-y: auto; }

.comments-component .ant-comment-actions {
  margin-top: 5px; }

.comments-component .ant-list-empty-text {
  display: none; }

.comments-component .comment-type .ant-comment-content-detail {
  padding: 10px;
  border-radius: 10px;
  margin: 0 5px; }

.comments-component .comment-type-alert .ant-comment-content-detail {
  background: #FADBD8;
  color: #7B241C; }

.comments-component .comment-type-warning .ant-comment-content-detail {
  background: #FDEBD0; }

.comments-component .comment-type-info .ant-comment-content-detail {
  background: #D6EAF8; }

.email-modal .ant-modal-close {
  width: 40px; }

.voip-modal-select {
  width: 100%; }

.voip-modal-control-buttons {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .voip-modal-control-buttons > * {
    font-size: 40px; }

.voip-modal .dtmf-tone-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px; }
  .voip-modal .dtmf-tone-container .dtmf-tone-row {
    display: flex;
    gap: 5px; }
    .voip-modal .dtmf-tone-container .dtmf-tone-row-btn {
      width: 70px;
      height: 70px;
      padding: 0; }

.orders-list {
  width: 100%; }
  .orders-list .ant-table-content {
    background: #f1f3f6; }
  .orders-list .ant-radio-group .ant-radio-button-wrapper {
    margin: 0 10px 0 0;
    padding: 0 25px; }
  .orders-list .ant-radio-group .ant-radio-button-wrapper-checked {
    background: #2D3347;
    border-color: #2D3347;
    color: #FFF; }
    .orders-list .ant-radio-group .ant-radio-button-wrapper-checked:before, .orders-list .ant-radio-group .ant-radio-button-wrapper-checked:first-child {
      background: #2D3347;
      border-color: #2D3347; }
  .orders-list__legend {
    text-align: right;
    width: 100%; }
    .orders-list__legend p span {
      white-space: nowrap; }
    .orders-list__legend .anticon {
      font-size: 20px;
      margin: 0 5px 0 30px; }
  .orders-list .anticon.anticon-available {
    color: #598158; }
  .orders-list .anticon.anticon-ongoing {
    color: #FFA500; }
  .orders-list .anticon.anticon-expired {
    color: #E7E9EF; }
  .orders-list .orders-list-table .ant-col .anticon {
    font-size: 20px; }
  .orders-list .orders-list-table table {
    border-spacing: 0 5px;
    background: #f1f3f6; }
  .orders-list .orders-list-table tr td.ant-table-cell:not(:last-child) {
    padding: 10px 15px;
    background: #E6E8EF;
    color: #596788;
    border-right: 1px solid #f1f3f6; }
    .orders-list .orders-list-table tr td.ant-table-cell:not(:last-child):last-child {
      border: none; }
    .orders-list .orders-list-table tr td.ant-table-cell:not(:last-child).ant-table-row-expand-icon-cell {
      background: #f1f3f6;
      color: #596788;
      cursor: pointer; }
  .orders-list .orders-list-table tr th.ant-table-cell {
    background: #FFFFFF;
    border-left: 1px solid #f1f3f6; }
  .orders-list .orders-list-table tr:hover:not(.orders-list-table__row-expired) td.ant-table-cell:not(:last-child) {
    background: #CED2DE; }
    .orders-list .orders-list-table tr:hover:not(.orders-list-table__row-expired) td.ant-table-cell:not(:last-child).ant-table-row-expand-icon-cell {
      background: #f1f3f6; }
  .orders-list .orders-list-table tr.orders-list-table__row-expired td.ant-table-cell {
    color: #B6BCCE;
    background: #F3F4F7; }
  .orders-list .orders-list-table tr.ant-table-expanded-row > td {
    background: #f1f3f6;
    border-bottom: 10px solid #f1f3f6;
    padding: 0; }
    .orders-list .orders-list-table tr.ant-table-expanded-row > td .ant-table-expanded-row-fixed {
      margin: 0 80px 0 50px;
      background: #C5C8D1;
      padding: 0; }
  .orders-list .orders-list-table td.ant-table-cell.actions {
    background: #f1f3f6; }
  .orders-list .orders-list-table__type {
    color: #FFF;
    text-transform: uppercase;
    padding: 0 7px;
    border: none;
    white-space: nowrap; }
    .orders-list .orders-list-table__type-bid {
      background: #52c41a; }
    .orders-list .orders-list-table__type-offer {
      background: #13c2c2; }

.form__inputs .form__input_value {
  height: auto;
  border-bottom: 1px dashed #ddd; }

.form__inputs h3 {
  line-height: 31px;
  padding: 0 10px; }

.negotiation-hover {
  position: relative;
  border: 1px solid #C1C9DB; }
  .negotiation-hover.expand-height div[style*='position: relative; display: flex;'] {
    flex-direction: column; }
  .negotiation-hover.invalid-field {
    border: 1px solid #F44336; }
  .negotiation-hover.field-was-changed {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
    font-weight: 700; }
  .negotiation-hover .form__input_value {
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none; }
  .negotiation-hover .completed-highlight {
    color: #4CAF50; }

.condition-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  right: 5px;
  border-radius: 100%;
  background-color: transparent; }
  .condition-circle.changed-condition {
    background-color: #FFA500; }
  .condition-circle.first-changed-condition {
    background-color: #1890FF; }
  .condition-circle.completed-condition {
    background-color: #4CAF50; }

.action-buttons {
  position: absolute;
  right: 15px;
  top: -10px;
  z-index: 5;
  min-width: 100%;
  min-height: 25px;
  text-align: right; }
  .action-buttons .anticon {
    font-size: 22px;
    margin: 0 2px;
    cursor: pointer;
    transition: .2s ease-in-out; }
    .action-buttons .anticon:hover {
      opacity: 0.7; }
  .action-buttons__edit {
    color: #1890FF; }
  .action-buttons__close {
    color: #F44336; }
  .action-buttons__check {
    color: #4CAF50; }

.create-order-preview-modal {
  top: 25px;
  min-width: 80%; }
  .create-order-preview-modal .ant-modal-body {
    padding: 10px 20px 200px;
    height: 70vh;
    overflow: auto;
    position: relative; }
    .create-order-preview-modal .ant-modal-body > * {
      flex: 1; }
    .create-order-preview-modal .ant-modal-body .preview-content {
      height: 100%;
      overflow: auto; }
    .create-order-preview-modal .ant-modal-body .order-confirmation {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 230px;
      display: flex;
      align-items: center;
      flex-direction: column;
      flex-shrink: 0;
      padding: 30px 0 0; }

.add-new-trader .trader-details-form {
  flex-direction: column;
  display: flex; }

.add-new-trader .form-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-align: center;
  width: 100%; }
  .add-new-trader .form-actions .ant-spin-spinning {
    flex: 1; }

.add-new-trader .ant-row.ant-form-item {
  margin: 0 15px; }

.warning-message {
  color: #F44336; }

.sign-up-preferences-form .ant-row {
  margin: 15px 8px; }
  .sign-up-preferences-form .ant-row .ant-col {
    width: 100%; }
    .sign-up-preferences-form .ant-row .ant-col .ant-select {
      width: 100%; }

.sign-up-preferences-form .field-array-title {
  padding-left: 15px;
  font-weight: 600; }

.sign-up-preferences-form .rows-container {
  display: flex;
  flex-direction: column;
  overflow-x: auto; }
  .sign-up-preferences-form .rows-container .row-container {
    position: relative;
    display: flex;
    width: 100%;
    gap: 10px;
    min-width: 900px;
    margin: 15px 0; }
    .sign-up-preferences-form .rows-container .row-container .commodity-label-extra {
      padding-top: 36px; }
    .sign-up-preferences-form .rows-container .row-container .ant-row {
      margin: 0;
      width: 100%; }
      .sign-up-preferences-form .rows-container .row-container .ant-row > .ant-col {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center; }
        .sign-up-preferences-form .rows-container .row-container .ant-row > .ant-col .ant-legacy-form-item-control {
          width: 100%; }
    .sign-up-preferences-form .rows-container .row-container .form-item {
      position: relative;
      flex: 1;
      margin: 0 9px; }
      .sign-up-preferences-form .rows-container .row-container .form-item .ant-legacy-form-item-label {
        justify-content: center;
        font-weight: 600;
        padding: 8px 0; }

.ant-select-tree-title {
  color: #000; }

.trader-sign-up-wrapper {
  height: 100vh;
  width: 100%;
  padding: 40px 20px 85px;
  background: linear-gradient(178.98deg, #2E295F 0%, #110E2D 100%);
  display: flex;
  align-items: center; }

.order-list-details {
  padding: 0 170px 0 73px;
  margin-top: -5px; }
  .order-list-details__wrapper {
    background: #E6E8EF;
    padding: 20px 0; }
  .order-list-details__label {
    font-weight: bold; }
  .order-list-details__value {
    margin-top: auto;
    border-bottom: 1px solid #CCD5E0; }
  .order-list-details__buttons {
    position: absolute;
    bottom: 10px;
    width: 100%; }
  .order-list-details__commodity-name {
    margin-top: 5px;
    font-weight: bold; }

.order-preview__row {
  padding: 5px;
  border-radius: 3px; }
  .order-preview__row__label {
    padding: 5px 0;
    color: #444;
    font-weight: bold;
    text-transform: uppercase; }
    .order-preview__row__label small {
      text-transform: none; }
  .order-preview__row__value {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.02);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
    padding: 5px 10px; }
  .order-preview__row__error {
    color: red;
    background: rgba(250, 219, 216, 0.3); }
  .order-preview__row__html {
    border-radius: 3px;
    background: none;
    border-bottom: none;
    padding: 5px 10px; }

.order-list-filters .ant-collapse-content-box {
  padding: 0; }

.order-list-filters .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  width: 200px;
  padding: 0;
  margin-left: calc(100% - 220px); }

.order-list-filters__form {
  background: #FFF;
  padding: 20px; }

.order-list-filters p {
  font-weight: bold;
  text-transform: uppercase;
  color: #566573; }

.start-negotiation-modal .ant-checkbox-group {
  display: flex; }
  .start-negotiation-modal .ant-checkbox-group .ant-checkbox-disabled + span {
    color: inherit; }

.start-negotiation-modal .commission {
  margin: 15px 0 8px; }
  .start-negotiation-modal .commission-value {
    font-size: 17px;
    font-weight: 700; }

.contracts-table-wrapper {
  width: 100%; }

.contracts-table-wrapper__commodity {
  display: flex;
  align-items: center; }
  .contracts-table-wrapper__commodity .tooltip-icon {
    align-self: center;
    font-size: 25px;
    transform: rotate(90deg);
    margin-left: -10px; }
  .contracts-table-wrapper__commodity .combo-order-list {
    padding-left: 10px; }

.contracts-table-wrapper .item-no-wrap {
  white-space: nowrap; }

.contracts-table-wrapper .list-item-ellipsis {
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden; }
  .contracts-table-wrapper .list-item-ellipsis span {
    padding: 0 2px; }

.negotiation-preview-modal {
  width: 75% !important; }

.negotiations-dashboard-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.negotiations-dashboard-actions {
  text-align: right; }
  .negotiations-dashboard-actions .ant-btn-primary {
    margin: 5px; }

.negotiations-dashboard {
  width: 100%;
  margin-top: 25px; }
  .negotiations-dashboard .details-wrapper {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    overflow: scroll; }
  .negotiations-dashboard .ql-editor {
    max-width: 400px; }

.ant-spin-nested-loading {
  width: 100%; }

.preload-spinner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.anticon-changed {
  color: #FFA500; }

.anticon-first-changed {
  color: #1890FF; }

.anticon-complete-action {
  color: #4CAF50; }

@media (max-width: 991px) {
  .negotiations-dashboard-actions {
    text-align: left; } }

.negotiation-confirm-modal {
  top: 25px;
  min-width: 65%; }
  .negotiation-confirm-modal .ant-modal-body {
    overflow: auto; }
    .negotiation-confirm-modal .ant-modal-body > * {
      flex: 1; }
    .negotiation-confirm-modal .ant-modal-body .preview-content {
      height: 100%;
      overflow: auto; }
    .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation {
      height: 230px;
      display: flex;
      align-items: center;
      flex-flow: row wrap;
      justify-content: space-around;
      padding: 30px 0 0; }
      .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation .confirmation-password,
      .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation .confirmation-company {
        padding: 10px 0; }
      .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation__company {
        display: flex;
        flex-flow: column nowrap; }
        .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation__company .form__input_value {
          padding-top: 3px; }
      .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation .company-info {
        font-size: 17px;
        margin-top: 10px; }
      .negotiation-confirm-modal .ant-modal-body .negotiation-confirmation .ant-checkbox-wrapper {
        padding: 10px 0; }

.commission {
  font-size: 17px; }
  .commission-value {
    font-weight: 700; }

.negotiation-history-modal .ant-modal-content {
  width: 700px; }
  .negotiation-history-modal .ant-modal-content .ant-modal-header {
    text-align: center; }
  .negotiation-history-modal .ant-modal-content .ant-modal-body {
    padding: 0 10px; }
    .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row {
      text-align: center; }
      .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group {
        width: 100%; }
        .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space {
          width: 100%; }
          .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space .ant-space-item {
            padding: 12px 8px;
            background-color: #F5F6F8;
            border-bottom: 1px solid #E5E5E5; }
            .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space .ant-space-item .ant-radio-wrapper {
              width: 100%; }
              .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space .ant-space-item .ant-radio-wrapper span.ant-radio + * {
                width: 100%; }
              .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space .ant-space-item .ant-radio-wrapper .history-item {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: space-between; }
                .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space .ant-space-item .ant-radio-wrapper .history-item__title {
                  font-weight: 500; }
                .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .ant-radio-group .ant-space .ant-space-item .ant-radio-wrapper .history-item__extra {
                  color: #788195;
                  font-size: 12px; }
      .negotiation-history-modal .ant-modal-content .ant-modal-body .ant-row .right-history {
        border-left: 1px solid #ccc; }

@media (max-width: 991px) {
  .negotiation-history-modal .ant-modal-content {
    width: auto; } }

.negotiations-buttons-wrapper {
  padding-left: 15px;
  position: fixed;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .negotiations-buttons-wrapper .ant-btn-primary {
    margin: 0 10px; }

@media (max-width: 991px) {
  .negotiations-buttons-wrapper {
    height: 50px; }
    .negotiations-buttons-wrapper .ant-card-bordered {
      padding: 5px 10px; }
      .negotiations-buttons-wrapper .ant-card-bordered .ant-card-body {
        display: flex;
        width: 200px;
        overflow: auto;
        padding: 0; }
        .negotiations-buttons-wrapper .ant-card-bordered .ant-card-body .ant-btn-primary {
          font-size: 12px;
          padding: 0 10px; } }

.commission-modal-item {
  width: 100%; }
  .commission-modal-item .select-option .ant-select-selector {
    color: inherit; }
    .commission-modal-item .select-option .ant-select-selector .ant-select-selection-item {
      color: rgba(0, 0, 0, 0.85); }
  .commission-modal-item .select-option .ant-select-arrow {
    display: none; }

@media (max-width: 991px) {
  .commission-modal-item {
    margin-bottom: 10px; }
    .commission-modal-item .ant-form-item {
      margin-bottom: 0; } }

