/* line 1, app/assets/stylesheets/pages/parties/list.scss */
.parties-index-list {
  background: white;
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/pages/parties/list.scss */
  .parties-index-list {
    padding: 40px 0 0;
    overflow: hidden;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

@media (max-width: 991px) {
  /* line 15, app/assets/stylesheets/pages/parties/list.scss */
  .parties-index-list {
    background: #f6f6f6;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates {
    border-radius: 7px;
  }
  /* line 5, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates .party-item:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

/* line 11, app/assets/stylesheets/pages/parties/templates.scss */
.parties-templates .common-title {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates {
    border-bottom: 0;
  }
  /* line 20, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates .party-item.active .buttons {
    bottom: 0;
    flex-wrap: nowrap;
  }
  /* line 26, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates .buttons {
    display: flex;
    bottom: -81px;
  }
  /* line 32, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates .button.show {
    background-color: #4a4a4a;
    width: auto;
    flex-grow: 1;
    margin-right: 20px;
    padding: 0 20px;
  }
  /* line 41, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates .common-title {
    border-bottom: 1px solid #e4e3e3;
    text-align: center;
  }
  /* line 46, app/assets/stylesheets/pages/parties/templates.scss */
  .parties-templates .parties-items {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/pages/parties/item.scss */
  .common-box .parties-items {
    background: #f6f6f6;
  }
}

/* line 7, app/assets/stylesheets/pages/parties/item.scss */
.party-item {
  position: relative;
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/pages/parties/item.scss */
  .party-item {
    color: black;
    display: flex;
    align-items: center;
    padding: 30px 40px;
  }
  /* line 15, app/assets/stylesheets/pages/parties/item.scss */
  .party-item:not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  /* line 19, app/assets/stylesheets/pages/parties/item.scss */
  .party-item > * {
    width: 25%;
    flex-shrink: 0;
  }
  /* line 24, app/assets/stylesheets/pages/parties/item.scss */
  .party-item:hover {
    background: #fef7fb;
  }
}

/* line 30, app/assets/stylesheets/pages/parties/item.scss */
.party-item .name.link {
  cursor: pointer;
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .name {
    font-size: 18px;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .name {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}

/* line 48, app/assets/stylesheets/pages/parties/item.scss */
.party-item:hover .name.link {
  color: #fd3bb0;
}

/* line 53, app/assets/stylesheets/pages/parties/item.scss */
.party-item .guests-and-cocktails {
  margin-bottom: 5px;
  font-size: 14px;
  color: #676767;
}

/* line 59, app/assets/stylesheets/pages/parties/item.scss */
.party-item .date {
  font-size: 14px;
}

@media (min-width: 992px) {
  /* line 59, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .date {
    color: #7a7a7a;
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  /* line 59, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .date {
    color: black;
  }
}

@media (min-width: 992px) {
  /* line 72, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .guests, .party-item .cocktails {
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  /* line 79, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .buttons {
    display: flex;
    flex-shrink: 0;
    width: auto;
  }
}

@media (max-width: 991px) {
  /* line 79, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .buttons {
    display: none;
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-top: solid 1px #e7e7e7;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  /* line 101, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button {
    display: block;
    width: 45px;
    height: 45px;
    background-size: cover;
    cursor: pointer;
    position: relative;
  }
  /* line 110, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button + .button {
    margin-left: 30px;
  }
  /* line 114, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-cocktails {
    background-image: url(/assets/party/cocktail-a2c2fcb0a07f53aa263f1d5a3c3180f78e3c4f24df57a62bc6bbfbf2995d21bd.svg);
  }
  /* line 117, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-cocktails:hover {
    background-image: url(/assets/party/cocktail-hover-47f564c1e3e3b539147260dc2748ca959e34e522851e9bcc71e8e37c83049592.svg);
  }
  /* line 122, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.edit {
    background-image: url(/assets/party/edit-3b2ed68e3d373338ef04ae383375bdcd95531cb8ea1b5a2d1c6ecd36f7dc7643.svg);
  }
  /* line 125, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.edit:hover {
    background-image: url(/assets/party/edit-hover-d29800be1355c27b8e2d9620edb7ef79fd9f421e7d8a0e2c1070fe3d4b7cd4ad.svg);
  }
  /* line 130, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.delete {
    background-image: url(/assets/party/delete-011541d004cc67d1db9a310a1f79655c9cb9f1238e804c91e6db06a18ea87505.svg);
  }
  /* line 134, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-party {
    border-radius: 50%;
  }
  /* line 137, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-party:before {
    content: '';
    border-radius: 50%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(/assets/icons/add-pink-bf0d6dfbc6f89b5d53010b99e1d2a02b730fab888aab36bd0e884ee04a8909af.svg);
  }
  /* line 150, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-party:hover {
    background-color: #ec118f;
  }
  /* line 152, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-party:hover:before {
    top: 12px;
    left: 12px;
    width: 21px;
    height: 21px;
    background-image: url(/assets/icons/add-355e73ae2f6a17279119a696e639954bf7069fbd077e2c2bc994e4642c603a88.svg);
  }
  /* line 162, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.show {
    border-radius: 50%;
    background-size: cover;
    background-image: url(/assets/icons/black-eye-in-circle-43125e926c52698b5a1870bff42e98d6d41a02337276e82671ab80a006ecb3b2.svg);
    margin-left: 75px;
  }
  /* line 168, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.show:hover {
    background-image: url(/assets/icons/black-eye-in-circle-filled-f04d13f60d6b4c01350b7b01c90d41ee468d953706aa2ed70860408c45a77d3c.svg);
  }
  /* line 173, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button span {
    font-size: 14px;
    color: white;
    font-weight: bold;
    line-height: 37px;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    bottom: 100%;
    margin-bottom: 14px;
    position: absolute;
    white-space: nowrap;
    right: -7px;
    display: none;
  }
  /* line 188, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button span:after {
    content: '';
    display: block;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent;
    border-width: 7px 6px 0;
    position: absolute;
    right: 23px;
    top: 100%;
  }
  /* line 200, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button:hover span {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 101, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button {
    width: 48%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    display: block;
    line-height: 50px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  /* line 217, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.delete {
    background: #f16266;
  }
  /* line 220, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.edit {
    background: #00cc76;
    width: auto;
    flex-grow: 1;
    margin-right: 20px;
  }
  /* line 226, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-cocktails {
    margin-bottom: 15px;
    background: #fd3bb0;
    width: 100%;
  }
  /* line 231, app/assets/stylesheets/pages/parties/item.scss */
  .party-item .button.add-party {
    background-color: #ec118f;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  /* line 7, app/assets/stylesheets/pages/parties/item.scss */
  .party-item {
    background: white;
    padding: 20px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
  }
  /* line 244, app/assets/stylesheets/pages/parties/item.scss */
  .party-item + .party-item {
    margin-top: 20px;
  }
  /* line 248, app/assets/stylesheets/pages/parties/item.scss */
  .party-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 258, app/assets/stylesheets/pages/parties/item.scss */
  .party-item.active:before {
    display: none;
  }
  /* line 261, app/assets/stylesheets/pages/parties/item.scss */
  .party-item.active .buttons {
    display: flex;
  }
}
/* line 1, app/assets/stylesheets/pages/parties/form.scss */
.party-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
}

/* line 12, app/assets/stylesheets/pages/parties/form.scss */
.party-form .form-group.has-error input {
  border-color: red;
}

/* line 16, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-number {
  display: flex;
  text-align: center;
}

/* line 19, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-number input {
  border-radius: 0;
  border-width: 1px 0;
  text-align: center;
}

/* line 24, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-number .minus, .party-form .control-number .plus {
  user-select: none;
  height: 55px;
  width: 44px;
  padding-top: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  font-size: 32px;
  line-height: 42px;
  border: solid 1px #e4e4e4;
  color: #ec118f;
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-number .minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-number .minus.disabled {
  color: #e7e7e7;
  cursor: default;
}

/* line 45, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-number .plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 51, app/assets/stylesheets/pages/parties/form.scss */
.party-form .datepicker {
  text-align: center;
}

/* line 55, app/assets/stylesheets/pages/parties/form.scss */
.party-form .button {
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/pages/parties/form.scss */
.party-form .control-label .hint {
  display: inline;
  padding-left: 10px;
  color: #9E9E9E;
  line-height: 1;
  font-size: 85%;
}

/* line 68, app/assets/stylesheets/pages/parties/form.scss */
.clockpicker-popover {
  padding: 0 !important;
}

/* line 70, app/assets/stylesheets/pages/parties/form.scss */
.clockpicker-popover .btn {
  border-radius: 0;
}

@media (min-width: 992px) {
  /* line 76, app/assets/stylesheets/pages/parties/form.scss */
  .party-modal {
    text-align: center;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.75);
  }
  /* line 82, app/assets/stylesheets/pages/parties/form.scss */
  .party-form {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    padding: 40px 52px;
    width: 444px;
    border-radius: 7px;
    background: white;
    display: inline-block;
  }
  /* line 91, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(/assets/common/banner_close-005102302651582113c520c7be4587f8df2e55839365e0490229f7ac911caf69.svg);
    background-size: cover;
  }
  /* line 102, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .title {
    height: 46px;
    line-height: 46px;
    font-size: 35px;
    color: black;
    margin-bottom: 16px;
  }
  /* line 109, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-groups {
    display: flex;
  }
  /* line 111, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-groups .form-group {
    width: 50%;
  }
  /* line 113, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-groups .form-group:last-child {
    margin-left: 20px;
  }
  /* line 118, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group {
    margin-bottom: 30px;
  }
  /* line 121, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group .control-label {
    width: auto;
    line-height: 20px;
    font-size: 16px;
    color: black;
    display: block;
    margin: 0 0 10px;
    text-align: left;
  }
  /* line 131, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group .form-control {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 136, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .control-number input:focus {
    box-shadow: none;
    border-color: #d9d9d9;
  }
  /* line 141, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .time-end .flatpickr-calendar {
    right: 0;
  }
  /* line 144, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .time-end .flatpickr-calendar:before, .party-form .time-end .flatpickr-calendar:after {
    left: auto;
    right: 22px;
  }
  /* line 150, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .button.submit {
    display: block;
    margin: 12px auto 0;
    width: 209px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    background-color: #fd3bb0;
    font-size: 20px;
    color: white;
  }
}

@media (max-width: 991px) {
  /* line 166, app/assets/stylesheets/pages/parties/form.scss */
  .party-modal {
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    transform: translateZ(0);
  }
  /* line 173, app/assets/stylesheets/pages/parties/form.scss */
  .modal-header {
    position: relative;
    height: 70px;
    background: #1b2326;
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 70px;
  }
  /* line 181, app/assets/stylesheets/pages/parties/form.scss */
  .modal-header .close {
    top: 50%;
    margin-top: -12px;
    left: 16px;
    width: 16px;
    height: 25px;
    background: url(/assets/common/arrow-white-e7d25a8dda55c0493829f9bf0f4640b676c3332acd8d779088f9eb87ad462767.svg) no-repeat;
    background-size: 16px 25px;
    position: absolute;
    transform: rotate(-180deg);
    cursor: pointer;
  }
  /* line 195, app/assets/stylesheets/pages/parties/form.scss */
  .party-form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  /* line 200, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .party-form-mobile-scroll {
    flex-grow: 1;
    overflow: auto;
  }
  /* line 205, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .party-form-mobile-inner {
    background: white;
    border-bottom: 1px solid #e7e7e7;
    padding: 1px 0 14px;
  }
  /* line 211, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group {
    margin: 15px 0 16px 20px;
  }
  /* line 215, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group-number {
    display: flex;
    justify-content: space-between;
  }
  /* line 219, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group-number .control-label {
    position: static !important;
    white-space: nowrap;
    line-height: 40px;
    margin-right: 14px;
    font-size: 16px !important;
    transform: none !important;
  }
  /* line 227, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group-number .control-number {
    width: 100%;
    margin-right: 15px;
    max-width: 140px;
  }
  /* line 231, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group-number .control-number .minus, .party-form .form-group-number .control-number .plus, .party-form .form-group-number .control-number input {
    height: 40px !important;
    line-height: 38px;
  }
  /* line 235, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group-number .control-number input {
    padding: 0 !important;
    text-align: center !important;
    border-top: 1px solid #e7e7e7 !important;
  }
  /* line 240, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-group-number .control-number .minus, .party-form .form-group-number .control-number .plus {
    width: 40px;
  }
  /* line 246, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .button.submit {
    background-color: #f43eae;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
  }
  /* line 260, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-groups .control-label {
    font-size: 13px;
    top: 12px;
    transform: translate3d(0, -10px, 0);
  }
  /* line 265, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .form-groups .form-control {
    padding-top: 20px;
  }
  /* line 271, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .date-group .control-label, .party-form .time-group .control-label {
    position: static !important;
    white-space: nowrap;
    transform: none !important;
    font-size: 16px !important;
  }
  /* line 277, app/assets/stylesheets/pages/parties/form.scss */
  .party-form .date-group input, .party-form .time-group input {
    -webkit-appearance: none;
    padding-top: 0 !important;
    line-height: 55px;
  }
  /* line 284, app/assets/stylesheets/pages/parties/form.scss */
  .party-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent !important;
  }
  /* line 287, app/assets/stylesheets/pages/parties/form.scss */
  .party-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
  }
  /* line 290, app/assets/stylesheets/pages/parties/form.scss */
  .party-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent !important;
  }
  /* line 293, app/assets/stylesheets/pages/parties/form.scss */
  .party-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent !important;
  }
}
/* line 7, app/assets/stylesheets/pages/parties/index.scss */
.parties-index .button.create {
  background-color: #f43eae;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}

/* line 18, app/assets/stylesheets/pages/parties/index.scss */
.parties-index-header {
  background: url(/assets/party/index-header-2978b8cdacac533dd0f4bc25f24ede80e70f4021025399f71f9a45f591b4fd10.jpg);
  background-size: 100% auto;
  background-position: center;
}

/* line 22, app/assets/stylesheets/pages/parties/index.scss */
.parties-index-header .title {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.68);
  padding: 60px 0 46px;
}

/* line 31, app/assets/stylesheets/pages/parties/index.scss */
.parties-index-header .subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 41, app/assets/stylesheets/pages/parties/index.scss */
.parties-index-features {
  font-size: 20px;
  color: black;
  text-align: center;
  padding: 0 20px;
  background-color: white;
}

@media (min-width: 992px) {
  /* line 41, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

/* line 53, app/assets/stylesheets/pages/parties/index.scss */
.parties-index-features img {
  display: block;
}

@media (min-width: 992px) {
  /* line 60, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index .button.create {
    width: 300px;
    border-radius: 81px;
    font-size: 24px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-top: -30px;
  }
  /* line 71, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-header {
    height: 320px;
    padding: 0 100px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  /* line 78, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features {
    display: flex;
    height: 460px;
    box-sizing: border-box;
    padding-top: 15px;
    align-items: center;
    justify-content: space-between;
  }
  /* line 85, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features .item {
    width: 280px;
  }
  /* line 88, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features .image {
    height: 170px;
  }
  /* line 91, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features img {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  /* line 99, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index .button.create {
    font-size: 18px;
    color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
  }
  /* line 107, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index .button.create:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
  }
  /* line 118, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-header {
    background-size: auto 100%;
    padding: 0 20px 50px;
  }
  /* line 121, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-header .title {
    padding: 50px 0 20px;
    font-size: 40px;
  }
  /* line 125, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-header .subtitle {
    font-size: 18px;
  }
  /* line 130, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features {
    padding: 30px 20px 10px;
    font-size: 18px;
  }
  /* line 133, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features .item {
    margin-bottom: 30px;
  }
  /* line 136, app/assets/stylesheets/pages/parties/index.scss */
  .parties-index-features img {
    margin: 0 auto 10px;
  }
}
