/* @media (min-width: 300px) and (max-width: 350px) {
}

@media (min-width: 300px) and (max-width: 400px) {
}

@media (min-width: 401px) and (max-width: 500px) {
 
}

@media (min-width: 501px) and (max-width: 600px) {
}

@media (min-width: 601px) and (max-width: 767px) {
} */

@media (max-width: 767px) {
  .cancel-fix{justify-content:center;}
  app-my-events {
    .radio-field ul label{
      color: #fff !important;
      font-size: 14px !important;
    }
    .tab-bg {
      height: 111px !important;
    }


  }
  app-events{
    .fixed-text {
      top: 7rem !important;
    }
  }
  app-event-details .mt--120 {
      margin-top: -120px !important;
    }
  .mob-mb-150 {
    margin-bottom: 150px;
  }
  .category-chip{
    font-weight: 500;
    border: 1px solid #C7C7C7 !important;
  }
  .back-mobile {
    display: block !important;
  }
  .mobile-edit {
    margin-top: 50%;
    position: relative;
    left: 18px;
    width: 20px;
  }
  .label-view {
    width: 95% !important;
    margin: 20px auto !important; 
  }
  .button-section {
    width: 100% !important;
  }
  .volunteer-btn{
    width: 100% !important;
 }
  .template-pad {
    padding: 0px 10px !important;
  }
  .template-grid {
    grid-template-columns: repeat(50, 1fr) !important;
    grid-template-rows: revert;
    grid-gap: 0px 10px 0px 10px;
    height: fit-content !important;
    grid-gap: 9px;
    overflow-x: scroll;
    overflow-y: hidden !important;
  }
  .template-select-scroll {
      margin-top: 10px;
      width: 360px !important;
  }
  .margin-mb-0 {
    margin: 0px !important;
  }
  .h-fit {
    height: fit-content !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .temp-title {
    display: none !important;
  }
  .preview-card {
    width: 270px !important;
    height: 335px !important;
    background-size: 100% 100% !important; 
    padding-top: 10px !important;
    font-size: 8px !important;
  }
  .mobile-fulltemp-view {
    width: 100% !important;
    height: 487px !important;
    background-size: 100% 100% !important;
    font-size: 13px !important;
  }
  .checkbox-view input[type=checkbox] {
    left: 65px !important;
  }
  .h-1px {
    height: 1px;
  }
  .address-place {
    width: 220px !important;
  }
  #cust-questions .modal-content{
    left: 0px !important;
    top:0px !important;
    border-radius: 20px 20px 0px 0px !important;
    transform: translate(-50%, 25%);
    margin-top: calc(100vh - 470px) !important;
    height: 570px !important;

  }
  
  .content-height {
    padding: 3px !important;
  }
  
  
  .template-width {
    background: #EDE7F0;
    padding: 10px;
    border-radius: 20px;
    width: 100% !important;
    margin: auto;
    justify-content: center;
    display: flex;
  }
  .mobile-template-btn {
    border-radius: 10px;
    font-size: 16px;
    color: white;
    margin-right: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 90px;
    font-weight: 500;
    height: 40px;
    cursor: pointer;
  }
  .template-btn-edit {
    background-color: #402268;
  }
  .event-category{
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .grey-border {
    background-image: url(../../assets/icon/template-flow/mobile-border-grey.svg) !important;
}
.red-border {
  background-image: url(../../assets/icon/template-flow/mobile-border-red.svg) !important;
}
.drop-zone{
  width: 100% !important;
  height: 215px !important; 
  margin: auto;
  background-size: contain;
  background-position: center;
}
.date-format-font{
  font-size: 15px !important;
}
.upload-violet-checkmark {
  left: 55px !important;
}
.upload-white-checkmark {
  left: 55px !important;
}
.upload-template-modal {
  position: initial !important;
  width: 100% !important;
  -webkit-transform: inherit !important;
  margin:0px !important;
  max-width: 100% !important;
  .modal-content {
    border: none;
    background-color: #fff;
    position: absolute !important;
    bottom: 0;
    border-radius:0px !important;
    margin-top: 0px !important;
    width: 100% !important;
  }
}
.template-close {
  display: none !important;
}
.mob-browser-display {
  display: block !important;
}
.mb-gap-30 {
  gap: 30px;
}
.consent-title {
  position: fixed;
  top: 0px;
  padding-top: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  background: white;
  background: rgb(250 250 251);
  z-index: 111;
  font-size: 17px;
}
.form-mob-pad {
  margin-top: 70px;
}
app-upload-template .mb-display {
  display: block !important;
}
.text-wrapper {
  margin-top: 60px !important;
}  
.checkbox-view {
  display: flex;
  margin-top: 0px !important;
  margin-bottom: 20px;
  justify-content: center;
}
.gap-0 {
  gap: 0px !important;
}
.recommended-text {
  display: none;
}
  .add-icon {
    position: relative !important;
    right: 6% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    z-index: 1 !important;
    top: 65% !important;
  }
   .question-scroll .card{
    box-shadow: 00px 0px 3px #00000029 !important;
    border-radius: 10px !important;
  } 
  .feedback-form .card{
    box-shadow: 00px 0px 3px #00000029 !important;
    border-radius: 10px !important;
  }
  .add-gift{
    margin-top: 15px !important;
  }
  .mob-mb-40 {
    margin-bottom: 40px;
  }
 .guest-note {
    width: 260px !important;
  }
  app-rsvp-form .tip img {
    right: 20px !important;
  }

  .card {
    border-radius: 0px !important;
    padding: 15px !important;
  }

  .border-modal {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .d-contents {
    display: contents !important;
  }

  .bottom-line {
    display: none !important;
  }

  .title-back {
    display: none;
  }

  app-report .tip .tooltip-text {
    right: 0px;
  }

  app-rsvp-questions .question-save-btn{
    margin-left: 15px !important;
  }
  app-rsvp-questions .question-save-btn .btn-primary{
    width: 300px !important;
  }
  app-rsvp-questions li {
    margin: 0px -2px !important;
  }
  .mob-hrs{
  margin-left: 17px !important;
  }

  .mb-display-none {
    display: none;
  }

  ul li .check {
    top: 39px !important;
  }

  .border-modal {
    padding: 12px 3px !important;
  }

  .modal-content {
    padding: 5px !important;
  }

  .address {
    width: 83% !important;
  }

  app-report .share-guest{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  app-report .pl-50{
      padding-left: 50px !important;
  }
  app-report .ml-res-0 {
    margin-left: 0px !important;
  }
  app-share-events .row-background {
    height: 95vh !important;
    overflow-y:scroll!important;
  }
  app-create-event .notify-mob{
    margin-left:30px;
   
  }
  app-rsvp-questions .color-violet{
    width:130px!important;
  }

  .mob-header{
     height:65px!important;
  }
  .section-header {
    font-size:10px!important;
    padding:5px!important;
}
.time-option {
  width:30px!important;
  font-size:12px;
}

.custom-dropdown{
  margin-left:-10px;
  width:115%!important;
}
.margin-mobile{
  margin:10px;
}
}

/* @media (max-width: 510px) {
  app-report #mobile-view td.stat-response {
    border-radius: 5px !important;
    background-color: rgb(173 213 167 / 31%);
    width: 23% !important;
    display: inline-grid;
    padding: 10px 5px !important;
    text-align: center;
  }
  app-report #mobile-view td.stat-notes {
    border-radius: 5px !important;
    background-color: rgb(173 213 167 / 31%);
    width: 74% !important;
    display: inline-grid;
    padding: 10px 5px !important;
    text-align: center;
  }
} */

/* @media (min-width: 768px) and (max-width: 998px) {
  .mobile-td-label {
    display: none;
  }
  ul li .check {
    top: 48px !important;
  }
  .mb-d-flex {
    display: flex;
  }
  .line {
    left: 43px !important;
  }
} */
@media screen and (min-width:768px) {
  .mar-bot-80{
    margin-bottom: 80px;
  }
  .mob-mb-150 {
    margin-bottom: 150px;
  }
  .d-lg-contents{
    display: contents;
  }

  .center-modal {
    width: 30% !important;
    box-shadow: 0px 10px 30px #00000026;
    border-radius: 25px;
  }


  .text-change1 {
    color: black !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 105px !important;
    margin-top: 14px !important;
    margin-left: -38px !important;
  }
  .bg-violet {
    background-color: white !important;
    height: 90px;
    border-radius: 0px 0px 25px 25px;
  }

  .text-change {
    color: black !important;
    font-size: 14px !important;
    width: 105px !important;
    margin-left: -38px !important;
  }

  .violet-shade {
    font-size: 14px !important;
    width: 105px !important;
    margin-left: -38px !important;
  }

  .font-lg-18 {
    font-size: 18px !important;
  }

  .font-lg-16 {
    font-size: 16px !important;
  }

  .font-lg-14 {
    font-size: 14px !important;
  }

  .font-lg-12 {
    font-size: 12px !important;
  }

  .web-margin {
    margin-left: 20px;
  }

  .question-bg {
    background: url(../../assets/img/new-ui-images/web-question.png) !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-color: #402268 !important;
    height: 115px !important;
    border-radius: 20px !important;
    background-size: cover !important;
  }

  .bg-height {
    background-color: white;
    border-radius: 20px;
    overflow-y: scroll;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  app-rsvp-questions .line-grey {
    width: 92% !important;
  }

  app-rsvp-questions .radio-field label {
    width: 95% !important;
  }

  .gift-registry {
    height: auto !important;
    margin-top: 10px;
    margin-right: 10px;
  }

  app-rsvp-questions .linear-image {
    width: 96% !important;
    padding: 25px;
    display: flex;
    height: 110px !important;
    justify-content: center;
    align-items: center;
  }

  app-confirmation-page .gift-registry {
    box-shadow: 0px 2px 40px #00000017 !important;
    margin-bottom: 15px !important;
  }

  .link-registry {
    margin-left: auto !important;
  }

  .image-border {
    border: 10px solid #F7F7F7 !important;
    border-radius: 50px;
    width: 85px !important;
    height: 85px !important;
  }

  .bg-web {
    background-color: white;
    height: 100vh;
  }

  .green-stepper {
    background-color: white !important;
  }

  .report-web {
    border-radius: 20px 20px 0px 0px;
    background-color: white;
    overflow-y: scroll;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.0784313725);

  }
  .gift-r-scroll {
    height: 85vh;
  }

  app-report .host-row {
    display: flex !important;
    height: 95px !important;
    margin-top: 70px !important;
  }

  app-report .host-width {
    width: 50% !important;
  }

  app-event-details .host-width {
    width: 50% !important;
  }

  app-event-details .host-row {
    display: flex !important;
    height: 95px !important;
    margin-top: 70px !important;

  }

  app-rsvp-form .mat-form-field-appearance-outline .mat-form-field-outline {
    color: #cdcdcd !important;
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
  }

  .bg-create {
    background-color: #fff !important;
  }

  .font-lg-20 {
    font-size: 20px !important;
  }

  .font-lg-24 {
    font-size: 24px !important;
  }

  .font-lg-34 {
    font-size: 34px !important;
  }

  .font-lg-36 {
    font-size: 36px !important;
  }

  .font-lg-26 {
    font-size: 26px !important;
  }

  .font-lg-22 {
    font-size: 22px !important;
  }

  .font-lg-58 {
    font-size: 58px !important;
  }
  .width-lg-300{
    width:300px!important;
  }

  .preview-popup.modal-content {
    border-radius: 25px !important;
    margin-top: 0px !important;
    height: auto !important;
  }

  .brown-border {
    border-top: 1px solid #AA865B;
    border-bottom: 1px solid #AA865B;
    padding: 1px !important;
    height: 37px !important;
    width: 148px !important;
  }

  app-rsvp .brown-border {
    border-top: 1px solid #AA865B;
    border-bottom: 1px solid #AA865B;
    padding: 8px !important;
    height: 50px !important;
    font-size: 24px !important;
    font-weight: 500;
    width: 166px !important;
  }

  .w-103cent {
    width: 95% !important;
    margin-left: 20px !important;
  }

  .event-popup {
    padding-left: 0px !important;
  }

  .event-popup ul {
    display: flex !important;
  }

  .preview-type.modal-body {
    padding: 0rem !important;
    margin-bottom: 20px !important;
  }

  .modal-content {
    border-radius: 25px !important;
    margin-top: 2rem !important;
  }
  .question-share .modal-content{
    margin-top: 1rem !important;
  }
  .modal-body {
    margin-bottom: 20px !important;
  }

  .screen-bg {
    background-color: #fff !important;
    border-radius: 25px !important;
    height: 85vh !important;
    overflow-y: scroll;
  }

  .bg-curve {
    background-color: white !important;
  }

  .share-color {
    background-color: #f7f7f7 !important;
  }

  .success-violet {
    border-radius: 20px;
  }

  app-rsvp-questions .w-lg-100 {
    width: 100% !important;
    margin-top: -18px !important;
    margin-bottom: 10px !important;
  }

  .upload-image {
    border: 1px solid #cdcdcd !important;
  }

  app-rsvp .modal-content {
    width: 80% !important;
    margin-top: 50px !important;
  }

  app-report .participants.modal-content {
    right: -107px !important;
    width: 68% !important;
    height: 90vh !important;
    overflow-y: scroll !important;
    margin-top: 15px !important;
  }

  app-report .participants.modal-dialog {
    margin-left: auto !important;
    margin: 0.5rem;
  }

  app-report .participant-scroll {
    height: 77vh !important;
    overflow-y: scroll !important;
    margin-top: 10px !important;
  }

  .row-background {
    background-color: white !important;
    border-radius: 5px !important;
  }

  .success-violet {
    width: 100% !important;
    background-image:url(../../assets/img/new-ui-images/event-success.svg)!important;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    color: #000 !important;
    height: 75vh!important;
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
  }
.success-text{
  margin-left:-10rem;
}
.mt-10rem{
  margin-top:10rem;
}
  app-success-page .text-lg-dark {
    color: #000 !important;
  }

  app-success-page .success-box {
    width: 60% !important;
    height: auto !important;
    background-color: white !important;
    border-radius: 25px !important;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 30px !important;
    box-shadow: 0px -3px 40px #00000017;
    padding: 20px;
    overflow:auto;
  }

  app-success-page .host-height {
    height: 93px !important;
    margin-bottom: 15px !important;
    background-color: #5b398e !important;
    border-radius: 25px !important;
  }

  app-success-page .cohost-height {
    background-color: #7EB900 !important;
    height: 90px !important;
    border-radius: 25px !important;
    margin-top: 5px !important;
  }

  app-success-page .white-details {
    background-color: white !important;
    border-radius: 25px !important;
    margin-top: 10px !important;
    height: auto !important;
  }

  app-success-page .btn-rsvp {
    color: white !important;
    background-color: #7EB900 !important;
    box-shadow: none!important;
  }

  .btn-primary {
    font-size: 16px !important;
  }

  .btn-grey {
    font-size: 16px !important;
  }

  .text-round {
    margin-top: auto !important;
  }

  .notes {
    font-size: 14px !important;
  }
  .width-lg-100per{
    width:100%!important;
  }
  app-report .cancel-sticky{
    display:flex;
    width:91.6%!important;
    height:100px;
    position:fixed;
    bottom:0%!important;
    border-radius:0px 0px 25px 25px;
    justify-content:center;
    background-color:white;
    box-shadow:0px 6px 20px #00000014;
    align-items:center;
  }
  app-cancel-event .grey-background {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 5px 10px #0000000A;
    overflow-y: scroll;
  }
  app-cancel-event .radio-box {
    border:none!important;
}
app-cancel-event .color-bg-grey{
 background-color:#f7f7f7;

}
app-cancel-event .success-popup.modal-content{
  width:90%!important;
  margin-top: 25% !important;

}
app-create-event .notify-margin{
  margin-left:auto;
  margin-right:auto;
}
app-report .container-height{
  margin-left:20px;
}
app-cancel-event .cancel-card{
  align-items: center;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
}
app-report .report-web-comment{
  margin-bottom: 80px;
    border-radius: 20px 20px 0px 0px;
    background-color: white;
    overflow-y: scroll;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.0784313725);
margin-left:auto;
margin-right:auto;
}
app-report .cancel-sticky-comment{
  display:flex;
  width:91.6%!important;
  height:100px;
  position:fixed;
  bottom:0%!important;
  border-radius:0px 0px 25px 25px;
  justify-content:center;
  background-color:white;
  box-shadow:0px 6px 20px #00000014;
  align-items:center;
  margin-left:-15px !important;
}
.success-toast-position{
  top: -35%!important;
  right:0
}
.success-toast{
  margin-top:-5rem!important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  app-my-events .radio-field-web ul label{
    color: #000 !important;
  }
  app-other-events{
    .radio-field ul li{
      color: #000 !important;
      font-size: 14px !important;
    } 
    .radio-field-web ul li{
      font-size: 14px !important;
    }
  }
  app-events{
    .create-box{
      width: 230px !important;
      height: 290px !important;
    }
    .create-box .img-event{
      width: 200px !important;

    }
  }
  app-create-event{
    .center-modal {
      width: 45% !important;
    }
    .bg-violet{
      border-radius: 0px !important;
    }
  }
  app-success-page{
    .success-box {
      width: 100% !important;
      margin-right: 0px !important;
      margin-top: 0px !important;
      /* margin-bottom: 145px !important; */
    }
    .success-bg{
      flex-direction: column !important;
      align-items: center !important;
      height: 100vh !important;
      /* justify-content: center !important; */
    }
   
  }
  app-rsvp-questions
  {
    .add-question .modal-dialog {
      top: 15% !important;
    }
    .line-grey {
      width: 100% !important;
    }
  }
  app-volunteers{
    .button-section {
      width: 30% !important;
  }
}
app-view-winner{
  .button-section {
    width: 30% !important;

}
}
}
@media (min-width: 1024px) {
  app-report .cancel-sticky-comment{
    width: 58.3% !important;
  }
  app-report .cancel-sticky{
    width:58.3%!important;
}
}