/* Uncomment to install soho font */
@import 'base/_variables';
@import 'base/_fonts';
@import 'base/_typography';
@import 'base/_animations';
@import 'base/_flex-utils';
@import 'base/_helpers';





/* ods-dialog
========================================================================== */
/* 1 */
.ods-dialog.-custom-simple-dialog {
  padding:18px 32px 20px 34px;

  .ods-dialog__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }

  .ods-dialog__headerbtn {
    display:none;
  }
  .ods-dialog__footer {
    padding-top: 13px;

    .ods-button--text:first-child {
      padding-right:10px;
    }
  }
}

.ods-form-item__label.-not-float {float:none;}

/* 2 */
.ods-message-box.-custom-simple-dialog {
  padding:22px 32px 20px 34px;
  width: 610px;

  .ods-message-box__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }

  .ods-message-box__headerbtn {
    display:none;
  }
  .ods-message-box__btns {
    padding-top: 13px;
    > button {
      margin-top:16px;
    }
    .ods-button--text:first-child {
      padding-right:10px;
    }
  }
}
