/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
h1 {
  color: #ec794a !important;
  font-family: "Arial", sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: normal !important;
  line-height: 2.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

h2 {
  color: #ec794a !important;
  font-family: "Arial", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  line-height: 2.25rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

h3 {
  color: #ec794a !important;
  font-family: "Arial", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: normal !important;
  line-height: 2rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

h4 {
  color: #ec794a !important;
  font-family: "Arial", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

h5 {
  color: #333333 !important;
  font-family: "Arial", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

h6 {
  color: #333333 !important;
  font-family: "Arial", sans-serif !important;
  font-size: 0.5rem !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.loader {
  display: inline-block;
  color: white;
  font-size: 3px;
  margin: 0 1rem 0 0.25rem;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.top {
  width: auto;
  margin-top: 0;
  padding: 0;
  background-image: url("/img/dogs.png");
  background-size: cover;
  background-position: center;
  background-color: #bf9200;
}

.topShadow {
  z-index: 15 !important;
  background-color: white;
  box-shadow: 0 0 1rem 1rem #fff;
}

.topImg {
  width: 25%;
  background-position: center;
  background-image: url(/img/bonya_4.png);
  background-repeat: no-repeat;
  background-size: cover !important;
}

.linkTop {
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  margin: 0.25rem 0.15rem;
  padding: 0 0.5rem;
  border-radius: 0.15rem;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.linkTop:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  color: white;
}

.content {
  height: 100%;
  background-color: white;
}

.hello {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #333333;
}
.hello p {
  line-height: 1.15rem;
}

.contentBox {
  padding: 1rem 2rem;
  margin: 0.5rem 2rem;
  text-align: left;
  background-color: white;
}

.inform {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.link {
  height: inherit;
  margin: 0.75rem auto;
  padding: 0.25rem 1rem;
  max-width: 32rem;
  vertical-align: middle;
  line-height: 1.5rem;
}
.link a {
  color: #333333;
  text-decoration: none;
}
.link a:hover {
  color: #cf4d00;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}

.linkGroup {
  color: #ec794a;
  font-weight: 400;
  text-align: center;
}

.linkBack {
  margin: 0.35rem 0;
  padding: 0.35rem 1rem;
  background-color: white;
  border-radius: 100vmax;
  text-decoration: underline;
}

.link1 {
  background-color: #fff2c9;
}

.link2 {
  font-weight: 500;
  color: darkgreen;
  background-color: #ccf4dc;
}

.link3 {
  font-weight: 500;
  color: #175588;
  background-color: #d9eaf8;
}

.sponsors {
  padding: 0.5rem 0;
}

.sponsText {
  font-size: 0.75rem;
  text-align: center;
  padding-right: 1rem;
}

.clubTitle {
  padding: 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
}

.atlaCAC {
  color: #134223;
  background: linear-gradient(to top, #f8fef9, #ccf4dc);
}

.imperiaCAC {
  color: #175588;
  background: linear-gradient(to top, #F8FCFEFF, #d9eaf8);
}

.atlaCACgroup {
  color: #967300;
  background: linear-gradient(to top, #FFFFF6FF, #fff2c9);
}

.atlaCACgroup-2 {
  height: 1rem;
  color: #967300;
  background: linear-gradient(to top, #fff2c9, #FFFFF6FF);
}

.judgeName {
  color: #967300;
  text-align: center;
}

.mono {
  margin: 1rem 10%;
  text-align: left;
}

.row {
  align-items: center;
}

.garantform {
  height: auto;
  width: 90%;
  align-self: center;
  max-width: 1000px;
  margin: 2rem 0;
  padding: 1rem 2rem 2rem 2rem;
  background-color: #ff9e55;
}
.garantform label {
  text-align: right;
  font-size: 1rem !important;
  font-weight: 400;
  color: white !important;
}

.titleGarant {
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  color: #f7f0c0 !important;
}

.dataGarant {
  font-weight: 500;
  height: 2rem;
  width: 7rem !important;
  margin-left: -0.75rem;
  vertical-align: bottom;
  padding: 0.25rem 1rem;
  color: #ff6c17;
  background-color: #f7f0c0;
}

.fileUpload {
  display: flex;
  width: 23rem !important;
  margin: 0 0.8rem;
  padding: 0 !important;
  background-color: white;
  border: 1px solid white;
  border-radius: 0.25rem;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  color: #cf4d00 !important;
}

.form-control::-webkit-file-upload-button {
  color: white !important;
  background-color: #ff9e55 !important;
  outline: none !important;
}

.form-control::file-selector-button {
  color: white !important;
  background-color: #ff9e55 !important;
  outline: none !important;
}

.formData {
  color: white;
  background-color: #ff9e55;
  border: 0 !important;
}

*:focus {
  outline: none;
  border: 0 !important;
}

.mailform {
  height: 100%;
  padding: 1rem 2rem;
  background-color: #f7f0c0;
}
.mailform label {
  text-align: right;
  font-size: 1rem !important;
  font-weight: 500;
  color: #967300 !important;
}

.title {
  font-weight: 500;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  text-align: center;
  color: #967300;
  border-radius: 0.15rem;
}

.form-control, .form-select {
  width: 100% !important;
  font-size: 1rem !important;
  padding: 0.25rem 0.75rem !important;
  border: 1px solid rgba(150, 115, 0, 0.25) !important;
}
.form-control:focus, .form-select:focus {
  border-color: white !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px white !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-style: italic;
  color: rgba(255, 158, 85, 0.75) !important;
  font-size: 0.85rem !important;
  line-height: 1.5rem !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: italic;
  color: rgba(255, 158, 85, 0.75) !important;
  font-size: 0.85rem !important;
  line-height: 1.5rem !important;
}

.form-select, input::placeholder, textarea::placeholder {
  font-style: italic;
  color: rgba(255, 158, 85, 0.75) !important;
  font-size: 0.85rem !important;
  line-height: 1.5rem !important;
}

.zero {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #333333 !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.send {
  width: 8rem;
  height: 2.25rem;
  font-size: 0.85rem !important;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 0.5rem;
  text-align: center;
  color: white;
  border-radius: 0.15rem;
  cursor: pointer;
}

.formError {
  color: #e1596e;
  width: inherit;
  padding-left: 1rem;
}

.col-form-label {
  text-align: left !important;
}

.footer {
  background-color: #3490dc;
  color: #fff;
  margin-bottom: 0;
}

/** {
    outline: red 1px solid;
}*/
html {
  max-width: 1980px;
  margin: 0 auto;
  height: 100%;
}

body {
  font-family: Arial sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1980px;
  min-height: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

#app {
  height: inherit;
  width: inherit;
}

.site {
  height: 100%;
  background-color: #79b2b3;
}

.clubSite {
  height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.club {
  width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1rem;
  margin: 2rem;
  text-align: center;
  background-color: #fcf9e4;
  border: 2px solid white;
  border-radius: 1rem;
}
.club a {
  color: #1f696a;
}
.club a:hover {
  color: #ec794a;
}

.no-gutters {
  margin: 0 !important;
  padding: 0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 0.25rem !important;
}

.left {
  width: 220px;
  background-color: #d9eaf8;
  background-size: 100%;
  /* Масштабируем фон */
  opacity: 0.7;
}

.right {
  width: 220px;
  background-color: #d9eaf8;
  background-size: 100%;
  /* Масштабируем фон */
  opacity: 0.7;
}

.border-left {
  width: 30px;
  background-image: linear-gradient(to right, white 20%, #ecebeb 0%, white);
}

.border-right {
  width: 30px;
  background-image: linear-gradient(to left, white 20%, #ecebeb 0%, white);
}

.blockLine {
  z-index: 5;
  height: 1px;
  background-color: #f5f5f5;
  box-shadow: 0 0 0.5rem 0.5rem #f5f5f5;
}

.contacts {
  width: 90%;
  align-self: center;
  max-width: 1000px;
  margin: 2rem 0;
}

.line {
  height: 2px;
  margin: 0.75rem 0;
  border-bottom: 2px solid white;
}

.onTop {
  height: 2rem;
  position: fixed;
  right: 20%;
  bottom: 0.5rem;
  cursor: pointer;
}

/* -------------------------FLEX------------------------*/
.flexRawSB {
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

.flexRawCenterWrap {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flexRawCStretchWrap {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.flexRawStart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flexRawEnd {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.flexRawCenterCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.flexRawCwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.flexRawCCwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.flexCoLStart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flexCoLCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flexCoLSB {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.flexCoLStetch {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.flexCoLLeft {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
}

/* --------------------------BUTTONS------------------------*/
.btnAll {
  height: 35px;
  min-width: 100px;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0 10px;
  color: white;
  text-align: center;
  line-height: 35px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  cursor: pointer;
}

.btnTop {
  color: #f7f0c0;
  background-color: #ec794a;
  border: none;
  cursor: pointer;
}

.btnLogin {
  width: 5rem;
  height: 2rem;
  margin: 1rem auto;
  padding-top: 0.2rem;
  color: #f7f0c0;
  background-color: #ec794a;
  text-align: center;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
}
.btnLogin:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  color: #ec794a;
}

.btnClose {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
}

.btnOrange {
  background-color: #f7f0c0;
  color: #ff6c17;
}
.btnOrange:hover {
  color: white;
  background-image: linear-gradient(transparent, rgba(176, 76, 0, 0.75));
}

.btnGold {
  background-color: #ffc507;
}
.btnGold:hover {
  background-image: linear-gradient(transparent, rgba(143, 107, 9, 0.75));
}

.btnDisable {
  background-color: #c4c4c4;
  color: white;
}
.btnDisable:hover {
  cursor: not-allowed;
}

.btnBlue {
  background-color: #71b2e6;
}
.btnBlue:hover {
  background-color: #3490dc;
}

.btnGreen {
  background-color: #6ad690;
}
.btnGreen:hover {
  background-color: #2c9952;
}

.btnRed {
  background-color: #ff94a7;
}
.btnRed:hover {
  background-color: #e1596e;
}

/* ------------------------ALERTS------------------------*/
.myAlert {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0.75rem 1rem;
  margin: 0 auto 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.myAlert span {
  width: 100%;
  align-content: start;
}

.good {
  color: #0f5132;
  background-color: #dcf3e9;
  border-color: #badbcc;
}
.good span {
  margin: 0 1rem;
  width: 90%;
}

.attention {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.attention span {
  margin: 0 1rem;
  width: 90%;
}

.danger {
  color: #842029;
  background-color: #fee3e5;
  border-color: #f5c2c7;
}
.danger span {
  margin: 0 1rem;
  width: 90%;
}

.info {
  color: #055160;
  background-color: #dcf0f7;
  border-color: #b6effb;
}
.info span {
  margin: 0 1rem;
  width: 90%;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.33s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}
