/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "SF-Pro-Display";
  src: url(/fonts/SFPRODISPLAY-REGULAR.6ee0e12e.TTF) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url(/fonts/SFPRODISPLAY-MEDIUM.746a9333.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url(/fonts/SFPRODISPLAY-BOLD.6b23ae6b.TTF) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Display";
  src: url(/fonts/SFPRODISPLAY-BLACK.43d2db90.TTF) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url(/fonts/SFPROTEXT-REGULAR.10e75488.TTF) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Text";
  src: url(/fonts/SFPROTEXT-MEDIUM.ea9550ab.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SF-Pro-Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.215;
  color: #282828;
}
*::before,
*::after {
  box-sizing: inherit;
}
*:disabled {
  cursor: not-allowed;
}
body.modal-opened {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.18;
}
h1 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1024px) {
h1 {
    font-size: 30px;
}
}
h2 {
  font-family: "SF-Pro-Text", sans-serif;
  font-size: 22px;
  line-height: 1.182;
  font-weight: 500;
}
@media (max-width: 1024px) {
h2 {
    font-size: 20px;
}
}
h3 {
  font-size: 18px;
  line-height: 1.168;
}
button,
input,
optgroup,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #A7A7B5;
  opacity: 1;
}
input::-moz-placeholder {
  color: #A7A7B5;
  opacity: 1;
}
button,
a {
  transition: 0.3s;
}
button {
  border: none;
  font-family: "SF-Pro-Text", sans-serif;
  font-size: 15px;
  line-height: 1.334;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1024px) {
button {
    font-size: 13px;
}
}
a {
  text-decoration: none;
  color: inherit;
}
section,
article {
  display: block;
}
ul {
  list-style: none;
}
img,
svg {
  max-width: 100%;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
.snowcursor {
  max-width: 100vh;
  max-height: 100vh;
}
.header,
.main {
  width: 100%;
}
.main {
  height: 100%;
}
.main-section {
  padding: 30px 0;
}
@media (max-width: 744px) {
.main-section {
    padding: 20px 0;
}
}
.main-section__title {
  margin-bottom: 30px;
}
.main-loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.form {
  width: 566px;
  overflow: hidden auto;
}
.global-modal__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 32px;
  white-space: pre;
  word-break: break-word;
}
@media (max-width: 1024px) {
.global-modal__title {
    font-size: 30px;
}
}
.Vue-Toastification__container .Vue-Toastification__toast svg path {
  color: #FFFFFF !important;
}
.Vue-Toastification__toast-body {
  color: #FFFFFF !important;
}
.main-section__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  border-radius: 20px 20px 0 0;
}
.main-section__top .top__title {
  margin: 0 auto 0 0;
}
.main-section__top .filter,
.main-section__top .search__field {
  transition: 0.3s;
}
.main-section__top .filter {
  display: flex;
  gap: 10px;
}
.main-section__top .filter__btn-close {
  flex: none;
  display: flex;
  align-items: center;
  padding: 13.5px 20px;
  border-radius: 12px;
  color: #DB1F2D;
  background: #FFF3F4;
  fill: #DB1F2D;
  white-space: nowrap;
}
.main-section__top .filter__btn-close:hover, .main-section__top .filter__btn-close:active, .main-section__top .filter__btn-close:focus {
  color: #FFFFFF;
  background-color: #DB1F2D;
  fill: #FFFFFF;
}
@media (max-width: 1024px) {
.main-section__top .filter__btn-close {
    padding: 13.5px 15px;
}
}
.main-section__top .filter__btn-close svg {
  flex: none;
  margin-left: 10px;
}
.main-section__top .filter__btn {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1px solid #F2F2F7;
  border-radius: 12px;
  background: transparent;
  fill: #42424A;
}
.main-section__top .filter__btn:hover, .main-section__top .filter__btn:active, .main-section__top .filter__btn:focus {
  background-color: #106BB0;
  fill: #FFFFFF;
}
.main-section__top .filter__btn:disabled {
  background-color: #D0D0DF;
}
.main-section__top .filter__btn svg {
  flex: none;
}
.main-section__top .filter__btn::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #DB1F2D;
  opacity: 0;
}
.main-section__top .filter__btn.-active::before {
  opacity: 1;
}
.main-section__top .search__field {
  width: min(50%, 675px);
}
@media (max-width: 1024px) {
.main-section__top .search__field {
    width: min(50%, 238px);
}
}
@media (max-width: 1024px) {
.main-section__top.-search-focused .search__field {
    width: 100%;
    margin-left: 30px;
}
}
@media (max-width: 744px) {
.main-section__top.-search-focused .search__field {
    margin-right: 20px;
}
}
.badge-status {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 12px;
  text-align: center;
}
.badge-status.-open {
  color: #2793E6;
  background: #F1F9FF;
}
.badge-status.-archive {
  color: #42424A;
  background: #F2F2F7;
}
.badge-status.-rejected {
  color: #DB1F2D;
  background: #FFF3F4;
}
.badge-status.-completed {
  color: #34C759;
  background: #EFF9F2;
}
.badge-status.-draft {
  color: #FF9500;
  background: #FDF8F0;
}
.badge-status.-closed {
  color: #B933EF;
  background: #FBEFFF;
}
.badge-status.-end {
  color: #E0CC15;
  background: #FCF9DF;
}
.-green.rate {
  background: radial-gradient(100% 423.24% at 0% 100%, #52E372 0%, #21B346 100%);
}
.-green .card__title,
.-green .rate-card__title {
  background: radial-gradient(100% 423.24% at 0% 100%, #52E372 0%, #21B346 100%);
}
.-green .card__payment__item,
.-green .rate-card__payment__item {
  color: #34C759;
  background-color: #EFF9F2;
}
.-azure.rate {
  background: radial-gradient(100% 423.24% at 0% 100%, #71F8BF 0%, #05B68B 100%);
}
.-azure .card__title,
.-azure .rate-card__title {
  background: radial-gradient(100% 423.24% at 0% 100%, #71F8BF 0%, #05B68B 100%);
}
.-azure .card__payment__item,
.-azure .rate-card__payment__item {
  color: #34C759;
  background-color: #EFF9F2;
}
.-yellow.rate {
  background: radial-gradient(434.9% 141.42% at 0% 100%, #D2EC30 0%, #7FAE1B 100%);
}
.-yellow .card__title,
.-yellow .rate-card__title {
  background: radial-gradient(434.9% 141.42% at 0% 100%, #D2EC30 0%, #7FAE1B 100%);
}
.-yellow .card__payment__item,
.-yellow .rate-card__payment__item {
  color: #FF9500;
  background-color: #FDF8F0;
}
.-orange.rate {
  background: radial-gradient(100% 423.24% at 0% 100%, #FFB881 0%, #F76800 100%);
}
.-orange .card__title,
.-orange .rate-card__title {
  background: radial-gradient(100% 423.24% at 0% 100%, #FFB881 0%, #F76800 100%);
}
.-orange .card__payment__item,
.-orange .rate-card__payment__item {
  color: #FF9500;
  background-color: #FDF8F0;
}
.-red.rate {
  background: radial-gradient(100% 423.24% at 0% 100%, #F57D7D 0%, #E70808 100%);
}
.-red .card__title,
.-red .rate-card__title {
  background: radial-gradient(100% 423.24% at 0% 100%, #F57D7D 0%, #E70808 100%);
}
.-red .card__payment__item,
.-red .rate-card__payment__item {
  color: #DB1F2D;
  background-color: #FFF3F4;
}
.form__field {
  position: relative;
  display: grid;
  grid-template-columns: calc(30% - 4px) calc(70% - 4px);
  grid-template-areas: "label error" "input input";
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
.form__field {
    margin-bottom: 25px;
}
}
.form__field-label, .form__field-error {
  font-family: "SF-Pro-Text", sans-serif;
}
.form__field-label {
  grid-area: label;
  align-self: flex-end;
  font-size: 16px;
  line-height: 1.13;
  color: #A7A7B5;
}
@media (max-width: 1024px) {
.form__field-label {
    font-size: 14px;
}
}
.form__field-error {
  grid-area: error;
  font-size: 12px;
  text-align: right;
  color: #DB1F2D;
  white-space: break-spaces;
}
@media (max-width: 1024px) {
.form__field-error {
    font-size: 11px;
}
}
.form__field-textarea {
  resize: none;
  overflow: hidden;
}
.form__field-input, .form__field-textarea {
  grid-area: input;
  height: 55px;
  padding: 19px 15px;
  border: 1px solid #D0D0DF;
  border-radius: 12px;
}
@media (max-width: 1024px) {
.form__field-input, .form__field-textarea {
    font-size: 16px;
}
}
.form__field-input:focus, .form__field-textarea:focus {
  border-color: #2793E6;
}
.form__field-input.-error, .form__field-textarea.-error {
  border-color: #DB1F2D;
}
.form__field-input:disabled, .form__field-input.-disabled, .form__field-textarea:disabled, .form__field-textarea.-disabled {
  border-color: #F2F2F7;
  color: #A7A7B5;
  background-color: #F2F2F7;
}
.form__field-select {
  grid-area: input;
}
.form__field-btn {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 46px;
  height: 47px;
  border-radius: 0 12px 12px 0;
  background: transparent;
  cursor: pointer;
}
