.component-btn-size-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
}
.component-btn-size-loading .loading-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-btn-size-loading .loading-graphic .loading-dot {
  float: left;
  animation: loading 1.2s infinite;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
.component-btn-size-loading .loading-graphic .loading-dot-left {
  animation-delay: 0s;
  margin-right: 8px;
}
.component-btn-size-loading .loading-graphic .loading-dot-mid {
  animation-delay: 0.2s;
}
.component-btn-size-loading .loading-graphic .loading-dot-right {
  animation-delay: 0.4s;
  margin-left: 8px;
}
.component-btn-size-loading .loading-graphic:after {
  content: '';
  display: table;
  clear: both;
}
@keyframes loading {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.popup .popup-block {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: scroll;
  left: 0;
  top: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  z-index: 800;
}
.popup .popup-block::-webkit-scrollbar {
  display: none;
}
.popup .popup-block .mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 700;
}
.popup .popup-block .popup-content {
  width: 100%;
  max-width: 680px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 48px;
  margin-bottom: 48px;
  z-index: 800;
}
.popup .popup-block .popup-content .btn-popup-back {
  cursor: pointer;
}
.popup .popup-block .popup-content .popup-title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #424242;
}
.popup .popup-block .popup-content .popup-subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-top: 16px;
}
.popup .popup-block .popup-content .field-title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #424242;
}
.popup .popup-block .popup-content .field-title .btn-unlimited {
  cursor: pointer;
  display: inline;
  float: right;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}
.popup .popup-block .popup-content .field-title .btn-unlimited img {
  margin-right: 12px;
}
.popup .popup-block .popup-content input {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
}
.popup .popup-block .popup-content textarea {
  margin-top: 16px;
  resize: none;
  width: 100%;
  height: 84px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 22px;
}
.popup .popup-block .popup-edit-photo {
  width: 726px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo {
    width: 100%;
    height: 100%;
    overflow: scroll;
    border-radius: 0;
    top: 0;
    margin: 0;
  }
}
.popup .popup-block .popup-edit-photo .btn-popup-back {
  cursor: pointer;
}
.popup .popup-block .popup-edit-photo .popup-header h1 {
  font-size: 24px;
  line-height: 33px;
  margin: 24px 0 12px 0;
}
.popup .popup-block .popup-edit-photo .popup-header p {
  font-size: 18px;
  margin: 0 0 24px 0;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-cover {
  float: left;
  width: 75%;
  height: 291px;
  padding-left: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-cover {
    width: 100%;
    height: 119px;
    padding-right: 0;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-cover .cover {
  height: 100%;
  width: 100%;
  background-color: #F4F4F4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  position: relative;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-cover .cover .btn-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop {
  float: left;
  width: 25%;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop {
    width: 100%;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area {
  cursor: pointer;
  border: 1px dashed #979797;
  height: 291px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area {
    height: 119px;
    margin-bottom: 24px;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .block-loading {
  position: unset;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .photo-drop-area-button {
  height: 291px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .photo-drop-area-button {
    height: 119px;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .photo-drop-area-button img {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .photo-drop-area-button img {
    margin-top: 32px;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .photo-drop-area-button p {
  margin-top: 32px;
  font-size: 18px;
  color: #BFBFBF;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop .photo-drop-area .photo-drop-area-button p {
    margin-top: 8px;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop-desktop {
    display: none;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-drop-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-drop-mobile {
    display: block;
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-replace {
  display: none;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-gallery {
  width: calc(100% + 16px);
  margin: 16px -8px 0 -8px;
  padding: 0;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-gallery .photo-single-item {
  position: relative;
  height: 140px;
  background-color: #F4F4F4;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 16px 8px;
  width: calc(33.3333% - 16px);
  float: left;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-edit-photo .popup-main .photo-gallery .photo-single-item {
    height: 119px;
    width: calc(50% - 16px);
  }
}
.popup .popup-block .popup-edit-photo .popup-main .photo-gallery .photo-single-item .btn-set-as-cover {
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  float: left;
  height: 27px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #6FC16D;
  color: #6FC16D;
  font-size: 14px;
  line-height: 19px;
  padding: 4px 8px;
  font-weight: 500;
  word-break: keep-all;
}
.popup .popup-block .popup-edit-photo .popup-main .photo-gallery .photo-single-item .btn-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.popup .popup-block .popup-view-photo {
  width: 726px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-view-photo {
    width: 100%;
    height: 100%;
    overflow: scroll;
    border-radius: 0;
    top: 0;
    margin: 0;
  }
}
.popup .popup-block .popup-view-photo .content-img {
  margin-top: 16px;
  width: 100%;
}
.popup .popup-block .popup-upload-success {
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 401px;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-upload-success {
    height: 100%;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}
.popup .popup-block .popup-upload-success .header-close {
  text-align: left;
}
.popup .popup-block .popup-upload-success .header-close .btn-popup-close {
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
}
.popup .popup-block .popup-upload-success .popup-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-upload-success .popup-image {
    margin: 48px auto 24px auto;
  }
}
.popup .popup-block .popup-upload-success .success-card-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.popup .popup-block .popup-upload-success .success-card-subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  margin-top: 12px;
  margin-bottom: 32px;
}
.popup .popup-block .popup-order-updated {
  width: 438px;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-order-updated {
    width: calc(100% - 32px);
    margin: 0;
    padding: 24px;
  }
}
.popup .popup-block .popup-user-location {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location {
    max-width: calc(100% - 32px);
    padding: 32px 24px;
  }
}
.popup .popup-block .popup-user-location .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.popup .popup-block .popup-user-location .location-bar {
  width: 100%;
  max-width: none;
  float: none;
  margin-left: 0;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location .location-bar {
    margin: 0;
  }
}
.popup .popup-block .popup-user-location .location-bar .location-bar-inner {
  height: 40px;
  width: 100%;
  border: 0;
  padding: 0 24px 0 56px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  z-index: 1;
  background-color: transparent;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location .location-bar .location-bar-inner {
    padding: 0 24px 0 44px;
  }
}
.popup .popup-block .popup-user-location .location-bar input::-webkit-outer-spin-button,
.popup .popup-block .popup-user-location .location-bar input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup .popup-block .popup-user-location .location-bar input[type=number] {
  -moz-appearance: textfield;
}
.popup .popup-block .popup-user-location .location-bar .loading-location {
  position: absolute;
  width: 80px;
  height: 24px;
  right: 16px;
  top: 8px;
  z-index: 2;
}
.popup .popup-block .popup-user-location .location-bar .loading-location .loading-location-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location .location-bar .loading-location {
    right: 12px;
  }
}
.popup .popup-block .popup-user-location .location-bar .img-location {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 8px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location .location-bar .img-location {
    left: 12px;
  }
}
.popup .popup-block .popup-user-location .location-bar .option-cur-loc {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 24px 0 56px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #6FC16D;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location .location-bar .option-cur-loc {
    padding: 0 24px 0 44px;
  }
}
.popup .popup-block .popup-user-location .location-bar .option-cur-loc img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 8px;
  z-index: 2;
}
.popup .popup-block .popup-user-location .location-bar-active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-user-location .location-bar-active {
    width: 100%;
    position: relative;
    left: 0;
  }
}
.popup .popup-block .popup-user-location .location-bar-inactive {
  color: #bfbfbf;
  cursor: pointer;
}
.popup .popup-block .popup-user-location .location-bar-inactive .location-bar-inner {
  cursor: pointer;
}
.popup .popup-block .popup-user-location .btn-search {
  margin-top: 48px;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  height: 44px;
  background: #6FC16D;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  line-height: 44px;
  position: relative;
  cursor: pointer;
}
.popup .popup-block .popup-set-pickup-time {
  width: 521px;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-set-pickup-time {
    width: calc(100% - 32px);
    margin: 0;
    padding: 24px;
  }
}
.popup .popup-block .popup-set-pickup-time .popup-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
}
.popup .popup-block .popup-set-pickup-time .dropdown-time {
  margin-top: 16px;
}
.popup .popup-block .popup-set-pickup-time .dropdown-date {
  margin-top: 24px;
}
.popup .popup-block .popup-set-pickup-time .btn-schedule {
  margin-top: 32px;
  font-weight: 800;
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  background: #6FC16D;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.popup .popup-block .popup-confirm {
  width: 521px;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-confirm {
    width: calc(100% - 32px);
    margin: 0;
    padding: 24px;
  }
}
.popup .popup-block .popup-confirm .popup-content-block {
  text-align: center;
}
.popup .popup-block .popup-confirm .popup-content-block .popup-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
}
.popup .popup-block .popup-confirm .popup-content-block .btn-group .confirm-left-btn {
  float: left;
  width: 120px;
  margin-top: 32px;
  font-weight: 800;
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  color: #bfbfbf;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
}
.popup .popup-block .popup-confirm .popup-content-block .btn-group .confirm-right-btn {
  float: right;
  width: 120px;
  margin-top: 32px;
  font-weight: 800;
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  background: #fff;
  color: #767676;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-left: 16px;
}
.popup .popup-block .popup-share-group {
  width: calc(100% - 32px);
}
.popup .popup-block .popup-share-group .popup-title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 24px;
}
.popup .popup-block .popup-share-group .share-group-input {
  position: relative;
}
.popup .popup-block .popup-share-group .share-group-input input {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding-right: 30px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.popup .popup-block .popup-share-group .share-group-input img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.popup .popup-block .popup-share-group .btn-copy {
  height: 40px;
  background: #6FC16D;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  margin-top: 24px;
}
.popup .popup-block .popup-existing-transaction {
  width: calc(100% - 32px);
  padding: 16px;
}
.popup .popup-block .popup-existing-transaction .title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #424242;
}
.popup .popup-block .popup-existing-transaction .description {
  margin-top: 12px;
  font-size: 16px;
  color: #424242;
}
.popup .popup-block .popup-existing-transaction .transaction-info {
  margin-top: 12px;
}
.popup .popup-block .popup-existing-transaction .btn-merge {
  margin-top: 32px;
  background: #6FC16D;
  border-radius: 5px;
  height: 40px;
  padding: 9px;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 22px;
}
.popup .popup-block .popup-existing-transaction .btn-create {
  margin-top: 12px;
  background: white;
  border: 1px solid #6FC16D;
  border-radius: 5px;
  height: 40px;
  padding: 9px;
  text-align: center;
  font-size: 14px;
  color: #6FC16D;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .popup .popup-block .popup-container {
    width: calc(100% - 32px);
    margin: 0;
    padding: 24px;
  }
}
.popup .popup-block .group-delivery-info-popup {
  width: calc(100% - 32px);
  padding: 16px;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block {
  padding: 16px 0;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-info-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-row {
  display: flex;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-row .info-content {
  color: #767676;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-row .delivery-row-inner-block {
  width: 50%;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-row .delivery-row-inner-block .info-title {
  color: #767676;
  margin-bottom: 8px;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-row .delivery-row-inner-block .info-content {
  color: #767676;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block .delivery-row:not(:last-of-type) {
  margin-bottom: 12px;
}
.popup .popup-block .group-delivery-info-popup .popup-content-block .delivery-info-block:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}

.loading .loading-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .loading-graphic .loading-dot {
  float: left;
  animation: loading 1.2s infinite;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6FC16D;
}
.loading .loading-graphic .loading-dot-left {
  animation-delay: 0s;
  margin-right: 16px;
}
.loading .loading-graphic .loading-dot-mid {
  animation-delay: 0.2s;
}
.loading .loading-graphic .loading-dot-right {
  animation-delay: 0.4s;
  margin-left: 16px;
}
.loading .loading-graphic:after {
  content: '';
  display: table;
  clear: both;
}
.full-screen-loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.1);
}
.full-screen-loading .loading-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-screen-loading .loading-graphic .loading-dot {
  float: left;
  animation: loading 1.2s infinite;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6FC16D;
}
.full-screen-loading .loading-graphic .loading-dot-left {
  animation-delay: 0s;
  margin-right: 16px;
}
.full-screen-loading .loading-graphic .loading-dot-mid {
  animation-delay: 0.2s;
}
.full-screen-loading .loading-graphic .loading-dot-right {
  animation-delay: 0.4s;
  margin-left: 16px;
}
.full-screen-loading .loading-graphic:after {
  content: '';
  display: table;
  clear: both;
}
.full-screen-loading .loading-graphic-ring {
  width: 225px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.full-screen-loading .loading-graphic-ring .ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.full-screen-loading .loading-graphic-ring .ring .ring-graph {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #6fc16d;
  border-radius: 50%;
  animation: ring-rotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6fc16d transparent transparent transparent;
}
.full-screen-loading .loading-graphic-ring .ring .ring-graph:nth-child(1) {
  animation-delay: -0.45s;
}
.full-screen-loading .loading-graphic-ring .ring .ring-graph:nth-child(2) {
  animation-delay: -0.3s;
}
.full-screen-loading .loading-graphic-ring .ring .ring-graph:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-screen-loading .loading-graphic-ring .copy {
  font-weight: 700;
  font-size: 16px;
  margin-top: 24px;
}
.block-loading {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-loading .loading-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-loading .loading-graphic .loading-dot {
  float: left;
  animation: loading 1s infinite;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e2e2e2;
}
.block-loading .loading-graphic .loading-dot-left {
  animation-delay: 0s;
  margin-right: 8px;
}
.block-loading .loading-graphic .loading-dot-mid {
  animation-delay: 0.2s;
}
.block-loading .loading-graphic .loading-dot-right {
  animation-delay: 0.4s;
  margin-left: 8px;
}
.block-loading .loading-graphic:after {
  content: '';
  display: table;
  clear: both;
}
@keyframes loading {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.component-dropdown-v2 {
  cursor: pointer;
  position: relative;
  color: #767676;
}
.component-dropdown-v2 .dropdown {
  width: 100%;
  line-height: 1;
  color: #4a4a4a;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.component-dropdown-v2 .dropdown .dropdown-placeholder {
  color: #BFBFBF;
}
.component-dropdown-v2 .dropdown img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.component-dropdown-v2 .dropdown-option-list {
  width: 100%;
  border: 1px solid #e2e2e2;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
  border-radius: 5px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.component-dropdown-v2 .dropdown-option-list::-webkit-scrollbar {
  background: none;
  border: 0;
  border-radius: 2px;
  width: 4px;
}
.component-dropdown-v2 .dropdown-option-list::-webkit-scrollbar-track {
  background: none;
  border-radius: 2px;
}
.component-dropdown-v2 .dropdown-option-list::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 2px;
}
.component-dropdown-v2 .dropdown-option-list::-webkit-scrollbar-thumb:hover {
  background: #797979;
}
.component-dropdown-v2 .dropdown-option-list .dropdown-single-option {
  width: 100%;
  line-height: 1;
  color: #4a4a4a;
}
.component-dropdown-v2 .dropdown-active {
  border-bottom: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.component-dropdown-v2 .dropdown-option-list-active {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

