/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/opensans/OpenSans-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/opensans/OpenSans-BoldItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/opensans/OpenSans-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/opensans/OpenSans-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/opensans/OpenSans-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/proximanova/ProximaNova-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/proximanova/ProximaNova-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/proximanova/ProximaNova-Bold.woff2) format('woff2');
}
:root {
  /* Высота области с кнопками внизу страницы */
  --button-area-height: 3.5rem;
}

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative
}

body {
  font-size: var(--font-size-default);
  line-height: var(--line-height-md);
  color: var(--text-color);
  background: var(--light);

}

* {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
}

label {
  font-weight: 400
}

fieldset {
  padding: 0;
  border: 0;
}

.modal-footer {
  text-align: right;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0 !important;
}

