@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bg-img {
  background-image: url('../assests/IMG/background.png');
  height: calc(100vh - 110px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  height: 110px;
  padding: 0px;
  margin: 0;
  width: 100%;
}

.header-text {
  font-family: Poppins;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
}

.header-img-text {
  font-family: Poppins;
  font-size: 20px;
  color: #0475AD;
}

.logo-img {
  height: 105px;
  width: auto;
  max-width: 100%;
  object-fit: contain;


}

.btn1-img {
  width: 300px;
  height: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;

}

.btn2-img {
  background-color: #11A9C9;
  width: 300px;
  height: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  outline: yellow;
  border: 1px solid white;
}

.local-link::before {
  display: inline-block;
  content: "";
  border-top: 3px solid white;
  width: 4rem;
  margin: 5px 0;
}

.local-link::after {
  display: inline-block;
  content: "";
  border-top: 3px solid white;
  width: 4rem;
  margin: 5px 0;

}

.local-link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 20px;
  margin-top: 10px;
  padding: 15px 0;
}

/* ////////////////////////////////////// */
.box {
  background-color: white;
  width: 380px;
  /* height: 280px; */
  /* height: 240px; */
  border-radius: 36.6418px;
  margin: 20px;
  position: relative;
  margin: 0 auto;
}
.crossbtnbox {
  width: 20.79px;
  height: 20.79px;
  background: #FFFFFF;
  box-shadow: 0px 2.77159px 5.54319px rgba(0, 0, 0, 0.08);
  border-radius: 68.5969px;
  position: absolute;
  top: 12px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  /* line-height: 54px; */
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 0.7rem;
  margin-bottom: 0;
}

.box-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #656565;
  /* margin-bottom: 0; */

}
.para-bottom{
    margin-bottom: 0.3rem;
}

.box-input {
  width: 80%;
  margin: 5px 10px;
  justify-self: center;
}

.self-center {
  width: 150px;
  background: #11A9C9;
}

/* ///////////////////////// */
.box3 {
  width: 930px;
  height: 280px;
  background-color: white;
  border-radius: 32px;
  margin: 15px;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 40px 20px 10px 20px;
  position: relative;
}

.table-head {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  align-self: stretch;
  background: #F5F5F5;
  border-radius: 12px 12px 0px 0px;
  padding-left: 20px;
}

.table-body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  padding-left: 25px;
  border-bottom: 2px solid #F5F5F5;
}

.bh-h {
  display: none;
}
.table-icons{
    display: flex;
    margin: 0 5px;
}

@media only screen and (max-width: 600px) {
  .box2 {
    margin: 10px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px 10px;
    margin: 0 auto;
  }

  /* .table-head {
    display: none;
  } */

  .bh-h {
    display: block;
  }

  /* .mobile-h {
    display: none;
  } */

  /* .sm-h {
    display: none;
    visibility: hidden;
  } */

  .table-body {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding-left: 0px;
    border-bottom: 2px solid #F5F5F5;
  }

}

/* /////////////////////////// */
.box2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 20px;
  width: 370px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 10.9464px 32.8392px rgba(170, 170, 170, 0.12);
  border-radius: 32.8392px;
  margin: 0 auto;
}

.headingBox2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #474747;
}

.box2line {
  border: 1px solid #EDEDED;
  margin: 20px 0;
}

.box2Tag {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #707070;
  margin: 10px 0;
}

.box2Value {
  display: flex;
  align-items: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #121212;
  margin: 10px 0;
}

.dashDivider {
  border: 1px dashed #EDEDED;
  margin: 5px 0;
}

.box2Downloadbtn {
  padding: 10px;
  background: #11A9C9;
  border-radius: 50%;
}

.box2downlaod {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

.box3text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #E23333;

}
.box-input {
    width: 100%;
}
.box3 {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    margin: 0!important;
}
@media only screen and (max-width:767px){
    .header{
        flex-direction: column;
        height: auto;
    }
    .d-revert{
        display: revert !important;
    }
    .table-icons{
        position: absolute;
    }
}
@Media only screen and (min-width:1024px){
    .crossbtnbox{
        display: none;
    }
}
.receipt-video-background{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,0.9);
}
.iti{
  width: 55% !important;
}
.btn-primary {
  color: #fff;
  border-color: #11A9C9;
}
.message-body{
    position:absolute;
    right:0;
    bottom:0;
}

.message-body{
    position:fixed;
    right:0;
    bottom:0;
    display:none;
}
.chat-with-us{
     position:fixed;
    right:10px;
    bottom:20px;
}
.card-area{
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    padding: 20px 30px;
    margin-bottom: 2rem;
}
.receipt-details p{
  margin-bottom: 0 !important;
}
.card-upper{
  border-bottom: 2px solid rgba(234, 236, 240, 1);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.theme-completed-btn{
  color: rgba(74, 168, 74, 1);
  border: 2px solid rgba(74, 168, 74, 1);
  padding:5px 10px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}
.theme-pendnig-btn{
  color: #007ebf;
  border: 2px solid #007ebf;
  padding:5px 10px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}
.theme-canceled-btn{
  color: rgba(168, 74, 74, 1);
  border: 2px solid rgba(168, 74, 74, 1);
  padding:5px 10px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}
.receipt-download-btn{
  padding:10px 20px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(0, 154, 233, 0.15);
  color: rgba(0, 154, 233, 1);
}
.request-refund-btn{
  padding:10px 20px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 154, 233, 1);
  white-space: nowrap;
}
.receipts-buttons-details{
  margin-top: 2rem !important;
}
.receipt-inner-detail h4{
 margin-bottom: 0 !important;
 color: rgba(112, 112, 112, 1);
 font-weight: 400;
 font-size: 18px;
}
.receipt-inner-detail h3{
  margin-bottom: 0 !important;
  color: #000;
  font-weight: 500;
  font-size: 18px;
 }
 .receipt-inner-detail{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin: 10px;
 }
.card-inner{
  padding: 20px 0;
}
#refund_modal .modal-dialog, #refund_modal .modal-content{
  height: 100%;
  min-height: 100%;
}
.modal-background{
  background-color: #f7f7f7 !important;
  display: flex !important;
  align-items: flex-start !important;
}
.steps-side{
  background-color: #f7f7f7 !important;
}
.steps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: absolute; */
  /* width: 80%; */
  width: 100%;
  /* top: 1rem; */
  top: inherit;
  left: 2rem;
  background-color: #f7f7f7;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.steps-header-rs h5{
  margin-bottom: 0;
}
.steps-header-ls {
  display: flex;
  gap: 20px;
  align-items: self-end;
}
.page-title h5 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}
.steps-header-rs {
  display: flex;
  gap: 10px;
  color: black;
  margin-bottom: 2px;
}
.steps-header-rs h5 {
  font-size: 18px;
}
.reason-area{
  border-radius: 10px;
  min-height:9rem !important;
  border: none;
}
.refund-next{
  font-size: 14px !important;
  background-color: #009AE9 !important;
  display: block;
  width: 100%;
  border-radius: 25px;
  padding: 9px 20px;
  color: #fff !important;
}
@media only screen and (max-width:768px){
    .chat-responsive{
        height:200px !important;
        width: 300px !important;
    }
}
@media only screen and (max-width:450px){
    .box{
        max-width:340px !important;
    }
}